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

Root CM10 Development (moved to upp)

ah i get it, sorry too many things at once lol. but yea thanks pg keep up the good work and ill check back in later see if i can help
 
Thank you very much for this. Do you know what files we need from our phone? I edited the extract-files.sh from hroark's arthur tree to the closest match I could find, but I know a few of them are incorrect. If you want I would be happy to run this file again if you get is setup correctly. I am assuming here that you don't have this phone. You probably have some other way to get the files though. Just let me know if I can help :)
oh man that needs updated lol. They added use of a proprietary-files.txt file, check here to see how its done. Its much easier to edit. lol
 
oh man that needs updated lol. They added use of a proprietary-files.txt file, check here to see how its done. Its much easier to edit. lol
After looking at it I can't help but agree. The extract-files.sh took forever. Are you working on this or would you like me to do it?
 
After looking at it I can't help but agree. The extract-files.sh took forever. Are you working on this or would you like me to do it?
I think you can handle that. ;) Just copy all 3 files from author and then edit the txt file. ;)

for as need files, I stock system dump and boot.img would be nice so I can nose thru it. ;)
 
Well, it looks as though my impatience has won! I decided to act on a really good ebay deal and get a new sequent for a 100 bucks! I think they really stepped up a little with this phone. I was involved in some testing for the prevail and the original warp so I'm happy to test out whatever you've got! I should get her in the mail friday, I can't wait! I'm very excited to see all the work going into this phone!
 
ok, I am finished editing, with one exception.
setup-makefiles.sh
$OUTDIR/proprietary/lib/libaudio.so:obj/lib/libaudio.so

We don't have that file on our phone, so we probably need to pick a replacement. Here is a list of the options (I included all of them in the proprietary-files.txt btw)

lib/libaudioeq.so
lib/libwebrtc_audio_preprocessing.so
lib/libaudioflinger.so
lib/libaudioalsa.so
lib/hw/audio_policy.msm7630_surf.so
lib/hw/audio.primary.msm7630_surf.so
lib/hw/audio.primary.default.so
lib/hw/audio.a2dp.default.so
lib/hw/audio_policy.default.so
lib/bluez-plugin/audio.so
lib/libSR_AudioIn.so
lib/libaudioeffect_jni.so
lib/soundfx/libaudiopreprocessing.so

Wanna venture an educated guess?

edit: got these files by doing a search for *audio*.so in our system directory
 
yea ics/jb doesnt use libaudio.so, think its replaced with libaudioalsa.so and/or audio.primary*. Pulling em all for now is good. Can eliminate files as we/you get em to build and work from src. ;)

should just needed to edit the txt mainly, device & manuf variables in the other 2 files.
 
hey just to let you guys know, i dunno if its been touched already but while i was on the phone just now i managed to edit the proprietary-files.txt
 
hey i tried, did you make sure to go through the mm_omx files good? kuz i had to change a couple names to qcelp13hw if i remember correctly, and i added the other mm files from the bin directory as well. im sure you took care of that part but i just wanted to double check
 
That is true, but the setup-makefiles.sh does ask for libaudio.so, should I just comment it out?
yea, some manual editing of the vendor-blob.mk will prolly be needed until all that is nailed down. ;)

and if you fork my repo, clone/pull, add your changes, push, and then do a pull request I will merge em. ;)

Also, has this been submitted to koush for official build??
 
hey i tried, did you make sure to go through the mm_omx files good? kuz i had to change a couple names to qcelp13hw if i remember correctly, and i added the other mm files from the bin directory as well. im sure you took care of that part but i just wanted to double check

yeah i replaced all mm files with ours ;)
 
Ya, never use the open jdk, use as it states on Google android developers, the sun jdk, as you stated
Thanks for the help also. I can only do so much, as I do not own this phone.
You guys should set up an irc channel and I could bring some friends that could help
I use open jdk :P
 
Back
Top Bottom