GMDprivateServer icon indicating copy to clipboard operation
GMDprivateServer copied to clipboard

For some odd reason

Open hiimjustin000 opened this issue 4 years ago • 9 comments

Android players are complaining that they lost their data when exiting out. I used IAD's All Admin GDPS for the GDPS. Is there anything to fix this?

hiimjustin000 avatar May 25 '20 00:05 hiimjustin000

Did you change the app's package name?

RedLime avatar May 25 '20 06:05 RedLime

If you changed the package name, then either you messed it up or forgot to rename all package name instances in the apk. Can be easily fixed using Notepad++ and it's "Replace in Files" feature. If not, then I am not 100% sure what else the issue could be.

Jecket22 avatar May 25 '20 11:05 Jecket22

Ahh ok but it says it stopped if I do so idk

hiimjustin000 avatar May 25 '20 14:05 hiimjustin000

It is known bug and there is no fix i think. My all servers apps are doing this.

EMREOYUN avatar May 30 '20 08:05 EMREOYUN

If you changed the package name, then either you messed it up or forgot to rename all package name instances in the apk. Can be easily fixed using Notepad++ and it's "Replace in Files" feature. If not, then I am not 100% sure what else the issue could be.

renaming all instances of the package name in the apk is not recommended, as it will lead to smali inconsistencies if done incorrectly, just make sure to replace it in the lib files

Cvolton avatar May 31 '20 16:05 Cvolton

If you changed the package name, then either you messed it up or forgot to rename all package name instances in the apk. Can be easily fixed using Notepad++ and it's "Replace in Files" feature. If not, then I am not 100% sure what else the issue could be.

renaming all instances of the package name in the apk is not recommended, as it will lead to smali inconsistencies if done incorrectly, just make sure to replace it in the lib files

Is there is any way to save the game(i mean not deleting save after leaving app) after package name changes?

EMREOYUN avatar May 31 '20 18:05 EMREOYUN

If you changed the package name, then either you messed it up or forgot to rename all package name instances in the apk. Can be easily fixed using Notepad++ and it's "Replace in Files" feature. If not, then I am not 100% sure what else the issue could be.

renaming all instances of the package name in the apk is not recommended, as it will lead to smali inconsistencies if done incorrectly, just make sure to replace it in the lib files

Is there is any way to save the game(i mean not deleting save after leaving app) after package name changes?

yes, just edit the package name in the libs appropriately, don't edit any smali files though

Cvolton avatar May 31 '20 21:05 Cvolton

Is it okay that I will "replace in files" the www.boomlings.com to my domain?

SadShikawa avatar Jun 03 '20 16:06 SadShikawa

Yes.

fancythedeveloper avatar Jun 03 '20 19:06 fancythedeveloper