Windows 10 - Moto G4 Questions & Answers

Phone not seen by ADB or by RSLite on Windows 10.
Have the Motorola drivers installed that are listed in the remove Amazon bloat ROM flash guide.
Windows 10 itself sees the phone. Any suggestions?

When installing adb, did you install the drivers as well? (The drivers that the adb package installs, not the moto drivers)

ecrepeau13 said:
Phone not seen by ADB or by RSLite on Windows 10.
Have the Motorola drivers installed that are listed in the remove Amazon bloat ROM flash guide.
Windows 10 itself sees the phone. Any suggestions?
Click to expand...
Click to collapse
Maybe USB Debugging is off in the Developer Options.

Tel864 said:
Maybe USB Debugging is off in the Developer Options.
Click to expand...
Click to collapse
Already tried to turn it on with the same results. Some in the remove Amazon bloat thread mention issues with Windows 10, but then say they got it working without giving details... :/

I had the same problem. Luckily, there's an alternate way to do without using RSDLite. Go to RootJunky's Moto G4 Files, which you can find by just going to the links under his "Amazon Ads & Bloat Removed from the Motorola Moto G 4th gen with one quick flash" video.
(I'd link it, but I'm still a noob and can't link it. Just download the file named "XT1625-Amazon-Bloat-Ads-Remover-Without-RSDLITE". Once you have that file downloaded, extract them to a folder (doesn't matter where), and run the batch file (the extension is ".bat"), which will remove Amazon ads from your Moto G. Make sure your Moto G is in fastboot mode before running the batch file though.

pnw3sixty said:
I had the same problem. Luckily, there's an alternate way to do without using RSDLite. Go to RootJunky's Moto G4 Files, which you can find by just going to the links under his "Amazon Ads & Bloat Removed from the Motorola Moto G 4th gen with one quick flash" video.
(I'd link it, but I'm still a noob and can't link it. Just download the file named "XT1625-Amazon-Bloat-Ads-Remover-Without-RSDLITE". Once you have that file downloaded, extract them to a folder (doesn't matter where), and run the batch file (the extension is ".bat"), which will remove Amazon ads from your Moto G. Make sure your Moto G is in fastboot mode before running the batch file though.
Click to expand...
Click to collapse
Would like to get it working first in case anything goes wrong or want to flash a different ROM, etc...

ecrepeau13 said:
Would like to get it working first in case anything goes wrong or want to flash a different ROM, etc...
Click to expand...
Click to collapse
What do you mean?

pnw3sixty said:
What do you mean?
Click to expand...
Click to collapse
RSLite working first. To have options to restore back to stock, etc...

Related

[How To] Root

