uberspot / 2048-android

The android port of the 2048 game (for offline playing)
MIT License
1.06k stars 794 forks source link

Savegame? #51

Open zxhcjxwa opened 7 years ago

zxhcjxwa commented 7 years ago

Hello everybody,

I just updated my Android system and the actual score of the 2048 was dropped, i.e. the game starts at the beginning. Does the game have some kind of a savegame functionality somewhere?

uberspot commented 7 years ago

If I remember correctly it saves the scores in the local storage of the webview, so it's possible the score was lost because of the update. If anyone provides a pull request with a fix for this functionality i'll gladly merge it.

zxhcjxwa commented 7 years ago

Thank you for your answer! Fortunately, I made a backup before updating. Do you know where I can find the local storage of the webview?

uberspot commented 7 years ago

I assume it is in /data/data/com.uberspot.a2048/databases (?).

zxhcjxwa commented 7 years ago

Amaze File Manager says that there is no file in that directory :-(

anfaas1618 commented 2 years ago

@uberspot can i pick up this issue ? if the issue is not staled or resolved yet ?

uberspot commented 2 years ago

Go for it. :+1: