imurvai / brickcontroller2

Cross platform application for controlling Lego creations using a bluetooth gamepad.
108 stars 32 forks source link

Transferring creations to new phone ? #59

Open GrndTom opened 3 years ago

GrndTom commented 3 years ago

Hi, thanks for the app ! How can I transfer a creation to a new phone ? Is there a file somewhere in the phone storage I can copy ?

imurvai commented 3 years ago

Hi, The creations are stored somewhere in a local sqlite database file. To be honest I never checked where these files are located. But if you are willing to build your own version check this branch: https://github.com/imurvai/brickcontroller2/tree/ProfileStorage I'm working on a load/save mechanism for the profiles in this branch. It's working now but I'm still testing it before releasing.

jdebardi commented 3 years ago

For iOS storing the config in iCloud would be ideal. That way I can have my creations sync across my devices. I regularly use 2 different iPads and my phone and have to build everything multiple times.

imurvai commented 3 years ago

Yeah, I know iCould would be the best and googledrive for android likewise, but it's a bit trickier to implement.