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

I found something that may or may not help. The thread is from XDA, HERE.
It links to what could be very useful to compiling libs/binaries, HERE.

I hope this will help! :)
 
Here are a couple logcats, take a look and if either one of them has potential I will upload the rom... I think they look promising as the unable to get control ERROR is gone :)
 
OK I used dsixda kitchen to port mrinehart93 rom to community rom, those are the logcats I posted above.

I then used dsixda kitchen to port community rom to mrineharts rom, this booted and EVERYTHING works! The kernel is mrinehart93's, 2.6.32.9 mike@mike-desktop #2. There is still a WiFi error, but sms and phone works, 3G works, it did port over some sprint crap but that can be taken out. I am uploading rom now, please tell me that it is AOSP with some sprint crap that we can remove! If nothing less maybe the libs from this can be what is needed for mrinehart93 aosp rom he posted!!!

Camera FC's and Gallery doesnt seem to load pics, but SD card appears to be mounted...
ROOT is working! Titanium BackUp is working! Starting to wonder if this didnt work like I think/hope it worked, the porting/merging of aosp and community rom...
 
Last edited:
OK I used dsixda kitchen to port mrinehart93 rom to community rom, those are the logcats I posted above.

I then used dsixda kitchen to port community rom to mrineharts rom, this booted and EVERYTHING works! The kernel is mrinehart93's, 2.6.32.9 mike@mike-desktop #2. There is still a WiFi error, but sms and phone works, 3G works, it did port over some sprint crap but that can be taken out. I am uploading rom now, please tell me that it is AOSP with some sprint crap that we can remove! If nothing less maybe the libs from this can be what is needed for mrinehart93 aosp rom he posted!!!

Camera FC's and Gallery doesnt seem to load pics, but SD card appears to be mounted...
ROOT is working!

Nice. That's a step in the right direction.
 
So...

When I look at the kernel configuration... Most of the drivers are built in, but there are a few that are modules...

I've normally just seen tun.ko and wireless.ko in the /system/lib/modules folder on the boot image... however, when I search for ".ko" files in my compiled kernel directory, I see a few more than are referenced... I'm unsure if these are important or not...

Code:
./arch/arm/mach-msm/dma_test.ko
./arch/arm/mach-msm/reset_modem.ko
./drivers/misc/pmem_kernel_test.ko
./drivers/net/wireless/bcm4325/wireless.ko
./drivers/net/wireless/libra/librasdioif.ko
./drivers/net/tun.ko
 
OK I used dsixda kitchen to port mrinehart93 rom to community rom, those are the logcats I posted above.

I then used dsixda kitchen to port community rom to mrineharts rom, this booted and EVERYTHING works! The kernel is mrinehart93's, 2.6.32.9 mike@mike-desktop #2. There is still a WiFi error, but sms and phone works, 3G works, it did port over some sprint crap but that can be taken out. I am uploading rom now, please tell me that it is AOSP with some sprint crap that we can remove! If nothing less maybe the libs from this can be what is needed for mrinehart93 aosp rom he posted!!!

Camera FC's and Gallery doesnt seem to load pics, but SD card appears to be mounted...
ROOT is working! Titanium BackUp is working! Starting to wonder if this didnt work like I think/hope it worked, the porting/merging of aosp and community rom...


Go look in the /system/framework folder. If there is no lge-res.apk, then you've done it :) Also, in the Google search widget, if there is a magnifying glass, then it's AOSP that is running. If it is a Google icon, then it is the community ROM. Could you post a link to download it?
 
So...

When I look at the kernel configuration... Most of the drivers are built in, but there are a few that are modules...

I've normally just seen tun.ko and wireless.ko in the /system/lib/modules folder on the boot image... however, when I search for ".ko" files in my compiled kernel directory, I see a few more than are referenced... I'm unsure if these are important or not...

Code:
./arch/arm/mach-msm/dma_test.ko
./arch/arm/mach-msm/reset_modem.ko
./drivers/misc/pmem_kernel_test.ko
./drivers/net/wireless/bcm4325/wireless.ko
./drivers/net/wireless/libra/librasdioif.ko
./drivers/net/tun.ko

dma_test, reset_modem, and pmem_kernel_test are likely just testing things that we won't need. Wireless.ko, librasdioif.ko, and tun.ko are necessary.
 
Go look in the /system/framework folder. If there is no lge-res.apk, then you've done it :) Also, in the Google search widget, if there is a magnifying glass, then it's AOSP that is running. If it is a Google icon, then it is the community ROM. Could you post a link to download it?


lge-res.apk is there :'( Perhaps there is some useful stuff we can use though?
 
Here are a couple logcats, take a look and if either one of them has potential I will upload the rom... I think they look promising as the unable to get control ERROR is gone :)

From the first logcat, it looks like you got the phone to recognize that it's on a CDMA network! Good job :)

Ported2.zip is definitely not AOSP. It has .odex files, which aren't present in AOSP builds. I'll test Ported.zip right (it is AOSP).
 
Last edited:
From the first logcat, it looks like you got the phone to recognize that it's on a CDMA network! Good job :)

Ported2.zip is definitely not AOSP. It has .odex files, which aren't present in AOSP builds. I'll test Ported.zip right (it is AOSP).

I just PM you, I have sound and sd mounting!!
 
*Gets out the popcorn*

Downloading Ported.zip to test.

Quick test. I flashed it, it booted, nothing worked except the touchscreen and the android system. :-)
 
Last edited:
Its Ported3.zip that has sd mounted and sound working :)

Not posted yet...

Also, Ported2.zip is nothing but community rom.
 
Question

OK, since Ported3.zip has the mounted SD and working sound I am trying to merge a few things from Ported.zip. Ported.zip recognizes phone as CDMA, what I need to know is once I add/swap libs, and or bins, do I need to recompile boot image? I add a few thing and reflash but dont see much change in my logcats, unless I swap a file. If I add what looks to be a missing file it is as if android skips it, almost as if the file wasnt there.

Thanks

OH, one other thing. Boost Mobile/Virgin is releasing a Optimus V, will this basically be a unbranded version, aosp? If so this may be all we need to make this happen!
 
OK, since Ported3.zip has the mounted SD and working sound I am trying to merge a few things from Ported.zip. Ported.zip recognizes phone as CDMA, what I need to know is once I add/swap libs, and or bins, do I need to recompile boot image? I add a few thing and reflash but dont see much change in my logcats, unless I swap a file. If I add what looks to be a missing file it is as if android skips it, almost as if the file wasnt there.

Thanks

OH, one other thing. Boost Mobile/Virgin is releasing a Optimus V, will this basically be a unbranded version, aosp? If so this may be all we need to make this happen!

The Optimus V will have the Virgin Mobile "special sauce" in it that will let the user monitor minutes.
 
What about when I add libs/bins to the Ported3.zip rom, should I make a new boot image and updater script?

You should be fine. The only thing that may need editing in the update-script would be setting permissions on the new libs, though that shouldn't be a problem (AFAIK).
 
Thinking logically for a moment... (I'm fairly new to android, but have worked with linux since slackware was a 25 floppy disk download)

The aosp source is in theory a vanilla version from google right?

In theory, you should be able to take a compiled aosp rom for something like a legend and transplant an optimus kernel with associated drivers and have something close. I mean your cross compiling effectively the same main system with a different kernel. The kernel drivers are either compiled into the kernel or are modules...

I know lg made some changes to other files... But thats a relatively small part of the source...

Sent from my LS670 using Tapatalk
 

Trending Posts

Members online

Forum statistics

Threads
956,896
Messages
6,970,493
Members
3,163,642
Latest member
958ryan