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
  #721 (permalink)  
Old 12-20-2010, 02:29 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

Quote:
Originally Posted by mpannen View Post
Hi:

I ran this command:

pdump 0x00081034 1 b

and it came back with a result of 00000014


And for those of you not at a computer, you can turn on the haret console and connect to it using Putty for Windows Mobile. Just telnet to 127.0.0.1 port 9999, and press enter once connected. You will then see the console.
This means you have the same panel i do. So i'm baffled why you were getting display errors before. I'll look into it tho so next release should detect properly. I'm waiting to see if anyone has anything besides 0x14
__________________
Reply With Quote
  #722 (permalink)  
Old 12-20-2010, 03:02 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

Quote:
Originally Posted by [ACL] View Post
This means you have the same panel i do. So i'm baffled why you were getting display errors before. I'll look into it tho so next release should detect properly. I'm waiting to see if anyone has anything besides 0x14
Unfortunately, I also have 0x14 on that paddress. Did you disassemble a wince driver for that address?

Code:
HaRET(12)# pdump 0x00081034 128
00081034 | 00000014 efffffff fff7ffdf ffffbfff | ................
00081044 | fffefffb fffffdff ffffffff fffdffff | ................
00081054 | ffffff7f 00000000 52455354 55aaaa55 | ........TSERU..U
00081064 | 58899885 00480052 0044004f 00300035 | ...XR.H.O.D.5.0.
00081074 | 00300030 00000030 ffffffff ffffffff | 0.0.0...........
00081084 | ffffffff 5349424b 52454749 ffffffff | ....KBISIGER....
00081094 | ffffffff 3fffff00 fdfffffd ffffbfff | .......?........
000810a4 | 00000000 4e534543 00001000 00000080 | ....CESN........
Reply With Quote
This post has been thanked 1 times.
  #723 (permalink)  
Old 12-20-2010, 03:08 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

Quote:
Originally Posted by natemcnutty View Post
Unfortunately, I also have 0x14 on that paddress. Did you disassemble a wince driver for that address?

Code:
HaRET(12)# pdump 0x00081034 128
00081034 | 00000014 efffffff fff7ffdf ffffbfff | ................
00081044 | fffefffb fffffdff ffffffff fffdffff | ................
00081054 | ffffff7f 00000000 52455354 55aaaa55 | ........TSERU..U
00081064 | 58899885 00480052 0044004f 00300035 | ...XR.H.O.D.5.0.
00081074 | 00300030 00000030 ffffffff ffffffff | 0.0.0...........
00081084 | ffffffff 5349424b 52454749 ffffffff | ....KBISIGER....
00081094 | ffffffff 3fffff00 fdfffffd ffffbfff | .......?........
000810a4 | 00000000 4e534543 00001000 00000080 | ....CESN........
Had Cotulla take a look at the dlls and he got the address. We verified because it matches the wince kernel log.

If you dump the kernel log from wince during boot you will see g_currentpaneltype=20. So we know 0x14 is what most of us use.
Reply With Quote
This post has been thanked 1 times.
  #724 (permalink)  
Old 12-20-2010, 04:21 PM
mpannen's Avatar
N00b
Offline
Pocket PC: Sprint RHOD400
Carrier: sprint
 
Join Date: Jun 2009
Posts: 26
Reputation: 20
mpannen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

Could different radio firmwares have any influence? I have a Verizon 2.37 on my device..What do you have on yours ACL?
Reply With Quote
  #725 (permalink)  
Old 12-20-2010, 04:27 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

Quote:
Originally Posted by mpannen View Post
Could different radio firmwares have any influence? I have a Verizon 2.37 on my device..What do you have on yours ACL?
No idea.. i have sprint 400. But panel init shouldn't change at all with radio changes.
Reply With Quote
This post has been thanked 1 times.
  #726 (permalink)  
Old 12-20-2010, 06:54 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/22.414; U; en) Presto/2.5.25 Version/10.54)

Quote:
Originally Posted by [ACL
]
Quote:
Originally Posted by natemcnutty View Post
Unfortunately, I also have 0x14 on that paddress. Did you disassemble a wince driver for that address?

Code:
HaRET(12)# pdump 0x00081034 128
00081034 | 00000014 efffffff fff7ffdf ffffbfff | ................
00081044 | fffefffb fffffdff ffffffff fffdffff | ................
00081054 | ffffff7f 00000000 52455354 55aaaa55 | ........TSERU..U
00081064 | 58899885 00480052 0044004f 00300035 | ...XR.H.O.D.5.0.
00081074 | 00300030 00000030 ffffffff ffffffff | 0.0.0...........
00081084 | ffffffff 5349424b 52454749 ffffffff | ....KBISIGER....
00081094 | ffffffff 3fffff00 fdfffffd ffffbfff | .......?........
000810a4 | 00000000 4e534543 00001000 00000080 | ....CESN........
Had Cotulla take a look at the dlls and he got the address. We verified because it matches the wince kernel log.

If you dump the kernel log from wince during boot you will see g_currentpaneltype=20. So we know 0x14 is what most of us use.
ACL, do you need any other info at this point? I was messing around with addlist TRACE for headset detection and wondered if you had everything you needed for panel stuff.
__________________
Reply With Quote
This post has been thanked 1 times.
  #727 (permalink)  
Old 12-20-2010, 07:14 PM
[ACL]'s Avatar
VIP Member
Offline
Pocket PC: tp2
Carrier: Sprint
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: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

Quote:
Originally Posted by natemcnutty View Post
Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/22.414; U; en) Presto/2.5.25 Version/10.54)



ACL, do you need any other info at this point? I was messing around with addlist TRACE for headset detection and wondered if you had everything you needed for panel stuff.
i think im all good for now. Just baffled we all have reported using the same panel. What i will do is mod the code to just write an error to the logs in-case it finds a panel besides 0x14.

how is the headset thing going?
Reply With Quote
This post has been thanked 1 times.
  #728 (permalink)  
Old 12-20-2010, 07:49 PM
natemcnutty's Avatar
VIP Member
Offline
Pocket PC: VZW Touch Pro 2
Carrier: Verizon Wireless
Threadstarter
 
Join Date: Nov 2009
Posts: 845
Reputation: 3070
natemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIPnatemcnutty is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/22.414; U; en) Presto/2.5.25 Version/10.54)

Quote:
Originally Posted by [ACL
]
Quote:
Originally Posted by natemcnutty View Post
Wirelessly posted (Opera/9.80 (Windows Mobile; Opera Mini/5.1.21594/22.414; U; en) Presto/2.5.25 Version/10.54)



ACL, do you need any other info at this point? I was messing around with addlist TRACE for headset detection and wondered if you had everything you needed for panel stuff.
i think im all good for now. Just baffled we all have reported using the same panel. What i will do is mod the code to just write an error to the logs in-case it finds a panel besides 0x14.

how is the headset thing going?
Had to head out for shopping, but I'm really just documenting what I can. I'll post my findings for you or someone who can do real programming
Reply With Quote
This post has been thanked 2 times.
  #729 (permalink)  
Old 12-20-2010, 11:22 PM
mpannen's Avatar
N00b
Offline
Pocket PC: Sprint RHOD400
Carrier: sprint
 
Join Date: Jun 2009
Posts: 26
Reputation: 20
mpannen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

ACL:

You are not going to believe this, but I flashed back to Sprint radio 2.32 from VZW 2.37 and the display is working for me now. I am using the autobuild from 12/15/2010, which had previously failed for me.
Reply With Quote
This post has been thanked 1 times.
  #730 (permalink)  
Old 12-20-2010, 11:43 PM
mpannen's Avatar
N00b
Offline
Pocket PC: Sprint RHOD400
Carrier: sprint
 
Join Date: Jun 2009
Posts: 26
Reputation: 20
mpannen is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 12-14: Panel power off fixes and new rootfs (important update

Well it worked very well for a while, but now the back light just comes on again....
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 05:27 AM.


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