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 02-22-2012, 07:34 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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
yup, git is latest. If this is happening then something is overwriting your nand since im double checking the variant with that value as well. LK cant overwrite this since its deep inside the mfg block near the wifi section. You doing something crazy?
Just use that commands to erase partition in fastboot.
I don't want to express out and repair my phone again.... and seem impossible to change RHOD100 to RHOD400 by NBH, Or someone can dump these partitions data, then flash back to my phone


non_writeable, but write by fastboot... OK, who can give me wifi partition data
Code:
    ptable_add(&flash_ptable, "WIFI", MTD_WFI_CDMA/0x20000,
            MTD_MISC/0x20000, 0, TYPE_APPS_PARTITION, PERM_NON_WRITEABLE);
Use http://androidforums.com/optimus-s-a...-recovery.html

Last edited by muziling; 02-22-2012 at 09:18 PM.
Reply With Quote
  #2 (permalink)  
Old 02-22-2012, 10:13 PM
mbellot's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: Boost
 
Join Date: Jul 2010
Posts: 156
Reputation: 135
mbellot is keeping up the good workmbellot is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Full blown, old school, hard lock-up tonight.

The phone was awake (playing a game of Sudoku) when it went into space.

A couple observations that may (or may not) matter.

1. Happened shortly after booting (less than 10 minutes), the LED was still OFF, not orange or green
2. Display stayed on
3. Key backlight stayed on
4. I happened to notice right before the lock-up that it looked like I lost reception, grayed out signal meter with tiny "x" at the left side and no data icon (1x or 3G). It seemed like as soon as I got signal back (two bars, still no data icon) it froze up.

I waited twenty minutes to see if it would sleep/recover so I could pull full logs but no dice. I finally resorted to the little red button and only got last_kmsg.

If I'm reading it right, it's your old friend SMD causing a kernel panic. Hopefully these logs shed new light on the problem.
Attached Files
File Type: zip 02222012_lk.zip (17.4 KB, 2 views) Click for barcode!
Reply With Quote
  #3 (permalink)  
Old 02-22-2012, 10: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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by mbellot View Post
If I'm reading it right, it's your old friend SMD causing a kernel panic. Hopefully these logs shed new light on the problem.
Hope ACL can merge patch
59b67bdc0f06 - photon-test - testpage - Google Project Hosting

If doesn't apply this, many people told me SoD many times.
Reply With Quote
  #4 (permalink)  
Old 02-23-2012, 01:58 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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by mbellot View Post
Full blown, old school, hard lock-up tonight.

The phone was awake (playing a game of Sudoku) when it went into space.

A couple observations that may (or may not) matter.

1. Happened shortly after booting (less than 10 minutes), the LED was still OFF, not orange or green
2. Display stayed on
3. Key backlight stayed on
4. I happened to notice right before the lock-up that it looked like I lost reception, grayed out signal meter with tiny "x" at the left side and no data icon (1x or 3G). It seemed like as soon as I got signal back (two bars, still no data icon) it froze up.

I waited twenty minutes to see if it would sleep/recover so I could pull full logs but no dice. I finally resorted to the little red button and only got last_kmsg.

If I'm reading it right, it's your old friend SMD causing a kernel panic. Hopefully these logs shed new light on the problem.
Yep you are right.. good ol smd. Not sure how much time ill get to spend on this but ill take a look.
__________________
Reply With Quote
  #5 (permalink)  
Old 02-22-2012, 10:22 PM
mbellot's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: Boost
 
Join Date: Jul 2010
Posts: 156
Reputation: 135
mbellot is keeping up the good workmbellot is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by muziling View Post
Just use that commands to erase partition in fastboot.
I don't want to express out and repair my phone again.... and seem impossible to change RHOD100 to RHOD400 by NBH, Or someone can dump these partitions data, then flash back to my phone


