Where do Minecraft PE can save worlds other than sdcard/games/com.mojang/minecraftWorlds?
Minecraft version: 1.1.0.55
I have no worlds yet and when I pressed Play, it asked me: "Did your worlds disappear?" Something like that and asked me to change game default storage location. I chose "Application" and created one world:
Then, when I am searching for my world to back it up — because Minecraft PE crashes all the time and is very prone to file corruption — I searched it on games/ I found nothing:
I think it's because I chose "Application" as my default storage location. I want to know how to backup a world saved in "Application" storage option and can't be found on games/
4 Answers
MCPE Android saves to the games Data file, It's inaccessible without Root Access. You could root the Phone and navigate to the file using something like ES file explorer but this does seem like alot of trouble to go to for a Minecraft world (particularly considering the risks of rooting android)
1You should find them somewhere in /data/data/com.mojang.minecraftPE
Note that clearing data will erase your world.
3Choose the external next time, and the worlds will appear in games/ folder.
About the application: I think it isn't possible to redeem an application world.
It is possible to export worlds saved under "Application Storage" without rooting your device. You will need a Windows computer, a USB Cable and around 10 minutes, but overall it is quite easy. I have created a small program to make this even easier. The program works by using ADB's backup feature to copy all the Minecraft data from the device. The archived data is then extracted using AndroidBackupExtractor and the minecraftWorlds folder is moved from it.
More information and downloads can be found here.
(also, be sure to select External next time to avoid any problems)
3