Wie funktioniert Apps2SD?

Holzi001

Holzi001

Ehrenmitglied
9.074
So ich hab da auch mal ne Frage!
Wie funktioniert das mit dem Apps2SD?
Habe schon per GScriptMod die Funktion "Enable APPS2SD" geklickt. Dann wird aber mein Handy neu gebooted. Ist das Normal? Und wenn ja, wie bring ich die Apps dann auf die SD?
 
Zuletzt bearbeitet:
Ist damit schon geschehen, wenn du in Gscript auf besagten Punkt gehst kopiert er alles was geht auf die Karte ;-) Wenn du diese nicht mit min. ext3 partitioniert hast und's keine CLASS 6 ist könnts aber Probleme geben...
 
  • Danke
Reaktionen: Holzi001
Aha! Na dann sollte es ja passen. Danke!
 
Wenn App2SD ausgeführt wurde, verbleiben dann die Apps auch im Telefonspeicher?

Nachdem ich das Programm ausgeführt habe, zeigt mir mein Filemanager, dass noch immer genau der selbe Speicherplatz auf dem Phonememory belegt ist.
 
Agent_Payne schrieb:
Wenn App2SD ausgeführt wurde, verbleiben dann die Apps auch im Telefonspeicher?

Nachdem ich das Programm ausgeführt habe, zeigt mir mein Filemanager, dass noch immer genau der selbe Speicherplatz auf dem Phonememory belegt ist.
App2SD funktioniert nur, wenn man eine ext2,3 oder 4 Partition eingerichtet hat.
 
Zsorra schrieb:
App2SD funktioniert nur, wenn man eine ext2,3 oder 4 Partition eingerichtet hat.

Sprich ich gehe beim booten mithilfe der Kamerataste ins Recoverymenü und partitioniere die SD-Karte entsprechend.

Kann ich diese dann auch weiterhin als Speicher für Musik etc. verwenden?
 
Agent_Payne schrieb:
Sprich ich gehe beim booten mithilfe der Kamerataste ins Recoverymenü und partitioniere die SD-Karte entsprechend.
Genau, aber nicht vergessen vorher die Daten von der SD zu sichern, den die sind danach weg.
Als erstes wird man nach der größe der Swap-Partition gefragt, wenn man keine Swap haben will, eine 0 eingeben, ansonsten wie belieben.
Danach wird nach der Ext2 gefragt, das wird die app2sd-Partition, auch hier ist es einem selbst überlassen, wie groß die wird, man soll aber nicht mehr als 2 GB nehmen, da es da scheinbar zu Problemen führen kann.
Danach noch die ext2 nach ext3 und die ext3 nach ext4 konvertieren, der Rest der Karte wird dann automatisch Fat32.
Anschließend nur noch mit G-Script App2SD aktivieren, das wars.

Kann ich diese dann auch weiterhin als Speicher für Musik etc. verwenden?
Ja klar, der rest der Karte wird automatisch Fat32 und kann wie bisher benutzt werden.
In meinem Backflip ist eine 8 GB Karte drin, 128 MB als Swap, 1 GB ext4 für apps2SD und bisher hat mir noch keine App Probleme gemacht (toi, toi, toi) :thumbsup:
 
Wo krieg ich denn Apss2SD ? Habs auf dem Market gesucht, finds aber net. Und ist es kostenlos oder kostet es was ? Und meine letzte Frage, muss ich dafür wieder alles neu installieren ? Dann müsste es aber beim Backflip ne Menge bringen erst mal, merklich, bevor das wieder eine komplette Neuinstallation rechtfertigen würde.

Jede Info die ihr mir zu Apps2SD und dem Backflip geben könntet, wäre gerne angenommen.

Letzte Frage, was ist die max. SD Kartengröße die mit dem Backflip funzt ?
Danke im Vorraus.

Wolf
 
Du hast schon das GScriptMod app drauf.
Da gehst du auf die Funktion "Enable APPS2SD" .

lg Moskito10
 
Moskito10 schrieb:
Du hast schon das GScriptMod app drauf.
Da gehst du auf die Funktion "Enable APPS2SD" .

lg Moskito10

Ok, danke. Aber zu dem anderen Sachen (s. Post oben) bräuchte ich noch paar Infos bevor ich das versuche. Möchte ungern wieder neu installieren. Und ich brauch vorher wahrscheinlich erst mal ne 8 GB Karte min. oder ?
 
Also ich hab das einfache mit den vorinstallierten partitionen gemacht,
die vorgeschlagen werden.
Dazu mußt dir jemand anders einen rat geben...

lg Moskito10
 
Für des englischen mächtige, das hier stammt aus dem Originalthread:

