You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
659 B

8 years ago
  1. {
  2. "date_format": "%Y-%m-%d_%H.%M.%S",
  3. "exe": "c:\\Program Files (x86)\\ADB\\adb.exe",
  4. "local": {
  5. "TWRP": "%userprofile%\\Android\\TWRP",
  6. "messages": "%userprofile%\\Android\\messages",
  7. "screenshots": "%userprofile%\\Pictures\\Screenshots",
  8. "temp": "%userprofile%\\Android\\harbor",
  9. "titanium_backup": "%userprofile%\\Android\\TitaniumBackup",
  10. "updates": "%userprofile%\\Downloads\\sort\\phone_updates"
  11. },
  12. "remote": {
  13. "messages": "/data/user_de/0/com.android.providers.telephony/databases/mmssms.db",
  14. "screenshots": "/sdcard/Pictures/Screenshots",
  15. "titanium_backup": "/sdcard/TitaniumBackup",
  16. "updates": "/data/lineageos_updates"
  17. }
  18. }