kedzie / VBoxManager

Android VirtualBox Manager
https://market.android.com/details?id=com.kedzie.vbox&feature=search_result
68 stars 21 forks source link

3.0.6 does not save any host #16

Closed ytandogan closed 11 years ago

ytandogan commented 11 years ago

I have upgraded to 3.0.6 while there was one host in my list. After the upgrade app has crashed. So I uninstalled and reinstall. Now I can not save any host. Tried to save with different name and settigs. Thanks

kedzie commented 11 years ago

thank you I'm looking at it now.

kedzie commented 11 years ago

Are you creating the server in the main Application or the App Widget configuration screen? currently creating servers in the app widget is broken.

ytandogan commented 11 years ago

Hi, I have not used widget, I am having this problem with the main application window. FYI. On 01/02/2013 10:04 PM, Marek Kedzierski wrote:

Are you creating the server in the main Application or the App Widget configuration screen? currently creating servers in the app widget is broken.

— Reply to this email directly or view it on GitHub https://github.com/kedzie/VBoxManager/issues/16#issuecomment-11821898.

Saygılarımla, Yasin Tandoğan

wolfsolver commented 11 years ago

Hi, I have the same problem. Application does not save any host. on vbox host there is no connection incoming.

wolfsolver commented 11 years ago

Hi, for your information i add manually (via adb sqlite3) the entry in table servers and, after that, i can connect to my virtualbox server.

I use the following command adb shell cd /data/data/com.kedzie.vbox/databases sqlite vbox.db insert into servers (id, name, host, port, ssl, username, password) values (1, ",myServer","myIP",18083, 0, "myuser", "myPasswd"); .quit

after that load virtualbox application and now see the server and can connect.

I think that issue is during saving of data in server list.

kedzie commented 11 years ago

THank you all very much. I will modify the EditServerActivity to do all the saving itself, instead of returning and delegating saving to the list activity. this should resolve the problem in version 3.1.0. Thanks for using the app and offering a workaround.