Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks again for the much needed information I'll update the mod as soon as I get some free time :D

As for some way to transfer saves, I'll do some research into Android development to see if I can find a way to make that work.

(I am still using the hacky way of signing since I don't have any idea how Android works.)

(4 edits) (+1)

ADB to the rescue once more. You can do 'adb backup -noapk indivi.indivigames.lustdollplus' to create a backup.ab file, then use 'java -jar abp.jar unpack backup.ab backup.tar' to create a regular tar-ball from the backup. Inside the tar, change the 'indivi.indivigames.lustdollplus' folder to 'your.new.package.name', then 'java -jar abp.jar pack backup.tar newBackup.ab' to turn the tar-ball back to AndroidBackup and lastly 'adb restore newBackup.ab'.
This all should also be doable in the Termux app on Android if one doesn't have access to a PC.
And you may not even have to change the package name. Do a backup, uninstall orig app, install modded app, restore backup without changing it, done.

Edit: can backup and restore using Termux
Install this, enable wireless debugging, connect ADB to localhost and backup-restore as above

Okay I now have 'newbackup.ab' and i just want to make sure if I were to delete lust doll then install lust doll essentials and do 'adb restore newBackup.ab' my save would be transferred to LDE correct, if not can you tell me what I need to do.

(3 edits)

Currently, LDE has the same package name as LDP, so you don't need to rename the folder. But yes, theoretically, once you uninstall LDP, install LDE, and restore the backup, your saves will transfer. If that doesn't work, no worries, just install LDP again and restore your backup as if nothing happened.

And let me know if it works. If it does, I might create a script to do the whole bkp-uninst-inst-rest thing.

I just tried and sadly it doesn't work, when it restores the data it doesn't go to LDE, but it does go back to LDP so I was able to keep my save. I feel like it's so close but I don't know what to do, I even checked the package name of LDE just to check they were the same and they are so that not the reason why it doesn't work. If you come up with anything else I can do to try and get it to work let me know I've had a lot of fun trying to get this to work :3

Obviously it's not so simple. What sort of idiot told you to do that SMH SMH

I'll see if I can think of something else

(4 edits)

I got something.
The saves are in, they are visible, but can't be loaded. That is progress if nothing else. 
Did it in an emulator without root. If you want to test it yourself, untar the backup.tar. In there you'll find an 'r' directory, upload it's contents as seen on screenshot (tar -> push -> cat-pipe-(run-as dd) -> run-as untar) and from the 'sp' directory upload that one file to 'shared_prefs', also in the run-as jail. 
I'll see what I can do about the whole not loading thing.

Or I guess you could upload the backup.tar, untar it into some temporary dir and cp the files from the temp dir to their correct place. That should work too.

I don't really know how to do any of that but if you do figure out how to transfer the saves could you make a guide for me and any other people who want to. no pressure if you can't figure out how to do it I'd be fine with recreating my character for new game+.