├── .gitmodules ├── ntfs-3g ├── m4 │ └── .keep ├── CREDITS ├── libntfs-3g │ ├── libntfs-3g.script.so.in │ └── libntfs-3g.pc.in ├── include │ ├── Makefile.am │ ├── fuse-lite │ │ ├── Makefile.am │ │ └── fuse_lowlevel_compat.h │ └── ntfs-3g │ │ └── realpath.h ├── ntfsprogs │ ├── boot.h │ ├── attrdef.h │ └── sd.h ├── NEWS ├── ChangeLog ├── AUTHORS └── libfuse-lite │ ├── fuse_i.h │ └── Makefile.am ├── res-560dpi ├── fb2png ├── AndroidManifest.xml ├── .gitignore ├── jni │ └── Application.mk ├── libpng │ └── lib │ │ └── libpng.a ├── run.sh ├── view888 └── COPYING ├── gui ├── theme │ ├── engine │ │ └── dialogs.cpp │ ├── res │ │ ├── language │ │ │ └── en.xml │ │ ├── fonts │ │ │ ├── Amiri-Regular.ttf │ │ │ ├── Dubai-Regular.ttf │ │ │ └── Roboto-Regular.ttf │ │ └── images │ │ │ ├── arrow-right.svg │ │ │ ├── format.svg │ │ │ ├── wipe.svg │ │ │ ├── partition.svg │ │ │ ├── storage.svg │ │ │ ├── info.svg │ │ │ ├── terminal.svg │ │ │ ├── settings_input_hdmi-24px.svg │ │ │ ├── verified.svg │ │ │ ├── security.svg │ │ │ ├── battery.svg │ │ │ ├── format_paint.svg │ │ │ ├── system_update.svg │ │ │ ├── logs.svg │ │ │ ├── vibration.svg │ │ │ ├── cpuboard.svg │ │ │ ├── memory.svg │ │ │ ├── home.svg │ │ │ ├── window_maximize.svg │ │ │ ├── restore.svg │ │ │ ├── archive-24px.svg │ │ │ ├── account_circle-24px.svg │ │ │ ├── arrow-up.svg │ │ │ ├── arrow-left.svg │ │ │ ├── file.svg │ │ │ ├── keyboard.svg │ │ │ ├── school.svg │ │ │ ├── keyboard-backspace.svg │ │ │ ├── folder.svg │ │ │ ├── fullscreen.svg │ │ │ ├── power-plug.svg │ │ │ ├── temperature-kelvin.svg │ │ │ ├── home_button.svg │ │ │ ├── usb.svg │ │ │ ├── workspace.svg │ │ │ ├── forum.svg │ │ │ ├── inbox.svg │ │ │ ├── account.svg │ │ │ ├── adb.svg │ │ │ ├── flashlight.svg │ │ │ ├── language.svg │ │ │ ├── sleep.svg │ │ │ ├── battery-10.svg │ │ │ ├── battery-20.svg │ │ │ ├── battery-30.svg │ │ │ ├── battery-40.svg │ │ │ ├── battery-50.svg │ │ │ ├── battery-60.svg │ │ │ ├── battery-70.svg │ │ │ ├── battery-80.svg │ │ │ ├── battery-90.svg │ │ │ ├── font.svg │ │ │ ├── xda.svg │ │ │ ├── arrow-left-right.svg │ │ │ ├── backup.svg │ │ │ ├── brightness.svg │ │ │ ├── patreon.svg │ │ │ ├── screenshot.svg │ │ │ ├── unarchive.svg │ │ │ ├── battery-alert.svg │ │ │ ├── fahrenheit.svg │ │ │ ├── battery-charging.svg │ │ │ ├── heart.svg │ │ │ ├── battery-charging-100.svg │ │ │ ├── battery-plus.svg │ │ │ ├── lightbulb.svg │ │ │ ├── battery-charging-40.svg │ │ │ ├── battery-charging-50.svg │ │ │ ├── battery-charging-80.svg │ │ │ ├── battery-charging-90.svg │ │ │ ├── timer.svg │ │ │ ├── clock.svg │ │ │ ├── battery-charging-30.svg │ │ │ ├── battery-charging-60.svg │ │ │ ├── battery-charging-70.svg │ │ │ ├── bug_report.svg │ │ │ ├── battery-high.svg │ │ │ ├── battery-positive.svg │ │ │ ├── power.svg │ │ │ ├── battery-charging-10.svg │ │ │ ├── help.svg │ │ │ ├── battery-charging-20.svg │ │ │ ├── battery-charging-outline.svg │ │ │ ├── battery-charging-high.svg │ │ │ ├── bitbucket.svg │ │ │ ├── direction.svg │ │ │ ├── telegram.svg │ │ │ ├── color.svg │ │ │ ├── facebook.svg │ │ │ ├── reboot.svg │ │ │ ├── battery-heart.svg │ │ │ ├── battery-heart-outline.svg │ │ │ ├── battery-heart-variant.svg │ │ │ ├── tools.svg │ │ │ ├── temperature-celsius.svg │ │ │ ├── instagram.svg │ │ │ └── gesture.svg │ ├── pterodon │ └── Android.mk └── libaroma │ ├── libs │ ├── zlib │ │ ├── zconf.h │ │ ├── zlib.h │ │ ├── zutil.h │ │ ├── MODULE_LICENSE_BSD_LIKE │ │ ├── src │ │ │ ├── contrib │ │ │ │ ├── blast │ │ │ │ │ ├── test.txt │ │ │ │ │ ├── README │ │ │ │ │ └── test.pk │ │ │ │ ├── infback9 │ │ │ │ │ └── README │ │ │ │ ├── masmx64 │ │ │ │ │ └── bld_ml64.bat │ │ │ │ ├── masmx86 │ │ │ │ │ └── bld_ml32.bat │ │ │ │ ├── README.contrib │ │ │ │ ├── puff │ │ │ │ │ └── zeros.raw │ │ │ │ ├── dotzlib │ │ │ │ │ ├── DotZLib.chm │ │ │ │ │ └── DotZLib │ │ │ │ │ │ ├── DotZLib.cs │ │ │ │ │ │ ├── CodecBase.cs │ │ │ │ │ │ ├── Deflater.cs │ │ │ │ │ │ ├── Inflater.cs │ │ │ │ │ │ ├── ChecksumImpl.cs │ │ │ │ │ │ ├── GZipStream.cs │ │ │ │ │ │ └── CircularBuffer.cs │ │ │ │ ├── minizip │ │ │ │ │ ├── MiniZip64_Changes.txt │ │ │ │ │ └── minizip.pc.in │ │ │ │ ├── delphi │ │ │ │ │ └── ZLibConst.pas │ │ │ │ ├── testzlib │ │ │ │ │ └── testzlib.txt │ │ │ │ ├── untgz │ │ │ │ │ └── Makefile.msc │ │ │ │ ├── iostream3 │ │ │ │ │ └── TODO │ │ │ │ ├── ada │ │ │ │ │ └── zlib.gpr │ │ │ │ └── iostream │ │ │ │ │ └── test.cpp │ │ │ ├── ChangeLog │ │ │ ├── zlib.3.pdf │ │ │ ├── win32 │ │ │ │ └── VisualC.txt │ │ │ ├── old │ │ │ │ └── README │ │ │ ├── nintendods │ │ │ │ └── README │ │ │ ├── zlib.pc │ │ │ ├── zlib.pc.in │ │ │ ├── zlib.pc.cmakein │ │ │ ├── inffast.h │ │ │ └── gzclose.c │ │ └── CMakeLists.txt │ ├── harfbuzz-ng │ │ ├── README.md │ │ ├── THANKS │ │ ├── AUTHORS │ │ ├── src │ │ │ └── hb-ucdn │ │ │ │ └── CMakeLists.txt │ │ └── README │ ├── squirrel │ │ ├── samples │ │ │ ├── hello.nut │ │ │ ├── fibonacci.nut │ │ │ ├── tailstate.nut │ │ │ ├── ackermann.nut │ │ │ ├── loops.nut │ │ │ ├── array.nut │ │ │ ├── flow.nut │ │ │ ├── coroutines.nut │ │ │ └── classattributes.nut │ │ ├── etc │ │ │ └── test.nut │ │ ├── doc │ │ │ ├── sqstdlib3.chm │ │ │ ├── sqstdlib3.chw │ │ │ ├── sqstdlib3.pdf │ │ │ ├── squirrel3.chm │ │ │ ├── squirrel3.chw │ │ │ └── squirrel3.pdf │ │ ├── include │ │ │ ├── sqstdmath.h │ │ │ ├── sqstdsystem.h │ │ │ ├── sqstdaux.h │ │ │ └── sqstdblob.h │ │ ├── Makefile │ │ ├── squirrel │ │ │ ├── sqmem.cpp │ │ │ └── sqpcheader.h │ │ ├── sq │ │ │ └── Makefile │ │ └── README │ ├── freetype │ │ └── src │ │ │ ├── tools │ │ │ ├── Jamfile │ │ │ └── update-copyright │ │ │ ├── autofit │ │ │ ├── afangles.h │ │ │ └── module.mk │ │ │ ├── lzw │ │ │ └── Jamfile │ │ │ ├── gzip │ │ │ └── Jamfile │ │ │ ├── bzip2 │ │ │ └── Jamfile │ │ │ ├── winfonts │ │ │ ├── Jamfile │ │ │ └── module.mk │ │ │ ├── Jamfile │ │ │ ├── cff │ │ │ └── module.mk │ │ │ ├── otvalid │ │ │ └── module.mk │ │ │ ├── pfr │ │ │ └── module.mk │ │ │ ├── pshinter │ │ │ └── module.mk │ │ │ ├── psaux │ │ │ └── module.mk │ │ │ ├── raster │ │ │ └── module.mk │ │ │ ├── sfnt │ │ │ └── module.mk │ │ │ ├── type42 │ │ │ └── module.mk │ │ │ ├── cid │ │ │ └── module.mk │ │ │ ├── psnames │ │ │ └── module.mk │ │ │ ├── type1 │ │ │ └── module.mk │ │ │ └── truetype │ │ │ └── module.mk │ ├── png │ │ └── pngusr.h │ ├── jpeg-turbo │ │ ├── libjpeg.map.in │ │ └── doxygen.config │ ├── jpeg │ │ └── jversion.h │ └── minzip │ │ └── CMakeLists.txt │ ├── tools │ ├── linux │ │ ├── build.sh │ │ ├── libs │ │ │ ├── makelibs.sh │ │ │ ├── makelibs_hbucdn.sh │ │ │ └── makelibs_minzip.sh │ │ └── envsetup.sh │ ├── win32 │ │ ├── clean.bat │ │ ├── deploy_gdb_stop.bat │ │ ├── build.bat │ │ ├── debug_build.bat │ │ ├── deploy_recovery.bat │ │ ├── envsetup-ndk-sa.bat │ │ ├── libs │ │ │ ├── makelibs.bat │ │ │ ├── makelibs_hbucdn.bat │ │ │ └── makelibs_minzip.bat │ │ ├── build_libaroma_rt_test.bat │ │ ├── deploy_android.bat │ │ ├── graphonly │ │ │ ├── deploy_android.bat │ │ │ └── deploy_gdb.bat │ │ └── deploy_gdb.bat │ └── linux-x86 │ │ ├── build.sh │ │ └── libs │ │ ├── makelibs.sh │ │ ├── makelibs_hbucdn.sh │ │ └── makelibs_minzip.sh │ ├── README.md │ ├── examples │ ├── recovery │ │ └── res │ │ │ ├── ico │ │ │ ├── add.png │ │ │ ├── usb.png │ │ │ ├── apps.png │ │ │ ├── done.png │ │ │ ├── error.png │ │ │ ├── help.png │ │ │ ├── info.png │ │ │ ├── logs.png │ │ │ ├── power.png │ │ │ ├── tools.png │ │ │ ├── wipe.png │ │ │ ├── android.png │ │ │ ├── backup.png │ │ │ ├── delete.png │ │ │ ├── folder.png │ │ │ ├── install.png │ │ │ ├── reboot.png │ │ │ ├── restore.png │ │ │ ├── settings.png │ │ │ ├── terminal.png │ │ │ ├── direction.png │ │ │ └── partition.png │ │ │ ├── libaroma_test │ │ │ ├── recovery.zip │ │ │ ├── bg │ │ │ └── sidebar.jpg │ │ │ ├── recoverytest.zip │ │ │ └── fonts │ │ │ └── Roboto-Regular.ttf │ └── rt_test │ │ └── test.nut │ ├── AUTHORS │ └── src │ └── pterodon.sh ├── libtar ├── MODULE_LICENSE_MIT ├── compat │ ├── TODO │ ├── README │ └── inet_aton.c ├── TODO ├── lib │ └── internal.h ├── minitar │ ├── main.c │ └── ChangeLog └── listhash │ ├── ChangeLog │ ├── TODO │ └── module.ac ├── tests └── testdata │ ├── testkey_v3.pk8 │ ├── testkey_v4.pk8 │ ├── boot.img │ ├── new.file │ ├── old.file │ ├── bonus.file │ ├── random.zip │ ├── fake-eocd.zip │ ├── jarsigned.zip │ ├── patch.bsdiff │ ├── recovery.img │ ├── unsigned.zip │ ├── deflate_src.zip │ ├── deflate_tgt.zip │ ├── otasigned_v1.zip │ ├── otasigned_v2.zip │ ├── otasigned_v3.zip │ ├── otasigned_v4.zip │ ├── otasigned_v5.zip │ ├── testkey_v1.pk8 │ ├── testkey_v2.pk8 │ ├── testkey_v5.pk8 │ ├── ziptest_valid.zip │ ├── recovery-from-boot.p │ ├── ziptest_dummy-update.zip │ ├── recovery-from-boot-with-bonus.p │ ├── testkey_v5.txt │ └── testkey_v5.x509.pem ├── tools ├── Android.mk ├── dumpkey │ └── DumpPublicKey.mf └── recovery_l10n │ ├── Android.mk │ └── AndroidManifest.xml ├── OWNERS ├── libcrecovery ├── defines.h ├── common.h └── Android.mk ├── fonts ├── 12x22.png ├── 18x32.png └── README ├── scripts └── readelf ├── recovery-refresh.rc ├── res-hdpi └── images │ ├── error_text.png │ ├── icon_error.png │ ├── loop00000.png │ ├── loop00001.png │ ├── loop00002.png │ ├── loop00003.png │ ├── loop00004.png │ ├── loop00005.png │ ├── loop00006.png │ ├── loop00007.png │ ├── loop00008.png │ ├── loop00009.png │ ├── loop00010.png │ ├── loop00011.png │ ├── loop00012.png │ ├── loop00013.png │ ├── loop00014.png │ ├── loop00015.png │ ├── loop00016.png │ ├── loop00017.png │ ├── loop00018.png │ ├── loop00019.png │ ├── loop00020.png │ ├── loop00021.png │ ├── loop00022.png │ ├── loop00023.png │ ├── loop00024.png │ ├── loop00025.png │ ├── loop00026.png │ ├── loop00027.png │ ├── loop00028.png │ ├── loop00029.png │ ├── stage_empty.png │ ├── stage_fill.png │ ├── erasing_text.png │ ├── progress_fill.png │ ├── installing_text.png │ ├── no_command_text.png │ ├── progress_empty.png │ └── installing_security_text.png ├── res-mdpi └── images │ ├── error_text.png │ ├── icon_error.png │ ├── loop00000.png │ ├── loop00001.png │ ├── loop00002.png │ ├── loop00003.png │ ├── loop00004.png │ ├── loop00005.png │ ├── loop00006.png │ ├── loop00007.png │ ├── loop00008.png │ ├── loop00009.png │ ├── loop00010.png │ ├── loop00011.png │ ├── loop00012.png │ ├── loop00013.png │ ├── loop00014.png │ ├── loop00015.png │ ├── loop00016.png │ ├── loop00017.png │ ├── loop00018.png │ ├── loop00019.png │ ├── loop00020.png │ ├── loop00021.png │ ├── loop00022.png │ ├── loop00023.png │ ├── loop00024.png │ ├── loop00025.png │ ├── loop00026.png │ ├── loop00027.png │ ├── loop00028.png │ ├── loop00029.png │ ├── stage_empty.png │ ├── stage_fill.png │ ├── erasing_text.png │ ├── progress_fill.png │ ├── installing_text.png │ ├── no_command_text.png │ ├── progress_empty.png │ └── installing_security_text.png ├── res-xhdpi └── images │ ├── error_text.png │ ├── icon_error.png │ ├── loop00000.png │ ├── loop00001.png │ ├── loop00002.png │ ├── loop00003.png │ ├── loop00004.png │ ├── loop00005.png │ ├── loop00006.png │ ├── loop00007.png │ ├── loop00008.png │ ├── loop00009.png │ ├── loop00010.png │ ├── loop00011.png │ ├── loop00012.png │ ├── loop00013.png │ ├── loop00014.png │ ├── loop00015.png │ ├── loop00016.png │ ├── loop00017.png │ ├── loop00018.png │ ├── loop00019.png │ ├── loop00020.png │ ├── loop00021.png │ ├── loop00022.png │ ├── loop00023.png │ ├── loop00024.png │ ├── loop00025.png │ ├── loop00026.png │ ├── loop00027.png │ ├── loop00028.png │ ├── loop00029.png │ ├── stage_fill.png │ ├── erasing_text.png │ ├── stage_empty.png │ ├── installing_text.png │ ├── no_command_text.png │ ├── progress_empty.png │ ├── progress_fill.png │ └── installing_security_text.png ├── res-xxhdpi └── images │ ├── loop00000.png │ ├── loop00001.png │ ├── loop00002.png │ ├── loop00003.png │ ├── loop00004.png │ ├── loop00005.png │ ├── loop00006.png │ ├── loop00007.png │ ├── loop00008.png │ ├── loop00009.png │ ├── loop00010.png │ ├── loop00011.png │ ├── loop00012.png │ ├── loop00013.png │ ├── loop00014.png │ ├── loop00015.png │ ├── loop00016.png │ ├── loop00017.png │ ├── loop00018.png │ ├── loop00019.png │ ├── loop00020.png │ ├── loop00021.png │ ├── loop00022.png │ ├── loop00023.png │ ├── loop00024.png │ ├── loop00025.png │ ├── loop00026.png │ ├── loop00027.png │ ├── loop00028.png │ ├── loop00029.png │ ├── error_text.png │ ├── icon_error.png │ ├── stage_empty.png │ ├── stage_fill.png │ ├── erasing_text.png │ ├── progress_empty.png │ ├── progress_fill.png │ ├── installing_text.png │ ├── no_command_text.png │ └── installing_security_text.png ├── res-xxxhdpi └── images │ ├── error_text.png │ ├── icon_error.png │ ├── loop00000.png │ ├── loop00001.png │ ├── loop00002.png │ ├── loop00003.png │ ├── loop00004.png │ ├── loop00005.png │ ├── loop00006.png │ ├── loop00007.png │ ├── loop00008.png │ ├── loop00009.png │ ├── loop00010.png │ ├── loop00011.png │ ├── loop00012.png │ ├── loop00013.png │ ├── loop00014.png │ ├── loop00015.png │ ├── loop00016.png │ ├── loop00017.png │ ├── loop00018.png │ ├── loop00019.png │ ├── loop00020.png │ ├── loop00021.png │ ├── loop00022.png │ ├── loop00023.png │ ├── loop00024.png │ ├── loop00025.png │ ├── loop00026.png │ ├── loop00027.png │ ├── loop00028.png │ ├── loop00029.png │ ├── stage_fill.png │ ├── erasing_text.png │ ├── progress_fill.png │ ├── stage_empty.png │ ├── installing_text.png │ ├── no_command_text.png │ ├── progress_empty.png │ └── installing_security_text.png ├── recovery-persist.rc ├── Android.bp ├── PREUPLOAD.cfg ├── update_verifier └── update_verifier.rc ├── .clang-format ├── minadbd ├── README.md └── minadbd.h ├── bmlutils └── bmlutils.h ├── uncrypt └── uncrypt.rc ├── digest ├── sha1.h └── md5.h ├── mmcutils └── Android.mk └── vr_device.cpp /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ntfs-3g/m4/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res-560dpi: -------------------------------------------------------------------------------- 1 | res-xxxhdpi -------------------------------------------------------------------------------- /fb2png/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/engine/dialogs.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libtar/MODULE_LICENSE_MIT: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/zconf.h: -------------------------------------------------------------------------------- 1 | src/zconf.h -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/zlib.h: -------------------------------------------------------------------------------- 1 | src/zlib.h -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/zutil.h: -------------------------------------------------------------------------------- 1 | src/zutil.h -------------------------------------------------------------------------------- /tests/testdata/testkey_v3.pk8: -------------------------------------------------------------------------------- 1 | testkey_v1.pk8 -------------------------------------------------------------------------------- /tests/testdata/testkey_v4.pk8: -------------------------------------------------------------------------------- 1 | testkey_v2.pk8 -------------------------------------------------------------------------------- /gui/libaroma/libs/harfbuzz-ng/README.md: -------------------------------------------------------------------------------- 1 | README -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/MODULE_LICENSE_BSD_LIKE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/Android.mk: -------------------------------------------------------------------------------- 1 | include $(all-subdir-makefiles) 2 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/blast/test.txt: -------------------------------------------------------------------------------- 1 | AIAIAIAIAIAIA -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/hello.nut: -------------------------------------------------------------------------------- 1 | print("Hello World!") -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- 1 | enh@google.com 2 | tbao@google.com 3 | xunchang@google.com 4 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /libcrecovery/defines.h: -------------------------------------------------------------------------------- 1 | #undef _PATH_BSHELL 2 | #define _PATH_BSHELL "/sbin/sh" 3 | -------------------------------------------------------------------------------- /tools/dumpkey/DumpPublicKey.mf: -------------------------------------------------------------------------------- 1 | Main-Class: com.android.dumpkey.DumpPublicKey 2 | -------------------------------------------------------------------------------- /fonts/12x22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/fonts/12x22.png -------------------------------------------------------------------------------- /fonts/18x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/fonts/18x32.png -------------------------------------------------------------------------------- /gui/libaroma/tools/linux/build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./build_libaroma.sh 3 | ./build_test.sh 4 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/clean.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd obj 3 | del /F /Q * 4 | cd .. 5 | pause -------------------------------------------------------------------------------- /gui/theme/res/language/en.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ntfs-3g/CREDITS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/ntfs-3g/CREDITS -------------------------------------------------------------------------------- /scripts/readelf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/scripts/readelf -------------------------------------------------------------------------------- /gui/libaroma/tools/linux-x86/build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | ./build_libaroma.sh 3 | ./build_test.sh 4 | -------------------------------------------------------------------------------- /recovery-refresh.rc: -------------------------------------------------------------------------------- 1 | on post-fs 2 | exec_background - system log -- /system/bin/recovery-refresh 3 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/infback9/README: -------------------------------------------------------------------------------- 1 | See infback9.h for what this is and how to use it. 2 | -------------------------------------------------------------------------------- /ntfs-3g/libntfs-3g/libntfs-3g.script.so.in: -------------------------------------------------------------------------------- 1 | @OUTPUT_FORMAT@ 2 | GROUP ( @rootlibdir@/libntfs-3g.so ) 3 | -------------------------------------------------------------------------------- /tests/testdata/boot.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/boot.img -------------------------------------------------------------------------------- /tests/testdata/new.file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/new.file -------------------------------------------------------------------------------- /tests/testdata/old.file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/old.file -------------------------------------------------------------------------------- /fb2png/libpng/lib/libpng.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/fb2png/libpng/lib/libpng.a -------------------------------------------------------------------------------- /gui/theme/pterodon: -------------------------------------------------------------------------------- 1 | Pterodon Recovery is an Android custom recovery developed by ATGDroid (https://t.me/ATGDroid) -------------------------------------------------------------------------------- /tests/testdata/bonus.file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/bonus.file -------------------------------------------------------------------------------- /tests/testdata/random.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/random.zip -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/deploy_gdb_stop.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd bin 3 | %LIBAROMA_ADB% shell su -c killall gdbserver 4 | -------------------------------------------------------------------------------- /ntfs-3g/include/Makefile.am: -------------------------------------------------------------------------------- 1 | 2 | MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 3 | 4 | SUBDIRS = ntfs-3g fuse-lite 5 | -------------------------------------------------------------------------------- /tests/testdata/fake-eocd.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/fake-eocd.zip -------------------------------------------------------------------------------- /tests/testdata/jarsigned.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/jarsigned.zip -------------------------------------------------------------------------------- /tests/testdata/patch.bsdiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/patch.bsdiff -------------------------------------------------------------------------------- /tests/testdata/recovery.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/recovery.img -------------------------------------------------------------------------------- /tests/testdata/unsigned.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/unsigned.zip -------------------------------------------------------------------------------- /res-hdpi/images/error_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/error_text.png -------------------------------------------------------------------------------- /res-hdpi/images/icon_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/icon_error.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00000.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00001.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00002.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00003.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00004.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00005.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00006.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00007.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00008.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00009.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00010.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00011.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00012.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00013.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00014.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00015.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00016.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00017.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00018.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00019.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00020.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00021.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00022.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00023.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00024.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00025.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00026.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00027.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00028.png -------------------------------------------------------------------------------- /res-hdpi/images/loop00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/loop00029.png -------------------------------------------------------------------------------- /res-hdpi/images/stage_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/stage_empty.png -------------------------------------------------------------------------------- /res-hdpi/images/stage_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/stage_fill.png -------------------------------------------------------------------------------- /res-mdpi/images/error_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/error_text.png -------------------------------------------------------------------------------- /res-mdpi/images/icon_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/icon_error.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00000.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00001.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00002.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00003.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00004.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00005.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00006.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00007.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00008.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00009.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00010.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00011.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00012.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00013.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00014.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00015.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00016.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00017.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00018.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00019.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00020.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00021.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00022.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00023.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00024.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00025.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00026.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00027.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00028.png -------------------------------------------------------------------------------- /res-mdpi/images/loop00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/loop00029.png -------------------------------------------------------------------------------- /res-mdpi/images/stage_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/stage_empty.png -------------------------------------------------------------------------------- /res-mdpi/images/stage_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/stage_fill.png -------------------------------------------------------------------------------- /res-xhdpi/images/error_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/error_text.png -------------------------------------------------------------------------------- /res-xhdpi/images/icon_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/icon_error.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00000.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00001.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00002.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00003.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00004.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00005.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00006.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00007.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00008.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00009.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00010.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00011.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00012.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00013.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00014.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00015.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00016.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00017.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00018.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00019.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00020.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00021.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00022.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00023.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00024.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00025.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00026.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00027.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00028.png -------------------------------------------------------------------------------- /res-xhdpi/images/loop00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/loop00029.png -------------------------------------------------------------------------------- /res-xhdpi/images/stage_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/stage_fill.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00000.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00001.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00002.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00003.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00004.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00005.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00006.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00007.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00008.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00009.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00010.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00011.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00012.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00013.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00014.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00015.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00016.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00017.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00018.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00019.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00020.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00021.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00022.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00023.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00024.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00025.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00026.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00027.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00028.png -------------------------------------------------------------------------------- /res-xxhdpi/images/loop00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/loop00029.png -------------------------------------------------------------------------------- /tests/testdata/deflate_src.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/deflate_src.zip -------------------------------------------------------------------------------- /tests/testdata/deflate_tgt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/deflate_tgt.zip -------------------------------------------------------------------------------- /tests/testdata/otasigned_v1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/otasigned_v1.zip -------------------------------------------------------------------------------- /tests/testdata/otasigned_v2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/otasigned_v2.zip -------------------------------------------------------------------------------- /tests/testdata/otasigned_v3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/otasigned_v3.zip -------------------------------------------------------------------------------- /tests/testdata/otasigned_v4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/otasigned_v4.zip -------------------------------------------------------------------------------- /tests/testdata/otasigned_v5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/otasigned_v5.zip -------------------------------------------------------------------------------- /tests/testdata/testkey_v1.pk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/testkey_v1.pk8 -------------------------------------------------------------------------------- /tests/testdata/testkey_v2.pk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/testkey_v2.pk8 -------------------------------------------------------------------------------- /tests/testdata/testkey_v5.pk8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/testkey_v5.pk8 -------------------------------------------------------------------------------- /res-hdpi/images/erasing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/erasing_text.png -------------------------------------------------------------------------------- /res-hdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/progress_fill.png -------------------------------------------------------------------------------- /res-mdpi/images/erasing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/erasing_text.png -------------------------------------------------------------------------------- /res-mdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/progress_fill.png -------------------------------------------------------------------------------- /res-xhdpi/images/erasing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/erasing_text.png -------------------------------------------------------------------------------- /res-xhdpi/images/stage_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/stage_empty.png -------------------------------------------------------------------------------- /res-xxhdpi/images/error_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/error_text.png -------------------------------------------------------------------------------- /res-xxhdpi/images/icon_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/icon_error.png -------------------------------------------------------------------------------- /res-xxhdpi/images/stage_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/stage_empty.png -------------------------------------------------------------------------------- /res-xxhdpi/images/stage_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/stage_fill.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/error_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/error_text.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/icon_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/icon_error.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00000.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00001.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00002.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00003.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00004.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00005.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00006.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00007.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00008.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00009.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00010.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00011.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00012.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00013.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00014.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00015.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00016.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00017.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00018.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00019.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00020.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00021.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00022.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00023.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00024.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00025.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00026.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00027.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00028.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/loop00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/loop00029.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/stage_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/stage_fill.png -------------------------------------------------------------------------------- /tests/testdata/ziptest_valid.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/ziptest_valid.zip -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/ChangeLog -------------------------------------------------------------------------------- /res-hdpi/images/installing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/installing_text.png -------------------------------------------------------------------------------- /res-hdpi/images/no_command_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/no_command_text.png -------------------------------------------------------------------------------- /res-hdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/progress_empty.png -------------------------------------------------------------------------------- /res-mdpi/images/installing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/installing_text.png -------------------------------------------------------------------------------- /res-mdpi/images/no_command_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/no_command_text.png -------------------------------------------------------------------------------- /res-mdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/progress_empty.png -------------------------------------------------------------------------------- /res-xhdpi/images/installing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/installing_text.png -------------------------------------------------------------------------------- /res-xhdpi/images/no_command_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/no_command_text.png -------------------------------------------------------------------------------- /res-xhdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/progress_empty.png -------------------------------------------------------------------------------- /res-xhdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/progress_fill.png -------------------------------------------------------------------------------- /res-xxhdpi/images/erasing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/erasing_text.png -------------------------------------------------------------------------------- /res-xxhdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/progress_empty.png -------------------------------------------------------------------------------- /res-xxhdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/progress_fill.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/erasing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/erasing_text.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/progress_fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/progress_fill.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/stage_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/stage_empty.png -------------------------------------------------------------------------------- /tests/testdata/recovery-from-boot.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/recovery-from-boot.p -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/blast/README: -------------------------------------------------------------------------------- 1 | Read blast.h for purpose and usage. 2 | 3 | Mark Adler 4 | madler@alumni.caltech.edu 5 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/zlib.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/zlib.3.pdf -------------------------------------------------------------------------------- /gui/theme/res/fonts/Amiri-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/theme/res/fonts/Amiri-Regular.ttf -------------------------------------------------------------------------------- /gui/theme/res/fonts/Dubai-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/theme/res/fonts/Dubai-Regular.ttf -------------------------------------------------------------------------------- /gui/theme/res/fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/theme/res/fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /res-xxhdpi/images/installing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/installing_text.png -------------------------------------------------------------------------------- /res-xxhdpi/images/no_command_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/no_command_text.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/installing_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/installing_text.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/no_command_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/no_command_text.png -------------------------------------------------------------------------------- /res-xxxhdpi/images/progress_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/progress_empty.png -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/etc/test.nut: -------------------------------------------------------------------------------- 1 | function foo(i, f, s) 2 | { 3 | print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n"); 4 | } 5 | -------------------------------------------------------------------------------- /tests/testdata/ziptest_dummy-update.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/ziptest_dummy-update.zip -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/tools/Jamfile: -------------------------------------------------------------------------------- 1 | # Jamfile for src/tools 2 | # 3 | SubDir FT2_TOP src tools ; 4 | 5 | Main apinames : apinames.c ; 6 | -------------------------------------------------------------------------------- /gui/libaroma/README.md: -------------------------------------------------------------------------------- 1 | # libaroma 2 | an embedded ui toolkit 3 | 4 | For more info, please visit github page: http://amarullz.github.io/libaroma/ 5 | -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/add.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/usb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/usb.png -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/doc/sqstdlib3.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/squirrel/doc/sqstdlib3.chm -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/doc/sqstdlib3.chw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/squirrel/doc/sqstdlib3.chw -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/doc/sqstdlib3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/squirrel/doc/sqstdlib3.pdf -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/doc/squirrel3.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/squirrel/doc/squirrel3.chm -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/doc/squirrel3.chw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/squirrel/doc/squirrel3.chw -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/doc/squirrel3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/squirrel/doc/squirrel3.pdf -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/masmx64/bld_ml64.bat: -------------------------------------------------------------------------------- 1 | ml64.exe /Flinffasx64 /c /Zi inffasx64.asm 2 | ml64.exe /Flgvmat64 /c /Zi gvmat64.asm 3 | -------------------------------------------------------------------------------- /res-hdpi/images/installing_security_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-hdpi/images/installing_security_text.png -------------------------------------------------------------------------------- /res-mdpi/images/installing_security_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-mdpi/images/installing_security_text.png -------------------------------------------------------------------------------- /res-xhdpi/images/installing_security_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xhdpi/images/installing_security_text.png -------------------------------------------------------------------------------- /res-xxhdpi/images/installing_security_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxhdpi/images/installing_security_text.png -------------------------------------------------------------------------------- /tests/testdata/recovery-from-boot-with-bonus.p: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/tests/testdata/recovery-from-boot-with-bonus.p -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/apps.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/done.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/error.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/help.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/info.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/logs.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/power.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/power.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/tools.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/wipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/wipe.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/libaroma_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/libaroma_test -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/recovery.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/recovery.zip -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/blast/test.pk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/blast/test.pk -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/masmx86/bld_ml32.bat: -------------------------------------------------------------------------------- 1 | ml /coff /Zi /c /Flmatch686.lst match686.asm 2 | ml /coff /Zi /c /Flinffas32.lst inffas32.asm 3 | -------------------------------------------------------------------------------- /recovery-persist.rc: -------------------------------------------------------------------------------- 1 | on post-fs-data 2 | mkdir /data/misc/recovery 0770 system log 3 | exec_background - system log -- /system/bin/recovery-persist 4 | -------------------------------------------------------------------------------- /res-xxxhdpi/images/installing_security_text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/res-xxxhdpi/images/installing_security_text.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/bg/sidebar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/bg/sidebar.jpg -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/android.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/backup.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/delete.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/folder.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/install.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/reboot.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/restore.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/settings.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/terminal.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/recoverytest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/recoverytest.zip -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/README.contrib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/README.contrib -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/puff/zeros.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/puff/zeros.raw -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/build.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | echo. 3 | call build_libaroma.bat -f 4 | echo. 5 | pause 6 | echo. 7 | call build_test.bat -f 8 | echo. 9 | pause -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/direction.png -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/ico/partition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/ico/partition.png -------------------------------------------------------------------------------- /Android.bp: -------------------------------------------------------------------------------- 1 | subdirs = [ 2 | // "applypatch", 3 | "bootloader_message", 4 | // "edify", 5 | // "otafault", 6 | // "otautil", 7 | // "uncrypt", 8 | ] 9 | -------------------------------------------------------------------------------- /gui/libaroma/libs/harfbuzz-ng/THANKS: -------------------------------------------------------------------------------- 1 | Bradley Grainger 2 | Khaled Hosny 3 | Kenichi Ishibashi 4 | Ryan Lortie 5 | Jeff Muizelaar 6 | suzuki toshiya 7 | Philip Withnall 8 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib.chm -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/win32/VisualC.txt: -------------------------------------------------------------------------------- 1 | 2 | To build zlib using the Microsoft Visual C++ environment, 3 | use the appropriate project from the projects/ directory. 4 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/debug_build.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | echo. 3 | call build_libaroma.bat -f 4 | echo. 5 | pause 6 | echo. 7 | call debug_build_test.bat -f 8 | echo. 9 | pause -------------------------------------------------------------------------------- /ntfs-3g/ntfsprogs/boot.h: -------------------------------------------------------------------------------- 1 | #ifndef _NTFS_BOOT_H_ 2 | #define _NTFS_BOOT_H_ 3 | 4 | extern const unsigned char boot_array[4136]; 5 | 6 | #endif /* _NTFS_BOOT_H_ */ 7 | 8 | -------------------------------------------------------------------------------- /ntfs-3g/NEWS: -------------------------------------------------------------------------------- 1 | 2 | Project news are at http://tuxera.com/community/ntfs-3g-download/ 3 | 4 | Release notes are maintained at http://tuxera.com/community/release-history/ 5 | 6 | -------------------------------------------------------------------------------- /gui/libaroma/examples/recovery/res/fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/examples/recovery/res/fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/DotZLib.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/DotZLib.cs -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/old/README: -------------------------------------------------------------------------------- 1 | This directory contains files that have not been updated for zlib 1.2.x 2 | 3 | (Volunteers are encouraged to help clean this up. Thanks.) 4 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/CodecBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/CodecBase.cs -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/Deflater.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/Deflater.cs -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/Inflater.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/Inflater.cs -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/ChecksumImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/ChecksumImpl.cs -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/GZipStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/GZipStream.cs -------------------------------------------------------------------------------- /ntfs-3g/ntfsprogs/attrdef.h: -------------------------------------------------------------------------------- 1 | #ifndef _NTFS_ATTRDEF_H_ 2 | #define _NTFS_ATTRDEF_H_ 3 | 4 | extern const unsigned char attrdef_ntfs3x_array[2560]; 5 | 6 | #endif /* _NTFS_ATTRDEF_H_ */ 7 | 8 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/CircularBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PterodonRecovery/pterodon/HEAD/gui/libaroma/libs/zlib/src/contrib/dotzlib/DotZLib/CircularBuffer.cs -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/minizip/MiniZip64_Changes.txt: -------------------------------------------------------------------------------- 1 | 2 | MiniZip 1.1 was derrived from MiniZip at version 1.01f 3 | 4 | Change in 1.0 (Okt 2009) 5 | - **TODO - Add history** 6 | 7 | -------------------------------------------------------------------------------- /gui/theme/res/images/arrow-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/png/pngusr.h: -------------------------------------------------------------------------------- 1 | #define PNG_USER_PRIVATEBUILD "Skia build; no MNG features" 2 | #define PNG_USER_DLLFNAME_POSTFIX "Sk" 3 | #define PNG_NO_MNG_FEATURES 4 | #define PNG_NO_READ_GAMMA 5 | -------------------------------------------------------------------------------- /PREUPLOAD.cfg: -------------------------------------------------------------------------------- 1 | [Builtin Hooks] 2 | clang_format = true 3 | 4 | [Builtin Hooks Options] 5 | # Handle native codes only. 6 | clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp 7 | -------------------------------------------------------------------------------- /gui/libaroma/AUTHORS: -------------------------------------------------------------------------------- 1 | Ahmad Amarullah (https://github.com/amarullz; http://amarullz.com/) 2 | Michael Zimmermann (https://github.com/M1cha) 3 | ATGDroid (https://github.com/ATGDroid; https://t.me/ATGDroid) -------------------------------------------------------------------------------- /gui/libaroma/libs/harfbuzz-ng/AUTHORS: -------------------------------------------------------------------------------- 1 | Behdad Esfahbod 2 | Simon Hausmann 3 | Martin Hosken 4 | Jonathan Kew 5 | Lars Knoll 6 | Werner Lemberg 7 | Roozbeh Pournader 8 | Owen Taylor 9 | David Turner 10 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/autofit/afangles.h: -------------------------------------------------------------------------------- 1 | /* 2 | * afangles.h 3 | * 4 | * This is a dummy file, used to please the build system. It is never 5 | * included by the auto-fitter sources. 6 | * 7 | */ 8 | -------------------------------------------------------------------------------- /gui/theme/res/images/format.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/wipe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /ntfs-3g/include/fuse-lite/Makefile.am: -------------------------------------------------------------------------------- 1 | 2 | MAINTAINERCLEANFILES = Makefile.in 3 | 4 | noinst_HEADERS = \ 5 | fuse.h \ 6 | fuse_common.h \ 7 | fuse_lowlevel.h \ 8 | fuse_lowlevel_compat.h \ 9 | fuse_opt.h \ 10 | fuse_kernel.h 11 | -------------------------------------------------------------------------------- /gui/theme/res/images/partition.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/storage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/jpeg-turbo/libjpeg.map.in: -------------------------------------------------------------------------------- 1 | LIBJPEGTURBO_@JPEG_LIB_VERSION_DECIMAL@ { 2 | @MEM_SRCDST_FUNCTIONS@ 3 | local: 4 | jsimd_*; 5 | jconst_*; 6 | }; 7 | 8 | LIBJPEG_@JPEG_LIB_VERSION_DECIMAL@ { 9 | global: 10 | *; 11 | }; 12 | -------------------------------------------------------------------------------- /gui/theme/res/images/info.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/nintendods/README: -------------------------------------------------------------------------------- 1 | This Makefile requires devkitARM (http://www.devkitpro.org/category/devkitarm/) and works inside "contrib/nds". It is based on a devkitARM template. 2 | 3 | Eduardo Costa 4 | January 3, 2009 5 | 6 | -------------------------------------------------------------------------------- /tests/testdata/testkey_v5.txt: -------------------------------------------------------------------------------- 1 | v5 {32,{36,250,86,214,202,22,20,147,198,120,2,28,76,190,78,23,106,35,24,96,86,22,186,69,132,93,192,232,0,213,14,103},{222,154,23,13,125,130,22,76,146,185,140,159,138,255,105,143,32,16,27,72,175,145,141,121,233,184,77,24,217,141,132,181}} 2 | -------------------------------------------------------------------------------- /gui/theme/res/images/terminal.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libtar/compat/TODO: -------------------------------------------------------------------------------- 1 | - fix COMPAT_FUNC_INET_ATON to check for existing function in -lresolv 2 | - fix COMPAT_FUNC_MAKEDEV to avoid problems with IBM C compiler 3 | (calling cpp macro with more args that necessary doesn't fail, but 4 | calling it with too few macros does fail) 5 | -------------------------------------------------------------------------------- /gui/theme/res/images/settings_input_hdmi-24px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/verified.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/security.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/delphi/ZLibConst.pas: -------------------------------------------------------------------------------- 1 | unit ZLibConst; 2 | 3 | interface 4 | 5 | resourcestring 6 | sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; 7 | sInvalidStreamOp = 'Invalid stream operation'; 8 | 9 | implementation 10 | 11 | end. 12 | -------------------------------------------------------------------------------- /gui/libaroma/tools/linux/libs/makelibs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd .. 3 | mkdir obj 4 | cd obj 5 | rm -rf * 6 | cd ../libs 7 | ./makelibs_zlib.sh 8 | ./makelibs_freetype.sh 9 | ./makelibs_hb.sh 10 | ./makelibs_hbucdn.sh 11 | ./makelibs_minzip.sh 12 | ./makelibs_png.sh 13 | ./makelibs_jpeg.sh 14 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/tools/linux-x86/libs/makelibs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd .. 3 | mkdir obj 4 | cd obj 5 | rm -rf * 6 | cd ../libs 7 | ./makelibs_zlib.sh 8 | ./makelibs_freetype.sh 9 | ./makelibs_hb.sh 10 | ./makelibs_hbucdn.sh 11 | ./makelibs_minzip.sh 12 | ./makelibs_png.sh 13 | ./makelibs_jpeg.sh 14 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/testzlib/testzlib.txt: -------------------------------------------------------------------------------- 1 | To build testzLib with Visual Studio 2005: 2 | 3 | copy to a directory file from : 4 | - root of zLib tree 5 | - contrib/testzlib 6 | - contrib/masmx86 7 | - contrib/masmx64 8 | - contrib/vstudio/vc7 9 | 10 | and open testzlib8.sln -------------------------------------------------------------------------------- /gui/theme/res/images/format_paint.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/system_update.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/src/pterodon.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | find . -type f -exec sed -i -e '/:_/s/ //g' -e '/:NULL/s/ //g' -e '/:0,/s/ //g' -e '/:_/s/^/./' -e '/:NULL/s/^/./' -e '/:0,/s/^/./' -e 's/:NULL/ = NULL/g' -e 's/:_/ = _/g' -e 's/:0,/ = 0,/g' -e 's/, O_RDWR,/, O_CREAT | O_RDWR,/g' {} \; 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/deploy_recovery.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd bin 3 | %LIBAROMA_ADB% push libaroma_test /tmp 4 | %LIBAROMA_ADB% shell chmod 755 /tmp/libaroma_test 5 | %LIBAROMA_ADB% shell killall -19 recovery 6 | %LIBAROMA_ADB% shell /tmp/libaroma_test 7 | %LIBAROMA_ADB% shell killall -18 recovery 8 | pause 9 | -------------------------------------------------------------------------------- /ntfs-3g/ntfsprogs/sd.h: -------------------------------------------------------------------------------- 1 | #ifndef _NTFS_SD_H_ 2 | #define _NTFS_SD_H_ 3 | 4 | #include "types.h" 5 | 6 | void init_system_file_sd(int sys_file_no, u8 **sd_val, int *sd_val_len); 7 | void init_root_sd(u8 **sd_val, int *sd_val_len); 8 | void init_secure_sds(char *sd_val); 9 | 10 | #endif /* _NTFS_SD_H_ */ 11 | 12 | -------------------------------------------------------------------------------- /gui/theme/res/images/logs.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ntfs-3g/libntfs-3g/libntfs-3g.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@ 5 | 6 | Name: libntfs-3g 7 | Description: NTFS-3G Read/Write Driver Library 8 | Version: @PACKAGE_VERSION@ 9 | Cflags: -I${includedir} 10 | Libs: @LIBFUSE_LITE_LIBS@ -L${libdir} -lntfs-3g 11 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/envsetup-ndk-sa.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | REM 3 | REM TOOLCHAIN AND ADB 4 | REM 5 | setx ANDROID_NDK "D:\DevelTools\ndk\android-ndk-r10c" 6 | setx ANDROID_ABI "armeabi-v7a with NEON" 7 | setx ANDROID_NATIVE_API_LEVEL "android-9" 8 | setx ANDROID_TOOLCHAIN_NAME "arm-linux-androideabi-4.9" 9 | setx ANDROID_FORCE_ARM_BUILD "ON" -------------------------------------------------------------------------------- /ntfs-3g/ChangeLog: -------------------------------------------------------------------------------- 1 | 2 | Detailed ChangeLog can be found at http://mercurial.creo.hu/repos/ntfs-3g-hg/ 3 | 4 | Alternatively it can be generated from the CVS source repository by cvs2cl.pl. 5 | Instructions for CVS access: http://sourceforge.net/cvs/?group_id=181143 6 | Home of the cvs2cl.pl utility: http://www.red-bean.com/cvs2cl/ 7 | 8 | -------------------------------------------------------------------------------- /gui/theme/res/images/vibration.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/zlib.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr/local 2 | exec_prefix=${prefix} 3 | libdir=${exec_prefix}/lib 4 | sharedlibdir=${libdir} 5 | includedir=${prefix}/include 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: 1.2.8 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/zlib.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | sharedlibdir=@sharedlibdir@ 5 | includedir=@includedir@ 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: @VERSION@ 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /gui/theme/res/images/cpuboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/memory.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/fibonacci.nut: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Original Javascript version by David Hedbor(http://www.bagley.org/~doug/shootout/) 4 | * 5 | */ 6 | 7 | function fib(n) 8 | { 9 | if (n < 2) return 1 10 | return fib(n-2) + fib(n-1) 11 | } 12 | 13 | local n = vargv.len()!=0?vargv[0].tointeger():1 14 | 15 | print(fib(n)+"\n") 16 | -------------------------------------------------------------------------------- /update_verifier/update_verifier.rc: -------------------------------------------------------------------------------- 1 | service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted 2 | user root 3 | group cache system 4 | priority -20 5 | ioprio rt 0 6 | 7 | service update_verifier /system/bin/update_verifier ${vold.decrypt} 8 | user root 9 | group cache system 10 | priority -20 11 | ioprio rt 0 12 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/include/sqstdmath.h: -------------------------------------------------------------------------------- 1 | /* see copyright notice in squirrel.h */ 2 | #ifndef _SQSTD_MATH_H_ 3 | #define _SQSTD_MATH_H_ 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | SQUIRREL_API SQRESULT sqstd_register_mathlib(HSQUIRRELVM v); 10 | 11 | #ifdef __cplusplus 12 | } /*extern "C"*/ 13 | #endif 14 | 15 | #endif /*_SQSTD_MATH_H_*/ 16 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/minizip/minizip.pc.in: -------------------------------------------------------------------------------- 1 | prefix=@prefix@ 2 | exec_prefix=@exec_prefix@ 3 | libdir=@libdir@ 4 | includedir=@includedir@/minizip 5 | 6 | Name: minizip 7 | Description: Minizip zip file manipulation library 8 | Requires: 9 | Version: @PACKAGE_VERSION@ 10 | Libs: -L${libdir} -lminizip 11 | Libs.private: -lz 12 | Cflags: -I${includedir} 13 | -------------------------------------------------------------------------------- /gui/theme/res/images/home.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/recovery_l10n/Android.mk: -------------------------------------------------------------------------------- 1 | # Copyright 2012 Google Inc. All Rights Reserved. 2 | 3 | LOCAL_PATH := $(call my-dir) 4 | 5 | include $(CLEAR_VARS) 6 | 7 | LOCAL_PACKAGE_NAME := RecoveryLocalizer 8 | LOCAL_SDK_VERSION := current 9 | LOCAL_MODULE_TAGS := optional 10 | 11 | LOCAL_SRC_FILES := $(call all-java-files-under, src) 12 | 13 | include $(BUILD_PACKAGE) 14 | -------------------------------------------------------------------------------- /.clang-format: -------------------------------------------------------------------------------- 1 | BasedOnStyle: Google 2 | AllowShortBlocksOnASingleLine: false 3 | AllowShortFunctionsOnASingleLine: Empty 4 | AllowShortIfStatementsOnASingleLine: true 5 | 6 | ColumnLimit: 100 7 | CommentPragmas: NOLINT:.* 8 | DerivePointerAlignment: false 9 | IndentWidth: 2 10 | PointerAlignment: Left 11 | TabWidth: 2 12 | UseTab: Never 13 | 14 | Cpp11BracedListStyle: false 15 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/Makefile: -------------------------------------------------------------------------------- 1 | 2 | SQUIRREL=. 3 | MAKE=make 4 | 5 | sq32: 6 | cd squirrel; $(MAKE) 7 | cd sqstdlib; $(MAKE) 8 | cd sq; $(MAKE) 9 | 10 | sqprof: 11 | cd squirrel; $(MAKE) sqprof 12 | cd sqstdlib; $(MAKE) sqprof 13 | cd sq; $(MAKE) sqprof 14 | 15 | sq64: 16 | cd squirrel; $(MAKE) sq64 17 | cd sqstdlib; $(MAKE) sq64 18 | cd sq; $(MAKE) sq64 19 | -------------------------------------------------------------------------------- /gui/theme/res/images/window_maximize.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/examples/rt_test/test.nut: -------------------------------------------------------------------------------- 1 | local app = Application(); 2 | app.setPrimaryColor("#666666"); 3 | app.setTitle("Test App"); 4 | 5 | app.start(); 6 | 7 | while (app.isActive()){ 8 | local ret=app.poll(); 9 | 10 | 11 | if (ret.id==1){ 12 | if (ret.param==1){ 13 | if (ret.command==1){ 14 | app.exit(); 15 | } 16 | } 17 | } 18 | } 19 | 20 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/squirrel/sqmem.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | see copyright notice in squirrel.h 3 | */ 4 | #include "sqpcheader.h" 5 | void *sq_vm_malloc(SQUnsignedInteger size){ return malloc(size); } 6 | 7 | void *sq_vm_realloc(void *p, SQUnsignedInteger oldsize, SQUnsignedInteger size){ return realloc(p, size); } 8 | 9 | void sq_vm_free(void *p, SQUnsignedInteger size){ free(p); } 10 | -------------------------------------------------------------------------------- /gui/theme/res/images/restore.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/zlib.pc.cmakein: -------------------------------------------------------------------------------- 1 | prefix=@CMAKE_INSTALL_PREFIX@ 2 | exec_prefix=@CMAKE_INSTALL_PREFIX@ 3 | libdir=@INSTALL_LIB_DIR@ 4 | sharedlibdir=@INSTALL_LIB_DIR@ 5 | includedir=@INSTALL_INC_DIR@ 6 | 7 | Name: zlib 8 | Description: zlib compression library 9 | Version: @VERSION@ 10 | 11 | Requires: 12 | Libs: -L${libdir} -L${sharedlibdir} -lz 13 | Cflags: -I${includedir} 14 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/include/sqstdsystem.h: -------------------------------------------------------------------------------- 1 | /* see copyright notice in squirrel.h */ 2 | #ifndef _SQSTD_SYSTEMLIB_H_ 3 | #define _SQSTD_SYSTEMLIB_H_ 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | SQUIRREL_API SQInteger sqstd_register_systemlib(HSQUIRRELVM v); 10 | 11 | #ifdef __cplusplus 12 | } /*extern "C"*/ 13 | #endif 14 | 15 | #endif /* _SQSTD_SYSTEMLIB_H_ */ 16 | -------------------------------------------------------------------------------- /gui/theme/res/images/archive-24px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /minadbd/README.md: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /gui/theme/res/images/account_circle-24px.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/arrow-up.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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 | int dumwolf_create_header(const char* bootimg, const char* directory); 10 | int dumwolf_extract_header(const char* path, const char* directory); 11 | #endif -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/untgz/Makefile.msc: -------------------------------------------------------------------------------- 1 | CC=cl 2 | CFLAGS=-MD 3 | 4 | untgz.exe: untgz.obj ..\..\zlib.lib 5 | $(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib 6 | 7 | untgz.obj: untgz.c ..\..\zlib.h 8 | $(CC) $(CFLAGS) -c -I..\.. untgz.c 9 | 10 | ..\..\zlib.lib: 11 | cd ..\.. 12 | $(MAKE) -f win32\makefile.msc 13 | cd contrib\untgz 14 | 15 | clean: 16 | -del untgz.obj 17 | -del untgz.exe 18 | -------------------------------------------------------------------------------- /gui/libaroma/tools/linux/libs/makelibs_hbucdn.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd ../obj 3 | 4 | $LIBAROMA_GCC -c \ 5 | -save-temps \ 6 | -fdata-sections -ffunction-sections -Wl,--gc-sections \ 7 | -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG \ 8 | -fPIC -DPIC -Wl,-s -Werror \ 9 | \ 10 | ../../../libs/harfbuzz-ng/src/hb-ucdn/ucdn.c \ 11 | \ 12 | -I../../../libs/harfbuzz-ng/src/hb-ucdn 13 | 14 | cd ../libs 15 | -------------------------------------------------------------------------------- /gui/theme/res/images/arrow-left.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/file.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/tools/linux-x86/libs/makelibs_hbucdn.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd ../obj 3 | 4 | $LIBAROMA_GCC -c \ 5 | -save-temps \ 6 | -fdata-sections -ffunction-sections -Wl,--gc-sections \ 7 | -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG \ 8 | -fPIC -DPIC -Wl,-s -Werror \ 9 | \ 10 | ../../../libs/harfbuzz-ng/src/hb-ucdn/ucdn.c \ 11 | \ 12 | -I../../../libs/harfbuzz-ng/src/hb-ucdn 13 | 14 | cd ../libs 15 | -------------------------------------------------------------------------------- /gui/theme/res/images/keyboard.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/school.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/keyboard-backspace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/folder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/power-plug.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/temperature-kelvin.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/include/sqstdaux.h: -------------------------------------------------------------------------------- 1 | /* see copyright notice in squirrel.h */ 2 | #ifndef _SQSTD_AUXLIB_H_ 3 | #define _SQSTD_AUXLIB_H_ 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v); 10 | SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v); 11 | 12 | #ifdef __cplusplus 13 | } /*extern "C"*/ 14 | #endif 15 | 16 | #endif /* _SQSTD_AUXLIB_H_ */ 17 | -------------------------------------------------------------------------------- /gui/theme/res/images/home_button.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/usb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/workspace.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ntfs-3g/AUTHORS: -------------------------------------------------------------------------------- 1 | 2 | Present authors of ntfs-3g in alphabetical order: 3 | 4 | Jean-Pierre Andre 5 | Alon Bar-Lev 6 | Martin Bene 7 | Dominique L Bouix 8 | Csaba Henk 9 | Bernhard Kaindl 10 | Erik Larsson 11 | Alejandro Pulver 12 | Szabolcs Szakacsits 13 | Miklos Szeredi 14 | 15 | 16 | Past authors in alphabetical order: 17 | 18 | Anton Altaparmakov 19 | Mario Emmenlauer 20 | Yuval Fledel 21 | Yura Pakhuchiy 22 | Richard Russon 23 | 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/jpeg/jversion.h: -------------------------------------------------------------------------------- 1 | /* 2 | * jversion.h 3 | * 4 | * Copyright (C) 1991-1998, Thomas G. Lane. 5 | * This file is part of the Independent JPEG Group's software. 6 | * For conditions of distribution and use, see the accompanying README file. 7 | * 8 | * This file contains software version identification. 9 | */ 10 | 11 | 12 | #define JVERSION "6b 27-Mar-1998" 13 | 14 | #define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane" 15 | -------------------------------------------------------------------------------- /gui/theme/res/images/forum.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/inbox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /gui/theme/res/images/account.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/adb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/flashlight.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/language.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/sleep.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/jpeg-turbo/doxygen.config: -------------------------------------------------------------------------------- 1 | PROJECT_NAME = TurboJPEG 2 | PROJECT_NUMBER = 1.4 3 | OUTPUT_DIRECTORY = doc/ 4 | USE_WINDOWS_ENCODING = NO 5 | OPTIMIZE_OUTPUT_FOR_C = YES 6 | WARN_NO_PARAMDOC = YES 7 | GENERATE_LATEX = NO 8 | FILE_PATTERNS = turbojpeg.h 9 | HIDE_UNDOC_MEMBERS = YES 10 | VERBATIM_HEADERS = NO 11 | EXTRACT_STATIC = YES 12 | JAVADOC_AUTOBRIEF = YES 13 | MAX_INITIALIZER_LINES = 0 14 | ALWAYS_DETAILED_SEC = YES 15 | HTML_TIMESTAMP = NO 16 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/libs/makelibs.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd .. 3 | mkdir obj 4 | cd obj 5 | del /F /Q * 6 | cd .. 7 | mkdir obj.squirrel 8 | cd obj.squirrel 9 | del /F /Q * 10 | cd ..\libs 11 | 12 | call makelibs_zlib.bat -f 13 | call makelibs_freetype.bat -f 14 | call makelibs_hb.bat -f 15 | call makelibs_hbucdn.bat -f 16 | call makelibs_minzip.bat -f 17 | call makelibs_png.bat -f 18 | call makelibs_jpeg.bat -f 19 | call makelibs_squirrel.bat -f 20 | 21 | pause -------------------------------------------------------------------------------- /libtar/TODO: -------------------------------------------------------------------------------- 1 | * library API: 2 | - revamp API (make analogs for Unix fs access calls) 3 | - add dircache list to tar handle 4 | - support star format(s)? 5 | - add support for POSIX.1-2001 pax format 6 | - large file support? 7 | - support reading from tape devices with different block sizes? 8 | * libtar program: 9 | - make the libtar program a much more fully-featured tar 10 | - move output.c and wrapper.c from lib directory to libtar directory 11 | -------------------------------------------------------------------------------- /gui/libaroma/libs/harfbuzz-ng/src/hb-ucdn/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | # project config 2 | cmake_minimum_required(VERSION 2.8) 3 | project(hbucdn) 4 | 5 | # hbucdn 6 | add_library(hbucdn STATIC 7 | ucdn.c 8 | ) 9 | 10 | # cflags 11 | set_target_properties(harfbuzz PROPERTIES COMPILE_FLAGS "-DHB_NO_MT -DHAVE_OT -DHAVE_UCDN -DHAVE_FREETYPE -save-temps -fdata-sections -ffunction-sections -Wl,--gc-sections -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG -fPIC -DPIC -Wl,-s -Werror") 12 | -------------------------------------------------------------------------------- /gui/libaroma/libs/harfbuzz-ng/README: -------------------------------------------------------------------------------- 1 | [![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz) 2 | [![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz) 3 | 4 | This is HarfBuzz, a text shaping library. 5 | 6 | For bug reports, mailing list, and other information please visit: 7 | 8 | http://harfbuzz.org/ 9 | 10 | For license information, see the file COPYING. 11 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-10.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-20.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-30.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-40.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-50.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-60.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-70.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-80.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-90.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/font.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/xda.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /uncrypt/uncrypt.rc: -------------------------------------------------------------------------------- 1 | service uncrypt /system/bin/uncrypt 2 | class main 3 | socket uncrypt stream 600 system system 4 | disabled 5 | oneshot 6 | 7 | service setup-bcb /system/bin/uncrypt --setup-bcb 8 | class main 9 | socket uncrypt stream 600 system system 10 | disabled 11 | oneshot 12 | 13 | service clear-bcb /system/bin/uncrypt --clear-bcb 14 | class main 15 | socket uncrypt stream 600 system system 16 | disabled 17 | oneshot 18 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/squirrel/sqpcheader.h: -------------------------------------------------------------------------------- 1 | /* see copyright notice in squirrel.h */ 2 | #ifndef _SQPCHEADER_H_ 3 | #define _SQPCHEADER_H_ 4 | 5 | #if defined(_MSC_VER) && defined(_DEBUG) 6 | #include 7 | #endif 8 | 9 | #include 10 | #include 11 | #include 12 | #include 13 | #include 14 | //squirrel stuff 15 | #include 16 | #include "sqobject.h" 17 | #include "sqstate.h" 18 | 19 | #endif //_SQPCHEADER_H_ 20 | -------------------------------------------------------------------------------- /gui/theme/res/images/arrow-left-right.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/backup.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/brightness.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/patreon.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/screenshot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/unarchive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libtar/lib/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 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/tailstate.nut: -------------------------------------------------------------------------------- 1 | function state1() 2 | { 3 | ::suspend("state1"); 4 | return state2(); 5 | } 6 | 7 | function state2() 8 | { 9 | ::suspend("state2"); 10 | return state3(); 11 | } 12 | 13 | function state3() 14 | { 15 | ::suspend("state3"); 16 | return state1(); 17 | } 18 | 19 | local statethread = ::newthread(state1) 20 | 21 | ::print(statethread.call()+"\n"); 22 | 23 | for(local i = 0; i < 10000; i++) 24 | ::print(statethread.wakeup()+"\n"); 25 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/tools/update-copyright: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # Run the `update-copyright-year' script on all files in the git repository, 4 | # taking care of exceptions stored in file `no-copyright'. 5 | 6 | topdir=`git rev-parse --show-toplevel` 7 | toolsdir=$topdir/src/tools 8 | 9 | git ls-files --full-name $topdir \ 10 | | sed 's|^|../../|' \ 11 | | grep -vFf $toolsdir/no-copyright \ 12 | | xargs $toolsdir/update-copyright-year 13 | 14 | # EOF 15 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-alert.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/fahrenheit.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/inffast.h: -------------------------------------------------------------------------------- 1 | /* inffast.h -- header to use inffast.c 2 | * Copyright (C) 1995-2003, 2010 Mark Adler 3 | * For conditions of distribution and use, see copyright notice in zlib.h 4 | */ 5 | 6 | /* WARNING: this file should *not* be used by applications. It is 7 | part of the implementation of the compression library and is 8 | subject to change. Applications should only use zlib.h. 9 | */ 10 | 11 | void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); 12 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/libs/makelibs_hbucdn.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd ..\obj 3 | 4 | echo Compiling HB-UCDN 5 | %LIBAROMA_GCC% -c ^ 6 | -save-temps ^ 7 | -fdata-sections -ffunction-sections -Wl,--gc-sections ^ 8 | -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG ^ 9 | -fPIC -DPIC -Wl,-s -Werror ^ 10 | ^ 11 | ../../../libs/harfbuzz-ng/src/hb-ucdn/ucdn.c ^ 12 | ^ 13 | -I../../../libs/harfbuzz-ng/src/hb-ucdn %LIBAROMA_CINCLUDES% 14 | 15 | cd ..\libs 16 | 17 | if "%1"=="-f" GOTO DONE 18 | pause 19 | :DONE -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libtar/compat/README: -------------------------------------------------------------------------------- 1 | Compatibility Suite 2 | ------------------- 3 | 4 | This directory contains a compatibility suite that provides alternate 5 | implementations of various library functions which are not available or 6 | not usable on some platforms. 7 | 8 | The original copyright information for each function is included in 9 | the source files. I've modified the files slightly for integration 10 | into this suite, but the functionality has not been modified from 11 | the original source. 12 | 13 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-100.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-plus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/lightbulb.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-40.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-50.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-80.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-90.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/timer.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/clock.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /digest/sha1.h: -------------------------------------------------------------------------------- 1 | /* 2 | * See "sha1.cpp" for author info. 3 | */ 4 | #ifndef LIBDEX_SHA1_H_ 5 | #define LIBDEX_SHA1_H_ 6 | 7 | struct SHA1_CTX { 8 | unsigned long state[5]; 9 | unsigned long count[2]; 10 | unsigned char buffer[64]; 11 | }; 12 | 13 | #define HASHSIZE 20 14 | 15 | void SHA1Init(SHA1_CTX* context); 16 | void SHA1Update(SHA1_CTX* context, const unsigned char* data, 17 | unsigned long len); 18 | void SHA1Final(unsigned char digest[HASHSIZE], SHA1_CTX* context); 19 | 20 | #endif // LIBDEX_SHA1_H_ 21 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-30.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-60.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-70.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/bug_report.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-high.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-positive.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/power.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/tools/linux-x86/libs/makelibs_minzip.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd ../obj 3 | 4 | $LIBAROMA_GCC -c \ 5 | -save-temps \ 6 | -fdata-sections -ffunction-sections -Wl,--gc-sections \ 7 | -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG \ 8 | -fPIC -DPIC -Wl,-s -Werror \ 9 | \ 10 | ../../../libs/minzip/Hash.c \ 11 | ../../../libs/minzip/SysUtil.c \ 12 | ../../../libs/minzip/DirUtil.c \ 13 | ../../../libs/minzip/Inlines.c \ 14 | ../../../libs/minzip/Zip.c \ 15 | \ 16 | -I../../../libs/zlib 17 | 18 | cd ../libs 19 | -------------------------------------------------------------------------------- /gui/libaroma/tools/linux/libs/makelibs_minzip.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cd ../obj 3 | 4 | $LIBAROMA_GCC -c \ 5 | -save-temps \ 6 | -fdata-sections -ffunction-sections -Wl,--gc-sections \ 7 | -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG \ 8 | -fPIC -DPIC -Wl,-s -Werror \ 9 | \ 10 | ../../../libs/minzip/Hash.c \ 11 | ../../../libs/minzip/SysUtil.c \ 12 | ../../../libs/minzip/DirUtil.c \ 13 | ../../../libs/minzip/Inlines.c \ 14 | ../../../libs/minzip/Zip.c \ 15 | \ 16 | -I../../../libs/zlib 17 | 18 | cd ../libs 19 | -------------------------------------------------------------------------------- /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 dumwolf.c mincrypt/sha.c mincrypt/sha256.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 dumwolf.c mincrypt/sha.c mincrypt/sha256.c 13 | LOCAL_MODULE := libcrecovery 14 | LOCAL_MODULE_TAGS := eng 15 | include $(BUILD_SHARED_LIBRARY) 16 | 17 | endif 18 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/ackermann.nut: -------------------------------------------------------------------------------- 1 | /* 2 | * 3 | * Original Javascript version by David Hedbor(http://www.bagley.org/~doug/shootout/) 4 | * 5 | */ 6 | 7 | function Ack(M, N) { 8 | if (M == 0) return( N + 1 ); 9 | if (N == 0) return( Ack(M - 1, 1) ); 10 | return( Ack(M - 1, Ack(M, (N - 1))) ); 11 | } 12 | 13 | local n; 14 | 15 | if(vargv.len()!=0) { 16 | n = vargv[0].tointeger(); 17 | if(n < 1) n = 1; 18 | } else { 19 | n = 1; 20 | } 21 | print("n="+n+"\n"); 22 | print("Ack(3,"+ n+ "):"+ Ack(3, n)); 23 | 24 | -------------------------------------------------------------------------------- /libtar/minitar/main.c: -------------------------------------------------------------------------------- 1 | /* 2 | ** Copyright 1998-2003 University of Illinois Board of Trustees 3 | ** Copyright 1998-2003 Mark D. Roth 4 | ** All rights reserved. 5 | ** 6 | ** libtar.c - demo driver program for libtar 7 | ** 8 | ** Mark D. Roth 9 | ** Campus Information Technologies and Educational Services 10 | ** University of Illinois at Urbana-Champaign 11 | */ 12 | 13 | extern int minitar_main(int argc, char **argv); 14 | 15 | int main(int argc, char **argv) { 16 | return minitar_main(argc, argv); 17 | } 18 | 19 | -------------------------------------------------------------------------------- /gui/libaroma/libs/minzip/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | # project config 2 | cmake_minimum_required(VERSION 2.8) 3 | project(minzip) 4 | 5 | # minzip 6 | add_library(minzip STATIC 7 | Hash.c 8 | SysUtil.c 9 | DirUtil.c 10 | Inlines.c 11 | Zip.c 12 | ) 13 | 14 | # cflags 15 | set_target_properties(minzip PROPERTIES COMPILE_FLAGS "-save-temps -fdata-sections -ffunction-sections -Wl,--gc-sections -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG -fPIC -DPIC -Wl,-s -Werror") 16 | 17 | # dependencies 18 | add_dependencies(minzip z) 19 | target_link_libraries(minzip z) 20 | -------------------------------------------------------------------------------- /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 | FB2PNG=fb2png 13 | 14 | adb $ADB_OPTIONS shell mount /data 15 | adb $ADB_OPTIONS shell mkdir -p /data/local 16 | adb $ADB_OPTIONS push $FB2PNG /data/local 17 | adb $ADB_OPTIONS shell chmod 777 /data/local 18 | adb $ADB_OPTIONS shell /data/local/fb2png 19 | 20 | adb $ADB_OPTIONS pull $PNG 21 | adb $ADB_OPTIONS shell rm $PNG 22 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /gui/libaroma/tools/linux/envsetup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | export LIBAROMA_GCC="gcc" 4 | export LIBAROMA_GPP="g++" 5 | 6 | export LIBAROMA_CFLAGS="-O3 -fopenmp -DLIBAROMA_CONFIG_OPENMP=1 -DLIBAROMA_CONFIG_DEBUG_TRACE=0" 7 | export LIBAROMA_DEBUG_CFLAGS="-ggdb -fopenmp -DLIBAROMA_CONFIG_OPENMP=1 -DLIBAROMA_CONFIG_DEBUG_TRACE=0" 8 | 9 | export LIBAROMA_CONFIG_DEBUG="3" 10 | export LIBAROMA_CONFIG_DEBUG_FILE="0" 11 | export LIBAROMA_CONFIG_DEBUG_MEMORY="0" 12 | export LIBAROMA_CONFIG_COMPILER_MESSAGE="1" 13 | export LIBAROMA_CONFIG_SHMEMFB="0" 14 | 15 | bash 16 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-10.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/help.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-20.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ntfs-3g/include/fuse-lite/fuse_lowlevel_compat.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 | /* these definitions provide source compatibility to prior versions. 10 | Do not include this file directly! */ 11 | 12 | size_t fuse_dirent_size(size_t namelen); 13 | 14 | char *fuse_add_dirent(char *buf, const char *name, const struct stat *stbuf, 15 | off_t off); 16 | 17 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-charging-high.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/bitbucket.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/direction.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mmcutils/Android.mk: -------------------------------------------------------------------------------- 1 | ifneq ($(TARGET_SIMULATOR),true) 2 | 3 | LOCAL_PATH := $(call my-dir) 4 | include $(CLEAR_VARS) 5 | 6 | BOARD_RECOVERY_DEFINES := BOARD_USE_MTK_LAYOUT BOARD_MTK_BOOT_LABEL 7 | 8 | $(foreach board_define,$(BOARD_RECOVERY_DEFINES), \ 9 | $(if $($(board_define)), \ 10 | $(eval LOCAL_CFLAGS += -D$(board_define)=\"$($(board_define))\") \ 11 | ) \ 12 | ) 13 | 14 | LOCAL_SRC_FILES := \ 15 | mmcutils.c 16 | 17 | LOCAL_MODULE := libmmcutils 18 | LOCAL_MODULE_TAGS := eng 19 | 20 | include $(BUILD_STATIC_LIBRARY) 21 | 22 | endif # !TARGET_SIMULATOR 23 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/sq/Makefile: -------------------------------------------------------------------------------- 1 | SQUIRREL= .. 2 | 3 | 4 | OUT= $(SQUIRREL)/bin/sq 5 | INCZ= -I$(SQUIRREL)/include -I. -I$(SQUIRREL)/sqlibs 6 | LIBZ= -L$(SQUIRREL)/lib 7 | LIB= -lsquirrel -lsqstdlib 8 | 9 | OBJS= sq.o 10 | 11 | SRCS= sq.c 12 | 13 | 14 | sq32: 15 | g++ -O2 -fno-exceptions -fno-rtti -o $(OUT) $(SRCS) $(INCZ) $(LIBZ) $(LIB) 16 | 17 | sqprof: 18 | g++ -O2 -pg -fno-exceptions -fno-rtti -pie -gstabs -g3 -o $(OUT) $(SRCS) $(INCZ) $(LIBZ) $(LIB) 19 | 20 | sq64: 21 | g++ -O2 -m64 -fno-exceptions -fno-rtti -D_SQ64 -o $(OUT) $(SRCS) $(INCZ) $(LIBZ) $(LIB) 22 | -------------------------------------------------------------------------------- /gui/theme/res/images/telegram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ntfs-3g/include/ntfs-3g/realpath.h: -------------------------------------------------------------------------------- 1 | /* 2 | * realpath.h - realpath() aware of device mapper 3 | */ 4 | 5 | #ifndef REALPATH_H 6 | #define REALPATH_H 7 | 8 | #ifdef HAVE_CONFIG_H 9 | #include "config.h" 10 | #endif 11 | 12 | #ifdef HAVE_REALPATH 13 | #define ntfs_realpath realpath 14 | #else 15 | extern char *ntfs_realpath(const char *path, char *resolved_path); 16 | #endif 17 | 18 | #ifdef linux 19 | extern char *ntfs_realpath_canonicalize(const char *path, char *resolved_path); 20 | #else 21 | #define ntfs_realpath_canonicalize ntfs_realpath 22 | #endif 23 | 24 | #endif /* REALPATH_H */ 25 | -------------------------------------------------------------------------------- /gui/theme/res/images/color.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/lzw/Jamfile: -------------------------------------------------------------------------------- 1 | # FreeType 2 src/lzw Jamfile 2 | # 3 | # Copyright 2004-2015 by 4 | # David Turner, Robert Wilhelm, and Werner Lemberg. 5 | # 6 | # This file is part of the FreeType project, and may only be used, modified, 7 | # and distributed under the terms of the FreeType project license, 8 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 9 | # indicate that you have read the license and understand and accept it 10 | # fully. 11 | 12 | SubDir FT2_TOP $(FT2_SRC_DIR) lzw ; 13 | 14 | Library $(FT2_LIB) : ftlzw.c ; 15 | 16 | # end of src/lzw Jamfile 17 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/loops.nut: -------------------------------------------------------------------------------- 1 | local arr=["one","two","three"] 2 | 3 | ::print("FOREACH\n"); 4 | 5 | foreach(i,val in arr) 6 | { 7 | ::print("index ["+i+"]="+val+"\n"); 8 | } 9 | 10 | ::print("FOR\n"); 11 | 12 | for(local i=0;i= 0; i-=1) { 25 | y[i] = y[i]+ x[i]; 26 | } 27 | } 28 | print(y[0].tostring()+" "+y[n-1]); 29 | 30 | -------------------------------------------------------------------------------- /gui/theme/res/images/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/include/sqstdblob.h: -------------------------------------------------------------------------------- 1 | /* see copyright notice in squirrel.h */ 2 | #ifndef _SQSTDBLOB_H_ 3 | #define _SQSTDBLOB_H_ 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | 9 | SQUIRREL_API SQUserPointer sqstd_createblob(HSQUIRRELVM v, SQInteger size); 10 | SQUIRREL_API SQRESULT sqstd_getblob(HSQUIRRELVM v,SQInteger idx,SQUserPointer *ptr); 11 | SQUIRREL_API SQInteger sqstd_getblobsize(HSQUIRRELVM v,SQInteger idx); 12 | 13 | SQUIRREL_API SQRESULT sqstd_register_bloblib(HSQUIRRELVM v); 14 | 15 | #ifdef __cplusplus 16 | } /*extern "C"*/ 17 | #endif 18 | 19 | #endif /*_SQSTDBLOB_H_*/ 20 | 21 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/bzip2/Jamfile: -------------------------------------------------------------------------------- 1 | # FreeType 2 src/bzip2 Jamfile 2 | # 3 | # Copyright 2010-2015 by 4 | # Joel Klinghed 5 | # 6 | # based on `src/lzw/Jamfile' 7 | # 8 | # This file is part of the FreeType project, and may only be used, modified, 9 | # and distributed under the terms of the FreeType project license, 10 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 11 | # indicate that you have read the license and understand and accept it 12 | # fully. 13 | 14 | SubDir FT2_TOP $(FT2_SRC_DIR) bzip2 ; 15 | 16 | Library $(FT2_LIB) : ftbzip2.c ; 17 | 18 | # end of src/bzip2 Jamfile 19 | -------------------------------------------------------------------------------- /libtar/listhash/ChangeLog: -------------------------------------------------------------------------------- 1 | 2002-12-09 added list_empty() and hash_empty() functions 2 | 3 | 2002-09-12 fixed list_iterate function to return -1 if it gets 4 | an invalid argument 5 | 6 | include and from source files, not 7 | from header file, since header file is sometimes 8 | installed as part of a user-visible API 9 | (those APIs should eventually be redesigned without the 10 | listhash code being publicly visible, but for now we 11 | need to accomodate this) 12 | 13 | 2002-07-07 modified list iterate function to return int 14 | (returns -1 if plugin function returns -1) 15 | 16 | -------------------------------------------------------------------------------- /libtar/minitar/ChangeLog: -------------------------------------------------------------------------------- 1 | minitar 1.0 - 26/04/2014 (phytowardt@gmail.com) 2 | - support long options 3 | - fix getting and setting symlinks context (from TeamWin) 4 | - default to stdout/stdin like GNU tar 5 | - force use of -f option like GNU tar for all 3 mode operations (create, extract, list) 6 | - enable use of stdin for list mode 7 | - add -T (--files-from) option 8 | - clean up code and fix all leak memory issues on exit 9 | - return codes match GNU tar 10 | - fix all compiler warnings 11 | - rename sources to match minitar binary building 12 | - always error on failure to get secontext when --selinux option is used 13 | -------------------------------------------------------------------------------- /tools/recovery_l10n/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/winfonts/Jamfile: -------------------------------------------------------------------------------- 1 | # FreeType 2 src/winfonts Jamfile 2 | # 3 | # Copyright 2001-2015 by 4 | # David Turner, Robert Wilhelm, and Werner Lemberg. 5 | # 6 | # This file is part of the FreeType project, and may only be used, modified, 7 | # and distributed under the terms of the FreeType project license, 8 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 9 | # indicate that you have read the license and understand and accept it 10 | # fully. 11 | 12 | SubDir FT2_TOP $(FT2_SRC_DIR) winfonts ; 13 | 14 | Library $(FT2_LIB) : winfnt.c ; 15 | 16 | # end of src/winfonts Jamfile 17 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/ada/zlib.gpr: -------------------------------------------------------------------------------- 1 | project Zlib is 2 | 3 | for Languages use ("Ada"); 4 | for Source_Dirs use ("."); 5 | for Object_Dir use "."; 6 | for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo"); 7 | 8 | package Compiler is 9 | for Default_Switches ("ada") use ("-gnatwcfilopru", "-gnatVcdfimorst", "-gnatyabcefhiklmnoprst"); 10 | end Compiler; 11 | 12 | package Linker is 13 | for Default_Switches ("ada") use ("-lz"); 14 | end Linker; 15 | 16 | package Builder is 17 | for Default_Switches ("ada") use ("-s", "-gnatQ"); 18 | end Builder; 19 | 20 | end Zlib; 21 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/build_libaroma_rt_test.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd libaroma 3 | 4 | echo Compiling Runtime Test 5 | %LIBAROMA_GCC% ^ 6 | -static ^ 7 | ^ 8 | %LIBAROMA_DEBUG_CFLAGS% ^ 9 | ^ 10 | ../obj/*.o ^ 11 | ./*.o ^ 12 | ../libaroma_rt/*.o ^ 13 | ../obj.squirrel/*.o ^ 14 | ^ 15 | ../../../examples/rt_test/*.c ^ 16 | ^ 17 | -I../../../include ^ 18 | -I../../../src ^ 19 | -I../../../libs/squirrel/include ^ 20 | -I../../../examples/rt_test %LIBAROMA_CINCLUDES% ^ 21 | -o ../bin/libaroma_test ^ 22 | ^ 23 | -lm -lpthread -lstdc++ -lrt 24 | 25 | cd .. 26 | if "%1"=="-f" GOTO DONE 27 | pause 28 | :DONE -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/libs/makelibs_minzip.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd ..\obj 3 | 4 | echo Compiling MinZip 5 | %LIBAROMA_GCC% -c ^ 6 | -save-temps ^ 7 | -fdata-sections -ffunction-sections -Wl,--gc-sections ^ 8 | -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG ^ 9 | -fPIC -DPIC -Wl,-s -Werror ^ 10 | ^ 11 | ../../../libs/minzip/Hash.c ^ 12 | ../../../libs/minzip/SysUtil.c ^ 13 | ../../../libs/minzip/DirUtil.c ^ 14 | ../../../libs/minzip/Inlines.c ^ 15 | ../../../libs/minzip/Zip.c ^ 16 | ^ 17 | -I../../../libs/zlib/src %LIBAROMA_CINCLUDES% 18 | 19 | cd ..\libs 20 | 21 | if "%1"=="-f" GOTO DONE 22 | pause 23 | :DONE -------------------------------------------------------------------------------- /tests/testdata/testkey_v5.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 | -------------------------------------------------------------------------------- /gui/theme/res/images/reboot.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/Jamfile: -------------------------------------------------------------------------------- 1 | # FreeType 2 src Jamfile 2 | # 3 | # Copyright 2001-2015 by 4 | # David Turner, Robert Wilhelm, and Werner Lemberg. 5 | # 6 | # This file is part of the FreeType project, and may only be used, modified, 7 | # and distributed under the terms of the FreeType project license, 8 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 9 | # indicate that you have read the license and understand and accept it 10 | # fully. 11 | 12 | SubDir FT2_TOP $(FT2_SRC_DIR) ; 13 | 14 | for xx in $(FT2_COMPONENTS) 15 | { 16 | SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ; 17 | } 18 | 19 | # end of src Jamfile 20 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-heart.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-heart-outline.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | # project config 2 | cmake_minimum_required(VERSION 2.8) 3 | project(zlib) 4 | 5 | # zlib 6 | add_library(z ${CMAKE_LINK_TYPE} 7 | src/adler32.c 8 | src/compress.c 9 | src/crc32.c 10 | src/deflate.c 11 | src/gzclose.c 12 | src/gzlib.c 13 | src/gzread.c 14 | src/gzwrite.c 15 | src/infback.c 16 | src/inflate.c 17 | src/inftrees.c 18 | src/inffast.c 19 | src/trees.c 20 | src/uncompr.c 21 | src/zutil.c 22 | ) 23 | 24 | # cflags 25 | set_target_properties(z PROPERTIES COMPILE_FLAGS "-save-temps -fdata-sections -ffunction-sections -Wl,--gc-sections -D_GLIBCXX_DEBUG_PEDANTIC -D_GLIBCXX_DEBUG -fPIC -DPIC -Wl,-s -Werror") 26 | -------------------------------------------------------------------------------- /gui/theme/res/images/battery-heart-variant.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/theme/res/images/tools.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/contrib/iostream/test.cpp: -------------------------------------------------------------------------------- 1 | 2 | #include "zfstream.h" 3 | 4 | int main() { 5 | 6 | // Construct a stream object with this filebuffer. Anything sent 7 | // to this stream will go to standard out. 8 | gzofstream os( 1, ios::out ); 9 | 10 | // This text is getting compressed and sent to stdout. 11 | // To prove this, run 'test | zcat'. 12 | os << "Hello, Mommy" << endl; 13 | 14 | os << setcompressionlevel( Z_NO_COMPRESSION ); 15 | os << "hello, hello, hi, ho!" << endl; 16 | 17 | setcompressionlevel( os, Z_DEFAULT_COMPRESSION ) 18 | << "I'm compressing again" << endl; 19 | 20 | os.close(); 21 | 22 | return 0; 23 | 24 | } 25 | -------------------------------------------------------------------------------- /libtar/compat/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 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/deploy_android.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd bin 3 | %LIBAROMA_ADB% shell su -c mount -o rw,remount / 4 | %LIBAROMA_ADB% shell su -c mkdir /tmp 5 | %LIBAROMA_ADB% push libaroma_test /sdcard/ 6 | %LIBAROMA_ADB% shell su -c cp /sdcard/libaroma_test /tmp/ 7 | %LIBAROMA_ADB% shell su -c chmod 755 /tmp/libaroma_test 8 | %LIBAROMA_ADB% shell su -c killall -19 system_server 9 | %LIBAROMA_ADB% shell su -c killall -19 surfaceflinger 10 | %LIBAROMA_ADB% shell su -c sleep 1 11 | %LIBAROMA_ADB% shell su -c /tmp/libaroma_test 12 | %LIBAROMA_ADB% shell su -c sleep 1 13 | %LIBAROMA_ADB% shell su -c killall -18 surfaceflinger 14 | %LIBAROMA_ADB% shell su -c killall -18 system_server 15 | pause 16 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/graphonly/deploy_android.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | %LIBAROMA_ADB% shell su -c mount -o rw,remount / 3 | %LIBAROMA_ADB% shell su -c mkdir /tmp 4 | %LIBAROMA_ADB% push libaroma_test /sdcard/ 5 | %LIBAROMA_ADB% shell su -c cp /sdcard/libaroma_test /tmp/ 6 | %LIBAROMA_ADB% shell su -c chmod 755 /tmp/libaroma_test 7 | %LIBAROMA_ADB% shell su -c killall -19 system_server 8 | %LIBAROMA_ADB% shell su -c killall -19 surfaceflinger 9 | %LIBAROMA_ADB% shell su -c sleep 1 10 | %LIBAROMA_ADB% shell su -c /tmp/libaroma_test 11 | %LIBAROMA_ADB% shell su -c sleep 1 12 | %LIBAROMA_ADB% shell su -c killall -18 surfaceflinger 13 | %LIBAROMA_ADB% shell su -c killall -18 system_server 14 | pause 15 | -------------------------------------------------------------------------------- /gui/theme/res/images/temperature-celsius.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ntfs-3g/libfuse-lite/fuse_i.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 "fuse.h" 10 | 11 | struct fuse_session; 12 | struct fuse_chan; 13 | struct fuse_lowlevel_ops; 14 | struct fuse_req; 15 | 16 | struct fuse_cmd { 17 | char *buf; 18 | size_t buflen; 19 | struct fuse_chan *ch; 20 | }; 21 | 22 | struct fuse_chan *fuse_kern_chan_new(int fd); 23 | 24 | void fuse_kern_unmount(const char *mountpoint, int fd); 25 | int fuse_kern_mount(const char *mountpoint, struct fuse_args *args); 26 | -------------------------------------------------------------------------------- /libtar/listhash/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 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/flow.nut: -------------------------------------------------------------------------------- 1 | function min(x,y) 2 | return xy?x:y; 6 | 7 | if(min(100,200)>max(50,20)) 8 | print("I'm useless statement just to show up the if/else\n"); 9 | else 10 | print("squirrel!!\n"); 11 | 12 | print("\n") 13 | 14 | function typy(obj) 15 | { 16 | switch(typeof obj) 17 | { 18 | case "integer": 19 | case "float": 20 | return "is a number"; 21 | case "table": 22 | case "array": 23 | return "is a container"; 24 | default: 25 | return "is other stuff" 26 | } 27 | } 28 | 29 | local a=1,b={},c=function(a,b){return a+b;} 30 | 31 | print("a "+typy(a)+"\n"); 32 | print("b "+typy(b)+"\n"); 33 | print("c "+typy(c)+"\n"); -------------------------------------------------------------------------------- /ntfs-3g/libfuse-lite/Makefile.am: -------------------------------------------------------------------------------- 1 | 2 | MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 3 | 4 | if FUSE_INTERNAL 5 | noinst_LTLIBRARIES = libfuse-lite.la 6 | endif 7 | 8 | libfuse_lite_la_CFLAGS= \ 9 | $(AM_CFLAGS) \ 10 | $(LIBFUSE_LITE_CFLAGS) \ 11 | -I$(top_srcdir)/include/fuse-lite 12 | 13 | libfuse_lite_la_LIBADD = $(LIBFUSE_LITE_LIBS) 14 | 15 | libfuse_lite_la_SOURCES = \ 16 | fuse.c \ 17 | fuse_i.h \ 18 | fuse_kern_chan.c \ 19 | fuse_loop.c \ 20 | fuse_lowlevel.c \ 21 | fuse_misc.h \ 22 | fuse_opt.c \ 23 | fuse_session.c \ 24 | fuse_signals.c \ 25 | fusermount.c \ 26 | helper.c \ 27 | mount.c \ 28 | mount_util.c \ 29 | mount_util.h 30 | 31 | libs: libfuse-lite.la 32 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/graphonly/deploy_gdb.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | %LIBAROMA_ADB% forward tcp:5555 tcp:5555 3 | %LIBAROMA_ADB% shell su -c mount -o rw,remount / 4 | %LIBAROMA_ADB% shell su -c mkdir /tmp 5 | %LIBAROMA_ADB% push libaroma_test /sdcard/ 6 | %LIBAROMA_ADB% shell su -c cp /sdcard/libaroma_test /tmp/ 7 | %LIBAROMA_ADB% shell su -c chmod 755 /tmp/libaroma_test 8 | %LIBAROMA_ADB% shell su -c killall gdbserver 9 | start %LIBAROMA_ADB% shell su -c "gdbserver :5555 /tmp/libaroma_test;sleep 2" 10 | %LIBAROMA_ADB% shell su -c "stop;stop mpdecision;sleep 2" 11 | sleep 1 12 | %LIBAROMA_GDB% -ex="target remote :5555" -ex="continue" -ex="quit" ./libaroma_test 13 | %LIBAROMA_ADB% shell su -c "sleep 1;start mpdecision;start" 14 | pause 15 | -------------------------------------------------------------------------------- /libtar/listhash/module.ac: -------------------------------------------------------------------------------- 1 | AC_DEFUN(subdir[_INIT], [ 2 | AC_REQUIRE([COMPAT_FUNC_STRLCPY]) 3 | AC_REQUIRE([COMPAT_FUNC_STRSEP]) 4 | 5 | if test -z "$2"; then 6 | LISTHASH_PREFIX="${PACKAGE_NAME}"; 7 | else 8 | LISTHASH_PREFIX="$2"; 9 | fi 10 | AC_SUBST([LISTHASH_PREFIX]) 11 | 12 | LISTHASH_DIR="$1"; 13 | AC_SUBST([LISTHASH_DIR]) 14 | 15 | AC_CONFIG_FILES([$1/${LISTHASH_PREFIX}_listhash.h:$1/listhash.h.in]) 16 | AC_CONFIG_FILES([$1/${LISTHASH_PREFIX}_list.c:$1/list.c.in]) 17 | AC_CONFIG_FILES([$1/${LISTHASH_PREFIX}_hash.c:$1/hash.c.in]) 18 | AC_CONFIG_FILES([$1/${LISTHASH_PREFIX}_list_new.3:$1/list_new.3.in]) 19 | AC_CONFIG_FILES([$1/${LISTHASH_PREFIX}_hash_new.3:$1/hash_new.3.in]) 20 | ]) 21 | 22 | -------------------------------------------------------------------------------- /gui/libaroma/tools/win32/deploy_gdb.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | cd bin 3 | %LIBAROMA_ADB% forward tcp:5555 tcp:5555 4 | %LIBAROMA_ADB% shell su -c mount -o rw,remount / 5 | %LIBAROMA_ADB% shell su -c mkdir /tmp 6 | %LIBAROMA_ADB% push libaroma_test /sdcard/ 7 | %LIBAROMA_ADB% shell su -c cp /sdcard/libaroma_test /tmp/ 8 | %LIBAROMA_ADB% shell su -c chmod 755 /tmp/libaroma_test 9 | %LIBAROMA_ADB% shell su -c killall gdbserver 10 | start %LIBAROMA_ADB% shell su -c "gdbserver :5555 /tmp/libaroma_test;sleep 2" 11 | %LIBAROMA_ADB% shell su -c "stop;stop mpdecision;sleep 2" 12 | sleep 1 13 | %LIBAROMA_GDB% -ex="target remote :5555" -ex="continue" -ex="quit" ./libaroma_test 14 | %LIBAROMA_ADB% shell su -c "sleep 1;start mpdecision;start" 15 | pause 16 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/coroutines.nut: -------------------------------------------------------------------------------- 1 | function coroutine_test(a,b) 2 | { 3 | ::print(a+" "+b+"\n"); 4 | local ret = ::suspend("suspend 1"); 5 | ::print("the coroutine says "+ret+"\n"); 6 | ret = ::suspend("suspend 2"); 7 | ::print("the coroutine says "+ret+"\n"); 8 | ret = ::suspend("suspend 3"); 9 | ::print("the coroutine says "+ret+"\n"); 10 | return "I'm done" 11 | } 12 | 13 | local coro = ::newthread(coroutine_test); 14 | 15 | local susparam = coro.call("test","coroutine"); //starts the coroutine 16 | 17 | local i = 1; 18 | do 19 | { 20 | ::print("suspend passed ["+susparam+"]\n") 21 | susparam = coro.wakeup("ciao "+i); 22 | ++i; 23 | }while(coro.getstatus()=="suspended") 24 | 25 | ::print("return passed ["+susparam+"]\n") -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /gui/theme/Android.mk: -------------------------------------------------------------------------------- 1 | LOCAL_PATH := $(call my-dir) 2 | include $(CLEAR_VARS) 3 | PTERO_RES_PATH := /pterodon 4 | 5 | LOCAL_MODULE := pterodon 6 | LOCAL_MODULE_TAGS := eng 7 | LOCAL_MODULE_CLASS := RECOVERY_EXECUTABLES 8 | LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)$(PTERO_RES_PATH) 9 | 10 | PTERO_RES_GEN := $(intermediates)/pterodon 11 | PTERO_RES := $(LOCAL_PATH)/res/fonts 12 | PTERO_RES += $(LOCAL_PATH)/res/images 13 | PTERO_RES += $(LOCAL_PATH)/res/language 14 | $(PTERO_RES_GEN): 15 | mkdir -p $(TARGET_RECOVERY_ROOT_OUT)$(PTERO_RES_PATH) 16 | cp -fr $(PTERO_RES) $(TARGET_RECOVERY_ROOT_OUT)$(PTERO_RES_PATH) 17 | 18 | LOCAL_GENERATED_SOURCES := $(PTERO_RES_GEN) 19 | LOCAL_SRC_FILES := pterodon $(PTERO_RES_GEN) 20 | include $(BUILD_PREBUILT) 21 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/samples/classattributes.nut: -------------------------------------------------------------------------------- 1 | class Foo { 2 | //constructor 3 | constructor(a) 4 | { 5 | testy = ["stuff",1,2,3]; 6 | } 7 | //attributes of PrintTesty 8 | 9 | function PrintTesty() 10 | { 11 | foreach(i,val in testy) 12 | { 13 | ::print("idx = "+i+" = "+val+" \n"); 14 | } 15 | } 16 | //attributes of testy 17 | 18 | testy = null; 19 | 20 | } 21 | 22 | foreach(member,val in Foo) 23 | { 24 | ::print(member+"\n"); 25 | local attr; 26 | if((attr = Foo.getattributes(member)) != null) { 27 | foreach(i,v in attr) 28 | { 29 | ::print("\t"+i+" = "+(typeof v)+"\n"); 30 | } 31 | } 32 | else { 33 | ::print("\t\n") 34 | } 35 | } -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/cff/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 CFF module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += CFF_DRIVER 17 | 18 | define CFF_DRIVER 19 | $(OPEN_DRIVER) FT_Driver_ClassRec, cff_driver_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)cff $(ECHO_DRIVER_DESC)OpenType fonts with extension *.otf$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/theme/res/images/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/otvalid/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 otvalid module definition 3 | # 4 | 5 | 6 | # Copyright 2004-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += OTVALID_MODULE 17 | 18 | define OTVALID_MODULE 19 | $(OPEN_DRIVER) FT_Module_Class, otv_module_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)otvalid $(ECHO_DRIVER_DESC)OpenType validation module$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /minadbd/minadbd.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2016 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 MINADBD_H__ 18 | #define MINADBD_H__ 19 | 20 | int minadbd_main(); 21 | 22 | #endif 23 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/autofit/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 auto-fitter module definition 3 | # 4 | 5 | 6 | # Copyright 2003-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += AUTOFIT_MODULE 17 | 18 | define AUTOFIT_MODULE 19 | $(OPEN_DRIVER) FT_Module_Class, autofit_module_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/pfr/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 PFR module definition 3 | # 4 | 5 | 6 | # Copyright 2002-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += PFR_DRIVER 17 | 18 | define PFR_DRIVER 19 | $(OPEN_DRIVER) FT_Driver_ClassRec, pfr_driver_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)pfr $(ECHO_DRIVER_DESC)PFR/TrueDoc font files with extension *.pfr$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/pshinter/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 PSHinter module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += PSHINTER_MODULE 17 | 18 | define PSHINTER_MODULE 19 | $(OPEN_DRIVER) FT_Module_Class, pshinter_module_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)pshinter $(ECHO_DRIVER_DESC)Postscript hinter module$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/theme/res/images/gesture.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/psaux/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 PSaux module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += PSAUX_MODULE 17 | 18 | define PSAUX_MODULE 19 | $(OPEN_DRIVER) FT_Module_Class, psaux_module_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)psaux $(ECHO_DRIVER_DESC)Postscript Type 1 & Type 2 helper module$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/raster/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 renderer module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += RASTER_MODULE 17 | 18 | define RASTER_MODULE 19 | $(OPEN_DRIVER) FT_Renderer_Class, ft_raster1_renderer_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)raster $(ECHO_DRIVER_DESC)monochrome bitmap renderer$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/sfnt/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 SFNT module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += SFNT_MODULE 17 | 18 | define SFNT_MODULE 19 | $(OPEN_DRIVER) FT_Module_Class, sfnt_module_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/squirrel/README: -------------------------------------------------------------------------------- 1 | The programming language SQUIRREL 3.0 stable 2 | 3 | -------------------------------------------------- 4 | The project has been compiled and run on Windows(x86 and x64) and 5 | Linux(x86 and x64) and Solaris(x86 and x64). 6 | 7 | Has been tested with the following compilers: 8 | MS Visual C++ 6.0,7.0,7.1,8.0,9.0,10.0 (32 and 64bits) 9 | MinGW gcc 3.2 (mingw special 20020817-1) 10 | Cygnus gcc 3.2 11 | Linux gcc 3.2.3 12 | Linux gcc 4.0.0 (x86 & 64bits) 13 | Solaris gcc 4.0.0 (x86 & 64bits) 14 | 15 | 16 | Feedback and suggestions are appreciated 17 | project page - http://www.squirrel-lang.org 18 | community forums - http://forum.squirrel-lang.org 19 | wiki - http://wiki.squirrel-lang.org 20 | author - alberto@demichelis.net 21 | 22 | END OF README 23 | 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/type42/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 Type42 module definition 3 | # 4 | 5 | 6 | # Copyright 2002-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += TYPE42_DRIVER 17 | 18 | define TYPE42_DRIVER 19 | $(OPEN_DRIVER) FT_Driver_ClassRec, t42_driver_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/cid/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 CID module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += TYPE1CID_DRIVER 17 | 18 | define TYPE1CID_DRIVER 19 | $(OPEN_DRIVER) FT_Driver_ClassRec, t1cid_driver_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/psnames/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 PSnames module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += PSNAMES_MODULE 17 | 18 | define PSNAMES_MODULE 19 | $(OPEN_DRIVER) FT_Module_Class, psnames_module_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)psnames $(ECHO_DRIVER_DESC)Postscript & Unicode Glyph name handling$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/type1/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 Type1 module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += TYPE1_DRIVER 17 | 18 | define TYPE1_DRIVER 19 | $(OPEN_DRIVER) FT_Driver_ClassRec, t1_driver_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/zlib/src/gzclose.c: -------------------------------------------------------------------------------- 1 | /* gzclose.c -- zlib gzclose() function 2 | * Copyright (C) 2004, 2010 Mark Adler 3 | * For conditions of distribution and use, see copyright notice in zlib.h 4 | */ 5 | 6 | #include "gzguts.h" 7 | 8 | /* gzclose() is in a separate file so that it is linked in only if it is used. 9 | That way the other gzclose functions can be used instead to avoid linking in 10 | unneeded compression or decompression routines. */ 11 | int ZEXPORT gzclose(file) 12 | gzFile file; 13 | { 14 | #ifndef NO_GZCOMPRESS 15 | gz_statep state; 16 | 17 | if (file == NULL) 18 | return Z_STREAM_ERROR; 19 | state = (gz_statep)file; 20 | 21 | return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); 22 | #else 23 | return gzclose_r(file); 24 | #endif 25 | } 26 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/truetype/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 TrueType module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += TRUETYPE_DRIVER 17 | 18 | define TRUETYPE_DRIVER 19 | $(OPEN_DRIVER) FT_Driver_ClassRec, tt_driver_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)truetype $(ECHO_DRIVER_DESC)Windows/Mac font files with extension *.ttf or *.ttc$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /gui/libaroma/libs/freetype/src/winfonts/module.mk: -------------------------------------------------------------------------------- 1 | # 2 | # FreeType 2 Windows FNT/FON module definition 3 | # 4 | 5 | 6 | # Copyright 1996-2015 by 7 | # David Turner, Robert Wilhelm, and Werner Lemberg. 8 | # 9 | # This file is part of the FreeType project, and may only be used, modified, 10 | # and distributed under the terms of the FreeType project license, 11 | # LICENSE.TXT. By continuing to use, modify, or distribute this file you 12 | # indicate that you have read the license and understand and accept it 13 | # fully. 14 | 15 | 16 | FTMODULE_H_COMMANDS += WINDOWS_DRIVER 17 | 18 | define WINDOWS_DRIVER 19 | $(OPEN_DRIVER) FT_Driver_ClassRec, winfnt_driver_class $(CLOSE_DRIVER) 20 | $(ECHO_DRIVER)winfnt $(ECHO_DRIVER_DESC)Windows bitmap fonts with extension *.fnt or *.fon$(ECHO_DRIVER_DONE) 21 | endef 22 | 23 | # EOF 24 | -------------------------------------------------------------------------------- /vr_device.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2017 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 "vr_ui.h" 19 | 20 | Device* make_device() { 21 | return new Device(new VrRecoveryUI); 22 | } 23 | 24 | --------------------------------------------------------------------------------