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
  #911 (permalink)  
Old 01-10-2011, 05:42 PM
MassStash's Avatar
Regular 'Geeker
Offline
Pocket PC: Rhodium
Carrier: Sprint
Location: Il
 
Join Date: Oct 2008
Posts: 437
Reputation: 285
MassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
Ok, so if pm.sleep_mode=1 works better for everyone then wanna just make the autobuild use that as well ? i suppose i should remove force cdma and have the initrd add that to the cmd line since we can detect the variant huh..

so much to do, so little time.. need to figure out a way to quit my day job so i can concentrate on this :-p
yea i agree, get paid to do this would be the dream eh?
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid....
Reply With Quote
  #912 (permalink)  
Old 01-10-2011, 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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by [ACL] View Post
Ok, so if pm.sleep_mode=1 works better for everyone then wanna just make the autobuild use that as well ? i suppose i should remove force cdma and have the initrd add that to the cmd line since we can detect the variant huh..

so much to do, so little time.. need to figure out a way to quit my day job so i can concentrate on this :-p
There are two catches that I've been thinking about. First, when does machine_variant get populated? Second, what about CDMA users who use a SIM card? I'd love to find a way to detect the actual SIM card, and then you don't need machine_variant and will always use a SIM if available

For the pm.sleep_mode=1, it works great for me, but I don't know if it lowers performance or messes with drivers or anything. It seems to be stable and works well, even with an overclock, but I'd be curious to see what others think about that the full package I uploaded (since I removed force_cdma and set pm.sleep_mode=1 in that one).
Reply With Quote
  #913 (permalink)  
Old 01-10-2011, 06:27 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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by natemcnutty View Post
There are two catches that I've been thinking about. First, when does machine_variant get populated? Second, what about CDMA users who use a SIM card? I'd love to find a way to detect the actual SIM card, and then you don't need machine_variant and will always use a SIM if available

For the pm.sleep_mode=1, it works great for me, but I don't know if it lowers performance or messes with drivers or anything. It seems to be stable and works well, even with an overclock, but I'd be curious to see what others think about that the full package I uploaded (since I removed force_cdma and set pm.sleep_mode=1 in that one).
Nate your CDMA detection did not work for me.
It looks like you should remove the quotes on the 1, like this...
Code:
if [ "$CDMA" = 1 ] ; then
sed -i -e "s:$: htc_hw.force_cdma=1" /tmp/cmdline
fi
__________________
Reply With Quote
  #914 (permalink)  
Old 01-10-2011, 07:11 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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by natemcnutty View Post
There are two catches that I've been thinking about. First, when does machine_variant get populated? Second, what about CDMA users who use a SIM card? I'd love to find a way to detect the actual SIM card, and then you don't need machine_variant and will always use a SIM if available

For the pm.sleep_mode=1, it works great for me, but I don't know if it lowers performance or messes with drivers or anything. It seems to be stable and works well, even with an overclock, but I'd be curious to see what others think about that the full package I uploaded (since I removed force_cdma and set pm.sleep_mode=1 in that one).
ahh ic.. well then i still should remove the force cdma and let the users do it on the froyo.conf i suppose.

No idea about sim detection. I'll need to consult one of the guys who has ril experience.

Well if you feel that sleep=1 is good let me know.. i have no service so i cant use my device full time anymore to really test it.
__________________
Reply With Quote
  #915 (permalink)  
Old 01-10-2011, 07:42 PM
psu2fan's Avatar
Lurker
Offline
Pocket PC: TP2
Carrier: Boost
 
Join Date: Jan 2009
Posts: 12
Reputation: 20
psu2fan is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

Nate,
does the full package in OP...

"Full Packages
[2011-01-09] - Multiupload.com - upload your files to multiple file hosting sites!
Note: This package may shut down on first boot. This is common and you just need to turn it back on once and let it settle.
This package contains the following files:
All Android media and app files
RootFS (2010-12-15)
NBH/Modules (2010-11-29)
gralloc (2010-11-29)
libGLES (2010-11-30)
System.ext2 (FRX03)
"

contain the 1/07 nbh & modules as well as the newest rootfs? It's just a bit confusing with the dates you have listed. I DL'ed the nbh/mod and newest rootfs in the OP anyway and used them in place of the ones on the full package.

Also, what is everyone using for their .conf file?
Reply With Quote
This post has been thanked 1 times.
  #916 (permalink)  
Old 01-10-2011, 07:49 PM
psu2fan's Avatar
Lurker
Offline
Pocket PC: TP2
Carrier: Boost
 
Join Date: Jan 2009
Posts: 12
Reputation: 20
psu2fan is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

