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 > Android > Android HTC Devices > HTC Evo 3D

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-02-2011, 12:29 AM
jayhuffdaddy's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
 
Join Date: Feb 2007
Posts: 362
Reputation: 185
jayhuffdaddy is keeping up the good workjayhuffdaddy is keeping up the good work
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
EVO 3D Temp Root

The first version of Fre3vo, the temp-root delivery tool for HTC EVO 3D and HTC Sensation is NOW LIVE!

http://tinyw.in/1lI

Prereqs:
1. You must be able to push files via adb to your device.
2. You must know what a shell is.

Instructions:
1. Download the fre3vo binary
2. Push the binary via 'adb push fre3vo /data/local/tmp'
3. Change the permissions via 'adb shell chmod 777 /data/local/tmp/fre3vo'
4. Run the binary via 'adb shell /data/local/tmp/fre3vo'

If all goes well, you'll be told that adbd has been killed.

run 'adb shell' and you should have a '#' prompt instead of '%'.

This is temporary root. A reboot will clobber it. Also realize that the system partition is nand-protected (at least on the EVO 3D) so writes won't stick for long, and there will be issues getting tools like Titanium Backup to work. We are still developing upon this huge stepping stone. We look forward to hearing methods other developers have found to build temp root to either make the device better, or gain perm root even.

This *IS* a work in progress.

The Root of all EVO • View topic - Fre3vo released in the wild!

Credit goes to agrabren and teamwin. I'm just reposting this for others.
__________________
Get your free dropbox account here http://db.tt/m4cYBiU When you sign up you get an extra 250MB of storage.
Reply With Quote
This post has been thanked 2 times.
  #2 (permalink)  
Old 07-02-2011, 08:45 AM
OMJ's Avatar
OMJ
Retired Staff
Offline
Pocket PC: Sprint HTC 10!!!!!
Carrier: Sprint
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

Thanks Jay for the heads up.....Here is some expanded instructions:

First, you will need to download & install the E3D drivers.

Next, Download & extract Android SDK, I extracted to C:\SDK

Then, copy the fre3vo file to the sdk\tools folders (where ever u installed it...ie...c:\sdk\tools)

Here is a copy of the commands as I did it:

Quote:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Ken>cd c:\sdk\tools

c:\SDK\tools>adb devices
adb server is out of date. killing...
* daemon started successfully *
List of devices attached
HT16JHX09642 device <---- make sure u see your device, if blank, install the drivers


c:\SDK\tools>adb push fre3vo /data/local/tmp <----copies the fre3vo file to /data/local/tmp
1353 KB/s (9704 bytes in 0.007s)

c:\SDK\tools>adb shell chmod 777 /data/local/tmp/fre3vo <------set the permissions for the fre3vo file

c:\SDK\tools>adb shell /data/local/tmp/fre3vo <-----executes the fre3vo file
Locating access point... <-----you will see more output than this, but since I had previously installed the root, I did not get the full output

c:\SDK\tools>adb shell
adb server is out of date. killing...
* daemon started successfully *
# <-----this is root , if you have a %, you did something wrong, start over

__________________

Last edited by OMJ; 07-02-2011 at 09:05 AM.
Reply With Quote
This post has been thanked 3 times.
  #3 (permalink)  
Old 07-02-2011, 10:03 AM
RidleyJ329's Avatar
Halfway to VIP Status
Offline
Pocket PC: A Perma-Temp Rooted HTC EVO 3D
Carrier: Sprint
Location: A Van Down By The River!
 
Join Date: Oct 2008
Posts: 608
Reputation: 490
RidleyJ329 is becoming a PPCGeeks regularRidleyJ329 is becoming a PPCGeeks regularRidleyJ329 is becoming a PPCGeeks regularRidleyJ329 is becoming a PPCGeeks regularRidleyJ329 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

This might be a dumb question but if I don't have access to a computer is it possible to do this directly from our phones?
Reply With Quote
  #4 (permalink)  
Old 07-02-2011, 11:51 AM
angkof's Avatar
Lurker
Offline
Pocket PC: evo
Carrier: sprint
 
Join Date: Jul 2010
Posts: 13
Reputation: 0
angkof is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

keep getting message adb is not recognized as internal or external command, operable program or batch file
Reply With Quote
  #5 (permalink)  
Old 07-02-2011, 12:14 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Pocket PC: Sprint HTC 10!!!!!
Carrier: Sprint
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

Quote:
Originally Posted by angkof View Post
keep getting message adb is not recognized as internal or external command, operable program or batch file
did u install sdk? if so, u must be in the sdk\tools folder.....ie....cd c:\sdk\tools