TGA_Gunnman created a one click root that new users will want to use, said thread is a sticky in Captivate Development. If you still want to use the old method (and install ADB) please use this one.
I followed my own guide! This works perfectly if you read everything and follow the instructions.
Also: once you are rooted, be EXTREMELY careful! Half of the new threads are people who have screwed up their phones by deleting this or corrupting that. Please, for the sanity of all of the devs and Android veterans, make backups and just be all around careful. Almost all problems that anyone has had are repareable AND PREVENTABLE with a little reading and care. Just to clarify, rooting does not automatically enable sideloading. Please follow http://forum.xda-developers.com/showthread.php?t=738376 to enable sideloading.
Follow these steps exactly and there will be no risk of bricking your Captivate, the worst that may happen is the phone rejecting the update.zip.
HOWEVER:
I take no responsibility if ANYTHING at all happens to your device that you don't like. Don't come crying to me if your brand new phone breaks in any way. Your warranty is also void, but you could have figured that out for yourself.
Now that that's over with, lets get to the fun bit. If you are on Windows, you can follow this procedure, or for TGA_Gunnman's one click root program (only on Windows), you can go ahead and skip to the bottom.
1) You may need Samsung drivers if you are on a PC, which you can learn about here: ADB Drivers at the Unlockr
For 64 bit Windows, you'll need these drivers: http://zedomax.com/blog/2010/07/14/s...iver-download/
Don't proceed until your phone is fully installed on Windows with the drivers!
2) Download the attached zip (at the bottom of the post) and rename it to update or update.zip if you are on a Mac. (If you are on a Mac, DO NOT USE SAFARI to download the file, it automatically unzips any zip file. Use Google Chrome or firefox instead.) Scroll down the notification bar and click "mount" to allow your computer to read the internal memory. Put the file on the INTERNAL SD card of the Captivate, which won't be tough to figure out if you don't have an SD card in the phone.
3) EDIT--There is an easier way to get to recovery, but do this step anyway. Turn the phone off, then hold power, volume up and volume down. If you still want the android SDK (which will be very useful throughout your rooted experiences) follow the old procedure:
This step requires the Android SDK, and Android Debugging enabled. You can get the SDK here: Android SDK. Just download the zip, extract it to something like C:\Android. You won't need the Java dev pack or anything.
You can enable Android Debugging like this: From the homescreen, press Menu, then click Settings. Navigate to Applications>Development and check USB Debugging. Now, hook the phone to the computer. Next,
On a PC, click start>run>"cmd" (in the text box) or on a Mac, spotlight "Terminal". Linux users, you know what to do.
The command you will use is in the tools folder of wherever you extracted it to (IE: C:\android\tools), so be sure your working directory of command prompt is in that tools location!
Finally, type:
Code:
adb reboot recovery
Click to expand...
Click to collapse
4) Once the phone is booted into recovery, use the volume keys on the phone to scroll to "Reinstall packages." Use power to select what you have highlighted.
5) Give yourself a pat on the back. You are now rooted. You should see a Superuser application now.
MD5 Sum: 1eb65923281c113e8751a7d8a6faff43
Can we please have more detailed instructions? I don't understand the part where it says "type in the terminal"
I am very new to android as this will be my first Android phone.
Also, after rooting will we be able to install 3rd party applications? Or do we have to do anything else to bypass ATT's restrictions?
adb terminal is software you need to install on your PC , will probably need samsung drivers also , guide is indeed not noob friendly. This will help you get needed bits including ADB
Probably None of us have captivate , so writing a guide is a bit troublesome
Ditto, a guide to the adb terminal please! I will acquire this phone, this Sunday.
Actually, you'd have to install a custom ROM for that. MoDaCo should be coming out with them pretty soon, and so will XDA. It won't be too long. BTW, once you have ADB installed on your computer, you can sideload apps all you want. The command is
Code:
adb install /directory/of/app/on/computer
point me to some functioning samsung drivers and I can do this!
If you cant get it to work on windows, try a ubuntu live cd. All you need to do is go to ubuntu and burn a disc and reboot.
Are there no Windows 64 bit drivers?
Edit- I found some that work. I think. Haven't tried it (yet).
http://zedomax.com/blog/2010/07/14/...ic-4g-and-fascinate-galaxy-s-driver-download/
Edit 2- Just did the root. Seems to have worked (no errors) but how do I know if it did? How do I delete say, ATT Maps?
Thanks for this. I am new to smartphones and plan on purchasing the Samsung Galaxy-S, but don't want to mess it up. I am new to editing the OS of any smartphone, but I think if I have a tutorial I will be fine
For Mac and Linux you put a ./ in front of the adb correct? (./adb install...)
NOSintake said:
For Mac and Linux you put a ./ in front of the adb correct? (./adb install...)
Click to expand...
Click to collapse
if you are in the directory above yes. the ./ just saves you from writing out the full path
lets say adb is in "/home/user/Downloads/sdk/tools"
you could type out "/home/user/Downloads/sdk/tools/adb command" regardless of where your terminal window was focused
or if you were currently in the directory "/home/user/Downloads/sdk/tools"
you could use the shortcut "./adb command"
OP I'd change your post based on my experiences... Here's a little more detail and I've rearranged it (you need the drivers before running these commands, for example).
blackjackboy said:
Please let me know if this rooting method works as I have no Captivate to test on. I'm not taking any credit for any of these files, LeshaK made the original file to root the European Galaxy S, Justadude modified it for the T-Mobile Vibrant and chaoscentral edited the file for use on the Captivate.
Follow these steps exactly and there will be no risk of bricking your Captivate, the worst that may happen is the phone rejecting the update.zip.
HOWEVER:
I take no responsibility if ANYTHING at all happens to your device that you don't like. Don't come crying to me if your brand new phone breaks in any way.
Now that that's over with, lets get to the fun bit.
1) You may need Samsung drivers if you are on a PC, which you can learn about here: ADB Drivers at the Unlockr
For 64 bit Windows, you'll need these drivers: http://zedomax.com/blog/2010/07/14/...ic-4g-and-fascinate-galaxy-s-driver-download/
Don't proceed until your phone is fully installed on Windows with the drivers!
2) Download the attached zip (at the bottom of the post) and rename it to update or update.zip if you are on a Mac. Scroll down the notification bar and click "mount" to allow your computer to read the internal memory. Put the file on the INTERNAL SD card of the Captivate, which won't be tough to figure out if you don't have an SD card in the phone.
3) This step requires the Android SDK, and Android Debugging enabled. You can get the SDK here: Android SDK. Just download the zip, extract it to something like C:\Android. You won't need the Java dev pack or anything.
You can enable Android Debugging like this: From the homescreen, press Menu, then click Settings. Navigate to Applications>Development and check USB Debugging. Now, hook the phone to the computer. Next,
On a PC, click start>run>"cmd" (in the text box) or on a Mac, spotlight "Terminal". Linux users, you know what to do.
The command you will use is in the tools folder of wherever you extracted it to (IE: C:\android\tools), so be sure your working directory of command prompt is in that tools location!
Finally, type:
Code:
adb reboot recovery
4) Once the phone is booted into recovery, use the volume keys on the phone to scroll to "Reinstall packages." Use power to select what you have highlighted.
5) Give yourself a pat on the back. You are now rooted. You should see a Superuser application now.
Thank you to LeshaK, Justadude, and chaoscentral. Once again, I didn't discover how to root, that credit goes to LeshaK, bringing it over to the USA was Justadude's doing, and chaoscentral edited the file for use on our Captivates.
MD5 Sum: 1eb65923281c113e8751a7d8a6faff43
Click to expand...
Click to collapse
Ubuntu 10.04 - adb
Any step by step instructions just to get adb running enough on 10.04 to root and side load software? I'm getting command not found when I try to run adb, even after downloading packages.
Hi,
Did this thread worked well to Root the Captivate or anyother suggested link? I'll appreciate any help.
Thanks
rerooting captivate
This worked perfectly on my Captivate. I now have the SuperUser Permission on my application screen. Now I can REALLY screw up my Captivate!!!
Thanks for the answer & More Queston
cellgeek said:
This worked perfectly on my Captivate. I now have the SuperUser Permission on my application screen. Now I can REALLY screw up my Captivate!!!
Click to expand...
Click to collapse
Hi,
Thanks for your helpful answer. As I'm getting my Cativate tomorrow, can you please just answer yes or no to each of my questions as follow ?
After Rooting will I be able to:
1- download any 3rd party Android application?
2- install any "Samsung Galaxy S" ROM on my Captivate?
3- Recieve any "OTA" update as a "Galaxy S" phone?
Thanks again
Muhamadabdelaall said:
Hi,
Thanks for your helpful answer. As I'm getting my Cativate tomorrow, can you please just answer yes or no to each of my questions as follow ?
After Rooting will I be able to:
1- download any 3rd party Android application?
2- install any "Samsung Galaxy S" ROM on my Captivate?
3- Recieve any "OTA" update as a "Galaxy S" phone?
Thanks again
Click to expand...
Click to collapse
1. No. You will have to use adb or the database modification method (which having root access makes possible). Both are described in detail elsewhere in this forum.
2. Rooting means simply getting superuser permissions. Loading a ROM has to do with the bootloader and recovery partition. Unmodded Galaxy S ROMs probably will not work on the Captivate, but be patient.
3. Not sure what you're asking. You will still get any Captivate OTA updates as if you hadn't rooted, but you won't get, for example, the rumored Korean FroYo Galaxy S update OTA when it drops. You'd have to wait for the Captivate OTA FroYo upgrade (or there may be a ROM or patch you can flash by then).
Rooting is basically just allowing programs to run as the superuser account. Many programs like Metamorph, some screenshot apps and some wifi tethering apps require more permission than Android normally gives an app.
Thanks Drachen
Drachen said:
1. No. You will have to use adb or the database modification method (which having root access makes possible). Both are described in detail elsewhere in this forum.
2. Rooting means simply getting superuser permissions. Loading a ROM has to do with the bootloader and recovery partition. Unmodded Galaxy S ROMs probably will not work on the Captivate, but be patient.
3. Not sure what you're asking. You will still get any Captivate OTA updates as if you hadn't rooted, but you won't get, for example, the rumored Korean FroYo Galaxy S update OTA when it drops. You'd have to wait for the Captivate OTA FroYo upgrade (or there may be a ROM or patch you can flash by then).
Rooting is basically just allowing programs to run as the superuser account. Many programs like Metamorph, some screenshot apps and some wifi tethering apps require more permission than Android normally gives an app.
Click to expand...
Click to collapse
Thanks alot for taking all this time & energy to reply to me! WOW, it seems like everytime I wanna step up one, I go back 10 steps. All I need is to use my Captivate for installing a Stock Rom of "Galaxy S" & be able to get rid of any "AT&T" restrictions for anything on this phone, what should I do please?
Thanks
Muhamadabdelaall said:
Thanks alot for taking all this time & energy to reply to me! WOW, it seems like everytime I wanna step up one, I go back 10 steps. All I need is to use my Captivate for installing a Stock Rom of "Galaxy S" & be able to get rid of any "AT&T" restrictions for anything on this phone, what should I do please?
Thanks
Click to expand...
Click to collapse
The ATT stuff doesn't actually run so they aren't a big deal at this point. I also don't see Amazon MP3 background stuff like some Android devices have, so... There's really not a huge case for rooting yet.
That said, when Custom ROMs for this come out I'll still be getting one.
For those of you having a hard time installing ADB Shell, try this video. It worked for me.
http://www.youtube.com/watch?v=YeWH6Bj1DYw&feature=related

