• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root How to compile AOSP with eclipse?

i've use APKMultiToolv1.0.6 to decopile and compile and zip it and sign it it has everything you need in one package
 
I'm needing to change Java code. Not XML or images.

oh gotcha but the way i mod xml files i take the rom open it to view its contents then when i find the file that needs to be mod. i click on extrat to a location then.
i click on open with notepad or word make the changes save it the added back to the rom. here is a good special note pad editor.if anybody needs it.hope we are on the same track.by the way which xml are you trying to change and what rom. that might also makes thing easier for others to respond
 
wassup ghost, ltnt lol. hope all is well, as far as editing jave caode with eclipse you should be able to do it, may make things easier, but compiling it, if your talking about AOSP, as in a rom, im not sure it can be done that way, if its the individual APKS your doing then it should work, well, sorta.. if you are decompiling them first you are going to have smali files to work with, and eclipse doesnt really handle smali properly, it doesnt see it as being java, therefore, it reads them as text files, you can open them and edit them. but it would be the same as editing them with gedit or notepad basically. and then to recompile the app you would have to baksmali it, flash ti and see if the changes worked.. your really better off using something like notepad++ for that. but if you are editing it from source, then you should just be able tot ake the whole folder, put it int he workspace, and import it into eclipse and edit away as if you were writing from scratch, then compile for android using the SDK and the latest API. AOSP as in the android OS, it all pretty much written in c and c++, and eclipse wont help much there, the stock apps are writtin java but most everything else is cc++. for that you would need other software, at least if you want to know if the calls your making are proper lol. if you look at the files, the ones ending in .c are written in c and the ones ending in .cpp are c++. the actual code is very similar, but eclipse if for java, and will be pretty useless for editing the actual OS files
 
Why don't you guys compile cm9 source from bobzhome for vm670 and change stuff around for it to work on ms690?????
 
If bobzhome has a compiled cm9 working without kernel updates I can work on compiling it for the optimus M.

Android central optimus v roms and hacks, he has cm9 and cm10 for the optimus v. I also have his test builds for ms690 (roms) no touchscreen though.
 
Kernel deals with the touch screen drivers. So some modifying should fix touchscreen. We just need someone that know C and C++ coding to get it working.
 
Back
Top Bottom