View Single Post
  #612 (permalink)  
Old 12-15-2010, 03:32 AM
natemcnutty's Avatar
natemcnutty
VIP Member
Offline
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 12-11: Panel power off and on now working!

Quote:
Originally Posted by tpdjr View Post
hey nate did you ever make the custom rootfs like f22 rootfs where the end key bring up recent apps and the helicoper veiw
Nope, because I haven't had a chance to look at the button codes. F22 didn't post any of the changes he made (that I know of).

In the next rootfs, I am making this change for the 3d testing:

if [ -f /sdcard/gralloc.msm7k.so ];then
mount --bind /sdcard/gralloc.msm7k.so /lib/froyo/hw/gralloc.msm7k.so
mount --bind /sdcard/gralloc.msm7k.so /system/lib/hw/gralloc.msm7k.so
elif [ "$WVGA" = "1" ] && [ "$RCSCRIPT" = "froyo" ];then
mount --bind /lib/froyo/hw/gralloc.msm7k_wvga.so /lib/froyo/hw/gralloc.msm7k.so
mount --bind /lib/froyo/hw/gralloc.msm7k_wvga.so /system/lib/hw/gralloc.msm7k.so
fi
if [ -f /sdcard/libGLES_qcom.so ];then
mount --bind /sdcard/libGLES_qcom.so /system/lib/egl/libGLES_qcom.so
fi
if [ -f /sdcard/build.prop];then
mount --bind /sdcard/build.prop /system/build.prop
fi

And, I have added support for all of the rhod100 vairants in the new rootfs. I'm waiting on feedback from those users so I can automate that one as well

Last edited by natemcnutty; 12-15-2010 at 06:19 PM.
Reply With Quote