-
Angry Birds - Save data
My SD Card slot is whacked apparently. I need to do a full reset/flash to troubleshoot. Somehow I got hooked on this stupid game. Anyways since I cannot backup to SD, does anyone know which file contains the completed level information and where it is located?
Thanks
-
Watching to see as well .
Only thing I can find is in "asec" , "com.rovio.angrybirds-1"
-
its in data, data, then com.rovio.angrybirds, files
-
Thank you see the high score file. now to figure a way to copy it without an SD card.
-
Hey, one thing you can do is use ADB to pull the /data file from phone to PC.
the command is (I THINK)
adb shell
adb pull /data C:\~where you want it~
exit
Haven't used ADB in a long time, but its a 20% shot my command is right lol..but don't worry it won't mess anything up if it's wrong because it is just a pull command.
GOOD LUCK :)
-
BTW that would pull the whole data file from phone, then you could look for the file inside.
-
hmm that not working, guess I need to research adb commands. Thanks