Can I use fastboot without Android SDK? If so, how? - Motorola Photon Q 4G LTE

I unlocked and rooted using motochopper and motopocalypse. Apparently my Android SDK program was deleted from the computer so instead of waiting for it to download and update for 24 hours I was wondering if there was any way to use fastboot without having Android SDK installed?
I need to put a recovery (open recovery) on the phone...
TIA

matt2k12 said:
I unlocked and rooted using motochopper and motopocalypse. Apparently my Android SDK program was deleted from the computer so instead of waiting for it to download and update for 24 hours I was wondering if there was any way to use fastboot without having Android SDK installed?
I need to put a recovery (open recovery) on the phone...
TIA
Click to expand...
Click to collapse
Seems like its possible, I found this http://www.hackmyandroid.com/use-adb-fastboot-commands-without-installing-android-sdk/2479

Related

Is it possible to flash TWRP without using adb/fastboot Recovery img method?

I no longer have access to any Windows 7 or XP machines, but would like to update my TWRP to the latest version: 2.8.1.1 (I believe I need to do that in order to flash any Lollipop ROM). I'm currently running 2.6.3 modified.
My notebook running Win 8.1 does not recognize the device via USB in adb. Nor have any other Win 8.1 machines I've tried, despite having the HTC drivers downloaded on all of them.
So the question is - can I update TWRP on my Evita via any other method? All the guides I've read on installing custom recoveries involve adb/fastboot.
Is there some way to flash the latest TWRP version (in a zip file format?) directly from my current version of TWRP, like how I would flash a new ROM?
Thanks for any help.
droydr said:
I no longer have access to any Windows 7 or XP machines, but would like to update my TWRP to the latest version: 2.8.1.1 (I believe I need to do that in order to flash any Lollipop ROM). I'm currently running 2.6.3 modified.
My notebook running Win 8.1 does not recognize the device via USB in adb. Nor have any other Win 8.1 machines I've tried, despite having the HTC drivers downloaded on all of them.
So the question is - can I update TWRP on my Evita via any other method? All the guides I've read on installing custom recoveries involve adb/fastboot.
Is there some way to flash the latest TWRP version (in a zip file format?) directly from my current version of TWRP, like how I would flash a new ROM?
Thanks for any help.
Click to expand...
Click to collapse
Don't bother attempting to use fastboot on any Win8.1 machine, it just isn't compatible. As for your question, there are several apps on the Play Store that'll flash a recovery for you. Here's a few:
https://play.google.com/store/apps/details?id=com.cgollner.flashify
https://play.google.com/store/apps/details?id=de.mkrtchyan.recoverytools
https://play.google.com/store/apps/details?id=com.jmz.soft.twrpmanager
Transmitted via Bacon
While at it, any chance a special app exists specifically to upgrade firmware/hboot? Or is that still only possible via fastboot? Thanks again
droydr said:
While at it, any chance a special app exists specifically to upgrade firmware/hboot? Or is that still only possible via fastboot? Thanks again
Click to expand...
Click to collapse
That's a fastboot only operation.
Transmitted via Bacon
https://play.google.com/store/apps/details?id=com.joeykrim.flashimagegui
http://forum.xda-developers.com/showthread.php?t=1963896

[Q] Rooting the H60-L02 with EMUI 3.0

Hey there,
I just received a H60-L02 shipped from Mainland China. Being on OS X, I had no trouble installing adb and unlocking the boot loader.
There is something I don't understand though : to gain root access on my phone, I need to install a modified ROM of Huawei's android upper layer ? Why is that so ? Do I need to find a ClockWordMod H60-L02 EMUI 3.0 Rom to root my H6 ?
Dariel0000 said:
Hey there,
I just received a H60-L02 shipped from Mainland China. Being on OS X, I had no trouble installing adb and unlocking the boot loader.
There is something I don't understand though : to gain root access on my phone, I need to install a modified ROM of Huawei's android upper layer ? Why is that so ? Do I need to find a ClockWordMod H60-L02 EMUI 3.0 Rom to root my H6 ?
Click to expand...
Click to collapse
i used multitool and flashed twrp, twrp asked me when i tap on restart if i want to root, thats it :good:
superpfpf said:
i used multitool and flashed twrp, twrp asked me when i tap on restart if i want to root, thats it :good:
Click to expand...
Click to collapse
Thanks, but I can't do that, insofar as I can't run .exe on OS X. Also, I'm trying to understand the basic concepts of rooting on android, in order not to **** things up by doing things I would do on other linux distribs. From what I get, rooting is installing a modified ROM in which everyone is a superuser ?
Dariel0000 said:
Thanks, but I can't do that, insofar as I can't run .exe on OS X. Also, I'm trying to understand the basic concepts of rooting on android, in order not to **** things up by doing things I would do on other linux distribs. From what I get, rooting is installing a modified ROM in which everyone is a superuser ?
Click to expand...
Click to collapse
rooting is getting superuser access to any rom, if you take a look at the batch file, there is a link where you can download twrp, put it in the same directory where fastboot and adb files are
Code:
adb kill-server
adb reboot bootloader
fastboot devices
fastboot flash recovery TWRP_2.8.0.1_h60.img
fastboot reboot
adb wait-for-device
adb reboot recovery
fastboot devices
Ok it works. From what I get, twrp is a manager that enables you, once the boot loader is unlocked, to flash whatever you want on your android system. So you flash SuperSu, and it is done.
Thanks a lot for your help and explanations !:good::good::good:

