dimanche 9 mars 2014

[SOLUTION] Titanium Backup not enough space 4.4.2 TW topic




Hi all!

I've updated from 4.3 to 4.4.2 Samsung Rom (tw). My case NB8.
Titanium Backup has stopped working. Shows the error "not enough space" when backing up to external sd card. Also, it shows that extsdcard is not writeable.

Here's the solution for i9505 to get it working, of course you need root to do that. It may work for other apps too and other phone models such i9500:

Edit file platform.xml in system/etc/permissions (make a backup first).

Search for this:


Code:


<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
        <group gid="sdcard_r" />
        <group gid="sdcard_rw" />
    </permission>


Add this:


Code:


<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
        <group gid="sdcard_r" />
        <group gid="sdcard_rw" />
        <group gid="media_rw" />
    </permission>


Save changes and reboot.

Regards.





Aucun commentaire:

Enregistrer un commentaire