Code:
[B][COLOR=SeaGreen]For the ext apps2sd follow these instructions:[/COLOR][/B]

1. partition sdcard to ext4
2. use GScript Mod to enable/disable features

Syntax: /system/bin/a2sd command

All commands create a logfile: /data/dta2sd.log

Command is one of the following

Standard Apps2SD Commands:
--------------------------------------------------
reinstall
  Moves free and paid apps to the ext2/ext3/ext4
  partition on your secure digital card.  Removes
  the No A2SD flag file.

  This is used if you have already executed an
  a2sd remove command.  Otherwise, this part is
  automatically performed when Apps2SD is
  started.

  File removed: /data/.noa2sd

remove
  Moves free and paid apps to the internal phone
  storage.  Creates the No A2SD flag file.
                           
  File created: /data/.noa2sd                           


Swap Partition Commands:
-------------------------------------------------- 
reswap
  Removes the No Swap flag.  Allows A2SD to 
  activate the swap partition.

  This is used if you have already executed an
  a2sd noswap command.  Otherwise, this part is
  automatically performed when Apps2SD is
  started.

  File removed: /data/.noswap
 
noswap
  Creates the No Swap flag.  Prevents A2SD from
  activating the swap partition.

  File created: /data/.noswap

swappyxx
  Sets swap partition swappiness value to xx.  
  Example:  To set the swappiness of the swap
            partition to 30%, type:
            a2sd swappy30
            To set at 75%, type:
            a2sd swappy75
 
 File created: /data/dtswap

Dalvik Cache Commands:
-------------------------------------------------- 
cachesd
  Moves Dalvik cache files to the ext2/ext3/ext4
  partition on your secure digital card. Creates
  Dalvik Cache to SD flag.

  File created: /data/.dalvikcacahe
  File removed: /data/.dcpartition

cachesdreset
  Performs the same function as cachesd, plus 
  erases the contents of Dalvik-Cache, forcing
  a rebuild on reboot.

  File created: /data/.dalvikcache
  File removed: /data/.dcpartition

cachepart
  Moves Dalvik cache files to the /cache partition
  in your phone.  Creates Dalvik Cache to Cache
  Partition flag.

  File created: /data/.dcpartition
  File removed: /data/.dalvikcache

cachepartreset
  Performs the same function as cachepart, plus
  erases the contents of Dalvik-Cache, forcing
  a rebuild on reboot.

  File created: /data/.dcpartition
  File removed: /data/.dalvikcache

nocache
  Moves Dalvik cache files to the internal phone
  storage.  Removes all Dalvik Cache flags.

  File removed: /data/.dcpartition
                /data/.dalvikcache

nocachereset
  Performs the same function as nocache, plus
  erases the contents of Dalvik-Cache, forcing
  a rebuild on reboot.

  File removed: /data/.dcpartition
                /data/.dalvikcache

resetcache
  Clears the dalvik cache and restarts phone.


Apps2SD Diagnostic Commands:
--------------------------------------------------
check
  Performs a symlink and flag file check on your
  setup.  Outputs a report that shows you if 
  there are issues with your Apps2SD setup.

repair
  Performs a repair of all symlinks based on 
  flag file activation.

diskspace
  Shows disk space statistics for the ext
  partition.

sysinfo
  Displays information about your phone,
  partitions, swap, and more.

  Also writes a dump file that has an
  entire profile of your phone.  This
  is for troubleshooting only.

  File Created:  /data/dtsysdump.txt

swapspace
  Shows swap space statistics for all
  swap space active on the phone.

partlist
  Shows the supported EXT partitions 
  available for your particular ROM.

ZipAlign Commands:
--------------------------------------------------
align
  Performs a one-time zipalign on all APK files 
  in /data/app, /data/app-private and /system/app.

zipalign
  Allows ZipAlign to execute during the boot 
  process. Creates the ZipAlign flag file.

  File Created: /data/.zipalign

nozipalign
  Prevents ZipAlign from executing during the 
  boot process. Removes the ZipAlign flag file.

  File Removed: /data/.zipalign

Dalvik Setting Commands:
--------------------------------------------------
jit
  Installs DalvikVM JIT.
  WARNING:  Do not run this command if your phone
            has NAND protection active.

nojit
  Removes DalvikVM JIT.
  WARNING:  Do not run this command if your phone
            has NAND protection active.

heapsizexx
  Sets Dalvik Heap Size to xx, or heapsize0 resets
  heap size to default settings.

  Ex: If you want to set the Dalvik Heap Size to
      24mb, type a2sd heapsize24

  File Created: /data/a2sdheapsize (value > 0)
  File Removed: /data/a2sdheapsize (value = 0)

