Angry Birds - Save data

dave52355

Member
Joined
Feb 5, 2010
Messages
107
Reaction score
1
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
 

1linuxfreak

Member
Joined
Nov 29, 2009
Messages
436
Reaction score
0
Watching to see as well .
Only thing I can find is in "asec" , "com.rovio.angrybirds-1"
 
Last edited:
OP
D

dave52355

Member
Joined
Feb 5, 2010
Messages
107
Reaction score
1
Thank you see the high score file. now to figure a way to copy it without an SD card.
 
F

Frik own a Stik

Guest
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 :)
 
F

Frik own a Stik

Guest
BTW that would pull the whole data file from phone, then you could look for the file inside.
 
OP
D

dave52355

Member
Joined
Feb 5, 2010
Messages
107
Reaction score
1
hmm that not working, guess I need to research adb commands. Thanks
 
Top