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 03-21-2011, 04:44 AM
ffkip911's Avatar
Bustin' ours Saven' yours
Offline
Pocket PC: Touch Pro CDMA
Carrier: Sprint
Location: Seattle
 
Join Date: Feb 2009
Posts: 1,313
Reputation: 2835
ffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

what's free mem looking like at boot? for reference?

so the DL from page one is current as of O' dark thiry??

and did I hear something about not installing from a 16G card??
__________________
You light 'em! We fight 'em!!
Net speed tweak by me and kozmo---give him a big "thank you"
http://forum.ppcgeeks.com/2035849-post9743.html

Last edited by ffkip911; 03-21-2011 at 04:54 AM.
Reply With Quote
  #2 (permalink)  
Old 03-21-2011, 05:23 AM
ffkip911's Avatar
Bustin' ours Saven' yours
Offline
Pocket PC: Touch Pro CDMA
Carrier: Sprint
Location: Seattle
 
Join Date: Feb 2009
Posts: 1,313
Reputation: 2835
ffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIPffkip911 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

great!!!!!! using my 16G and booted right into xandroid. will test throughout the day ... just hope whatever is on p1 is up to date as of 2:00am PST, march 21

hmmmmmmmmmmm, phone has been on the charger for 4+ hours (100%) flashed, got the xandroid splash, buzzed, then I saw the taskbar and batti showed no power (not on the charger at this time---flashing took less than 5 min) buzzzz, orange light and nothing will wake the phone....red reset will not wake it, pulled batti, plugged in, power button---going back through code (no lights), splash with orange light (still plugged in) ......


WINNING!!!!!

still no FN on RHOD400 hard KB

set sprint for apn----no joy...showing 3g and full bars, but data goes up but never comes down...quite snappy though

Last edited by ffkip911; 03-21-2011 at 05:49 AM.
Reply With Quote
  #3 (permalink)  
Old 03-21-2011, 08:11 AM
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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by ffkip911 View Post
what's free mem looking like at boot? for reference?

so the DL from page one is current as of O' dark thiry??

and did I hear something about not installing from a 16G card??
You just can't Flash the NBH with a 16GB card... Not sure what the max size is... but that is it.

Quote:
Originally Posted by ffkip911 View Post
great!!!!!! using my 16G and booted right into xandroid. will test throughout the day ... just hope whatever is on p1 is up to date as of 2:00am PST, march 21

hmmmmmmmmmmm, phone has been on the charger for 4+ hours (100%) flashed, got the xandroid splash, buzzed, then I saw the taskbar and batti showed no power (not on the charger at this time---flashing took less than 5 min) buzzzz, orange light and nothing will wake the phone....red reset will not wake it, pulled batti, plugged in, power button---going back through code (no lights), splash with orange light (still plugged in) ......


WINNING!!!!!

still no FN on RHOD400 hard KB

set sprint for apn----no joy...showing 3g and full bars, but data goes up but never comes down...quite snappy though
It is a known issue about the battery level being 0 on first boot. There is a patch for this but ACL hasn't had time to apply it. For now just have the charger connected and you should be ok...

For the Keyboard run this command:
Code:
cp -af /system/usr/keymaps/microp-keypad.kcm.bin /system/usr/keychars/qwerty.kcm.bin
Might have to add a /busybox/cp infront...

Nate or ACL Please fix this in the install-seq.sh script. keychars should be keymaps...
__________________
Reply With Quote
This post has been thanked 1 times.
  #4 (permalink)  
Old 03-21-2011, 08:21 AM
[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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by Lmiller1708 View Post
Nate or ACL Please fix this in the install-seq.sh script. keychars should be keymaps...
ohh snap the script is effed up? hope its not effed on the recovery as well
__________________
Reply With Quote
This post has been thanked 1 times.
  #5 (permalink)  
Old 03-21-2011, 08:24 AM
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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
ohh snap the script is effed up? hope its not effed on the recovery as well
Yup... Remember the chat we had a while ago about this...
Nate fixed it in this commit HERE Not sure where it got changed....

Last edited by Lmiller1708; 03-21-2011 at 08:31 AM.
Reply With Quote
  #6 (permalink)  
Old 03-21-2011, 08:26 AM
[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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by Lmiller1708 View Post
Yup... Remember the chat we had a while ago about this...
is it correct on git?
Reply With Quote
  #7 (permalink)  
Old 03-21-2011, 12:55 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 - 03-11: FRX05 on NAND (data working again!)

Fixing permissions
/data/app non existant
/system/init non existant

fresh install, latest, is this kool or goofy?
__________________
Rockin' The Official TouchPro 2 aka "The dopest phone with keyboard still":
F**k windows mobile, NAND flash to droid....
Reply With Quote
  #8 (permalink)  
Old 03-21-2011, 01:01 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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by MassStash View Post
Fixing permissions
/data/app non existant
/system/init non existant

fresh install, latest, is this kool or goofy?
It's all good. /system/init is for chefs to use their own init.android in the ROM, and /data/app is for included applications that should run under user rather than system.
__________________
Reply With Quote
  #9 (permalink)  
Old 03-21-2011, 01:11 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 - 03-11: FRX05 on NAND (data working again!)

niiiiice, i should look into these...

with latest shtuff self-compile, not recognizing my sdcard once into android.... wtf? pull and does nothing. Just entirely unrecognized

Last edited by MassStash; 03-21-2011 at 01:15 PM.
Reply With Quote
  #10 (permalink)  
Old 03-21-2011, 01:20 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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by MassStash View Post
niiiiice, i should look into these...

with latest shtuff self-compile, not recognizing my sdcard once into android.... wtf? pull and does nothing. Just entirely unrecognized
i think something slipped in one of my commits.

when you adb into the phone can you check the following

ls /sdcard

ls /mnt/sdcard

edit: i think i forgot to remove /sdcard from the initrd. fawk. i know sdcard works since i was able to use titanum backup and that checks for sd.

Last edited by [ACL]; 03-21-2011 at 01:25 PM.
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 07:10 AM.


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