Tizen send data from wearable to android phone and also from phone to wearable - bluetooth

I need to send some binary files via bluetooth from tizen g2 watch to android phone and then from phone to watch, as I've searched it I can't implement bluetooth in js files as said here so what is the most straightforward way to do it? can we use tizen wearable debug over bluetooth instead? is it applicable in this case?
I'm new to tizen so I feel confused and I really appreciate any advice about this problem.

You can develop companion app using Samsung Accessory Protocol(SAP) in this scenario. Please go through this link to know more. If you are trying to develop the tizen part in web, then have a look in the File Transfer sample of web section. There're separate applications for sending and receiving files from tizen to android and vice versa. You can combine those to implement the bidirectional communication.

Related

Bidirectional messaged between two tizen wearble

I need to develop a chat application for Samsung watches running Tizen OS. How can I send messages between the watches?
I am assuming they are on the same Wifi, but we can't implement Wifi direct in Tizen wearables (it is only supported for mobile apps).
The last option would be to send SMS, but that would require them to be connected to mobile devices or have a separate SIM.
Thanks,
another option is using Bluetooth.
There is a sample app in Tizen IDE:
Go to Tizen IDE > File > Project > Tizen Native Project > Online Sample > Network > Bluetooth Chat

android 6.0: search for devices via bluetooth

I am developing a Bluetooth application. First at all I Need to search available Bluetooth (bt) devices. This works for android 4.3 up to 5. ...
but not on the new Version android 6. When I press the button "search for devices" the bt-receiver starts but finds no device. What interesting Thing could that be? Do I Need other permissions than for older Versions of android?
I can't give you the code, because it is my companies app. But I would be really appreciated if you know sth. about this difficulties and give me some evidences.
Thank you!

Building Liblinphone for iOS

I am planning to develop an iOS application where I need to use VOIP services. I found Liblinphone which is one such open source API for VOIP.
My requirements:
Making voice call & receiving
Making video calls & receiving
Making voice call conferences.
Are these all possible with Liblinphone? Are there any other opensource VOIP libraries for achieving this better than Liblinphone?
Any help and tutorial links are a big helpfor me.
You may take a look at siphon (http://code.google.com/p/siphon/).
From their homepage:
Home of the World's first free SIP/VoIP application for iPhone and iPod Touch 1 and 2.
Siphon SIP/VoIP project is the first in his category that works on iPhone and iPod Touch 2 with headset for all SIP providers. It is a native application approved running on 2.X using internal micro/speaker and headset.
The Application supports the SIP standard, preserving compatibility with hundreds of SIP providers and offers a GUI which preserves the apple design of native iPhone applications.

deploying j2me application on old handsets

I was to develop a simple j2me application for microworks. The application is to send sms.
But I found that most of the mobile phone they carry are very simple and even some of them don't have Bluetooth, infrared, browser. How to make it work out?
We can assume configuration as nokia 2100, nokia 1616. How am I supposed to deploy my app on such handsets?
OTA is required to work on every MIDP mobile device, just navigate with the device browser to the jad URL and click it.

Need Emulator (240x400 and 360x640) j2me

I developed the game in j2me. I need emulator for screen 240x400 touch and 360x640 touch. Where should i get ?
Download any of the manufacturers custom SDKs (SonyEricsson, Nokia, LG, Motorola )and find a device with your resolution
PS: It may be difficult as many of them moved to Android or other technologies

Resources