Need an Iphone app which saves my map directions

Hi guys,
I need to know a app which can help me save my map direction and routes offline on my iphone 3gs. Help !

Both Motion GPS Drive and Motion GPS do this. The Drive version lets you simulate the trip then all the maps are cached so you don't need data service to run the trip.
The Motion GPS app allows you to download maps and store them. All routes and tracks are saved.
Sounds like the Drive version might be more what you want though.

Similar Messages

  • Hi,I am developing an iphone app which is using camera device. When app comes from background to foregroung and when we switch on capture screen,the shutter is stuck,Can anyone help?

    Hi,
    I am developing an iphone app which is using camera device. When app comes from background to foreground and when we switch on screen for using camera, the shutter is stuck.
    Can anyone help?

    Post in the developer's forum.

  • I needed google earth app which was not in my store. tried swictching stores but it didn't permit. How can i get?

    i needed google earth app which was not in my store. tried swictching stores but it didn't permit. How can i get?

    to be able to use an App store from another country you require an address in that country and credit card in that country.  You can set up an account without a credit card though

  • Develop iPhone Apps - which MAC?

    Hi,
    our company have a budget to buy MacBooks for developing iPhone Apps.
    My question is: What is the cheapest MAC which we require to develop iPhone Apps?
    Does we need a MacBook Pro?
    Thanks for your help.
    Regards,
    Michael

    You're welcome,
    This one can be removed.
    By marking it as "answered" you can close your thread yourself.
    Only the original topic poster has the option to mark replies as either Helpful or Solved or to not mark a reply at all. The originator can also end the discussion by marking the topic as "answered," which displays a green star at the top of the topic page to let everyone know that the topic contains valid helpful information.
    copied from Help & Terms of Use
    I will create a new Thread in the developer board.
    Good luck

  • I need to install apps which i downloaded

    I want to install apps which i downloaded from somewhere. But when i tried to install them using iTunes. they gives a error msg. can someone help me.

    I downloaded it from a torrent site.. but that file is iOS app extension format.
    So you pirated them, huh?  Hmmm... that's illegal.
    Is there any otherway i can install this app to my ipad2
    No.  Do the right thing and purchase them.  Until then, nobody on this forum will help you further.

  • In need of a App. which can examine .....

    Hi there,
    I'm in need of creating a Application in Flex AIR (mx) which could examine the text of one (1) textInputBox checking against a hard coded list or Xml list of any of the  previous data, and therefor[B] 'Preventing Duplicate Records' [/B]to be included! I'm talking here of a list with around 1200+ entries at the moment but growing! I only need the App. to check the existing list against the new text line and if it is a duplicated record to show an Alert - No need of text length or any other Validation at all just to examine and verification if or if not.
    Any ideas or help would be appreciated regards aktell2007

    If you have a list of array with 1200 entries, lets say
    var listData:Array = ['entry1', 'entry2', ....., entry1200];
    and if you have a variable which needs to be examined, lets say:
    var myText:String = 'someEntryValue';
    Then you can examine this value with  the array like this:
    if (listData.indexOf(myText) = = -1)
          trace("myText value is not a duplicate. It's not found in listData!");           
    }else
         trace("myText value is a duplicate");

  • Iphone app which works with Calendar's ToDo lists ?

    Hi,
    Can anybody recommend an iphone lists management application which can handle the ToDo lists from Calendar ? Looking around I couldn't find any yet.

    This blows big time -- no hard sync with To Dos or even Notes. And it is deliberate to make us use web apps. I mean why have an iCal at all then, if a key part of it the To Dos, don't sync? Frigging amazingly either stupid or cynical that people will keep buying a cell phone that lacks this. I have to carry two cell phones now or a bunch of index cards with my do lists written on them or the do lists printed out. Personally, the world would just be a better place if Apple killed iCal and Microsoft killed Entourage and MSFT made an identical version of Outlook for Mac and Mac allowed it to sync with an iPhone. As it stands now, I was going to up grade to the 3G. Now I'm going to give my iPhone to charity and buy a Blackberry. Tired of being Apple's sucker.

  • Need an iphone app

    i want an app that wont let me text. i want to be able to have no access to my texting because i dont like drunk texting. i dont want an app that just blocks a contact because if i know the phone number, i can still text them. so is there any apps that just blocks the whole texting feature for a few hours. thanks so much

    You get to it from Settings>General>Restrictions. However, as the poster described, you might suggest to Apple that Messaging be added to it. It isn't on their now. You can send feedback to Apple regarding enhancements you would like to see on the iPhone at http://www.apple.com/feedback/iphone.html

  • How to edit XML parsed data and save on iPhone app

    Hi,
    How to edit and XML retrieved data that is displayed on an iPhone app and save again in the same XML file using iPhone SDK.
    In other words I want to change the XML file data or edit and save.
    Thnx in advance.
    Regards
    Amit

    Hello amit,
    No, not at all. Surely you will parse your XML file using the NSXMLParser class. OK! i think i get it now, do you wants to change/modify the value of any tag in the XML file? For that you will be required to parse your XML file using NSXMLParser class, and fill out some data structure (according to the the XML format) do some changes into your data structure, and then write your XML to the file (according to the edited data structure) using the method i told u earlier. This is what my preferred method is, and i am pretty much sure that it is not a bad way to do this at all.
    Hope this clarifies some of your queries.
    Best regards,
    Obaid

  • Can the BC API be used to connect/synch directly to a iPhone App (app local database)?

    Hi Guys,
    I'm just starting a project in collaboration with an iPhone App developer, they're building an app where a user will input survey data which is saved to a database within the app, then when the phone has a connection, the data is uploaded to a database. I want to use BC and extend the CRM to store the data captured from the app against a customer/case record, which will subsequently be displayed and modified by admin staff through a web front end. If necessary I'll use a Web App for part of this functionality.
    I know the BC Web Services API can connect to an external database, but before designing a solution that requires building an external database to store the iPhone app data just so that BC can connect to it, can you tell me whether it's possible for the BC Web Services API to connect directly with an iPhone App (with integrated database)?
    Totally new territory for me, so any answer to my question, or other help, tips and advice will be greatly appreciated.
    Regards, Mark.

    Many thanks for your helpful feedback TheBCMan, that's very clear. The more I've researched this, the more roadblocks appear and the more it appears BC is not going to work for this project, which is a shame as some of the other BC features are perfect for the project as a whole. However, before giving up, can I run the points below by you to validate or disprove any of my current understanding?
    I understand I will need to stand up an external db/app to synch with the iPhone app to save the customer survey data, and I understand I will then be able to connect the external db/app to the BC API and pull the survey data into a extended CRM form.
    However, once the data is in BC, I cannot work out a way where I could edit that CRM form data with it's assigned to a Case? That is, I understand it's possible to display/edit CRM form data assigned to a 'contact' of a customer record, but the problem here is I can only access the data to edit it when logged on as that customer. But this is data a staff member will access (customers will not be able to access it) and staff will not have access to the customers login credentials. So it's not feasible to assign the CRM data at the Contact level, agree/disagree?
    If I set up one staff member as a customer (so one unique login) and save all the (potentially hundreds) of survey data CRM forms as individual 'Cases', but as I understand it, whereas this overcomes the customer logn issue, I won't be able to add a web form to a page to edit the survey data CRM form, because it's assigned to a Case, not a Contact in this scenario, agree/disagree?. (This is the approach I really hoped would work out)
    And as you said, I can't use a Web App, which would overcome both of the issues above, because I can't access a Web App from the BC API. 
    So, in conclusion, these appear to be no way around these roadblocks, unless you can tell me otherwise?
    Thanks again for your help.
    Regards, Mark.

  • When will Ipod touch get iPhone apps

    ive got my ipod touch, but its missing major iphone apps like, calander, notes and maps.
    I know these are availiable with the jailbreak thing, but i know sdk will be coming out in feb. will this finnally allow us to get those major iphone apps which would be very helpful to us itouch users.
    any other info would be helpful thanks.

    No one here really is going to know the answer to that. The SDK being released doesn't mean that the Touch will get the official iPhone apps. It means that third party developers will be able to creat apps. They will probably fill some of the same niches but beyond that, we'll just have to wait and see.

  • I lost my iPad mini while traveling recently.  Tried using Find My iPhone app to locate it, but it didn't show up...probably because not turned on.  I have the original receipt with article number and serial number.  Is there any way to locate it wit

    I lost my iPad mini while traveling recently.  I tried using the Find My iPhone App (which showed my iMac, my iPhones, my old iPad, and my macbook) but the mini didn't show up...probably because it was turned off or the battery ran down.
    I still have the original receipt from when I purchased it, showing the article number and the serial number.  Is there any way to locate it with that info?

    No, unless you had Find My iPad enabled on it then there isn't any way to try and locate it.
    Have you reported it to the police in case somebody hands it in ? You should also change your iTunes account password, your email account passwords, and any passwords that you'd stored on websites/emails/notes etc., and if it was a cellular model also contact your carrier.

  • How to display HTML contents on IPhone App ?

    Hello,
    I am creating a IPhone apps which display Quiz. So Questions & Options will have images url, bold & Italic using HTML.
    Now I am using UIlabel to show the plain text. Please let me know how can I display these questions with my app.
    Thanks
    Laxmilal

    UIWebView

  • Viewing iphone apps on ipad

    Hello Everyone,
    I recently bought an iPad2. When I synced it to my iTunes account, I knew that all of the apps I have purchased that work on the iPad and iPhone would be transferred to my iPad. I didn't think any iPhone only apps would be transferred. However, when I went to the App store to look at the iPad versions of my iPhone apps, it shows that the iPhone versions are installed on the iPad, but I don't see the icon. I can search the iPad and find the iPhone only app and open it but again I cannot find out how to open this just by selecting its icon. Is there a setting or something where I can have the iPhone only apps show up on the iPad? Thanks.
    -gigascott

    Unless you de-selected the apps on the Apps tab when syncing to your computer's iTunes then all compatible apps would be synced - only those where you might have a high enough iOS version or iPhone apps which require full phone capability wouldn't be synced.
    On the iPad all apps should show, there is no 'hide iphone apps' settings (though some apps can be hidden via Settings > General > Restrictions, in which case they wouldn't show up in searches). If you can only find the apps via the spotlight search screen but not just by going through your homescreens, then how many homescreens have you got - there is a limit of 11, after which apps can only be accessed via the search screen, though you can use app folders to make of them 'visible'

  • Iphone App connection to SAP - Tutorial?

    Hi @ all,
    since some weeks I get more and more apple-fan.
    At the moment I'm trying to develope my own iphone-apps. I recognized that ABAP is not the same as objective C - but OK - some extra work for me!
    My aim is to develope iphone-apps which can connect to an SAP-System. At first "only" reading data - later i want to execute some transactions.
    Does anybody know if there's some kind of tutorial how to connect to SAP?
    For any information I'm very grateful!
    Best regards,
    Torsten

    Its not obligatory. ICM (which is shipped with the WebAS) is one of the ways you can get the iPhone to get data.
    If you have a system that only talks RFC (and doesn't have ICM), then you could write a separate program (i.e. outside the ABAP process) using the RFC SDK which will call this RFC and then transform and returns the result in a form the iPhone can understand (XML/JSON, whatever) whenever the iPhone asks for data. This means another server between your R/3 backend and the iPhone.
    I believe the precursor for ICM was ITS. Maybe you could look into that? I have no idea about it though:
    [http://www.sap-img.com/bc046.htm]
    By the way, have you seen this?:
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30c0db18-7894-2c10-379b-803471136b55?quicklink=index&overridelayout=true]
    Its probably the tutorial you are looking for.
    Cheers!
    PS: These are not necessarily the only ways to do it. There might be more (and maybe I'm ignorant).

Maybe you are looking for

  • HT204291 I did the update my apple tv this morning and now my air play is not working ?

    I did this morning update in my Apple TV and now my air play doesn't work!

  • Moving an image around in a drop zone in DVD studio

    Hi there I am pretty new to this DVD studio program, and I often am using templates to make my client DVDs. One major major problem I always come across is when I have to drop images in, they always dont fit properly, let me show you one for example

  • Barcode Separators for Acrobat Pro X

    I'm trying to determine if Acrobat can produce its own barcodes for separator pages.  Do I have to create my own barcodes in Forms or must I buy further software?  I've got a small desk scanner and it doesn't look like my hardware (Kodak i2800) has i

  • Software update for Original Tablet S

    With all of the great minds (and resourses) over at Sony, why has no one come up with a software upgrade/update for us original TABLET S owners??? How long must we wait. I'm truly feeling left out and ripperd off, I'm afraid... With no updates in the

  • Move edited photos between computers

    I often edit photos on my Mac Air using aperture while on road. Once home, I need to move those edited photos to my IMAC. How can i move the photos from the Mac Air to the IMAC - retaining the original photos and edited versions?