Cannot detect the Torch 9800 in blackberry eclipse plugin for macos

Hello!

Im trying to put my Hello World on my Torch 9800 application using the blackberry for macos plugin. But it seems that the eclipse can't find my phone even if its plugged in because that options are grayed out (Blackberry-> load (s) on the device projects)... See the image below.

I installed the BlackBerry Desktop software and which works very well.

No idea what is the problem? I can't find a lot of documentation about it?

I see the Debug Configurations... option is grayed out too.

Maybe you have select the project before trying yo debug him or load to the device. Try to select the project on the left named "i'il" and the right button of the mouse, click on-> debug as -> blackberry device

Tags: BlackBerry Developers

Similar Questions

  • The Torch 9800's BlackBerry Smartphones Can be used as a mobile Wifi access point

    Hello

    I just got a Torch 9800 with a great data plan; Anyone know if the phone can be used as a hotspot Wifi for a PC?

    N ° the Torch 9800 can't be upgraded to OS 7.1, which is the oldest version of the OS with function Hotspot Wi - Fi.

    I hope that helps you.

  • How to make the system module in blackberry jde plugin for eclipse 1.3

    can someone please tell me "how the system module in last jde plug-in for eclipse"?

    Because I don't get any option as in the previous.

    Thank you & best regards

    Nrupay shah

    Each application needs to at least 1 entry point.  You might have the auto application run at startup and does not display an icon.

    Or you can have both with the help of another point of entry.  Could be invoked from an icon, and the other could auto start.

  • BlackBerry Smartphones Can not decline, ignore or delete an invitation unwanted BBM on the Torch 9800

    I received an invitation BBM a stranger. I can't deny, ignore or delete this unwanted BBM invitation on the Torch 9800. I t is highlighting options, but when I select the options, nothing happens, and the invitation is still there.

    Any message may be removed or reduced, but not this specific one. (It is sent by a person in Thailand)

    Virus can be sent via the guest on the BBM? How can I get rid of this unwanted invitation on my BB Torch?

    If there is such a thing as a virus of BlackBerry, I guess it could be sent in this way, but there isn't.

    Remove the battery while your phone is on, then replace it.  Then see if you are able to remove it.

    Let us know if that helps.

  • BlackBerry smartphones, what's up with the Torch 9800 OS 6.0.0.747

    Hello again!
    Is someone can you please tell me what is the new update OS of the Torch 9800? I use 9800/6.0.0.246 bundle 695. I want to upgrade my OS to 6.0.0.747 (my first upgrade - if ever), but first of all, I want to know what has been added to the old operating system. Thank you!

    An upgrade of this nature is generally bug fixes. If your device works well for you, there is no need to upgrade. You won't get all the new features.

  • BlackBerry Smartphones Ringtones for my contacts will not work if the (Torch 9800) handset is locked

    Ringtones for my contacts do not work if the (Torch 9800) handset is locked; the default / everyone of another ring is used instead.  When the handset is not locked, it works well.  Someone knows how to fix this?

    [Title edited to reflect the new subject.]

    @ City
    Maybe you have enabled a content protection?

    [Title edited to reflect the new subject.]

  • "Détarer" problem with the Torch 9800/Device Simulator

    Hello everyone,

    Im a very strange problem with the Torch 9800 (OS 6).

    I have an application developed with 5.0 SDK. Throughout the process of synchronization of this app, there is a point he gets a. tar.gz file that is unziped. For this purporse (in fact, the tar part / "détarer"), we use a tar / "détarer" 'library' we found here in the forum (http://code.google.com/p/j2metar/). This library works fine in all phones with OS 5.0 that we try and even on the simulators of somo 6.0.

    But there seems to be a problem with the torch. During the uncompress, there are an exception, because what is the reading of the structure of the tar (from the industry), load the bytes that are invalid, corrupt, dirty, memory, and it fails.

    The strange thing of all is that if I have only the routine détarer to the file (in the torch), it works! But when I run all my sinchronization, which open and close httpconnections and process the file on some points (sometimes the same point, others of different) fails.

    My question is... are at - it a known bug, issue, etc. with the BONE of the torch (touch device)? Of course, the first thing that jump to mind is "my code is incorrect, memory leaks (in Java, but perhaps odd that a stream was not getting close properly)" and so on, but I can't seam to find the problem. And like I said before, this application works fine with the same file tar.gz in other devices like the 8520 OS 5, 9780 OS 6, 8900 (OS 5).

    IM completely stuck with this problem and any help/test will be greatly appreciated.

    Here some code, the method that makes him détarer and calls the détarer/tar library:

    public static boolean "détarer" (String tarFileUrl, String destUrl) bird Exception {}

    FileConnection fconn = null;
    FileConnection tarFileConn = null;
    TarInputStream tis = null;
    Boolean bRet = false;

    try {}
    fconn = (FileConnection) Connector.open (destUrl, Connector.READ_WRITE);
    If (! fconn.exists ())
    fconn.mkdir ();   Create the folder if it does not exist
    fconn. Close();
    fconn = null;
                
    Create a TarInputStream
    tarFileConn = (FileConnection) Connector.open (tarFileUrl);
    TIS = new TarInputStream (tarFileConn.openInputStream ());
    tarFileConn.close ();

    Entry TarEntry;
    int count;
    data Byte = null;
                
    While ((input = tis.getNextEntry ())! = null) {}
    Count = 0;
    data = new ubyte [2048];

    fconn = (FileConnection) Connector.open (destUrl + entry.getName (), Connector.READ_WRITE);
    If (! fconn.exists ())
    fconn. Create();   create the file if it doesn't exist
    else {}
    fconn. Delete();    Create a new
    fconn. Create();
    }

    OutputStream os = fconn.openDataOutputStream ();
                    
    While ((count = tis.read (data))! = - 1) {}
    OS. Write (data, 0, count);

    }
                    
    OS. Flush();
    OS. Close();
                    
    fconn. Close();
    fconn = null;
               
    }

    TIS. Close();
    TIS = null;
                
    bRet = true;
                
    } catch (Exception e) {}
    e.printStackTrace ();
    throw e;
    } {Finally
    try {}
    If (tis! = null)
    TIS. Close();
    If (tarFileConn! = null)
    tarFileConn.close ();
    If (fconn! = null)
    fconn. Close();
    } catch (Exception e) {}
    }
            
    Return bRet;
    }

    Thank you!

    Santiago.

    Hello

    It is a problem with the OS 6.  I've posted about this before here:

    http://supportforums.BlackBerry.com/T5/Java-development/reading-and-writing-file-on-torch-9800/TD-p/...

    Basically, corruption may occur if you write to the stream simultaneously in different threads.  The solution is to ensure that a single file operation is occurring at a given time.  Some people have had the chance to control the size of the buffer to something as a multiple of (64 * 1024)-1. e.g. 65535.  In addition, you can rinse after each write to the buffer.  I have had no luck with this, but others.  If you look at the bug in JIRA, there is also no activity on this:

    https://www.BlackBerry.com/jira/browse/JAVAAPI-1513

    Good luck!

  • iPhone 5 c cannot detect the network.

    Since the last 9.2.1 update my iPhone 5 c cannot detect the network.  Constantly 'finding '.  It took to the local repair shop and he told me the imei is missing and only Apple can help.  Any ideas, thank you.

    A missing IMEI is a fatal error which cannot be set. This is usually the result of the attempt to jailbreak or hack the phone unlock illegally, but not exclusively.

    Where, exactly, do you have the phone? It was jailbroken? Never 'unlocked' by one person other than the carrier, so it was initially locked?

  • MAX cannot detect the TPC-2106 t

    don't know if this is the right place to post this but I had to ask the question

    I t TPC-2106 touch panel and want MAX detec there, but it will not for any reason any

    I have the touch panel module and the touch screen is correctly connected to the network that my computer as well

    MAX can detect my compactrio, but it cannot detect the touch screen...

    Someone has an idea?

    Thank you

    Browse the following documents and after if you have other questions.

    LabVIEW Touch Panel Module Getting Started Guide for LabVIEW

    Getting started with National Instruments Touch Panel computers using LabVIEW

  • computer cannot detect the scanner or camera

    When I plug in my digital camera Canon for my xp, then turn it on, I hear a small beep, then nothing. When I go into the Panel, printers and other equipment, scanners and cameras, I see 2 points. 1 is, WIA Canon MX310 SER. The 2nd one is Canon PowerShot SD1300IS. I then click on the Canon PowerShot SD1300IS and then get pictures, but nothing happens. The cameras screen display turns off, but that's all. It seems to be connected to the computer, but not to download pictures.

    When I keep trying I sometimes get an error message, the computer cannot detect the scanner or camera.

    How can I solve this problem and download my photos?

    Thank you Tim

    Hey volunteer J;

    Thanks for the help, but it did not help.

    I found the answer on page 2 of microsoft answers, xp, images and videos.

    6 questions down, how to re install microsoft scanner and Camera Wizard.

    It turns out that some tech volunteer known as J (is it you?} came across the solution to my problem on this site:http://www.veiled-chameleon.com/weblog/archives/000231.html )

    I have used PC Cleaner on this xp, and I think he may have disabled some of the registry keys. For me, I had to start my pitcher of DCOM Server, RPC, Remote procedure Call Locator process and put them on automatic. Once I rebooted, everything works great.

    I'm so happy that tech Volunteer J, done everything search last December. I bet it helped a ton out of veterans with our cameras. How did he find veiled Chameleon? Wow he must be smart enough.

    Thank you for volunteering j. (is it you?)

    Thank you Tim

  • "Windows Media Center cannot detect the IR control cables, which are necessary to control the set-top box. Fixing parts IR that supports the IR control cables and then try again. IR HARDWARE NOT FOUND ".

    Original title: when setting up Windows Media Center, I get the error message: "IR hardware not detected".

    I have an internal TV Tuner that has been installed by HP, when I bought recently a "computer build-your-own." (According to the control panel Device Manager, my tuner is a Win TV HVR 1290, made by Hauppauge). The computer came with Windows 7. While installing Windows Media Center, after setting up the TV Signal (on channel 3) I am able to see a video thumbnail on my computer screen. I am also able to change the channel using my remote control U-Verse (not the Windows remote control supplied with the computer). So far so good! I then hit next and get the following message: "Windows Media Center cannot detect the IR control cables, which are necessary to control the set-top box. Fixing parts IR that supports the IR control cables and then try again. IR HARDWARE NOT FOUND ".  After you receive this message, the installation procedure is completed. I called HP that support intalled the tuner. They had not the slightest idea what to do. I then called Hauppage customer (manufacturer of TV Tuner). They said that I need to plug one end of the IR Blaster cable that shipped with the computer in a slot in the back of my computer (they told me which slot). They said so to run the IR all the way cable to my cable box and the other end of the cable to my cable box of band. They said it was necessary to be able to use my Microsoft Remote to instruct the box to change channels (cable IR stuck on the box). I told her that I did not use the Microsoft Remote, I could change the channel with my U-verse remote (that I preferred to use anyway). He said that it took the cable on the band decoder in order to remove the error message and the installation of Windows Media Center. I then called U-Verse technical adapter who informed me of their set-top boxes (made by Cisco Systems) do not have the ability to receive signals IR IR Blaster cable (or any othe IR signal source). Microsoft is apparently not understand how U-Verse set-top boxes are designed to work and sells a product incompatible remote control/IR. My question is this: How do I set up Windows Media Center, in order to avoid getting the error message "IR hardware not detected" when you install Windows Media Center and just use the remote control of the U-Verse that I prefer to use in the first place. Once understand you this point, please send the information to HP, At & T U-Verse and others. Thank you.

    Ron, I have something for you!

    and for all the people who have this problem :)

    Hi, I had the time of IR not detected in Windows 7 Ultimate with a TV wonder 650 card and a box of digital adapter from Verizon for my PC... Go on the road to installation and after the Media Center channel search, choose manual configuration. Choose the aerial signal (I aso picked after this analog) l. After he sought more, he finds no channels.  Do not be afraid. Just accept it and go to the main settings page in the Mediacenter. If I remember correctly, then select TV Guide. Choose Add channel. I added the channel 3.

    Since my Verizon box has no IR for the computer, I added the channel 3 for the media Center and I change the channels with my Verizon remote. All my stations in the Verizon box go to Channel 3.

    The story here is so, for some reason any Windows detects that only my box channel signal TV and you must manually configure the media center on the air, then go to settings and add the channel you want in the guide.

    Why the guide TV control which channel you can tune is beyond me, but the scanner locks all channels, it does not detect. they must be added manually in the guide.

    My TV works and looks okay now.

    It actually works!

    the only problem is that it is not in HD

    but there is something


  • MapFields on the Torch 9800

    Hi all

    I recently started working on a BB application, up to now, the tools are proved very useful and support online concise in answering the questions.

    On that note, I encountered a problem with the 9800 Torch Simulator. I can't get MapFields to display, I tried my own implementations and application examples. The app will expire after 60 s and generates an InterruptedException. It shows a gray screen with "Download" at the top left and then nothing happens. I tried the internet connection on the phone and it is functional

    I tested the same MapField Applications with other simulators and have not had any problems.

    Thanks in advance,

    It turns out that my network actually did not work properly. If I would have used the browser, it would have been obvious that the connection was not working.

    I tried connecting to the facebook application that managed somehow. Nevertheless, I solved my problem, for later use. The torch 9800 obliged me to connect to the network default WiFi to connect to the network.

  • installation stops with a "cannot detect the last level cache.

    ESXi 5.0 installation process stops with a message "cannot detect the last level cache.

    VMware ESXi 5.0.0 [Releasebuild-469512 x86_64]
    Cannot detect the last level cache
    CR0 = 80010039 cr2 = 0 x 0 = 0x3e7000 cr4 = 0 x 2038 cr3
    PCPU0:2048 / bootstrap
    PCPU 0: S
    Beginning of the code: uptime VMK 0 x 418013200000: 0:00:00:00.890
    6 lines of < no symbol > errors
    Basic FS = 0 x 0 gs = 0 x 418040000000 kg = 0 x 0
    No space on disk for the dump data.
    Debugger waiting...

    switching LSI based SAS controller to port sata3 onboard has not changed a thing

    Oh, here the specifications:
    Processor Intel i5 2500
    16 GB OF RAM
    ASUS P8H67-M Board

    any ideas?

    Hi all

    I had the same problem after turning on in BIOS "Max CPUID Value Limit" to activate option.

    Disabling above option help me to install vmware esxi 5.0

    Anatoliy

  • Blackberry Torch 9800 Smartphones BlackBerry cannot connect to the world of BB and BBM. Help me please

    Hello guys,.

    I just got a BB Torch 9800 for free (YAY!). My cousin came with her to the United Kingdom. My current project is a prepaid. It is the sum of $50 everything. So I just upgraded my plan for BB plan, but it does not at all. "It is said: ' the Web is not included in your current plan and blah blah... »

    I already spoke with a representative from t-mobile and he helped me set up the phone, but still it doen't work. After trying all the possible stuff he knew, he finally told me my phone was not compatible with T-mobile because it is foreign.

    I can see EDGE in capital letters, but when I go to the mobile network: there are not 2g only.the guy told me there should be 2g.

    So here I ask you guys to please help me to solve this problem so that I can enjoy all the features of my bb has to offer. I just move out of Android on this phone, so I want to see what can do BB

    Thanks in advance

    I called them again yesterday and told me that I have already signed for complete + plan BlackBerry data. After you set up once more, he has been fixed.i now have access to the internet and all my social networking apps critical work for me through this process

  • BlackBerry Smartphones on the torch 9800 wifi

    Hello world. Im trying to use my unlock torch 9800 for wifi only(no_sim_card).it connect to the source of my wifi but cannot connect Internet .on ip device - 0.0.0.0, it works well with sim (but I don't have a lot of data on my plan) when I try to update it says updated 6.0. Any help will be appreciated

    Thanks works very well-it!

Maybe you are looking for