Move apps to SD Card?

CoolSM Post time 2016-4-20 22:46:52 | Show all posts  Close [Copy link]
3 2840
View: 2840|Reply: 3

Move apps to SD Card?

 Close [Copy link]

3

threads

4

posts

26

credits

New Member

Rank: 1

credits
26
Post time 2016-4-19 20:12:09 | Show all posts |Read mode
There is no option in Iron Pro to move apps to SD Card. How cn this feature be activated?
Post time 2016-4-19 21:52:01 | Show all posts
There is no option to move apps to SD card in Android 4.4 and newer systems. That doesn't depend on your specific phone model.
Post time 2016-4-20 00:39:41 | Show all posts
You can't install/move apps to the SD card via such methods, you only can move game/app data with possible malfunctions.

3

threads

4

posts

26

credits

New Member

Rank: 1

credits
26
 Author| Post time 2016-4-20 22:46:52 | Show all posts
Hi:

I tried to insert the code below...... Guess what ....... No effect!

1.Open “ES File Explorer” and press on the top left icon.
2.Go to Tool > Root Explorer > Mount R/W
3.Change Path “/” and “/system” from RO to RW.
4.Go to Local > / Device > system > etc > permissions > and open platform.xml as text in “ES Note Editor”.
Find the following line:
“android.permission.WRITE_EXTERNAL_STORAGE” permission
Change it from :
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
</permission>
to :
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
5.Save the changes to the file.
6.Check the file again and make sure that everything is OK.
7.Reboot your device to apply the changes.
8.After rebooting you will be able to write on the external sdcard without any problem.

The above changes does not appear to work or make any difference in Android 5.10 Iron Pro Mobile

CoolsSM
You have to log in before you can reply Login | WELCOME TO UMIDIGI COMMUNITY

Points Rules

Quick Reply Top Back to list