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.