AOSP Android 2.2 FroYo! 1/22/11 New Build Posted

Ill keep looking for the other link, i know the feeling,its like sometimes you almost forget what the sky looks like.lol

I've heard others mention this "sky" thing you speak of. Care to help me out and explain what exactly is this object you are talking about? :p
 
Will the posted version boot on phone? I swapped some libs and then flashed but it didnt boot for me, so just wondering if it booted before I swapped...


Thanks
 
Will the posted version boot on phone? I swapped some libs and then flashed but it didnt boot for me, so just wondering if it booted before I swapped...


Thanks

It boots before you changed anything. To help track down where/what lib file is keeping it from booting now do.
adb logcat

Watch the log it should print out which lib its getting stuck at.
 
It boots before you changed anything. To help track down where/what lib file is keeping it from booting now do.
adb logcat

Watch the log it should print out which lib its getting stuck at.

I went back to my nandroid. Made me mad because I lost all my goldballs I had gotten in Homerun Battle 3D :mad: I will do a lot more testing with these libs tomorrow, while the wife is at work, lol ;)

I did get it to boot as is with no problem, just nothing worked, yet.



EDIT.....

What is "isprelinked " and could this help?
 
Last edited:
Getting a LOT of these type errors! All I did was add audio libs from community rom, should I use a diff set of libs? What about that thing I read about called "isprelinked"?

Thanks


E/AndroidRuntime( 1562): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 1562): java.lang.UnsatisfiedLinkError: Library android_servers

and these...

W/Zygote ( 1557): Preloaded drawable resource #0x10801e8 (res/drawable-mdpi/jog
_tab_bar_left_end_confirm_gray.9.png) that varies with configuration!!




when I try to adb logcat the bootable version I get this error..

E/AmitDaemon( 72): [AMI304D] AMI304MID_IOCTL_GET_CONTROL error
 
OK I took the bootable version and flashed Xionia kernel right on top of the rom, it booted FAST! Here is the logcat I got, it seems more inline on what I think a logcat should look like, not as many errors. Just fail to load drivers...


http://pastebin.com/YZFjV3GD


EDIT....

using the libs from thunder 1.5 I got it to a bootloop :) good I think because I see it is looking for files in system/etc. so I am gonna replace them and try again!

I have a feeling some system/bin files will need replacing as well, hrmmm this is crazy stuff! I am in WAY over my head, I hope by swapping stuff I can get something going though :)




EDIT #2

It looks like audio builds, then the whole android runtime process starts over with no indication why???

could it be missing bins? Thanks

D/AndroidRuntime( 1435):
D/AndroidRuntime( 1435): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
D/AndroidRuntime( 1435): CheckJNI is OFF
D/AndroidRuntime( 1435): --- registering native functions ---
W/dalvikvm( 1435): ERROR: Unable to find decl for native Landroid/net/wifi/WifiN
ative;.loadDriver (I)Z
W/dalvikvm( 1435): ERROR: Unable to find decl for native Landroid/net/wifi/WifiN
ative;.getWiFiDevStats ()Ljava/lang/String;
W/dalvikvm( 1435): ERROR: Unable to find decl for native Landroid/net/wifi/WifiN
ative;.getIPCommand (I)Z
E/JNIHelp ( 1435): RegisterNatives failed for 'android/net/wifi/WifiNative'
E/AndroidRuntime( 1435): Unable to register all android natives
I/ServiceManager( 1196): service 'media.audio_flinger' died
I/ServiceManager( 1196): service 'media.player' died
I/ServiceManager( 1196): service 'media.camera' died
I/ServiceManager( 1196): service 'media.audio_policy' died
I/ ( 1444): ServiceManager: 0xad88
I/AudioHardwareMSM72XX( 1444): get_audpp_filter
I/AudioHardwareMSM72XX( 1444): open /system/etc/AudioFilter.csv success.
D/AudioHardwareInterface( 1444): setMode(NORMAL)
I/AudioHardwareMSM72XX( 1444): Set master volume to 6.
I/CameraService( 1444): CameraService started: pid=1444
I/AudioFlinger( 1444): AudioFlinger's thread 0xba28 ready to run
I/AudioHardwareMSM72XX( 1444): Routing audio to Speakerphone
I/AudioHardwareMSM72XX( 1444): [doRouting]sndDevice=0,mCurSndDevice=-1
I/AudioHardwareMSM72XX( 1444): SET DEVICE - 0
I/AudioHardwareMSM72XX( 1444): SET DEVICE TO SND_DEVICE_SPEAKER device_id=0 .
I/AudioHardwareMSM72XX( 1444): IIR Filter FLAG = ffff.
I/AudioHardwareMSM72XX( 1444): IIR NUMBER OF BANDS = 04.
I/AudioHardwareMSM72XX( 1444): IIR Filter N1 = 46bb.
I/AudioHardwareMSM72XX( 1444): IIR Filter N2 = 3d51.
I/AudioHardwareMSM72XX( 1444): IIR Filter N3 = 728b.
I/AudioHardwareMSM72XX( 1444): IIR Filter N4 = 855d.
I/AudioHardwareMSM72XX( 1444): IIR FILTER M1 = 7ba0.
I/AudioHardwareMSM72XX( 1444): IIR FILTER M2 = 854e.
I/AudioHardwareMSM72XX( 1444): IIR FILTER M3 = 64f4.
I/AudioHardwareMSM72XX( 1444): IIR FILTER M4 = 3aea.
I/AudioHardwareMSM72XX( 1444): IIR FILTER M16 = 00.
I/AudioHardwareMSM72XX( 1444): IIR FILTER SF1 = 02.
I/AudioHardwareMSM72XX( 1444): msm72xx_enable_audpp: 0x0004
D/AudioHardwareMSM72XX( 1444): setVoiceVolume(1.000000)
I/AudioHardwareMSM72XX( 1444): Setting in-call volume to 6 (available range is 0
to 7)
D/AndroidRuntime( 1450):
D/AndroidRuntime( 1450): >>>>>>>>>>>>>> AndroidRuntime START <<<<<<<<<<<<<<
 
