├── gui ├── twrp ├── remaining.txt ├── theme │ ├── watch_mdpi │ │ └── images │ │ │ ├── back.png │ │ │ ├── file.png │ │ │ ├── home.png │ │ │ ├── close.png │ │ │ ├── console.png │ │ │ ├── enter.png │ │ │ ├── folder.png │ │ │ ├── handle.png │ │ │ ├── kb_hide.png │ │ │ ├── kb_show.png │ │ │ ├── shift.png │ │ │ ├── slider.png │ │ │ ├── space.png │ │ │ ├── backspace.png │ │ │ ├── grid_less.png │ │ │ ├── grid_more.png │ │ │ ├── kb_arrow_up.png │ │ │ ├── main_button.png │ │ │ ├── q_btn_accept.png │ │ │ ├── q_btn_addzip.png │ │ │ ├── q_btn_delete.png │ │ │ ├── q_btn_folder.png │ │ │ ├── q_btn_reset.png │ │ │ ├── radio_false.png │ │ │ ├── radio_true.png │ │ │ ├── shift_fill.png │ │ │ ├── slider_touch.png │ │ │ ├── slider_used.png │ │ │ ├── splashlogo.png │ │ │ ├── unlock_icon.png │ │ │ ├── checkbox_false.png │ │ │ ├── checkbox_true.png │ │ │ ├── kb_arrow_down.png │ │ │ ├── kb_arrow_left.png │ │ │ ├── kb_arrow_right.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── q_btn_refresh.png │ │ │ ├── q_btn_storage.png │ │ │ ├── splashteamwin.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ ├── indeterminate006.png │ │ │ ├── indeterminate007.png │ │ │ ├── indeterminate008.png │ │ │ ├── indeterminate009.png │ │ │ ├── indeterminate010.png │ │ │ ├── indeterminate011.png │ │ │ ├── indeterminate012.png │ │ │ ├── q_btn_arrow_left.png │ │ │ ├── q_btn_arrow_right.png │ │ │ ├── checkbox_true_small.png │ │ │ ├── q_btn_accept_transp.png │ │ │ ├── q_btn_encryption_en.png │ │ │ ├── checkbox_false_small.png │ │ │ ├── main_button_full_width.png │ │ │ ├── q_btn_encryption_dis.png │ │ │ ├── main_button_half_height.png │ │ │ └── main_button_quarter_width.png │ ├── portrait_hdpi │ │ └── images │ │ │ ├── back.png │ │ │ ├── file.png │ │ │ ├── home.png │ │ │ ├── logo.png │ │ │ ├── cursor.png │ │ │ ├── enter.png │ │ │ ├── folder.png │ │ │ ├── handle.png │ │ │ ├── shift.png │ │ │ ├── slider.png │ │ │ ├── space.png │ │ │ ├── tab_3.png │ │ │ ├── tab_4.png │ │ │ ├── backspace.png │ │ │ ├── console.png │ │ │ ├── kb_hide.png │ │ │ ├── kb_show.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_desc.png │ │ │ ├── kb_arrow_up.png │ │ │ ├── main_button.png │ │ │ ├── radio_false.png │ │ │ ├── radio_true.png │ │ │ ├── shift_fill.png │ │ │ ├── slider_used.png │ │ │ ├── sort_empty.png │ │ │ ├── splashlogo.png │ │ │ ├── tab_display.png │ │ │ ├── tab_general.png │ │ │ ├── unlock_icon.png │ │ │ ├── checkbox_false.png │ │ │ ├── checkbox_true.png │ │ │ ├── kb_arrow_down.png │ │ │ ├── kb_arrow_left.png │ │ │ ├── kb_arrow_right.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── slider_touch.png │ │ │ ├── splashteamwin.png │ │ │ ├── tab_language.png │ │ │ ├── tab_timezone.png │ │ │ ├── tab_vibration.png │ │ │ ├── fab_selectfolder.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ ├── indeterminate006.png │ │ │ ├── indeterminate007.png │ │ │ ├── indeterminate008.png │ │ │ ├── indeterminate009.png │ │ │ ├── indeterminate010.png │ │ │ ├── indeterminate011.png │ │ │ ├── indeterminate012.png │ │ │ ├── main_button_half_height.png │ │ │ └── main_button_half_height_full_width.png │ ├── portrait_mdpi │ │ └── images │ │ │ ├── back.png │ │ │ ├── file.png │ │ │ ├── home.png │ │ │ ├── logo.png │ │ │ ├── cursor.png │ │ │ ├── enter.png │ │ │ ├── folder.png │ │ │ ├── handle.png │ │ │ ├── shift.png │ │ │ ├── slider.png │ │ │ ├── space.png │ │ │ ├── tab_3.png │ │ │ ├── tab_4.png │ │ │ ├── backspace.png │ │ │ ├── console.png │ │ │ ├── kb_hide.png │ │ │ ├── kb_show.png │ │ │ ├── sort_asc.png │ │ │ ├── sort_desc.png │ │ │ ├── kb_arrow_up.png │ │ │ ├── main_button.png │ │ │ ├── radio_false.png │ │ │ ├── radio_true.png │ │ │ ├── shift_fill.png │ │ │ ├── slider_used.png │ │ │ ├── sort_empty.png │ │ │ ├── splashlogo.png │ │ │ ├── tab_display.png │ │ │ ├── tab_general.png │ │ │ ├── unlock_icon.png │ │ │ ├── checkbox_false.png │ │ │ ├── checkbox_true.png │ │ │ ├── kb_arrow_down.png │ │ │ ├── kb_arrow_left.png │ │ │ ├── kb_arrow_right.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── slider_touch.png │ │ │ ├── splashteamwin.png │ │ │ ├── tab_language.png │ │ │ ├── tab_timezone.png │ │ │ ├── tab_vibration.png │ │ │ ├── fab_selectfolder.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ ├── indeterminate006.png │ │ │ ├── indeterminate007.png │ │ │ ├── indeterminate008.png │ │ │ ├── indeterminate009.png │ │ │ ├── indeterminate010.png │ │ │ ├── indeterminate011.png │ │ │ ├── indeterminate012.png │ │ │ ├── main_button_half_height.png │ │ │ └── main_button_half_height_full_width.png │ ├── common │ │ ├── fonts │ │ │ ├── DroidSansMono.ttf │ │ │ └── RobotoCondensed-Regular.ttf │ │ └── images │ │ │ ├── progress_fill.png │ │ │ └── progress_empty.png │ ├── landscape_hdpi │ │ └── images │ │ │ ├── back.png │ │ │ ├── enter.png │ │ │ ├── file.png │ │ │ ├── home.png │ │ │ ├── logo.png │ │ │ ├── shift.png │ │ │ ├── space.png │ │ │ ├── tab_3.png │ │ │ ├── tab_4.png │ │ │ ├── console.png │ │ │ ├── cursor.png │ │ │ ├── folder.png │ │ │ ├── handle.png │ │ │ ├── kb_hide.png │ │ │ ├── kb_show.png │ │ │ ├── slider.png │ │ │ ├── sort_asc.png │ │ │ ├── backspace.png │ │ │ ├── radio_true.png │ │ │ ├── shift_fill.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_empty.png │ │ │ ├── splashlogo.png │ │ │ ├── checkbox_true.png │ │ │ ├── kb_arrow_down.png │ │ │ ├── kb_arrow_left.png │ │ │ ├── kb_arrow_up.png │ │ │ ├── main_button.png │ │ │ ├── progress_fill.png │ │ │ ├── radio_false.png │ │ │ ├── slider_touch.png │ │ │ ├── slider_used.png │ │ │ ├── splashteamwin.png │ │ │ ├── unlock_icon.png │ │ │ ├── checkbox_false.png │ │ │ ├── enter_terminal.png │ │ │ ├── kb_arrow_right.png │ │ │ ├── progress_empty.png │ │ │ ├── shift_terminal.png │ │ │ ├── space_terminal.png │ │ │ ├── backspace_terminal.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ ├── indeterminate006.png │ │ │ ├── indeterminate007.png │ │ │ ├── indeterminate008.png │ │ │ ├── indeterminate009.png │ │ │ ├── indeterminate010.png │ │ │ ├── indeterminate011.png │ │ │ ├── indeterminate012.png │ │ │ ├── shift_terminal_fill.png │ │ │ ├── main_button_half_width.png │ │ │ └── main_button_half_width_low.png │ ├── landscape_mdpi │ │ └── images │ │ │ ├── back.png │ │ │ ├── enter.png │ │ │ ├── file.png │ │ │ ├── home.png │ │ │ ├── logo.png │ │ │ ├── shift.png │ │ │ ├── space.png │ │ │ ├── tab_3.png │ │ │ ├── tab_4.png │ │ │ ├── console.png │ │ │ ├── cursor.png │ │ │ ├── folder.png │ │ │ ├── handle.png │ │ │ ├── kb_hide.png │ │ │ ├── kb_show.png │ │ │ ├── slider.png │ │ │ ├── sort_asc.png │ │ │ ├── backspace.png │ │ │ ├── radio_true.png │ │ │ ├── shift_fill.png │ │ │ ├── sort_desc.png │ │ │ ├── sort_empty.png │ │ │ ├── splashlogo.png │ │ │ ├── checkbox_true.png │ │ │ ├── kb_arrow_down.png │ │ │ ├── kb_arrow_left.png │ │ │ ├── kb_arrow_up.png │ │ │ ├── main_button.png │ │ │ ├── progress_fill.png │ │ │ ├── radio_false.png │ │ │ ├── slider_touch.png │ │ │ ├── slider_used.png │ │ │ ├── splashteamwin.png │ │ │ ├── unlock_icon.png │ │ │ ├── checkbox_false.png │ │ │ ├── enter_terminal.png │ │ │ ├── kb_arrow_right.png │ │ │ ├── progress_empty.png │ │ │ ├── shift_terminal.png │ │ │ ├── space_terminal.png │ │ │ ├── backspace_terminal.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ ├── indeterminate006.png │ │ │ ├── indeterminate007.png │ │ │ ├── indeterminate008.png │ │ │ ├── indeterminate009.png │ │ │ ├── indeterminate010.png │ │ │ ├── indeterminate011.png │ │ │ ├── indeterminate012.png │ │ │ ├── shift_terminal_fill.png │ │ │ ├── main_button_half_width.png │ │ │ └── main_button_half_width_low.png │ └── extra-languages │ │ └── fonts │ │ ├── DroidSansFallback.ttf │ │ └── NotoSansCJKjp-Regular.ttf ├── devices │ ├── 320x320 │ │ └── res │ │ │ └── images │ │ │ ├── file.png │ │ │ ├── cursor.png │ │ │ ├── folder.png │ │ │ ├── slider.png │ │ │ ├── unlock.png │ │ │ ├── back-icon.png │ │ │ ├── curtain.jpg │ │ │ ├── home-icon.png │ │ │ ├── keyboard1.png │ │ │ ├── keyboard2.png │ │ │ ├── keyboard3.png │ │ │ ├── keyboard4.png │ │ │ ├── slideout.png │ │ │ ├── twrplogo.png │ │ │ ├── menu-button.png │ │ │ ├── plus-button.png │ │ │ ├── radio_empty.png │ │ │ ├── slider-used.png │ │ │ ├── sort-button.png │ │ │ ├── checkbox_empty.png │ │ │ ├── medium-button.png │ │ │ ├── minus-button.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── radio_selected.png │ │ │ ├── slider-touch.png │ │ │ ├── checkbox_checked.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ └── indeterminate006.png │ ├── 480x800 │ │ └── res │ │ │ └── images │ │ │ ├── file.png │ │ │ ├── cursor.png │ │ │ ├── folder.png │ │ │ ├── slider.png │ │ │ ├── unlock.png │ │ │ ├── back-icon.png │ │ │ ├── curtain.jpg │ │ │ ├── home-icon.png │ │ │ ├── keyboard1.png │ │ │ ├── keyboard2.png │ │ │ ├── keyboard3.png │ │ │ ├── keyboard4.png │ │ │ ├── slideout.png │ │ │ ├── twrplogo.png │ │ │ ├── menu-button.png │ │ │ ├── plus-button.png │ │ │ ├── radio_empty.png │ │ │ ├── slider-used.png │ │ │ ├── sort-button.png │ │ │ ├── checkbox_empty.png │ │ │ ├── medium-button.png │ │ │ ├── minus-button.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── radio_selected.png │ │ │ ├── slider-touch.png │ │ │ ├── checkbox_checked.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ └── indeterminate006.png │ ├── 800x480 │ │ └── res │ │ │ └── images │ │ │ ├── file.png │ │ │ ├── button.png │ │ │ ├── cursor.png │ │ │ ├── folder.png │ │ │ ├── slider.png │ │ │ ├── unlock.png │ │ │ ├── back-icon.png │ │ │ ├── curtain.jpg │ │ │ ├── home-icon.png │ │ │ ├── keyboard1.png │ │ │ ├── keyboard2.png │ │ │ ├── keyboard3.png │ │ │ ├── keyboard4.png │ │ │ ├── twrplogo.png │ │ │ ├── plus-button.png │ │ │ ├── radio_empty.png │ │ │ ├── slider-used.png │ │ │ ├── sort-button.png │ │ │ ├── checkbox_empty.png │ │ │ ├── console-icon.png │ │ │ ├── console-toggle.png │ │ │ ├── medium-button.png │ │ │ ├── minus-button.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── radio_selected.png │ │ │ ├── slider-touch.png │ │ │ ├── checkbox_checked.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ ├── indeterminate006.png │ │ │ └── mediumwide-button.png │ ├── 1080x1920 │ │ └── res │ │ │ └── images │ │ │ ├── file.png │ │ │ ├── cursor.png │ │ │ ├── curtain.jpg │ │ │ ├── folder.png │ │ │ ├── slider.png │ │ │ ├── unlock.png │ │ │ ├── back-icon.png │ │ │ ├── home-icon.png │ │ │ ├── keyboard1.png │ │ │ ├── keyboard2.png │ │ │ ├── keyboard3.png │ │ │ ├── keyboard4.png │ │ │ ├── slideout.png │ │ │ ├── twrplogo.png │ │ │ ├── menu-button.png │ │ │ ├── minus-button.png │ │ │ ├── plus-button.png │ │ │ ├── radio_empty.png │ │ │ ├── slider-touch.png │ │ │ ├── slider-used.png │ │ │ ├── sort-button.png │ │ │ ├── checkbox_empty.png │ │ │ ├── medium-button.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── radio_selected.png │ │ │ ├── checkbox_checked.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ └── indeterminate006.png │ ├── 1920x1200 │ │ └── res │ │ │ └── images │ │ │ ├── file.png │ │ │ ├── button.png │ │ │ ├── cursor.png │ │ │ ├── curtain.jpg │ │ │ ├── folder.png │ │ │ ├── slider.png │ │ │ ├── unlock.png │ │ │ ├── back-icon.png │ │ │ ├── home-icon.png │ │ │ ├── keyboard1.png │ │ │ ├── keyboard2.png │ │ │ ├── keyboard3.png │ │ │ ├── keyboard4.png │ │ │ ├── twrplogo.png │ │ │ ├── console-icon.png │ │ │ ├── minus-button.png │ │ │ ├── plus-button.png │ │ │ ├── radio_empty.png │ │ │ ├── slider-touch.png │ │ │ ├── slider-used.png │ │ │ ├── sort-button.png │ │ │ ├── checkbox_empty.png │ │ │ ├── console-toggle.png │ │ │ ├── medium-button.png │ │ │ ├── progress_empty.png │ │ │ ├── progress_fill.png │ │ │ ├── radio_selected.png │ │ │ ├── checkbox_checked.png │ │ │ ├── indeterminate001.png │ │ │ ├── indeterminate002.png │ │ │ ├── indeterminate003.png │ │ │ ├── indeterminate004.png │ │ │ ├── indeterminate005.png │ │ │ ├── indeterminate006.png │ │ │ └── mediumwide-button.png │ └── common │ │ └── res │ │ ├── fonts │ │ ├── DroidSansMono.ttf │ │ └── RobotoCondensed-Regular.ttf │ │ ├── images │ │ ├── progress_empty.png │ │ └── progress_fill.png │ │ └── languages │ │ ├── fi.xml │ │ └── es.xml └── pages.h ├── prebuilt ├── teamwin ├── 99SuperSUDaemon ├── suarm ├── chattr ├── parted ├── suarm64 ├── chattr.pie ├── htcdumlock ├── supolicy ├── libsupol.so ├── HTCDumlock.apk ├── Superuser.apk ├── dump_imagesys ├── flash_imagesys ├── htcdumlocksys ├── libbmlutils.so ├── libmmcutils.so ├── libmtdutils.so ├── sgdisk_static ├── supolicyarm64 ├── libflashutils.so ├── libsupol.soarm64 ├── permissive.sh ├── mke2fs.conf ├── install-recovery.sh └── relink.sh ├── res ├── dummyfileforgit └── images │ └── dummyfile2 ├── fb2png ├── AndroidManifest.xml ├── .gitignore ├── jni │ └── Application.mk ├── libpng │ └── lib │ │ └── libpng.a ├── run.sh ├── view888 ├── Makefile └── COPYING ├── openaes └── VERSION ├── res-hdpi └── images │ └── dummyfile ├── res-mdpi └── images │ └── dummyfile ├── res-xhdpi └── images │ └── dummyfile ├── res-xxhdpi └── images │ └── dummyfile ├── res-xxxhdpi └── images │ └── dummyfile ├── dosfstools ├── VERSION ├── manpages │ └── po4a.cfg ├── doc │ ├── ChangeLog.dosfsck │ ├── TODO.dosfstools-2.x │ └── ChangeLog.mkdosfs └── bin │ └── Nindent ├── libblkid ├── libfdisk │ ├── src │ │ └── .gitignore │ ├── docs │ │ ├── version.xml.in │ │ └── .gitignore │ ├── fdisk.pc.in │ ├── Makemodule.am │ └── COPYING ├── src │ ├── .gitignore │ ├── exec_shell.h │ ├── crc32.h │ ├── partitions │ │ └── aix.h │ ├── linux_version.h │ ├── match.h │ ├── ismounted.h │ ├── superblocks │ │ ├── iso9660.h │ │ ├── refs.c │ │ └── bfs.c │ ├── env.h │ ├── mangle.h │ ├── fileutils.h │ ├── md5.h │ └── getsize.c ├── docs │ ├── version.xml.in │ └── .gitignore ├── samples │ ├── .gitignore │ └── Makemodule.am ├── include │ ├── exec_shell.h │ ├── pager.h │ ├── crc32.h │ ├── setproctitle.h │ ├── swapprober.h │ ├── crc64.h │ ├── rpmatch.h │ ├── monotonic.h │ ├── linux_version.h │ ├── randutils.h │ ├── match.h │ ├── ismounted.h │ ├── env.h │ ├── swapheader.h │ ├── mangle.h │ ├── pamfail.h │ ├── fileutils.h │ ├── md5.h │ └── timer.h ├── libuuid │ ├── man │ │ ├── .gitignore │ │ └── Makemodule.am │ ├── COPYING │ ├── Makemodule.am │ └── uuid.pc.in ├── blkid.pc.in ├── COPYING ├── Makemodule.am └── lib │ └── linux_version.c ├── .gitignore ├── crypto └── scrypt │ ├── MODULE_LICENSE_BSD_LIKE │ ├── scrypt.version │ ├── build-config.mk │ ├── patches │ └── README │ ├── scrypt_platform.h │ ├── lib │ └── README │ ├── Android.mk │ ├── android-config.mk │ └── tests │ └── Android.mk ├── tools └── Android.mk ├── libcrecovery ├── defines.h ├── common.h └── Android.mk ├── pigz └── pigz.pdf ├── fonts ├── 12x22.png ├── 18x32.png └── README ├── testdata ├── random.zip ├── test_f4.pk8 ├── testkey.pk8 ├── unsigned.zip ├── fake-eocd.zip ├── jarsigned.zip ├── otasigned.zip ├── alter-footer.zip ├── otasigned_f4.zip ├── testkey_ecdsa.pk8 ├── alter-metadata.zip ├── otasigned_sha256.zip ├── otasigned_f4_sha256.zip ├── otasigned_ecdsa_sha256.zip └── testkey_ecdsa.x509.pem ├── sepolicy └── twrp.te ├── applypatch └── testdata │ ├── new.file │ ├── old.file │ └── patch.bsdiff ├── fuse ├── AUTHORS ├── include │ ├── old │ │ └── fuse.h │ ├── Makefile.am │ └── ulockmgr.h └── mount_util.h ├── README.md ├── twinstall.h ├── gpt └── Android.mk ├── orscmd └── Android.mk ├── minadbd └── README.txt ├── exfat ├── libexfat │ └── Android.mk ├── fsck │ ├── Android.mk │ └── exfatfsck.8 ├── mkfs │ └── Android.mk └── fuse │ └── Android.mk ├── htcdumlock └── Android.mk ├── injecttwrp └── Android.mk ├── toolbox └── setprop.c ├── simg2img └── Android.mk ├── bmlutils └── bmlutils.h ├── libtar ├── internal.h ├── inet_aton.c └── TODO ├── etc ├── META-INF │ └── com │ │ └── google │ │ └── android │ │ └── update-script └── init.recovery.logd.rc ├── scripts └── relink-binaries.sh ├── mmcutils └── Android.mk ├── twcommon.h ├── digest └── md5.h ├── minadbd.old └── Android.mk ├── updater └── blockimg.h └── default_device.cpp /gui/twrp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /prebuilt/teamwin: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /res/dummyfileforgit: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res/images/dummyfile2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fb2png/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /openaes/VERSION: -------------------------------------------------------------------------------- 1 | OpenAES-0.7.0 -------------------------------------------------------------------------------- /res-hdpi/images/dummyfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res-mdpi/images/dummyfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res-xhdpi/images/dummyfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res-xxhdpi/images/dummyfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res-xxxhdpi/images/dummyfile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dosfstools/VERSION: -------------------------------------------------------------------------------- 1 | 3.0.28 2 | -------------------------------------------------------------------------------- /libblkid/libfdisk/src/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .*.swp 2 | *~ 3 | tags 4 | -------------------------------------------------------------------------------- /crypto/scrypt/MODULE_LICENSE_BSD_LIKE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libblkid/src/.gitignore: -------------------------------------------------------------------------------- 1 | blkid.h 2 | -------------------------------------------------------------------------------- /libblkid/docs/version.xml.in: -------------------------------------------------------------------------------- 1 | @VERSION@ 2 | -------------------------------------------------------------------------------- /crypto/scrypt/scrypt.version: -------------------------------------------------------------------------------- 1 | SCRYPT_VERSION=1.1.6 2 | -------------------------------------------------------------------------------- /libblkid/libfdisk/docs/version.xml.in: -------------------------------------------------------------------------------- 1 | @VERSION@ 2 | -------------------------------------------------------------------------------- /tools/Android.mk: -------------------------------------------------------------------------------- 1 | include $(all-subdir-makefiles) 2 | -------------------------------------------------------------------------------- /fb2png/.gitignore: -------------------------------------------------------------------------------- 1 | *.o 2 | fb2png 3 | adb_screenshoot 4 | libs 5 | obj 6 | -------------------------------------------------------------------------------- /fb2png/jni/Application.mk: -------------------------------------------------------------------------------- 1 | APP_BUILD_SCRIPT := $(call my-dir)/../Android.mk 2 | -------------------------------------------------------------------------------- /libblkid/samples/.gitignore: -------------------------------------------------------------------------------- 1 | mkfs 2 | partitions 3 | superblocks 4 | topology 5 | -------------------------------------------------------------------------------- /libcrecovery/defines.h: -------------------------------------------------------------------------------- 1 | #undef _PATH_BSHELL 2 | #define _PATH_BSHELL "/sbin/sh" 3 | -------------------------------------------------------------------------------- /prebuilt/99SuperSUDaemon: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | /system/xbin/daemonsu --auto-daemon & 3 | -------------------------------------------------------------------------------- /libblkid/include/exec_shell.h: -------------------------------------------------------------------------------- 1 | extern void __attribute__((__noreturn__)) exec_shell(void); 2 | -------------------------------------------------------------------------------- /libblkid/src/exec_shell.h: -------------------------------------------------------------------------------- 1 | extern void __attribute__((__noreturn__)) exec_shell(void); 2 | -------------------------------------------------------------------------------- /gui/remaining.txt: -------------------------------------------------------------------------------- 1 | * Confirmation of action 2 | * Multi-String Variables 3 | * String Box 4 | 5 | -------------------------------------------------------------------------------- /pigz/pigz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/pigz/pigz.pdf -------------------------------------------------------------------------------- /prebuilt/suarm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/suarm -------------------------------------------------------------------------------- /fonts/12x22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/fonts/12x22.png -------------------------------------------------------------------------------- /fonts/18x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/fonts/18x32.png -------------------------------------------------------------------------------- /prebuilt/chattr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/chattr -------------------------------------------------------------------------------- /prebuilt/parted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/parted -------------------------------------------------------------------------------- /prebuilt/suarm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/suarm64 -------------------------------------------------------------------------------- /libblkid/libuuid/man/.gitignore: -------------------------------------------------------------------------------- 1 | uuid_generate_random.3 2 | uuid_generate_time.3 3 | uuid_generate_time_safe.3 4 | -------------------------------------------------------------------------------- /prebuilt/chattr.pie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/chattr.pie -------------------------------------------------------------------------------- /prebuilt/htcdumlock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/htcdumlock -------------------------------------------------------------------------------- /prebuilt/supolicy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/supolicy -------------------------------------------------------------------------------- /testdata/random.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/random.zip -------------------------------------------------------------------------------- /prebuilt/libsupol.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/libsupol.so -------------------------------------------------------------------------------- /sepolicy/twrp.te: -------------------------------------------------------------------------------- 1 | recovery_only(` 2 | # Allow recovery to set permissive mode 3 | permissive recovery; 4 | ') 5 | -------------------------------------------------------------------------------- /testdata/test_f4.pk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/test_f4.pk8 -------------------------------------------------------------------------------- /testdata/testkey.pk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/testkey.pk8 -------------------------------------------------------------------------------- /testdata/unsigned.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/unsigned.zip -------------------------------------------------------------------------------- /prebuilt/HTCDumlock.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/HTCDumlock.apk -------------------------------------------------------------------------------- /prebuilt/Superuser.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/Superuser.apk -------------------------------------------------------------------------------- /prebuilt/dump_imagesys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/dump_imagesys -------------------------------------------------------------------------------- /prebuilt/flash_imagesys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/flash_imagesys -------------------------------------------------------------------------------- /prebuilt/htcdumlocksys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/htcdumlocksys -------------------------------------------------------------------------------- /prebuilt/libbmlutils.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/libbmlutils.so -------------------------------------------------------------------------------- /prebuilt/libmmcutils.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/libmmcutils.so -------------------------------------------------------------------------------- /prebuilt/libmtdutils.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/libmtdutils.so -------------------------------------------------------------------------------- /prebuilt/sgdisk_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/sgdisk_static -------------------------------------------------------------------------------- /prebuilt/supolicyarm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/supolicyarm64 -------------------------------------------------------------------------------- /testdata/fake-eocd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/fake-eocd.zip -------------------------------------------------------------------------------- /testdata/jarsigned.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/jarsigned.zip -------------------------------------------------------------------------------- /testdata/otasigned.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/otasigned.zip -------------------------------------------------------------------------------- /fb2png/libpng/lib/libpng.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/fb2png/libpng/lib/libpng.a -------------------------------------------------------------------------------- /prebuilt/libflashutils.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/libflashutils.so -------------------------------------------------------------------------------- /prebuilt/libsupol.soarm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/prebuilt/libsupol.soarm64 -------------------------------------------------------------------------------- /testdata/alter-footer.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/alter-footer.zip -------------------------------------------------------------------------------- /testdata/otasigned_f4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/otasigned_f4.zip -------------------------------------------------------------------------------- /testdata/testkey_ecdsa.pk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/testkey_ecdsa.pk8 -------------------------------------------------------------------------------- /applypatch/testdata/new.file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/applypatch/testdata/new.file -------------------------------------------------------------------------------- /applypatch/testdata/old.file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/applypatch/testdata/old.file -------------------------------------------------------------------------------- /libblkid/include/pager.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_PAGER 2 | #define UTIL_LINUX_PAGER 3 | 4 | void setup_pager(void); 5 | 6 | #endif 7 | -------------------------------------------------------------------------------- /testdata/alter-metadata.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/alter-metadata.zip -------------------------------------------------------------------------------- /testdata/otasigned_sha256.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/otasigned_sha256.zip -------------------------------------------------------------------------------- /applypatch/testdata/patch.bsdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/applypatch/testdata/patch.bsdiff -------------------------------------------------------------------------------- /fuse/AUTHORS: -------------------------------------------------------------------------------- 1 | FUSE 2 | ---- 3 | 4 | Miklos Szeredi 5 | 6 | CUSE 7 | ---- 8 | 9 | Tejun Heo 10 | -------------------------------------------------------------------------------- /testdata/otasigned_f4_sha256.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/otasigned_f4_sha256.zip -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/back.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/file.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/home.png -------------------------------------------------------------------------------- /testdata/otasigned_ecdsa_sha256.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/testdata/otasigned_ecdsa_sha256.zip -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/file.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/file.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/file.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/back.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/file.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/home.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/logo.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/back.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/file.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/home.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/logo.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/close.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/console.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/enter.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/folder.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/handle.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/kb_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/kb_hide.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/kb_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/kb_show.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/shift.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/slider.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/space.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/file.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/file.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/cursor.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/folder.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/slider.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/unlock.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/cursor.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/folder.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/slider.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/unlock.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/button.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/cursor.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/folder.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/slider.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/unlock.png -------------------------------------------------------------------------------- /gui/theme/common/fonts/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/common/fonts/DroidSansMono.ttf -------------------------------------------------------------------------------- /gui/theme/common/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/common/images/progress_fill.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/back.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/enter.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/file.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/home.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/logo.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/shift.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/space.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/tab_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/tab_3.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/tab_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/tab_4.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/back.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/enter.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/file.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/home.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/logo.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/shift.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/space.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/tab_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/tab_3.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/tab_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/tab_4.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/cursor.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/enter.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/folder.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/handle.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/shift.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/slider.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/space.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/tab_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/tab_3.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/tab_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/tab_4.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/cursor.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/enter.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/folder.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/handle.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/shift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/shift.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/slider.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/space.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/tab_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/tab_3.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/tab_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/tab_4.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/backspace.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/grid_less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/grid_less.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/grid_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/grid_more.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/cursor.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/curtain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/curtain.jpg -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/folder.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/slider.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/unlock.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/button.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/cursor.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/curtain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/curtain.jpg -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/folder.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/slider.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/unlock.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/back-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/back-icon.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/curtain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/curtain.jpg -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/home-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/home-icon.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/keyboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/keyboard1.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/keyboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/keyboard2.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/keyboard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/keyboard3.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/keyboard4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/keyboard4.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/slideout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/slideout.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/twrplogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/twrplogo.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/back-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/back-icon.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/curtain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/curtain.jpg -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/home-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/home-icon.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/keyboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/keyboard1.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/keyboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/keyboard2.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/keyboard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/keyboard3.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/keyboard4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/keyboard4.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/slideout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/slideout.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/twrplogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/twrplogo.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/back-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/back-icon.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/curtain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/curtain.jpg -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/home-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/home-icon.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/keyboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/keyboard1.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/keyboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/keyboard2.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/keyboard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/keyboard3.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/keyboard4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/keyboard4.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/twrplogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/twrplogo.png -------------------------------------------------------------------------------- /gui/theme/common/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/common/images/progress_empty.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/console.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/cursor.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/folder.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/handle.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/kb_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/kb_hide.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/kb_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/kb_show.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/slider.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/sort_asc.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/console.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/cursor.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/folder.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/handle.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/kb_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/kb_hide.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/kb_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/kb_show.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/slider.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/sort_asc.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/backspace.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/console.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/kb_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/kb_hide.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/kb_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/kb_show.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/sort_asc.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/sort_desc.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/backspace.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/console.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/console.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/kb_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/kb_hide.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/kb_show.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/kb_show.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/sort_asc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/sort_asc.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/sort_desc.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/kb_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/kb_arrow_up.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/main_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/main_button.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_accept.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_addzip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_addzip.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_delete.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_folder.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_reset.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/radio_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/radio_false.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/radio_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/radio_true.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/shift_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/shift_fill.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/slider_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/slider_touch.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/slider_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/slider_used.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/splashlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/splashlogo.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/unlock_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/unlock_icon.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/back-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/back-icon.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/home-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/home-icon.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/keyboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/keyboard1.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/keyboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/keyboard2.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/keyboard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/keyboard3.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/keyboard4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/keyboard4.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/slideout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/slideout.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/twrplogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/twrplogo.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/back-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/back-icon.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/home-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/home-icon.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/keyboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/keyboard1.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/keyboard2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/keyboard2.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/keyboard3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/keyboard3.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/keyboard4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/keyboard4.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/twrplogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/twrplogo.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/menu-button.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/plus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/plus-button.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/radio_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/radio_empty.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/slider-used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/slider-used.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/sort-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/sort-button.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/menu-button.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/plus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/plus-button.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/radio_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/radio_empty.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/slider-used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/slider-used.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/sort-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/sort-button.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/plus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/plus-button.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/radio_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/radio_empty.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/slider-used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/slider-used.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/sort-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/sort-button.png -------------------------------------------------------------------------------- /gui/devices/common/res/fonts/DroidSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/common/res/fonts/DroidSansMono.ttf -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/backspace.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/radio_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/radio_true.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/shift_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/shift_fill.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/sort_desc.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/sort_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/sort_empty.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/splashlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/splashlogo.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/backspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/backspace.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/radio_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/radio_true.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/shift_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/shift_fill.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/sort_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/sort_desc.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/sort_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/sort_empty.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/splashlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/splashlogo.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/kb_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/kb_arrow_up.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/main_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/main_button.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/radio_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/radio_false.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/radio_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/radio_true.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/shift_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/shift_fill.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/slider_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/slider_used.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/sort_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/sort_empty.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/splashlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/splashlogo.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/tab_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/tab_display.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/tab_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/tab_general.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/unlock_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/unlock_icon.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/kb_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/kb_arrow_up.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/main_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/main_button.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/radio_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/radio_false.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/radio_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/radio_true.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/shift_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/shift_fill.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/slider_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/slider_used.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/sort_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/sort_empty.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/splashlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/splashlogo.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/tab_display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/tab_display.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/tab_general.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/tab_general.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/unlock_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/unlock_icon.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/checkbox_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/checkbox_false.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/checkbox_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/checkbox_true.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/kb_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/kb_arrow_down.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/kb_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/kb_arrow_left.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/kb_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/kb_arrow_right.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/progress_empty.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/progress_fill.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_refresh.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_storage.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/splashteamwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/splashteamwin.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | **Team Win Recovery Project (TWRP)** 2 | 3 | You can find a compiling guide [here](http://forum.xda-developers.com/showthread.php?t=1943625 "Guide"). 4 | 5 | -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/menu-button.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/minus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/minus-button.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/plus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/plus-button.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/radio_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/radio_empty.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/slider-touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/slider-touch.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/slider-used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/slider-used.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/sort-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/sort-button.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/console-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/console-icon.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/minus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/minus-button.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/plus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/plus-button.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/radio_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/radio_empty.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/slider-touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/slider-touch.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/slider-used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/slider-used.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/sort-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/sort-button.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/checkbox_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/checkbox_empty.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/medium-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/medium-button.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/minus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/minus-button.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/progress_empty.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/progress_fill.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/radio_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/radio_selected.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/slider-touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/slider-touch.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/checkbox_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/checkbox_empty.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/medium-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/medium-button.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/minus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/minus-button.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/progress_empty.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/progress_fill.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/radio_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/radio_selected.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/slider-touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/slider-touch.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/checkbox_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/checkbox_empty.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/console-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/console-icon.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/console-toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/console-toggle.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/medium-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/medium-button.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/minus-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/minus-button.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/progress_empty.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/progress_fill.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/radio_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/radio_selected.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/slider-touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/slider-touch.png -------------------------------------------------------------------------------- /gui/devices/common/res/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/common/res/images/progress_empty.png -------------------------------------------------------------------------------- /gui/devices/common/res/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/common/res/images/progress_fill.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/checkbox_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/checkbox_true.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/kb_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/kb_arrow_down.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/kb_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/kb_arrow_left.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/kb_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/kb_arrow_up.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/main_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/main_button.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/progress_fill.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/radio_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/radio_false.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/slider_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/slider_touch.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/slider_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/slider_used.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/splashteamwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/splashteamwin.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/unlock_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/unlock_icon.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/checkbox_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/checkbox_true.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/kb_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/kb_arrow_down.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/kb_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/kb_arrow_left.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/kb_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/kb_arrow_up.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/main_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/main_button.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/progress_fill.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/radio_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/radio_false.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/slider_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/slider_touch.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/slider_used.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/slider_used.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/splashteamwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/splashteamwin.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/unlock_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/unlock_icon.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/checkbox_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/checkbox_false.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/checkbox_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/checkbox_true.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/kb_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/kb_arrow_down.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/kb_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/kb_arrow_left.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/kb_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/kb_arrow_right.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/progress_empty.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/progress_fill.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/slider_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/slider_touch.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/splashteamwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/splashteamwin.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/tab_language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/tab_language.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/tab_timezone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/tab_timezone.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/tab_vibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/tab_vibration.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/checkbox_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/checkbox_false.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/checkbox_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/checkbox_true.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/kb_arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/kb_arrow_down.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/kb_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/kb_arrow_left.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/kb_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/kb_arrow_right.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/progress_empty.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/progress_fill.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/slider_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/slider_touch.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/splashteamwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/splashteamwin.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/tab_language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/tab_language.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/tab_timezone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/tab_timezone.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/tab_vibration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/tab_vibration.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate007.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate008.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate009.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate010.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate011.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/indeterminate012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/indeterminate012.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_arrow_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_arrow_left.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_arrow_right.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/checkbox_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/checkbox_empty.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/medium-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/medium-button.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/progress_empty.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/progress_fill.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/radio_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/radio_selected.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/checkbox_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/checkbox_empty.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/console-toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/console-toggle.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/medium-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/medium-button.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/progress_empty.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/progress_fill.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/radio_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/radio_selected.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/checkbox_checked.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/devices/320x320/res/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/320x320/res/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/checkbox_checked.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/devices/480x800/res/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/480x800/res/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/checkbox_checked.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/pages.h: -------------------------------------------------------------------------------- 1 | #ifndef _PAGES_HEADER 2 | #define _PAGES_HEADER 3 | 4 | void gui_notifyVarChange(const char *name, const char* value); 5 | 6 | #endif // _PAGES_HEADER 7 | 8 | -------------------------------------------------------------------------------- /gui/theme/common/fonts/RobotoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/common/fonts/RobotoCondensed-Regular.ttf -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/checkbox_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/checkbox_false.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/enter_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/enter_terminal.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/kb_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/kb_arrow_right.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/progress_empty.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/shift_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/shift_terminal.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/space_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/space_terminal.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/checkbox_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/checkbox_false.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/enter_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/enter_terminal.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/kb_arrow_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/kb_arrow_right.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/progress_empty.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/shift_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/shift_terminal.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/space_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/space_terminal.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/fab_selectfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/fab_selectfolder.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate007.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate008.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate009.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate010.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate011.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/indeterminate012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/indeterminate012.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/fab_selectfolder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/fab_selectfolder.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate007.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate008.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate009.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate010.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate011.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/indeterminate012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/indeterminate012.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/checkbox_true_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/checkbox_true_small.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_accept_transp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_accept_transp.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_encryption_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_encryption_en.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/checkbox_checked.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/devices/1080x1920/res/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1080x1920/res/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/checkbox_checked.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/devices/1920x1200/res/images/mediumwide-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/1920x1200/res/images/mediumwide-button.png -------------------------------------------------------------------------------- /gui/devices/800x480/res/images/mediumwide-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/800x480/res/images/mediumwide-button.png -------------------------------------------------------------------------------- /gui/theme/extra-languages/fonts/DroidSansFallback.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/extra-languages/fonts/DroidSansFallback.ttf -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/backspace_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/backspace_terminal.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate007.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate008.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate009.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate010.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate011.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/indeterminate012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/indeterminate012.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/backspace_terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/backspace_terminal.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate001.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate002.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate003.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate004.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate005.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate006.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate007.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate008.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate009.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate010.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate011.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/indeterminate012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/indeterminate012.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/checkbox_false_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/checkbox_false_small.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/main_button_full_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/main_button_full_width.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/q_btn_encryption_dis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/q_btn_encryption_dis.png -------------------------------------------------------------------------------- /gui/devices/common/res/fonts/RobotoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/devices/common/res/fonts/RobotoCondensed-Regular.ttf -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/shift_terminal_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/shift_terminal_fill.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/shift_terminal_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/shift_terminal_fill.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/main_button_half_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/main_button_half_height.png -------------------------------------------------------------------------------- /gui/theme/extra-languages/fonts/NotoSansCJKjp-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/extra-languages/fonts/NotoSansCJKjp-Regular.ttf -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/main_button_half_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/main_button_half_width.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/main_button_half_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/main_button_half_width.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/main_button_half_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/main_button_half_height.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/main_button_half_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/main_button_half_height.png -------------------------------------------------------------------------------- /gui/theme/watch_mdpi/images/main_button_quarter_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/watch_mdpi/images/main_button_quarter_width.png -------------------------------------------------------------------------------- /gui/theme/landscape_hdpi/images/main_button_half_width_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_hdpi/images/main_button_half_width_low.png -------------------------------------------------------------------------------- /gui/theme/landscape_mdpi/images/main_button_half_width_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/landscape_mdpi/images/main_button_half_width_low.png -------------------------------------------------------------------------------- /gui/theme/portrait_hdpi/images/main_button_half_height_full_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_hdpi/images/main_button_half_height_full_width.png -------------------------------------------------------------------------------- /gui/theme/portrait_mdpi/images/main_button_half_height_full_width.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ramiro/android_bootable_recovery/android-6.0/gui/theme/portrait_mdpi/images/main_button_half_height_full_width.png -------------------------------------------------------------------------------- /crypto/scrypt/build-config.mk: -------------------------------------------------------------------------------- 1 | # Auto-generated - DO NOT EDIT! 2 | # To regenerate, edit scrypt.config, then run: 3 | # ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz 4 | # 5 | scrypt_cflags := \ 6 | 7 | -------------------------------------------------------------------------------- /libblkid/src/crc32.h: -------------------------------------------------------------------------------- 1 | #ifndef UL_NG_CRC32_H 2 | #define UL_NG_CRC32_H 3 | 4 | #include 5 | #include 6 | 7 | extern uint32_t crc32(uint32_t seed, const unsigned char *buf, size_t len); 8 | 9 | #endif 10 | 11 | -------------------------------------------------------------------------------- /libblkid/src/partitions/aix.h: -------------------------------------------------------------------------------- 1 | #ifndef BLKID_PARTITIONS_AIX_H 2 | #define BLKID_PARTITIONS_AIX_H 3 | 4 | #define BLKID_AIX_MAGIC_STRING "\xC9\xC2\xD4\xC1" 5 | #define BLKID_AIX_MAGIC_STRLEN (sizeof(BLKID_AIX_MAGIC_STRING) - 1) 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /fonts/README: -------------------------------------------------------------------------------- 1 | The images in this directory were generated using the font 2 | Inconsolata, which is released under the OFL license and was obtained 3 | from: 4 | 5 | https://code.google.com/p/googlefontdirectory/source/browse/ofl/inconsolata/ 6 | 7 | -------------------------------------------------------------------------------- /libblkid/include/crc32.h: -------------------------------------------------------------------------------- 1 | #ifndef UL_NG_CRC32_H 2 | #define UL_NG_CRC32_H 3 | 4 | #include 5 | #include 6 | 7 | extern uint32_t crc32(uint32_t seed, const unsigned char *buf, size_t len); 8 | 9 | #endif 10 | 11 | -------------------------------------------------------------------------------- /libblkid/include/setproctitle.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_SETPROCTITLE_H 2 | #define UTIL_LINUX_SETPROCTITLE_H 3 | 4 | extern void initproctitle (int argc, char **argv); 5 | extern void setproctitle (const char *prog, const char *txt); 6 | 7 | #endif 8 | -------------------------------------------------------------------------------- /libblkid/include/swapprober.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_SWAP_PROBER_H 2 | #define UTIL_LINUX_SWAP_PROBER_H 3 | 4 | #include 5 | 6 | blkid_probe get_swap_prober(const char *devname); 7 | 8 | #endif /* UTIL_LINUX_SWAP_PROBER_H */ 9 | 10 | -------------------------------------------------------------------------------- /libblkid/include/crc64.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_CRC64_H 2 | #define UTIL_LINUX_CRC64_H 3 | 4 | #include 5 | #include 6 | 7 | extern uint64_t crc64(uint64_t seed, const unsigned char *data, size_t len); 8 | 9 | #endif 10 | -------------------------------------------------------------------------------- /libblkid/libuuid/COPYING: -------------------------------------------------------------------------------- 1 | This library is free software; you can redistribute it and/or 2 | modify it under the terms of the Modified BSD License. 3 | 4 | The complete text of the license is available in the 5 | ../Documentation/licenses/COPYING.BSD-3 file. 6 | -------------------------------------------------------------------------------- /libcrecovery/common.h: -------------------------------------------------------------------------------- 1 | #ifndef LIBCRECOVERY_COMMON_H 2 | #define LIBCRECOVERY_COMMON_H 3 | 4 | #include 5 | 6 | int __system(const char *command); 7 | FILE * __popen(const char *program, const char *type); 8 | int __pclose(FILE *iop); 9 | 10 | #endif -------------------------------------------------------------------------------- /libblkid/include/rpmatch.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_RPMATCH_H 2 | #define UTIL_LINUX_RPMATCH_H 3 | 4 | #ifndef HAVE_RPMATCH 5 | #define rpmatch(r) \ 6 | (*r == 'y' || *r == 'Y' ? 1 : *r == 'n' || *r == 'N' ? 0 : -1) 7 | #endif 8 | 9 | #endif /* UTIL_LINUX_RPMATCH_H */ 10 | -------------------------------------------------------------------------------- /dosfstools/manpages/po4a.cfg: -------------------------------------------------------------------------------- 1 | [po4a_langs] de 2 | [po4a_paths] pot/$master.pot $lang:po/$lang/$master.po 3 | [type: man] en/fatlabel.8 $lang:$lang/fatlabel.$lang.8 4 | [type: man] en/fsck.fat.8 $lang:$lang/fsck.fat.$lang.8 5 | [type: man] en/mkfs.fat.8 $lang:$lang/mkfs.fat.$lang.8 6 | -------------------------------------------------------------------------------- /libblkid/libuuid/Makemodule.am: -------------------------------------------------------------------------------- 1 | if BUILD_LIBUUID 2 | 3 | include libuuid/man/Makemodule.am 4 | include libuuid/src/Makemodule.am 5 | 6 | pkgconfig_DATA += libuuid/uuid.pc 7 | PATHFILES += libuuid/uuid.pc 8 | EXTRA_DIST += libuuid/COPYING 9 | 10 | endif # BUILD_LIBUUID 11 | -------------------------------------------------------------------------------- /twinstall.h: -------------------------------------------------------------------------------- 1 | #ifndef RECOVERY_TWINSTALL_H_ 2 | #define RECOVERY_TWINSTALL_H_ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | int TWinstall_zip(const char* path, int* wipe_cache); 9 | 10 | #ifdef __cplusplus 11 | } 12 | #endif 13 | 14 | #endif // RECOVERY_TWINSTALL_H_ 15 | -------------------------------------------------------------------------------- /crypto/scrypt/patches/README: -------------------------------------------------------------------------------- 1 | bionic.patch: 2 | 3 | Allows scrypt to compile against bionic. 4 | 5 | use_openssl_pbkdf2.patch: 6 | 7 | Uses the PBKDF2 function from OpenSSL (it uses accelerated SHA256) 8 | 9 | arm-neon.patch: 10 | 11 | Adds NEON acceleration for the Salsa20/8 mixing function. 12 | -------------------------------------------------------------------------------- /fuse/include/old/fuse.h: -------------------------------------------------------------------------------- 1 | /* 2 | This header is for compatibility with older software using FUSE. 3 | 4 | Please use 'pkg-config --cflags fuse' to set include path. The 5 | correct usage is still '#include ', not '#include 6 | '. 7 | */ 8 | 9 | #include "fuse/fuse.h" 10 | -------------------------------------------------------------------------------- /libblkid/blkid.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@usrlib_execdir@ 4 | includedir=@includedir@ 5 | 6 | Name: blkid 7 | Description: Block device id library 8 | Version: @LIBBLKID_VERSION@ 9 | Requires.private: uuid 10 | Cflags: -I${includedir}/blkid 11 | Libs: -L${libdir} -lblkid 12 | -------------------------------------------------------------------------------- /libblkid/docs/.gitignore: -------------------------------------------------------------------------------- 1 | *-decl-list.txt 2 | *-decl.txt 3 | *-overrides.txt 4 | *-undeclared.txt 5 | *-undocumented.txt 6 | *-unused.txt 7 | *.args 8 | *.bak 9 | *.hierarchy 10 | *.interfaces 11 | *.prerequisites 12 | *.signals 13 | *.stamp 14 | *.types 15 | html/* 16 | tmpl/* 17 | version.xml 18 | xml/* 19 | -------------------------------------------------------------------------------- /libblkid/libuuid/uuid.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@usrlib_execdir@ 4 | includedir=@includedir@ 5 | 6 | Name: uuid 7 | Description: Universally unique id library 8 | Version: @LIBUUID_VERSION@ 9 | Requires: 10 | Cflags: -I${includedir}/uuid 11 | Libs: -L${libdir} -luuid 12 | -------------------------------------------------------------------------------- /libblkid/libfdisk/docs/.gitignore: -------------------------------------------------------------------------------- 1 | *-decl-list.txt 2 | *-decl.txt 3 | *-overrides.txt 4 | *-undeclared.txt 5 | *-undocumented.txt 6 | *-unused.txt 7 | *.args 8 | *.bak 9 | *.hierarchy 10 | *.interfaces 11 | *.prerequisites 12 | *.signals 13 | *.stamp 14 | *.types 15 | html/* 16 | tmpl/* 17 | version.xml 18 | xml/* 19 | -------------------------------------------------------------------------------- /libblkid/libfdisk/fdisk.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@usrlib_execdir@ 4 | includedir=@includedir@ 5 | 6 | Name: fdisk 7 | Description: fdisk library 8 | Version: @LIBFDISK_VERSION@ 9 | Requires.private: @LIBFDISK_PC_REQUIRES@ 10 | Cflags: -I${includedir}/libfdisk 11 | Libs: -L${libdir} -lfdisk 12 | -------------------------------------------------------------------------------- /prebuilt/permissive.sh: -------------------------------------------------------------------------------- 1 | #!/sbin/sh 2 | 3 | # We use this shell script because the script will follow symlinks and 4 | # different trees will use different binaries to supply the setenforce 5 | # tool. Before M we use toolbox, M and beyond will use toybox. The init 6 | # binary and init.rc will not follow symlinks. 7 | 8 | setenforce 0 9 | -------------------------------------------------------------------------------- /libblkid/include/monotonic.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_BOOTTIME_H 2 | #define UTIL_LINUX_BOOTTIME_H 3 | 4 | /* 5 | * Uses clock_gettime() that requires $CLOCKGETTIME_LIBS 6 | */ 7 | extern int get_boot_time(struct timeval *boot_time); 8 | 9 | extern int gettime_monotonic(struct timeval *tv); 10 | 11 | #endif /* UTIL_LINUX_BOOTTIME_H */ 12 | -------------------------------------------------------------------------------- /crypto/scrypt/scrypt_platform.h: -------------------------------------------------------------------------------- 1 | #ifndef _SCRYPT_PLATFORM_H_ 2 | #define _SCRYPT_PLATFORM_H_ 3 | 4 | #if defined(CONFIG_H_FILE) 5 | #include CONFIG_H_FILE 6 | #elif defined(HAVE_CONFIG_H) 7 | #include "config.h" 8 | #else 9 | #error Need either CONFIG_H_FILE or HAVE_CONFIG_H defined. 10 | #endif 11 | 12 | #endif /* !_SCRYPT_PLATFORM_H_ */ 13 | -------------------------------------------------------------------------------- /gpt/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | 3 | # Build libgpt_twrp library 4 | 5 | include $(CLEAR_VARS) 6 | LOCAL_CLANG := false 7 | LOCAL_MODULE := libgpt_twrp 8 | LOCAL_MODULE_TAGS := optional 9 | 10 | LOCAL_SRC_FILES = \ 11 | gpt.c \ 12 | gptcrc32.c 13 | 14 | LOCAL_SHARED_LIBRARIES := libc 15 | include $(BUILD_SHARED_LIBRARY) 16 | -------------------------------------------------------------------------------- /libblkid/src/linux_version.h: -------------------------------------------------------------------------------- 1 | #ifndef LINUX_VERSION_H 2 | #define LINUX_VERSION_H 3 | 4 | #ifdef HAVE_LINUX_VERSION_H 5 | # include 6 | #endif 7 | 8 | #ifndef KERNEL_VERSION 9 | # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 10 | #endif 11 | 12 | int get_linux_version(void); 13 | 14 | #endif /* LINUX_VERSION_H */ 15 | -------------------------------------------------------------------------------- /libblkid/include/linux_version.h: -------------------------------------------------------------------------------- 1 | #ifndef LINUX_VERSION_H 2 | #define LINUX_VERSION_H 3 | 4 | #ifdef HAVE_LINUX_VERSION_H 5 | # include 6 | #endif 7 | 8 | #ifndef KERNEL_VERSION 9 | # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 10 | #endif 11 | 12 | int get_linux_version(void); 13 | 14 | #endif /* LINUX_VERSION_H */ 15 | -------------------------------------------------------------------------------- /libblkid/libfdisk/Makemodule.am: -------------------------------------------------------------------------------- 1 | if BUILD_LIBFDISK 2 | 3 | include libfdisk/src/Makemodule.am 4 | 5 | if ENABLE_GTK_DOC 6 | # Docs uses separate Makefiles 7 | SUBDIRS += libfdisk/docs 8 | endif 9 | 10 | pkgconfig_DATA += libfdisk/fdisk.pc 11 | PATHFILES += libfdisk/fdisk.pc 12 | EXTRA_DIST += libfdisk/COPYING 13 | 14 | endif # BUILD_LIBFDISK 15 | -------------------------------------------------------------------------------- /libblkid/include/randutils.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_RANDUTILS 2 | #define UTIL_LINUX_RANDUTILS 3 | 4 | #ifdef HAVE_SRANDOM 5 | #define srand(x) srandom(x) 6 | #define rand() random() 7 | #endif 8 | 9 | extern int random_get_fd(void); 10 | extern void random_get_bytes(void *buf, size_t nbytes); 11 | extern const char *random_tell_source(void); 12 | 13 | #endif 14 | -------------------------------------------------------------------------------- /orscmd/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH:= $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | LOCAL_SRC_FILES:= \ 5 | orscmd.cpp 6 | LOCAL_CFLAGS:= -c -W 7 | LOCAL_MODULE:=orscmd 8 | LOCAL_MODULE_STEM := twrp 9 | LOCAL_MODULE_TAGS:= eng 10 | LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES 11 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin 12 | include $(BUILD_EXECUTABLE) 13 | -------------------------------------------------------------------------------- /libblkid/src/match.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2011 Karel Zak 3 | * 4 | * This file may be redistributed under the terms of the 5 | * GNU Lesser General Public License. 6 | */ 7 | #ifndef UTIL_LINUX_MATCH_H 8 | #define UTIL_LINUX_MATCH_H 9 | 10 | extern int match_fstype(const char *type, const char *pattern); 11 | 12 | #endif /* UTIL_LINUX_MATCH_H */ 13 | -------------------------------------------------------------------------------- /libblkid/include/match.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2011 Karel Zak 3 | * 4 | * This file may be redistributed under the terms of the 5 | * GNU Lesser General Public License. 6 | */ 7 | #ifndef UTIL_LINUX_MATCH_H 8 | #define UTIL_LINUX_MATCH_H 9 | 10 | extern int match_fstype(const char *type, const char *pattern); 11 | 12 | #endif /* UTIL_LINUX_MATCH_H */ 13 | -------------------------------------------------------------------------------- /libblkid/COPYING: -------------------------------------------------------------------------------- 1 | This library is free software; you can redistribute it and/or 2 | modify it under the terms of the GNU Lesser General Public 3 | License as published by the Free Software Foundation; either 4 | version 2.1 of the License, or (at your option) any later 5 | version. 6 | 7 | The complete text of the license is available in the 8 | ../Documentation/licenses/COPYING.LGPLv2.1 file. 9 | -------------------------------------------------------------------------------- /libblkid/src/ismounted.h: -------------------------------------------------------------------------------- 1 | #ifndef IS_MOUNTED_H 2 | #define IS_MOUNTED_H 3 | 4 | #define MF_MOUNTED 1 5 | #define MF_ISROOT 2 6 | #define MF_READONLY 4 7 | #define MF_SWAP 8 8 | #define MF_BUSY 16 9 | 10 | extern int is_mounted(const char *file); 11 | extern int check_mount_point(const char *device, int *mount_flags, 12 | char *mtpt, int mtlen); 13 | 14 | #endif /* IS_MOUNTED_H */ 15 | -------------------------------------------------------------------------------- /minadbd/README.txt: -------------------------------------------------------------------------------- 1 | minadbd is now mostly built from libadbd. The fuse features are unique to 2 | minadbd, and services.c has been modified as follows: 3 | 4 | - all services removed 5 | - all host mode support removed 6 | - sideload_service() added; this is the only service supported. It 7 | receives a single blob of data, writes it to a fixed filename, and 8 | makes the process exit. 9 | -------------------------------------------------------------------------------- /exfat/libexfat/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | LOCAL_MODULE := libexfat_twrp 5 | LOCAL_MODULE_TAGS := optional 6 | LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 7 | LOCAL_SRC_FILES = cluster.c io.c log.c lookup.c mount.c node.c time.c utf.c utils.c 8 | LOCAL_C_INCLUDES += $(LOCAL_PATH) 9 | LOCAL_SHARED_LIBRARIES += libc 10 | 11 | include $(BUILD_SHARED_LIBRARY) 12 | -------------------------------------------------------------------------------- /htcdumlock/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH:= $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | ifeq ($(TW_INCLUDE_DUMLOCK), true) 5 | LOCAL_SRC_FILES:= \ 6 | htcdumlock.c 7 | LOCAL_CFLAGS:= -g -c -W 8 | LOCAL_MODULE:=htcdumlock 9 | LOCAL_MODULE_TAGS:= eng 10 | LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES 11 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin 12 | include $(BUILD_EXECUTABLE) 13 | endif -------------------------------------------------------------------------------- /libblkid/include/ismounted.h: -------------------------------------------------------------------------------- 1 | #ifndef IS_MOUNTED_H 2 | #define IS_MOUNTED_H 3 | 4 | #define MF_MOUNTED 1 5 | #define MF_ISROOT 2 6 | #define MF_READONLY 4 7 | #define MF_SWAP 8 8 | #define MF_BUSY 16 9 | 10 | extern int is_mounted(const char *file); 11 | extern int check_mount_point(const char *device, int *mount_flags, 12 | char *mtpt, int mtlen); 13 | 14 | #endif /* IS_MOUNTED_H */ 15 | -------------------------------------------------------------------------------- /libblkid/libfdisk/COPYING: -------------------------------------------------------------------------------- 1 | This library is free software; you can redistribute it and/or 2 | modify it under the terms of the GNU Lesser General Public 3 | License as published by the Free Software Foundation; either 4 | version 2.1 of the License, or (at your option) any later 5 | version. 6 | 7 | The complete text of the license is available in the 8 | ../Documentation/licenses/COPYING.LGPLv2.1 file. 9 | -------------------------------------------------------------------------------- /crypto/scrypt/lib/README: -------------------------------------------------------------------------------- 1 | The source code under this directory is taken from the client for the 2 | Tarsnap online backup system (and released under the 2-clause BSD license 3 | with permission of the author); keeping this code in sync with the Tarsnap 4 | code is highly desirable and explains why there is some functionality 5 | included here which is not actually used by the scrypt file encryption 6 | utility. 7 | -------------------------------------------------------------------------------- /injecttwrp/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH:= $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | ifeq ($(TW_INCLUDE_INJECTTWRP), true) 5 | LOCAL_SRC_FILES:= \ 6 | injecttwrp.c 7 | LOCAL_CFLAGS:= -g -c -W 8 | LOCAL_MODULE:=injecttwrp 9 | LOCAL_MODULE_TAGS:= eng 10 | LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES 11 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin 12 | include $(BUILD_EXECUTABLE) 13 | endif 14 | -------------------------------------------------------------------------------- /prebuilt/mke2fs.conf: -------------------------------------------------------------------------------- 1 | [defaults] 2 | base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr 3 | blocksize = 4096 4 | inode_size = 256 5 | inode_ratio = 16384 6 | 7 | [fs_types] 8 | ext2 = { 9 | 10 | } 11 | ext3 = { 12 | features = has_journal 13 | } 14 | ext4 = { 15 | features = has_journal,extent,huge_file,flex_bg,uninit_bg,dir_nlink,extra_isize 16 | inode_size = 256 17 | } 18 | -------------------------------------------------------------------------------- /toolbox/setprop.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #include 4 | 5 | int setprop_main(int argc, char *argv[]) 6 | { 7 | if(argc != 3) { 8 | fprintf(stderr,"usage: setprop \n"); 9 | return 1; 10 | } 11 | 12 | if(property_set(argv[1], argv[2])){ 13 | fprintf(stderr,"could not set property\n"); 14 | return 1; 15 | } 16 | 17 | return 0; 18 | } 19 | -------------------------------------------------------------------------------- /simg2img/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := system/core/libsparse 2 | 3 | include $(CLEAR_VARS) 4 | LOCAL_SRC_FILES := simg2img.c \ 5 | sparse_crc32.c 6 | LOCAL_MODULE := simg2img_twrp 7 | LOCAL_MODULE_STEM := simg2img 8 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin 9 | LOCAL_MODULE_TAGS := optional 10 | LOCAL_SHARED_LIBRARIES := \ 11 | libsparse \ 12 | libz 13 | LOCAL_CFLAGS := -Werror 14 | include $(BUILD_EXECUTABLE) 15 | -------------------------------------------------------------------------------- /libblkid/src/superblocks/iso9660.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2013 Zeeshan Ali (Khattak) 3 | * 4 | * This file may be redistributed under the terms of the 5 | * GNU Lesser General Public License. 6 | */ 7 | #ifndef _BLKID_ISO9660_H 8 | #define _BLKID_ISO9660_H 9 | 10 | #include "blkidP.h" 11 | 12 | extern int probe_iso9660(blkid_probe pr, const struct blkid_idmag *mag); 13 | 14 | #endif /* _BLKID_ISO9660_H */ 15 | -------------------------------------------------------------------------------- /fuse/include/Makefile.am: -------------------------------------------------------------------------------- 1 | ## Process this file with automake to produce Makefile.in 2 | 3 | fuseincludedir=$(includedir)/fuse 4 | 5 | fuseinclude_HEADERS = \ 6 | fuse.h \ 7 | fuse_compat.h \ 8 | fuse_common.h \ 9 | fuse_common_compat.h \ 10 | fuse_lowlevel.h \ 11 | fuse_lowlevel_compat.h \ 12 | fuse_opt.h \ 13 | cuse_lowlevel.h 14 | 15 | include_HEADERS = old/fuse.h ulockmgr.h 16 | 17 | noinst_HEADERS = fuse_kernel.h 18 | -------------------------------------------------------------------------------- /libblkid/Makemodule.am: -------------------------------------------------------------------------------- 1 | if BUILD_LIBBLKID 2 | 3 | include libblkid/src/Makemodule.am 4 | include libblkid/samples/Makemodule.am 5 | 6 | if ENABLE_GTK_DOC 7 | # Docs uses separate Makefiles 8 | SUBDIRS += libblkid/docs 9 | endif 10 | 11 | pkgconfig_DATA += libblkid/blkid.pc 12 | PATHFILES += libblkid/blkid.pc 13 | dist_man_MANS += libblkid/libblkid.3 14 | EXTRA_DIST += libblkid/libblkid.3 libblkid/COPYING 15 | 16 | endif # BUILD_LIBBLKID 17 | -------------------------------------------------------------------------------- /libblkid/src/env.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_ENV_H 2 | #define UTIL_LINUX_ENV_H 3 | 4 | #include "c.h" 5 | 6 | extern void sanitize_env(void); 7 | extern char *safe_getenv(const char *arg); 8 | 9 | static inline void xsetenv(char const *name, char const *val, int overwrite) 10 | { 11 | if (setenv(name, val, overwrite) != 0) 12 | err(EXIT_FAILURE, "failed to set the %s environment variable", name); 13 | } 14 | 15 | #endif /* UTIL_LINUX_ENV_H */ 16 | 17 | -------------------------------------------------------------------------------- /bmlutils/bmlutils.h: -------------------------------------------------------------------------------- 1 | #ifndef BMLUTILS_H_ 2 | #define BMLUTILS_H_ 3 | 4 | int format_rfs_device (const char *device, const char *path); 5 | 6 | #define BML_UNLOCK_ALL 0x8A29 ///< unlock all partition RO -> RW 7 | 8 | #ifndef BOARD_BML_BOOT 9 | #define BOARD_BML_BOOT "/dev/block/bml7" 10 | #endif 11 | 12 | #ifndef BOARD_BML_RECOVERY 13 | #define BOARD_BML_RECOVERY "/dev/block/bml8" 14 | #endif 15 | 16 | #endif // BMLUTILS_H_ 17 | -------------------------------------------------------------------------------- /libblkid/include/env.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_ENV_H 2 | #define UTIL_LINUX_ENV_H 3 | 4 | #include "c.h" 5 | 6 | extern void sanitize_env(void); 7 | extern char *safe_getenv(const char *arg); 8 | 9 | static inline void xsetenv(char const *name, char const *val, int overwrite) 10 | { 11 | if (setenv(name, val, overwrite) != 0) 12 | err(EXIT_FAILURE, "failed to set the %s environment variable", name); 13 | } 14 | 15 | #endif /* UTIL_LINUX_ENV_H */ 16 | 17 | -------------------------------------------------------------------------------- /libcrecovery/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | 3 | ifneq ($(TARGET_SIMULATOR),true) 4 | 5 | include $(CLEAR_VARS) 6 | LOCAL_SRC_FILES := system.c popen.c 7 | LOCAL_MODULE := libcrecovery 8 | LOCAL_MODULE_TAGS := eng 9 | include $(BUILD_STATIC_LIBRARY) 10 | 11 | include $(CLEAR_VARS) 12 | LOCAL_SRC_FILES := system.c popen.c 13 | LOCAL_MODULE := libcrecovery 14 | LOCAL_MODULE_TAGS := eng 15 | include $(BUILD_SHARED_LIBRARY) 16 | 17 | endif 18 | -------------------------------------------------------------------------------- /libblkid/libuuid/man/Makemodule.am: -------------------------------------------------------------------------------- 1 | 2 | dist_man_MANS += \ 3 | libuuid/man/uuid.3 \ 4 | libuuid/man/uuid_clear.3 \ 5 | libuuid/man/uuid_compare.3 \ 6 | libuuid/man/uuid_copy.3 \ 7 | libuuid/man/uuid_generate.3 \ 8 | libuuid/man/uuid_is_null.3 \ 9 | libuuid/man/uuid_parse.3 \ 10 | libuuid/man/uuid_time.3 \ 11 | libuuid/man/uuid_unparse.3 \ 12 | libuuid/man/uuid_generate_random.3 \ 13 | libuuid/man/uuid_generate_time.3 \ 14 | libuuid/man/uuid_generate_time_safe.3 15 | -------------------------------------------------------------------------------- /dosfstools/doc/ChangeLog.dosfsck: -------------------------------------------------------------------------------- 1 | Changes from version 0 to 1 2 | =========================== 3 | 4 | - fixed an off-by-two error in check.c:check_file 5 | - fixed marking clusters bad in fat.c:set_fat 6 | - fat.c:reclaim_free was also reclaiming bad clusters. 7 | - fixed many incorrect byte sex conversions in check.c and fat.c 8 | - -t and -w now require -a or -r 9 | - added option -d to drop files. 10 | - added option -u to try to "undelete" non-directory files. 11 | -------------------------------------------------------------------------------- /libtar/internal.h: -------------------------------------------------------------------------------- 1 | /* 2 | ** Copyright 2002-2003 University of Illinois Board of Trustees 3 | ** Copyright 2002-2003 Mark D. Roth 4 | ** All rights reserved. 5 | ** 6 | ** internal.h - internal header file for libtar 7 | ** 8 | ** Mark D. Roth 9 | ** Campus Information Technologies and Educational Services 10 | ** University of Illinois at Urbana-Champaign 11 | */ 12 | 13 | #include 14 | #include 15 | 16 | #include 17 | 18 | -------------------------------------------------------------------------------- /crypto/scrypt/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | 3 | # Enable to be able to use ALOG* with #include "cutils/log.h" 4 | #log_c_includes += system/core/include 5 | #log_shared_libraries := liblog 6 | 7 | # These makefiles are here instead of being Android.mk files in the 8 | # respective crypto, ssl, and apps directories so 9 | # that import_openssl.sh import won't remove them. 10 | include $(LOCAL_PATH)/build-config.mk 11 | include $(LOCAL_PATH)/Scrypt.mk 12 | 13 | include $(LOCAL_PATH)/tests/Android.mk 14 | -------------------------------------------------------------------------------- /fb2png/run.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # helper script for capture picture on device 4 | # 5 | # Kyan He @ Tue Feb 15 12:42:48 CST 2011 6 | # 7 | # 8 | 9 | ADB_OPTIONS= 10 | PNG="/data/local/fbdump.png" 11 | 12 | if [ ! "$FB2PNG" = "" ]; 13 | then 14 | 15 | adb $ADB_OPTIONS push $FB2PNG /data/local 16 | adb $ADB_OPTIONS shell chmod 777 /data/local 17 | adb $ADB_OPTIONS shell /data/local/fb2png 18 | 19 | adb $ADB_OPTIONS pull $PNG 20 | adb $ADB_OPTIONS shell rm $PNG 21 | else 22 | echo "define \$FB2PNG first" 23 | fi 24 | -------------------------------------------------------------------------------- /crypto/scrypt/android-config.mk: -------------------------------------------------------------------------------- 1 | # 2 | # These flags represent the build-time configuration of scrypt for Android 3 | # 4 | # The value of $(scrypt_cflags) was pruned from the Makefile generated 5 | # by running ./configure from import_scrypt.sh. 6 | # 7 | # This script performs minor but required patching for the Android build. 8 | # 9 | 10 | LOCAL_CFLAGS += $(scrypt_cflags) 11 | 12 | # Add in flags to let config.h be read properly 13 | LOCAL_CFLAGS += "-DHAVE_CONFIG_H" 14 | 15 | # Add clang here when it works on host 16 | # LOCAL_CLANG := true 17 | -------------------------------------------------------------------------------- /dosfstools/bin/Nindent: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | PARAM="-npro -kr -i4 -ts8 -sob -l80 -ss -ncs -cp1" 3 | RES=`indent --version` 4 | V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1` 5 | V2=`echo $RES | cut -d' ' -f3 | cut -d'.' -f2` 6 | V3=`echo $RES | cut -d' ' -f3 | cut -d'.' -f3` 7 | if [ $V1 -gt 2 ]; then 8 | PARAM="$PARAM -il0" 9 | elif [ $V1 -eq 2 ]; then 10 | if [ $V2 -gt 2 ]; then 11 | PARAM="$PARAM -il0"; 12 | elif [ $V2 -eq 2 ]; then 13 | if [ $V3 -ge 10 ]; then 14 | PARAM="$PARAM -il0" 15 | fi 16 | fi 17 | fi 18 | exec indent $PARAM "$@" 19 | -------------------------------------------------------------------------------- /etc/META-INF/com/google/android/update-script: -------------------------------------------------------------------------------- 1 | assert compatible_with("0.1") == "true" 2 | assert file_contains("SYSTEM:build.prop", "ro.product.device=dream") == "true" || file_contains("SYSTEM:build.prop", "ro.build.product=dream") == "true" 3 | assert file_contains("RECOVERY:default.prop", "ro.product.device=dream") == "true" || file_contains("RECOVERY:default.prop", "ro.build.product=dream") == "true" 4 | assert getprop("ro.product.device") == "dream" 5 | format BOOT: 6 | format SYSTEM: 7 | copy_dir PACKAGE:system SYSTEM: 8 | write_raw_image PACKAGE:boot.img BOOT: 9 | -------------------------------------------------------------------------------- /fb2png/view888: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | # view argb8888 4 | # 5 | # Modified: 6 | # Kyan He @ Tue Feb 15 01:45:54 CST 2011 7 | # 8 | # Initial version 9 | # Kyan He @ Mon Sep 20 11:45:54 CST 2010 10 | # 11 | 12 | if ! which ffmpeg >/dev/null; 13 | then 14 | echo "no ffmpeg found" 15 | elif [[ ! $# -eq 2 ]]; 16 | then 17 | echo "Usage: `basename $0` x" 18 | else 19 | ffmpeg -vcodec rawvideo -f rawvideo -pix_fmt rgb24 -s $2 -i $1 -f image2 -vcodec png $1.png 20 | fi 21 | 22 | -------------------------------------------------------------------------------- /libblkid/lib/linux_version.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | #include "linux_version.h" 5 | 6 | int get_linux_version (void) 7 | { 8 | static int kver = -1; 9 | struct utsname uts; 10 | int major = 0; 11 | int minor = 0; 12 | int teeny = 0; 13 | int n; 14 | 15 | if (kver != -1) 16 | return kver; 17 | if (uname (&uts)) 18 | return kver = 0; 19 | 20 | n = sscanf(uts.release, "%d.%d.%d", &major, &minor, &teeny); 21 | if (n < 1 || n > 3) 22 | return kver = 0; 23 | 24 | return kver = KERNEL_VERSION(major, minor, teeny); 25 | } 26 | -------------------------------------------------------------------------------- /fb2png/Makefile: -------------------------------------------------------------------------------- 1 | # NDK 2 | CC := arm-linux-androideabi-gcc 3 | CFLAGS += -g -static -DANDROID 4 | LDFLAGS += -lpng -lz -lm 5 | 6 | ALL: fb2png adb_screenshoot 7 | 8 | fb2png: main.o fb.o img_process.o fb2png.o 9 | $(CC) $(CFLAGS) main.o fb.o img_process.o fb2png.o -o fb2png $(LDFLAGS) 10 | # $(CC) $(CFLAGS) main.o fb.o img_process.o fb2png.o -o fb2png 11 | 12 | adb_screenshoot: adb_screenshoot.o fb.o img_process.o 13 | $(CC) $(CFLAGS) adb_screenshoot.o fb.o img_process.o -o adb_screenshoot $(LDFLAGS) 14 | 15 | clean: 16 | rm -f *.o 17 | rm -f fb2png adb_screenshoot 18 | -------------------------------------------------------------------------------- /exfat/fsck/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | LOCAL_MODULE := fsckexfat 5 | LOCAL_MODULE_STEM := fsck.exfat 6 | LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES 7 | LOCAL_MODULE_TAGS := optional 8 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin 9 | LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 10 | LOCAL_SRC_FILES = main.c 11 | LOCAL_C_INCLUDES += $(LOCAL_PATH) \ 12 | $(commands_recovery_local_path)/exfat/libexfat \ 13 | $(commands_recovery_local_path)/fuse/include 14 | LOCAL_SHARED_LIBRARIES := libexfat_twrp 15 | 16 | include $(BUILD_EXECUTABLE) 17 | -------------------------------------------------------------------------------- /libblkid/src/superblocks/refs.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2013 Karel Zak 3 | * 4 | * This file may be redistributed under the terms of the 5 | * GNU Lesser General Public License. 6 | */ 7 | #include 8 | #include 9 | #include 10 | #include 11 | #include 12 | 13 | #include "superblocks.h" 14 | 15 | 16 | const struct blkid_idinfo refs_idinfo = 17 | { 18 | .name = "ReFS", 19 | .usage = BLKID_USAGE_FILESYSTEM, 20 | .magics = 21 | { 22 | { .magic = "\000\000\000ReFS\000", .len = 8 }, 23 | { NULL } 24 | } 25 | }; 26 | 27 | -------------------------------------------------------------------------------- /libblkid/src/superblocks/bfs.c: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2009 Red Hat, Inc. 3 | * 4 | * This file may be redistributed under the terms of the 5 | * GNU Lesser General Public License. 6 | */ 7 | 8 | #include "superblocks.h" 9 | 10 | /* 11 | * BFS actually has two different labels in the superblock, each 12 | * of them only 6 bytes long. Until we find out what their use 13 | * we just ignore them. 14 | */ 15 | const struct blkid_idinfo bfs_idinfo = 16 | { 17 | .name = "bfs", 18 | .usage = BLKID_USAGE_FILESYSTEM, 19 | .magics = { 20 | { .magic = "\xce\xfa\xad\x1b", .len = 4 }, 21 | { NULL } 22 | } 23 | }; 24 | -------------------------------------------------------------------------------- /crypto/scrypt/tests/Android.mk: -------------------------------------------------------------------------------- 1 | # Build the scrypt unit tests 2 | 3 | LOCAL_PATH:= $(call my-dir) 4 | include $(CLEAR_VARS) 5 | 6 | LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk 7 | 8 | LOCAL_SRC_FILES:= \ 9 | scrypt_test.cpp 10 | 11 | LOCAL_C_INCLUDES := \ 12 | external/gtest/include \ 13 | external/scrypt/lib/crypto 14 | 15 | LOCAL_SHARED_LIBRARIES := \ 16 | libcrypto 17 | 18 | LOCAL_STATIC_LIBRARIES := \ 19 | libscrypt_static \ 20 | libgtest \ 21 | libgtest_main 22 | 23 | LOCAL_MODULE_TAGS := optional 24 | LOCAL_MODULE := scrypttwrp_test 25 | 26 | include $(BUILD_NATIVE_TEST) 27 | -------------------------------------------------------------------------------- /gui/devices/common/res/languages/fi.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Suomi 5 | 6 | 7 | 8 | 9 | 10 | 11 | Asenna 12 | 13 | 14 | -------------------------------------------------------------------------------- /scripts/relink-binaries.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | process_file() 4 | { 5 | src=$1 6 | dst=$1-1 #/$(basename $2) 7 | cp -f -p $src $dst 8 | 9 | sed "s|/system/bin/linker64\x0|/sbin/linker64\x0\x0\x0\x0\x0\x0\x0|g" $dst | sed "s|/system/bin/linker\x0|/sbin/linker\x0\x0\x0\x0\x0\x0\x0|g" | sed "s|/system/bin/sh\x0|/sbin/sh\x0\x0\x0\x0\x0\x0\x0|g" > $dst-mod 10 | #sed "s|/sbin/linker\x0|/system/bin/linker\x0\x0\x0\x0\x0\x0\x0|g" $dst | sed "s|/sbin/sh\x0|/system/bin/sh\x0\x0\x0\x0\x0\x0\x0|g" > $dst-mod 11 | rm $dst 12 | } 13 | 14 | 15 | dest=$1 16 | for ARG in $* 17 | do 18 | process_file $dest $ARG 19 | done 20 | -------------------------------------------------------------------------------- /dosfstools/doc/TODO.dosfstools-2.x: -------------------------------------------------------------------------------- 1 | -*- mode: indented-text -*- 2 | 3 | - dosfsck: Better checking of file times: ctime <= mtime <= atime 4 | 5 | - mkdosfs: If /etc/bootsect.dos (or similar) exists, use it as a 6 | template for generating boot sectors. This way, you can, e.g., make 7 | bootable DOS disks. 8 | 9 | Addendum: Don't know if that's so wise... There are really many 10 | variants of DOS/Windows bootcode out in the wild, and the code is 11 | proprietary, too. 12 | 13 | - dosfsck: read-only sector test (-t without -a or -r); just print 14 | out errors. 15 | -------------------------------------------------------------------------------- /gui/devices/common/res/languages/es.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Español 5 | 6 | 7 | 8 | 9 | 10 | 11 | Instalar 12 | 13 | 14 | -------------------------------------------------------------------------------- /testdata/testkey_ecdsa.x509.pem: -------------------------------------------------------------------------------- 1 | -----BEGIN CERTIFICATE----- 2 | MIIBezCCASACCQC4g5wurPSmtzAKBggqhkjOPQQDAjBFMQswCQYDVQQGEwJBVTET 3 | MBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0cyBQ 4 | dHkgTHRkMB4XDTEzMTAwODIxMTAxM1oXDTE0MTAwODIxMTAxM1owRTELMAkGA1UE 5 | BhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxITAfBgNVBAoMGEludGVybmV0IFdp 6 | ZGdpdHMgUHR5IEx0ZDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABGcO1QDowF2E 7 | RboWVmAYI2oXTr5MHAJ4xpMUFsrWVvoktYSN2RhNuOl5jZGvSBsQII9p/4qfjLmS 8 | TBaCfQ0Xmt4wCgYIKoZIzj0EAwIDSQAwRgIhAIJjWmZAwngc2VcHUhYp2oSLoCQ+ 9 | P+7AtbAn5242AqfOAiEAghO0t6jTKs0LUhLJrQwbOkHyZMVdZaG2vcwV9y9H5Qc= 10 | -----END CERTIFICATE----- 11 | -------------------------------------------------------------------------------- /mmcutils/Android.mk: -------------------------------------------------------------------------------- 1 | ifneq ($(TARGET_SIMULATOR),true) 2 | 3 | LOCAL_PATH := $(call my-dir) 4 | include $(CLEAR_VARS) 5 | 6 | LOCAL_SRC_FILES := \ 7 | mmcutils.c 8 | 9 | LOCAL_MODULE := libmmcutils 10 | LOCAL_MODULE_TAGS := eng 11 | 12 | include $(BUILD_STATIC_LIBRARY) 13 | 14 | #Added for TWRP building dynamic: 15 | include $(CLEAR_VARS) 16 | ifeq ($(BOARD_HAS_LARGE_FILESYSTEM),true) 17 | LOCAL_CFLAGS += -DBOARD_HAS_LARGE_FILESYSTEM 18 | endif 19 | 20 | LOCAL_SRC_FILES := \ 21 | mmcutils.c 22 | 23 | LOCAL_MODULE := libmmcutils 24 | LOCAL_MODULE_TAGS := eng 25 | 26 | include $(BUILD_SHARED_LIBRARY) 27 | 28 | endif # !TARGET_SIMULATOR 29 | -------------------------------------------------------------------------------- /exfat/mkfs/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | LOCAL_MODULE := mkexfatfs 5 | LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES 6 | LOCAL_MODULE_TAGS := optional 7 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin 8 | LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 9 | LOCAL_SRC_FILES = cbm.c fat.c main.c mkexfat.c rootdir.c uct.c uctc.c vbr.c 10 | LOCAL_C_INCLUDES += $(LOCAL_PATH) \ 11 | $(commands_recovery_local_path)/exfat/libexfat \ 12 | $(commands_recovery_local_path)/fuse/include 13 | LOCAL_SHARED_LIBRARIES := libexfat_twrp 14 | LOCAL_STATIC_LIBRARIES := libfusetwrp 15 | 16 | include $(BUILD_EXECUTABLE) 17 | -------------------------------------------------------------------------------- /twcommon.h: -------------------------------------------------------------------------------- 1 | #ifndef TWCOMMON_HPP 2 | #define TWCOMMON_HPP 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #ifndef BUILD_TWRPTAR_MAIN 9 | #include "gui/gui.h" 10 | #define LOGERR(...) gui_print_color("error", "E:" __VA_ARGS__) 11 | #define LOGINFO(...) fprintf(stdout, "I:" __VA_ARGS__) 12 | #else 13 | #include 14 | #define LOGERR(...) printf("E:" __VA_ARGS__) 15 | #define LOGINFO(...) printf("I:" __VA_ARGS__) 16 | #define gui_print(...) printf( __VA_ARGS__ ) 17 | #endif 18 | 19 | #define STRINGIFY(x) #x 20 | #define EXPAND(x) STRINGIFY(x) 21 | 22 | #ifdef __cplusplus 23 | } 24 | #endif 25 | 26 | #endif // TWCOMMON_HPP 27 | -------------------------------------------------------------------------------- /exfat/fuse/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | include $(CLEAR_VARS) 3 | 4 | LOCAL_MODULE := exfat-fuse 5 | LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES 6 | LOCAL_MODULE_TAGS := optional 7 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/sbin 8 | LOCAL_CFLAGS = -D_FILE_OFFSET_BITS=64 9 | LOCAL_SRC_FILES = main.c 10 | LOCAL_C_INCLUDES += $(LOCAL_PATH) \ 11 | $(commands_recovery_local_path)/exfat/libexfat \ 12 | $(commands_recovery_local_path)/fuse/include \ 13 | $(commands_recovery_local_path)/fuse/android 14 | LOCAL_SHARED_LIBRARIES := libexfat_twrp 15 | LOCAL_STATIC_LIBRARIES := libfusetwrp 16 | 17 | include $(BUILD_EXECUTABLE) 18 | -------------------------------------------------------------------------------- /etc/init.recovery.logd.rc: -------------------------------------------------------------------------------- 1 | on load_all_props_action 2 | start logd 3 | start logd-reinit 4 | 5 | on load_persist_props_action 6 | start logd 7 | start logd-reinit 8 | 9 | on post-fs 10 | start logd 11 | 12 | on post-fs-data 13 | start logd 14 | 15 | on property:vold.decrypt=trigger_load_persist_props 16 | start logd 17 | start logd-reinit 18 | 19 | service logd /sbin/logd 20 | class core 21 | socket logd stream 0666 logd logd 22 | socket logdr seqpacket 0666 logd logd 23 | socket logdw dgram 0222 logd logd 24 | group root system 25 | 26 | service logd-reinit /sbin/logd --reinit 27 | oneshot 28 | disabled 29 | -------------------------------------------------------------------------------- /libtar/inet_aton.c: -------------------------------------------------------------------------------- 1 | /* 2 | ** Copyright 2002 University of Illinois Board of Trustees 3 | ** Copyright 2002 Mark D. Roth 4 | ** All rights reserved. 5 | ** 6 | ** inet_aton.c - inet_aton() function for compatibility library 7 | ** 8 | ** Mark D. Roth 9 | ** Campus Information Technologies and Educational Services 10 | ** University of Illinois at Urbana-Champaign 11 | */ 12 | 13 | #include 14 | #include 15 | #include 16 | 17 | 18 | int 19 | inet_aton(const char *cp, struct in_addr *inp) 20 | { 21 | inp->s_addr = inet_addr(cp); 22 | if (inp->s_addr == -1) 23 | return 0; 24 | return 1; 25 | } 26 | 27 | 28 | -------------------------------------------------------------------------------- /libtar/TODO: -------------------------------------------------------------------------------- 1 | Functionality: 2 | -------------- 3 | 4 | * add list mode to allow nodes to be inserted in any arbitrary location 5 | * add "*_hash_iterate()" function 6 | * add flags argument to *_list_del() that allows the listptr to be set 7 | to the previous or next element 8 | * add a generic pointer type to replace *_listptr_t and *_hashptr_t ??? 9 | 10 | 11 | Code Cleanup: 12 | ------------- 13 | 14 | * rename functions: 15 | *_list_next => *_listptr_next() 16 | *_list_prev => *_listptr_prev() 17 | *_hash_next => *_hashptr_next() 18 | * start using "*_list_t" and "*_hash_t" instead of "*_list_t *" and 19 | "*_hash_t *" ? 20 | * add prefixes to structure member field names 21 | 22 | -------------------------------------------------------------------------------- /libblkid/include/swapheader.h: -------------------------------------------------------------------------------- 1 | #ifndef _SWAPHEADER_H 2 | #define _SWAPHEADER_H 3 | 4 | #define SWAP_VERSION 1 5 | #define SWAP_UUID_LENGTH 16 6 | #define SWAP_LABEL_LENGTH 16 7 | #define SWAP_SIGNATURE "SWAPSPACE2" 8 | #define SWAP_SIGNATURE_SZ (sizeof(SWAP_SIGNATURE) - 1) 9 | 10 | #include 11 | 12 | struct swap_header_v1_2 { 13 | char bootbits[1024]; /* Space for disklabel etc. */ 14 | uint32_t version; 15 | uint32_t last_page; 16 | uint32_t nr_badpages; 17 | unsigned char uuid[SWAP_UUID_LENGTH]; 18 | char volume_name[SWAP_LABEL_LENGTH]; 19 | uint32_t padding[117]; 20 | uint32_t badpages[1]; 21 | }; 22 | 23 | #endif /* _SWAPHEADER_H */ 24 | -------------------------------------------------------------------------------- /libblkid/src/mangle.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_MANGLE_H 2 | #define UTIL_LINUX_MANGLE_H 3 | 4 | /* 5 | * Functions for \oct encoding used in mtab/fstab/swaps/etc. 6 | */ 7 | 8 | extern char *mangle(const char *s); 9 | 10 | extern void unmangle_to_buffer(const char *s, char *buf, size_t len); 11 | void unhexmangle_to_buffer(const char *s, char *buf, size_t len); 12 | 13 | extern char *unmangle(const char *s, char **end); 14 | 15 | static inline void unmangle_string(char *s) 16 | { 17 | unmangle_to_buffer(s, s, strlen(s) + 1); 18 | } 19 | 20 | static inline void unhexmangle_string(char *s) 21 | { 22 | unhexmangle_to_buffer(s, s, strlen(s) + 1); 23 | } 24 | 25 | #endif /* UTIL_LINUX_MANGLE_H */ 26 | 27 | -------------------------------------------------------------------------------- /libblkid/include/mangle.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_MANGLE_H 2 | #define UTIL_LINUX_MANGLE_H 3 | 4 | /* 5 | * Functions for \oct encoding used in mtab/fstab/swaps/etc. 6 | */ 7 | 8 | extern char *mangle(const char *s); 9 | 10 | extern void unmangle_to_buffer(const char *s, char *buf, size_t len); 11 | void unhexmangle_to_buffer(const char *s, char *buf, size_t len); 12 | 13 | extern char *unmangle(const char *s, char **end); 14 | 15 | static inline void unmangle_string(char *s) 16 | { 17 | unmangle_to_buffer(s, s, strlen(s) + 1); 18 | } 19 | 20 | static inline void unhexmangle_string(char *s) 21 | { 22 | unhexmangle_to_buffer(s, s, strlen(s) + 1); 23 | } 24 | 25 | #endif /* UTIL_LINUX_MANGLE_H */ 26 | 27 | -------------------------------------------------------------------------------- /prebuilt/install-recovery.sh: -------------------------------------------------------------------------------- 1 | #!/system/bin/sh 2 | 3 | # If you're implementing this in a custom kernel/firmware, 4 | # I suggest you use a different script name, and add a service 5 | # to launch it from init.rc 6 | 7 | # Launches SuperSU in daemon mode only on Android 4.3+. 8 | # Nothing will happen on 4.2.x or older, unless SELinux+Enforcing. 9 | # If you want to force loading the daemon, use "--daemon" instead 10 | 11 | /system/xbin/daemonsu --auto-daemon & 12 | 13 | # Some apps like to run stuff from this script as well, that will 14 | # obviously break root - in your code, just search this file 15 | # for "install-recovery-2.sh", and if present, write there instead. 16 | 17 | /system/etc/install-recovery-2.sh 18 | -------------------------------------------------------------------------------- /exfat/fsck/exfatfsck.8: -------------------------------------------------------------------------------- 1 | .\" Copyright (C) 2011-2015 Andrew Nayenko 2 | .\" 3 | .TH EXFATFSCK 8 "February 2011" 4 | .SH NAME 5 | .B exfatfsck 6 | \- check an exFAT file system 7 | .SH SYNOPSIS 8 | .B exfatfsck 9 | [ 10 | .B \-V 11 | ] 12 | .I device 13 | 14 | .SH DESCRIPTION 15 | .B exfatfsck 16 | checks an exFAT file system for errors. Note that it cannot repair corrupted 17 | FS, it just reports found errors. 18 | 19 | .SH COMMAND LINE OPTIONS 20 | Command line options available: 21 | .TP 22 | .BI \-V 23 | Print version and copyright. 24 | 25 | .SH EXIT CODES 26 | Zero is returned if errors were not found. Any other code means an error. 27 | 28 | .SH AUTHOR 29 | Andrew Nayenko 30 | 31 | .SH SEE ALSO 32 | .BR fsck (8) 33 | -------------------------------------------------------------------------------- /libblkid/include/pamfail.h: -------------------------------------------------------------------------------- 1 | /* 2 | * No copyright is claimed. This code is in the public domain; do with 3 | * it what you wish. 4 | * 5 | * Written by Karel Zak 6 | */ 7 | #ifndef UTIL_LINUX_PAMFAIL_H 8 | #include 9 | #ifdef HAVE_SECURITY_PAM_MISC_H 10 | # include 11 | #elif defined(HAVE_SECURITY_OPENPAM_H) 12 | # include 13 | #endif 14 | #include "c.h" 15 | 16 | static inline int 17 | pam_fail_check(pam_handle_t *pamh, int retcode) 18 | { 19 | if (retcode == PAM_SUCCESS) 20 | return 0; 21 | warnx("%s", pam_strerror(pamh, retcode)); 22 | pam_end(pamh, retcode); 23 | return 1; 24 | } 25 | 26 | #endif /* UTIL_LINUX_PAMFAIL_H */ 27 | -------------------------------------------------------------------------------- /libblkid/include/fileutils.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_FILEUTILS 2 | #define UTIL_LINUX_FILEUTILS 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | #include "c.h" 9 | 10 | extern int xmkstemp(char **tmpname, char *dir); 11 | 12 | static inline FILE *xfmkstemp(char **tmpname, char *dir) 13 | { 14 | int fd; 15 | FILE *ret; 16 | 17 | fd = xmkstemp(tmpname, dir); 18 | if (fd == -1) 19 | return NULL; 20 | 21 | if (!(ret = fdopen(fd, "w+"))) { 22 | close(fd); 23 | return NULL; 24 | } 25 | return ret; 26 | } 27 | 28 | extern int get_fd_tabsize(void); 29 | 30 | extern int mkdir_p(const char *path, mode_t mode); 31 | extern char *stripoff_last_component(char *path); 32 | 33 | #endif /* UTIL_LINUX_FILEUTILS */ 34 | -------------------------------------------------------------------------------- /digest/md5.h: -------------------------------------------------------------------------------- 1 | #ifndef MD5_H 2 | #define MD5_H 3 | 4 | #ifdef HAVE_STDINT_H 5 | #include 6 | #else 7 | typedef unsigned int uint32_t; 8 | #endif 9 | 10 | #define MD5LENGTH 16 11 | 12 | struct MD5Context { 13 | uint32_t buf[4]; 14 | uint32_t bits[2]; 15 | unsigned char in[64]; 16 | }; 17 | 18 | void MD5Init(struct MD5Context *context); 19 | void MD5Update(struct MD5Context *context, unsigned char const *buf, 20 | unsigned len); 21 | void MD5Final(unsigned char digest[MD5LENGTH], struct MD5Context *context); 22 | void MD5Transform(uint32_t buf[4], uint32_t const in[16]); 23 | 24 | /* 25 | * This is needed to make RSAREF happy on some MS-DOS compilers. 26 | */ 27 | //typedef struct MD5Context MD5_CTX; 28 | 29 | #endif /* !MD5_H */ 30 | -------------------------------------------------------------------------------- /libblkid/src/fileutils.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_FILEUTILS 2 | #define UTIL_LINUX_FILEUTILS 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | #include "c.h" 9 | 10 | extern int xmkstemp(char **tmpname, char *dir); 11 | 12 | static inline FILE *xfmkstemp(char **tmpname, char *dir) 13 | { 14 | int fd; 15 | FILE *ret; 16 | 17 | fd = xmkstemp(tmpname, dir); 18 | if (fd == -1) 19 | return NULL; 20 | 21 | if (!(ret = fdopen(fd, "w+" UL_CLOEXECSTR))) { 22 | close(fd); 23 | return NULL; 24 | } 25 | return ret; 26 | } 27 | 28 | extern int get_fd_tabsize(void); 29 | 30 | extern int mkdir_p(const char *path, mode_t mode); 31 | extern char *stripoff_last_component(char *path); 32 | 33 | #endif /* UTIL_LINUX_FILEUTILS */ 34 | -------------------------------------------------------------------------------- /libblkid/src/md5.h: -------------------------------------------------------------------------------- 1 | #ifndef MD5_H 2 | #define MD5_H 3 | 4 | #ifdef HAVE_STDINT_H 5 | #include 6 | #else 7 | typedef unsigned int uint32_t; 8 | #endif 9 | 10 | #define MD5LENGTH 16 11 | 12 | struct MD5Context { 13 | uint32_t buf[4]; 14 | uint32_t bits[2]; 15 | unsigned char in[64]; 16 | }; 17 | 18 | void MD5Init(struct MD5Context *context); 19 | void MD5Update(struct MD5Context *context, unsigned char const *buf, 20 | unsigned len); 21 | void MD5Final(unsigned char digest[MD5LENGTH], struct MD5Context *context); 22 | void MD5Transform(uint32_t buf[4], uint32_t const in[16]); 23 | 24 | /* 25 | * This is needed to make RSAREF happy on some MS-DOS compilers. 26 | */ 27 | typedef struct MD5Context MD5_CTX; 28 | 29 | #endif /* !MD5_H */ 30 | -------------------------------------------------------------------------------- /libblkid/include/md5.h: -------------------------------------------------------------------------------- 1 | #ifndef MD5_H 2 | #define MD5_H 3 | 4 | #ifdef HAVE_STDINT_H 5 | #include 6 | #else 7 | typedef unsigned int uint32_t; 8 | #endif 9 | 10 | #define MD5LENGTH 16 11 | 12 | struct MD5Context { 13 | uint32_t buf[4]; 14 | uint32_t bits[2]; 15 | unsigned char in[64]; 16 | }; 17 | 18 | void MD5Init(struct MD5Context *context); 19 | void MD5Update(struct MD5Context *context, unsigned char const *buf, 20 | unsigned len); 21 | void MD5Final(unsigned char digest[MD5LENGTH], struct MD5Context *context); 22 | void MD5Transform(uint32_t buf[4], uint32_t const in[16]); 23 | 24 | /* 25 | * This is needed to make RSAREF happy on some MS-DOS compilers. 26 | */ 27 | typedef struct MD5Context MD5_CTX; 28 | 29 | #endif /* !MD5_H */ 30 | -------------------------------------------------------------------------------- /libblkid/samples/Makemodule.am: -------------------------------------------------------------------------------- 1 | 2 | check_PROGRAMS += \ 3 | sample-mkfs \ 4 | sample-partitions \ 5 | sample-superblocks \ 6 | sample-topology 7 | 8 | sample_mkfs_SOURCES = libblkid/samples/mkfs.c 9 | sample_mkfs_LDADD = libblkid.la 10 | sample_mkfs_CFLAGS = -I$(ul_libblkid_incdir) 11 | 12 | sample_partitions_SOURCES = libblkid/samples/partitions.c 13 | sample_partitions_LDADD = libblkid.la 14 | sample_partitions_CFLAGS = -I$(ul_libblkid_incdir) 15 | 16 | sample_superblocks_SOURCES = libblkid/samples/superblocks.c 17 | sample_superblocks_LDADD = libblkid.la 18 | sample_superblocks_CFLAGS = -I$(ul_libblkid_incdir) 19 | 20 | sample_topology_SOURCES = libblkid/samples/topology.c 21 | sample_topology_LDADD = libblkid.la 22 | sample_topology_CFLAGS = -I$(ul_libblkid_incdir) 23 | -------------------------------------------------------------------------------- /prebuilt/relink.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | process_file() 4 | { 5 | dst=$1/$(basename $2) 6 | src=$2 7 | if [ $dst == $src ]; then 8 | cp -f -p $src $src.tmp 9 | src=$2.tmp 10 | else 11 | cp -f -p $src $dst 12 | fi 13 | 14 | sed "s|/system/bin/linker64\x0|/sbin/linker64\x0\x0\x0\x0\x0\x0\x0|g" $src | sed "s|/system/bin/linker\x0|/sbin/linker\x0\x0\x0\x0\x0\x0\x0|g" | sed "s|/system/bin/sh\x0|/sbin/sh\x0\x0\x0\x0\x0\x0\x0|g" | sed "s|/system/lib64\x0|/sbin\x0\x0\x0\x0\x0\x0\x0\x0\x0|g" | sed "s|/system/lib\x0|/sbin\x0\x0\x0\x0\x0\x0\x0|g" > $dst 15 | 16 | if [ $1 == $(dirname $2) ]; then 17 | rm -f $src 18 | fi 19 | } 20 | 21 | 22 | dest=$1 23 | shift 1 24 | for ARG in $* 25 | do 26 | process_file $dest $ARG 27 | done 28 | -------------------------------------------------------------------------------- /libblkid/include/timer.h: -------------------------------------------------------------------------------- 1 | #ifndef UTIL_LINUX_TIMER_H 2 | #define UTIL_LINUX_TIMER_H 3 | 4 | #include 5 | #include 6 | 7 | static inline int setup_timer( 8 | struct itimerval *timer, 9 | struct itimerval *old_timer, 10 | struct sigaction *old_sa, 11 | void (*timeout_handler)(int)) 12 | { 13 | struct sigaction sa; 14 | 15 | memset(&sa, 0, sizeof sa); 16 | sa.sa_handler = timeout_handler; 17 | sa.sa_flags = SA_RESETHAND; 18 | sigaction(SIGALRM, &sa, old_sa); 19 | 20 | return setitimer(ITIMER_REAL, timer, old_timer); 21 | } 22 | 23 | static inline void cancel_timer( 24 | struct itimerval *old_timer, 25 | struct sigaction *old_sa) 26 | { 27 | setitimer(ITIMER_REAL, old_timer, NULL); 28 | sigaction(SIGALRM, old_sa, NULL); 29 | } 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /fb2png/COPYING: -------------------------------------------------------------------------------- 1 | /* 2 | * Author: Kyan He 3 | * 4 | * 5 | * This program is free software: you can redistribute it and/or modify 6 | * it under the terms of the GNU General Public License as published by 7 | * the Free Software Foundation, either version 3 of the License, or 8 | * (at your option) any later version. 9 | * 10 | * This program is distributed in the hope that it will be useful, 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 | * GNU General Public License for more details. 14 | * 15 | * You should have received a copy of the GNU General Public License 16 | * along with this program. If not, see . 17 | */ 18 | -------------------------------------------------------------------------------- /minadbd.old/Android.mk: -------------------------------------------------------------------------------- 1 | # Copyright 2005 The Android Open Source Project 2 | # 3 | # Android.mk for adb 4 | # 5 | 6 | LOCAL_PATH:= $(call my-dir) 7 | 8 | # minadbd library 9 | # ========================================================= 10 | 11 | include $(CLEAR_VARS) 12 | 13 | LOCAL_SRC_FILES := \ 14 | adb.c \ 15 | fdevent.c \ 16 | fuse_adb_provider.c \ 17 | transport.c \ 18 | transport_usb.c \ 19 | sockets.c \ 20 | services.c \ 21 | usb_linux_client.c \ 22 | utils.c 23 | 24 | LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter 25 | LOCAL_CFLAGS += -D_XOPEN_SOURCE -D_GNU_SOURCE 26 | LOCAL_MODULE_TAGS := eng 27 | LOCAL_MODULE := libminadbd 28 | LOCAL_C_INCLUDES += $(LOCAL_PATH)/../ 29 | LOCAL_SHARED_LIBRARIES := libfusesideload libcutils libc 30 | include $(BUILD_SHARED_LIBRARY) 31 | -------------------------------------------------------------------------------- /fuse/mount_util.h: -------------------------------------------------------------------------------- 1 | /* 2 | FUSE: Filesystem in Userspace 3 | Copyright (C) 2001-2007 Miklos Szeredi 4 | 5 | This program can be distributed under the terms of the GNU LGPLv2. 6 | See the file COPYING.LIB. 7 | */ 8 | 9 | #include 10 | 11 | int fuse_mnt_add_mount(const char *progname, const char *fsname, 12 | const char *mnt, const char *type, const char *opts); 13 | int fuse_mnt_remove_mount(const char *progname, const char *mnt); 14 | int fuse_mnt_umount(const char *progname, const char *abs_mnt, 15 | const char *rel_mnt, int lazy); 16 | char *fuse_mnt_resolve_path(const char *progname, const char *orig); 17 | int fuse_mnt_check_empty(const char *progname, const char *mnt, 18 | mode_t rootmode, loff_t rootsize); 19 | int fuse_mnt_check_fuseblk(void); 20 | -------------------------------------------------------------------------------- /libblkid/src/getsize.c: -------------------------------------------------------------------------------- 1 | /* 2 | * getsize.c --- get the size of a partition. 3 | * 4 | * Copyright (C) 1995, 1995 Theodore Ts'o. 5 | * Copyright (C) 2010 Karel Zak 6 | * 7 | * %Begin-Header% 8 | * This file may be redistributed under the terms of the 9 | * GNU Lesser General Public License. 10 | * %End-Header% 11 | */ 12 | 13 | #include 14 | #include 15 | #include 16 | 17 | #include "blkidP.h" 18 | 19 | /** 20 | * blkid_get_dev_size: 21 | * @fd: file descriptor 22 | * 23 | * Returns: size (in bytes) of the block device or size of the regular file or 0. 24 | */ 25 | blkid_loff_t blkid_get_dev_size(int fd) 26 | { 27 | unsigned long long bytes; 28 | 29 | if (blkdev_get_size(fd, &bytes)) 30 | return 0; 31 | 32 | return bytes; 33 | } 34 | 35 | -------------------------------------------------------------------------------- /updater/blockimg.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2014 The Android Open Source Project 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #ifndef _UPDATER_BLOCKIMG_H_ 18 | #define _UPDATER_BLOCKIMG_H_ 19 | 20 | void RegisterBlockImageFunctions(); 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /default_device.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2009 The Android Open Source Project 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * 8 | * http://www.apache.org/licenses/LICENSE-2.0 9 | * 10 | * Unless required by applicable law or agreed to in writing, software 11 | * distributed under the License is distributed on an "AS IS" BASIS, 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | * See the License for the specific language governing permissions and 14 | * limitations under the License. 15 | */ 16 | 17 | #include "device.h" 18 | #include "screen_ui.h" 19 | 20 | Device* make_device() { 21 | return new Device(new ScreenRecoveryUI); 22 | } 23 | -------------------------------------------------------------------------------- /fuse/include/ulockmgr.h: -------------------------------------------------------------------------------- 1 | /* 2 | libulockmgr: Userspace Lock Manager Library 3 | Copyright (C) 2006 Miklos Szeredi 4 | 5 | This program can be distributed under the terms of the GNU LGPLv2. 6 | See the file COPYING.LIB. 7 | */ 8 | 9 | #include "fuse_lowlevel.h" 10 | 11 | #include 12 | #include 13 | #include 14 | 15 | /** 16 | * Perform POSIX locking operation 17 | * 18 | * @param fd the file descriptor 19 | * @param cmd the locking command (F_GETFL, F_SETLK or F_SETLKW) 20 | * @param lock the lock parameters 21 | * @param owner the lock owner ID cookie 22 | * @param owner_len length of the lock owner ID cookie 23 | * @return 0 on success -errno on error 24 | */ 25 | int ulockmgr_op(int fd, int cmd, struct flock *lock, const void *owner, 26 | size_t owner_len); 27 | -------------------------------------------------------------------------------- /dosfstools/doc/ChangeLog.mkdosfs: -------------------------------------------------------------------------------- 1 | 28th January 1995 H. Peter Anvin (hpa@yggdrasil.com) 2 | 3 | Better algorithm to select cluster sizes on large filesystems. 4 | Added bogus boot sector code that on attempts to boot prints a 5 | message (which can be chosen at mkdosfs time) and lets the user 6 | press any key and try again. Corrected support for 1.2 Mb 7 | floppies. mkdosfs now generates the extended bootsector 8 | (superblock) format of DOS 3.3+, with support for volume ID's and 9 | volume labels (volume labels are also written to the root 10 | directory, as they should). 11 | 12 | 18th February 1994 Dave Hudson (dave@humbug.demon.co.uk) 13 | 14 | Released version 0.2 - clears a bug in the FAT sizing code. 15 | 16 | 1st September 1993 Dave Hudson (dave@humbug.demon.co.uk) 17 | 18 | Released version 0.1 - ALPHA release of mkdosfs 19 | --------------------------------------------------------------------------------