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

Quote:
Originally Posted by m4f1050 View Post
Lmiller your instructions worked, but you need to do 2 things, 1 before the instructions (which is mount / as rw and remove /bin/su) and one after the instructions (do the BusyBox update from TitaniumBackup.)

Here is what I did:

1. adb shell
2. mount -o remount,rw /
3. rm /bin/su
4. (your instructions)
5. run TitaniumBackup and click on "Problem?" button to install BusyBox from App

Thanks!
Thanks! But the /bin/su will be there after a reboot. So it does not matter. But I will update my post with the last step.
__________________
Reply With Quote
  #1762 (permalink)  
Old 03-15-2011, 09:37 PM
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 - 03-11: FRX05 on NAND (data working again!)

There is an app on market, called Autostart. We can do an autostart.sh that remounts / rw and deletes the /bin/su for now I guess?

From reading previous posts this will be removed or will be addressed in the future?
Reply With Quote
  #1763 (permalink)  
Old 03-15-2011, 10:12 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 m4f1050 View Post
There is an app on market, called Autostart. We can do an autostart.sh that remounts / rw and deletes the /bin/su for now I guess?

From reading previous posts this will be removed or will be addressed in the future?
We just need remove /bin and /sbin from the path in sysinit.rc and rebuild initrd. No biggie. We'll get it fixed shortly
Reply With Quote
  #1764 (permalink)  
Old 03-15-2011, 10:18 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 m4f1050 View Post
There is an app on market, called Autostart. We can do an autostart.sh that remounts / rw and deletes the /bin/su for now I guess?

From reading previous posts this will be removed or will be addressed in the future?
Ive been having some difficulty figuring out the best approach to fix this. There are so many ways but picking the best isnt easy. Ive been bouncing ideas with Lmiller and right now i want to completely remove /bin from the path in sysinit.rc. I checked cyanogen, sense and my own galaxy s. None have /bin so i'm very confident it's just for the initrd (which we need). Since we need it for install and other stuff, only thing i recommend is to try this fix out.

The process is easy.

adb pull /system/sysinit.rc
modify the line export PATH /bin:/sbin:/system/sbin:/system/bin:/system/xbin:/system/xbin/bb:/data/local/bin

and remove /bin from the list. then adb push the file on the same location (make sure system is rw or this) and reboot.

in the mean time i got some work to do..

Edit: ok looks like we have our decision.. nate is onboard with modding the rc. we need sbin however for now since we run adb from there. but there shouldnt be an su inside.
__________________

Last edited by [ACL]; 03-15-2011 at 10:38 PM.
Reply With Quote
  #1765 (permalink)  
Old 03-15-2011, 11:47 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 - 03-11: FRX05 on NAND (data working again!)

Yea after the sysinit.rc edit and a reboot, I updated su with superuser app. updated busybox installer and it is asking for permissions correctly and has root.
Reply With Quote
  #1766 (permalink)  
Old 03-16-2011, 12:03 AM
JAMBergie's Avatar
Lurker
Offline
Pocket PC: HTC touch pro
Carrier: Sprint
 
Join Date: Jul 2007
Posts: 11
Reputation: 0
JAMBergie is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

So has anyone else still been having problems with the dead battery restart loop? I've been using the NAND build for a few days with good success, but this morning my phone was dead and is now stuck in the restart loop. I've tried taking the battery out and putting it back in before and after plugging my phone in, but it keeps trying to start on its own without getting enough of a charge to make it through the startup sequence. Thanks for everyone's help.
Reply With Quote
  #1767 (permalink)  
Old 03-16-2011, 12:34 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 - 03-11: FRX05 on NAND (data working again!)

I can confirm working SU. I didn't adb pull / adb push, what I did was remounted /system rw and edited the file the init.rc links to with vi and then saved changes, rebooted, worked like a charm!

EDIT: Pandora or XIIA Live wont stream
Reply With Quote
  #1768 (permalink)  
Old 03-16-2011, 12:53 AM
vistazifta's Avatar
PPCGeeks Regular
Offline
Pocket PC: sprint Touch Pro2, att iPhone 4
Carrier: at&t on both
Location: Lakewood, NJ
 
Join Date: Aug 2009
Posts: 79
Reputation: 85
vistazifta is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to vistazifta Send a message via Yahoo to vistazifta Send a message via Skype™ to vistazifta
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by JAMBergie View Post
So has anyone else still been having problems with the dead battery restart loop? I've been using the NAND build for a few days with good success, but this morning my phone was dead and is now stuck in the restart loop. I've tried taking the battery out and putting it back in before and after plugging my phone in, but it keeps trying to start on its own without getting enough of a charge to make it through the startup sequence. Thanks for everyone's help.
i kepp on having the same issues but thank god i have a friend that has a tp2 and an evo so hes got a whole bunch of batteries but like u right now im stuck in the effing boot loop
Reply With Quote
  #1769 (permalink)  
Old 03-16-2011, 12:55 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 m4f1050 View Post
I can confirm working SU. I didn't adb pull / adb push, what I did was remounted /system rw and edited the file the init.rc links to with vi and then saved changes, rebooted, worked like a charm!

EDIT: Pandora or XIIA Live wont stream
thanks for testing buddy.. im uploading the revised version shortly.

Also what did i say before bro?.. need some more info about why things wont work. get a logcat about pandora and see whats up.

Last edited by [ACL]; 03-16-2011 at 12:58 AM.
Reply With Quote
  #1770 (permalink)  
Old 03-16-2011, 01:06 AM
anish88's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch Pro 2: NAND OMGB
Carrier: Sprint
Location: Chicago
 
Join Date: Dec 2008
Posts: 115
Reputation: 35
anish88 is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: NAND Boot Testing - 03-11: FRX05 on NAND (data working again!)

Quote:
Originally Posted by vistazifta View Post
i kepp on having the same issues but thank god i have a friend that has a tp2 and an evo so hes got a whole bunch of batteries but like u right now im stuck in the effing boot loop

I dont use android on NAND, but I was wondering if maybe going into boot loader and charging the battery would work? I have no idea but just putting it out there.
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 11:01 PM.


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