Wanting to root

Regarding this page:
http://forum.xda-developers.com/showthread.php?t=991072
(Guide) Flash SBF to Motorola Atrix 4G
I was hoping to get some help.
I have an unrooted Atrix. It's my first Android phone. I already installed the latest update, 1.5.7, when it came out.
I'd like to roo the phone, but according to the above link I have to flash back to 1.2.6. I think I can handle the rooting process, but the flashing to the prior build is what I'm confused on how to do.
Am I understanding this correctly?:
1. I download the 1.2.6 file. Question: (What is the 1.5.2 file?)
2. Download the RSDLite 5 and install it.
3. I have a Windows Vista 32 bit system, so install the
32 bit file since I'm not rooted.
4. Then follow the instructions...turn off phone, ect..
5. On Step 7... Load up the SBF file, that would be the 1.2.6 file correct? I'm asking because I don't know what that 1.5.2 file mentioned earlier is. Does it matter where this file is extracted to on my computer?
After this is all done then do I I go to this page
[SCRIPT] GladRoot v4.2 (Bell 0.37.4, AT&T 1.26/1.52/1.57 Supported - Now w/ UnRoot) and do the first set of instructions?
Sorry for all the questions. I'm new to this and don't want to brick the phone. I really want that Titanium Backup program so I can backup and freeze some things.
Thank you
Don
I had the 1.5.7 update without root and a few days ago I did the same thing.
1. I download the 1.2.6 file. Question: (What is the 1.5.2 file?).
just get the 1.2.6 file
2. Download the RSDLite 5 and install it.
yes
3. I have a Windows Vista 32 bit system, so install the
32 bit file since I'm not rooted.
yes
4. Then follow the instructions...turn off phone, ect..
yes
5. On Step 7... Load up the SBF file, that would be the 1.2.6 file correct?
yes
I'm asking because I don't know what that 1.5.2 file mentioned earlier is. Does it matter where this file is extracted to on my computer?
no
After this is all done then do I I go to this page
[SCRIPT] GladRoot v4.2 (Bell 0.37.4, AT&T 1.26/1.52/1.57 Supported - Now w/ UnRoot) and do the first set of instructions?
if you have AT&T yes. Extract it so that it's C:\GladRootv4.2. When you run gladroot.bat be sure to answer yes to the question "Are you updating an AT&T Atrix on 1.26 to 1.57? [y/n]"
I got the adb "Unable to detect device" error whenever I ran the scripts. Just run the command adb services in a command prompt (You should see a device name as output) while in the C:\GladRootv4.2 directory for your computer to detect your phone properly and then run the script.
It's fairly painless, the SBF flash can take a while, 15-20 minutes or so. You will lose nearly everything that's on the phone, so save what you want to keep. I did notice the ringtones that I saved onto the phone (not on the sd card) were still there.
Root explorer is more interesting IMO.
Cheaper than TB.
Just need to rename apk bay adding a .bak to freeze them.
Thanks for the quick replies. These forums are great!!
One last question. Once rooted, if Motorola comes out with future updates, will this process need to be repeated for each update?
Thanks again.
Don
Shaydar said:
Root explorer is more interesting IMO.
Cheaper than TB.
Just need to rename apk bay adding a .bak to freeze them.
Click to expand...
Click to collapse
i'd rather pay for few bucks for TB to have a quick and easy "freeze"/"unfreeze" button than to keep going in and manually renaming apks.
plus you can do all the root exploring and file managing that you want for FREE with super manager (in market).
dwaded said:
Thanks for the quick replies. These forums are great!!
One last question. Once rooted, if Motorola comes out with future updates, will this process need to be repeated for each update?
Thanks again.
Don
Click to expand...
Click to collapse
Not sure, it depends how devs here on xda manage to root a future build. If the approach is the same as what is available now (preserve root in current build, update, restore root) you will not need to do the flash, lose everything etc. only if you run gladroot.bat prior to the official update. If you install the official update without running gladroot.bat then you'll have to go through the fun that is SBF flash.
I have a question about this as well, so I thought I'd ask here instead of a new thread...but at the drivers section of the instructions, it says just download them but if I've rooted my phone I should already have them. But if I've connected my phone to my computer by USB before just to transfer files, even if I haven't rooted, should I already have the right drivers?
thebeardedchild said:
I have a question about this as well, so I thought I'd ask here instead of a new thread...but at the drivers section of the instructions, it says just download them but if I've rooted my phone I should already have them. But if I've connected my phone to my computer by USB before just to transfer files, even if I haven't rooted, should I already have the right drivers?
Click to expand...
Click to collapse
Maybe. I would just install the specified drivers listed just to be safe. It's not a very large install file.
gnahc79 said:
Maybe. I would just install the specified drivers listed just to be safe. It's not a very large install file.
Click to expand...
Click to collapse
Alright, fair enough! Thanks for the help!
EDIT: Actually one more question. Does flashing the original SBF clear my phone? If it does, how can I backup everything on there if I'm currently unrooted? (I'm flashing this so that I CAN root later on). I'm not too worried about this I guess but I should be prepared anyway...

