Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
jerrylzy
Old
(Last edited by jerrylzy; 13th July 2011 at 08:57 AM.)
#1  
jerrylzy's Avatar
Senior Member - OP
Thanks Meter 101
Posts: 975
Join Date: Aug 2010
Location: Chengdu
Default [7/13/2011]New method to get "temp-root"(root won't disappear until reboot!)

Sorry for poor English

This method is based on joel.bourquard's method,here is the orignal link:
http://forum.xda-developers.com/show....php?t=1151735
Thanks to joel.bourquard's.

I've tried almost all the method in xda And the newest perma-root caused that i can not install apps from computer..Today i found that link /data/bin/su to /system/bin/su and then root explorer works and i can delete apks easily..I shutdown my phone(fastboot enabled)and boot it twice,root still exists..That will be nice

Root Explorer 2.16, Titanium Backup 3.8.9.2 ,Setcpu 2.2.4 all tested,workds perfect

Requirements:
Original "out of the box" Sensation or EVO 3D (untested).
Android SDK tools ("adb" command) on a computer.
USB connection between computer and phone.
USB debugging enabled(Settings, Applications, Development

Initial (one-time) setup:
Extract Easy_Fre3vo_Bat.7z
Put all the files in the "Resource"folder" to User's folder(For example,My computer user's name is Jerry,so i put them into C:\Users\Jerry)
run cmd and input the following command
adb push fre3vo /data/local/tmp/
adb shell "cd /data/local/tmp ; chmod 755 fre3vo ; ./fre3vo"
adb shell "mkdir /data/bin ; mv /data/local/tmp/fre3vo /data/bin/"
adb push su /data/bin/
adb push root.sh /data/bin/
adb shell "chmod 4555 /data/bin/su ; chmod 755 /data/bin/root.sh"
adb shell "/data/bin/root.sh"
adb shell mount -oremount /dev/block/mmcblk0p22 /system
adb install Superuser.apk
adb shell chmod 06755 /data/bin/su
adb shell ln -s /data/bin/su /system/bin/su

After every reboot:
adb shell "/data/bin/fre3vo"
adb shell "/data/bin/root.sh"
adb shell mount -oremount /dev/block/mmcblk0p22 /system
adb shell chmod 06755 /data/bin/su
adb shell ln -s /data/bin/su /system/bin/su

And here is a bat(No need ADB from SDK)
Thanks to Wisefire

Easy_Fre3vo_Bat.7z

And here is some picture to see:
Click image for larger version

Name:	2011-07-13-00-26-04.jpg
Views:	679
Size:	21.1 KB
ID:	653403
Click image for larger version

Name:	2011-07-13-00-38-46.jpg
Views:	577
Size:	20.8 KB
ID:	653406
Click image for larger version

Name:	2011-07-13-00-38-59.jpg
Views:	577
Size:	20.2 KB
ID:	653407
Click image for larger version

Name:	2011-07-13-00-52-55.jpg
Views:	595
Size:	32.9 KB
ID:	653413

Now it is time to go to bed
Have fun!

Phone | HTC One X S720e
ROM | Stock 3.14.401.31
Kernel | ncx_314_v8_SENSE
Freq | min 51 max 1500 governor ondemand
Radio | 5.1204.162.29
HBoot | 1.39.0000 s-off
Headset | Beats Pro
The Following 3 Users Say Thank You to jerrylzy For This Useful Post: [ Click to Expand ]
 
MarlinFF
Old
(Last edited by MarlinFF; 13th July 2011 at 10:55 AM.)
#2  
Senior Member
Thanks Meter 80
Posts: 476
Join Date: Oct 2010
Location: Los Angeles

 
DONATE TO ME
Will try and report back. It's a shame eugene's version is so buggy.. It was working really great until the last few releases where it was deemed 'stable' but had the memory bug that prevented some apps like Root Explorer from running and the installation glitch

EDIT: Been using it. Don't know if there is any diff from the one you used the method from, but it definitely doesn't have the glitches in eugene's version so I will continue using this one for now.
 
kartikb
Old
#3  
Senior Member
Thanks Meter 8
Posts: 213
Join Date: Jun 2010
Location: Auckland

 
DONATE TO ME
Loses root just like the rest of them, thanks for you effort...
 
Docmjldds
Old
#4  
Docmjldds's Avatar
Senior Member
Thanks Meter 220
Posts: 3,621
Join Date: Jan 2010
Location: Henderson, NV
Quote:
Originally Posted by kartikb View Post
Loses root just like the rest of them, thanks for you effort...
I don't mind losing root and re-enabling. It's the bugginess that crept in using other version that caused me some grief. Not meant as a complaint at all. Just reporting the issue. My bugs included wifi error, the negative values already reported and touch screen wonkiness that included inability to use the password touch screen pattern lock utility at all. Turning off rotation as a fix for the password touch screen utility fix did NOT work for me BTW. I ended up doing the factory reset.
Retired Nexus One on T-MOB
Retired Sensation
Retired Galaxy S2
Retired Galaxy S3


T-Mob SGH-M919 Samsung Galaxy S4 16GB Black Mist>>>>The new toy on the block
Not affiliated anymore with any ROM, Developer,
or anyone or anything that may be construed as
a base for Trolling
 
jerrylzy
Old
(Last edited by jerrylzy; 13th July 2011 at 03:44 PM.)
#5  
jerrylzy's Avatar
Senior Member - OP
Thanks Meter 101
Posts: 975
Join Date: Aug 2010
Location: Chengdu
Quote:
Originally Posted by kartikb View Post
Loses root just like the rest of them, thanks for you effort...
After rooting it is 14 hours and i have shutdown-boot many times, root still existAnyway,htc will unlock our devices
next month

EDIT:If you have any error in the command window when using bat ,please reboot your phone and use adb to input command by yourself

Sent from my HTC Sensation Z710e using XDA App

Phone | HTC One X S720e
ROM | Stock 3.14.401.31
Kernel | ncx_314_v8_SENSE
Freq | min 51 max 1500 governor ondemand
Radio | 5.1204.162.29
HBoot | 1.39.0000 s-off
Headset | Beats Pro
 
Kid Poker
Old
#6  
Senior Member
Thanks Meter 26
Posts: 722
Join Date: Feb 2008
Location: NY
Are you sure you have unchecked Fastboot?

STOCK 16gb Samsung Galaxy S4 Black Mist
 
jerrylzy
Old
#7  
jerrylzy's Avatar
Senior Member - OP
Thanks Meter 101
Posts: 975
Join Date: Aug 2010
Location: Chengdu
Quote:
Originally Posted by Kid Poker View Post
Are you sure you have unchecked Fastboot?
Of course fastboot enabled..And have you looked the title it said "temproot" Now there is no mothed to get permroot..

Sent from my HTC Sensation Z710e using XDA App

Phone | HTC One X S720e
ROM | Stock 3.14.401.31
Kernel | ncx_314_v8_SENSE
Freq | min 51 max 1500 governor ondemand
Radio | 5.1204.162.29
HBoot | 1.39.0000 s-off
Headset | Beats Pro
 
quailallstar
Old
#8  
quailallstar's Avatar
Senior Member
Thanks Meter 30
Posts: 503
Join Date: Jan 2007
Location: Miami & The Nation's Capital

 
DONATE TO ME
Using his method has anyone been able to get AdFree to work? No root options have this working [yet].
Twitter @ LuvGermanCars







"Sometimes it feels like I'm the only conservative left in the Nation's Capital" - Me


 
jerrylzy
Old
(Last edited by jerrylzy; 13th July 2011 at 05:30 PM.)
#9  
jerrylzy's Avatar
Senior Member - OP
Thanks Meter 101
Posts: 975
Join Date: Aug 2010
Location: Chengdu
Quote:
Originally Posted by quailallstar View Post
Using his method has anyone been able to get AdFree to work? No root options have this working [yet].
AdFree must reboot your phone then it will work..It needs permroot.. I am sad as well because of too much advertisement!

Sent from my HTC Sensation Z710e using XDA App

Phone | HTC One X S720e
ROM | Stock 3.14.401.31
Kernel | ncx_314_v8_SENSE
Freq | min 51 max 1500 governor ondemand
Radio | 5.1204.162.29
HBoot | 1.39.0000 s-off
Headset | Beats Pro
 
Jamison904
Old
#10  
Jamison904's Avatar
Recognized Developer
Thanks Meter 5813
Posts: 2,882
Join Date: Jun 2009
Location: Jacksonville, Florida

 
DONATE TO ME
Use the apk hot reboot and do a hotreboot. Root should stick. Did for me.

If you PM me please include the device you are asking about. I support many devices.



 
Post Reply+
Tags
root, sensation root
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Go to top of page...

XDA PORTAL POSTS

Guide to Using Adobe Air on Android

When writing an app with performance in mind, you most likely want to write it native code using the … more

Boot Animation Paradise for your Android Device

The default boot animations on any device, no matter whichmanufacturer, are generally pretty … more