Hello,
I intend to build my own Rom from source.
I understand the general principle, but I have no idea about where to find all the needed folders/files I can change/remove/replace in the source directory.
Please send any useful link to guide me in this new experience.
TY.
Hello,
I have looked for this for a long time and haven't come up with an answer.
I know Android uses the Locale.java code for looking up and matching the locales.
I also know it uses ISO-639 for language codes.
But what is frustrating me is - Where is this ISO-639 table/code/file stored in Android?
I decompiled every jar in framework folder and I didn't find anything.
Can someone help me with this issue?
Thank you!
Hello,
I would like get the sources of apps like gallery3d or of the stock android launcher and modify them.
I know the best way is too download it with git, but i havent linux and i didnt want to download the full androidsource (i could it via a vm).
My question: can i download tge sources of these apps anywhere?
If not, could somebody upload the gallery source and the launcher source from gingerbread for me?
Metin
Sent from my HTC Desire using XDA App - sorry if it isnt correct english, my english isnt perfect
Android.googlesource.com/packages/Launcher2.git
^^ clone this
Do the same for other apps you need
From my fingers to your eyez
There are GIT Clients for Windows and Mac, just google it.
thanks portablegit works out for me
i made a new project with eclipse and copied all in the project but there are a huge count of errors is that normal?
MetinKale38 said:
i made a new project with eclipse and copied all in the project but there are a huge count of errors is that normal?
Click to expand...
Click to collapse
Do you have the android sdk?
Questions or Problems Should Not Be Posted in the Development Forum
Please Post in the Correct Forums
Moving to Q&A
Thx for moving.
Ok ive solved it, if i copy all it doesnt generate the R. Class, ive to copy the resources first
Sent from my Desire - sorry if it isnt correct english, my english isnt perfect
Hello all, I have an interesting problem.
I work in telecom, so I am unfamiliar with the code submitting process, so please bear with me.
I have edited changes to an apns-conf.xml in order to add the appropriate APN for the carrier I represent. How do I go about pushing this change to the Android source project? I dont know where it goes or how to start about finding where to put it.
Is there anyone who is already a developer that I could just send it to and then maybe they could submit it?
Thanks in advance!
Am I correct in assuming that the apns-conf.xml is provided by the OEM and not the Android OS source code?
Hi.
Im going to build CM 11 for my unsupported device LG Optimus Lte2. I need help with many steps as im a newbie.
1) First of all are the steps explained here all which i need to do or do i have to do some extra steps with my mobile's boot.img as my mobile is an unsupported mobile.
2) i am very confused with making the local manifest for downloading my mobile's device tree, kernel and vendor.
To be honest idk where to get these three files from. I found a link on github but i dont know to recognize a device tree so can someone please tell me if this is a device tree? https://github.com/zcop/android_devi..._d1lkt?files=1
Please also tell if i download the kernel and vendor file found in that link or any other?
I would be very delighted if someone can make the local manifest file for me using the above link or atleast explain to me in noob-friendly way about how to make it.
3) After that i have to make device tree compatible just by changing the name and some contents of some files as shown in this post. Am i right? But in the post it was shown for slim rom. I replace slim with cm, right?
After that i compile the rom.
Is that all?