It's easy to overlook "Where's My Water?". On the surface, the game looks too simple, too cute, and maybe even a bit too child-oriented. When you play it, though, you'll quickly realize it has a lot to offer even the sophisticated adult!
These days I was feeding the cute alligator with water, when I asked myself if it was possible to make all levels available.
Needs
- rooted Android device (smartphone, tablet, whatever)
- Windows PC (Windows XP or newer)
- Root Explorer (Android app) / Droid Explorer (Windows)
- SQLite Editor (Android app) / SQLite Database Browser (Windows)
How To
on Android device
- install "Where's My Water? Free" / "Where's My Water?"
- open the app, and when on the main screen, totally close it again
- connect the device to your PC
on Windows PC
- start Droid Explorer
- goto /data/data/com.disney.WMWLite/files/data/
(/data/data/com.disney.WMW/files/data/ for paid version) - copy the file water-Lite.db (water.db for paid version) to your desktop
- make a backup of this file
- start SQLite Database Browser
- open the copied file water-Lite.db / water.db
- switch to the "Execute SQL" tab and enter the following SQL commands:
UPDATE LevelInfo SET available=1 ;
UPDATE LevelPackInfo SET Bought=1 WHERE (IAP_item_id="crankypack01" OR IAP_item_id="mysteryduck01") ;
UPDATE CrankyChallengeInfo SET available=1 ;
UPDATE HubInfo SET Bought=1 WHERE (IAP_item_id="crankypack01" OR IAP_item_id="mysteryduck01") ; - click "Execute query"
- save the database
- copy the file back to the Android device
again on Android device
- restart the app
- select the first level of "Swampy" and finish it
- now the other levels should be available
That's it!
Let me know if it worked for you.
Cool blog. Check out my "free psychic reading" blog.
ReplyDeleteThe best sitedata
I don't have the water.db archive in this route:
ReplyDeleteData / data / com.disney.WMW / archive / data /
I have a Samsung Galaxy SII and the route only goes to the first Data.
Any solution??
Are you using Droid Explorer? Then check the logfiles placed at C:\Users\\AppData\Roaming\DroidExplorer\Logs.
ReplyDeleteIf there is something like ls: can't open '/data/': Permission denied
then this could be your solution http://de.codeplex.com/discussions/230317.
Or try using the Root Explorer App on your SII
please can you upload your own file, i really try but i can't do it.
ReplyDeleteworked perfectly if some one is unable to do it I can share titanuim backup archive of this.
ReplyDeletehi Annon ! You really want to do that ? please do
Deletethat for me. Sent it on my e-mail bagasade11@
gmail.com
Thanks before !
hi Annon ! You really want to do that ? please do that for me. Sent it on my e-mail bagasade11@gmail.com
ReplyDeleteThanks before !
Hi . annon can you sent for me too? send it to karanramnath@hotmail.com thanks for helping cause its kinda hard BTW this is my first post
ReplyDeleteNervermind i manged to do it
ReplyDeleteuse this to unlock Allie's story as well.
ReplyDeleteUPDATE LevelInfo SET available=1 ;
UPDATE LevelPackInfo SET Bought=1 WHERE (IAP_item_id="crankypack01" OR IAP_item_id="mysteryduck01" OR IAP_item_id="alliepack01") ;
UPDATE CrankyChallengeInfo SET available=1 ;
UPDATE AllieChallengeInfo SET available=1 ;
UPDATE HubInfo SET Bought=1 WHERE (IAP_item_id="crankypack01" OR IAP_item_id="mysteryduck01" OR IAP_item_id="alliepack01") ;
Allie's Story seems to be locked or stucked because it doesn't unlock the number 6th game.
ReplyDelete