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 01-24-2012, 09:29 PM
trevoroni's Avatar
N00b
Offline
Pocket PC: Touch Pro 2
Carrier: Telus
 
Join Date: Jul 2009
Posts: 26
Reputation: 10
trevoroni is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

I updated to the newest build tonight and have the same problem with my phone being recognized in /system/bin/rhodium-nand-seq.sh as in previous releases.

So now on first boot my keymap is messed up and I have no sound.
If I edit it to force the detection of my Rhod type then everything works fine after a reboot.
I'm pretty sure that this not being recognized has something with my power button (the one on top) not working in Android, while it works fine in recovery.

Not a big deal since it sounds like I'm the only one having this problem.
Reply With Quote
  #2 (permalink)  
Old 01-25-2012, 10:50 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)

Just a quick follow-up. It appears I was wrong or something has been fixed, battery life with GPS turned on then off doesn't seem to suffer.

I did notice the GPS status icon at the top of the screen didn't always update (to off), and would require toggling on and off a second time to get it to actually go away.

I updated to the flashable GPS library last night, I'll see if I can start grabbing crash logs.
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 01-25-2012, 06:05 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: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by trevoroni View Post
I updated to the newest build tonight and have the same problem with my phone being recognized in /system/bin/rhodium-nand-seq.sh as in previous releases.

So now on first boot my keymap is messed up and I have no sound.
If I edit it to force the detection of my Rhod type then everything works fine after a reboot.
I'm pretty sure that this not being recognized has something with my power button (the one on top) not working in Android, while it works fine in recovery.

Not a big deal since it sounds like I'm the only one having this problem.
Its very difficult to recognize sub-variants. We simply go by whats written on ram. However i'm putting in some more mem dumps to be able to dump the SKU id that i found on ram as well. I dont have the info on me, but i can post some instructions tonight. We will need to compare your SKU info vs a Rhod400 and see if we can find a difference.
__________________
Reply With Quote
  #4 (permalink)  
Old 01-27-2012, 03:59 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 trevoroni View Post
I updated to the newest build tonight and have the same problem with my phone being recognized in /system/bin/rhodium-nand-seq.sh as in previous releases.

So now on first boot my keymap is messed up and I have no sound.
If I edit it to force the detection of my Rhod type then everything works fine after a reboot.
I'm pretty sure that this not being recognized has something with my power button (the one on top) not working in Android, while it works fine in recovery.

Not a big deal since it sounds like I'm the only one having this problem.
Ok dood, i need you to adb into your phone. You need to get into the shell and type the following

cat /sys/class/htc_hw/machine_hwinfo

Then type dmesg and look atht the dump on the screen. The last 5 lines will have something like this.

Code:
<6>[ 1882.704223] Hardware Board ID is 4
<6>[ 1882.704284] SKUID PCBA PN is 0 1 f1
<6>[ 1882.704315] SKUID SKU Num is 0
<6>[ 1882.704345] SKUID PCB ID is 4
<6>[ 1882.704376] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>
I'm hoping your data is different since this is all from the rhod400. This way we can better identify sub variants. The same will need to be done for all rhod100s so we can detect the correct kb language.
Reply With Quote
  #5 (permalink)  
Old 01-27-2012, 10:42 AM
trevoroni's Avatar
N00b
Offline
Pocket PC: Touch Pro 2
Carrier: Telus
 
Join Date: Jul 2009
Posts: 26
Reputation: 10
trevoroni is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
Ok dood, i need you to adb into your phone. You need to get into the shell and type the following

cat /sys/class/htc_hw/machine_hwinfo

Then type dmesg and look atht the dump on the screen. The last 5 lines will have something like this.
Will do tonight when I'm at home and report back.

Edit:

Here's my last 5 lines, let me know if there is anything else you need.
Code:
<6>[ 2454.928192] Hardware Board ID is 4
<6>[ 2454.928253] SKUID PCBA PN is 0 1 f1
<6>[ 2454.928283] SKUID SKU Num is 1
<6>[ 2454.928314] SKUID PCB ID is 4
<6>[ 2454.928344] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>

Last edited by trevoroni; 01-27-2012 at 08:04 PM.
Reply With Quote
  #6 (permalink)  
Old 01-31-2012, 02:55 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 trevoroni View Post
Will do tonight when I'm at home and report back.

Edit:

Here's my last 5 lines, let me know if there is anything else you need.
Code:
<6>[ 2454.928192] Hardware Board ID is 4
<6>[ 2454.928253] SKUID PCBA PN is 0 1 f1
<6>[ 2454.928283] SKUID SKU Num is 1
<6>[ 2454.928314] SKUID PCB ID is 4
<6>[ 2454.928344] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>
We need to get someone with a verizon rhod500 to dump this info. If its all the same, then i'm afraid this info wont help. We will just need to find a way.
Reply With Quote
  #7 (permalink)  
Old 01-28-2012, 11:22 PM
milda25's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2 (Rhod100)
Carrier: O2-CZ
Location: Czech Republic
 
Join Date: Dec 2011
Posts: 79
Reputation: 5
milda25 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
Ok dood, i need you to adb into your phone. You need to get into the shell and type the following

cat /sys/class/htc_hw/machine_hwinfo

Then type dmesg and look atht the dump on the screen. The last 5 lines will have something like this.

I'm hoping your data is different since this is all from the rhod400. This way we can better identify sub variants. The same will need to be done for all rhod100s so we can detect the correct kb language.
Here is data from my RHOD100
Code:
<6>[35600.850830] Hardware Board ID is 80
<6>[35600.850891] SKUID PCBA PN is 0 1 f2
<6>[35600.850921] SKUID SKU Num is c
<6>[35600.850952] SKUID PCB ID is 80
<6>[35600.850982] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>0<6>0<6>1<6>2<6>2<6>0<6>0<6>d4<6>
Reply With Quote
  #8 (permalink)  
Old 01-29-2012, 10:42 AM
argenisaz's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2 CDMA (RHOD500)
Carrier: Movilnet (Venezuela)
Location: El Tigre, Venezuela
 
Join Date: Apr 2010
Posts: 73
Reputation: 10
argenisaz is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
Ok dood, i need you to adb into your phone. You need to get into the shell and type the following

cat /sys/class/htc_hw/machine_hwinfo

Then type dmesg and look atht the dump on the screen. The last 5 lines will have something like this.

Code:
<6>[ 1882.704223] Hardware Board ID is 4
<6>[ 1882.704284] SKUID PCBA PN is 0 1 f1
<6>[ 1882.704315] SKUID SKU Num is 0
<6>[ 1882.704345] SKUID PCB ID is 4
<6>[ 1882.704376] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>
I'm hoping your data is different since this is all from the rhod400. This way we can better identify sub variants. The same will need to be done for all rhod100s so we can detect the correct kb language.
Results from my device. RHOD500 (it has what seems a RHOD400 keyboard layout).

Code:
<6>[  397.498840] Hardware Board ID is 4
<6>[  397.498901] SKUID PCBA PN is 0 1 f1
<6>[  397.498931] SKUID SKU Num is 1
<6>[  397.498962] SKUID PCB ID is 4
<6>[  397.498992] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>
Reply With Quote
  #9 (permalink)  
Old 01-31-2012, 02:47 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 argenisaz View Post
Results from my device. RHOD500 (it has what seems a RHOD400 keyboard layout).

Code:
<6>[  397.498840] Hardware Board ID is 4
<6>[  397.498901] SKUID PCBA PN is 0 1 f1
<6>[  397.498931] SKUID SKU Num is 1
<6>[  397.498962] SKUID PCB ID is 4
<6>[  397.498992] SKUID RF SKU ID is <6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>ff<6>1<6>0<6>0<6>3<6>2<6>0<6>0<6>d4<6>0<6>0<6>0<6>2<6>
interesting.. so it seems the 500 and 400 have identical numbers?
Reply With Quote
  #10 (permalink)  
Old 01-31-2012, 06:51 AM
argenisaz's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2 CDMA (RHOD500)
Carrier: Movilnet (Venezuela)
Location: El Tigre, Venezuela
 
Join Date: Apr 2010
Posts: 73
Reputation: 10
argenisaz is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [TESTING] - NAND OMGB (1.2.3)

Quote:
Originally Posted by [ACL] View Post
interesting.. so it seems the 500 and 400 have identical numbers?
Yep, and the weird part is that my RHOD500 has a RHOD400 kb layout.
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 08:43 AM.


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