Adware warning Lgroot tool.

Be very careful when downloading the new lg root app. When you are taken to the hosting website you have 2 choices "download" and "download now". I mistakenly clicked "download" and i am in an adware removal marathon. Not sure how i feel about this.
Edit: Officially *******d off!
Edit2: Installs malware too. May have to nuke my computer.
Sent from my VS986 using XDA Free mobile app
Yeah I nearly made that mistake too. As it was installing, I got a bad feeling and stopped the installation process halfway. Seems okay, but yeah - it's a zip file with no installation necessary. So if you find yourself installing stuff, then you clicked wrong.
Sent from my LG-H815 using Tapatalk
Yea, I did that initially and finally got rid of all the adware. That **** was annoying.
Where is the root tool? This make it so you don't have to do it all manually I take it?
In the original android development section.
Sent from my VS986 using XDA Free mobile app
Yeah I did that too, but when I extracted the zip it was just an exe called "LG G4 Root", and did not contain the send_command and adb files the OP talked about, plus BitDefender threw warnings at me.
gsxcorey said:
Where is the root tool? This make it so you don't have to do it all manually I take it?
Click to expand...
Click to collapse
It's part of the manual root process.
It happened to me too. Download malwarebytes and it will stop the installation of more malware and it will completely remove all the crap that got installed in the first place
DITTO
AVAST went nuts and killed most of them and a registry watchdog caught one trying to write an auto start on boot. I hate download sites.
I can tell you that as soon as DEV Host sold themselves out with that CRAP download button ****t, I made sure i never visit their site again! That's the worst thing a company can do to make a few bucks and I loath any company that does not care about their traffic like DEV host has done. Plenty other legit sites to get that root tool and/or just use decent Antivirus/anti-malware tools and that download button won't even show up, nor will it allow ANY type of installs or changes to your registry.
On those download websites, I always look at the link first to see where it's going to take me before I click on it. If you look, the "Download Now" button takes you to a URL with the correct file in it.
I tried downloading it a few times and kept getting the .exe file, so I decided to download it in a VM and take a snapshot before running it.
I ended up not actually getting the .zip file from the executable even when it went through the motions, then I noticed someone saying to use the "download now" button instead.
dlscott1111 said:
Be very careful when downloading the new lg root app. When you are taken to the hosting website you have 2 choices "download" and "download now". I mistakenly clicked "download" and i am in an adware removal marathon. Not sure how i feel about this.
Edit: Officially *******d off!
Edit2: Installs malware too. May have to nuke my computer.
Sent from my VS986 using XDA Free mobile app
Click to expand...
Click to collapse
I noticed the first link was named .jre microsoft security caught it when download finished. That host is always like that with the fake links.
Malwarebites saved me but my system files got damaged ended up having to reinstall windows sadly.
Sent from my LG-H811 using Tapatalk
Go Offline. Use another PC to download ComboFix to a USB drive. Boot affected PC into safe mode (offline), run Combo Fix. Boot into normal mode, and rerun ComboFix.
Install SpyBot and do its immunity. It adds like 800,000 known bad sites to a HOSTS files redirect (blocks).
ComboFix:
http://www.bleepingcomputer.com/download/combofix/dl/12/
the_scotsman said:
On those download websites, I always look at the link first to see where it's going to take me before I click on it. If you look, the "Download Now" button takes you to a URL with the correct file in it.
Click to expand...
Click to collapse
Common sense, you have it.
Seems others in this thread simply don't. The file that had to be downloaded was a 4+GB file that was compressed (tar.gz), not an exe. I really don't understand the confusion here.
munkypoo7 said:
Common sense, you have it.
Seems others in this thread simply don't. The file that had to be downloaded was a 4+GB file that was compressed (tar.gz), not an exe. I really don't understand the confusion here.
Click to expand...
Click to collapse
Usually i am pretty Good at avoiding malware. May have seemed like common sense but it got me. I think i made the assumption that the file was necessary for something because of how it was named.
Sent from my VS986 using XDA Free mobile app
What got me was that the instructions said to use the send_command file from the LG root zip, when I extracted it and only saw a single exe I knew something was wrong.
Got me too. I terminated the process when it occurred to me that nowhere in the root instructions did it say to run anything hopefully there's not something lurking that got plopped in there before I quit it.
Mine didn't even unzip. I didn't have any issues downloading and my PC didn't yell at me but when I tried to unzip the file 7Zip kept telling me the file wasn't a valid archive. I ended up getting the send_commands elsewhere.
Also, to the guy who listed ComboFix above....you sir know what you're doing . I came across ComboFix years ago I was working as a desktop support tech and that's my first GoTo app for virus/malware cleanup. If it doesn't find it, nothing will.
munkypoo7 said:
Common sense, you have it.
Seems others in this thread simply don't. The file that had to be downloaded was a 4+GB file that was compressed (tar.gz), not an exe. I really don't understand the confusion here.
Click to expand...
Click to collapse
No this is the to, which is linked from another thread not the image and it nearly got me too. Luckily in size to Dev hosts terrible site. Have requested the op post an antennae link for the tools.

