Action games
Nov 24th, 2011, 12:21 am
Cut the Rope v1.2 [Paid version // Ad-free]
Requirements: for all Android versions
Overview: The long-awaited hit game has finally arrived at Android! Join MORE THAN 40 MILLION PEOPLE who have already played this game and gave it an average rating of 4,81 (out of 5)!
Image

Image Image

The little monster Om Nom is hungry and the only thing standing between him and a full belly is you – that is your help cutting the ropes that hold the candy he wants. Swipe your finger across the ropes to release the delicious bundles into his mouth. But don’t forget to collect the stars and break the bubbles along the way – easier said than done when enemies and obstacles await!

Cut the Rope is an award-winning mobile game from ZeptoLab, was an instant phenomenon in the iOS App Store reaching the #1 spot globally, and continues to gain popularity as it makes its way onto Android.

What's in this version:
New Tool Box packed with 25 new levels and featuring new game mechanics.
Bug fixes and optimizations.

More Info:
Code: Select allhttps://market.android.com/details?id=com.zeptolab.ctr.paid

Download Instructions:
http://www.filesonic.com/file/3991762704

Mirror:
http://filepost.com/files/a3496352/cp12.apk/
http://www.MegaShare.com/3746611
Nov 24th, 2011, 12:21 am
Nov 24th, 2011, 7:12 am
Thanks..nice upate version..
Nov 24th, 2011, 7:12 am
Nov 24th, 2011, 8:25 am
thanks nice for archos 10i
Nov 24th, 2011, 8:25 am
Nov 24th, 2011, 10:35 am
What's in this version:
You can choose from 3 different cookies on the main screen if you touch on the "Cut the rope logo". Awesome:)
Nov 24th, 2011, 10:35 am
Nov 24th, 2011, 11:05 am
is it possible to install directly over the v1.0?
Nov 24th, 2011, 11:05 am
Nov 24th, 2011, 6:23 pm
info5i2002 wrote:is it possible to install directly over the v1.0?

i installed over 1.1 and it did installed
Nov 24th, 2011, 6:23 pm
Nov 30th, 2011, 7:09 am
something strange is happening to me with games I'm trying to update (Cut The Rope 1.2 & Muffin Knight 1.3.1).

Instead of updating the existing game that's already installed its installing itself again!

So in the app drawer I have 2 versions (and icons) of each game.

Any idea why I can't update the version that's already installed?
Nov 30th, 2011, 7:09 am
Nov 30th, 2011, 2:11 pm
avishaio wrote:something strange is happening to me with games I'm trying to update (Cut The Rope 1.2 & Muffin Knight 1.3.1).

Instead of updating the existing game that's already installed its installing itself again!

So in the app drawer I have 2 versions (and icons) of each game.

Any idea why I can't update the version that's already installed?


Same here.
I'm not able to use the 1.0 saved game :(
Nov 30th, 2011, 2:11 pm
Nov 30th, 2011, 3:07 pm
avishaio wrote:something strange is happening to me with games I'm trying to update (Cut The Rope 1.2 & Muffin Knight 1.3.1).

Instead of updating the existing game that's already installed its installing itself again!

So in the app drawer I have 2 versions (and icons) of each game.

Any idea why I can't update the version that's already installed?

raistlin74 wrote:Same here.
I'm not able to use the 1.0 saved game :(

But I had no problem and could successfully update the game with the saved levels that I'd done before!!! :|
Nov 30th, 2011, 3:07 pm

Retired...
Nov 30th, 2011, 3:11 pm
raistlin74 wrote:
avishaio wrote:something strange is happening to me with games I'm trying to update (Cut The Rope 1.2 & Muffin Knight 1.3.1).

Instead of updating the existing game that's already installed its installing itself again!

So in the app drawer I have 2 versions (and icons) of each game.

Any idea why I can't update the version that's already installed?


Same here.
I'm not able to use the 1.0 saved game :(


Ok find the solution.
The problem is that I installed the free version 1.0 (the one with the ads) and the package name is com.zeptolab.ctr.
This version is the paid app so the package is com.zeptolab.ctr.paid.

The solution is the following, Requires ADB and root:

Install this version (1.2) run the game and complete a level, exit, then do this...

