Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upImport settings via QR code #178
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
erickok
Nov 11, 2014
Owner
Could you explain how you are going to use it? Just to get settings from one device to another? Perhaps NFC would be even better/cooler to do that?
|
Could you explain how you are going to use it? Just to get settings from one device to another? Perhaps NFC would be even better/cooler to do that? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
randomessence
Nov 13, 2014
The point of this is fairly simple:
Import a new and fully configured server(s) into transdroid/transdrone via a png qrcode. This would make the process a few good steps shorter than it currently is and overall a better experience. A user could simply be presented with a qrcode that they scan and they have a fully operational and new server imported in seconds. This could be to simply create server templates for users to finalise or to provide customised server setups at import.
He has shown how the settings.json can be encoded using a dummy template and libqrencode.
Notes:
1: Your reply seems to only be thinking in terms of transdroid to transdroid export and import. This is about importing new remote servers in the easiest way possible. A end user presented with a png qrcode to import a new server is a better solution than the current method = Manual entry or modify a template settings.json and navigate the various steps needed to get it to where it needs to be for import.
2: NFC is not really comparable to this solution nor is it a practical one considering it is not available to all devices, but makes sense in terms of device to device import and export.
3: This was not considered in terms of an export solution. That is another aspect of this feature request but perhaps worth considering. Export to qrcode then scan from other device. It seems like a simple enough process.
randomessence
commented
Nov 13, 2014
|
The point of this is fairly simple: Import a new and fully configured server(s) into transdroid/transdrone via a png qrcode. This would make the process a few good steps shorter than it currently is and overall a better experience. A user could simply be presented with a qrcode that they scan and they have a fully operational and new server imported in seconds. This could be to simply create server templates for users to finalise or to provide customised server setups at import. He has shown how the Notes: 1: Your reply seems to only be thinking in terms of transdroid to transdroid export and import. This is about importing new remote servers in the easiest way possible. A end user presented with a png qrcode to import a new server is a better solution than the current method = Manual entry or modify a template 2: NFC is not really comparable to this solution nor is it a practical one considering it is not available to all devices, but makes sense in terms of device to device import and export. 3: This was not considered in terms of an export solution. That is another aspect of this feature request but perhaps worth considering. Export to qrcode then scan from other device. It seems like a simple enough process. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
frankthetank7254
Nov 14, 2014
the XBMC remote app has a similar feature to share configurations between devices:
https://github.com/freezy/android-xbmcremote
while nfc is super cool, using qrcode means that it is accessible by more devices :)
frankthetank7254
commented
Nov 14, 2014
|
the XBMC remote app has a similar feature to share configurations between devices: while nfc is super cool, using qrcode means that it is accessible by more devices :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
erickok
Nov 17, 2014
Owner
Okay I understand better now the use case. I was certainly never trying to hold it off, just making sure the implementation is focused to the use case!
Generating QR codes is easy using a library, but I need to find the right one that is compact enough to justify adding to the code base. Will do some research and add this. Good idea!
|
Okay I understand better now the use case. I was certainly never trying to hold it off, just making sure the implementation is focused to the use case! Generating QR codes is easy using a library, but I need to find the right one that is compact enough to justify adding to the code base. Will do some research and add this. Good idea! |
erickok
added
the
enhancement
label
Nov 17, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
frankthetank7254
commented
Nov 18, 2014
|
awesome! |
frankthetank7254 commentedNov 6, 2014
I would love to be able to import settings via QR code.
here is a mostly blank default settings.json to show proof of concept: