[android-developers] Android source control

2013-01-24 Thread bob
Is there a real common approach that Android people use for source control? Or is it largely fragmented among the popular options like git, Subversion, and Mercurial? Should Google create a service (maybe called *Google Safe*) for us to stick our code? Thanks. -- -- You received

Re: [android-developers] Android source control

2013-01-24 Thread Kristopher Micinski
Android doesn't have any unique things that have caught on. Furthermore, many Android apps are closed source, so it's hard to evaluate what most people are using. There is certainly a large presence of Android apps on Github, but there are also many on SourceForge, Bitbucket, etc... Google has

Re: [android-developers] Android source control

2013-01-24 Thread Douglas Drumond
This? http://code.google.com/p/ -- Douglas Drumond http://drumond19.com 2013/1/24 bob b...@coolfone.comze.com Is there a real common approach that Android people use for source control? Or is it largely fragmented among the popular options like git, Subversion, and Mercurial? Should

[android-developers] [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-01-23 Thread A N K ! T
Hi All, I am in need of a little help, I have some source code/library downloaded, which basically I want to add into Android JB source code source code(I have downloaded Jelly Bean source code). This library only have java and aidl files, So i thought to add in framework/base/core/java folder.

[android-developers] Android Source code Development

2012-08-28 Thread Rajan Mishra
Hello, Please Provide the new Updates of source code in Android Mobile Development. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] Android Source code Development

2012-08-28 Thread TreKing
On Mon, Aug 27, 2012 at 6:46 AM, Rajan Mishra rajan.m1...@gmail.com wrote: Please Provide the new Updates of source code in Android Mobile Development. Please explain what you're talking about. -

Re: [android-developers] Android Source Cross reference tools

2012-08-24 Thread Justin Anderson
No thanks... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Sat, Aug 18, 2012 at 12:43 PM, Jegadeesan M jeg...@gmail.com wrote: please check this link and update us : http://android.grepsrc.com -- You received this message because you are

[android-developers] Android Source Cross reference tools

2012-08-18 Thread Jegadeesan M
please check this link and update us : http://android.grepsrc.com -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] android source code build error

2012-04-23 Thread Justin Anderson
There is a google group specifically for building the android source... I would try asking there. This group is for building apps with the Android SDK. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Apr 17, 2012 at 8:02 AM, Mao

[android-developers] android source code build error

2012-04-22 Thread Mao
Install: out/target/product/generic/system/usr/keychars/qwerty.kcm.bin Install: out/target/product/generic/system/usr/keychars/ qwerty2.kcm.bin Install: out/target/product/generic/system/usr/keychars/ tuttle2.kcm.bin Copy: out/target/product/generic/system/etc/apns-conf.xml host Executable:

[android-developers] Android Source Code

2012-02-17 Thread LiTTle
Hello everyone, I have downloaded (I think so) the source code from the built-in applications of Android 4. I have already download the source code from the appropriate branch Android 4.0.3_r1 (I cannot remember exactly). I want to change a little bit the Home application! I took the whole folder

Re: [android-developers] Android Source Code

2012-02-17 Thread Kristopher Micinski
On Fri, Feb 17, 2012 at 5:21 PM, LiTTle littlep...@gmail.com wrote: Hello everyone, I have downloaded (I think so) the source code from the built-in applications of Android 4. I have already download the source code from the appropriate branch Android 4.0.3_r1 (I cannot remember exactly). I

Re: [android-developers] Android Source Code

2012-02-17 Thread Harri Smått
On Feb 18, 2012, at 12:21 AM, LiTTle wrote: Is there any way to edit the applications that come with the Android platform? I'm quite sure there is. Once you have made your changes to Launcher2, setup the build environment at Android source root level and simply call make Launcher2 and it

Re: [android-developers] Android Source Code

2012-02-17 Thread fei ji
To use it, you just need to adb push launcher.apk /system/app. Then system will auto reload this app. 在 2012-2-18 上午6:50,Harri Smått har...@gmail.com写道: On Feb 18, 2012, at 12:21 AM, LiTTle wrote: Is there any way to edit the applications that come with the Android platform? I'm quite sure

[android-developers] android source code

2012-01-13 Thread sujan android
hai friends . android projects avaliable the below site www.sourcecode.android.com ,www.code.google.com and www.codeproject.com, other than this any web page is there kindly send me thanks and best regards

[android-developers] Android source

2011-12-01 Thread Neilz
Hi, is there an easy way to browse the android source code? I don't want to download the whole lot... at least I tried, but I'm not a linux user really, and also the netbook I have with linux on ran out of space during the process :-/ I only want to see the source for MediaController.java, but

Re: [android-developers] Android source

2011-12-01 Thread TreKing
On Thu, Dec 1, 2011 at 4:56 PM, Neilz neilhorn...@gmail.com wrote: Failing that, what are my other options please? http://bit.ly/vmcTdO - TreKing http://sites.google.com/site/rezmobileapps/treking

[android-developers] Android source code not available at official site

2011-10-13 Thread KK
Hi All, I was trying to download the android source code and play around with things. I'm trying to use this like http://source.android.com/source/downloading.html to get the source code. It seems the URL is unavailable and the 404 page comes up . I also tried to access the page

[android-developers] Android source line numbers in stack trace

2011-08-04 Thread Caleb9
Hello, I'm an Android noob, so sorry if this kind of question has already been asked million times before, but searching both here and elsewhere I couldn't find an answer to my problem. It seems to me that my stack trace in Eclipse, while debugging, is showing wrong line numbers for Android

Re: [android-developers] Android source line numbers in stack trace

2011-08-04 Thread Nick Risaro
I think that you need to look in the code of Button.java, not View.java. Check that the code you are looking is the same (version) that the one you are running. Just for curiosity, why are you trying to follow the error in that class? On Wed, Aug 3, 2011 at 5:20 PM, Caleb9

Re: [android-developers] Android Source code build error Permission error

2011-03-23 Thread TreKing
On Tue, Mar 22, 2011 at 4:26 AM, Dinesh Shan cdine...@gmail.com wrote: I downloaded the Android source code from the GIT and tried to compile it . You're on the wrong list. This group is for developing the SDK. Try one relating to building the platform.

[android-developers] Android Source code build error Permission error

2011-03-22 Thread Dinesh Shan
Hi all , I am running UBUNTU 10.10 server, I downloaded the Android source code from the GIT and tried to compile it . When i run lunch command from inside the source folder : You're building on Linux Lunch menu... pick a combo: 1. full-eng 2. full_x86-eng 3. simulator I

[android-developers] Android source Build error

2010-12-20 Thread Quest
Hi Guys, I am getting build error while building the froyo source code along with my 3rd party external jar library. The error log is : No rule to make target `frameworks/base/data/etc/*.xml', needed by `out/target/product/generic/obj/ETC/*.xml_intermediates/*.xml I followed the following

[android-developers] Android source

2010-12-20 Thread fourhend...@gmail.com
At source.android.com- browse the source or just cloning with GIT, is this gingerbread yet or froyo? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Android Source code build error Permission error

2010-12-16 Thread Muhammad Kazim
Dear All, I am using ubuntu 10.10 that i have installed inside windows 7. I had downloaded android source code. When i try to build it an error comes. The output is ka...@ubuntu:~/work/android$ make /bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- gcc: Permission denied

Re: [android-developers] Android Source code build error Permission error

2010-12-16 Thread Mark Murphy
Questions about the firmware are best asked on a list pertaining to the firmware: http://source.android.com/community/index.html On Thu, Dec 16, 2010 at 8:16 AM, Muhammad Kazim kazima...@gmail.com wrote: Dear All, I am using ubuntu 10.10 that i have installed inside windows 7. I had

[android-developers] Android source code (complete)

2010-11-02 Thread adithya
Hi all, I have downloaded some amount of android source code (for Bluetooth API's, wifi API's,etc)..I was just browsing through Bluetooth source code in eclipse and bumped on this ServiceManager class whose source code i couldn't read !! When i browsed through the android.jar i couldn't see the

[android-developers] Android source code versions

2009-05-20 Thread sandy.andr...@gmail.com
Is android-1.5 and cupcake-1.5 is same? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Android source code to find out which drawable a widget should use for its background?

2009-03-01 Thread Meryl Silverburgh
Hi, Can you please tell me where is the android code which picks the different drawable will be used as background when it has focus? For example, I have the following setup for my widget: ?xml version=1.0 encoding=utf-8? selector xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] android source code

2009-01-20 Thread Fathi
hello every one i want to ask a question about the android source code - after building the code how and where can i test the builded version, and what files that i need from teh builded version please, i will appreciate if any one can answer me Thanks

[android-developers] Android Source Code implementation

2008-11-16 Thread 20lives
I have download the full source code, made my modifications and compiled the files (System.img , userdata.img, ramdisk.img) i can run it in my Android Emulator but i have no idea how i can implement the new OS on the real device, any suggestions ?

[android-developers] Android - source code.

2008-11-10 Thread Anil.
Hi, I would like to download the Latest RILD, Reference Vendor RIL implementations and Phone application source code from Android Home page. Can you please provide me the detailed steps or direct link and provide the overview of the code structure? Thanks and regards, Anil.

[android-developers] Android Source Code online?

2008-10-31 Thread Jay-andro
Is there any place where I can just view the Android source online without first having to download it all to a linux/mac box using repo? Or to download it to a windows machine for browsing/viewing/searching only? --~--~-~--~~~---~--~~ You received this message

[android-developers] Android source build on Gentoo Linux works

2008-10-22 Thread Rob Franz
Hi For anyone who is using Gentoo and wants to build Android - If you refer to the directions provided at http://source.android.com/download: Linux To build the Android source under Linux, you will need Ubuntu. The Android build is routinely tested on recent versions of Ubuntu (6.06 and

[android-developers] Android Source Code Now Available

2008-10-21 Thread Al Sutton
http://source.android.com/ For those that missed the announcements. Al. http://andappstore.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to