#Android
#Android source code
29 May 2012
I find working with repo as difficult as working with Android source code. We faced a lot of trouble while working with different versions of Android Source code. So I googled for repo command help but didnt find much help. So I experimented a bit and found a good way of switching branch.</br></br>
#Android
#Android source code
17 May 2012
Fortunately or unfortunately I faced a lot of problems while building Android 4.0.3 on Ubuntu 12.04 LTS. I searched a bit about the same, because Android officially supports two platforms for building source code : Linux and Mac. But the thing is that Google supports LTS versions and since last LTS version of Ubuntu i.e. 10.04 a lot of changes has been made which leads to build failures.
#Android
#Android source code
12 May 2012
I have been working on Android source code for past few weeks. I was never a systems’ guy or a C programmer for that matter except whatever was required for college assignments. So I had to struggle a lot to get more and more information about changing Android source code the way I want, and sadly very limited information is available over internet about changing Android source code (If I am wrong, I would really appreciate your help links as comment :) ).