Last edited:
OK I took the bootable version and flashed Xionia kernel right on top of the rom, it booted FAST! Here is the logcat I got, it seems more inline on what I think a logcat should look like, not as many errors. Just fail to load drivers...


efCount=0} D/dalvikvm( 1353): GC_FOR_MALLOC freed


EDIT....

using the libs from thunder 1.5 I got it to a bootloop :) good I think because I see it is looking for files in system/etc. so I am gonna replace them and try again!

I have a feeling some system/bin files will need replacing as well, hrmmm this is crazy stuff! I am in WAY over my head, I hope by swapping stuff I can get something going though :)




EDIT #2

It looks like audio builds, then the whole android runtime process starts over with no indication why???

could it be missing bins? Thanks

FYI, don't flash Xionia over the ROM. The boot.img that is there (kernel + ramdisk) needs to be there :)
 
FYI, don't flash Xionia over the ROM. The boot.img that is there (kernel + ramdisk) needs to be there :)

OK, will try a few things without the flashing of Xionia kernel. You see that the audio looks to be loaded!


I cant get past this error when not using Xionia kernel.
E/AmitDaemon( 72): [AMI304D] AMI304MID_IOCTL_GET_CONTROL error

When I did use Xionia kernel (flash after first boot) I cant get past android runtime restarting after the audio seems to load. My guess is its going back to try to load WiFi...

anyway I am getting a head ache from staring at this gibberish/code LOL
 
Last edited:
Was just reading about how the P500 group is actually working from the HTC Legend cm6.1 code...
 
yay someone else made it as far as I did. well I did it with CM6.1, but anyway. Now for the real challenge, making it work ;P
 
Kernel Help

can someone please help me out with the kernel. I am trying to follow the directions on the AOSP website but the kernel directions seem to be not working. When typing 'partner_setup generic' terminal returns 'partner_setup command not found.'
 
can someone please help me out with the kernel. I am trying to follow the directions on the AOSP website but the kernel directions seem to be not working. When typing 'partner_setup generic' terminal returns 'partner_setup command not found.'

mrinehart93, you can post my scripts if you want, I lost the PM I sent you. It is up to you though :)
 
Here is a link to zefie's scripts: http://dl.dropbox.com/u/11516160/Optimus Test Files/zefie_kernel_dev_scripts_example.tar.xz

I really wish Gbhil would come and offer some guidance here :P I've heard permission issues from him, and then lib issues from someone at XDA. I don't know what way to take now :P

You are at the same point I was with CyanogenMOD v6.1 (modified Unsupported Devices - CyanogenMod Wiki, I don't have the src anymore I trashed my CM project, sry)

Boot, display via stock libs, but nothing else. adding too many libs from stock made it not work.

you don't have it listed on either but does your SD card work? mine didn't on my CM test. lol

Edit: my attempted port was of the EVE, there is an OPTIMUS on there now, perhaps look into that?

Edit2: also i could never get my CM to build with CDMA support it always thought it was a GSM phone (logcat radio and settings made this obvious)
 
Well...

That was more exciting than I expected...

I'd tried building a kernel/system from scratch.... (using the LG code no less)...

bottom line was I flat-lined my phone and thought I'd lost it for a few... since I couldn't restore a nandroid...

when all else fails (if you can still get into your recovery rom...) flash a rom which will format the system partition and then you can recover... *whew*
 
Last edited:
You are at the same point I was with CyanogenMOD v6.1 (modified Unsupported Devices - CyanogenMod Wiki, I don't have the src anymore I trashed my CM project, sry)

Boot, display via stock libs, but nothing else. adding too many libs from stock made it not work.

you don't have it listed on either but does your SD card work? mine didn't on my CM test. lol

Edit: my attempted port was of the EVE, there is an OPTIMUS on there now, perhaps look into that?

Edit2: also i could never get my CM to build with CDMA support it always thought it was a GSM phone (logcat radio and settings made this obvious)

Nope, I couldn't get the SD card to work either.

I've been talking with mik_os over at XDA-Devs, and him and I are going to be working on CM6 for the Optimus phones... so One and S. He's already managed to get some stuff working in 2.3, so he was going to port that to 2.2 and use that in the build.
 

Trending Posts

Members online

Forum statistics

Threads
956,894
Messages
6,970,487
Members
3,163,642
Latest member
958ryan