Develop on a disconnected phone

If I cut off the service at my BB Torch, I would still be able to make a HttpConnection using wifi? or use the GPS?

You can always do an HTTP via WiFi connection.  Standalone GPS would work, but the alternative is not available (assisted, cell, BB Locator Service).

Tags: BlackBerry Developers

Similar Questions

  • Development on an unlocked phone without a service of mobile company

    I am currently locked with a plan of black berries but want to start development on Windows Phone 7. Of course, I can test my application with the emulators, but another option is to buy an unlocked phone. My question is that if I buy an unlocked phone and no service do not receive a mobile phone company, I'll be able to connect to my WiFi and test things like characteristic of location based on my program (such as the list of local restaurants)? Are there things that I won't be able to test at least that get a service from the mobile company?

    Now, I have developed several applications without a SIM card in the phone - so you can do it. You just need to be careful with:

    a false sense of speed - wifi is much faster and more reliable than the 3G.
    a lack of test for "real phone breakdowns" - for example notifications of calls, SMS messages, etc.

    As a first step, you can also develop on the emulator with no phone at all - but other things are missing (GPS, accelerometer) and some things are slightly different again (e.g. resources faster loading, the screen draws sometimes faster)

  • How to get the phone # correspondent to disconnected call?

    Hi all

    My requirement is to get the call disconnected phone number, I set up PhoneListner and tried to get the number as

    PC net.rim.blackberry.api.phone.PhoneCall = net.rim.blackberry.api.phone.Phone.getCall (callId);

    But the pc is always returned null in the callDisconnected method.

    Here is my code snippet: -.

    public void callDisconnected (int callId)
    {
    Logger.SOP ("callId getPhoneNumber:" + callId);
    Logger.Debug ("callDisconnected: [" + getPhoneNumber (callId) + "]");

    }

    public String getPhoneNumber (int callId) {}
    PC net.rim.blackberry.api.phone.PhoneCall = net.rim.blackberry.api.phone.Phone.getCall (callId);
           
    if(PC == null) {}
    Returns a null value.
    }
    String phNumber = pc.getDisplayPhoneNumber ();
    If (phNumber.indexOf(' ') > 0) {}
    phNumber = phNumber.substring (phNumber.indexOf(' '));
    phNumber = phNumber.trim ();
    }
    Return phNumber;
    }

    BlackBerry OS version is: 4.6.0.92 9000 Blackberry (Bold)

    I ran this code on a simulator.

    I had similar problems, but resolved them while recording the phone number in a hash inside the callConnected/callInitiated/callIncoming... you call it.

    Hashtable phoneCallsHash = new Hashtable();
    ...
    phoneCallsHash.put("" + aCallID, phone.getCall(aCallID).getDisplayPhoneNumber());
    

    get it back later (in callDisconnected):

    (String)phoneCallsHash.get("" + aCallID);
    

    That should do it.

  • Of the alternatives to the Simulator: test applications on the phone

    I'm an amateur who has developed applications of office before. I want to develop applications for my phone BB10. My Dell Dimension E521 (old), however, does not support virtualization and the BB Simulator is ultra slow. I can't use it to test my code. So, my questions are: (1) is there another way I can try my code, in addition to performing on my phone? and (2) if the answer is no, I risk screwing up my phone by using it to test my code, if it turns out that buggy or full of errors (I'm a newbie, after all :-)

    There is no options beyond what you have listed here.  The risks of tests on your actual device are quite low.  The applications are sandboxed, they cannot really affect other applications.  But you might cause problems if your code does something bad, delete pictures from the camera Director or delete all your contacts.

  • Whenever I plug my Android phone, Windows sets a new network

    I have a recent development between my Android phone and Windows 7. Whenever I plug my Android phone to my computer to download pictures of her, (I didn't put it up as a hotspot, blue tooth is off), Windows detects it as a new network and the pop up window appears asking me to identify if it is a home network, work network. My concern is that it is now 'Network 15', and next time it will be "16", etc. of the network.

    Right now, it doesn't seem to be the cause of the problems, but if this continues, I will be 75 network, etc. 76 network. Is that eventually created a problem, and if so, does anyone know how to solve it if Windows can't detect my phone as a new network whenever I connect it?

    Also, I've been digging into network connections, trying to find and delete all of these additional network connections that are created, and I can not locate them. I can't see them not listed anywhere under "network and sharing Center." Any suggestions on where they live?

    Windows 7 Home Premium 64 - bit SP1

    ASUS P8Z68VPro

    Intel Core i7 3770 k

    8 gb Crucial Ballistix DDR3

    Crucial 128 GB SSD M4

    Hello

    I imagine the inconvenience that you are experiencing. I will certainly help you in this matter.

    This could be due to network settings.

    You can try the methods below and check if it helps.

    Method 1: Troubleshooting run Internet Connection.

    1. Open the of Internet connections Troubleshooter by clicking the Start button, then Control Panel.
    2. (b) in the search box, type Troubleshootingand then click Troubleshooting.
    3. Click view all, and then click on the resolution of the problems of Internet connection.
    4. Follow it on the instructions on the screen.

    If the problem persists, follow method 2.

    Method 2: Turn off network discovery

    Enable or disable network discovery

    Also see the Microsoft Help article:

    Wireless and wired network problems

    Hope this information is useful. If the problem still persists, please post back for further assistance, we will be happy to help you.

    Thank you

  • How to make a 'active' phone number in the text box?

    I'm testing in 10.1 and 10.2, using the following QML simulators.  What I'm trying to understand is that 'rules' the text box used to set the active text, including phone numbers.  All I'm trying to do is to put a phone number in the text box that my users the opportunity to click on it to the phone.  But I can't make it work, or more exactly, may not get the phone number to become active.  .

    As you can see that I tried a variety of number formats, some specific UK because I was afraid that he may use country specific recognition, but nothing I try works.

    On the other hand the address which I also put in the TextArea is 'hot' and started the map.

    FYI, the client is running in Canada on Q10s using 10.1.  The numbers are also completely fictitious, if they work, then that is a stroke of luck.

                    TextArea {
                        inputMode: TextAreaInputMode.Text
                        editable: false
                        content.flags: TextContentFlag.ActiveText
                        text: "#123 1234, #123-1234  ph: 780-784-1231. ph: (403)218-1248. ph: 403-242-1231. ph: (01637)123456. 81 Street NE, # 101 ,, Calgary. "
                    }
    

    I saw this:

    http://supportforums.BlackBerry.com/T5/native-development/textarea-showing-quot-phone-numbers-quot/m...

    I was expecting that I didn't set the attributes for the text using C box.

    And I don't have permissions phone - eslewhere in the application that I detect when the user is on the phone.

    Any ideas on how I could get a phone number in a TextArea to be active, would be appreciated.

    Well, for what it's worth here's what I get with your data :

  • Z10 blackBerry development mode

    Hello!

    When I go into Settings/Security/Development mode, I can:

    • activate this,
    • specify an IP address for the development,
    • install a token "debug".

    (if I translate well to the french).

    Could someone tell me more about these options?

    Is there a security problem if I try and install the debugging token?

    The token lets connect you the phone via ssh (among a few other things.)  You don't always have root access on the same phone with installed.

    With mode on you can sideload apps debugging, but they must always be signed (by someone with a BlackBerry Developer certificate, which could be you.)  Without development mode on the phone will not allow direct loading of applications via the interface USB at all.

    For purposes of sldeloading, there is no need to install the debugging token.

  • 'Push' in pre - 5.0 phones?

    Hello, all,.

    I am change an application that (for the moment at least) must take supported BlackBerry OS to 4.2.1. At the moment we actively seek ways to inform our users of new content available on our servers. If we develop for 5.0 + phone only, Push BlackBerry Service would be a natural approach. Alas, we need cover the audience much wider than that.

    Anyone who has done something similar could throw their ideas my way?

    Thanks in advance!

    BIS Push isn't 5.0 + it runs on so previous operating systems.

  • ADF Mobile: place a phone call with code AMX

    How to place a call from phone with code AMX?    Why isn't when simple ADF Mobile is a development tool for MOBILE PHONES?

    Just use a goLink. Set the parameter to the URL ""such: any number> "."

    Rich.

  • Develop the story in Lightroom for mobile?

    Try syncing LR CC. Office, I synced a collection and a photo (RAW) it appears fine in my phone app. Then I made a few develop changes on my phone and these changes appear correctly in my office. However, when you view the photo in the develop module, I don't see under history comes from 'mobile Lr' for the changes I made on my phone.

    How can I see the changes of history to develop on my desk, I did on my phone? And vice versa? Is it still possible?

    History is not synchronized on applications or embedded in the metadata, therefore, no display on your desktop.

  • Apex 4.2 with WP7 (Windows Phone 7) Bug?

    Hello


    Since my upgrade to 4.2 APEX (coming from 4.1.1.) I am unable to connect to any application with my windows phone 7/internet explore.
    I am also unable to connect any workspace development from the same phone. On a desk I don't have these problems.

    It is difficult to debug but it seems that the pages don't comply, after pressing a button, nothing happens.
    Ultimately connect you is not my biggest problem, but I have to be able to reach the pages of a browser on a phone (any phone/os if possible).

    Anyone had a similar experience or a solution?

    Hope you can help out me, because it's important functions in some of my apps :(

    Just checked: the problem also occurs on other browsers on the same device (installed Safari as a test). With IE, the device identifies itself as:
    Mozilla/5.0(Compatible;) MSIE 9.0; Windows Phone OS 7.5; Trident/5.0;IEMobile/9.0; Lumia Nokia 800)


    Concerning
    Bottom

    p.s. I have not to create any user added (mobile) interfaces in these applications, they should behave on a phone as a desktop computer, so I'm just using the desktop interface.

    Published by: bottom of Klerk on October 21, 2012 06:32

    Bottom,

    Just to tell you, I solved the problem in our 4.2.1 patch release. I also could check to reproduce the bug and the fix on a Windows Phone 8 device, for your information.

    Thanks for your time to help identify the problem.

    Kind regards
    Anthony.

  • Y at - it a size for the design of the folios of DPS that fits most cell phones android?

    I was assigned to design an application that is published for iPad on phones cell phones android. Is there a size I should use?

    I am warning that DPS has no way to change the size for each device, then... have anyone using a size of the screen that has proved useful on multiple devices?

    I saw a few references online, but especially for developers to start from scratch...

    I work in InDesign 6, mac.

    Thanks to you all!

    d

    Currently, phones Android is not supported in DPS. What are the tablets only up to what the native Viewer Android Development supports the droid phones.

  • WiFi Hotspot question!

    Hello

    I just got SO - 01 G Docomo Z3 Xperia.  This is already achieved the sim lock feature deactivation code.  So I can use it on the network Lte and 3G (Trinet Dtac) in Thailand.  Everything was fine until I turn on the WiFi Hotspot feature.  All devices (Sony Vaio PC and mini iPad 3) were connected to Z3 without problem.  But no activity on the internet was not working.  All devices are unable to browse the internet, facebook not connect, etc.

    So, I got a seroius looking at all aspects of management of telephone network.  I discovered the APN setting which could be visible at any time when you look at, you use cell phone networking or not.  However, when the WiFi Hotspot is activated, then the parameter APN was empty and all settings has been disable. All access points have been disappearing.  Then disable the WiFi Hotspot feature, any parameter in the page of the AFN were back as usual.

    I have concluded that it is the root of this problem.  But do not know how to fix it!
    Everyone here has found a solution to this issue, please help me.

    I thank in advance

    PS Adroid 4.4.4

    It is the right way to solve the problem with block WiFi Hotspot. This could be the problem with some Z3 with some some company like NTT Docomo, AU, Softbank or even three Mobile to the United Kingdom. This is not required at the root of your Z3.

    It can be a little difficult for the generation of people "point and click", since it involves with command line in Windows.

    Let's start:

    1. you need a PC with Win 7, 8 or 8.1 (not so sure on Xp). Also, having a Java runtime installed (www.java.com)

    2. Goto https://developer.android.com/sdk/index.html#top , then download Android SDK Tool Kit (no need full Adroid Studio Suite). Install it on your PC, if you haven't, yet.

    3. pay attention to where it installs to. normally it will be goto C:\\Program Files (x 86) \Android\Android-SDK\Platform-tools

    4. then take a look in his file for the adb.exe file. If it is not present, you install from Android SDK Manager like that figure. Check on Android SDK Platform-tools, checked on updates/news and installed then click on install. ?... package.

    5 Goto your Z3 if you still not enable developer option on your phone. GoTo > setting > about phone > tab on built number 7 times. Option developer goto check then the USB debugging.

    6 connect your phone to the PC using the USB cable wait until your PC displays connected Z3.

    7. Open command prompt on your PC. Then navigate to the C:\\Program Files (x 86) directory \Android\Android-SDK\Platform-outils.

    8. in the command prompt window, type" abd shell "and enter. Then what shell open, type the parameters" put global tether_dun_required 0 "then enter.

    9. wait until the complete command shell.

    10 disconnect you Z3 then put power off and power on.

    11. now you phone should perform a normal activity of WiFi Hotspot.

    CR. People in 'talk.sonymobile.com' and 'droidsans.com '.

  • Why mobile Firefox is not available for Symbian ^ 3 (anna) or Symbian ^ 4 (beautiful)?

    Why mobile Firefox is not available for Symbian ^ 3 (anna) or Symbian ^ 4 (beautiful)?

    Nokia has moved from Windows Mobile development. New Symbian phones are not in Nokia's long-term plans.

  • AT & T webdock zoom in & out

    You will need to type in large size without disconnection phone dock Web.

    According to the keyboard that comes with the doc, ctrl and the + key should increase the size of the text. View > Zoom > zoom increase should work as well.

Maybe you are looking for

  • Why firefox makes several profiles

    My name is Mike from the Support of YER section.We have over and over again a user with the same problem.Our employees have a roaming profile with multiple browsers, but it uses Firefox that causes a problem. There's a datalimit on our user profiles.

  • browser to open up to different sizes each time

    When I open firefox, it will open with different sizes, such as the size of a postage stamp or 1 inch wide and height of the screen or 1 inch wide and length of the screen, etc. have all updates... win7. I have used firefox for years without any prob

  • IMPOSSIBLE TO INSTALL ANY OPERATING SYSTEM

    Hello I bought a computer hp laptop with this specification HP Pavilion g4-1310au Notebook PC about two weeks ago. It comes with a Freedos operating system. I tried to install an operating system from windows xp and also tried to install a windows 7,

  • Read the Excel file

    Hi fellow coders, I need help on the topic of Excel files. Process of Read the Excel (5 worksheets) file > output is 5 table 2D > Covert table 2D in single array (Colum) > convert (String) data type of data (i/o, digital etc) > build Cluster table wi

  • 8000ffff windows 7 - kb976932

    Received 8000ffff eror message when you try to install kb976932.  Microsoft 'Fix it' did not help. If you have a solution, please let me know.