non_writeable, but write by fastboot... OK, who can give me wifi partition data
Code:
    ptable_add(&flash_ptable, "WIFI", MTD_WFI_CDMA/0x20000,
            MTD_MISC/0x20000, 0, TYPE_APPS_PARTITION, PERM_NON_WRITEABLE);
Use Need a dump to build recovery. - Android Forums

Muz, which partition(s) do you want? Do you want them from fastboot or within OMGB?

In OMGB I have the following listed in /proc/mtd

Code:
cat mtd
dev:    size   erasesize  name
mtd0: 005c0000 00020000 "recovery"
mtd1: 00060000 00020000 "misc"
mtd2: 00400000 00020000 "boot"
mtd3: 0c000000 00020000 "system"
mtd4: 0e4e0000 00020000 "userdata"
mtd5: 02000000 00020000 "cache"
Reply With Quote
  #6 (permalink)  
Old 02-23-2012, 12:25 AM
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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by mbellot View Post
Muz, which partition(s) do you want? Do you want them from fastboot or within OMGB?

In OMGB I have the following listed in /proc/mtd

Code:
cat mtd
dev:    size   erasesize  name
mtd0: 005c0000 00020000 "recovery"
mtd1: 00060000 00020000 "misc"
mtd2: 00400000 00020000 "boot"
mtd3: 0c000000 00020000 "system"
mtd4: 0e4e0000 00020000 "userdata"
mtd5: 02000000 00020000 "cache"
Need WIFI partition data , seems can not access in android .
Fastboot can access WIFI partition, but no dump option to dump out data.
Reply With Quote
  #7 (permalink)  
Old 02-23-2012, 01:11 AM
mbellot's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: Boost
 
Join Date: Jul 2010
Posts: 156
Reputation: 135
mbellot is keeping up the good workmbellot is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by muziling View Post
Need WIFI partition data , seems can not access in android .
Fastboot can access WIFI partition, but no dump option to dump out data.
If you find a way gimme a shout and I'll try dumping my 400 for you.
Reply With Quote
This post has been thanked 1 times.
  #8 (permalink)  
Old 02-23-2012, 05:08 AM
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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by mbellot View Post
If you find a way gimme a shout and I'll try dumping my 400 for you.
Use USB cable to flash this nbh under three color screen: http://muziling.googlecode.com/files..._PARTITION.zip
(This NBH is build from ACL git code, just hack for android can see wifi partition)

Then in android ,use command to dump it out.
Code:
cat /dev/mtd/mtd7ro > /sdcard/wifi.raw
Post wifi.raw to me, thx
Reply With Quote
  #9 (permalink)  
Old 02-23-2012, 08:46 PM
mbellot's Avatar
PPCGeeks Regular
Offline
Pocket PC: TP2
Carrier: Boost
 
Join Date: Jul 2010
Posts: 156
Reputation: 135
mbellot is keeping up the good workmbellot is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by muziling View Post
Use USB cable to flash this nbh under three color screen: http://muziling.googlecode.com/files..._PARTITION.zip
(This NBH is build from ACL git code, just hack for android can see wifi partition)

Then in android ,use command to dump it out.
Code:
cat /dev/mtd/mtd7ro > /sdcard/wifi.raw
Post wifi.raw to me, thx
Muzilling - Any other options?

Last time I upgraded RHODIMG it took almost four hours of bouncing between LK, Task29 and WinMo to get the phone to re-flash recovery (kept getting failure messages when trying to format the recovery partition).

Also, (no offense) but given your current situation, and how you got there, I'm a bit worried I'll end up with a RHOD100 too.

I'll see how things look this weekend, I can't afford to brick my phone until Saturday night.

I thought RHODIMG had to be installed/upgraded via SD, not USB.
Reply With Quote
  #10 (permalink)  
Old 02-23-2012, 08:58 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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by mbellot View Post
I thought RHODIMG had to be installed/upgraded via SD, not USB.
No, you can install an NBH with the CustomRUU thingy...

But I thought LK had to be installed via SD regardless?
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 10:33 AM.


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