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
  #1931 (permalink)  
Old 03-21-2011, 07:42 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
yeah we did since people want to install their own busybox. So even if they install it and if bin is still around then it will cause issue. /bin has to completely be removed.
Add the busybox from the rootfs to the /system/bin in the androidupdate.tgz.

Then we don't have to worry about it.
__________________
Reply With Quote
  #1932 (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.
  #1933 (permalink)  
Old 03-21-2011, 08:18 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 tiger2wander View Post
@[ACL] could you help me to get SIM card work on my RHOD500?

I'm newbie with kernel development but have good exp with Linux system and some programming language, for now, I still have not any clue to start with this! I just want to try to dive into kernel programming ! and will need more help from yall.

--
Best regard!
Uoc Nguyen
actually. i just took out the batt while the phone was running like nate suggested and was able to slide in the card. Whatever it is its just affecting it during boot. since nothing shows up on the logs right now.

now like i said before you will have to wait till i get some code done because im removing that force cdma shit and that may require a new ril as well.

If you want to help and you have some programming abilities, check out the ril code and see where and how it iinteracts with the cdma flag. that needs to be rewriten to something more nand friendly. Ill get to it eventually but there is alot other stuff thats higher priorty.
__________________

Last edited by [ACL]; 03-21-2011 at 08:58 AM.
Reply With Quote
This post has been thanked 1 times.
  #1934 (permalink)  
Old 03-21-2011, 08:19 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
Add the busybox from the rootfs to the /system/bin in the androidupdate.tgz.

Then we don't have to worry about it.
the busybox apk works well actualy. gives u the option to install on /system/bin or xbin.. so let these animals do it..
Reply With Quote
  #1935 (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.
  #1936 (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
  #1937 (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
  #1938 (permalink)  
Old 03-21-2011, 08:44 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
is it correct on git?
Found it... Commit in bootenv in Tinboot for linux-msm - Gitorious

NATE? lol... Thoughts on this?

EDIT! : This is correct! Sorry...

Last edited by Lmiller1708; 03-21-2011 at 09:07 AM.
Reply With Quote
  #1939 (permalink)  
Old 03-21-2011, 08:51 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
the busybox apk works well actualy. gives u the option to install on /system/bin or xbin.. so let these animals do it..
Sounds good to me!
Reply With Quote
  #1940 (permalink)  
Old 03-21-2011, 08:59 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
Found it... Commit in bootenv in Tinboot for linux-msm - Gitorious

NATE? lol... Thoughts on this?
wait so its wrong on git too ?
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 01:30 AM.


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