Advertisement
Sim_Piko

sgtpuzzles log1

Oct 23rd, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. $ export PATH=/data/local/bin:$PATH
  2. $su
  3. # ls -l -R /data/data/name.boyle.chris.sgtpuzzles
  4. /data/data/name.boyle.chris.sgtpuzzles:
  5. drwxrwx--x 2 app_85 app_85 4096 Oct 23 13:48 databases
  6. drwxr-xr-x 2 system system 4096 Oct 23 13:49 lib
  7. -rwx------ 1 app_85 app_85 13592 Oct 23 01:24 puzzlesgen-no-pie
  8. drwxrwx--x 2 app_85 app_85 4096 Oct 23 13:48 shared_prefs
  9.  
  10. /data/data/name.boyle.chris.sgtpuzzles/databases:
  11. -rwxrw---- 1 app_85 app_85 14336 Oct 23 01:25 webview.db
  12. -rwxrw---- 1 app_85 app_85 32768 Oct 23 01:25 webview.db-shm
  13. -rwxrw---- 1 app_85 app_85 0 Oct 23 01:25 webview.db-wal
  14. -rwxrw---- 1 app_85 app_85 6144 Oct 23 01:25 webviewCache.db
  15. -rwxrw---- 1 app_85 app_85 32768 Oct 23 01:25 webviewCache.db-shm
  16. -rwxrw---- 1 app_85 app_85 4224 Oct 23 01:25 webviewCache.db-wal
  17.  
  18. /data/data/name.boyle.chris.sgtpuzzles/lib:
  19. -rwxr-xr-x 1 system system 498140 Oct 22 17:56 libpuzzles.so
  20. -rwxr-xr-x 1 system system 13592 Oct 22 17:56 libpuzzlesgen-no-pie.so
  21. -rwxr-xr-x 1 system system 13592 Oct 22 17:56 libpuzzlesgen-with-pie.so
  22.  
  23. /data/data/name.boyle.chris.sgtpuzzles/shared_prefs:
  24. -rwxrw---- 1 app_85 app_85 294 Oct 23 01:26 name.boyle.chris.sgtpuzzles_preferences.xml
  25. -rwxrw---- 1 app_85 app_85 856 Oct 23 01:25 state.xml
  26. # cd /data/data/name.boyle.chris.sgtpuzzles/lib
  27. # LD_LIBRARY_PATH=/data/data/name.boyle.chris.sgtpuzzles/lib
  28. # /data/data/name.boyle.chris.sgtpuzzles/puzzlesgen-no-pie range
  29. SAVEFILE:41:Simon Tatham's Portable Puzzle Collection
  30. VERSION :1:1
  31. GAME :5:Range
  32. PARAMS :3:9x6
  33. CPARAMS :3:9x6
  34. SEED :15:681872912032314
  35. DESC :21:8d12e7g12f2_6f4g5e6d4
  36. NSTATES :1:1
  37. STATEPOS:1:1
  38. # /data/data/name.boyle.chris.sgtpuzzles/puzzlesgen-no-pie range --portrait
  39. SAVEFILE:41:Simon Tatham's Portable Puzzle Collection
  40. VERSION :1:1
  41. GAME :5:Range
  42. PARAMS :3:6x9
  43. CPARAMS :3:6x9
  44. SEED :15:639500061791447
  45. DESC :33:c2b10c5_3c3d11a9h7a7d10c13_9c6b9c
  46. NSTATES :1:1
  47. STATEPOS:1:1
  48. # echo $?
  49. 0
  50. # hris.sgtpuzzles/lib /data/data/name.boyle.chris.sgtpuzzles/puzzlesgen-no-pie range --portrait
  51. SAVEFILE:41:Simon Tatham's Portable Puzzle Collection
  52. VERSION :1:1
  53. GAME :5:Range
  54. PARAMS :3:6x9
  55. CPARAMS :3:6x9
  56. SEED :15:154049682645799
  57. DESC :27:e5d7a6d2a10a5j9a10a3d5a3d6e
  58. NSTATES :1:1
  59. STATEPOS:1:1
  60. # echo $?
  61. 0
  62. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement