FM tuner in BB10 devices

Hi, any device BB10 come with a built in FM antenna or at least one circuit FM?

Hi SuhairZain,

In my view, Z10 is delivered with chip Texas Instruments WL1273L Wireless Module (802.11a/b/g/n WLAN, Bluetooth and FM)

Thank you
Kareem.

Tags: BlackBerry Developers

Similar Questions

  • Problem signing key with Chrome Ripple when installing on my Alpha BB10 device

    The signing keys created since Blackberry 10 native SDK Eclipse plugin can also be used to sign applications Webworks HTML 5 under construction of Goggle Chrome Ripple Extension?

    My directory "C:\Users\dev\AppData\Local\Research In Motion" seems to have the files: author.p12, barsigner.csk... etc. But when trying to install on my 'device BB10 Dev Alpha', the server of the ripple is spewing what follows:

    Build completed, now deploy
    ...

    Info: Send request: install and launch
    Info: Action: install and launch

    ...

    actual_id:
    actual_version:
    result::failure 881 missing signatures

    Problem I think was that I had no "Enable Remote Web Inspector" checked and maybe even used the wrong PIN number (confused 0 o) and 8B.

  • BlackBerry 10 what is the factory reset (erasing data) on the BB10 devices?

    Hi, I saw this article on the uselessness of resets factory Android.

    "Wipe factory" on Android devices is not actually get rid of your naked selfies - FierceCIO

    So my question is, are the BB10 factory resets any better?

    What is the security of any kind on a BlackBerry?

    A wipe of security on a BlackBerry10 device will delete all personal information, images, data, preferences, etc.

  • not run qtquick 2 application to the bb10 device

    I have download Qt 5.0.1 git and build for BB10 as statement: http://qt-project.org/wiki/Building-Qt5-for-Blackberry. I also download Qt Creator 2.6.1 for Mac. But when I deploy the peripheral packge and run, the error prompt:

    main.qml:1:1: module "QtQuick" is not installed
         import QtQuick 2.0
    

    I use the Blackberry Qt Quick 2 Basic application model to create the helloworld.

    .pro file

    TEMPLATE = app
    
    QT += qml quick
    
    # Additional import path used to resolve QML modules in Creator's code model
    QML_IMPORT_PATH =
    
    # The .cpp file which was generated for your project. Feel free to hack it.
    SOURCES += main.cpp
    
    OTHER_FILES += bar-descriptor.xml \
                   qml/main.qml
    

    bar - description.xml

    
    http://www.qnx.com/schemas/application/1.0">
        com.example.qtquick2
        qtquick2
        1.0.0
        DESCRIPTION
        
            none
            false
            true
            landscape
        
        PUBLISHER
        COPYRIGHT
        
        
        
        -platform
        qnx
        run_native
        qtquick2
        qml
        
        lib
        plugins
        imports
    
    

    Any suggestion is appreciated. Thank you.

    QtQuick 2.0 cannot be * officially * supported, but it works (for the most part).

    A couple of notes

    • Use QML2_IMPORT_PATH instead of QML_IMPORT_PATH in Qt 5.0
    • Make sure you have the plugin QtQuick 2.0 (QtQuick.2) available via QML_IMPORT_PATH. After compilation, you'll find them under /qml/
  • Link URL in BB7, BB10 devices control? (for applications based on the web)

    Context:

    -App companies (customers are members of staff)

    -App is based on the web - no hybrid or native application but a URL

    -URL is located within the company's intranet

    Question:

    Is it possible to order this URL on BB7 10 devices? For example:

    1. drag the URL as a logo on the screen of the device (like apps look)

    2 remove the URL (and related logo) from the screen of a user if needed (for example user is no longer can access web app)

    Thanks in advance!

    Leyden

    I think the feature you're looking for on BBOS's channel Push browser info to article 5 in this doc:

    http://docs.BlackBerry.com/en/developers/deliverables/12029/Push_applications_for_the_BlackBerry_Ent...

    This functionality does not exist for BlackBerry 10, so you will need to develop a shortcut app, info here (talking PlayBook but work for BlackBerry 10 devices):

    http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/how-to-create-a-URL-launching-AP...

  • NFC in the BB10 devices

    Hai,

    I am trying inetgrate NFC inot my camera BB10... East of the tags available in the integration of the NFC?

    Thank you

    Dembélé

    Yes, the NFC is supported on BlackBerry 10:

    http://supportforums.BlackBerry.com/T5/native-development/NFC-on-BlackBerry-10-reading-and-writing-T...

    http://supportforums.BlackBerry.com/T5/native-development/NFC-on-BlackBerry-10-peer-to-peer-Communic...

    Although none currently have an API WebWorks created for NFC.  Currently waiting on improvements to how custom 3rd party extensions can be created (made while we're talking R & D WebWorks team) until this can be implemented.

  • How save/read the file on devices BB10?

    Hello!

    I want to save data in the text using JavaScript file, but I can't use blackberry.io.file because it cannot support the BB10.

    How save/read file on BB10?

    For the moment the BB10 device has the best HTML5 browser, so you can use the file HTML5 feature.

    https://developer.BlackBerry.com/HTML5/APIs/FileReader.html <- sadly="" theres="" no="" sample="" code="" here="" for="" noobs="" like="">

    I went www.html5rocks.com for samples.

  • BB10 rooting device

    Hello world

    Just curious if we can root BB10 device?

    If Yes, what is the effect of rooting the device? can verify us this programmatically?

    Thank you.

    None

  • Set the size of the police according to PPI or similar (BB10 vs PlayBook device)

    Hey everybody,

    I wanted a PlayBook App to BB10, the port ran my code in the Simulator and all seemed well (+ it even worked except a few places where I've hardcoded, adjusting the position of the images). I was happy, as it was perfectly in the Simulator, until I realized that the BB10 devices will be only about a third of the size of the PlayBook, respectively one-third that of what we see in the Simulator.

    So if I create a label with size 16, it may seem well on the PlayBook and the Simulator, but on the real device, it will be like 16/3, which allows small. How do you communicate or géreriez you it? I don't want to rely on stageWidth, stageHeight reading saying: "oh, that is 1024 x 600, must be a PlayBook, so I use the normal font" (because we do not know which devices will come in the future)

    Or y at - it a way to get the PPI or something similar by programming? Anything that could be used

    You can get the RFP to:

    Capabilities.screenDPI;

    Of

    import flash.system.Capabilities;

    I use the PlayBook screen as the basis of BB10 phones for reports.  So I have a centralized function to return:

    public function get tabletRatio() : Number
    {
        return this.dpi / 170.0; // 170 being that of the playbook
    }
    

    Which is about 2 x for BB10 devices.  Seems to work quite well for fonts and nothing else.

    When BB10 is available for the phone and the PlayBook, I mighrate on CSS style sheets to help with all this.

  • Qosmio G50 - FM Tuner/TV Tuner do not work together

    Hello

    I search for a solution to my problem but still have not seen anywhere.
    My problem is with my G50 (Aust version PQG55A-04J01Y) which has the tuner FM (Toshiba FM Tuner FM - 100 v1.1.0.48) and the TV tuner (Toshiba USB DVB-T/Analog Hibrid Tuner v 2.3.3.21) built in.

    I am running Vista Home Premium (32 bit) with all the latest updates from Microsoft.
    I can't get the two to work together, they function separately.
    I'm not talking at the same time. I need to configure each one whenever I have swap between them.

    * To implement, I open WMC and go to:
    * "Tasks".
    * Settings.
    * "TV".
    * Set Up TV Signal.
    * Confirm my region as the Australia
    * WMC then download the latest info for my region and I can then "Select your TV Signal"
    * Here, I get to choose between 'Câble', 'Satalite' and 'antenna '.
    * I select 'Antenna' and click Next
    * I then have the chance to choose between:
    # "Analog terrestrial (PAL/SECAM)" - which activate the FM tuner
    # "Digital terrestrial television (DTT)" - which activates the TV

    If I set up the TV I lose access to my FM radio and WMC tells me that I don't have a FM tuner installed.
    If I set up the FM tuner I lose all my TV channels that I've saved.

    Why the two could not work together? :_|

    Hello

    > Note that in the bowels of the system, there is a 32-bit program FM tuner, but also an FM tuner 64-bit, but maybe you can run a?

    I think you can notice a program 32 bits and 64bitbit because of the different versions of Vista. Vista 64 bit OD needs a 64-bit driver and Vista 32 bit needs a 32-bit driver.

    Back to your problem with the FM and TV tuner:
    I put t have an Australian series G50, but I think the Akuma is right. Tuner FM and TV tuner is a device I think, so you can safely just sort of signals; TV or FM.

    See you soon

  • Qosmio G40 - need TV Tuner driver for Win7

    Hello together,
    I have problems with Win7 and my tuner hybrid. Device Manager show me "Toshiba PCI DVB - T - / analog TV tuner hybrid (X 64)" but the driver does not work.
    Any ideas.

    Thank you very much
    Peter

    Hello

    May I ask why you are confident that the driver does not work?
    I mean the TV tuner seems to be properly recognized in Device Manager and if there is no yellow exclamation listed near TV tuner, so everything should be good

    Welcome them

  • Qosmio G30-195 - I can remove the TV Tuner?

    My laptop G30 - 195 (Russia), I have the very unusual hardware problem, it's a long job history and it is now. I live out of civilization and there is no center of computer repair around, I have some it skills and difficulty to what I can of my self

    I want to remove unnecessary hardware - tv tuner, never use + it is takes tones of the interior space + aggressive heating because of a little grilled isolation looks around.

    Is it safe to remove it?
    Thank you

    Hello!

    I think that akuma is right that you can remove the TV Tuner, but it's a little tricky because must disassemble the laptop. That is why a lot of screws must be removed, and in my view it should be done by a technician of the laptop.

    But what you can do is turn off the TV Tuner in If Device Manager you use it n t. The same thing that you can do with other devices you n t need, for example, the LAN or FireWire.
    Check it!

    Normally, the TV Tuner doesn't produce a lot of heat. If your laptop is overheating, you should try to clean using compressed air stream. This could blow out the dust from the cooling fans.
    Here is an article on cleaning of your laptop to reduce temperatures from Toshiba:
    http://APS2.toshiba-tro.de/KB0/HTD7A01ZZ000AR01.htm

    Good bye

  • Qosmio F50-125 - how to use the TV - FM Tuner in Windows 7

    Hello

    I use Qosmio F50-125 and I've just upgraded to Windows 7.
    Earlier, I discovered that I have a TV tuner on my laptop and I don't know how to use it.

    First of all, I don't have drivers for my TV tuner and tried to download something like v.2.3.3.31 driver TV tuner on the toshiba site, but it is not a typical setup.exe but only some files inside.

    If you could tell me a little more about how to use my TV option and how to install the correct drivers, I would be really grateful.

    Thanks in advance!

    After you have extracted the files you get the folder with other files
    I assume these are files required by FM tuner driver.

    Now you need to go to Device Manager, must mark the FM tuner (possibly unknown device if the driver is missing) a duty to install/update the driver.
    In your case, use the Advanced Setup.
    This allows to point to the files extracted.

  • This device cannot start. (Code 10) Click on 'Search for solutions' to send data about this device to Microsoft and to see if there is a solution available.

    Map #2 Microsoft Tun Miniport
    This device cannot start. (Code 10)  Click on 'Search for solutions' to send data about this device to Microsoft and to see if there is a solution available.
    ???

    Hi AnaSk,

    (1) since when are you facing this problem?

    (2) remember to make changes?

    The Code 10 error applies mainly to the problems of hardware driver and devices or compatibility problems between the drivers of equipment and additional software that is installed in Windows.

    Download and install the latest drivers from the computer's network adapter or the website of the manufacturer of the device.

    See the article below

    Description of errors related to the 10 Code that generates the Device Manager in Windows on computers
    http://support.Microsoft.com/kb/943104

  • Hello.. I justwant to know, what are mobile devices supported by the Blackberry 5.0.4 Server? ...

    Hello..   I justwant to know, what are mobile devices supported by the Blackberry 5.0.4 Server?  ...

    is BES 5.0.4 supports veterans and the latest devices?

    Someone please help.

    BES 5 supports all devices that are not run BB10. This includes any device running OS 7.1 or lower (e.g. 99xx 98xx, 97xx, 96xx, 93xx, 92xx, 9000, 91xx, 95xx, 87xx, 88xx, 89xx, etc..)

    BB10 devices require a BES or higher to 10.

Maybe you are looking for