What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Angry Birds - Save data

dave52355

Member
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
 
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.
 
Back
Top