[TOOL]Playstore, No ADs, Launcher, BusyBox, Root and more! Noob friendly one-click

-----------PROJECT HAS BEEN ABANDON AND IS OBSOLETE----------
-----------PROJECT HAS BEEN ABANDON AND IS OBSOLETE----------
-----------PROJECT HAS BEEN ABANDON AND IS OBSOLETE----------
WORKS ON 5.1.1 ALSO!
(Link in next reply)
Fully automated and noob friendly. :3
Done:
Root
BusyBox
Disable OTA
Change Launcher
Install full Google Play Functionality
Autoinstall flash player
build.prop optimizations
A few more features...
This may be compatible with other fires, but I have only tested it on the Fire 7" 5th generation.
This is a script I wrote in my spare time.
This script will optimize, root, install google play, and debloat your device.
Enjoy :3 Don't forget to hit thanks.
STEPS
1. In device options, tap on serial number until the developer options appear. If required (which it is likely not, but for some it is. DON'T DO THIS IF IT'S ALREADY WORKING.) install the ADB driver by going into the device manager of windows and rightclick update driver on your device under unkown devices, then point it to the driver folder included in this zip, or, you know, try the driver installer .exe included. Make sure driver signature enforcement is disabled in Windows!
2. Go into the developer options of android and enable Debugging
3. Go to the homescreen on the tablet, EXTRACT the zip on your computer, and run the script 1_ROOT_FIRE.bat in the zip on your computer.
This should only take around five minutes too complete.
YOUR DEVICE WILL REBOOT SEVERAL TIMES.
Easy enough, right? :3
Troubleshooting:
Unless you are running Fire OS 5 or higher, using this script probably won't get you playstore access, but it may root it. This was made primarily for the Amazon Fire 5th Generation 7" Tablet. (The "50 dollar tablet")
Don't run as root or admin.
If your device gets stuck in fastboot:
When the device reboots and goes into fastboot mode the drivers didn't recognise it. Leave the script running and go into Device Manager. Your Kindle will be listed as "Fire" with a yellow icon. Follow same steps to install drivers but instead of directing it to the "usb driver" folder contained in the zip file - select "let me pick from a list of drivers". Then pick adb interface then scroll to the bottom and select the last option.
The script hangs on adb daemon started:
If it hangs there, android debugging on your device isn't communicating with your computer. The fix can range from reconnecting your device, making sure android debugging is enabled in the Device> Developer options, making sure adb drivers are installed, or restarting the script.
Keep in mind, if you give this tablet to a non tech savvy user, open SuperSU, go to options, and click full unroot.
XDA:DevDB Information
AutoRootScript, Tool/Utility for the Amazon Fire
Contributors
glitch3yf0x, JaboJG, KennBr, k4y0z
Version Information
Status: Stable
Current Stable Version: 4.14
Created 2015-12-30
Last Updated 2016-04-08
Secondary Download Mirror
(Recommend) REGULAR VERSION:
https://www.androidfilehost.com/?fid=24352994023705981
NO DEBLOAT version:
https://www.androidfilehost.com/?fid=24391638059059079
Read the post below to choose the version right for you.
Version diffrences
Regular version: Choose this if you want the full android experience to your tablet with the added features of the script. This will remove all the unwanted Amazon bloatware that fills up the internal storage and will make your tablet feel more like an android tablet.
No debloat version: Choose this if you want to keep the Amazon experience with the added features of the script. This will leave Amazon's features and will make your tablet feel more like an Amazon tablet.
Notice: this script will not wipe or touch any of your files on the internal storage or sd card
Fully stable!
Great news! All bugs have been fixed! As of version 4.14 uploaded 1/5/16, all OS versions have been tested and are confirmed working properly. Enjoy!
If anything goes wrong, such as a USB cable being unplugged or the battery dying, pretty much anything can be fixed by booting into recovery and adb sideloading the latest firmware.bin from amazon.
Thanks for Donating:
Lorenzo
@BarbaraaK
So was the Mac OS X issues fixed?
pride0929 said:
So was the Mac OS X issues fixed?
Click to expand...
Click to collapse
I believe so [Old post. Issue fixed with 4.14, if there was one.]
I ran the script using OS X, everything seemed to go well. But the Fire is stuck booting at the "fire" logo.
Mac OS X
jmallow said:
I ran the script using OS X, everything seemed to go well. But the Fire is stuck booting at the "fire" logo.
Click to expand...
Click to collapse
Updated issue. [Issue fixed with 4.14, if there was one.]
glitch3yf0x said:
Give it 10 minutes before force rebooting. It may be rewriting cache. This is very odd. Any error messages on the computer?
Don't worry about your tablet. We can adb sideload if anything wen't wrong.
What OS is your tablet running? Is your tablet the Fire 7? It may be an issue with build.prop. I'm retesting it now using the Mac OS X source files. In the mean time, tell me if your Fire boots.
Click to expand...
Click to collapse
It's a 5th gen Fire 7 (the one that was released in Sept 2015). I side loaded to get back to factory, but mistakenly used the fire hd .bin file...and now it won't turn on at all. Lol. Might be a dead battery though I think, so its plugged in now. Will try again after a bit.
jmallow said:
It's a 5th gen Fire 7 (the one that was released in Sept 2015). I side loaded to get back to factory, but mistakenly used the fire hd .bin file...and now it won't turn on at all. Lol. Might be a dead battery though I think, so its plugged in now. Will try again after a bit.
Click to expand...
Click to collapse
Alright. Best of luck. I tested it on my fire again and there were no problems. If you have problems the second time tell me.
Any results?
glitch3yf0x said:
Any results?
Click to expand...
Click to collapse
I bricked it by installing the wrong version by mistake.
Hopefully Amazon warranty will replace it without question.
I've just run the script for my daughters fire 6 5th gen running 5.1.1 and all went smoothly. Has the look and feel of a great wee device now!
Thanks for your efforts ☺
Thread moved from http://forum.xda-developers.com/amazon-fire/general/root-fire-5th-gen-autoroot-script-noob-t3276923
Just installed this without a hitch. So far so good!! Thank you!!
Worked really well on 5.1.1 Thank you so much!
Now the only issue I have is that I want to use Google Now Launcher in place of Nova. Is there a way to do it?
EDIT: Never mind, it asked me which home to set after a reboot.
thehrushi said:
Worked really well on 5.1.1 Thank you so much!
Now the only issue I have is that I want to use Google Now Launcher in place of Nova. Is there a way to do it?
EDIT: Never mind, it asked me which home to set after a reboot.
Click to expand...
Click to collapse
I should post a poll. Google Now or Nova.
glitch3yf0x said:
I should post a poll. Google Now or Nova.
Click to expand...
Click to collapse
Just add a selector in the script and have it push the appropriate apk
BaT420 said:
Just add a selector in the script and have it push the appropriate apk
Click to expand...
Click to collapse
I was gonna suggest the same. Nova after rooting makes sense, since the widgets work. But I like Google Now on left swipe.
Yeahhh
Very good. Fire 7 2015 5.1.1.
Now I've an Android table not a garbage :good:
thanks a lot.

