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)

eu0741924381 05-21-2011 11:20 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by rank2 (Post 2104670)
Rhod100_DE:

Fastboot stops with

fastboot_init()
udc_start()

no matter what button I hold pressed.
Since plugging in USB after these messages makes

fastboot: processing commands

appear, I gues the phone didn't freeze.
Is there a way to load recovery from fastboot?
I flashed the nbh without recovery and fastbooted the recovery.img a few pages back.

Hopes this helps

You can boot recovery from fastboot by typing "fastboot boot recovey.img" but that did't help me as the files form SD didn't show up.

arrrghhh 05-21-2011 11:28 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by slimbrown29 (Post 2104661)
Quick question. Will I be able to use the SIM card when running Android on NAND on my Sprint Touch Pro 2?

I am currently working in an are where I have to use GSM networks and WM6.5 is not doing it for me :)

Thanks.

Stick to haret at this time. It runs pretty well, this NAND madness is still in a very experimental phase... In fact the word 'testing' appears not once but twice in the thread title :p.

[ACL] 05-22-2011 01:23 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by rank2 (Post 2104670)
Rhod100_DE:

Fastboot stops with

fastboot_init()
udc_start()

no matter what button I hold pressed.
Since plugging in USB after these messages makes

fastboot: processing commands

appear, I gues the phone didn't freeze.
Is there a way to load recovery from fastboot?
I flashed the nbh without recovery and fastbooted the recovery.img a few pages back.

Btw. just a blind guess but Rhod100 with german keyboard has keycode 107 on end call - maybe they're different.

Hopes this helps

You have to hold the button down as it boots. Once the fastboot already shows up on screen its way too late. There is no loop to wait for your press, it just checks if the button is held down and moves on.. just a tip.

I removed the recovery with lk version since that doesn't work for gsm at all cuz like lmiller mentioned before, gsm has a diff nand layout.

rank2 05-22-2011 03:11 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Hi,

thank you for the tip holding end button before LK shows up, unfortunately this didn't do the trick.
Meanwhile I ran recovery from fastboot console as eu0741924381 suggested and I could install both updates. However LK still wouldn't jump from udc_start().
Are there possibly any differences in NAND layout? Any way I could send you detailed information about this device?

Best regeards
rank2

eu0741924381 05-22-2011 07:14 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by rank2 (Post 2104866)
Hi,

thank you for the tip holding end button before LK shows up, unfortunately this didn't do the trick.
Meanwhile I ran recovery from fastboot console as eu0741924381 suggested and I could install both updates. However LK still wouldn't jump from udc_start().
Are there possibly any differences in NAND layout? Any way I could send you detailed information about this device?

Best regeards
rank2

Did you install the system too?

eu0741924381 05-22-2011 08:06 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
By running "fastboot boot boot.img" i was able to get to smd0 open -> opened and after that a reboot :(... but that was with sim card in, i've never managed to get this far with sim in... i'll try to fix this and i'll update soon.

Update: can the end key think it's being pressed all the time and that's why it automatically boots into fastboot every time and you can't use it in recovery ( it is the single key that it's not working in recovery)

Update: I can see the animation !

New update: It's working! You guys are the best! I have no signal but Wi-Fi is working! and it's very fast!

Lmiller1708 05-22-2011 08:29 AM

Wirelessly posted (TP2: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; pcdadr6350 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)

Quote:

Originally Posted by eu0741924381
By running "fastboot boot boot.img" i was able to get to smd0 open -> opened and after that a reboot :(... but that was with sim card in, i've never managed to get this far with sim in... i'll try to fix this and i'll update soon.

Update: can the end key think it's being pressed all the time and that's why it automatically boots into fastboot every time and you can't use it in recovery ( it is the single key that it's not working in recovery)

Update: I can see the animation !

New update: It's working! You guys are the best! I have no signal but Wi-Fi is working! and it's very fast!

It boots into fastboot all the time because you don't have a boot.img installed. Did you install the kernel-update.zip? If that don't work you can run "fastboot flash boot boot.img" .

Good luck and glad to see you made it to the boot animation.

eu0741924381 05-22-2011 08:51 AM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by Lmiller1708 (Post 2104884)
Wirelessly posted (TP2: Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; pcdadr6350 Build/FRG83D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1)



It boots into fastboot all the time because you don't have a boot.img installed. Did you install the kernel-update.zip? If that don't work you can run "fastboot flash boot boot.img" .

Good luck and glad to see you made it to the boot animation.

i did install the kernel-update.zip and even tried flashing boot.img from fastboot with no success. I am already using "fastboot flash boot boot.img" to boot it up and i have a working android system with no signal.

By booting into fastboot every time i mean it boots to fastboot even when holding power down to boot into recovery.


Update: overclocking does not work for me...

crosstunez 05-22-2011 01:39 PM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by eu0741924381 (Post 2104892)
i did install the kernel-update.zip and even tried flashing boot.img from fastboot with no success. I am already using "fastboot flash boot boot.img" to boot it up and i have a working android system with no signal.

By booting into fastboot every time i mean it boots to fastboot even when holding power down to boot into recovery.


Update: overclocking does not work for me...

How did you passed the smd error?

cris11368 05-22-2011 03:53 PM

Re: NAND Boot Testing - 04-06: FRX06 on NAND (Testing FRX06 now!)
 
Quote:

Originally Posted by eu0741924381 (Post 2104660)
Actually flashing recovery to your device is easy, just read [GUIDE] ADB, Fastboot, and Nandroid for Noobs - xda-developers oh how to get drivers and fastboot up and running.

Place the recovery.img in your fasboot/adb folder;

The open a command prompt and "cd" to your fasboot/adb folder;

Then type "fasboot devices" to print a list of your connected fasboot devices (mine is "? fasboot");

Then type "fastboot flash recovery recovery.img", this will flash recovery.img to your recovery partition;

Then type "fastboot reboot" to reboot your phone.

You should now be able to boot your phone into recovery by holding the power button once the blue screen turns on. :smile:

Also a lot of people that reported that in recovery end button does not work but you can use the psihical keyboard to navigate recovery, up and down arrows to select and enter key to choose.

If you can't get the drivers running try googleing for them, some android file explorers install the drivers as well.

Hope this helps.


Thanks for being the only person who read my post!! Got the recovery image flashed onto the phone, but now im stuck in a reboot loop because my battery drained last night -_-... I'll see if I try the suggested step on the firt page. Thank You again.


Edit: I managed to get the phone to boot far enough by taking 3 batteries (AAA or AA, either is ok) and connecting them in series then manually charging the phone battery for about 10 minutes by connecting a cable directly to the + and - terminals.


All times are GMT -4. The time now is 06:39 PM.

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


Content Relevant URLs by vBSEO 3.6.0