[SOLVED] [Q] Original boot.img

Hello all,
I've just bought a Z3 which I assume was running Android 4.x. I got ahead of myself and, instead of pushing the full Cyanogenmod zip file to the phone before, just unlocked the bootloader and fastboot-flashed the boot.img from the cyanogenmod 12.1 nightly. I knew I could push the zip files later on with adb and flash them. But since I didn't authorize my computer with this phone yet, it does not allow me to. Now the phone is not booting (shows the first Sony logo then a black screen that stays forever). I don't have access to a windows machine, just linux, to use the flash tool, so I was wondering if I could somehow get the boot.img from Android 4.3 or 4.4 to flash them, boot back into the OS, push the zip files and root it properly.
Thank you very very much!
azevedoph said:
Hello all,
I've just bought a Z3 which I assume was running Android 4.x. I got ahead of myself and, instead of pushing the full Cyanogenmod zip file to the phone before, just unlocked the bootloader and fastboot-flashed the boot.img from the cyanogenmod 12.1 nightly. I knew I could push the zip files later on with adb and flash them. But since I didn't authorize my computer with this phone yet, it does not allow me to. Now the phone is not booting (shows the first Sony logo then a black screen that stays forever). I don't have access to a windows machine, just linux, to use the flash tool, so I was wondering if I could somehow get the boot.img from Android 4.3 or 4.4 to flash them, boot back into the OS, push the zip files and root it properly.
Thank you very very much!
Click to expand...
Click to collapse
Use flashtool to flash a stock FTF. that should restore your boot.img to the original one and enable you to boo the phone and do it properly
gregbradley said:
Use flashtool to flash a stock FTF. that should restore your boot.img to the original one and enable you to boo the phone and do it properly
Click to expand...
Click to collapse
Dear gregbradley, thank you very much for your reply. My question is: isn't flashtool a windows-only tool? How could I do it from Linux?
Thank you very much!
azevedoph said:
Dear gregbradley, thank you very much for your reply. My question is: isn't flashtool a windows-only tool? How could I do it from Linux?
Thank you very much!
Click to expand...
Click to collapse
It was originally developed for Linux. Goto flashtool.net and follow the instructions to install on Linux
I have always used adb on Linux to flash boot.img. flashtool for flashing and xperifirm to download ftf files.
gregbradley said:
It was originally developed for Linux. Goto flashtool.net and follow the instructions to install on Linux
Click to expand...
Click to collapse
Thank you very much, this saved my phone and my day!

Moto X4 XT1900-1 root

