New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
mingkee
Old
#1  
Senior Member - OP
Thanks Meter 137
Posts: 1,292
Join Date: May 2006
Location: Brooklyn, NY
Exclamation [game] how to correctly backup/transfer angry birds data

This also works with seasons and rio as well.
Pre-requisites:
  • rooted phone/tablet
  • root explorer installed
First of all, use root explorer to go to
/data/data/com.rovio.angrybirds (use corresponding names for seasons and rio)/files
Copy these two files:
  • highscores.lua
  • settings.lua
Now you can go to same location on the target device and paste them; however, make sure you rename the original files first.
This step is the most important: fix the permission. Make sure both files have three read and write, and NO EXECUTE (X) because it will cause reboot when you run the game!!!
Done.
The Following 6 Users Say Thank You to mingkee For This Useful Post: [ Click to Expand ]
 
aloy99
Old
#2  
aloy99's Avatar
Senior Member
Thanks Meter 77
Posts: 541
Join Date: May 2011
...can someone post save files for rio, all levels unlocked(this doesn't count as warez, right?)? I want to try blue out.

Sent from my X10mini using XDA App
Devices:X10 mini
MiniCM 9 by NAA!!! Tasty Ice Cream

LG Optimus L9 P768E
Stock ROM till I manage to root D:

Be grateful to our awesome developers, and show your support to them by not sending flame PMs and obeying all forum rules
Got a question? Search. Can't find an answer? Think. Still clueless? Ask politely in the Q&A section.
Have I helped you? Please press the |Thanks| button!
 
mingkee
Old
#3  
Senior Member - OP
Thanks Meter 137
Posts: 1,292
Join Date: May 2006
Location: Brooklyn, NY
Quote:
Originally Posted by aloy99 View Post
...can someone post save files for rio, all levels unlocked(this doesn't count as warez, right?)? I want to try blue out.

Sent from my X10mini using XDA App
This is not warez. It's just saved game data and it's 100% allowed, and no, you can't unlock June and beyond before update.
 
aloy99
Old
#4  
aloy99's Avatar
Senior Member
Thanks Meter 77
Posts: 541
Join Date: May 2011
Sorry, I meant till carnival upheaval.

Sent from my X10mini using XDA App
Devices:X10 mini
MiniCM 9 by NAA!!! Tasty Ice Cream

LG Optimus L9 P768E
Stock ROM till I manage to root D:

Be grateful to our awesome developers, and show your support to them by not sending flame PMs and obeying all forum rules
Got a question? Search. Can't find an answer? Think. Still clueless? Ask politely in the Q&A section.
Have I helped you? Please press the |Thanks| button!
 
gffmac
Old
#5  
gffmac's Avatar
Senior Member
Thanks Meter 73
Posts: 279
Join Date: Dec 2010
Location: Newcastle upon Tyne
Are permissions not retained from the files you copy?
Say: T H A N K S !

Motorola Xoom Wifi
HTC Desire HD
HTC ONE X!
Currently using which ever ROM rocks the Most!!
 
profalbert
Old
(Last edited by profalbert; 13th June 2011 at 02:20 PM.)
#6  
Member
Thanks Meter 5
Posts: 44
Join Date: Nov 2010
You can also do it with adb:

To backup:
Code:
adb shell
# su
# busybox cp /data/data/com.rovio.angrybirds/files/*.lua /sdcard
to restore:
Code:
adb shell
# su
# cd /data/data/com.rovio.angrybirds/files
# ls -l
-rw-rw-rw- app_114  app_114     16668 2011-06-10 01:22 highscores.lua
-rw-rw-rw- app_114  app_114      1521 2011-06-11 11:15 settings.lua
# busybox cp /sdcard/highscores.lua .
# busybox cp /sdcard/settings.lua .
# chown app_114.app_114 *.lua
# chmod 666 *.lua
You can also complete the first level (so that highscores.lua gets created with correct permissions), and then restore using:
Code:
adb shell
# su
# cat /sdcard/highscores.lua > /data/data/com.rovio.angrybirds/files/highscores.lua
# cat /sdcard/settings.lua > /data/data/com.rovio.angrybirds/files/settings.lua
You can also use titanium-backup to back it up. Restoring with titanium might not always work, but don't worry, the .tar.gz generated with titanium contains the two required lua-files, you can just extract them from there.

Also, iirc there is some free app on the market, that can do it without root (no idea if it still works). Just don't buy the paid ones.
 
Chaoticaa
Old
#7  
Chaoticaa's Avatar
Member
Thanks Meter 4
Posts: 55
Join Date: Apr 2010
You know... The option to have your app data back up is built into Android OS... Settings>Privacy Settings>
Check the following:
Back up my data
Automatic restore

Hell, they're even enabled by default.... Or at least they were with my phone (HTC Desire).
HTC One (stock 4.1.2 JB)
HTC One X (stock 4.1.1 JB, rooted)
Samsung Omnia 7 (7.5 Mango, interop-unlocked)
 
profalbert
Old
(Last edited by profalbert; 13th June 2011 at 02:21 PM.)
#8  
Member
Thanks Meter 5
Posts: 44
Join Date: Nov 2010
Quote:
Originally Posted by Chaoticaa View Post
You know... The option to have your app data back up is built into Android OS... Settings>Privacy Settings>
Check the following:
Back up my data
Automatic restore

Hell, they're even enabled by default.... Or at least they were with my phone (HTC Desire).
I'm not sure how or if angry birds uses the built-in backup-mechanism.
Anyways, on some devices this functionality is not available. Either because it hasn't got froyo yet, or the manufacturer disabled the backup-transport for some reason (e.g. Samsung).

Also I can't decide when to make the backup, and can never be sure I have one.
 
AdamOutler
Old
#9  
AdamOutler's Avatar
Elite Recognized Developer
Thanks Meter 8370
Posts: 4,838
Join Date: Feb 2011
Location: Louisiana

 
DONATE TO ME
doesn't titanium backup work for this?
Quote:
Originally Posted by jrloper View Post
Windows is a finicky, needy, hormonal pain in the .... You get the point.
Check out my developer pages. Add me to your circles on Google Plus.
 
profalbert
Old
#10  
Member
Thanks Meter 5
Posts: 44
Join Date: Nov 2010
Quote:
Originally Posted by AdamOutler View Post
doesn't titanium backup work for this?
Not always. It also saves a backup of the cache, that might be invalid in other ROMs, causing Angry Birds to FC if restored.
Samsung Galaxy S GT-I9000 @ CM9 NIGHTLY

Tags
angry birds

XDA PORTAL POSTS

Forum Added for the Samsung Galaxy Mega

What do you do when the Galaxy Note line is simply not big enough? You get theSamsung Galaxy Mega. … more

Voice Control Your Phone with Tasker and AutoVoice – XDA Developer TV

XDA Developer TV Producer Kevin set up his phone to respond to … more

Guide to Take Better Control of Your Volume Levels

Would you like to know one of the things that really annoys me on a daily basis? Tough, … more

Get the Android 4.2.2 Status Bar on Your Gingerbread-Based Samsung

There are still quite a few of folks who run Gingerbread on their … more