Z
Zsorra
Ambitioniertes Mitglied
- 10
@ka-tet48,
vielleicht hat das Kernel von der Gintech Version Probleme mit Apps2SD, den normalerweise werden die vorhandenen Apps auf die SD-verschoben und alle die man neu installiert, werden dann von Haus aus auf die SD installiert.
Bei mir werkelt noch die 1.3 von J_r0dd mit Standart-Kernel und Apps2SD funktioniert eigentlich so wie es soll.
Du kannst per Adb den Status von von Apps2SD überprüfen, vielleicht hilf dir das etwas weiter.
So in etwa sollte es aussehen wenn a2sd korrekt funktioniert:
Legend: [Ô£ö]=Setting is correct
[ÔÇ╝]=Setting is correct, but not optimal.
[Ô£û]=Setting is incorrect and needs to be fixed or option is not availa ble.
================================================================================
Block Device - [Ô£ö] Found
- [Ô£ö] /dev/block/mmcblk0p2
EXT Partition - [Ô£ö] Mounted
Mount Point - [ ] /system/sd
Partition Type - [Ô£ö] EXT4
- [ÔÇ╝] May be incompatible w/ ROMS
Support EXT2? - [Ô£ö] Yes
Support EXT3? - [Ô£ö] Yes
Support EXT4? - [Ô£ö] Yes
Apps - [ ] Linked to SD Card.
[ ] No Apps2SD Flag File not found.
[Ô£ö] Programs run from SD card
To run from internal storage, type a2sd remove
Private Apps - [ ] Linked to SD Card.
[ ] No Apps2SD Flag File not found.
[Ô£ö] Private Programs run from SD card
To run from internal storage, type a2sd remove
Du kannst auch versuchen mit erneut durchlaufen zu lassen:
Dies verschiebt alle Apps auf die SD-Karte und setzt das apps2sd flag
mfg
vielleicht hat das Kernel von der Gintech Version Probleme mit Apps2SD, den normalerweise werden die vorhandenen Apps auf die SD-verschoben und alle die man neu installiert, werden dann von Haus aus auf die SD installiert.
Bei mir werkelt noch die 1.3 von J_r0dd mit Standart-Kernel und Apps2SD funktioniert eigentlich so wie es soll.
Du kannst per Adb den Status von von Apps2SD überprüfen, vielleicht hilf dir das etwas weiter.
Code:
Adb Shell
a2sd check
Legend: [Ô£ö]=Setting is correct
[ÔÇ╝]=Setting is correct, but not optimal.
[Ô£û]=Setting is incorrect and needs to be fixed or option is not availa ble.
================================================================================
Block Device - [Ô£ö] Found
- [Ô£ö] /dev/block/mmcblk0p2
EXT Partition - [Ô£ö] Mounted
Mount Point - [ ] /system/sd
Partition Type - [Ô£ö] EXT4
- [ÔÇ╝] May be incompatible w/ ROMS
Support EXT2? - [Ô£ö] Yes
Support EXT3? - [Ô£ö] Yes
Support EXT4? - [Ô£ö] Yes
Apps - [ ] Linked to SD Card.
[ ] No Apps2SD Flag File not found.
[Ô£ö] Programs run from SD card
To run from internal storage, type a2sd remove
Private Apps - [ ] Linked to SD Card.
[ ] No Apps2SD Flag File not found.
[Ô£ö] Private Programs run from SD card
To run from internal storage, type a2sd remove
Du kannst auch versuchen mit erneut durchlaufen zu lassen:
Code:
adb shell
a2sd reinstall
mfg