summaryrefslogtreecommitdiffstats
path: root/twrpAdbBuFifo.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-03ADB Backup: Stop resetting digest check on restore.bigbiff bigbiff1-1/+0
Change-Id: Ieb431705e69dcdfd74efb0a971cd7d2908a42098
2019-04-02ADB Backup: Ignore creating backup folder for phonesbigbiff bigbiff1-1/+0
not decrypted. This allows you to continue without error. Also we should not set restore path for images in adb backup. Change-Id: Ia75a70377b8e1364fefc82ad41ccf74fa3b7a3c3
2018-08-24twrp: use ANDROID_ROOT environment variableCaptain Throwback1-1/+1
instead of hard-coded /system path I updated most of the references I found, but there might be more For devices that have to mount system at /system_root, this allows system to be bind mounted to /system and detected properly by TWRP Change-Id: I9f142fd8cec392f5b88e95476258dab9c21a9aac
2018-05-25ADB Backup: fix md5 check on restore.bigbiff bigbiff1-33/+44
Add debug capability. Fix backup of images after tarred partitions with too much padding Add more md5 logging. Skip digest check if selected. Change ADB Backup version to 3 for new fixes to image padding. Change-Id: I0f76c0733c523717e4797d1a14c3ae47d046fc8c
2017-11-27ADB Backup: Fix gzip backup and restorebigbiff bigbiff1-10/+16
Change-Id: I92821c7053089d130a5ab73fa36aec486da77bf1
2017-11-27ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff1-0/+336
Restore adb backup files that TWRP made to your PC. Put files in your backup directory to see them. e.g. /sdcard/TWRP/BACKUPS/<sn> Change-Id: I2c57970d77b64c39a302159041456e761c185259