Just bought the phone today (New). Its unlocked for provider, do I have to unlock the bootloader to root the phone?
It has Android 7.1 Nougat on it. What is the best way to get this rooted on the latest Pie update? Should I start with all the OTA updates first or do it differently?
I saw files needed and a video link here, but wanted to make sure before I start anything on it: https://forum.xda-developers.com/mot...-twrp-t3806460
I received mine with 8.1
I did few times OTA in a row straight up to 9 and unlocked the bootloader
Note: it is recommended to use Linux host so fastboot can work properly
You can get adb for Linux and use
(Windows) adb devices (Linux) ./adb devices
(Windows) fastboot oem get_unlock_data (Linux) ./fastboot oem get_unlock_data
Good luck
mingkee said:
I received mine with 8.1
I did few times OTA in a row straight up to 9 and unlocked the bootloader
Note: it is recommended to use Linux host so fastboot can work properly
You can get adb for Linux and use
(Windows) adb devices (Linux) ./adb devices
(Windows) fastboot oem get_unlock_data (Linux) ./fastboot oem get_unlock_data
Good luck
Click to expand...
Click to collapse
once you updated to 9 using OTA, which process you used to root it?
I need to have the boatloader unlocked from motorola website before I can root or root can work without it?
you mean use the adb for linix fro root. Not use linix OS. I only use windows 10. Where Can I get that file?
Itachi-san said:
once you updated to 9 using OTA, which process you used to root it?
I need to have the boatloader unlocked from motorola website before I can root or root can work without it?
you mean use the adb for linix fro root. Not use linix OS. I only use windows 10. Where Can I get that file?
Click to expand...
Click to collapse
Adding root requires touching the system, which requires an unlocked bootloader.
I've rarely used Linux and, from my experience on another phone, Windows 10 is just fine.
Download the needed ADB files from here:
https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/
dougo007 said:
Adding root requires touching the system, which requires an unlocked bootloader.
I've rarely used Linux and, from my experience on another phone, Windows 10 is just fine.
Download the needed ADB files from here:
https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/
Click to expand...
Click to collapse
I didn't have luck retrieving unlocked data with three different Windows machines, but it works like a charm with Linux
dougo007 said:
https://www.xda-developers.com/google-releases-separate-adb-and-fastboot-binary-downloads/
Click to expand...
Click to collapse
Thank you.
Old files from the G4 unlock didn't work. I installed Android SDK and the Win msi from the Motorola site, couldn't locate the needed files (might just be me).
Going a little nuts. Downloaded, extracted, moved, worked to spec.
Thanks again.

[Q] Help with rooting Infinix Hot 11s

