Without Bluetooth api

Is passible to write midlet in java 2me without use Bluetooth api
which will connect two or more phones throw Bluetooth.
Bluetooth API is implemented in a few expensive Phones only.
Thank for Your Advance

Hi,
how do you want to use bluetooth without bluetooth API?
...how do you want to paint w/o a grpahics API, how do you want to write w/o a pen? :-)
There must always be an API for any kind of functionality.
The L2CAP is not API, it's protocol and there must be an API implementing this protocol. For the Java ME world you have to use the Bluetooth API defined in JSR-82 - which must be implemented by the device you want to run the application on.
Rada
PS: I've heard about an option to connect via BT using standard IO connecotr using some special connection string, but I've never tried it and I have no info about it.

Similar Messages

  • IPad mini iTunes sync without Bluetooth??

    I have a wifi-only iPad Mini on order for my wife. Her computer is an older iMac5,2 without Bluetooth. Will she be able to transfer/sync her contact data, photos and music using the iMac's USB connection? Would any additional adaptor/'camera kit' be needed for this?
    Thanks in advance.

    Here are the iPad Mini Technical specs for syncing with iTunes. She has to be running iTunes 10.7 and that requires an Intel Mac. Bluetooth is of no use anyway for syncing purposes.
    Apple ID (required for some features)
    Internet access6
    Syncing with iTunes on a Mac or PC requires:
    Mac: OS X v10.6.8 or later
    PC: Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 2 or later
    Download iTunes at www.itunes.com/download
    There are some WiFi transfer apps available in the App Store that will move photos and videos to the iPad from the Mac - assuming that the Mac meets the requirements for those apps.
    Without knowing more about her Mac, more than likely, she will not be able to sync with iTunes and may have problems with the WiFi transfer apps of her Mac is that old.

  • How to Transfer vids to Phone without Bluetooth or...

    How to Transfer vids to Phone without Bluetooth or Connector?? Don't tell me to go buy a connector and don't ask me why not. I just want to know how to do it without those two.

    SabinM wrote:
    Vids, i suppose you mean videos....anyway, there is a way to copy files (menu->applications->home media) from pc through wifi connection by sharing your media files from your computer on the network and sharing center (Win Vista). If you want to transfer files that are not media (mp3,mp4 etc.) like .sis files then you need to change the extension in a media one (xxxx.sis.mp3) and after copying it, delete that extension you placed in the end of the file.
    What i would want to know is if there's a way to copy files from the phone to PC via wifi ... !? like making your phone a workgroup computer in the network.
    You didn't write what phone you have but you can set up a VPN connection for Intranet on some devices. It's not a simple task though.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • How to download Bluetooth API documentation?

    How can I download Bluetooth API documentation?
    In java.sun.com I found this API documentation but it seem I have
    to stay online to have access. It will very costly for me.
    Anyone can help?
    Thank You.

    Hi!
    You can download the Bluetooth specification and API documentation from here:
    http://jcp.org/en/jsr/detail?id=82
    -Henrik

  • Javadoc for Bluetooth API?

    Where can I download the Javadoc for Bluetooth API?

    the javadoc is available with SUN WTK2.5 (<wtk_folder>/docs/api/jsr082)

  • Can I configure a gsm modem via bluetooth API

    Hi all
    Can I configure a gsm modem via bluetooth API ?
    thanks in advance
    Vishin Das V D

    Hi deepspace
    Could you please go through this thread ? http://forum.java.sun.com/thread.jspa?threadID=5211663&messageID=9860406#9860406
    it will be a great help for me
    Thanks
    Vishin Das V D

  • Reception power & bluetooth API

    Hi everybody!
    I would like to get the reception power (or the SNR) in a bluetooth headset, but I cannot find any bluetooth API that gives me this information.
    Can you help me, please?
    Thanks!
    Luis.

    Hello!
    This question is better suited for our developer forums at developer.palm.com and go to the forums there.  There is an API section to which this question can get answer easily. 
    Message Edited by thetreoguy on 12-04-2009 07:41 PM

  • Toshiba Bluetooth API ( SDK )

    Hi,
    Does anyone here use the Toshiba Bluetooth API ?
    I have the Toshiba USB Bluetooth Dongle (Adapter), and I am trying to initiate an audio connection with a remote headset, but the API only includes L2CAP and RFCOMM connection, whereas an SCO connection is needed for audio.
    An audio connection can be create when the headset initiates the connection ( i.e. by pressing one of the buttons on the headset while the headset is enabled) , but I want the PC to initiate the connection.
    Does anyone have any idea?
    Thanks.

    Hi
    Im not very familiar with API or SDK but I found this Microsoft page.
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/APISP/html/sp_ppc_bluetooth_api__amdi.asp
    Maybe it will be a little help for finding a answer of your question.
    Bye

  • Find driving distance between two points without using API by use of Lat & Long?

    Using Google geocode API : http://maps.googleapis.com/maps/api/geocode/xml?address=thane&sensor=true
    We performed get distance between search criteria entered by user and all related clubs by lat & long  stored at db.
    2. Two different points such as  
    (origin: Lat1 & Long1) and (destination: Lat2 & Long2)
    We tried for to get distance between these two points,
     (Lat2 & Long2) to (Lat1 & Long1)
    But distance which we get by calculation is simple straight line distance 
    Origin Destination
    (Lat1 & Long1) (Lat2 & Long2)
    3. This is not driving distance as google shows in exact Km
    4. For that Google provide another API (distancematrix API)
    http://maps.googleapis.com/maps/api/distancematrix/xml?origins=Thane&sensor=true&destinations=khopat&mode=driving&language=en%20-%20EN
    5. But there is limit for DistanceMatrix-Service without ClientID and client key
    100 elements per query.
    100 elements per 10 seconds.
    2 500 elements per 24 hour period.
    But as element request exceeds it shows : OVER_QUERY_LIMIT error  
    6. In case of Client ID and Client key
    In Distance Matrix 100 000 elements per 24 hour period,a maximum of 625 elements per query and a maximum of 1 000 elements per 10 seconds.
    As per this one there is option to get purchase these API but basic question is remain same for us if we are requesting single origin and multiple destination then how element calculation done by google?
    But in document google says :
    Elements
    The information about each origin-destination pairing is returned in an element entry. An element contains the following fields:
    Status: See Status Codes for a list of possible status codes.
    Duration: The duration of this route, expressed in seconds (the value field) and as text. The textual representation is localized according to
    the query's language parameter.
    Distance: The total distance of this route, expressed in meters (value) and as text. The textual value uses the unit system specified with the
    unit parameter of the original request, or the origin's region.

    Any information that you see in a google map webpage can be retrieved using the API.  The best way of finding the tags on the webpage is to manually perform the query using an IE webpage.   Then capture the source and save to a file so you
    can use a text editor to look at results.  I often on a webpage use the menu : View -  Source and then copy the source to a text file.
    jdweng

  • Sync devices without Bluetooth

    ok i have a question-I am looking to buy a new phone in the next few months but i have a question-if my mac does NOT have bluetooth, can i still sync the device? I didnt realize that i might need bluetooth when I bought it because at the time i wasnt thinking about getting a new phone and i didnt have any bluetooth devices that would have warranted the then delayed shippment.
    The phone(s) that I am eying are either a Treo, Moto Q or some sort of smartphone/pda phone from verizon?

    KGSchlegel wrote:
    My thinkpad Bluetooth with Enhanced Data Rate is running driver 6.1.0.4500 and Microsoft Bluetooth Enumerator is running Driver 6.0.6001.18064.  Looking on the Lenovo website I noticed a Lenovo Bluetooth Driver 6.1.0.4700, but it looked as though there might be some sort of compatibility problem with T61p systems...
    I suggest that you manually download and install the 6.1.0.4700 driver (7vbv03ww.exe) from the Lenovo web site
    I have it installed on a T61 without any problems.
    Cheers,
    Bill
    I don't work for Lenovo

  • J2SE Bluetooth API

    Hello,
    I�m working on a project where I have to build a bluetooth server to connect Mobiles to it.
    The problem I have is to find an API to use bluetooth under J2SE. It seems to be easy to find that for J2ME, but not for J2SE.
    I found something on benhui.net, but I�m not sure if this is the best solution.
    Does someone have experiences with something like that?
    I would be very happy to have an API for Win AND Linux. I think I will try the solution from benhui.net, but perhaps someone has a better idea.
    And what about a Linux API? I found that JBluez at sourceforge, but this project seems to be dead (nothing happened there for about 2 years).

    You can map the BT to a COM port on your machine using an adapter software (usually comes with the BT package) and then use APIs that uses the Java COMM API to connect to mobiles that are already connected to the machine via this adapter. such APIs like JSMS authored by http://www.objectxp.com/
    this is not the propper place to post this question, since there is a froums related to the wireless fields at http://forums.java.sun.com/wireless
    GoodLuck
    Regards,
    Mohammed Saleem

  • Email without javamail api

    Is there any way to send email with java without using the javamail api
    regards
    fightspam

    Try this
    import java.net.*;
    import java.util.*;
    import java.io.*;
    public class email
        private static final String host="smtp.smtphost.co.uk";
        private static final String to="[email protected]";
        private static final String subject="autogenerated message";
        static void send(String message)
            try
                System.getProperties().put("mail.host",host);
                URL url = new URL("mailto:" + to);
                URLConnection connection = url.openConnection();
                connection.setDoInput(false);
                connection.setDoOutput(true);
                connection.connect();
                PrintWriter out = new PrintWriter(new OutputStreamWriter(connection.getOutputStream()));
                out.print("From: <"+InetAddress.getLocalHost().getHostName()+">\n");
                out.print("To: "+to+"\n");
                out.print("Subject: "+subject+"\n");
                out.print("\n");
                out.print(message);
                out.close();
            catch (Exception e)
        public static void main(String[] args)
            for(int i=0;i<10;i++)
                send("this is a test message");
    }

  • Serious help needed regarding bluetooth APIs for j2se

    I am pursuing my bachelors degree, as part of my final year I have to complete a project which is based on bluetooth connection between the PC and mobile device.
    On PC j2se and On mobile j2me
    j2me has JSR 82 API
    j2se ?
    please tell me what is needed to establish the connection and how this is to be implemented

    I'm looking to setup a simple (one-way) messaging system to send text to mobile devices. I use Java 2 sdk 1.5 and am looking for some sort of API (jar file to extend with) so that this becomes possible. Do you have any suggestions? Thanks is advance.

  • Using iPhone in car speakers and talking hands free without bluetooth ?

    Just got a new car with an AUX in - works for using iPod music when on AUX mode in the car. This is no problem. But as I am looking at various options for phone functions (handsfree) in the car, just wondering : although I have used the speakerphone from time to time without other connection, can I do the following : use the AUX in the car to get the voice of the person I am talking to, and just speak freely (as I would do in speaker-phone on the iPhone) so we both can have a clear conversation ?
    Which settings would I choose for that on the iPhone ? (I assume if I click speakerphone mode, this would not work with the AUX-out, or would it ?... Then what if I get a phone call (while in AUX mode in the car) while I play music in this mode (from iPhone of course) ?
    In other words, can I completely avoid using any kind of external bluetooth device (from a GPS or other)??
    Thanks

    Yes that works, use the speakerphone mode. Some people report that the callers hear themselves via the car speakers and iPhone mic. It won't cost anything to try it and see if it meets your requirements.

  • Bluetooth APIs for WindowsXP

    Hello.
    I'm trying to develop an application that uses JSR-82 to communicate with mobile phones. The problem is that I need OBEX support and control over the pairing of the devices and there is not any free API with these two things. I've tried BlueCove and Avetana JSR-82 implementation. Avetana for Windows XP is quite good but it's not open source.
    Do you know any other Bluetooth implementation or stack I could use?
    Best regards.

    Double-posted:
    http://forum.java.sun.com/thread.jspa?threadID=5266020

Maybe you are looking for

  • Content conversion File Query.

    Hii, I wanted a little help with the content conversion. I have mentioned the parameters bleow: Document Name: MT_Vault_TRY RecordStructure: DT_DLY_DEPOSIT1.* Key Field Name: DT_DLY_DEPOSIT1.STRNBR parameters: DT_DLY_DEPOSIT1.fieldNames STRNBR,SLSDT,

  • Fcpx 10.2 export changed the shape and position of my shape masks. Ideas?

    Fcpx 10.2.  Upon export it changed the shape and position of my shape masks.   It also created "cordoroy" looking screens where some photos had been.  Looking for help.

  • My volume adjuster disappeared. How do I get it back?

    Today I tried listening to music on my iPhone 4S, only to find that my volume adjuster had disappeared. And just to clarify, when I say that it disappeared, I mean that when I press the volume buttons on my phone, I see the speaker icon but the gauge

  • Source System Connection Problem - RSAR 371

    We are attempting to create source system connections in our newly created NW2004s Dev system (sapdvbd1/BD1). We also have an existing NW2004s Dev system (sapsvbd1/BD1) which already contains the same source system connections.  The old Dev system wa

  • Increase Page Size 32k

    Hi expert, I have installed SAP CE 7.2 on DB2, but as per the requirement(mentioned below) we need to set pagesize to 32k. Can we drop that PSAPTEMP16 and create it again or we can do this with alter command. Please throw some light on issue and if i