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.

15 lines
584 B

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