Heya!
I was wondering if there are any existing tools or information about rooting Infinix Hot 11s? I've tried searching for anything related to it and I've seen a couple of threads with information about rooting old Infinix phones here, but to my understanding there isn't one related to this particular model.
It's powered by a Helio G88 processor and the operating system is a modified Android build called XOS. Full phone specs are here for anyone curious.
Any help would be greatly appreciated. Thanks!
Rooting Android means installing a ~100KB piece of software ( SU-binary ) on it.
So either push a matching SU-binary onto Android filesystem or replace the pre-installed ( restricted ) version of Toybox with a matching unrestricted one, wil say with one that has SU-cmdlet incorporated.
.
xXx yYy said:
Rooting Android means installing a ~100KB piece of software ( SU-binary ) on it.
So either push a matching SU-binary onto Android filesystem or replace the pre-installed ( restricted ) version of Toybox with a matching unrestricted one, wil say with one that has SU-cmdlet incorporated.
Click to expand...
Click to collapse
Hi, thanks for the response!
I understand, but how would I go about doing that with this particular phone? Because to my understanding, I need TWRP, I haven't found a TWRP version for my phone and I fear using a TWRP build from other phones or older Infinix phone models might brick it. If ever I have to port TWRP, is there some sort of guide for me to follow so I can try making a build of TWRP that works with this?
Thanks!
To add a suitable SU-binary to Android's filesystem TWRP in NO case is needed: you do it via ADB.
Example:
Code:
adb devices
adb push <LOCATION_OF_SUITABLE_SU_BINARY_ON_PC> /data/local/tmp/
adb shell "chmod +x /data/local/tmp/su"
I recently bought this phone and is looking for a way to root it safely as i want to remove bloatware and use some apps that need root (like screenrecording without microphone and just internal audio, i heard that needs the magisk module?)
is there a way to root it preferably without a pc and i dont want to wipe my data unless really necessary, i have also unlocked the oem bootloader from dev options as this phone uses a custom version of android 10 (xos dolphin 7.0), processor is mediatek helios something as far as i know, just for reference
xXx yYy said:
To add a suitable SU-binary to Android's filesystem TWRP in NO case is needed: you do it via ADB.
Example:
Code:
adb devices
adb push <LOCATION_OF_SUITABLE_SU_BINARY_ON_PC> /data/local/tmp/
adb shell "chmod +x /data/local/tmp/su"
Click to expand...
Click to collapse
Hey! I tried following what you said, but unfortunately it did not work. I found a thread with instructions quite similar to what you posted: https://forum.xda-developers.com/t/universal-guide-root-any-android-device-manually.2684210/
The original poster said that this method no longer works. Is this true?
olivermartin0721 said:
I recently bought this phone and is looking for a way to root it safely as i want to remove bloatware and use some apps that need root (like screenrecording without microphone and just internal audio, i heard that needs the magisk module?)
is there a way to root it preferably without a pc and i dont want to wipe my data unless really necessary, i have also unlocked the oem bootloader from dev options as this phone uses a custom version of android 10 (xos dolphin 7.0), processor is mediatek helios something as far as i know, just for reference
Click to expand...
Click to collapse
Heya! We're currently on the same boat, unfortunately there isn't one sure method of rooting this phone at the moment.
SilhouetteMirage said:
Hey! I tried following what you said, but unfortunately it did not work.
Click to expand...
Click to collapse
the 2 lines of code shown above by me always worked for me, at any Android version - at least up to Android 10, and should work on Android 11, too
also do any of you have links to the stock rom for infinix hot 11s nfc? I bricked my phone trying to install the wrong twrp for this phone. Thanks.
So, any luck in rooting Hot 11s? This xos skin is driving me nuts. Always closing background processes, and sometimes even foreground process. We desperately need a twrp for this device.
Here is how to do it
Download your phone's latest firmware (the one you are running ) extract the boot.img from it and put it in your internal storage and install magisk from github
Press install in it and it would prompt you flashing a boot.img do that
Then copy the patched img to your pc
Then in platform-tools (search for it on google) click on the address bar then type cmd
From there type in (adb reboot bootloader) make sure your usb debugging is on
Then when it reboots to fastboot
Type (fastboot flash boot *your patched boot.img*)
That's exactly how i rooted my phone and i have an infinix hot 10s
And this method is universal
I want to install custom ROM on my infinix hot 11s, PLEASE someone work on it. HELP US!
We need developer support for infinix hot 11s please someone make TWRP and custom rom for it
Me to, please anyone develop custom rom and twrp for infinix hot 11s
RadhixAwp said:
Here is how to do it
Download your phone's latest firmware (the one you are running ) extract the boot.img from it and put it in your internal storage and install magisk from github
Press install in it and it would prompt you flashing a boot.img do that
Then copy the patched img to your pc
Then in platform-tools (search for it on google) click on the address bar then type cmd
From there type in (adb reboot bootloader) make sure your usb debugging is on
Then when it reboots to fastboot
Type (fastboot flash boot *your patched boot.img*)
That's exactly how i rooted my phone and i have an infinix hot 10s
And this method is universal
Click to expand...
Click to collapse
Hey! If you successfully do that method, do you know how to fix the problem "<waiting for any devices>" in fastboot? Is it because of the driver for my device or other cases? Thank you in advance.
RadhixAwp said:
Here is how to do it
Download your phone's latest firmware (the one you are running ) extract the boot.img from it and put it in your internal storage and install magisk from github
Press install in it and it would prompt you flashing a boot.img do that
Then copy the patched img to your pc
Then in platform-tools (search for it on google) click on the address bar then type cmd
From there type in (adb reboot bootloader) make sure your usb debugging is on
Then when it reboots to fastboot
Type (fastboot flash boot *your patched boot.img*)
That's exactly how i rooted my phone and i have an infinix hot 10s
And this method is universal
Click to expand...
Click to collapse
Did you face any issues? Is everything working for you just fine?
Lurima24 said:
Hey! If you successfully do that method, do you know how to fix the problem "<waiting for any devices>" in fastboot? Is it because of the driver for my device or other cases? Thank you in advance.
Click to expand...
Click to collapse
because of drivers for your device
pointgourd said:
because of drivers for your device
Click to expand...
Click to collapse
It's fine now, everything is work for the fastboot and I just need to find the right driver for my device. But still...do I need to unlock the bootloader first to be able flashing or do some commands? And since it's hard to find the firmware for my device, how to get the boot.img out of my phone? Knowing that Infinix Hot 11s NFC is a brand new phone and as far as I know it's regional based for Indonesia's market only. CMIIW.
pointgourd said:
because of drivers for your device
Click to expand...
Click to collapse
My ID code for my device is X6812B
Lurima24 said:
My ID code for my device is X6812B
Click to expand...
Click to collapse
Lurima24 said:
It's fine now, everything is work for the fastboot and I just need to find the right driver for my device. But still...do I need to unlock the bootloader first to be able flashing or do some commands? And since it's hard to find the firmware for my device, how to get the boot.img out of my phone? Knowing that Infinix Hot 11s NFC is a brand new phone and as far as I know it's regional based for Indonesia's market only. CMIIW.
Click to expand...
Click to collapse
https://romprovider.com/infinix-x6812b-firmware-support/ check if this is the one?
and I'm not sure but I think unlocking bootloader and rooting your device is totally different things so probably not

Categories

Resources