Download this app from the play store Partitions Backup https://play.google.com/store/apps/details?id=ma.wanam.partitionsHello,
Do you know what's the command to backup persist partition on the Pixel 7 Pro? (already rooted)
Thanks
Found this, worked for me.
su -c dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/Download/persist.img
Download this app from the play store Partitions Backup https://play.google.com/store/apps/details?id=ma.wanam.partitions
Appreciate but I prefer to run the commandunder this thread
There's a script that helps you save the persist partition![]()
[Tutorial] [Magisk] Enabling 32-bit Support For Apps
The 32-bit apps are back! https://streamable.com/hb1dqp Synopsis The Pixel 7 line is Google's first "64-bit only" phones, along with being the highest profile release of a 64-bit only device so far. The device uses the Tensor G2 (GS201), which is...forum.xda-developers.com
Not meant to be rude but...
dd if=/dev/block/by-name/persist of=/sdcard/persist.img
Yes, the "dd" command was exactly the one I'm finding for.Not meant to be rude but...
Or the one the earlier guy already gave you.Code:dd if=/dev/block/by-name/persist of=/sdcard/persist.img
Seems to be the easiest thing you can do either on phone or via adb root shell.
dd is a native command. So if This is not what you're looking for then I have no idea what else does.
Found this, worked for me.
su -c dd if=/dev/block/bootdevice/by-name/persist of=/sdcard/Download/persist.img
Download this app from the play store Partitions Backup https://play.google.com/store/apps/details?id=ma.wanam.partitions