Android :: Where To Get Droid 1.5 Source

Nov 20, 2009

I'm targeting Android 1.5 - I'd like to use the ScrollView widget, but there's a hard-coded value within the class which makes it kind of unusable for my purposes (it's the "touch slop" value - set to 16 - the amount of movement the user has to make with their finger before considering the gesture a scroll - I think this should ideally be cut in half!).

Anyway, I could grab the source of ScrollView, paste it into my project, and then tweak that one static field, then rename the class MyScrollView. But where is the 'official' source code for Android living, specifically for 1.5? I grabbed the ScrollView code from here as a test:

http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=core/java/android/view;h=398e94d99129fca8fa32145de2fbf8c348253bcf;hb=HEAD

but not sure if this is the right place to get it.

Android :: Where to get droid 1.5 source


Motorola Droid :: Source Vs Not From Source

Jul 3, 2010

alright so i see all of these new froyo roms from source, and i guess i have one that is not from source, but it runs fine. I guess what im going at is what is the advantage of having a rom from source compared to not from source.

View 4 Replies View Related

General :: Add New Device Tree / Kernel Source Code To CM Source And Compile?

Apr 15, 2012

i have: CMW recovery, Kernel source code on local computer, full repo cm source + toolchains.

How to add my device tree, kernel source code to CM source and compile CM7 ROm?

View 3 Replies View Related

Android :: Source Code That Comes With Droid App?

Jul 5, 2010

Who can tell me the source code that comes with android app. for example android music where to download , thank you ps:my English is very pool ,i am a chinese

View 2 Replies View Related

Android :: Source Code For Keyboard In Droid 2.1?

Mar 17, 2010

Does anyone know if the source code for the updates of the keyboard in Android 2.1 is available somewhere?

I know that you can get the source for the Android keyboard here: http://android.git.kernel.org/?p=platform/packages/inputmethods/Latin... But this doesn't seem to contain code for the updates in 2.1, like voice input. I would really like to see this code.

View 3 Replies View Related

Android :: Get Source Code Of Droid 1.1_r1?

Mar 27, 2009

How do I get the source code of Android 1.1_r1?

repo init -u git://android.git.kernel.org/platform/manifest.git repo sync? Is that the source code of Android 1.1_r1?

View 6 Replies View Related

Android :: Download Droid 1.5 R1 Source Code?

May 13, 2009

I know I can find the source code from http://android.git.kernel.org/?p=platform/frameworks/base.git;a=summary

but I'm not familiar with git, don't know how to download it from there.

where to find a zip archive file about the source code?

I don't know why the sdk don't contain the source code.

View 5 Replies View Related

Android :: Way To Get Froyo (droid 2.2) Source Code

May 23, 2010

Is the Froyo (Android 2.2) source code available? I've browsed the Android code repository using gitweb and haven't found an Android 2.2 tag or a froyo head.

View 3 Replies View Related

Android :: Where To Download Sample Droid BSP(Source) For ARM?

Nov 17, 2009

I am looking for a ARM processor version of Android BSP to port it for one of my experimental boards.
Where can I download this?

View 1 Replies View Related

Android :: Default Droid Keyboard Source?

Apr 22, 2010

Is the source available for the default Android Keyboard?

View 2 Replies View Related

Android :: Can't Build Droid Source In Ubuntu / Why Is So?

Dec 12, 2009

I've been trying for days to build the android source in Ubuntu. I followed all the steps outlined in "http://source.android.com/ download", but the actual make of the source fails. I captured the terminal output and saved it to Google Docs in the hopes that someone a lot smarter than me can figure out what I'm doing wrong :)

http://docs.google.com/Doc?docid=0Ad3KKVAuyg0zZGQ1cTN6ejVfMGdzd3ByM2M...

View 3 Replies View Related

Android :: Droid Camera Application Source Code?

Jul 9, 2009

Where can I get the android Camera application source code, I'm referring to the camera application that is already installed on my G1, not the camera API source code.

View 1 Replies View Related

Android :: Enable Debug Logging In Droid Source?

Feb 28, 2009

In android source code, it has logging statements like Log.d(). Log.i().

Can you please tell me how to enable the debug logging?

View 3 Replies View Related

Android :: Removing Calendar / Dailer From Droid Source?

Jul 31, 2009

I'm working on a custom board which have no phone function, is it possible to remove or hide dialer application?

For calendar, I've tried to remove it directly from the android source, but it could not boot.

Did any one experience working on this?

View 2 Replies View Related

Android :: Best Source Of Droid FOSS / Is It Phone Marketplace?

Jul 29, 2010

Before I start to reinvent the axle ... what's the best source of Android FOSS?

Is it the Android marketplace? There appear to be some projects on SourceForge ... anywhere else?

View 1 Replies View Related

Android :: Way To Include Other Java Source Projects In Droid Project?

Sep 18, 2009

Is it possible to include other Java source projects in Eclipse into an Android project? Normally for a regular Java project you do this by adding the other project to the build path and including it in the Project References. This same approach lets the code compile, but when the app is deployed to the emulator, it throws a VerifyError when I try and instantiate classes from my other project. Is this possible with the Android SDK? Do you have to build them to jars and include them inside your Android project like this? I know this works, but just involves more steps to do this.