adb shell ls -l /data/data/com.zeptolab.ctr.paid/shared_prefs/CtrAppPaid.xml

which will produce something like this...

-rw-rw---- app_437 app_437 19853 2011-06-30 19:06 CtrAppPaid.xml

...note the 'app' number (437), we'll use this in the next step.

Now do this...

adb shell cp /data/data/com.zeptolab.ctr/shared_prefs/CtrApp.xml /data/data/com.zeptolab.ctr.paid/shared_prefs/CtrAppPaid.xml && adb shell chown 10437:10437 /data/data/com.zeptolab.ctr.paid/shared_prefs/*

...substituting 10437 with 10 then your app number from the step above.

That's it, you should be all done!

Local achievements etc. seem to be stored in a databases subdirectory, so you could do...

adb shell cp /data/data/com.zeptolab.ctr/databases/* /data/data/com.zeptolab.ctr.paid/databases/ && adb shell chown 10437:10437 /data/data/com.zeptolab.ctr.paid/databases/*

...if you want to get those too, and scoreloop achievements by doing the following...

adb shell cp /data/data/com.zeptolab.ctr/shared_prefs/com.scoreloop* /data/data/com.zeptolab.ctr.paid/shared_prefs/ && adb shell chown 10437:10437 /data/data/com.zeptolab.ctr.paid/shared_prefs/*

Hope this helps.

Edit : this is not my work. All credits to the poster on modaco
Nov 30th, 2011, 3:11 pm
Nov 30th, 2011, 3:31 pm
damn that looks complicated... anyone with an APK that was able to upgrade existing installation?
Nov 30th, 2011, 3:31 pm
Nov 30th, 2011, 4:12 pm
avishaio wrote:damn that looks complicated... anyone with an APK that was able to upgrade existing installation?


No, it is not complicated.
Just execute that commands via adb, replacing the numbers for the chown command with yours ;)

You can do it in 30 seconds ;)
Nov 30th, 2011, 4:12 pm
Dec 7th, 2011, 4:29 pm
raistlin74 wrote:
raistlin74 wrote:
avishaio wrote:something strange is happening to me with games I'm trying to update (Cut The Rope 1.2 & Muffin Knight 1.3.1).

Instead of updating the existing game that's already installed its installing itself again!

So in the app drawer I have 2 versions (and icons) of each game.

Any idea why I can't update the version that's already installed?


Same here.
I'm not able to use the 1.0 saved game :(


Ok find the solution.
The problem is that I installed the free version 1.0 (the one with the ads) and the package name is com.zeptolab.ctr.
This version is the paid app so the package is com.zeptolab.ctr.paid.

The solution is the following, Requires ADB and root:

Install this version (1.2) run the game and complete a level, exit, then do this...

adb shell ls -l /data/data/com.zeptolab.ctr.paid/shared_prefs/CtrAppPaid.xml

which will produce something like this...

-rw-rw---- app_437 app_437 19853 2011-06-30 19:06 CtrAppPaid.xml

...note the 'app' number (437), we'll use this in the next step.

Now do this...

adb shell cp /data/data/com.zeptolab.ctr/shared_prefs/CtrApp.xml /data/data/com.zeptolab.ctr.paid/shared_prefs/CtrAppPaid.xml && adb shell chown 10437:10437 /data/data/com.zeptolab.ctr.paid/shared_prefs/*

...substituting 10437 with 10 then your app number from the step above.

That's it, you should be all done!

Local achievements etc. seem to be stored in a databases subdirectory, so you could do...

adb shell cp /data/data/com.zeptolab.ctr/databases/* /data/data/com.zeptolab.ctr.paid/databases/ && adb shell chown 10437:10437 /data/data/com.zeptolab.ctr.paid/databases/*

...if you want to get those too, and scoreloop achievements by doing the following...

adb shell cp /data/data/com.zeptolab.ctr/shared_prefs/com.scoreloop* /data/data/com.zeptolab.ctr.paid/shared_prefs/ && adb shell chown 10437:10437 /data/data/com.zeptolab.ctr.paid/shared_prefs/*

Hope this helps.

Edit : this is not my work. All credits to the poster on modaco


awesome, works great. i thought i have to play the whole thing again.
Dec 7th, 2011, 4:29 pm