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

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-20-2010, 05:56 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: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Good news! You the man Hopefully now we can push forward with NAND! C'mon acl, fix that brick!!
Reply With Quote
  #2 (permalink)  
Old 10-20-2010, 06:07 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by natemcnutty View Post
WOOHOO!!! I found the hw3d problem Just an over-provisioning of memory

Line 647 in /arch/arm/mach-msm/board-htcrhodium.c

Change from

mi->bank[0].size = (107 * 1024 * 1024);

To

mi->bank[0].size = (99 * 1024 * 1024);

I also made the following change (but I don't think it affects anything).

Line 280 in /arch/arm/mach-msm/pmem.c

Change from

pmem_setting.ram_console_size=0x2000;

To

pmem_setting.ram_console_size=0x20000;
ahh man .. thats odd.. in reality that should also kill haret version even more.

ANyways if it fixes it then ill run it by bzo who was the original author of the 3d mem patch. If its kosher, we can commit this all around.

Thanks for looking into it while i deal with my nand issues. I tried everything to get it to work and Jonpry has a theory there is a bad block somewhere. Hopefully i can get it resolved soon.

In the mean time can you compile from the latest source now with no issues?
__________________
Reply With Quote
  #3 (permalink)  
Old 10-20-2010, 07:22 PM
damage_them's Avatar
PPCGeeks Regular
Offline
Pocket PC: touch pro 2
Carrier: sprint
 
Join Date: Feb 2010
Posts: 159
Reputation: 160
damage_them is keeping up the good workdamage_them is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by natemcnutty View Post
WOOHOO!!! I found the hw3d problem Just an over-provisioning of memory

Line 647 in /arch/arm/mach-msm/board-htcrhodium.c

Change from

mi->bank[0].size = (107 * 1024 * 1024);

To

mi->bank[0].size = (99 * 1024 * 1024);

I also made the following change (but I don't think it affects anything).

Line 280 in /arch/arm/mach-msm/pmem.c

Change from

pmem_setting.ram_console_size=0x2000;

To

pmem_setting.ram_console_size=0x20000;
OHHH YEAAA!! this is the kinda of news i love to see when i come on here great work mehn ..going to test right now!!!
Reply With Quote
  #4 (permalink)  
Old 10-20-2010, 09:19 PM
coolsilver's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC TP2
Carrier: Verizon
 
Join Date: Oct 2007
Posts: 233
Reputation: 125
coolsilver is keeping up the good workcoolsilver is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by natemcnutty View Post
I think he just meant to merge the new changes from the linux-msm project into the linux-msm-rhod-nand project.

@Coolsilver: Unfortunately, there are some major differences between booting with haret vs. nand. Some of the changes don't translate over, and nand is a branch that only supports the rhodium devices whereas the "haret" tree supports many devices.

Yea but I knew you would need to patch any merged code to make it NAND compatible. Just a thought. I see you found why things were acting strange.
Reply With Quote
  #5 (permalink)  
Old 10-20-2010, 06:15 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

natemcnutty .. looks like my nand patch was broken for 3d. I'm making your commit tonight ..

All credits to you buddy.
Reply With Quote
This post has been thanked 2 times.
  #6 (permalink)  
Old 10-20-2010, 06:17 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

congrats nate on fixing 3d now we can move further into fixing nand
Reply With Quote
  #7 (permalink)  
Old 10-20-2010, 06:21 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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by tpdjr View Post
congrats nate on fixing 3d now we can move further into fixing nand
bzo gets all the credit on making it work. I just found the typo :P
Reply With Quote
This post has been thanked 1 times.
  #8 (permalink)  
Old 10-21-2010, 01:03 AM
docnas's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint Sero
Location: New York
 
Join Date: Apr 2009
Posts: 283
Reputation: 340
docnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Um nate im a lurker more than a poster as i dont like to bother people with questions that have been asked before so i read the threads and search but im gonna have to ask whats this .35 kernel i regularly go thru the irc logs and see so many references to .35 fixing this and .35 fixing that but have no idea whats the deal with it can u explain a little or point me to where i can read about it? Thanks!
__________________


HTC Universal-->Imate Jam(HTC Magician)-->Imate K-jam(HTC Wizard)-->HTC Mogul-->Touch Pro-->Touch Pro 2-->wonder what the next windows phone is going to be ??
Reply With Quote
  #9 (permalink)  
Old 10-21-2010, 01:06 AM
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 - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

Quote:
Originally Posted by docnas View Post
Um nate im a lurker more than a poster as i dont like to bother people with questions that have been asked before so i read the threads and search but im gonna have to ask whats this .35 kernel i regularly go thru the irc logs and see so many references to .35 fixing this and .35 fixing that but have no idea whats the deal with it can u explain a little or point me to where i can read about it? Thanks!
Sure thing. 2.6.27 is the linux kernel we are currently using. 2.6.35 is the linux kernel the devs would love to get working on our devices. It would solve a lot of common problems and allow for much cleaner code. It also would give them a solid 2+ years of kernel improvements in one easy package.

I'm not really sure how feasible it is or if they are just messing with it to see how far they can get. That's one of those things Jonpry, ACL, and Phh would have to answer for you
Reply With Quote
This post has been thanked 2 times.
  #10 (permalink)  
Old 10-21-2010, 01:12 AM
docnas's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint Sero
Location: New York
 
Join Date: Apr 2009
Posts: 283
Reputation: 340
docnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regulardocnas is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - Keyboard Mapping Fixed, HW3D, and Battery Algo Update

ahhh ok thats intresting so they are trying to migrate/upgrade to the new kernel but its not backwards compatible ( in layman terms as im a non programer )
Reply With Quote
Reply

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

Thread Tools
Display Modes

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:57 AM.


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