How to use my BT Device Address/Friendly-Name to UUID class???

My BT Device Address is- 11:11:11:11:11:11 .. now my question is how can I use it to UUID class so that it looks like this:
    new UUID("86b4d249fb8844d6a756ec265dd1f6a3", false), // <<-- should be like thisI tried this code:
    new UUID("111111111111", false), // <<-- should be like thisBut it wont connect...
Thanks...

Hello,
did you solve your problem?
I have a similar one, I want to search for serves without using of UUIDs for it.(because i don't know the UUID of my remoteDevice.
I would thankful for any help!
best wishes
Len

Similar Messages

  • How to use the same email address for outgoing email on two iPads?

    How to use the same email address for outgoing email on two iPads?.   My wife and I both use the same email address.  We receive the same incoming email on both iPads but are unable to send email from my wife's iPad.  She is using an iPad 2 and is usng IOS 6.0.1

    Hi Creaturekeeper,
    If you've added the account into the iPad and you are unable to send email from it, then please follow the troubleshooting in the article below.
    Get help with Mail on iPhone, iPad, and iPod touch - Apple Support
    Take care,
    Alex H.

  • How to use an Aggregate device for Garageband (iLife '11)

    Here is what I have,
    Komplete Audio 6 interface (USB)
    M-Audio Mobile Pre interface (USB)
    2010 Macbook (white) running OS X 10.6.8
    Garageband from iLife '11
    I found out (supposedly) how to use both of the interfaces together by creating an Aggregate device.
    I have gone through all the setup steps to create an aggregate device and put both interfaces on the Aggregate list to be used.
    HERE IS WHAT I'M TRYING TO FIGURE OUT!
    When I open Garageband and designate the Aggregate device as my sources of hearing and recording (Input and Output), the M-Audio doesn't even register sound. When I hook up the M-audio interface by itself, it works. Same with the Komplete interface. They work perfectly individually. But together, Garageband only recognizes channels 1 & 2 coming from the the Komplete interface.
    1) How do I make it so both show up as recording to Garageband?
    2) How can I hear them in my headphones (monitors)?
    Thank you!

    Maybe an alternative would be to put this logic into the select.
    select u.object_name,
           u.object_type,
           count(case when u.object_type = 'TABLE' then 1 end) over () count_tables,
           count(case when u.object_type = 'VIEW' then 1 end) over () count_views
    from user_objects u;This would count the number of tables and views in the data dictionary. And it is returned as a column value.

  • How I use my group Email addresses from my hard drive?

    How do I use may group email addresses from my hard drive at the .mac.
    At the .mac address book, all the names are listed but not my group list.
    Can you help?

    The address book on the .Mac web site does not support the groups that you have defined in Mac OS X's Address book.

  • How to use net.rim.device.api.system.GPRSInfo in WTK 2.5.2 for CLDC

    I have just started with JME coding for a month or so and done the following:
    - install sun_java_wireless_toolkit-2_5_2-windows.exe
    - install BlackBerry_JDE_4.6.0.exe
    - set PATH environment variable to ...;c:/program files/java/jdk1.6.0_07/bin;C:\Program Files\Research In Motion\BlackBerry JDE 4.6.0\bin
    - add in my source file import net.rim.device.api.system.GPRSInfo to get the Cell-ID (s = String.valueOf(cellinfo.getCellId()))
    but get the following error when I try to build my project:
    ... package net.rim.device.api.system does not exist
    import net.rim.device.api.system.GPRSInfo;
    What do I need to do to fix this?
    Thanks

    Thanks Shan but this is not what I want to do. I don not want to develop into the BB JDE but stay with the WTK. The 2 MIDlet programming models are different and I want to use the standard J2ME model.
    Anyway, I solved my issue by adding just the net.rim.device.api.system classes I need into the midpapi20.jar by simple unpacking the BB jar and the WTK jar into a new environment tree where I mixed what I need (actually just added the net.rim.device.api.system.GPRSinfo and GPRSCellInfo classes into the complete midpapi20.jar structure and repack the whole thing into a new midpapi.jar.
    I can now access the RIM API form within my MIDlet buitl with WTK

  • How to use resource bundle entries for column names/title in .rpt file

    <p>Our application needs to be able to support reporting in multiple languages. Hence we do not want to put language specifiec column names in the rpt file but rather use text for a particular locale during runtime which in java world is easily achievable using Resource Bundle entries.</p><p>Does JRC allow for using resource bundle entries as column names or for that matter for titles etc. in the .rpt file?</p>

    Hi,
       You can follow this step-by-step tutorial to find out how to achieve this using our User Function Libraries (UFLs). The walkthrough can be found here:
    <a href="http://diamond.businessobjects.com/node/412">http://diamond.businessobjects.com/node/412</a>
    Regards,<br />Sean Johnson (CR4E Product Manager) <br /><br /> <a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a>

  • How to use simple types for table column names ?

    Hi,
    can any one tell how to to use simple types for table column names?
    It is required in internationalizing of webdynpro applications.
    Regards,
    Rajesh

    Hi,
    1: define required column names in <SimpleType>
    2:use the following code to get those values
    3:bind 'text' property of Column headers to context attributes
    4:take a context attribute 'Value' as type of <SimpleType>
    5:set these values to context attributes
    IWDAttributeInfo objAttrInfo=wdContext.getNodeInfo().getAttribute(IPrivate<ViewName>View.IContextElement.VALUE);
    ISimpleTypeModifiable simple=objAttrInfo.getModifiableSimpleType();
    Map m=simple.getEnumerationTexts();
    Collection c=m.values();
    Iterator it=c.iterator();
    if(it.hasNext())
    wdContext.currentContextElement.set<att1>(it.next().toString);
    if(it.hasNext())
    wdContext.currentContextElement.set<att2>(it.next().toString);
    if(it.hasNext())
    wdContext.currentContextElement.set<att3>(it.next().toString);
    Regards
    LakshmiNarayana

  • How to use shared variables to address multiple Watlow controller​s on the same COM port

    Hello,
    I am trying to use LabVIEW 2010 to control 4 Watlow temperature controllers on one COM port. 3 are Model 96 and 1 is an EZ zone controller. Each controller has a unique modbus address, and I am trying to read from and write to individual registers (such as closed loop setpoint) using shared variables. I am getting return data when reading (although the data appears to be invalid), but am unable to change the value in the register by writing. How can I be sure that the Modbus server is sending commands to the correct controller?
    Chuck
    Solved!
    Go to Solution.

    Peter,
    Thanks for the reply. I have actually solved that problem. I realized that the Modbus server address has to be the same as the controller's Modbus address.
    I have, however, run into another problem. Perhaps you could help me with that. I have a system with 4 Watlow controllers, 3 are series 96 controllers, one is PID only and 2 are ramping. The 4th controller is an EZ zone. I am using RS485 for communications and the controllers are all wired in parallel for communications and power.
    I have set up 2 Modbus servers for 2 of the controllers.
    This is the first I have ever worked with Modbus based communications. I have successfully programmed using the Modbus read/write VIs, and am wanting to move to shared variables. My questions right now revolve around addressing, Modbus I/O servers and COM ports. Specifically, at this point, I know the addresses need to match up between the server and the slave device (Watlow controller in my case), how many servers can I create and use on one COM port? If the number is limited, is there a way I can specify an address that I want the server to talk to? Will the broadcast mode work to request data values from the controllers?
    I'd appreciate any information you can help me with, or if you could point me to some sort of concise 'How-To' for Modbus communication.
    Thanks.
    Chuck

  • How to use different e-mail addresses

    I am new to mac and would like to know how to set up a different e-mail address for each"user". I have one for my business but i dont want that one to be used by my daughter. How do i set this up? Any info would help! Thanx

    First you need to get your daughter her own email account with associated emal address provided by your internet service provider used for connecting to the internet which is included with your monthly service or by an email account provider only such as an Apple .Mac account, etc.
    Next create a computer login account for your daughter without admin privileges which can be a managed account if desired.
    http://www.apple.com/macosx/features/family/
    Each computer login account with OS X has its own Home folder/directory for storing data along with each user creating and accessing their email account only with the Mail application or their email client of choice under their login account.
    Each login account has a Shared folder to place files, etc. to be shared by other users under their login account.
    You can enable Fast User Switching to make the process of switching between multiple computer login accounts a fast and easy process and for added security, you can disable automatic login for your admin account or globally for all login accounts which requires manually entering your login account password to login to your account during a computer startup, restart and with fast user switching.
    http://www.apple.com/macosx/features/fastuserswitching/

  • How to use multiple mail sending address in SMTP relay for exchange online

    We have one SMTP relay configured with [email protected] credentials. one oracle application automatically shoots mail to users using this [email protected] to users. So if recipient reply on auto-generated mail it goes to mailbox of [email protected] (so that application
    team see and reply to any query raised by recipient). 
    Now my requirement is, I want to notify users about their password expiry before 10  days (something like that) I have made the script and tested it in lab. But the main requirement is I want to use [email protected] mail ID for sending mail. And if any recipient
    reply on the auto-generated mail it goes to [email protected] mailbox (which is managed by different team).  
    So the query How can I use two different mailbox enabled IDs for sending mails on a single SMTP Relay server
    Thanks
    Pankaj Sharma

    Thanks Ed and Mavis for the reply and suggestion, but here scenario is different. 
    We have one SMTP relay configured with [email protected] credentials. one oracle application automatically shoots mail to users using this [email protected] to users. So if recipient reply on auto-generated mail it goes to mailbox of [email protected] (so that
    application team see and reply to any query raised by recipient). 
    Now my requirement is, I want to notify users about their password expiry before 10  days (something like that) I have made the script and tested it in lab. But the main requirement is I want to use [email protected] mail ID for sending mail. And if any recipient
    reply on the auto-generated mail it goes to [email protected] mailbox (which is managed by different team).  
    So the query is can I use two different mailbox enabled IDs on a single SMTP Relay, If yes then how..
    Thanks
    Pankaj

  • New to Mac.  How to use legacy SCSI devices with MBPro?

    If I have, say... an older external SCSI tape drive, how could I make it work with my new MBPro?

    *My (PC formatted) iPod is set to manual sync already, but will my new Mac know that when I first connect it*
    Yes it will, the iPod retains it setting no matter what computer it is connected to.
    *The version of iTunes on my Mac is the newest but there's a slightly older version on the iPod. Is this a problem?*
    You don't have any version of iTunes on your iPod it has it's own software, you only have iTunes on the computer.
    *How can I save the music and video on my Mac while I import my iPod's contents? (Where do I move the file? How do I prevent multiple copies of everything*
    You don't need to do anything with the music that is on your iPod, you can select what content you want Senuti to copy back so there's no reason you should get duplicates.
    *Will photos and games on iPod transfer too?*
    I don't believe Senuti will transfer games, if they were purchased from iTunes the transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    Senuti will not transfer Photos. There are various programs out there for recovering photos from an iPod, have a look at the ones below. If you search the internet you can find more. Just be aware that what you'll be recovering will be photos optimised for the iPod so they won't be the same quality as the original full resolution versions:
    iPod Photo Liberator Mac & Windows
    iPodCopy Mac and Windows Versions
    Keith's iPod Photo Reader Mac only
    If you have full resolution copies of the photos on the iPod have a look here: Apple Knowledge Base article - Use Disk Mode to copy photos from iPod

  • How to use incremental variable in addressing nested objects

    I have a for statement intended to load images from an
    external array and insert them into the content holders.
    for (i=0; i<15; i++){
    products.prod+i.circle.pic.contentPath = imagearray
    If I replace the +i with a number between 0-14, it works
    fine. What is the proper trick to append the i variable after
    'prod'?
    I have tried many things with no luck.
    Thank you.

    See attached.

  • How can I find a device by its name on iCloud?

    I need some help! I'm trying to find my wife's iPad using iCloud. Neither of our accounts are signed in to it right now, so how can I search for it by device name?

    If the device is not connected to WiFi, you can't find it. If it is, go to your iCloud.com account on a computer or use the Find My iPhone app on any iOS device and log in and look for it.
    You have to be signed in to find your own devices.

  • How to use a variable as a table name in PL/SQL?

    Hello all.
    I was given one day to wrote a piece of PL/SQL code to do a query. That is,
    First select two columns from one table and use them to build another table's name, then
         join the two tables. I'm not sure if variables can be used in the select list, if possible,
         how to reference them?
    -- My code is
    DECLARE
         tablename varchar2(40);
         CURSOR c1 IS
    select a.sourcesystemcode, a.adminorganizationno from cdb1.organization_mapping a
    where exists( select 1 from cdb1.organization_mapping b where
    a.cdborganizationno = b.cdborganizationno and a.adminorganizationno != b.adminorganizationno)
    order by a.cdborganizationno,a.adminorganizationno;
         v_src_sys_cod cdb1.organization_mapping.sourcesystemcode%TYPE;
         v_adm_org_no cdb1.organization_mapping.adminorganizationno%TYPE;
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1 INTO v_src_sys_cod, v_adm_org_no;
    EXIT WHEN c1%NOTFOUND;
    tablename := 'ODS1.SRC_' || v_src_sys_cod || v_adm_org_no || 'ACTORG_CURR';
    select c.cdborganizationno, c.sourcesystemcode, c.adminorganizationno, c.sourceorganizationno, d.ibkcde, d.orgnam
    from cdb1.organization_mapping c inner join tablename d on c.sourceorganizationno = d.orgidt;
    END LOOP;
    CLOSE c1;
    END;
    The error message says "... the table or view does not exist... line 18, column 66..."
    It says the variable "tablename" wasn't build or build incorrectly.
    Please give the solution.

    If the TABLEs being queried are already known, and it is just a matter of which one to query, perhaps you can CREATE a VIEW that uses all the TABLEs with a UNION ALL, and include an identifier COLUMN.
    CREATE VIEW SRC_ALL_ACTORG_CURR
    AS
    SELECT 'aa' Name, ibkcde, orgnam FROM SRC_aa_ACTORG_CURR UNION ALL
    SELECT 'bb' Name, ibkcde, orgnam FROM SRC_bb_ACTORG_CURR UNION ALL
    SELECT 'cc' Name, ibkcde, orgnam FROM SRC_cc_ACTORG_CURR UNION ALL
    SELECT 'dd' Name, ibkcde, orgnam FROM SRC_dd_ACTORG_CURR UNION ALL
    SELECT 'ee' Name, ibkcde, orgnam FROM SRC_ee_ACTORG_CURR;
    Then, in you query:
    select c.cdborganizationno, c.sourcesystemcode, c.adminorganizationno, c.sourceorganizationno, d.ibkcde, d.orgnam
    from cdb1.organization_mapping c inner join SRC_ALL_ACTORG_CURR d on c.sourceorganizationno = d.orgidt and d.Name = v_src_sys_cod || v_adm_org_no;

  • How to use Submit in background when report name is not static

    Hi all,
    I have an FM to which report name is being sent as an input parameter.
    So based on the report name I need to call that particular report in background and send the output as a HTML format to dealer's MAIL ID which is also sent as an input param.
    The logic for sending mail in background is achieved.
    I am using the followinf logic to submit the job.
    SUBMIT wf_report USER user_id VIA JOB lv_jobname NUMBER lv_jobcount
        to sap-spool immediately ' '
                         without spool dynpro
        WITH SELECTION-TABLE tb_seltab AND RETURN.
    wf_report holds the dynamic value of report.
    Here, tb_seltab holds various parameters and select-option values.Since I cannot pass a table to JOB_SUBMIT fm i had to use the SUBMIT statement.
    But the program dumps coz we need to explicitly mention the name of the program in the submit statement.
    Is there any other possibility to acheive this req when the report name is not going to be hardcoded?
    Thanks in advance.
    Regards,
    Chandra.

    You forgot the basics of using the SUBMIT.
    try like this it will work
    SUBMIT (wf_report ) USER user_id VIA JOB lv_jobname NUMBER lv_jobcount
    to sap-spool immediately ' '
    without spool dynpro
    WITH SELECTION-TABLE tb_seltab AND RETURN.
    Rhea.

Maybe you are looking for