So my CM7 build is on hold, indefinitely. I am currently helping out with the ICS build and it takes a lot of my time and also taking care of my pregnant wife. With the release of ICS, I might not even bother with it after this. And if I do, it will be a casual effort.
So I ran out of room on my virtual disk, so what a pain to add a second volume to my virtualbox to continue to create. Anyways.... I think perhaps my problem with my current build is an incorrect kernel is being built. So I am getting the tegra gingerbread kernel from nvidia and will build it for the Ventana board and maybe this will lead to a better booting of Android.
I finished adding all the 'libs' last night, and built a test build....which failed of course, so was adding some information in a make file, which jacked all kinds of things up, so now I have to go back and undo a lot of what I thought was going to be good changes. It sucks when you don't have all the time in the world to put forth in a project. If I had my way, I would be at this night and day till I fixed it. But I have a wife and two kids who need me.
Spent the past couple hours putting about 40 or so more lib's into my build scripts. Man, what a pain to copy and past so many lines and then edit them. But I must have done "something" because now my compile time just went up and it looks like CM7 scripts are doing a lot more. So a good thing..... I still think I have about 90 or so libs to add.
This information goes after the code of the Part 1 Code: adb pull /system/lib/libnvodm_imager.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvidia_graphics_jni.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvodm_query.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvidia_display_jni.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvwsi.so ../../../vendor/$VENDOR/$DEVICE/proprietary ...
adb pull /system/lib/libnvodm_imager.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvidia_graphics_jni.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvodm_query.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvidia_display_jni.so ../../../vendor/$VENDOR/$DEVICE/proprietary adb pull /system/lib/libnvwsi.so ../../../vendor/$VENDOR/$DEVICE/proprietary