How to Make Backup of Partitions - Asus Zenfone 5 (2018, ZE620KL) Guides, News, & Dis

As you may now TWRP system backups have problem on Android 9. When you restore you can't boot. With this you can get your system.img, boot.img, vendor.img etc. With TWRP only Data.
You need to be rooted and should have working ADB connection for this method.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
As you can see in the picture there is our system file. You can see this from going /dev/block/by-name/. You will see the real location of the file which that is /dev/block/mncblk0p77. It means they are linked. I used Jrummy's Root Browser.
While phone is on in CMD:
Code:
adb shell
su
dd if=/dev/block/mmcblk0p77 of=/sdcard/system.img (mmcblk0p77 number may differ device to device. Check on your device).
This code will enter adb shell. Later with su you will enter admin rights. with dd you will copy,with if= you will chose main location with of= where to copy. Don't use the file in by-name folder. Use it like on my code". If you want make multiple img files you can do like this.
Code:
dd if=/dev/block/mmcblk0p77 of=/sdcard/system.img && dd if=/dev/block/mmcblk0p74 of=/sdcard/boot.img
Then copy the .img files on your phone to your pc.
To backup data, Go to TWRP > Backup > Select only data > Swipe to backup.(If you wipe Internal Storage your backups will be gone. Make sure you copied TWRP folder and .img files to PC)
To install your images and your data, flash .img files then restore your Data from TWRP > Restore >(Backup name. Problably a date). Then wipe dalv, cache. Reboot.
With this you can continue from where you left.

.

Related

[TOOL] IMEI Backup Restore (without PC)

The tool is created to backup restore IMEI from phone itself (Recovery)..
Why should i backup?? -
This Tool takes backup of below important partitions .
modemst1 ,modemst2, fsg, fsc, DDR ,bk1 ,modem
This part of the device contains some important and some basic info related to our device identity like Bluetooth address, wireless devices MAC addresses, and the very main IMEI address , programming parameters for the device such as your account information (phone number, etc), data provisioning parameters, and a whole bunch of other things.
which is very specific to your device and can't be easily generated.
So we can't take chance losing these data.
Requirments-
Any Custom Recovery (like TWRP,CWM etc..)
Process
Download the zip from Here http://d-h.st/rp2 or from Attachments .
Place it in your sdcard.
Goto recovery and flash it.
follow the instructions ...
Note-
The Backup files are stored in "MYIMEI_TOOL" folder of your Internal or SD card as you choose.
Credits -
This tool uses some scripts from Dr.ketan's EFS tool for Note ll
Sector1369 (Me)
This Tool is only for Redmi 1S
Screenshots-
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sorry for the camera screenshots..
Recovery taking the screenshot after closing AROMA installer ,Also tried to pull directly from frambuffer but blured images ...
I've already backup my imei using terminal emulator. Can i restore my backup using this?
zacutesz said:
I've already backup my imei using terminal emulator. Can i restore my backup using this?
Click to expand...
Click to collapse
yaah just move ur files to MYIMEI_TOOL folder
or u can take new backup
its all GUI based..
its Easy...
Not working on redmi 1s when i flash via twrp restart phone no aroma start.

Installing TWRP Problem

I have uncloked bootloader and I Flashed TWRP Recovery via ADB and when I send comand "adb reboot recovery" I have the Android guy (SS) I drop SS with Adb comand prompt too
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Domolâ„¢ said:
I have uncloked bootloader and I Flashed TWRP Recovery via ADB and when I send comand "adb reboot recovery" I have the Android guy[/IMG]
Click to expand...
Click to collapse
Hey I had this exact same problem just a few moments ago. I didn't necessarily fix it but I found a different way of installing TWRP:
Basically what I did was temporarily boot into the recovery image I had (instead of properly flashing it) and then flashed a zip version of the recovery which works permanently.
To do that, go into the bootloader as normal (adb reboot bootloader) and then use [fastboot boot {filename}.img] (so replace filename with whatever file you have) to boot into the recovery temporarily, then flash the recovery zip.
Here's the link to the zip I used: https://www.androidfilehost.com/?fid=24407100847292484
UPDATE: OK turns out after a few reboots the recovery went back to not working, but I did try another method which definitely works. Temporarily boot into the recovery image as above, but this type install a Supersu zip. This will root the phone. Then boot into the phone as normal, install Flashify from the Play Store and use that to install the recovery image (which you should move onto the phone).
Here are some links:
Supersu zip I used: http://download.chainfire.eu/supersu-stable
Flashify: https://play.google.com/store/apps/details?id=com.cgollner.flashify&hl=en_GB

