Android a2sd help

  1. Darktremor Apps2SD Help
  2. Version 2.7.5 RC3 Patch C 2010-08-21
  3. Syntax: /system/bin/a2sd command
  4. Command is one of the following
  5. Standard Apps2SD Commands:


  6. reinstall
  7. Moves free and paid apps to the ext2/ext3/ext4
  8. partition on your secure digital card.  Removes
  9. the No A2SD flag file.
  10. This is used if you have already executed an
  11. a2sd remove command.  Otherwise, this part is
  12. automatically performed when Apps2SD is
  13. started.
  14. File removed: /data/.noa2sd
  15. remove
  16. Moves free and paid apps to the internal phone
  17. storage.  Creates the No A2SD flag file.
  18. File created: /data/.noa2sd
  19. Swap Partition Commands:
  20. ————————————————–
  21. reswap
  22. Removes the No Swap flag.  Allows A2SD to
  23. activate the swap partition.
  24. This is used if you have already executed an
  25. a2sd noswap command.  Otherwise, this part is
  26. automatically performed when Apps2SD is
  27. started.
  28. File removed: /data/.noswap
  29. noswap
  30. Creates the No Swap flag.  Prevents A2SD from
  31. activating the swap partition.
  32. File created: /data/.noswap
  33. Dalvik Cache Commands:
  34. ————————————————–
  35. cachesd
  36. Moves Dalvik cache files to the ext2/ext3/ext4
  37. partition on your secure digital card. Creates
  38. Dalvik Cache to SD flag.
  39. File created: /data/.dalvikcacahe
  40. File removed: /data/.dcpartition
  41. cachepart
  42. Moves Dalvik cache files to the /cache partition
  43. in your phone.  Creates Dalvik Cache to Cache
  44. Partition flag.
  45. File created: /data/.dcpartition
  46. File removed: /data/.dalvikcache
  47. nocache
  48. Moves Dalvik cache files to the internal phone
  49. storage.  Removes all Dalvik Cache flags.
  50. File removed: /data/.dcpartition
  51. /data/.dalvikcache
  52. resetcache
  53. Clears the dalvik cache and restarts phone.
  54. cmpatch
  55. Creates a workaround for CyanogenMod nightly
  56. builds that automatically put dalvik-cache
  57. onto the /cache partition, overriding any
  58. Apps2SD Dalvik-Cache setting.
  59. Apps2SD Diagnostic Commands:
  60. ————————————————–
  61. check
  62. Performs a symlink and flag file check on your
  63. setup.  Outputs a report that shows you if
  64. there are issues with your Apps2SD setup.
  65. repair
  66. Performs a repair of all symlinks based on
  67. flag file activation.
  68. diskspace
  69. Shows disk space statistics for the ext
  70. partition.
  71. sysinfo
  72. Displays information about your phone,
  73. partitions, swap, and more.
  74. Also writes a dump file that has an
  75. entire profile of your phone.  This
  76. is for troubleshooting only.
  77. File Created:  /data/dtsysdump.txt
  78. swapspace
  79. Shows swap space statistics for all
  80. swap space active on the phone.
  81. ZipAlign Commands:
  82. ————————————————–
  83. align
  84. Performs a one-time zipalign on all APK files
  85. in /data/app, /data/app-private and /system/app.
  86. zipalign
  87. Allows ZipAlign to execute during the boot
  88. process. Creates the ZipAlign flag file.
  89. File Created: /data/.zipalign
  90. nozipalign
  91. Prevents ZipAlign from executing during the
  92. boot process. Removes the ZipAlign flag file.
  93. File Removed: /data/.zipalign
  94. Dalvik Setting Commands:
  95. ————————————————–
  96. jit
  97. Installs DalvikVM JIT.
  98. WARNING:  Do not run this command if your phone
  99. has NAND protection active.
  100. nojit
  101. Removes DalvikVM JIT.
  102. WARNING:  Do not run this command if your phone
  103. has NAND protection active.
  104. defaultheap
  105. Resets the Dalvik heap size to the default
  106. heap size.
  107. File Removed: /data/.smallheap
  108. /data/.largeheap
  109. /data/.jumboheap
  110. smallheap
  111. Sets the Dalvik heap size to the default heap size
  112. to 16MB.
  113. File Created: /data/.smallheap
  114. File Removed: /data/.largeheap
  115. /data/.jumboheap
  116. largeheap
  117. Sets the Dalvik heap size to the default heap size
  118. to 24MB.
  119. File Created: /data/.largeheap
  120. File Removed: /data/.smallheap
  121. /data/.jumboheap
  122. jumboheap
  123. Sets the Dalvik heap size to the default heap size
  124. to 32MB.
  125. File Created: /data/.jumboheap
  126. File Removed: /data/.smallheap
  127. /data/.largeheap
  128. Low Memory Killer Commands:
  129. —————————————————-
  130. lowmem-moderate
  131. Sets the internal memory killer to the following
  132. settings:
  133. Foreground Apps:    1536 pages /   6 MB
  134. Visible Apps:       3072 pages /  12 MB
  135. Secondary Server:   4096 pages /  16 MB
  136. Hidden Apps:        7680 pages /  30 MB
  137. Content Provider:   8960 pages /  35 MB
  138. Empty App:         10240 pages /  40 MB
  139. Create File: /data/.lmmoderate
  140. Remove File: /data/.lmoptimum
  141. /data/.lmstrict
  142. /data/.lmaggressive
  143. /data/.lmultimate
  144. /data/.lmextreme
  145. lowmem-optimum
  146. Sets the internal memory killer to the following
  147. settings:
  148. Foreground Apps:    1536 pages /   6 MB
  149. Visible Apps:       2048 pages /   8 MB
  150. Secondary Server:   4096 pages /  16 MB
  151. Hidden Apps:       10240 pages /  40 MB
  152. Content Provider:  12800 pages /  50 MB
  153. Empty App:         15360 pages /  60 MB
  154. Create File: /data/.lmoptimum
  155. Remove File: /data/.lmmoderate
  156. /data/.lmstrict
  157. /data/.lmaggressive
  158. /data/.lmultimate
  159. /data/.lmextreme
  160. lowmem-strict
  161. Sets the internal memory killer to the following
  162. settings:
  163. Foreground Apps:    1536 pages /   6 MB
  164. Visible Apps:       2048 pages /   8 MB
  165. Secondary Server:   4096 pages /  16 MB
  166. Hidden Apps:       15360 pages /  60 MB
  167. Content Provider:  17920 pages /  70 MB
  168. Empty App:         20480 pages /  80 MB
  169. Create File: /data/.lmstrict
  170. Remove File: /data/.lmmoderate
  171. /data/.lmoptimum
  172. /data/.lmaggressive
  173. /data/.lmultimate
  174. /data/.lmextreme
  175. lowmem-aggressive
  176. Sets the internal memory killer to the following
  177. settings:
  178. Foreground Apps:    1536 pages /   6 MB
  179. Visible Apps:       3072 pages /  12 MB
  180. Secondary Server:   4096 pages /  16 MB
  181. Hidden Apps:       21000 pages /  82 MB
  182. Content Provider:  23000 pages /  90 MB
  183. Empty App:         25000 pages /  98 MB
  184. Create File: /data/.lmaggressive
  185. Remove File: /data/.lmmoderate
  186. /data/.lmoptimum
  187. /data/.lmstrict
  188. /data/.lmextreme
  189. /data/.lmultimate
  190. lowmem-extreme
  191. Sets the internal memory killer to the following
  192. settings:
  193. Foreground Apps:    1536 pages /   6 MB
  194. Visible Apps:       3072 pages /  12 MB
  195. Secondary Server:   4096 pages /  16 MB
  196. Hidden Apps:       38400 pages / 150 MB
  197. Content Provider:  40960 pages / 160 MB
  198. Empty App:         43520 pages / 170 MB
  199. Create File: /data/.lmextreme
  200. Remove File: /data/.lmmoderate
  201. /data/.lmoptimum
  202. /data/.lmstrict
  203. /data/.lmaggressive
  204. /data/.lmultimate
  205. lowmem-ultimate
  206. Sets the internal memory killer to the following
  207. settings:
  208. Foreground Apps:    1536 pages /   6 MB
  209. Visible Apps:       3072 pages /  12 MB
  210. Secondary Server:   4096 pages /  16 MB
  211. Hidden Apps:       51200 pages / 200 MB
  212. Content Provider:  57600 pages / 225 MB
  213. Empty App:         64000 pages / 250 MB
  214. Create File: /data/.lmultimate
  215. Remove File: /data/.lmmoderate
  216. /data/.lmoptimum
  217. /data/.lmstrict
  218. /data/.lmaggressive
  219. /data/.lmextreme
  220. lowmem-default
  221. Sets the internal memory killer back to phone default
  222. settings.
  223. Remove File: /data/.lmmoderate
  224. /data/.lmoptimum
  225. /data/.lmstrict
  226. /data/.lmaggressive
  227. /data/.lmextreme
  228. /data/.lmultimate
Proudly powered by WordPress | Theme: Journey Blog by Crimson Themes.