How to find version of my bluetooth in my ipad

I got a free ipad years ago (back in 2012) from one of my friends. He told me it is "The new ipad" I assume it means ipad 3rd generation BUT I am not sure. Becuase He told me that he had originally had bought this ipad back in 2011, in which I dont think ipad 3 was even out yet.
Anyways I want to buy a new accessory for this ipad that needs to be connected to Bluetooth 4.0, how can I be sure this ipad that I have, can access bluetooth 4 or not? I tried to check out the settings but it is just written Bluetooth, it is not written what version???
thanks

Settings->General->About->Model
You can post the Model number here and we'll tell you, or use Google and it will also tell you.
If it does not have a camera it is a first generation iPad and will not support some of the Bluetooth 4.0 features. 
BT is technically backwards compatible, though so unless the accessory requires a specific feature from the newer versions if should most likely work albeit a little slower.

Similar Messages

  • How to find version of package

    Hello every body
    Anyone please tell me how to find version of package ASAP.
    Thanks
    Rahul

    And what exactly do you mean by version of the package?
    Are you using a versioning system like CVS or SubVersion etc? or you want to know the version of the database holding that package?
    For the first case, consult the documentation related to that software. For db version, do this:
    logon to the db using any user, or preferably as sys user as sysdba and enter this query:
    select * from v$version;

  • HT1848 I rented four movies on my mac and then transfered them to my iPad, i then did an update to my iPad, now the rentals are not on my ipad nor my mac. I did not watch them and I was charged for them. How do find them and transfer back on my iPad

    I rented four movies on my mac and then transfered them to my iPad, i then did an update to my iPad, now the rentals are not on my ipad nor my mac. I did not watch them and I was charged for them. How do find them and transfer back on my iPad

    If you moved them to your iPad then they will have been removed from your Mac.  If they are no longer in the iPad's Videos app following the update then you will need to try contacting iTunes support and see if they will let you re-download them : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • How to find out if someone is watching my ipad screen

    how to find out if someone is watching my ipad screen

    Turn around and look behind you.
    Unless your iPad has been jailbroken, no one is watching you unless they are standing close enough to you that (hopefully) you'd be aware of them.

  • How to find version ib sap system

    Hi Experts,
       if suppose am new to sap, then how to find (or) see the which sap version the sap systm is using?
    Regards,
    sudha.

    Hi Sudha,
                      To find out the SAP version, after login to SAP system in the main menu,                             goto      System------>status, one pop up window comes, look for SAP System data/ Component version.
    Regards,
    Hari.

  • How to find versions of application server components to apply patches

    Hi,
    I have Oracle Application server 10.1.2.0.2 installed in my linux box.
    under metalink.oracle.com
    1. i read documentation Doc ID: 420061.1 in metalink about patches and i did find one patch# 5922120 for my application middletier.
    but when i did a metalink search i did see some patches for my database version which were not critical
    so if they are not critical and if my application server is working fine then do i need to apply these patches.
    My application server version is 10.1.2.0.2
    and my apalication server infrastructure version is 10.1.0.4.2
    during my metalink searches i found the following patches which were uner normal priority. they are:
    patch numbers: 5127390, 5094712, 5605377
    Can someone guide me.
    Bottom line is: do i need to apply these patches unless they are critical and they are requred for my applications.
    Also i have one more basic question is
    How do i find out individual component versions in my application server like Portal, discoverer, EM, EM agent, etc?
    Thanks in advance,
    Philip.
    Message was edited by:
    [email protected]

    Philip,
    You have a similar environment to ours. We actually have two Oracle environments: 91) 10gDB 10.1.0.5 / 10gAS 9.0.4.3, and (2) 10gDB 10.2.0.3 / 10gAS 10.1.2.0.3.
    In regards to what patches, I look at two items: the latest patchset for DB and AS, and the Critical Patch Updates(CPU). Often, the CPU will drive what patchset you will need to be at. For example, with the CPU April 2007, we had to move to patchset 3 for our AS (9.0.4.3) since that is the only 10gAS R1 that Oracle provided CPU patches.
    As far as version ID, I have not found one single area to acquire this. For Portal, you can invoke Portal, http://host/pls/portal, logon as 'portal', then Administer, Global Settings, and at the bottom of the page is the version.
    For other products like Forms and Discover, you can find the version when the tool is invoked.
    Not quite as nice as the DB side where dba_registry will give you all the goodies.
    Regards,
    John

  • How to find version and arch of Oracle client installed

    Hi all
    I have sles 10 sp2 x86_64 on which oracle client 10.2 is installed. this installation was not done by me!
    so i dont know what version/architecture (32/64 bit) mode of the oracle client is installed on the client.
    from sqlplus -V i get only the version which is installed and not whether it is 32 or 64 bit. how can i find that out.
    sqlplus -V
    SQL*Plus: Release 10.2.0.1.0 - Production
    with a bit of googling i found only the below link which says 10g client 32-bit cannot be installed on a 64 bit system.
    i read this Installing 32-bit RDBMS Client software on x86_64 Linux. [ID 1075717.1]
    Installing 32-bit RDBMS Client software on x86_64 Linux.
    The only release of 32-bit RDBMS Client software that will properly install on an x86_64 Linux OS system is 11gR2 (aka 11.2.0.x)
        * 9iR2 (aka 9.2.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 10gR1 (aka 10.1.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 10gR2 (aka 10.2.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
        * 11gR1 (aka 11.1.0.x) 32-bit RDBMS Client software will NOT install on any x86_64 Linux OS system.
    The answer to "why", is that the 11gR2 Client software is the first version that includes syntax so that a 32-bit object is linked.can someone please throw more light on this?

    If you have "64bit" string in V$VERSION it means Oracle 64bit is running.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionIf you have no "64bit" string in V$VERSION it means Oracle 32bit is running.

  • How to find version of BDC program

    I have an old BDC program to upload data.
    How can I find out for which version screens this program was written previously by looking at the old program from ecc5.0?
    Any help is appreciated.
    Thanks.

    IN THAT PROGRAM
    GOTO
    SYSTEM -> STATUS
    YOU WILL FIND ALL THSES INFORMATION
    REGARDS
    NARESH

  • How to find version of Ep?

    How can I get Ep vesion?

    Hii Satish,
    There is different diffrent  way of finding ep version
    Use this
    login to the portal through http://<hostname>:5<Sno>00/sap/monitoring/systeminfo page. there you will find the complete system details.
    check under dispatcher, kernel release and version.
    Or by this
    you should have a directory on your test server called:
    <Drive>:/usr/sap/<SAP SID>/SYS/global/portal_versions
    with a file 6.0.X.X.X.Enterprise_Portal_Support_Release.txt
    that specifies your portal platform version.
    Thanks
    Revert back if have any querry.
    Dont forget to give rewards

  • How to find version of OID

    How do you go about finding the exact version of OID. Is it stored somewhere in the OID tree or in a database table like SSO and PORTAL?
    Thanks,
    Laith E.H.

    Hi Laith
    The best way to find the version is to querey the Root DSE.
    You can do this with an ldapsearch command as follows:
    ldapsearch -p port_num -h host.domain.com -D "cn=orcladmin" -w admin_password -b "" -s base "objectclass=*"
    This will return all of the information in the Root DSE which also includes an attribute called orcldirectorycersion
    You could also run a similar search that only gives you the directory version. This is done as follows:
    ldapsearch -p port_num -h host.domain.com -D "cn=orcladmin" -w admin_password -b "" -s base "objectclass=*" orcldirectoryversion
    Jay

  • How to find version of OUI?

    Hi Dear,
    I am trying to meet the prerequisite of clonig applications on linux OS. My Application version is 11.5.9 and database version is 9.2.0.3. But i am unable to find out what is the version of the Oracle Universal Installer in iAS HOME. Can anybody please tell me the command through which i can get the OUI version information on RHEL3.
    Thanks & Regards
    Amit Raghuvanshi

    for more details.
    [applprod@alioracle oui]$ pwd
    /d02/applprod/prodora/iAS/appsoui/oui
    [applprod@alioracle oui]$ cat oraparam.ini | grep OUI
    OUI_LOCATION=.
    OUI_VERSION=2.2.0.19.0
    Yusuf

  • How to find and use my bluetooth in Toshiba A100-811

    I have bought a Toshiba A100-811 while using I cant find my Bluetooth in my Laptop usually I easily see the bluetooth on some other laptop brands. There is also one thing I have notice there is this exhaust fan in the left side and every time I open my laptop it doesn't blow any air. Even I used my laptop for about an hour or two there is no air coming out. Is this normal?
    Thank you very much to the one who can help me.

    You should find the answer to your Bluetooth question here:
    http://aps.toshiba-tro.de/bluetooth/redirect.php?page=pages/faq/bluetoothnotworking.html
    Check your power management settings in the ControlPanel regarding your fan issue

  • How to find version of Jdk i running?

    Hi,
    I have a Win 2K machine that already has Jdk installed in it. I do not know the version of the Jdk I have. How do i know this?
    TIA,
    Babu

    on the command line type:
    java -version

  • How to find version of iTunes

    How can I tell if I have version 5 of iTunes? When a box comes up saying do I want to update to 5 and I type in Yes,nothing happens, which leads me to think I may already have it. Thanks for any help.

    It won't ask you to update iTunes if you have version 5. Go to the iPod + iTunes tab at the top of this page and download version 5.
    JC

  • How to find version & sp?

    Hi,
    Is there a command to find out what version and service pack level I'm running?
    Cheers
    LL

    Hello,
    Once you open your administration GUI
    go to some instance by selecting from the list of instances.
    then in the preferences tab. you'll see " About this server"
    click it
    you will find complete info
    Joseph

Maybe you are looking for

  • Why can  I not get Instagram on my iPad Air?

    I Have an iPad Air and I cannot get Instagram but on other iPads you can. I'm really confused on why.

  • Retrieving Old Skype Number

    Hello I have been trying to raise my concern via the skype chat but it seems its not working. But basically here is my concern.  I got a skype number a few months ago, About 1month ago, i could not continue with the payments. so now the skype number

  • Share some contacts with others

    Hi all. looking for some help with icloud. I have a company with its own icloud account. The calender app has 10 different calenders each calender is associated with a particular memebr of staff and so it is shared with certain employees. (they have

  • HYper V Machine selection in a pool

    Guys, I am looking for some advise.  I am trying to figure out how Hyper V is selecting which VM to give to a user when they log onto a collection.  We have a managed pool across several Hyper hosts.

  • IPad first generation wont charge. Any idea's

    Please help my Ipad g1 wont charge anymore!! Is this a common fault ?