Export data from Wacai app
I have been using Wacai app for 8 years. Maybe because of habit, I have not changed to use other apps. However, recently I can’t stand the splash ads. Oftentimes if my phone shakes a little when opening the app, it jumps to the ad page. So I started to think about exporting the data. But this app requires a membership to export data. I guess user data is the product itself.
At first, I wanted to grab data directly from Wacai’s official website. Later I found an article that says the database can be directly exported (with some tools), which seems much more convenient.
Basically the idea still works, just need to change some table names.
1 Extract the database file
This step requires an android device with root access.
- Install an Android emulator.
- Install Wacai app on the emulator.
- Login to Wacai and let it syncs.
- Turn on root feature from the emulator.
- Copy this file to your computer.
/data/data/com.wacai365/databases/wacai365.so
2 View the database
Install DB Browser for SQLite to open the database file mentioned above.
The most important data is stored in TBL_TRADEINFO。
3 Extract expend transactions
|
|
4 Extract income transactions
|
|
5 Extract transfer transactions
|
|