*EDIT* looks like the latest sdk has changed....follow these insrtuctions:

Quote:
The adb tool has moved to platform-tools/

If you don't see this directory in your SDK,
launch the SDK and AVD Manager (execute the android tool)
and install "Android SDK Platform-tools"

Please also update your PATH environment variable to
include the platform-tools/ directory, so you can
execute adb from any location.

Last edited by OMJ; 07-02-2011 at 12:20 PM.
Reply With Quote
  #6 (permalink)  
Old 07-02-2011, 12:21 PM
jayhuffdaddy's Avatar
Regular 'Geeker
Offline
Pocket PC: HTC EVO 3D
Carrier: Sprint
Threadstarter
 
Join Date: Feb 2007
Posts: 362
Reputation: 185
jayhuffdaddy is keeping up the good workjayhuffdaddy is keeping up the good work
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

Thanks for the write up, probably still going to wait until full root is obtained since the phone goes back after a reboot. Shouldn't be to long now with temp root out.
Reply With Quote
  #7 (permalink)  
Old 07-02-2011, 12:21 PM
prjohnson's Avatar
Lurker
Offline
Pocket PC: HTC Evo 3D
Carrier: Sprint
 
Join Date: Jul 2011
Posts: 1
Reputation: 0
prjohnson is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

Quote:
Originally Posted by OMJ View Post
Thanks Jay for the heads up.....Here is some expanded instructions:

First, you will need to download & install the E3D drivers.

Next, Download & extract Android SDK, I extracted to C:\SDK

Then, copy the fre3vo file to the sdk\tools folders (where ever u installed it...ie...c:\sdk\tools)

Here is a copy of the commands as I did it:
I am a major noob. I guess I've rooted a hero and an original Evo 4G.

Anyways, I have followed these instructions I think pretty well. I get to the folder for sdk tools, but it is not recognizing the adb command. I need additional help. I have decided I will wait for permanent root because I will probably ruin something, but I need to ace this adb.

The sdk install was extremely confusing. I don't remember so much work for the other phones installing sdk. It wants me to install all types of add-ons and things. Any help is appreciated. I'm sorry I'm such a noob.
Reply With Quote
  #8 (permalink)  
Old 07-02-2011, 12:30 PM
angkof's Avatar
Lurker
Offline
Pocket PC: evo
Carrier: sprint
 
Join Date: Jul 2010
Posts: 13
Reputation: 0
angkof is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

the sdk is confusing, i just found the adb drivers somewhere else(MEGAUPLOAD - The leading online storage and file delivery service) and unzipped them to sdk/tools folder and when on with omj directions and it worked
Reply With Quote
  #9 (permalink)  
Old 07-02-2011, 01:14 PM
OMJ's Avatar
OMJ
Retired Staff
Offline
Pocket PC: Sprint HTC 10!!!!!
Carrier: Sprint
Location: MN
 
Join Date: Jun 2007
Posts: 4,767
Reputation: 20305
OMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation levelOMJ can't get a higher reputation level
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

yes, I recall sdk being initially confusing. Haus @ XDA put together a script that makes it alot easier. You dont need sdk, it already has adb, but you still need the E3D drivers. This will add Superuser also.


Extract the attached script somewhere on your pc.....ie....c:\adb (I copied to c:\sdk\tools2)

open a cmd prompt, cd to that folder, and type fre3vo



Thanks goes out to Haus for the script!
Attached Files
File Type: zip 3DROOT-4.zip (2.15 MB, 51 views) Click for barcode!
Reply With Quote
This post has been thanked 1 times.
  #10 (permalink)  
Old 07-02-2011, 05:33 PM
grahamtheman's Avatar
Lurker
Offline
Pocket PC: evo 3d
Carrier: sprint
 
Join Date: Jul 2011
Posts: 1
Reputation: 0
grahamtheman is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: EVO 3D Temp Root

Quote:
Originally Posted by OMJ View Post
yes, I recall sdk being initially confusing. Haus @ XDA put together a script that makes it alot easier. You dont need sdk, it already has adb, but you still need the E3D drivers. This will add Superuser also.


Extract the attached script somewhere on your pc.....ie....c:\adb (I copied to c:\sdk\tools2)

open a cmd prompt, cd to that folder, and type fre3vo



Thanks goes out to Haus for the script!
it tell me that the exploit has failed
then give me #

i have tried like 10 times and i cannot get it to pass...any help?
Reply With Quote
Reply

  PPCGeeks > Android > Android HTC Devices > HTC Evo 3D

Tags
evo 3d, root, temp

Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 11:31 AM.


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