Related
Hey guys. This is my first Android phone, and I'm trying to get ready to root it. I read the steps by toast in thread 690762 (it won't let me post a link due to "new member restrictions") but can't figure out how to do the adb shell commands. I have downloaded the Google SDK, and also eclipse, and am just utterly confused now. I've never really approached a project like this. Any help would be much appreciated.
yeah i had trouble setting it up also. what os are you using, by the way, some people might give u hell about posting this here.
Windows 7. First time posting in these forums, so I apologize in advance to anyone who may be annoyed with me for posting this here, admins may feel free to move this post to a more appropriate section.
in command prompt type
cd/
cd c:/android-sdk/tools
Sent from my Hero CDMA using the XDA mobile application powered by Tapatalk
appreciate the help guys finally got it to work by manully putting adb.exe, adbwinapi.dll, and adbwinusbapi.dll in my windows/system32 folder. took me about 6 hours of googling
thats from my post from a couple days ago, its prolly something with the drivers not being recognized, goto your sdk folder then the tools folder and look for the files and copy and move them to your windows/system32 folder and see if that works. also remember to use administrative access when trying to flash the recovery or really anything. i set mine up to automatically run adb.exe in administrative mode
That did the trick, now stuck on sprint loading animation after flashing stock rooted evo ota update and updated radio image.
Correction: All issues fixed, thanks for your help guys. My EVO is now rooted and running the stock ROM that is rooted with an updated radio.
hello xda!!! been doing alot of reading here and desided that i wanted to be part of the action...with that said...
did some reading on how to get clockworkmod on the mesmerize and have no clue how in gods name to use adb...is there a how to that could help me better understand how to use it and get this on my phone after i have it rooted...soory for the noob question but as you can see. im a noob at this. only phone i have really modded is the samsung acclaim (which btw is a weak phone but good for the noobie droid user) so any help is greatly appreciated. thanks in advance guys and i look forword to helping devs by testing and such
adb, or android debug bridge, is a tool distributed with the android sdk. In current versions of the sdk, it is located in the platform-tools folder, which only appears after you download the sdk tools after downloading the sdk zip itself.
It should be noted that usb debugging needs to be enabled on your device in order for adb to work properly. This can be turned on under: Applications > Development
To use adb, you open up a command window if on windows or a terminal emulator if on linux or mac. Type:
adb <command> [options]
Where command is any one of the commands listed when typing "adb help" and options are things like file names, paths, or other flags.
Common commands include:
pull
push
shell
pull copies a file on your device to your current working directory (or the optional specified location)
push copies a file from your computer onto the device
shell invokes a simple shell on your device allowing you work in a linux like environment on your device
There is a reboot command that is sometimes helpful but that can always be done using the power button on the device.
You will probably only use push and shell.
Examples:
adb shell
adb push update.zip /sdcard/update.zip
Hope that clairifies things a bit.
yes it does sir...so with those commands i can "push" the clockworkmod onto my mesmerize and have that beautiful recovery? the only directions i found where using the adb. if there any way i can screw this up ei: mistyping or will it just say invalid command or something? and again ty for the fast response!!!
you got the thanks for that...lol...im grateful for any and all help
Typos shouldn't hurt. If it's a bad command it just won't execute. If it's a bad filename you may have to clean up a bit (like remove the file that is improperly named or in the wrong directory) but nothing fatal should happen.
alright...i feel a bit more confident that i can make clockworkmod happen when i get my mesmerize and get it rooted...any other suggested mods for spped?
You should install a custom ROM, (I use Super Clean, some people prefer the pick n pack) then a theme you like from the themes and apps section, then install the voodoo lagfix kernel. Everything mentioned can be found in the Mesmerize forum.
yea i seen voodoo but wasnt quite sure what exactly it does. as far as the pick n pack or super clean...could you tell me the difference or does it say it on the page where it was posted and im just blind and didnt see it?
BakedTator said:
yea i seen voodoo but wasnt quite sure what exactly it does. as far as the pick n pack or super clean...could you tell me the difference or does it say it on the page where it was posted and im just blind and didnt see it?
Click to expand...
Click to collapse
Its obvious you didn't read the threads.
Sent from my SCH-I500 using XDA App
ADB is nice and all ..
But there other ways to install and do everything needed to Flash a ROM or Kernel.
How to get ADB up and running.
And a couple other great links for learning more.
http://forum.xda-developers.com/showthread.php?t=502010
http://forum.xda-developers.com/showthread.php?t=872128
If you look in the Clockwork Mod thread here in the Mez forums there are walkthroughs on BOTH ADB method to get CWM working and sans ADB methods.
And again. Always Read.. Read again.. if all else fails.. Read once more.. And ask.. Everyone here is very informative and glad to help when we can.
I knew nothing of Android before I came here and a month later I know enough now to be dangerous.. LOL
skitzo_inc said:
Its obvious you didn't read the threads.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
i did read just havnt read over it several times to see if i have missed anything...just a lil scared of adb because i have never used it before..i have an acclaim and could do everything from the swupgrade flasher for the moment and that made life easy(aint tryin to brick a 600$ phone)
to Sighcosis
thanks for the link...will read over them tonight seeing as my phone will be here no later than Wednesday and i wanna have everything downloaded and ready to roll cause the second i get this phone imma start fashing it and getting everything i want on it...again thanks for all the help guys...now more reading
Greetings,
I am looking for an easy to understand method of root.
I have read the new user thread. I am afraid with this so called "easy" method for beginners, there is a lot of jargon used that I simply don't understand.
For example in the thread for easy root, I am lost at step #2 where I am instructed to:
"Note that adb is required.
Push misc.img, busybox, and psnueter using the following commands:"
I don't know what adb is let alone how to push misc.img, busybox and psnueter.
Can someone please point me to the instructions for absolute morons to this process like me.
Thanks in advance.
priapos said:
Greetings,
I am looking for an easy to understand method of root.
I have read the new user thread. I am afraid with this so called "easy" method for beginners, there is a lot of jargon used that I simply don't understand.
For example in the thread for easy root, I am lost at step #2 where I am instructed to:
"Note that adb is required.
Push misc.img, busybox, and psnueter using the following commands:"
I don't know what adb is let alone how to push misc.img, busybox and psnueter.
Can someone please point me to the instructions for absolute morons to this process like me.
Thanks in advance.
Click to expand...
Click to collapse
Android adb http://developer.android.com/guide/developing/tools/adb.html
which is in the sdk http://developer.android.com/sdk/index.html
You dont really need to know what the other tools are listed do, you just need to do what it says with them and the tools are linked in the thread you're reading to download I assume. If they aren't, then read through the manual method that is stickied in the developer's forum. A link for the tools (misc.img, busybox, and psnueter) can be found there.
I was a little nervous at first myself. I read over the directions several times and then found some information on how to get adb installed and working. Once I got that step understood the actual rooting process was super easy. You can cut and paste all the commands to ensure you don't typo. Just make sure to validate your checksums to save any potential headaches. My first attempt at it took about 20 minutes and I had absolutely ZERO issues.
It is well worth your time and effort. It is also far better to use this method than the easy root 1 steps as you will gain a slightly better understanding of how your phone works and what steps you can take when you inevitably mess something up flashing ROMS, mods and radios
Thanks for the quick reply.
I am not nervous, I just don't understand what any of this is.
I don't know what adb is or how to use it.
I don't know what copy and pasting the commands means.
I certainly don't know what "validate checksums" are.
I realize I am coming across as a comlete shmo, but explaining how to do this with more computer jargon doesn't clarify the process.
I really need instructions for dooshbags like me.
Thanks in advance.
There are also videos on YouTube showing JCases method and adb setup. I would link but I'm on my phone but it shouldn't be to hard to find.
Sent from my ADR6400L using XDA App
priapos said:
Thanks for the quick reply.
I am not nervous, I just don't understand what any of this is.
I don't know what adb is or how to use it.
I don't know what copy and pasting the commands means.
I certainly don't know what "validate checksums" are.
I realize I am coming across as a comlete shmo, but explaining how to do this with more computer jargon doesn't clarify the process.
I really need instructions for dooshbags like me.
Thanks in advance.
Click to expand...
Click to collapse
reading through this might help http://forum.xda-developers.com/showthread.php?t=1143188
There is no "easy", reliable way to root sans ADB and command lines. You will need to know this stuff before you try to root. You're going to need ADB in any event. If learning it isn't knowledge you desire, you shouldn't root your phone. For terms, you should refer to the dictionary stickied at the top of the forum. The best way to learn is to get the Android SDK, set it up, make sure your drivers are there, then play with ADB. Do simply stuff like check your serial number, the md5 of files on your SDcard, and harmless stuff like that. If you've got any questions along the way, feel free to PM me any time. I'm here often. And I'm usually faster than hunting through forums or the internet.
priapos said:
Greetings,
I am looking for an easy to understand method of root.
I have read the new user thread. I am afraid with this so called "easy" method for beginners, there is a lot of jargon used that I simply don't understand.
For example in the thread for easy root, I am lost at step #2 where I am instructed to:
"Note that adb is required.
Push misc.img, busybox, and psnueter using the following commands:"
I don't know what adb is let alone how to push misc.img, busybox and psnueter.
Can someone please point me to the instructions for absolute morons to this process like me.
Thanks in advance.
Click to expand...
Click to collapse
From what i think if u dont want the adb command line ****s you should try the software named "z4root". It automatically roots your phone.
Worked for me. And i think itz the easiest method available.
After installing the apk.
Open the application, click PERMANENT ROOT,
Then dnt let your phone sleep or lock itself, wait for about 10 minutes,
After the process reboot ypur phone.
Voila, you are rooted ..
Am new to the forums. please guide me..
Thanks and sorry for my poor english. Hope you like this.
Cheers!
__________________________________________________________
MODEL : LG Optimus GT540 (Rooted)
MOD : SwiftDroid v2.0 M6 (Based on CyanogenMod v7.1 RC0)
KERNEL : 2.6.29 (VirtualBox #309)
BUILD : GRJ22
RECOVERY : ClockworkMod Recovery v4.0
___________________________________________________________
BusyBox v1.19
SuperUser v2.3
SetCPU v2.2
I would not recommend "easy" root methods, since there is greater room for error. Understanding ADB will help you in the long run
MeAt.HoOk said:
From what i think if u dont want the adb command line ****s you should try the software named "z4root". It automatically roots your phone.
Worked for me. And i think itz the easiest method available.
After installing the apk.
Open the application, click PERMANENT ROOT,
Then dnt let your phone sleep or lock itself, wait for about 10 minutes,
After the process reboot ypur phone.
Voila, you are rooted ..
Am new to the forums. please guide me..
Thanks and sorry for my poor english. Hope you like this.
Cheers!
__________________________________________________________
MODEL : LG Optimus GT540 (Rooted)
MOD : SwiftDroid v2.0 M6 (Based on CyanogenMod v7.1 RC0)
KERNEL : 2.6.29 (VirtualBox #309)
BUILD : GRJ22
RECOVERY : ClockworkMod Recovery v4.0
___________________________________________________________
BusyBox v1.19
SuperUser v2.3
SetCPU v2.2
Click to expand...
Click to collapse
Don't think z4root works on the Thunderbolt just search youtube for Thunderbolt root and watch the tutorials. Links are provided for everything that needs to be downloaded.
Sent from my ADR6400L using XDA Premium App
I know z4root doesn't work for any modern HTC. You can have permanent root without s-off. The only way to do that is through ADB, using an engineering hboot, and applying various exploits. All the "easy" root methods are just scripts that do what jcase's guide lays out. And unlike the guide, if something goes south, you're lost and screwed. I think it would be safe to say "easy" roots have probably bricked more phones than anything else.
loonatik78 said:
I know z4root doesn't work for any modern HTC. You can have permanent root without s-off. The only way to do that is through ADB, using an engineering hboot, and applying various exploits. All the "easy" root methods are just scripts that do what jcase's guide lays out. And unlike the guide, if something goes south, you're lost and screwed. I think it would be safe to say "easy" roots have probably bricked more phones than anything else.
Click to expand...
Click to collapse
Is that u dbzfanatic? Looks awfully similar, lol.
Sent from my ADR6400L using XDA Premium App
nerogold said:
Is that u dbzfanatic? Looks awfully similar, lol.
Sent from my ADR6400L using XDA Premium App
Click to expand...
Click to collapse
Nope. Just a pieced up, inked up, "I been everywhere, man", freak of many talents and interests. Android phones are just one of them.
loonatik78 said:
Nope. Just a pieced up, inked up, "I been everywhere, man", freak of many talents and interests. Android phones are just one of them.
Click to expand...
Click to collapse
Sorry man I just wanted to say thanks to the other user I mentioned ,his method of rooting was and still is a great help to me already rooted 5 bolts and currently on #6 as I'm typing.
Sent from my ADR6400L using XDA Premium App
Do a google search for thunderbolt auto root. There is one posted in the Thuderbolt forums. I can't link directly to it because I don't have enough posts yet. I tested it on my wife's thunderbolt without a problem.
Greywolf66 said:
Do a google search for thunderbolt auto root. There is one posted in the Thuderbolt forums. I can't link directly to it because I don't have enough posts yet. I tested it on my wife's thunderbolt without a problem.
Click to expand...
Click to collapse
Yep, and the past guy to go that route, after being warned it was highly prone to failure, had it fail. Then he came back looking for help, but nobody could because what went wrong wasn't at all clear. Just not wise.
Ive used the one click root four times with no issues. Four diffrent tb's from 3 diffrent states. 2 of them had alrdy takin the ota's. Dont have the link handy but if was a time saver. Though a half arse understanding of the method helps avoid issues. Ill post the link when i get home.
Sent from my ADR6400L using XDA Premium App
loonatik78 said:
Yep, and the past guy to go that route, after being warned it was highly prone to failure, had it fail. Then he came back looking for help, but nobody could because what went wrong wasn't at all clear. Just not wise.
Click to expand...
Click to collapse
I rooted mine manually first. As you said in a previous post most "easy" roots are just scripts. That's what the one I used on my wife's was. I was following along the text of the batch file as I was running it so that if something happened I would know at what part of the script I was at. I had no problems with it though.
I'll agree that I could see where if someone where to run into a problem using script without any knowledge of what the script was doing they would probably end in a very bad place.
I think the obvious was missed in this thread: The OP is not a candidate for rooting. It's a risky task for experienced users and a non-task for noobs. He hasn't even stated a valid need for rooting the phone.
TabGuy said:
I think the obvious was missed in this thread: The OP is not a candidate for rooting. It's a risky task for experienced users and a non-task for noobs. He hasn't even stated a valid need for rooting the phone.
Click to expand...
Click to collapse
Come on, cut him some slack. Everyone was new once. He has already been warned.
Sent from my ADR6400L using XDA App
priapos said:
Thanks for the quick reply.
I am not nervous, I just don't understand what any of this is.
I don't know what adb is or how to use it.
I don't know what copy and pasting the commands means.
I certainly don't know what "validate checksums" are.
I realize I am coming across as a comlete shmo, but explaining how to do this with more computer jargon doesn't clarify the process.
I really need instructions for dooshbags like me.
Thanks in advance.
Click to expand...
Click to collapse
ADB "Android Development Bridge" Simply put just helps you develop apps and fix bugs. (In this case, you will use this to reinstall Android without a locked bootloader (a.k.a. S-Off) (the bootloader is code that is run when you first turn on your device that tells Android to run).
You don't have to know how to use ADB, but you must install it on your computer.
As far as copying and pasting commands go, the tutorial that you choose to visit will tell you to type this command ex: cp image.zip/sdcard/
You will just copy this code out of your browser (FireFox/Internet Explorer/Chrome/etc.) and paste it into a command line.
Your command line will depend on what operating system you use on your pc. Ex for Windows, you will use "Command Prompt" or on Linux/MAC you will use "Terminal".
As far as validation checksums goes, it is used to make sure that the file that you downloaded is 100% the same file that the developer made.
Basically, open up your command line and type (without quotes) "md5 image.zip" also, make sure you change to "image.zip" with whatever/where you file is at.
I would be more specific with these instructions I'd I knew what OS (operating system) you are using on your computer is.
After you type in the command and hit enter, it will spit out a long string of gibberish. Just make sure this "checksum" is the EXACT same as whatever the devolver put in the tutorial you are following.
As far as putting together an idiot proof guide, you will have to forgive us, but I don't think the people here want to have a bunch of people here flooding the forums with very basic questions that have been answered already on the internet. However, don't let that stop you from asking questions. Just make sure you help yourself first (Google what you don't understand) and then ask for clarification.
P.S. I claim touchscreen amnesty for any typos.
Sent from my ADR6400L using XDA App
Im trying to get someone to help walkme through the rooting process of a motoactv watch that I received for christmas. The device was recently rooted, and it appears that the process is fairely easy. I have limited rooting experience with android phones, and have jailbroken a few iphones, but have never had to mess with command lines, or adb. If someone is willing to walkme through the process on here I will be more than willing to make a modest paypal donation to them (we can discuss payment terms.)
I have posted the link website below for the rooting procedure. Also note that I am only interested in doing this as long as the core fitness apps and capabilities of the device arent completly destroyed, as this was a gift from my girlfriend and it needs to function in a fitness capacity. Im thinking that they shouldnt be affected, and that I probably will only gain the ability to delete them, but I could be wrong. I am also trying to learn from this expereince and am willing to pay if necessary to do so. Thanks so much, and hope everyone has a happy new year.
http://www.cmw.me/?q=node/55
I have one on order. I thought the process was pretty straightforward. It is easier on a Mac or Linux as there are scripts that use zergrush already available. If you are unfamiliar with using the command line I would recommend finding someone else to root it for you.
I am rooting mine for Google music and adding watch faces but I am kind of tickled by the idea of watching NetFlix on a wristwatch.
Cheers,
-M
XDA member since 2007
Hi
I already rooted the MotoACTv that I have. But I am having problems installing the Google APPS zip file downloaded from the cynagoen web site. Can some one explain how to install this so I can get the Market up and running on the watch. I already installed other apps like pandora and they work. Only thing is that I installed this with adb install command and not the via the market. Would love to have the market working. Please help.
rdavidowski said:
Hi
I already rooted the MotoACTv that I have. But I am having problems installing the Google APPS zip file downloaded from the cynagoen web site. Can some one explain how to install this so I can get the Market up and running on the watch. I already installed other apps like pandora and they work. Only thing is that I installed this with adb install command and not the via the market. Would love to have the market working. Please help.
Click to expand...
Click to collapse
If you downloaded the gapps from cyanogenmod as you should have, you need to adb push everything that isn't an apk.
There are a few libraries that need to be installed. adb push filename /file/location/name is the way to do this. The locations match the unzipped folder names.
Cheers,
-M
XDA member since 2007
I also need step by step directions please, bricked my watch
I tried to follow the directions and I finally got the phone to root. Then when applying the new interface it must have not liked the commands I was trying to use.
Can anyone give step by step directions. It took me about 2 hours to figure out what applications I needed and how to use them so I am sure others would benefit from this.
The directions on that original post was way too vague for us noobs
Hardcore73 said:
I tried to follow the directions and I finally got the phone to root. Then when applying the new interface it must have not liked the commands I was trying to use.
Click to expand...
Click to collapse
Oh, no... Are you sure your watch is bricked? That really is awful... I thought mine was for a bit after I used Super One Click to root it, but I was able to recover it by holding Start + Power for 10-15 seconds then plugging it in.
It seems zergRush is safer -- I ended up with root after that, but a couple of others in the #motoactv channel on freenode tried it and ended up with the phone seemingly dead (though a start+power off like above fixed it) and without root.
I posted this in the other thread but I am impatient and figured it wouldn't hurt to ask here too so,
moonzbabysh said:
Okay so last night I attempted to root my motoactv but my adb for some reason say it cannot load the root.img, I had the same problem where it's couldn't load the recovery.img for my photon when attempting to apply CWM or twerp recovery. Fastboot devices definitely sees both my devices (no I didn't do them are same time, and the files needed are in the same file location as instructed) and I can even Fastboot reboot and have that work. Any ideas or suggestions?? Any help would be appreciated.
Click to expand...
Click to collapse
Your system.img is defunct. PM me or come in IRC and I'll send you the links for them and more.
Sent from my Galaxy Nexus using Tapatalk
MOTOACTV update without Windows
I'd like to root my MOTOACTV. My clock is running version 4.53.50. To root I had to update at least to version 4.55.78. I found the file delta-ota-Blur_Version.4.53.50-4.55.78.Motorola-F100.Retail.en.US.zip but I've no idea how to flash that to my clock without Windows.
Any ideas?
Thanks.
This is my first post here so please don't hit me if I am doing something wrong.
Do we have a working method to root? I have tried jims script and my phone hangs in a boot loop any other luck/methods out there.
Att / atrix2 on the leak jim posted.
Sent from my MB865 using xda premium
I used the root zip from Jim's original ICS leak post, I assume you have the same. When I rooted, I ran the root.bat and waited until it said waiting for device. Then I enabled usb debugging and the rest took care of itself. *Note - The phone will reboot two or three times, but that's normal, and it should be rooted. That's how I did it, and it worked the first time. I hope that helps.
i think the driver on your PC is old, so it is not agree the phone, pls down and setup the update moto driver.
thanhthao2002 said:
i think the driver on your PC is old, so it is not agree the phone, pls down and setup the update moto driver.
Click to expand...
Click to collapse
huh?
in every thread posting an ics leak there is also a link or guide on how to root it make sure you follow exactly what it says and search before making new threads dont need to clog up the forum
in every thread posting an ics leak there is also a link or guide on how to root it make sure you follow exactly what it says and search before making new threads dont need to clog up the forum
Click to expand...
Click to collapse
+1
Sent from my Atari Falcon030
not rooring
41rw4lk said:
I used the root zip from Jim's original ICS leak post, I assume you have the same. When I rooted, I ran the root.bat and waited until it said waiting for device. Then I enabled usb debugging and the rest took care of itself. *Note - The phone will reboot two or three times, but that's normal, and it should be rooted. That's how I did it, and it worked the first time. I hope that helps.
Click to expand...
Click to collapse
i've followed all the steps but everytime
i get the same thing and its not going any further * daemon not running. starting it now *
* daemon started successfully *
i too am having the same problem. in most threads it only reads download zip, run the batch file, phone in debugging mode, etc. but i cannot root it.
*daemon not running. starting it now*
*daemon started successfully*
using windows 7 on my laptop, phone is in mass storage mode and is seen by the laptop. run as user and as administrator produces same effect. but folder at root of c: drive and desktop still the same.
solved it
jspugh said:
i too am having the same problem. in most threads it only reads download zip, run the batch file, phone in debugging mode, etc. but i cannot root it.
*daemon not running. starting it now*
*daemon started successfully*
using windows 7 on my laptop, phone is in mass storage mode and is seen by the laptop. run as user and as administrator produces same effect. but folder at root of c: drive and desktop still the same.
Click to expand...
Click to collapse
download the new moto device manager 2.2.26 uninstall all other moto drivers install this and run root bat again and everything runs smoothly
Do u guys have adb set up
Drivers are here and some other good stuff
http://forum.xda-developers.com/showthread.php?t=1784689
Absolutely cannot get phone working with ADB
Be sure to thank cogeary for the link
Sent from my MB865 using xda premium
thank you, will actually put 2.2.26 on another box which my phone has NOT been on and give that a shot.
---------- Post added at 04:10 PM ---------- Previous post was at 03:50 PM ----------
eddiemc12 said:
download the new moto device manager 2.2.26 uninstall all other moto drivers install this and run root bat again and everything runs smoothly
Click to expand...
Click to collapse
installed 2.2.26 on an old xp box. worked great! thank you, now rooted!
---------- Post added at 04:13 PM ---------- Previous post was at 04:10 PM ----------
chrisn91 said:
Do u guys have adb set up
Drivers are here and some other good stuff
http://forum.xda-developers.com/showthread.php?t=1784689
Absolutely cannot get phone working with ADB
Be sure to thank cogeary for the link
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
downloaded drivers from here, thanks for the link. i had fxz from 2.3.6 to 2.3.5, but that was awhile ago. guess i just needed new drivers.
sent both you guys some thanks, and cogeary as well. no thanks to those other two. i have been following this forum since October 2011 and only recently joined, and that was to give altered some thanks on the awesome work he has done and the help he has given people like myself. i usually search first before asking and don't make many posts, as you can tell. i have seen the amount of ridiculousness in all these threads, and yes, even told other people to use the search. if you don't know the answer, it doesn't help to respond with a "just search" anymore...so just don't post. all those "just search" posts clog our s**t up even more than the stupid posts or threads.
adb out of date error
if you are getting this error, do not do the crazy things that are suggested, just copy the three new files list below in the zip, they are 2012 version and overwrite the ones that were in the root download
sharingan92 said:
in every thread posting an ics leak there is also a link or guide on how to root it make sure you follow exactly what it says and search before making new threads dont need to clog up the forum
Click to expand...
Click to collapse
Sorry but when I post on those threads with a question I get flooded by idiots asking questions there are explained in the first post or later in the thread. So instead of making me look bad why not point you finger at some of the meaning less threads on the DEV side or the other ones in general.
I normally lurk here and have no issues. I provide feedback and important files if I have them. Its people like you who are quick to react that "clog" this place up.
Sent from my MB865 using xda premium
Emoslayer8 said:
Sorry but when I post on those threads with a question I get flooded by idiots asking questions there are explained in the first post or later in the thread. So instead of making me look bad why not point you finger at some of the meaning less threads on the DEV side or the other ones in general.
I normally lurk here and have no issues. I provide feedback and important files if I have them. Its people like you who are quick to react that "clog" this place up.
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Did you get it fixed? I have a couple of things for you to try. We had a few other have the same issue as you are, last week with the root script.
Are you using my script that I posted with the leak?
Try and unzip it and put the folder on your desktop or in C:\ and try and run it from there.
Also are you on Windows 7 or XP, if XP that might be an issue, all the exe's that I have included are most likely not 32 bit XP-able. I am not 100% since I did a lot of googling to get them. I just remember that most people that have has success were on Win 7 and did what I mention about unzipping to the desktop or C:\.
Hope that helps. Please let us know.
jimbridgman said:
Did you get it fixed? I have a couple of things for you to try. We had a few other have the same issue as you are, last week with the root script.
Are you using my script that I posted with the leak?
Try and unzip it and put the folder on your desktop or in C:\ and try and run it from there.
Also are you on Windows 7 or XP, if XP that might be an issue, all the exe's that I have included are most likely not 32 bit XP-able. I am not 100% since I did a lot of googling to get them. I just remember that most people that have has success were on Win 7 and did what I mention about unzipping to the desktop or C:\.
Hope that helps. Please let us know.
Click to expand...
Click to collapse
if its any help, i have windows 7 home on my laptop that i usually use with my phone. i used the batch file from your zip. i put it on the desktop, at the root of c, tried running as admin and as user, all to no avail. put updated drivers on an xp box and used your zip again and it worked fine.
jimbridgman said:
Did you get it fixed? I have a couple of things for you to try. We had a few other have the same issue as you are, last week with the root script.
Are you using my script that I posted with the leak?
Try and unzip it and put the folder on your desktop or in C:\ and try and run it from there.
Also are you on Windows 7 or XP, if XP that might be an issue, all the exe's that I have included are most likely not 32 bit XP-able. I am not 100% since I did a lot of googling to get them. I just remember that most people that have has success were on Win 7 and did what I mention about unzipping to the desktop or C:\.
Hope that helps. Please let us know.
Click to expand...
Click to collapse
I will try your script again when I get home. I'll make sure to back up this time I had to reinstall the leak to get it to boot. And I'm running win7 64x, debian, and Ubuntu 12.4. Haha maybe I'll do it off my raspberry pi jk jk
I'll let you know jim. I just built a new PC. Lost all my old data. RAID2RAID only saved a little of my raid0 from my old build. Oh well. Thanks for the quick response.
Also I tried windows 7 64x before with moto drivers and at the time I know my adb was working I have been making apps for a project I have reading from the serial port that my arduino writes to on USB host mode on an Acer tablet.
Sent from my MB865 using xda premium
Emoslayer8 said:
I will try your script again when I get home. I'll make sure to back up this time I had to reinstall the leak to get it to boot. And I'm running win7 64x, debian, and Ubuntu 12.4. Haha maybe I'll do it off my raspberry pi jk jk
I'll let you know jim. I just built a new PC. Lost all my old data. RAID2RAID only saved a little of my raid0 from my old build. Oh well. Thanks for the quick response.
Also I tried windows 7 64x before with moto drivers and at the time I know my adb was working I have been making apps for a project I have reading from the serial port that my arduino writes to on USB host mode on an Acer tablet.
Sent from my MB865 using xda premium
Click to expand...
Click to collapse
Try it on your ubuntu 12.04, if windows is still giving you issues. I have both an sh and bat in the zip file.
Also the Moto drivers don't really matter since all the stuff I use is lower level (adb, is all you need, with it's drivers that come with the SDK, and I have included for both the windows and Linux in the ICS root zip).