diff options
author | bigbiff bigbiff <bigbiff@teamw.in> | 2017-03-20 23:53:53 +0100 |
---|---|---|
committer | bigbiff bigbiff <bigbiff@teamw.in> | 2017-04-23 20:37:22 +0200 |
commit | b5ecaad27a358a525d4f25282ca8aacd55bd4cae (patch) | |
tree | cb2291ab0060265e19f19562e8b3e28423b91626 /adbbu/twadbstream.h | |
parent | 3.1.0 (diff) | |
download | android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.gz android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.bz2 android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.lz android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.xz android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.tar.zst android_bootable_recovery-b5ecaad27a358a525d4f25282ca8aacd55bd4cae.zip |
Diffstat (limited to 'adbbu/twadbstream.h')
-rw-r--r-- | adbbu/twadbstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adbbu/twadbstream.h b/adbbu/twadbstream.h index 4e76be165..23d4a1fea 100644 --- a/adbbu/twadbstream.h +++ b/adbbu/twadbstream.h @@ -21,7 +21,7 @@ #define TW_ADB_BU_CONTROL "/tmp/twadbbucontrol" //FIFO for sending control from TWRP to ADB Backup #define TW_ADB_TWRP_CONTROL "/tmp/twadbtwrpcontrol" //FIFO for sending control from ADB Backup to TWRP #define TWRP "TWRP" //Magic Value -#define ADB_BU_MAX_ERROR 10 //Max amount of errors for while loops +#define ADB_BU_MAX_ERROR 20 //Max amount of errors for while loops //ADB Backup Control Commands #define TWSTREAMHDR "twstreamheader" //TWRP Parititon Count Control |