Low Memory Killer Commands:
----------------------------------------------------
lowmem-moderate
  Sets the internal memory killer to the following
  settings:
  Foreground Apps:    1536 pages /   6 MB
  Visible Apps:       3072 pages /  12 MB
  Secondary Server:   4096 pages /  16 MB
  Hidden Apps:        7680 pages /  30 MB
  Content Provider:   8960 pages /  35 MB
  Empty App:         10240 pages /  40 MB

  Create File: /data/.lmmoderate
  Remove File: /data/.lmoptimum
               /data/.lmstrict
               /data/.lmaggressive
               /data/.lmultimate
               /data/.lmextreme

lowmem-optimum
  Sets the internal memory killer to the following
  settings:
  Foreground Apps:    1536 pages /   6 MB
  Visible Apps:       2048 pages /   8 MB
  Secondary Server:   4096 pages /  16 MB
  Hidden Apps:       10240 pages /  40 MB
  Content Provider:  12800 pages /  50 MB
  Empty App:         15360 pages /  60 MB

  Create File: /data/.lmoptimum
  Remove File: /data/.lmmoderate
               /data/.lmstrict
               /data/.lmaggressive
               /data/.lmultimate
               /data/.lmextreme

lowmem-strict
  Sets the internal memory killer to the following
  settings:
  Foreground Apps:    1536 pages /   6 MB
  Visible Apps:       2048 pages /   8 MB
  Secondary Server:   4096 pages /  16 MB
  Hidden Apps:       15360 pages /  60 MB
  Content Provider:  17920 pages /  70 MB
  Empty App:         20480 pages /  80 MB

  Create File: /data/.lmstrict
  Remove File: /data/.lmmoderate
               /data/.lmoptimum
               /data/.lmaggressive
               /data/.lmultimate
               /data/.lmextreme

lowmem-aggressive
  Sets the internal memory killer to the following
  settings:
  Foreground Apps:    1536 pages /   6 MB
  Visible Apps:       3072 pages /  12 MB
  Secondary Server:   4096 pages /  16 MB
  Hidden Apps:       21000 pages /  82 MB
  Content Provider:  23000 pages /  90 MB
  Empty App:         25000 pages /  98 MB
  
  Create File: /data/.lmaggressive
  Remove File: /data/.lmmoderate
               /data/.lmoptimum
               /data/.lmstrict
               /data/.lmextreme
               /data/.lmultimate

lowmem-extreme
  Sets the internal memory killer to the following
  settings:
  Foreground Apps:    1536 pages /   6 MB
  Visible Apps:       3072 pages /  12 MB
  Secondary Server:   4096 pages /  16 MB
  Hidden Apps:       38400 pages / 150 MB
  Content Provider:  40960 pages / 160 MB
  Empty App:         43520 pages / 170 MB

  Create File: /data/.lmextreme
  Remove File: /data/.lmmoderate
               /data/.lmoptimum
               /data/.lmstrict
               /data/.lmaggressive
               /data/.lmultimate

lowmem-ultimate
  Sets the internal memory killer to the following
  settings:
  Foreground Apps:    1536 pages /   6 MB
  Visible Apps:       3072 pages /  12 MB
  Secondary Server:   4096 pages /  16 MB
  Hidden Apps:       51200 pages / 200 MB
  Content Provider:  57600 pages / 225 MB
  Empty App:         64000 pages / 250 MB

  Create File: /data/.lmultimate
  Remove File: /data/.lmmoderate
               /data/.lmoptimum
               /data/.lmstrict
               /data/.lmaggressive
               /data/.lmextreme

lowmem-default
  Sets the internal memory killer back to phone default
  settings.

  Remove File: /data/.lmmoderate
               /data/.lmoptimum
               /data/.lmstrict
               /data/.lmaggressive
               /data/.lmextreme
               /data/.lmultimate
 
Danke, aber das ist schon bissel heavy nur um Apps auf die SD Card auszulagern. Linux installieren ist da ja einfacher. ;)

Kann zwar gut englisch, aber bei so viel techno gebabbel wär ne deutsche Anleitung schon klasse. Gibbet davon keine ?

Dagegen ist ja das Backflip flashen usw. alles ein Kinderspiel, verglichen damit.
Und ich weiss immer noch net ob dafür ne 2 GB SD Karte nicht bissel zu klein ist, sollte ich da eher 8 GB haben ?
 

Ähnliche Themen

M
  • Masterjipeti
Antworten
7
Aufrufe
1.830
Masterjipeti
M
kawetech
  • kawetech
Antworten
0
Aufrufe
771
kawetech
kawetech
N
  • nickibiene
Antworten
8
Aufrufe
3.788
Brunoirs
B
Zurück
Oben Unten