sanyaade-g2g-repos / posit-mobile

Automatically exported from code.google.com/p/posit-mobile
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Bluetooth Function Plugin #349

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How to use the plugin?
1. Click on View Finds
2. Click menu then Bluetooth Sync
3. Click menu to either make device discoverable or to connect to a device
4. Select the Finds to send.
5. Click the Send Selected button

What is the expected output?
Finds should be transmitted across devices.

Additional Information.

Transmitting pictures caused too many issues so I disabled it. The code is 
still there for future reference in case someone wants to take a look at it. 
The main problem was that the base64 string encoding of the image got corrupted 
on the transmission and it crashed posit when the other device received it.

Original issue reported on code.google.com by elias.a...@gmail.com on 3 Apr 2012 at 9:51

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by elias.a...@gmail.com on 3 Apr 2012 at 9:52

GoogleCodeExporter commented 9 years ago

Original comment by elias.a...@gmail.com on 3 Apr 2012 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by elias.a...@gmail.com on 3 Apr 2012 at 9:53

GoogleCodeExporter commented 9 years ago
I installed the patch on a local clone.  The patch reported an error on the 
raw/plugins_preferences.xml file, which doesn't include an entry for the 
bluetooth plugin.  When I run the app I don't see the plugin installed in the 
ViewFinds menu?? 

Is there something missing the plugins_preferences.xml??

Original comment by ram8...@gmail.com on 5 Apr 2012 at 2:21

GoogleCodeExporter commented 9 years ago
The patch I submitted contains a block for the plugin_preferences.xml. Not sure 
why applying the patch doesn't include this block.
I exported a patch that only adds the entry for the plugin in the 
plugin_preferences.xml file.
Hope this helps

Original comment by elias.a...@gmail.com on 5 Apr 2012 at 2:31

Attachments:

GoogleCodeExporter commented 9 years ago
Elias's UCOSP project implemented this enhancement.

Original comment by ram8...@gmail.com on 4 May 2012 at 3:41