PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Android On TP2 Development (http://forum.ppcgeeks.com/forumdisplay.php?f=319)
-   -   NAND Testing - 05-25 Update: New LK, Recovery.img, Kernel Updates through Recovery (http://forum.ppcgeeks.com/showthread.php?t=134598)

MassStash 12-15-2010 03:32 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
Quote:

Originally Posted by tpdjr (Post 2013798)
hey nate did you ever make the custom rootfs like f22 rootfs where the end key bring up recent apps and the helicoper veiw

i agree, i cant get it working....

natemcnutty 12-15-2010 03:32 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
Quote:

Originally Posted by tpdjr (Post 2013798)
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 :)

tpdjr 12-15-2010 03:40 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
alright i have a few questions did you ever make the roots that enabled the screen to stay on while android is starting up and do use the libgles_qcom.so, build.pro and gralloc is it the same as haret?

natemcnutty 12-15-2010 03:51 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
Quote:

Originally Posted by tpdjr (Post 2013827)
alright i have a few questions did you ever make the roots that enabled the screen to stay on while android is starting up and do use the libgles_qcom.so, build.pro and gralloc is it the same as haret?

I did echo 50 >/sys/class/leds/lcd-backlight/brightness right when rootfs is mounted.

Then I did the code I posted previously for optionally loading the libgles, build.prop, and gralloc from the sdcard. If you do not have the files on the sdcard, it will default to the original ones.

I think some of the issues people are having with graphical issues might be because I replaced the original files with the 3d testing ones in the last builds. The method I am doing now will be much better. Just waiting on the files to download right now :)

tpdjr 12-15-2010 03:56 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
alright hey can you help me. So i have been on android through haret but decided to run nand. So i already flashed the ruu and put the rootfs, modules, and ext 2 into a andboot folder and it want start up is there anything special i need to do? also if i put gralloc, libgles, and build.prop on the root of the sd card is that all i need to do for that or do i need to make a special folder?

MassStash 12-15-2010 03:56 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
sweetness. you don't think it's faster/better to be running android from a "natively" partitioned ext2 partion on sdcard as upposed to just the fat32 andboot partitioned sdcard? and i'm dumb with the finding of how the hell i get a .kb file, all i see is .kl in the keymapping folder.... trying to get end=home/recent apps|power=power/turn off with the accesibility option to end call with power button....

edit: also, i can test some shtuff on the rhod400 if needed

natemcnutty 12-15-2010 04:03 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
Quote:

Originally Posted by MassStash (Post 2013832)
sweetness. you don't think it's faster/better to be running android from a "natively" partitioned ext2 partion on sdcard as upposed to just the fat32 andboot partitioned sdcard? and i'm dumb with the finding of how the hell i get a .kb file, all i see is .kl in the keymapping folder.... trying to get end=home/recent apps|power=power/turn off with the accesibility option to end call with power button....

edit: also, i can test some shtuff on the rhod400 if needed

I don't see a whole lot of performance coming from a file system change at this point. I'd just leave it as FAT32 so you can interface it easier with Windows for copying files back and forth (unless you run Linux).

For the .kb file, you shouldn't need it unless you want to override the automatic keyboard detection. To create one, just open notepad, click File-Save As, change the File Type to All, and save as rhod400.kb.

Also, the new RootFS is uploading to here: http://dl.dropbox.com/u/11790134/roo...14-42b44e2.img

tpdjr 12-15-2010 04:06 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
hey nate can you help me out with my last post? please

MassStash 12-15-2010 04:14 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
heck yea i'm running ubuntu 10.10. super nasty at that. but yea, trying to get the end buttong to home instead, didnt know i could just make up the file lol werd to the new rootfs dropping dlin now... get back to you on it asap

edit: gettin 404 at the file site brudda....

edit to edit: ahhhhh ha ha ha, "IS uploading"...... damn i'm a jumpy ass nerd haha

MassStash 12-15-2010 04:20 AM

Re: NAND Boot Testing - 12-11: Panel power off and on now working!
 
Quote:

Originally Posted by tpdjr (Post 2013834)
hey nate can you help me out with my last post? please

yea that should do it. but you need the new rootfs he's dropping to utilize the point of the grallloc, lib etc in the root dir. eventho he already had them in the last build n he thinks they may have caused issued, thus the point of the new build with the old shtuff, and the option to do neww stuff in root after trying out old stuff first... hint hint


All times are GMT -4. The time now is 05:56 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0