View Single Post
Posts: 395 | Thanked: 165 times | Joined on May 2010 @ TMO
#43
Originally Posted by flipalong View Post
hey guys i updated to pr 1.3 and lost all my angry birds saves!!! D:
but u can get the level packs easy, just go to ovistore on ur phone and log on and download them again
Basically... In summary

Before updating, do the following

Code:
root
cp -R /var/opt/rovio/angrybirds /home/user/MyDocs/[folder of choice]
exit
Copy said folder to your PC if you're also flashing the eMMC.

After updating do the following

Code:
root
cp -R /home/user/MyDocs/[folder of choice]/angrybirds/  /var/opt/rovio/
chmod 666 /var/opt/rovio/angrybirds/*
exit