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?
Related
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!
Hey guys!
I was wonderwing wether someone could tell me where i can find the proprietary files for android phones (htc desire gsm specifically). The wiki says "find updated prop blobs" but has no reference as to where to even look.
I want to build a KANG for a device i have no physical access to, so i cannot extract the proprietary files.
Thanks!
cyanoviper said:
Hey guys!
I was wonderwing wether someone could tell me where i can find the proprietary files for android phones (htc desire gsm specifically). The wiki says "find updated prop blobs" but has no reference as to where to even look.
I want to build a KANG for a device i have no physical access to, so i cannot extract the proprietary files.
Thanks!
Click to expand...
Click to collapse
Sorry for reviving this old junk but i was searching for this too and found something that can be important for all stumbling over this post. As iam not allowed to post an url try to google for: proprietary The Muppets. You will find what you are looking for
Hi all,
I'm a new bie in Platform Android Development, i have a problem, hope you help me resolve it.
I downloaded source code Android System to build my own ROM, i use Notepad++ to edit code, but it not easy, and i want to add source code to a IDE for edit code easily. But i didnt find an IDE for it.
Any one used it?
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?