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
  #1921 (permalink)  
Old 03-21-2011, 03:10 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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by [ACL] View Post
you know the wifi issue and this other issue ur talking about is mainly because we removed /bin from the path. damn people and them wanting root. but i suppose with a full busybox in ur system/bin you should have no issues.
Did we actually remove /bin from the path? I was able to fix su by simply removing the su link from /bin. I did commit that change to bootenv btw
__________________
Reply With Quote
  #1922 (permalink)  
Old 03-21-2011, 03:13 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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by arrrghhh View Post
Durn those people (o wait I want it to use TB ).

You guys'll hash it all out in time - perhaps we should just use that su app, I'm not sure what the right answer is... Wouldn't break your back if an app can do it easily.
Superuser is an awesome app, but think of it more like UAC and not as providing su. It prompts for permissions when an application requests root access which I think is necessary for security reasons. I think we should put the Superuser app in the ROM's by default
Reply With Quote
  #1923 (permalink)  
Old 03-21-2011, 03:17 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 - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by tiger2wander View Post
Seen the way to use update.tgz like native Android phone does, I like that way

Is kernel call some thing in "/system/lib/libhtcgeneric-ril.so" when SIM Card is inserted?

I tried to build tinboot without force_cdma=1 but still failed (boot up with error: "not found rootfs"), could anyone working on this point me the right way to build it?

In Haret I have full 3G signal & fast mobile data.
Can we make a port from Haret version?
--
Best regard!
Uoc Nguyen
I'll try to keep this short since it really isn't part of this thread. First, this is a branch off the Haret version specifically for rhodium NAND. Some of the commits for Haret have not made it into our branch yet, but it came from the same base as Haret uses.

For NAND, we do not use rootfs anymore. You need to grab the correct initrd.gz from our bootenv git and not the one on XDAndroid's website.
Reply With Quote
This post has been thanked 1 times.
  #1924 (permalink)  
Old 03-21-2011, 03: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 tiger2wander View Post
Seen the way to use update.tgz like native Android phone does, I like that way

Is kernel call some thing in "/system/lib/libhtcgeneric-ril.so" when SIM Card is inserted?

I tried to build tinboot without force_cdma=1 but still failed (boot up with error: "not found rootfs"), could anyone working on this point me the right way to build it?

In Haret I have full 3G signal & fast mobile data.
Can we make a port from Haret version?
--
Best regard!
Uoc Nguyen
Nope kernel has nothing to do with the ril. Ril is for android and this is a kernel issue.

i dont know if you know this, but this is a haret port. lol. we just never had gsm users in the past and now its coming back to bite us in the ass.
__________________
Reply With Quote
This post has been thanked 2 times.
  #1925 (permalink)  
Old 03-21-2011, 03:24 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 natemcnutty View Post
Did we actually remove /bin from the path? I was able to fix su by simply removing the su link from /bin. I did commit that change to bootenv btw
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.
Reply With Quote
  #1926 (permalink)  
Old 03-21-2011, 03:27 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 natemcnutty View Post
I'll try to keep this short since it really isn't part of this thread. First, this is a branch off the Haret version specifically for rhodium NAND. Some of the commits for Haret have not made it into our branch yet, but it came from the same base as Haret uses.

For NAND, we do not use rootfs anymore. You need to grab the correct initrd.gz from our bootenv git and not the one on XDAndroid's website.
even so.. none of those commits will do anything for this sim shit. I'm trying to remember way back in the day at one point it may have worked, but no one really had gsm device to continue testing. only brave souls were cdma.. (bless us )

:-p
Reply With Quote
  #1927 (permalink)  
Old 03-21-2011, 04: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!)

I just uploaded everything .. EVERRYTHING !!!

now for me.. this is what works.

Full install from recovery. wifi, cdma data. Also no longer will your phone boot on its own if its charging. It will remain off charging but i recommend you let it charge just for a few mins and then boot to android to continue charging. We have no battery meter yet when the phone is off so ill work on that next.

Dont confuse SOD with high cpu usage.. if there is something in the background taking up all cpu, then your shit will be slow.

Someone needs to do all the grunt work and test for the usual complaints.. angrybirds, titanium backup, superuser apk . I have it all installed but im amazing so u cant trust me..
Reply With Quote
This post has been thanked 1 times.
  #1928 (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
  #1929 (permalink)  
Old 03-21-2011, 04:57 AM
tiger2wander's Avatar
PPCGeeks Regular
Offline
Pocket PC: Verizon TP2 CDMA XV6875 (RHOD500) - O2 XDA IIs
Carrier: VN Mobifone (GSM, 3G)
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

@[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
__________________
Reply With Quote
  #1930 (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
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:07 AM.


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