FYI with the above files I'm not getting anywhere near the battery life as Nate (maybe your setup is different than mine?) 2.5 hours I'm at 68%

I can confirm as well that the windows key can wake screen, the OS is snappy after doing the Vmail trick, and only sometimes I have issues tyyyypppping.

I have RHOD400, newer one though manufactured 10/10 if it makes a difference
Reply With Quote
  #917 (permalink)  
Old 01-10-2011, 07:59 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 - 01-07: Panel power on/off fixes

Mine has been stable and working great. I did kill all the running processes and was sluggish today a little. Otherwise wifi was working fine.
Reply With Quote
  #918 (permalink)  
Old 01-11-2011, 01:05 AM
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 - 01-07: Panel power on/off fixes

Installed latest package and GPS working again, but not Wifi...I still get ERROR...

For the WINDOWS key to not unlock you will need to setup one of the screen unlock passwords. I set mine up with a pattern one, now windows just wakes phone up and throws you to pattern password, haven't tried any other...
Reply With Quote
  #919 (permalink)  
Old 01-11-2011, 01:34 AM
MassStash's Avatar
Regular 'Geeker
Offline
Pocket PC: Rhodium
Carrier: Sprint
Location: Il
 
Join Date: Oct 2008
Posts: 437
Reputation: 285
MassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regularMassStash is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 01-07: Panel power on/off fixes

i think i f'ed up my kb bl...

Last edited by MassStash; 01-11-2011 at 02:40 AM.
Reply With Quote
  #920 (permalink)  
Old 01-11-2011, 03:08 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 - 01-07: Panel power on/off fixes

Quote:
Originally Posted by Lmiller1708 View Post
Nate your CDMA detection did not work for me.
It looks like you should remove the quotes on the 1, like this...
Code:
if [ "$CDMA" = 1 ] ; then
sed -i -e "s:$: htc_hw.force_cdma=1" /tmp/cmdline
fi
I didn't think the quotes should matter, but I will compile it that way next. I'm wondering if it might be because I'm using the nvram section to assign it rather than the machine_variant section. I just need to find some more time to mess with this stuff

Quote:
Originally Posted by [ACL] View Post
ahh ic.. well then i still should remove the force cdma and let the users do it on the froyo.conf i suppose.

No idea about sim detection. I'll need to consult one of the guys who has ril experience.

Well if you feel that sleep=1 is good let me know.. i have no service so i cant use my device full time anymore to really test it.
I was kind of wondering if the SIM card would get enumerated as a card slot and mess up the boot because the mmcblk0 became mmcblk1 with a SIM card in. I'm thinking of flashing maurice's nand build that dumps you straight to bash. Then I could check it from there easily.

Quote:
Originally Posted by psu2fan View Post
Nate,
does the full package in OP...

"Full Packages
[2011-01-09] - Multiupload.com - upload your files to multiple file hosting sites!
Note: This package may shut down on first boot. This is common and you just need to turn it back on once and let it settle.
This package contains the following files:
All Android media and app files
RootFS (2010-12-15)
NBH/Modules (2010-11-29)
gralloc (2010-11-29)
libGLES (2010-11-30)
System.ext2 (FRX03)
"

contain the 1/07 nbh & modules as well as the newest rootfs? It's just a bit confusing with the dates you have listed. I DL'ed the nbh/mod and newest rootfs in the OP anyway and used them in place of the ones on the full package.

Also, what is everyone using for their .conf file?
Thank you so much for mentioning this! I totally forgot to fix the dates, but the RootFS and NBH/modules were updated in the full package.

Quote:
Originally Posted by psu2fan View Post
FYI with the above files I'm not getting anywhere near the battery life as Nate (maybe your setup is different than mine?) 2.5 hours I'm at 68%

I can confirm as well that the windows key can wake screen, the OS is snappy after doing the Vmail trick, and only sometimes I have issues tyyyypppping.

I have RHOD400, newer one though manufactured 10/10 if it makes a difference
I'm going to chalk it up to our batteries suck for trying to get metrics on. The algo on Wince isn't even accurate, so I can't expect Android to be. I made it 13 hours from taking it off the charger to completely dead, so I think the measurements were just off.

Quote:
Originally Posted by m4f1050 View Post
Installed latest package and GPS working again, but not Wifi...I still get ERROR...

For the WINDOWS key to not unlock you will need to setup one of the screen unlock passwords. I set mine up with a pattern one, now windows just wakes phone up and throws you to pattern password, haven't tried any other...
Have you tried a new data.img? Wifi wasn't working for me at first and gave me an error, but for some reason, now I can't get it to fail again. Figures, when I'm trying to dmesg the problem, I can't repro it...
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 03:42 PM.


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