View 3 Replies View Related

Android :: Integrating Basic Droid Source Code Into Ecplise?

Jun 27, 2010

I downloaded the Android SDK and the Eclipse Plugin and installed them. When I however use the "Open Declaration" in Eclipse on basic Android functions and classes such as setOnClickListener or ListActivity it gives me an "Source not found"-Error.

The total Android source code seems to be 2.1 GB. Where do I get the source code of those functions that I call with the API to integrate it into Eclipse?

View 2 Replies View Related

Android :: Sync Gmail On Droid Source Code / Packages?

Oct 12, 2010

Sync Gmail on Android source code or packages. How do I get it

View 2 Replies View Related

Android : How To Download A Specific Release Of Droid Source Code?

Jun 18, 2010

I've never used git before, but I'd like to download the android source code as I'm getting a crash in the 2.2 emulator and I'd like to see exactly where in the android source code it's crashing (so I can file a better bug report). Edit A decent answer would include instructions on using git to download a specific repository. I'm on windows, but have installed Msysgit.

View 3 Replies View Related

Motorola Droid X :: Open Source Portions Released / Android Central

Jul 30, 2010

Motorola releases open-source portions of the Droid X source code Android Central. Does this mean we can take off blur?

View 6 Replies View Related

Android :: Error Occured During Build Source Code Of Droid 2.2 / Solve It?

Nov 12, 2010

A fatal error occured while making build of Android 2.2 source code.
The error occured can be found in this link: http://pastie.org/1292955

How to solve this problem ?

View 1 Replies View Related

Android :: Apply Click Event To Image In Droid With Source Code?

Dec 3, 2009

I want to apply click event to image .how to apply with source code

View 1 Replies View Related

Android :: Correct Procedure For Accessing Source For Stock Droid Apps?

Feb 8, 2009

How do I get the source for stock android apps. I specifically want the source for the music app and the dialer. I have tried downloading from the git repository but every attempt complains about not being able to find it. What is the correct procedure for accessing the source for the stock android apps?

View 2 Replies View Related

Android :: Can't Pick Build Target When Importing Droid Project From Existing Source

Oct 27, 2010

I'm trying to import an Android project into my Eclipse workspace, using existing source code. When I point Eclipse to my existing source location, it doesn't populate the Build Target area on the New Android Project dialog. Why isn't it letting me pick a build target?

View 2 Replies View Related

Android :: Particular Version Of Droid Source Code / Unable To Install Apps With Native

Sep 17, 2009

I've synced my android repository just after android sdk 1.6 announced, but found some problem to install my apps with native code (so built by NDK 1.5_r1) then.

I tried to build NDK with the latest source code, bu unfortunately, faile again :( .

So is there any way to get particular version of android source code? for example the android-1.5r3 tag. Would be great if some command like "svn switch /foo/bar/1.5r3" is available.

View 3 Replies View Related

Android :: Unable To Build Browser Source Code On Droid-sdk-windows-1.0_r1 / Get It?

Jan 29, 2009

I am trying to build the Browser source code downloaded from the http://android.git.kernel.org/ site with android-sdk-windows-1.0_r1. I am getting a lot of compilation errors and it seems that many classes are missing in 1.0 which are being used by the Browser.

I am stuck into this and not able to figure a way out. Let me know if I am missing anything. Waiting desperately 4 a reply.

View 2 Replies View Related

HTC Droid Eris :: 3G Piggy Back To Another Source?

May 24, 2010

I was wondering Is there a way or an App. to piggy back the 3G to say a laptop through the usb??

View 5 Replies View Related

Motorola Droid X :: Changing Picture Source For Contacts

Jul 15, 2010

I just got my new X and have hopefully an easy question. I sync'd up my Gmail contacts but when I set up my Facebook account, it added all my Facebook contacts and made my contact pictures in my contact list the ones from Facebook. I want the contact pictures that I have saved in my Gmail account to be the pictures showing up on my phone and I also didn't want all my Facebook contacts to transfer over to my list. How do I go back to my original Gmail contacts only, and import the photos from my Gmail account to replace the ones from Facebook? When I go to the option to change picture source, it only gives me my Facebook and Twitter accounts as options.

View 3 Replies View Related

Motorola Droid :: Froyo FRF91 SS V4.5 From Source - New Settings

Jul 19, 2010

Just released, Check it out! Froyo FRF91 SS v4.5 [7/19/2010] From Source - New Settings - Faster - 4.4 Bugs Fixed - Droid Forum - Verizon Droid & the Motorola Droid Forum
or
Froyo FRF91 SS v4.5 [7/19/2010] From Source - New Settings - Faster - 4.4 Bugs Fixed - ChevyNo1 - AllDroid Public Board - Froyo FRF91 SS v4.5 [7/19/2010] From Source - New Settings - Faster - 4.4 Bugs Fixed - ChevyNo1 - AllDroid Public Board - AllDroid

Also available in ROM Manager.

View 49 Replies View Related

HTC Droid Eris :: New Source Code In Developer Center?

Feb 1, 2010

HTC - Developer Center
New source code for eris. What does this mean

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved