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
  #531 (permalink)  
Old 12-02-2010, 07:05 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 - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by natemcnutty View Post
I must not be doing this right. Can you confirm I have the right stuff here:

Code:
HaRET(1)# setlcd 4
LcdPower(4) dc=04EA0DA9
ExtEscape==1
HaRET(2)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(3)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(4)# vdump 0xBA0811D4 16
ba0811d4 | 3a28f7e4 00200000 00600000 52d00400 | ..(:.. ...`....R
HaRET(5)# setlcd 1
LcdPower(1) dc=03E80EDA
ExtEscape==1
HaRET(6)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(7)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(8)# vdump 0xBA0811D4 16
ba0811d4 | 3a28f7ff 00200000 00600000 52d00400 | ..(:.. ...`....R
the commands are right but dont use setlcd since its kinda broken. Just kill the panel on the device itself. And see if it changes.
__________________
Reply With Quote
This post has been thanked 1 times.
  #532 (permalink)  
Old 12-02-2010, 07:22 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 - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by [ACL] View Post
the commands are right but dont use setlcd since its kinda broken. Just kill the panel on the device itself. And see if it changes.
Go figure... Here ya go:

Code:
HaRET(1)# WITH SCREEN ON
HaRET(2)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(3)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(4)# vdump 0xBA0811D4 16
ba0811d4 | 3a29136f 00200000 00600000 52d00400 | o.):.. ...`....R

HaRET(5)# WITH SCREEN OFF
HaRET(6)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(7)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(8)# vdump 0xBA0811D4 16
ba0811d4 | 3a291379 00200000 00600000 52d00400 | y.):.. ...`....R
Reply With Quote
This post has been thanked 1 times.
  #533 (permalink)  
Old 12-02-2010, 08:19 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 - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by natemcnutty View Post
Go figure... Here ya go:

Code:
HaRET(1)# WITH SCREEN ON
HaRET(2)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(3)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(4)# vdump 0xBA0811D4 16
ba0811d4 | 3a29136f 00200000 00600000 52d00400 | o.):.. ...`....R

HaRET(5)# WITH SCREEN OFF
HaRET(6)# vdump 0xBA08150C 16
ba08150c | 00000000 00000000 00000000 00000000 | ................
HaRET(7)# vdump 0xBA081510 16
ba081510 | 00000000 00000000 00000000 00000000 | ................
HaRET(8)# vdump 0xBA0811D4 16
ba0811d4 | 3a291379 00200000 00600000 52d00400 | y.):.. ...`....R
damn .. not what i expected
Reply With Quote
This post has been thanked 1 times.
  #534 (permalink)  
Old 12-03-2010, 01:22 PM
tpdjr's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro 2 (Rhod 400)
Carrier: Sprint
Location: California
 
Join Date: May 2009
Posts: 390
Reputation: 460
tpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES

Hey acl just curious what is the progress on nand. Also will we be able to go full nand soon or does that not really seem llike an option. Just curious on your thoughts
Reply With Quote
  #535 (permalink)  
Old 12-03-2010, 04: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 - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by tpdjr View Post
Hey acl just curious what is the progress on nand. Also will we be able to go full nand soon or does that not really seem llike an option. Just curious on your thoughts
i want to but there is simply no time. i can barely put 1 hour a day on this so its hard. No one else besides me and nate are really working on this. Wozzer wants to come back but he is also very busy.

THe panel issue right now has me stumped .. we are unable to power down he lcd panel like the haret version so between 3d, the frame-buffer and the panel pure nand will probably go last.
Reply With Quote
This post has been thanked 2 times.
  #536 (permalink)  
Old 12-03-2010, 05:59 PM
m4f1050's Avatar
Halfway to VIP Status
Offline
Pocket PC: Ozone,Diam,Imagio,TPro2,Opt-S,EVO,3VO,E4GT
Carrier: Boost (CDMA)
 
Join Date: Sep 2008
Posts: 692
Reputation: 480
m4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regularm4f1050 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES

LOL, noticed the logs, with the panel on you get a happy face and a sad face when you turn it off at location ba0811d4....
Reply With Quote
  #537 (permalink)  
Old 12-03-2010, 06:00 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 - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by [ACL] View Post
damn .. not what i expected
I flashed stock ROM to do some testing, and I'm wondering if this is even the right memory address. I am getting random results for 0xBA0811D4. Most of the time it stays what I have below:
Code:
HaRET(16)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a52bb 00200000 00600000 52d00400 | .R*:.. ...`....R
After letting it sit for 5 minutes, it has changed to this:
Code:
HaRET(18)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a5457 00200000 00600000 52d00400 | WT*:.. ...`....R
HaRET(19)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a548e 00200000 00600000 52d00400 | .T*:.. ...`....R
And it is now staying as 3a2a548e

I just dumped the entire MMU while the screen was dimmed, off, and on full brightness. I'm creating diffs between them, but holy crap is there a lot of junk in there.

Last edited by natemcnutty; 12-03-2010 at 06:13 PM.
Reply With Quote
This post has been thanked 1 times.
  #538 (permalink)  
Old 12-03-2010, 08:50 PM
Lmiller1708's Avatar
Flashaholic!
Offline
Pocket PC: Vogue->(TP2/Incredible 2/ThunderBolt)
Carrier: Verizon
Location: La Crosse, WI
 
Join Date: Aug 2008
Posts: 873
Reputation: 2160
Lmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIPLmiller1708 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by [ACL] View Post
i want to but there is simply no time. i can barely put 1 hour a day on this so its hard. No one else besides me and nate are really working on this. Wozzer wants to come back but he is also very busy.

The panel issue right now has me stumped .. we are unable to power down he lcd panel like the haret version so between 3d, the frame-buffer and the panel pure nand will probably go last.
What do you think is left to get this working?
Do the drivers for the MTD need to be worked on? I did notice the MTD drivers from the Vogue are newer then what you have on GIT. Is this where we are getting them from or will it help?

Thanks for all the effort in this so far!
Maybe it was just me but when I went from the SD card to NAND on the Vogue it made a huge difference! So I can't wait until that is working and if I can help out in any way let me know!
__________________
Reply With Quote
  #539 (permalink)  
Old 12-04-2010, 03:35 AM
tpdjr's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC Touch Pro 2 (Rhod 400)
Carrier: Sprint
Location: California
 
Join Date: May 2009
Posts: 390
Reputation: 460
tpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regulartpdjr is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by [ACL] View Post
i want to but there is simply no time. i can barely put 1 hour a day on this so its hard. No one else besides me and nate are really working on this. Wozzer wants to come back but he is also very busy.

THe panel issue right now has me stumped .. we are unable to power down he lcd panel like the haret version so between 3d, the frame-buffer and the panel pure nand will probably go last.
Alright thx ACL. Im sure after the holiday you might be able to spend a few more hours on it but you are doing it for free so an hour is already a lot. One quick question so after the 3d, frame buffer and panel are fixed what is next the camera and is that it and what is the benefit from running haret right now instead of nand or are they equal now beside the panel not shutting down cuz i want to start using nand.

Last edited by tpdjr; 12-04-2010 at 03:50 AM.
Reply With Quote
  #540 (permalink)  
Old 12-04-2010, 08:00 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 - 11-29: New Framebuffer, gralloc, and libGLES

Quote:
Originally Posted by natemcnutty View Post
I flashed stock ROM to do some testing, and I'm wondering if this is even the right memory address. I am getting random results for 0xBA0811D4. Most of the time it stays what I have below:
Code:
HaRET(16)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a52bb 00200000 00600000 52d00400 | .R*:.. ...`....R
After letting it sit for 5 minutes, it has changed to this:
Code:
HaRET(18)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a5457 00200000 00600000 52d00400 | WT*:.. ...`....R
HaRET(19)# vdump 0xBA0811D4 16
ba0811d4 | 3a2a548e 00200000 00600000 52d00400 | .T*:.. ...`....R
And it is now staying as 3a2a548e

I just dumped the entire MMU while the screen was dimmed, off, and on full brightness. I'm creating diffs between them, but holy crap is there a lot of junk in there.
Thanks dood.. also fee free to update the wiki. All this research is helpfull.
Reply With Quote
This post has been thanked 1 times.
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 11:25 AM.


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