View Single Post
  #2 (permalink)  
Old 07-02-2011, 08:45 AM
OMJ's Avatar
OMJ
Retired Staff
Offline
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.