PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-07-2011, 01:04 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by PedroDaGr8 View Post
Ugh I can't get recovery to load properly. It keeps dumping me into fastboot after erroring out trying read recovery.


The log goes through the startup stuff like welcome to minipooploader and the the PLL Modes
it then says

nandid 0x5501bcec maker=0xec device=0xbc page_size=2048
a bunch of stuff about nandcfg and ptn (longer so I don't want to type them out unless I need to)

then it says
Boot reason: reset
calling apps_init()
Boot reason: reset
flash_read misc partition
flash read: misc 800 800
flash_read_image: failed (191 errors)
ERROR: Cannnot read recovery header
flash read: boot 0 800
flash_read_image: failed (2048 errors)
ERROR: Cannot read boot image header
ERROR: Could not do normal boot. Reverting to fastboot
htcrhodium_usb_enable
USB init ept @ 0x1c4000
USB ID 0042fa05
fastboot_init()
udc_start()

and then it stops there.

I have tried redownloading recovery.img several times as well as trying to reflash dozens of times.
Pull the battery, boot again.

NAND is finnicky at best for me. I usually have to reboot a few times to get fastboot to detect the device, then I have to reboot a few times to get recovery to pickup so I can boot into CWM.... then CWM works great, but I usually have to reboot a few more times before it'll boot into Android correctly... then I keep getting freezes while in the system.

So this really is a developer preview. If you're not going to develop on this platform, there's really no point in any end-users flashing it.
Reply With Quote
  #2 (permalink)  
Old 10-07-2011, 02:08 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by PedroDaGr8 View Post
Ugh I can't get recovery to load properly. It keeps dumping me into fastboot after erroring out trying read recovery.


The log goes through the startup stuff like welcome to minipooploader and the the PLL Modes
it then says

nandid 0x5501bcec maker=0xec device=0xbc page_size=2048
a bunch of stuff about nandcfg and ptn (longer so I don't want to type them out unless I need to)

then it says
Boot reason: reset
calling apps_init()
Boot reason: reset
flash_read misc partition
flash read: misc 800 800
flash_read_image: failed (191 errors)
ERROR: Cannnot read recovery header
flash read: boot 0 800
flash_read_image: failed (2048 errors)
ERROR: Cannot read boot image header
ERROR: Could not do normal boot. Reverting to fastboot
htcrhodium_usb_enable
USB init ept @ 0x1c4000
USB ID 0042fa05
fastboot_init()
udc_start()

and then it stops there.

I have tried redownloading recovery.img several times as well as trying to reflash dozens of times.
save your energy. All you need to see is that it couldnt find a recovery header on the partition.
How are you flashing the recovery? The flashing never fails for me so you must be messing up the fastboot flash somehow. Also when you flash, does it actually tell you it flashed successfully?

Also keep an eye on the buttons you press. The message will tell you when it recognizes your button press (either power button or end key).
__________________
Reply With Quote
  #3 (permalink)  
Old 10-07-2011, 03:52 PM
PedroDaGr8's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC EVO 4G LTE
Carrier: Sprint
Location: San Diego, CA
 
Join Date: Jun 2008
Posts: 116
Reputation: 150
PedroDaGr8 is keeping up the good workPedroDaGr8 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by [ACL] View Post
save your energy. All you need to see is that it couldnt find a recovery header on the partition.
How are you flashing the recovery? The flashing never fails for me so you must be messing up the fastboot flash somehow. Also when you flash, does it actually tell you it flashed successfully?

Also keep an eye on the buttons you press. The message will tell you when it recognizes your button press (either power button or end key).

Yeah it does say it flashed successfully. Here is the cmd prompt log and it says success on the phones screen.

C:\android-sdk-windows\tools>fastboot flash recovery recovery.img
sending 'recovery' (4176 KB)...
OKAY [ 1.109s]
writing 'recovery'...
OKAY [ 1.234s]
finished. total time: 2.359s

C:\android-sdk-windows\tools>fastboot flash recovery recovery.img
sending 'recovery' (4176 KB)...
OKAY [ 1.125s]
writing 'recovery'...
OKAY [ 1.969s]
finished. total time: 3.094s

C:\android-sdk-windows\tools>fastboot reboot
rebooting...

finished. total time: 0.641s


I'll likely play with this some this weekend just for fun. If it doesn't work at that point. I'll just chock it up as unsurmountable user error.
Reply With Quote
  #4 (permalink)  
Old 10-03-2011, 08:17 PM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Just use previous version of makelk.sh to create.
Attached Files
File Type: 7z ruu_signed.7z (25.5 KB, 32 views) Click for barcode!
Reply With Quote
  #5 (permalink)  
Old 10-03-2011, 08:41 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by muziling View Post
Just use previous version of makelk.sh to create.
So... you didn't change anything? Just re-ran the script and the resulting NBH worked for USB flash...??

We're trying to get an NBH that works both ways, so everyone can use it without issue.
Reply With Quote
  #6 (permalink)  
Old 10-03-2011, 09:01 PM
muziling's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2(RHOD400)
Carrier: CDMA
 
Join Date: Nov 2010
Posts: 175
Reputation: 55
muziling is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

just revert script back to last version , no other change.
https://gitorious.org/tinboot-for-li...4d4e8a0adc09d2
Reply With Quote
  #7 (permalink)  
Old 10-03-2011, 09:09 PM
arrrghhh's Avatar
Testing Extraordinaire
Offline
Pocket PC: HTC Touch Pro 2 (RHOD400)
Carrier: Sprint
 
Join Date: Mar 2007
Posts: 3,604
Reputation: 7360
arrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the communityarrrghhh is a trusted member of the community
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by muziling View Post
just revert script back to last version , no other change.
https://gitorious.org/tinboot-for-li...4d4e8a0adc09d2
Oh...

No offense, but that's not really a solution. Thanks tho.
Reply With Quote
  #8 (permalink)  
Old 10-04-2011, 12:54 AM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
Threadstarter
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Quote:
Originally Posted by arrrghhh View Post
Oh...

No offense, but that's not really a solution. Thanks tho.
well for now thats what we will do for those who cant do sdcard .. its the least of our worries.
Reply With Quote
  #9 (permalink)  
Old 10-03-2011, 09:29 PM
baalho's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Nov 2009
Posts: 49
Reputation: 20
baalho is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Here is my take on it so far.
-flashed from sd card without an issue.
-installed OMGB from recovery
-really digged the 3D boot splash

The phone boots into andoid just fine.
Issues:
- stuck in roaming
-freezes after about 1-2 minute, even after multiple restart and reflashing.

main issue:

My phone always wants to boot into fastboot. Even when I hold the Powe button, it still says End Key pressed, not all the time though. I am thinking my end button is broken lol
Do you press and hold the Power button while booting the phone the whole time until u get to recovery?

When I reboot my phone, somes times I boot into android, most time i boot into fastboot.

to be honest, have not really been able to test the system.
gonna try a new sd card.

on
RHOD400 Sprint

thanks

Last edited by baalho; 10-03-2011 at 09:36 PM. Reason: more info
Reply With Quote
  #10 (permalink)  
Old 10-05-2011, 05:48 PM
hceuterpe's Avatar
PPCGeeks Regular
Offline
Pocket PC: Sprint TP2
Carrier: Sprint SERO
Location: Illinois
 
Join Date: Mar 2008
Posts: 50
Reputation: 55
hceuterpe is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [DEV] - OMGB - 1.2.2{2.3.5} - CDMA ONLY

Am I correct in thinking the camera is still not working in this build? The first post didn't say one way or the other.

Other than that, this variant seems really close to be being ready as the haret version was in like the late spring
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2 > Android On TP2 > Android On TP2 Development


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com