http://bugzilla.moblin.org/show_bug.cgi?id=10469
--- Comment #10 from pohly <[email protected]> 2010-04-20 04:25:11 PST --- I also failed to reproduce this. I can't rename the name of my Bluetooth devices, so I patched syncevo-dbus-server to use "x" for each device, by adding the following at the end of DBusServer::getDeviceList(): BOOST_FOREACH(SyncConfig::DeviceDescription &device, devices) { device.m_fingerprint = "x"; } As a result, sync-ui gets a score = 1 for all templates and then says "We don't know what this device is exactly. Please take a look at the list of supported devices and pick yours if it is listed" The drop-down list has nothing selected, but I can click on it and get: Nokia S40, Nokia N900, SyncEvolution Client. Once I select one, I can "Use these settings". -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
