Recent content by anonyo

  1. A

    Post [help needed] fastboot not responsive, device not booting, (remote: unknown command)

    I also had a lot of errors with fastboot, which used to work perfectly some time ago. I too was frustrated and was searching for it. Just as a test case, I decided to use an older version of platform tools and voila all fastboot commands ran smoothly without a single error. I was getting all...
  2. A

    Post [RESOLVED] TWRP 3.2.3.1 bootloop?

    I too had this same issue. Eventually realized that updating TWRP by flashing zip from TWRP caused it. I had to flash stock boot partition, then follow the process for flashing TWRP as if you are flashing it for the first time (first boot into TWRP and then flash the corresponding zip). This...
  3. A

    Post [RECOVERY][UNOFFICIAL][TWRP 3.2.1][MOTO x4 PAYTON][7.1.1/8.0]

    Thanks, but 3.2.3.1 zip released on Sept 11th on official twrp site, https://dl.twrp.me/payton/
  4. A

    Post [RECOVERY][UNOFFICIAL][TWRP 3.2.1][MOTO x4 PAYTON][7.1.1/8.0]

    Latest official TWRP 3.2.3.1 released as an .img (Sept 10th), but no zips files after 3.2.1.1 (June 10th). Does anyone know what this is all about? Why no zip files?
  5. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    Are you absolutely sure that if I flash TWRP instead of booting into it, that TWRP will run and not brick the device?
  6. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    Would love to help you, but I don't use Telegram. Also, is it possible to backup those partitions without root??
  7. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    I won't be having the device with me tomorrow onwards and I don't know when I will have access to it again (it's my niece's device). But all the same, I will try at the next opportunity I get. Thanks a lot.
  8. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    The OP says the following: Other Methods(Fastboot) : Make sure you have unlocked bootloader Reboot to bootloader Enter following command in terminal: fastboot flash recovery twrp-****.img (if you want permanent flash) or fastboot boot twrp-****.img (if you want temporary boot) I...
  9. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    No, unlocked bootloader screen has nothing to do with it, I have already unlocked the bootloader and have that msg. Also, I have MotoBootLogoMaker and can make my own custom bootlogo whenever I need. I want to first backup my stock untouched boot, system, and other partitions that the TWRP...
  10. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    I have tried with r20, r16, r15, and with GeneticEnginer's TWRP as well. BTW, if any of you may have misread, I am not trying to "flash" TWRP, I want to "boot" into TWRP first without flashing. My guess is it has something to do with my latest updated system version of NPSS26.116-61-8, and the...
  11. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    Already tried multiple times, using command prompt as Admin. My adb and fastboot are latest ones downloaded from here https://developer.android.com/studio/releases/platform-tools. Moto drivers are latest too. My bootloader unlocking went without a hitch, so don't think it's a driver issue...
  12. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    No, fastboot doesn't give any error, it says, downloading boot and then Okay.
  13. A

    Post [RECOVERY][UNOFFICIAL][Sanders] TWRP-3.2.1-r20 (64bit Supported!)

    Hello, I just got this device today (Indian variant XT1804) and decided to do all system updates before proceeding to rooting. Updated to the latest system update NPSS26.116-61-8 with security patch level of 1 April 2018. Successfully unlocked the bootloader. Decided to first "boot" into twrp...
  14. A

    Post Motorola Gallery aka Moto Gallery for Moto

    If you have rooted your phone and don't mind installing Xposed (won't pass safetynet), then you can use an Xposed module called XInternalSD, this gives full write access to all apps. I too had this issue, but then when I installed XInternalSD, the Moto Gallery was able to delete images from...
  15. A

    Post ROOT METHODS for MOTO X4 [7.1.1/8.0]

    Have you unlocked your bootloader? If yes, have you authorized fastboot access to your device? When you give command "fastboot devices" you should see in the command window something like this, "XYZ1234 devices". If you see "XYZ1234 unauthorized", that means you haven't authorized fastboot...