Commit Graph

654 Commits

Author SHA1 Message Date
bigbiff bigbiff 4efe9c3c7d add military time option 2013-02-20 18:58:11 -05:00
Dees_Troy 2f9117af30 Configurable timeout and brightness settings
Change-Id: I924297ab0dcf920cd4b4b617949c3b16cbc68e43
2013-02-20 09:35:23 -06:00
ChampionSwimmer cf33e4dbcd support devices without bootpartition
if device has no /boot partition, then add the following flag in BoardConfig.mk

TW_HAS_NO_BOOT_PARTITION

Signed-off-by: ChampionSwimmer <android@championswimmer.tk>

Change-Id: I92b36b2e6ca690e2422b36004ae9bb315d24a7c2
2013-02-19 18:20:45 +00:00
bigbiff bigbiff 2c57d789df convert file_bps to be unsigned long long
Change-Id: Ib5d9ca8f9a2a4e27d9798665b312376a7d9c571c
2013-02-19 18:08:03 +00:00
igoriok 87e3d93edc Add MTK6575/6577 EMMC partitions backup support
taken from https://github.com/mrjavum/Team-Win-Recovery-Project/commit/140ff0cde8ad2236caf7bcd480d257d74d8b85bc

"sorocean.gor@gmail.com"

Change-Id: I1a97160c73c7a0bab0535e938d6b35dc09585037
2013-02-19 17:47:43 +00:00
Anatoly Smaznov 10c11f67cf Add TW_USE_MODEL_HADWARE_ID_FOR_DEVICE_ID parameter for correct model identification
Change-Id: Ic6440c624b5cfbdb0f24681461748a0da16bf95e
2013-02-19 17:20:04 +00:00
Dees_Troy e42845962d Minor fix for listbox code 2013-02-19 16:59:35 +00:00
Dees Troy d66b12d4cc Merge "Allow init.rc inheritance and bring init.rc closer to CM recovery source" into twrp2.4 2013-02-19 10:04:38 -06:00
Dees Troy 7cb4698ce1 Merge "change libtar to fork instead of pthread" into twrp2.4 2013-02-19 08:59:49 -06:00
Dees Troy c81c3cad51 Merge "Fix keyboard layout on 800x1280" into twrp2.4 2013-02-19 08:41:38 -06:00
Dees Troy 72394403b9 Merge "Update listbox code" into twrp2.4 2013-02-19 08:41:23 -06:00
Dees Troy 94a599f575 Merge "Add highlight to file selector" into twrp2.4 2013-02-19 08:41:07 -06:00
Dees Troy c4517b2042 Merge "Add button highlight" into twrp2.4 2013-02-19 08:40:49 -06:00
bigbiff bigbiff e6594ab9a3 change libtar to fork instead of pthread
Conflicts:

	twrpTar.cpp
2013-02-17 20:18:31 -05:00
Matt Mower 556411faac Allow init.rc inheritance and bring init.rc closer to CM recovery source 2013-02-17 16:52:44 -06:00
Dees_Troy f5f395b8ca Fix keyboard layout on 800x1280 2013-02-15 14:45:53 -06:00
Dees_Troy eead985c57 Update listbox code 2013-02-15 14:31:58 -06:00
Dees_Troy e7585ca9b5 Add highlight to file selector 2013-02-15 11:42:29 -06:00
Dees_Troy 1a7a6675ea Add button highlight 2013-02-15 09:42:35 -06:00
bigbiff bigbiff 8a68c31ffc This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.
Will also set overlay to lockscreen so we don't have inadvetent screen selections.
Touching the screen will bring the display back up.
add back check script for poweroff
move diff time function to twrp-functions.cpp
make sure we chmod after copy_file
add read_file and write_file functions to twrp-functions.cpp
make single thread
try to force update screen
add forceRender
drop caches after tar processing

Change-Id: I3c5c509dd39dbb05451bbfe5d8b56d53c90d8d1b
2013-02-13 13:16:03 -06:00
Dees_Troy 40bbcf8ced Change popen in twrpTar to __popen
Change-Id: I921b0647b1f63dd348b059eb630ebe9bf5ec570d
2013-02-12 15:01:58 +00:00
Dees_Troy e34c133ec6 Add write buffer for tar writes
update fuse to 2.9.2

