ich suche apps, die sich auf SD verschieben lassen

  • Antworten:5
Martin S.
  • Forum-Beiträge: 27

22.11.2011, 19:26:19 via Website

Ich hätte bei der suche nach apps gernen einen filter, dass nur apps angezeigt werden, die ich auch auf SD verschieben kann.

Antworten
Martin S.
  • Forum-Beiträge: 27

22.11.2011, 23:19:23 via Website

danke!

Antworten
Test Pc
  • Forum-Beiträge: 123

23.11.2011, 07:33:21 via Website

Der Hintergrund der Frage ist sicherlich der Speicherplatz. Mit einer gerooteten ROM-Version, Link2SD und einer 2. Partition (ext2 oder ext3) auf der SD-Karte kannst du 100-te Apps (alle Apps, nicht nur die bei app2sd angezeigt werden) auf dem Smartphone speichern. Der Aufruf dauert etwas länger. Läuft aber sehr stabil (auch mit Android 2.1). Mehrere Artikel hier im Forum.

Antworten
Martin S.
  • Forum-Beiträge: 27

23.11.2011, 08:37:49 via Website

Test Pc
Der Hintergrund der Frage ist sicherlich der Speicherplatz. Mit einer gerooteten ROM-Version, Link2SD und einer 2. Partition (ext2 oder ext3) auf der SD-Karte kannst du 100-te Apps (alle Apps, nicht nur die bei app2sd angezeigt werden) auf dem Smartphone speichern. Der Aufruf dauert etwas länger. Läuft aber sehr stabil (auch mit Android 2.1). Mehrere Artikel hier im Forum.

der hintergrund ist der platz, ja. ich habe android 2.3.3 und kann standardmässig auf SD verschieben, wenn die app es erlaubt.
mit link2sd kann man sich die apps sozusagen wie im PC "installieren", d.h. sie werden erst dann geladen, wenn man sie braucht? warum braucht man dazu eine 2. partition?

Antworten
Test Pc
  • Forum-Beiträge: 123

23.11.2011, 10:41:29 via Website

Googln hilft:
Link2SD is an application that makes it easy for Android users with root privileges on their phone to move applications to the SD card.

Link2SD is an application that makes it easy for Android users with root privileges on their phone to move applications to the SD card.

The idea behind is same with apps2sd scripts, linking applications to SD card's second partition but differs in two ways.

One, instead of linking /data/app folder (that means moving all applications), you can select applications that you want to move.
Two, it's an application, which means has a user interface. You can manage your applications, create or remove links with just one click.

What you need:
- root permission.
- a second partition on your SD card.

You should have two partitions on SD card and both should be primary.
The first FAT partition is your standard SD card storage. The second partition is used for application files and can be ext2, ext3, ext4 or FAT32.
Some phones lack the ext2, ext3 or ext4 file system support and you may get mount errors like "no such device", "invalid argument". These phones need ext2.ko or ext3.ko modules and even some additional modules to be able to mount. Using FAT32 on the second partition will eliminate such problems, because FAT32 is supported on all phones.

Link2SD does not create ext2 partition, you need to create it yourself. You can use any partition manager such as Minitool, Paragon, Easeus etc. for this.

How it works:

Link2SD mounts the second partition of your SD card and makes OS mounts it at boot time.

When you press "Create Link" button it moves apk file and dalvik-cache file (if you select) to SD card's 2nd partition and creates symbolic links in original directories.

Note: After this step, application icon disappears from the phone on Android 1.6 and 2.1, but after reboot you can see and run without problems (if any, shourtcut and the widget of the app should be re-added to homescreen after reboot).
On 2.2+ reboot is not required.

Requirements:

· Android 1.6 or later
· root permission
· a second partition on your SD card

Antworten