How to upload the original build.prop file?

Hey,
I made root on my Shield TV 2017 16GB. All worked great.
I decided to edit the bulid.prop file to change the device name, but I don't think I did everything right.
I made a copy of this file on a PC before editing.
The trouble is that the device does not start. The Nvidia logo and the animation of the android logo are shown, which loads indefinitely.
I started the menu with A + B. I chose option 2 (Boot recoovery kaenel) and the second menu came up.
I chose (apply upade from ADB).
ADB detects the device in "sideload" mode.
Can I upload the file itself?
Do I need to restore the entire system?
Sorry for my bad English.
Best regards,
Menu 1
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Menu 2
use twrp to push the build.prop to system..
if u cant figure it out then flash stock and start over
you can only flash official updates through stock recovery and adb sideload
elliwigy said:
use twrp to push the build.prop to system..
if u cant figure it out then flash stock and start over
you can only flash official updates through stock recovery and adb sideload
Click to expand...
Click to collapse
Thank you. I was able to upload files using ADB Sideload.
The system started and works as it should.

Question TWRP

I just installed twrp,
Wiped data, internal, meta data
now I can't transfer the ROM file to my internal
Help
Have you formatted (not wiped) the data?
Reflash stock ROM using MiFlash tool and reinstall TWRP. Do not wipe anything....just flash the ROM u want, Format data (yes), reboot to TWRP, reboot to system.
wiped hahaha
care to share the link of the working flashtool
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and drivers? the one I have is giving me errors on paths
I use one from here: https://xiaomiflashtool.com/
Alin45 said:
Reflash stock ROM using MiFlash tool and reinstall TWRP. Do not wipe anything....just flash the ROM u want, Format data (yes), reboot to TWRP, reboot to system.
Click to expand...
Click to collapse
The right steps are:
1 fastboot boot twrp.img
2 Flash rom with inject twrp checked
3 Reboot to recovery
4 Flash Magisk ( if required) else
5 Format data by typing yes
6 Reboot to system
U mean detailed steps, not the right one because my way is right too but not so....detailed lol
Don't ever format data until you're done flashing whatever ROM you're flashing or you'll have issues. If you do you'll have to reboot to system again then reboot back into TWRP, then you should be good again. Use a USB C Flash Drive to put all of your important stuff on including the ROM you're flashing as it's much easier.

Root Realme 9 4G (RMX3521) Without Custom Recovery

Hello,
As we all know there is no Custom Recovery available yet for our device. I decided to root the device with patched_boot.img.
I am able to root my Realme 9 4G successfully. I am sharing the procedure if someone like me, who cannot use a android mobile without root can follow the steps to root his Realme 9.
Before starting Make sure you are on RMX3521_11_A.31.
As the attached boot.img files are only for RMX3521_11_A.31.
To check your OS version Go to Settings > About device > Version and Match your Build Version. It should be RMX3521_11_A.31
First of all you have to unlock the bootloader.
Follow this Guide to unlock your bootloader.
Once your Bootloader is Unlocked. Follow the steps below
1. Download the magisk_Patched_boot.img from attachment and move it your PC.
2. Reboot your device into bootloader.
3. Open cmd in adb & fastboot directory and type the command
Code:
fastboot flash boot <drag magisk_patched_boot.img here>
And press enter.
4. Now restart your device by entering the command
Code:
fastboot reboot
5. Download the Magisk Manager and install it.
Your Device is Rooted Now. Make sure to disable the auto software update to avoid getting bootloop.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Btw there is an unofficial custom recovery for this device. It works and is tested. Here's the github link; https://github.com/cd-Crypton/custom_recovery_tree_realme_messi

Categories

Resources