Only valid for Moto G 2014!
Hello, forum mates. :) I have spent few last days with this great device.
ATM, there are barely any custom ROMs, so I will list here few good things to do right after unlocking its bootloader and obtaining root access :angel:
So here you can read my little checklist and do whatever you prefer:
Unlocking Bootloader: Motorola's website
Hello, forum mates. :) I have spent few last days with this great device.
ATM, there are barely any custom ROMs, so I will list here few good things to do right after unlocking its bootloader and obtaining root access :angel:
So here you can read my little checklist and do whatever you prefer:
Quote:
DISCLAIMER: Code: your warranty is now void. All you do |
Quote:
1. Boot custom recovery without flashing it: Copy and paste custom recovery (file format: img) into your SDK/platform-tools folder, I recommend here TWRP_2.8.0.1_Titan_v2 that I have successfully tested myself. Until this point the latest Motorola USB driver must be installed on your Windows PC, USB debugging (under "developer options") on your phone must be enabled. However, I generally recommend using Linux instead of Windows. You can check in my short guide for Ubuntu users how to install fastboot and ADB in Ubuntu. I have no clue about Mac iOS, sorry. Here we go: Navigate in CMD line into the directory where your adb.exe is saved. Example on my PC, it is in the folder "AndroidSDK", and there in the folder "platform-tools". So my commands would be:
Code: cd c:\androidsdk\sdk\platform-tools Connect the phone to with your PC via USB cable and enter in cmd: Code: adb devices HTML Code: xxx(serial No)xxx device If you don't see serial No of your Moto G, check if USB debugging is enabled. If serial No is there but "offline" instead of "device" appears, you will only have to confirm the promt on your phone's screen to allow USB debugging. If nothing appears, try to update your USB driver (don't go any further without working ADB connection!) Now we will boot into bootloader mode and check there if fastboot connection is also working: Code: fastboot devices HTML Code: xxx(serial No)xxx fastboot If the response looks like that, we can now boot into the custom recovery without flashing it onto device. The recovery.img will be booted directly from "platform-tools" folder, while stock recovery still remains installed on the phone. My recovery.img file's name is for example "TWRP-Titan", so after I've previously saved it in my "platform-tools" I will now enter in cmd: Code: fastboot boot TWRP-Titan.img Now we can start with backups of our still 100% stock firmware in the next chapture. |
Quote:
2. Backup your stock firmware:
Code: adb shell (enter) dd if=/dev/block/mmcblk0p32 of=/sdcard/recovery.img[/CODE] It will save the "recovery.img" file in your /sdcard folder on your phone's internal memory. It is strongly recommended to create the new folder on your external SD card where you can move all backup img files. To move the files, use any root file browser like for example Root Browser. When you open Root Browser for the first time, it will prompt oyu to install few utilities (busybox, unrar etc) which you should allow. At this point, your entire stock firmware has been saved as backup. |
Quote:
3. Backup all partitions of your factory image / firmware: Just the same way as you have previously created backup of your "recovery.img" you can create "img" backup files of all your partitions. Check the attached screenshots and simply replace in the adb shell command the number of the mmcblk0p block No with the one you desire to backup and change "recovery" to the proper partition names, just like in the screenshots: |
Quote:
4. Restore to 100% stock firmware: To return to 100% stock, you simply need to flash (or only boot) again TWRP 2.8.0.1, to restore your nandroid backup of your stock firmware and -if custom recovery was flashed- to flash in bootloader mode your stock recovery back. Paste your (stock) "recovery.img" file into "platform-tools" folder and execute in bootloader mode: Code: fastboot flash recovery recovery.img |
Aucun commentaire:
Enregistrer un commentaire