Error using blackberry maps args

I have the following code,

BlackBerry.Invoke.Invoke (blackberry.invoke.APP_MAPS, args);

He worked in the 6.0.0.246 version.

I just upgraded to version 6.0.0.526 and now he raises an error.

The API has changed again? -It goes from 5 to 6.

Thanks in advance.

I have sent to our test team today, and they were unable to reproduce the error with SDK v1.5 or 2.0.  They tested the Simulator and a device with 6.0.0.526 load

Is there perhaps something that changed your wireless provider who may have removed cards or the ability to access?

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry Maps vs Google Maps

    Hi, I'm developing an app for the Blackberry Curve 8520. The application must be able to pick up the location of the user and view the nearest locations on a map. The user can then select which store that they would like to visit and the application displays the route of their current location.

    I read a little the advantages and disadvantages for Blackberry and Google maps and not sure as for the one to use.

    Google Maps is supported on the Blackberry Curve? And if I use it in my application it requires the user to also download Google Maps before using the app? If I had to use Blackberry maps rather it will have the ability to establish a route to the destination?

    Any thoughts on this topic would be welcome.

    the google maps app is available for the device, Yes.

    but it does not offer an API. There are workaround solutions such as calling it with a document lbs, but nothing official or sufficient for more complex operations.

    BlackBerry maps can draw a route to the destination. Note that some advanced features are only available to certain OS levels upward (but unless you have a very old curve which is not a problem).

    I would say blackberry maps, the built-in API makes it much easier to use and they have come a long way since their first release.

    I use google maps personally most of the time, but not for development.

  • BlackBerry Z10 GPS with Blackberry Maps, very slow work

    Hello. I use Blackberry Maps often, but have noticed that the GPS on my phone started to work very slowly.

    When I turn it on it takes a few minutes to find my position. And when I enter a destination for navigation, he made several attempts to trace road and especially returns with the message: "cannot find your GPS position. Move to a location with a clear view of the sky view, and then try again (1013). Even when I'm standing outside, under a clear sky and open, I always get this message...

    Does someone can give some indication of what can be the problem and possible solutions.

    Including J Sanders... Thanks for your help.

  • Blackberry error 10 (Google Maps API)

    I am using google map api with

    "script type =" text/javascript"src ="http://maps.google.com/maps/api/js?sensor=false"

    But when I run my app in my blackberry 10 I get this error:

    The 'http://maps.google.com/maps/api/js?sensor=false' unauthorized access

    here:

    Had the same thing myself

    Time to cut & paste...

    Add these config.xml

    subdomains of https://googleapis.com"="true"/ >
        subdomains of https://gstatic.com"="true"/ >

  • BlackBerry Smartphones Blackberry Maps and the India and Google maps and COD 907 error

    Hey! so are blackberry maps available in India yet? do not appear on my curve 9360...
    You can also im unable to download google aps it says Error 907 something on an invalid COD
    any idea anyone?

    Finally, I read, no BlackBerry Maps is not available in India

    And the data source is in fact TomTom, not Google Maps.

    I recommend that you use Google Maps, personally, they are a bit softer and richer than BBMaps.

  • Possible to send location for BlackBerry maps using the cards: / / URI?

    I was wondering, since we can launch BlackBerry maps maps: / / is there a way that we could send a location for maps of the URL?

    As maps://Kingston-Upon-Hull

    You can use ' geo:,' uri without the ' / /'.

    For example, this url should get you close to where I live:
    Geo:46.29, - 72.66

  • Invoke Blackberry Maps using the location document

    Greeting, developers...
    I use call blackberry maps in my application using document location...
    I put 3 rental, my location, Room A and room B
    example:





    but my problem is
    1. how the development of the cards to my location (the first location)
    2. how to make the maps zoom? I use lbs document as above, but there is no zoom at all in blackberry maps...

    Any solution?
    Thanx

    Visit this link for more details on the books and the location tags.

    http://docs.BlackBerry.com/en/developers/deliverables/17954/Invoking_BB_Maps_using_a_location_docume...

    But to my knowledge, I Don t think centeralized zoom is not possible in this method of calling cards.

    There are many ways by which you can invoke the card / use mapField in your application. You must choose the right pair that meets your needs.

  • Use google maps, maps of microsoft (bing) instead of Blackberry Maps

    I'm looking to develop a new application using the maps of Google or Microsoft, but I did not have any demo code to do this.

    If simply open a browser window?

    you have to check for google maps being installed first, then you can start with the settings:

    http://www.BlackBerryForums.com/developer-forum/143263-here-s-how-start-Google-maps-landmark.html

  • BlackBerry Smartphones Blackberry Maps and GPS, should I use Google Maps? Re: Google Latitude

    Question 1: I v.4.6 on my "BOLD". The maps and the GPS works fine, but I wonder if it is powered internally by Google maps. Anyone know?

    Question 2: The reason why I ask is because I want to try Google Latitude, which allows tracking of the location of a phone cell phone per person. He supposedly can show you the location of all of your friends on a map. Can I install Google Maps first or if it'll work with Blackberry Maps? If anyone has installed Google Latitude on their "BOLD" and care to share their experience? You can follow your "BOLD" of your PC if you have lost?

    Question 1: Is now the answer. I installed this software "Latitude" and got "Google Maps" and "Latitude" as a menu option. Now, I have 2 mapping software on my "BOLD" taking up memory sparc resources. So, these two could not work together.

    Question 2: To see the location of my "BOLD" of my desktop PC:

  • Reg; Invoking in blackberry maps

    Hello

    In my application I want to call cards, for that I have use mapview and everything is fine.but unfortunately I heard that blackberry maps is supported only in some countries...

    in my application, I want to show the County such as the India, Afghanistan etc... those who are not supported by blackberry maps...

    so please someone suggest me how can I get these countries also if I select it in of my very urgent application.it to me pls give answer me as soon as possible...

    I use jde 4.7 for my application...

    Here is the sample code snippet that works very well for me.

    Using this code, you can display unique location on the map.

    class GoogleSingleLocation_Scr extends MainScreen {
     public GoogleSingleLocation_Scr() {
     }
     protected void makeMenu(Menu menu, int instance) {
      super.makeMenu(menu, instance);
      menu.add(mInvokeGMaps);
     }
     MenuItem mInvokeGMaps = new MenuItem("Run GMaps", 0, 0) {
      public void run() {
       GMLocation location
        = new GMLocation(51.507778, -0.128056, "London");
       invokeGMaps(location);
      };
     };
     public void invokeGMaps(GMLocation l) {
      int mh = CodeModuleManager.getModuleHandle("GoogleMaps");
      if (mh == 0) {
       try {
        throw new ApplicationManagerException(
          "GoogleMaps isn't installed");
       } catch (ApplicationManagerException e) {
        System.out.println(e.getMessage());
       }
      }
      URLEncodedPostData uepd = new URLEncodedPostData(null, false);
      uepd.append("action", "LOCN");
      uepd.append("a", "@latlon:" + l.getLatitude()
       + "," + l.getLongitude());
      uepd.append("title", l.getName());
      uepd.append("description", l.getDescription());
      String[] args = { "http://gmm/x?" + uepd.toString() };
      ApplicationDescriptor ad = CodeModuleManager
        .getApplicationDescriptors(mh)[0];
      ApplicationDescriptor ad2 = new ApplicationDescriptor(ad, args);
      try {
       ApplicationManager.getApplicationManager()
         .runApplication(ad2, true);
      } catch (ApplicationManagerException e) {
       System.out.println(e.getMessage());
      }
     }
    }
    

    Suppose if you display several location on google maps, you need to prepare a KML file and make it available on the public server what google map can be accessed

    Some links to URLS that might be useful for you.

    http://code.Google.com/intl/en/APIs/maps/documentation/mapsdata/developers_guide_java.html#audience

    http://StackOverflow.com/questions/3301378/Google-maps-apidynamic-plot-multiple-locations-via-URL-sh...

  • BlackBerry Maps - unable to calculate route

    Hello

    I have an application which, at the click of the button, called the Blackberry maps with a rental document to get directions using latitude and longitude, here is the example it does

    Location myLocation = myLocationProvider.getLocation (120);
    Latitude = myLocation.getQualifiedCoordinates () .getLatitude ();
    Longitude = myLocation.getQualifiedCoordinates () .getLongitude ();

    int iLatitude = (int)(latitude*100000);
    int iLongitude = (int)(longitude*100000);
    Log.info ("latitude:" + iLatitude);
    Log.info ("longitude:" + iLongitude);

    String document = ""+ "
    ""+
    ""+
    "
    "  ;
                      
                                  
    String document1 = ""+ "
    //      ""+
    //       ""+
    //         "
    ";

    Log.info ("document:" + document);
                        
    Invoke.invokeApplication (Invoke.APP_TYPE_MAPS, new MapsArguments
    (MapsArguments.ARG_LOCATION_DOCUMENT, document) ;

    This code example gives me "unable to calculate the route. But when I use the string document1 (provided in Blackberry maps reference), it works fine. The iLatitude and the ilongitude come to simulate location GPS optionally simulate in the Simulator. I use BB JDE 5.0.0 and Blackberry 9700 Simulator.

    Below the log where you can see the values of iLatitude and iLongitude and localization of debugging is created:

    There an IllegalArgumentException, which I think is the problem because it does not come when I use the other location document1.

    MISVt = 1, h = 336bis, id = d15a33128dfbb5d9
    VM:LNTDa = validation, t = 1, p = TestClient
    latitude: 5182134
    Longitude:-128848
    Document:
    From net_rim_bb_lbs
    Net_rim_bb_lbs (251) started
    Net_rim_bb_lbs (251) foreground
    Background switch detected for TestClient (248) that does NOT have the tunnels open - defocus is NOT called
    Switch detected in the foreground for net_rim_bb_lbs (251) that does NOT have the open tunnels - focus NOT called
    FocusHistory: Lost Focus; App TestClient. Component com.sybase.uep.bobclient.controls.Button
    VMISVt = 0, h = 336bis, id = d15a33128dfbb5d9
    VM:LNTDa = validation, t = 0, p = net_rim_bb_lbs
    VMISVt = 1, h = 336bis, id = d15a33128dfbb5d9
    VM:LNTDa = validation, t = 1, p = net_rim_bb_lbs
    FocusHistory: Acquired Focus; App net_rim_bb_lbs; Component net.rim.device.apps.internal.lbs.MapScreen
    FocusHistory: Lost Focus; App net_rim_bb_lbs; Component net.rim.device.apps.internal.lbs.MapScreen
    FocusHistory: Acquired Focus; App net_rim_bb_lbs; Component net.rim.device.api.ui.container.DialogFieldManager$ FocusNullField
    Directions.getDirections () sends a request to the server
    RequestThread$ 1: wire Req: try Conn: url =http://routes.blackberry.com/route2/;deviceside=false; ConnectionUID = S 00005, attempt #= 1, type = 4 trans
    RequestThread$ 1: connection failed - url =http://routes.blackberry.com/route2/;deviceside=false; ConnectionUID = S 00005, attemptNumber = 1, transport type = 4, exception = insufficient coverage
    FocusHistory: Lost Focus; App net_rim_bb_lbs; Component net.rim.device.api.ui.container.DialogFieldManager$ FocusNullField
    $ 1 RequestThread: Req thread: conn attempt: url =http://routes.blackberry.com/route2/;interface=wifi, attempt #= 1, type = 6 trans
    RequestThread$ 1: connection failed - url =http://routes.blackberry.com/route2/;interface=wifi, attemptNumber = 1, transport type = 6, exception = insufficient coverage
    $ 1 RequestThread: Req thread: conn attempt: url =http://routes.blackberry.com/route2/;deviceside=true, attempt #= 1, type = 1 trans
    The addition of process = net_rim_bb_lbs (251) table
    Addition of the tunnel id = 1mode = FG to process = net_rim_bb_lbs (251)
    RequestThread$ 1: request thread: conn attempt succeeded: url =http://routes.blackberry.com/route2/;deviceside=true, attempt #= 1, type = 1 trans
    RequestThread: ServerExchange wire: using url and the type of connection 1 = [http://routes.blackberry.com/route2/;deviceside=true]
    Error: DirectionsRequest: error when converting byte array data stream input: java.lang.IllegalArgumentException: Directionsrequest::readResponse(): read length not valid the server response packet. Length of the package = 0
    Error: Directions: Directions request error: 1, URL: http://routes.blackberry.com/route2/, request:

    Please can someone help me with this error...

    Thank you

    Blanchard

    Hello

    My problem solved. The thing was to test my application, I used values of Latitude and longitude of a card (on the internet) and the values that I picked up were probably not really accurate, reason for which he was not able to calculate the route. Then my web service has begun to send me good lat and long values based on geolocation, it started working. There is nothing wrong with my code, it was test values I was providing were not as accurate as they should have been.

    Thank you

    Blanchard

  • BlackBerry Smartphones blackberry maps

    I have a blackberry 9320 and I live in South Africa now my BB is not blackberry maps, but she has this built in link to a maps application that has expired the app you download on this site is not worrk so I was wondering how I can get the Blackberry normal maps app on my phone
    PS. I tried the link and it doesn't download instead, tells me she doesn't have to download something to not be appropriate for my device I am on OS 7.1 by the way
    Any help is appreciated

    Hello and welcome to the community!

    Here's a knockout who deals with this situation:

    • Article ID: KB19220 Impossible to install the BlackBerry Maps application on the site of Research In Motion on some BlackBerry Smartphones

    I hope that it contains something useful! There are also several existing threads on this site, which discuss exact error... your opinion of those who may prove useful, and a search of this website, by using the error message, error code or symptom, should reveal all the existing threads that are applicable to you.

    Good luck and let us know!

  • Error: The property node (arg 8) visa to configure the Serial Port

    I'm trying to control 8 USB to R232 via a HUB of 10 ports Tripp-Lite (model U222-010-R) and do not have consistent results.  Just after rebooting my computer, I have no problem in running the following program: (I tried to download the VI directly but without success, so here's the extract)

    I made sure that the COM ports that I select are that one is available on both the Device Manager and in the NOT-MAX.  But after awhile, it does not work or if the HUB is unplugged and replugged in (even if the names are correct and up-to-date in devices and NOR-MAX Manager) I get the error code "property Node (arg 8) visa set up a Serial Port (Instr) .vi" I want to be able to see these ports consistantly more without having to restart my computer all the time.  Is there a better Setup for this? The previous installation of the computer has a PCI card for it and we have not had any problems with the code, but are facing problems with our upgrade.  The old computer ran Windows XP and had cards PCI and the new computer that I am using a Windows 8 and the USB HUB.  Thanks for any help you can give!

    Mr says:

    Jeff,

    It is a one off lines from specifications Tripp-lite:

    -On bus power, 500mA from the USB 2.0 computer port is shared between hub ports

    This would be in support of what I need or not necessarily?

    -Mr

    No! That's the 50mA by port not 500mA.  an order of magnitude full powered USB (if you want reliable - if you want real problems which appears irratically each time only and is a headache to track down which would)

  • My BB CUrve 9320 blackBerry smartphones are not supported Blackberry Map (GPS)

    Why I can't open Map (GPS) Blackberry in my BB Curve 9320?

    kyachinumog wrote:

    Yes, I'm the India... n its Airtel India... so can I know when people India get service map BB... why the r negleted India?

    Hi kyachinumog

    No, I'm sorry but you are wrong! RIM has never neglected the India or any country in Asia, infact they do much more for us than America or Europe. Regarding the support for BlackBerry Maps questions have been raised regularly. As she opened a Forums I don't want to explain all the facts, but some of our Government policies restricting these Services in India and a few country neighbors. I hope you understand.

    Prince

    ____________________________________________________________________________

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • BlackBerry Blackberry Maps Z10 does not not on Telus

    BlackBerry Maps were not loading for me since yesterday at 19:00.  I rebooted my phone, took in the SIM without success.  The map loads and get my position, but the entire map is just a blank white screen.

    A friend in one of the BBM groups in that I am is also having the same problem with a Z10 on Telus.  It is in Calgary, I'm in Toronto.  Internet and everything works.  Third-party applications that use the API of the card still work perfectly.

    I'm on Telus with an OS Z10 10.1.0.4181

    I use the Blackberry Maps 10.1.0.810 version

    There work.  had clear the history:

    1. open maps

    2. pull on the adjustment of the top menu (sliding down the top and press settings)

    3 clear history

    4. all clear

    5 cards close and restart maps

    Don't know why it would have created a problem although...

Maybe you are looking for

  • Bookmarks has not transferred any Internet Explorer. Cookies?

    During the installation of Firefox, I chose the option to import bookmarks, cookies, history, settings of Explorer. I noticed that there was a small problem, while this part of the installation was going on, and of course, my favorites were not there

  • Equium L20-264: unknown device PCI after Bios Update

    Hi allI just updated the bios on my Equium L20-264 (PSL2ZE) to V1.80.After restarting windows XP has detected a new PCI device but no driver for it.Everything seems to work and all of the devices, I expected were there.The name of the device is devic

  • Printer for Windows 7 64-bit compatibility

    Can someone please help me find a printer/scanner of consumer that are compatible with the Windows 7 64-bit operating system? I can't locate the enteprises of printer that supports the 64 bit OS? How is that possible? Why would you do this OS and can

  • Vblock or not VBlock

    Hello I am a newbie of telepresence, so bear with me. Our Intention is to deply complete Immersive telepresence infrastructure in our environment. We have 3 large data centers and the number of remote sites and home users. The intention is to deploy

  • Data Guard and Flashback

    I will be an active data guard with a primary instance and a secondary instance. I'm in the environment no CARS. My primary databases and Eve will be the flashback database on. I duration of blowback for one day, i.e., I should be able to flashback t