Commit Graph

511 Commits

Author SHA1 Message Date
Dees_Troy
f16389d7d1 Merge "Create busybox symlinks during compile" into jb-wip 2012-10-02 10:25:20 -05:00
Dees_Troy
c04dcf7866 Create busybox symlinks during compile 2012-10-02 10:48:22 -04:00
Dees_Troy
ad6614f2b9 Merge "Ensure that actions are not simulated in ORS" into jb-wip 2012-10-01 19:02:14 -05:00
Dees_Troy
3ac71a5a82 Ensure that actions are not simulated in ORS 2012-10-01 19:46:11 -04:00
Dees_Troy
9b21af77e0 Fix error message on encrypted devices 2012-10-01 15:51:46 -04:00
Dees_Troy
83a3b1260d Update ORS and recovery commands 2012-10-01 14:16:43 -04:00
Dees_Troy
01a9b7a7f8 Fix output of version number 2012-10-01 09:01:03 -04:00
Dees_Troy
3bbb95b79f Fix some derps 2012-09-28 17:15:22 -04:00
Dees_Troy
f759675dc7 Fix compiler warnings 2012-09-28 13:21:36 -04:00
Dees_Troy
ce2fe779c0 Revert busybox for CM7 compatibility, add exclamation point to format data 2012-09-28 12:34:33 -04:00
Dees_Troy
3477d7163e Save version number to storage 2012-09-27 15:44:01 -04:00
Dees_Troy
22ad2cc9f7 Create symlinks at compile time for busybox 2012-09-27 15:00:27 -04:00
Dees_Troy
9350b8d6ed Update sdcard partitioning to C++ 2012-09-27 12:40:09 -04:00
Dees_Troy
c9ff7a341b Port backup name checking to Partition Manager 2012-09-27 10:40:03 -04:00
Dees_Troy
a58beade0a Port reboot functions to C++ 2012-09-27 09:50:56 -04:00
Dees_Troy
af4d0ce08b Display symlinks and block devices in file manager 2012-09-26 20:19:06 -04:00
Dees_Troy
2c50e18ca3 Handle mountable boot partitions 2012-09-26 20:05:28 -04:00
Dees_Troy
2ff5a8dc5b Add option to wipe android secure 2012-09-26 14:53:02 -04:00
Dees_Troy
4be841b09a Fix permissions updates
Also redirect stderr output on terminal commands for display in
GUI console
2012-09-26 14:12:11 -04:00
Dees_Troy
a2ac96a2f2 Fix SDCard partitioning 2012-09-26 13:12:09 -04:00
Dees_Troy
b1dab8dca9 Backup size for special partitions that are images 2012-09-26 12:16:41 -04:00
Dees_Troy
094207a4d7 Fix problems with MTD devices
Also improve handling of MTD names
2012-09-26 12:01:13 -04:00
Dees_Troy
202c11967c Update version and readme 2012-09-26 11:22:37 -04:00
Dees_Troy
293d727152 Fix a problem with scrolling in the console 2012-09-26 10:43:46 -04:00
Dees_Troy
b9d1c6d461 Allow spaces in backup names 2012-09-26 10:07:14 -04:00
Dees_Troy
7c2dec8020 Add backup size checking
Converted bootloader.cpp to TWRP and removed AOSP fstab parsing
from startup
2012-09-26 09:50:10 -04:00
Dees_Troy
9df963c9cd Convert makelist to C++ 2012-09-26 09:02:40 -04:00
Dees_Troy
b46a684971 Unify portrait layouts again 2012-09-26 09:00:46 -04:00
Dees_Troy
c5865ab0a2 Fix skip MD5 setting during backup 2012-09-24 15:08:04 -04:00
Dees_Troy
c8b199c8f1 Change curtain to file and remove curtain raise 2012-09-24 11:57:28 -04:00
Dees_Troy
2691f9d7f8 Update tablet layouts with ADB sideload 2012-09-24 11:15:57 -04:00
Dees_Troy
2ab9ad675a Fix 320x480 theme 2012-09-22 08:46:18 -04:00
Dees_Troy
3bde123df8 Update pigz to 2.2.5 source code 2012-09-22 08:10:44 -04:00
Dees_Troy
093b7648e0 Add progress bar support to backup and restore 2012-09-21 15:59:38 -04:00
Dees_Troy
ab10ee2098 Fix special partition handling 2012-09-21 14:27:30 -04:00
Dees_Troy
e58d5269a6 Add android_secure support 2012-09-21 12:27:57 -04:00
Dees_Troy
39f982c4f1 Remove unneeded AOSP images 2012-09-21 10:09:43 -04:00
Dees_Troy
e00c83aa1a Add init.htc.rc and modify ADB sideload messages 2012-09-21 10:01:11 -04:00
Dees_Troy
bbb2101800 Update portrait themes with ADB sideload 2012-09-20 15:59:46 -04:00
Dees_Troy
c51f1f994a Various fixes
Modify AOSP mount and wipe functions to use Partition Manager.
Update wipe code to reset the log file index when wiping cache.
Add ADB sideload to 540x960 theme.
2012-09-20 15:32:50 -04:00
Dees_Troy
2a92358be3 Fix fstab and unmount problems
Fix a problem parsing some recovery.fstab files.
Fixed a problem with MD5 checking that prevented unmounting
after md5 checking.
2012-09-20 12:14:56 -04:00
Dees_Troy
812660fd1d Add and improve OpenRecoveryScript support
Improve zip finding in ORS engine
Add support for restoring with just a backup name
2012-09-20 10:40:20 -04:00
Dees_Troy
e2920fa237 Fix ext storage and zip paths
Fix a bug with handling external storage during boot.
Check zip root path when switching storage and ensure that the
path is in the new storage path to prevent user confusion.
2012-09-19 16:18:21 -04:00
Dees_Troy
9a4b569e9d Improve adb sideload - use storage vs tmp 2012-09-19 15:11:03 -04:00
Dees_Troy
cfb63ae2b1 Improve adb sideload -- add cancel
Also copy zip from /tmp to storage and remove from /tmp to
prevent running out of RAM.
2012-09-19 14:37:33 -04:00
Dees_Troy
8170a92145 Cleanup extra-functions 2012-09-18 15:44:39 -04:00
Dees_Troy
4a2a126740 Improve backup and restore
Add in archive splitting support
2012-09-18 09:37:15 -04:00
Dees_Troy
43d8b00770 Update backup and restore code, adb sideload
Fixed a problem with using make_ext4fs by making its lib
a dynamic lib.
Added ADB sideload zip install feature - no way to cancel it yet.
Improve backup and restore code.
2012-09-17 16:06:12 -04:00
Dees_Troy
b9d88acdc0 Move to shared libmincrypt
Remove mincrypt source from TWRP and add rule to make
libmincrypt as a shared library.
No more crashes during zip signature verification and
less code to maintain in TWRP.
2012-09-14 14:34:26 -04:00
Dees_Troy
38bd760b58 Add wipe functions, compiles in CM7, text shows in UI, zips install
Zip install works, had to move mincrypt code into TWRP to prevent
a crash when checking the zip signature.
Added wipe functions
Made it compile in CM7
Made text show up in console and logging
2012-09-14 13:36:32 -04:00