Moto g5 plus, 8.1, not rooted, scrcpy, ADB device list empty, driver installed. ?

I've been watching videos and reading threads and installing drivers and I just can't make this work. All I can think is maybe I am required to root my phone? Or that the drivers are all invalid now that I updated to 8.1?
I have full android studio installed and the Google USB driver.
My goal is to control my phone from my PC.
Threads here seem either out of date to complicated by much more serious goals, like flashing etc.
I don't even want to root heh.
Halp X)
Innomen said:
I've been watching videos and reading threads and installing drivers and I just can't make this work. All I can think is maybe I am required to root my phone? Or that the drivers are all invalid now that I updated to 8.1?
I have full android studio installed and the Google USB driver.
My goal is to control my phone from my PC.
Threads here seem either out of date to complicated by much more serious goals, like flashing etc.
I don't even want to root heh.
Halp X)
Click to expand...
Click to collapse
What is it what you want to do? What do you mean with "control my phone"? If you have Motorola (not Google) drivers installed (and something like minimal ADB & Fastboot) you should be able to boot your device into bootloader mode and it should be recognized.
Motorola drivers:
https://drive.google.com/file/d/0B0WGdtNWubBJYnlDcWRBZXltanc/view?usp=drivesdk
Minimal ADB & Fastboot:
https://drive.google.com/file/d/10NEzpxKpYWfq-HdK42ctwoEnCg-BfsRQ/view?usp=drivesdk
Sent from my Moto G5 Plus using XDA Labs
Wolfcity said:
What is it what you want to do? What do you mean with "control my phone"? If you have Motorola (not Google) drivers installed (and something like minimal ADB & Fastboot) you should be able to boot your device into bootloader mode and it should be recognized.
Motorola drivers:
https://drive.google.com/file/d/0B0WGdtNWubBJYnlDcWRBZXltanc/view?usp=drivesdk
Minimal ADB & Fastboot:
https://drive.google.com/file/d/10NEzpxKpYWfq-HdK42ctwoEnCg-BfsRQ/view?usp=drivesdk
Sent from my Moto G5 Plus using XDA Labs
Click to expand...
Click to collapse
Like in the title, scrcpy.
https://github.com/Genymobile/scrcpy
I want a window on my desktop that is my phone in which I can click and such, which to my understanding is exactly what that app does. But naturally it cannot manipulate what it cannot see, and it sees with adb, and adb can't see my phone. But my operating system can. At least it says it can.
Update: Apparently I had not enabled USB debugging. Now I can see my device but it is not "authorized." I try to grant permission and get "because an app is obscuring a permission request, Settings can't verify your response." I'm working on that now, thanks! I'll make a new thread if that problem persists.
Update: It was the application "Tap'n'turn." Temporarily disabling its permission to display over other apps solved it. (Search for "display" in settings.)
Everything is now working
I'd just like to say that that's a very cool looking app, so thanks for posting your question about it, maybe I'll end up using it myself :good:
NZedPred said:
I'd just like to say that that's a very cool looking app, so thanks for posting your question about it, maybe I'll end up using it myself :good:
Click to expand...
Click to collapse
I know right? It's pretty amazing. Were someone to make an open source and user friendly wrapper for everything else about getting it to work I'm sure it would become immensely popular.

Categories

Resources