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)

[ACL] 03-22-2011 02:46 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by natemcnutty (Post 2071856)
I've got a rhod500 as well, and this setup works great. It is already rooted as well, so don't have to worry about that ;)

hey nate.. i didnt test this at all but i did implement the sdcard loop wait for the recovery. pain in the ass to restore and lose the modules .. so im still trying to master mind a way around that.

T_D_H 03-22-2011 03:04 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
new install method WORKS! now if only I could use my other phone with android with a sim card haha, thanks alot! joys of having multiple phones, if only this could go on my lg IQ with the snapdragon and bad ass camera... :(

MassStash 03-22-2011 03:20 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
acl, good work brudda; sdcard back in business own roll stylee

can't wait til we get to gps... duh duh duuuuuuh.....

also, still curious bout ls not being alphabetical...

shatred 03-22-2011 07:35 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
how far is gsm nand development?
any stuff you want me to test?
i got an rhodium-100 gsm

[ACL] 03-22-2011 08:49 AM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by shatred (Post 2071880)
how far is gsm nand development?
any stuff you want me to test?
i got an rhodium-100 gsm

I think 100 is the last device on the list. But we are too behind on it for you to test anything. sorry.

natemcnutty 03-22-2011 12:05 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by [ACL] (Post 2071859)
hey nate.. i didnt test this at all but i did implement the sdcard loop wait for the recovery. pain in the ass to restore and lose the modules .. so im still trying to master mind a way around that.

What about something like this?

tar -cvzf /cache/modules.tgz /data/modules/
/bin/flash_eraseall /dev/mtd/mtd3 > /dev/null
/bin/mount -t yaffs2 /dev/block/mtdblock3 /data > /dev/null
tar -xzf /cache/modules.tgz -C /data

natemcnutty 03-22-2011 12:06 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by MassStash (Post 2071869)
acl, good work brudda; sdcard back in business own roll stylee

can't wait til we get to gps... duh duh duuuuuuh.....

also, still curious bout ls not being alphabetical...

GPS works flawlessly on my phone. Takes about 2 minutes to get the initial lock, but after that, it's great.

arrrghhh 03-22-2011 12:15 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by natemcnutty (Post 2071979)
GPS works flawlessly on my phone. Takes about 2 minutes to get the initial lock, but after that, it's great.

Perhaps he means the XTRA interface or the 'warm-boot' injection...?

Those would be nice, but it seems like they're going to be difficult as they're undocumented.

[ACL] 03-22-2011 12:45 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by natemcnutty (Post 2071978)
What about something like this?

tar -cvzf /cache/modules.tgz /data/modules/
/bin/flash_eraseall /dev/mtd/mtd3 > /dev/null
/bin/mount -t yaffs2 /dev/block/mtdblock3 /data > /dev/null
tar -xzf /cache/modules.tgz -C /data

i ran my first test yesterday to restructure the modules path. I tried to port over sqsh4 so i can try the other method but the patch is too massive. So ill try to night with yaffs2 instead. If it works, then we will just do as you said and copy them over to system and mount looping them. This way we can wipe data all we want and not loose anything. Only thing we need to make sure is that people wipe their old modules or else system will just baloon up.

Also because the recovery is only 8mb, we will only have room for 1 extra kernel in there.. ohh well.. better than nothing

natemcnutty 03-22-2011 01:30 PM

Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)
 
Quote:

Originally Posted by [ACL] (Post 2072000)
i ran my first test yesterday to restructure the modules path. I tried to port over sqsh4 so i can try the other method but the patch is too massive. So ill try to night with yaffs2 instead. If it works, then we will just do as you said and copy them over to system and mount looping them. This way we can wipe data all we want and not loose anything. Only thing we need to make sure is that people wipe their old modules or else system will just baloon up.

Also because the recovery is only 8mb, we will only have room for 1 extra kernel in there.. ohh well.. better than nothing

Couple of easy fixes there. We can make recovery 16 MB or something larger if you'd like. It can come from cache or from data.

For modules, I think very very few people will be wanting to hold onto their old kernel once they upgrade, but if they do, we could require a sd card for that. Just move them into a tgz on the sd card using the old uname as the name so that the kernel can grab its appropriate modules :)


All times are GMT -4. The time now is 07:08 PM.

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


Content Relevant URLs by vBSEO 3.6.0