catch return from unlink so that we don't print error messages when things work
Change-Id: I1115039a0fa5d9d73f78ef1abd79755d7ffd9d96
2013-02-07 08:21:17 -05:00
Dees_Troy be427b884f Merge "Fix misspelling and white space on fix perms" into twrp2.4 2013-02-02 12:15:10 -06:00
Dees Troy ad240231f2 Merge "fix wrong debuging output of used BUILD FLAGS in data.cpp" into twrp2.4 2013-02-02 12:14:36 -06:00
Dees_Troy 32f2ca87b7 Fix misspelling and white space on fix perms
Thanks to Space- for pointing it out
2013-02-02 17:04:07 +00:00
Talustus 33ebf93d65 fix wrong debuging output of used BUILD FLAGS in data.cpp 2013-02-02 14:11:14 +01:00
Vojtech Bocek 2e97ec58b9 Use only std::string in TWFunc::Get_Folder_Size
* Fixes crash which could occur with too deep path because
  of too much memory allocated on stack
2013-02-02 13:22:42 +01:00
Dees_Troy 5d3589ecea Merge "2.4.1.0" into twrp2.4 2013-02-01 11:10:07 -06:00
Dees_Troy dababd70c6 2.4.1.0 2013-02-01 17:05:43 +00:00
Dees_Troy 6c5936700d Merge "Fix fail over to vfat from exfat" into twrp2.4 2013-02-01 11:00:52 -06:00
Dees_Troy 3f5c4e8dfe Fix fail over to vfat from exfat
Fix issues with MD5 checking using chdir and leaving the working
dir in a subfolder that prevented unmounting sometimes.

Change-Id: I01a563d722f474297ed3f7a30064c3a61748ade3
2013-02-01 16:56:34 +00:00
Dees_Troy 7aa24ea80e Merge "Disable the forced MD5 check" into twrp2.4 2013-01-31 15:49:06 -06:00
Dees_Troy dc771da4fb Fix mkdosfs 2GB barrier 2013-01-31 21:46:57 +00:00
Dees_Troy e2c8ba75eb Disable the forced MD5 check 2013-01-30 21:00:05 +00:00
Dees_Troy 84ab3c3ff0 Change version to 2.4.0.0 2013-01-28 22:33:15 +00:00
Dees_Troy b05ddeedd3 exFAT improvements, fixes
Move Exec_Cmd to libcrecovery __popen
Provide opt out build flag for exFAT
Default fstype to exfat on external storage if exfat support is
present and fstype is vfat or auto
Fix invalid unmount errors
Improve handling of unencrypted sdcards on Samsung devices
2013-01-28 20:45:11 +00:00
Dees_Troy 2c4c26f43d Fix subpartitionof flag 2013-01-28 15:26:43 +00:00
bigbiff bigbiff ca829c4b81 Update exFAT to 1.0
Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
2013-01-28 15:24:04 +00:00
Dees_Troy aa9dba3961 Merge "Pull fix for exFAT from original source" into twrp2.4 2013-01-28 09:22:05 -06:00
Dees_Troy 6bdcbb1b96 Reset progress bar in ORS
Change-Id: Ia7df2fa80712dc9ff7fda97261fefa33ce823ae0
2013-01-28 15:20:56 +00:00
Dees_Troy 3ee47bc2ab file manager updates for exFAT
Change-Id: I06fa6120a975cbc3d4eef9bc2ca034ec716740ee
2013-01-28 15:20:03 +00:00
Dees_Troy b8fdac7be9 Pull fix for exFAT from original source
http://code.google.com/p/exfat/source/detail?r=336

Change-Id: Ie8453770a4dcb31283012550f28483ad88bdc267
2013-01-28 15:13:29 +00:00
Dees_Troy eb50caaa7a Remove thread logging from actions.cpp
Change-Id: I2d2af963f4d6990191d91a336f682516af61d734
2013-01-28 15:12:30 +00:00
Dees_Troy 8005946bd2 Merge "Fix file manager displays empty list when folder is deleted" into twrp2.4 2013-01-28 09:09:37 -06:00
Dees_Troy 80a11d9a6e Fix file manager displays empty list when folder is deleted 2013-01-25 16:36:07 +00:00
bigbiff bigbiff 7ce7f0cde4 adding sideload page with wipe cache and dalvik
fix variable
Change-Id: I72eed7b4d709a184e53cc94165a1817a7dcf041e
2013-01-25 15:59:19 +00:00
Dees_Troy 6ed34b7f61 Use GUI for ORS instead of console only 2013-01-25 15:10:48 +00:00
Dees_Troy 01b6d0c9be Convert AOSP commands to ORS for encrypted devices
Change-Id: I6a76a51cd9efd7db67d7abeeb26f9bdd0eebf5a9
2013-01-24 19:48:08 +00:00
Dees_Troy f4499816e3 Output most build flags to log
Change-Id: I28f62236c5d5fa882cb5c05973ebf84da006b9ff
2013-01-24 19:46:48 +00:00
Dees_Troy 6a042c8443 Disable USB Mass Storage if the USB lun file does not exist.
Change-Id: I185edb4538fa84c17fc2b9a803557bb7a622f880
2013-01-24 19:45:54 +00:00