Guest User

Untitled

a guest
Jan 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. $ export PATH=/data/local/bin:$PATH
  2. $ su
  3. # cat /mnt/sdcard/Tweaked.Scripts/A2SD/options/USER_OPTIONS
  4. # Options for Super App2SD by TweakerL
  5. #
  6. #Default values are in parenthesis, make sure you double check the proper values
  7. #for your device before enabling
  8. #
  9. #MMCBLKXPX = The block where your EXT partition gets mounted to (mmcblk1p2)
  10. #
  11. #DATA = Location for app data, (/data/data)
  12. #APP = Location where user APKs are stored (/data/app)
  13. #ANDROID = Location where stuff downloaded by apps are saved (/data/media/Android)
  14. #
  15. #moveAndroid = When set to 'true' everything in /data/media/Android will be moved to external storage
  16. #moveApp = When set to 'true' everything in /data/app will be moved to external storage
  17. #moveData = When set to 'true' everything in /data/data will be moved to external storage
  18. #
  19. #deletepostmove = When set to true files will be deleted from internal storage after being moved
  20. #to external storage
  21. #***USE WITH EXTREME CAUTION AND ONLY AFTER ASSURING THAT THE SCRIPT IS FUNCTIONING***
  22. #
  23. #is to ensure that you have reviewed this options.
  24.  
  25. MMCBLKXPX='mmcblk0p2'
  26.  
  27. DATA='/data/data'
  28. APP='/data/app'
  29. ANDROID='/mnt/sdcard/Android'
  30.  
  31. moveAndroid='true'
  32. moveApps='true'
  33. moveData='true'
  34.  
  35. deletepostmove='false'
  36.  
  37. ENABLED='true'
  38.  
  39. fukedupFS='true'
  40. #
Add Comment
Please, Sign In to add comment