How to view all categories offline?

I have for my work a e72. And i use ovi maps. For my work i often come in other countries like french and germany. Outside my own country i cant go online so i have to use ovi maps in offline mode.
But then there is a problem. The categories are in offline mode incomplete. I spent nights in hotels and i want to find a supermarket. But in offline mode this item is gone.
I hate this, i thought everyone wat available in offline mode. Even my old garmin has all those pois.
Hopefully someone can help me out. Is it possible to download those categories and use them offline. Its very annoying.
What does nokia say on this issue, i think im not the only one

Thanks. However, that is not very practical if I do not know in advance of losing my internet connection that I am going to want to view that content off-line. Safari used to just show you what was stored in the cache, without requiring a complete refresh each time it loads the web page. I've also noticed there is no way to set whether Safari caches content or forces a refresh each time the site is visited.
Also, "save-as" does not always work. I find some content in the save-as is not stored in the document, for some reason. Particularly flash content, which is otherwise stored in the cache.
Here's another situation that happened a few months ago. I was doing research online and lost my internet connection from my ISP. I had several pages I was visiting that had been loaded into the cache. I could see them in the history cover-flow, but when I tried to access them all I got was "not connected to the internet". Sadly, until my ISP was back up, I could not do anything with the information that was already in my browser's cache. This was not the case under Safari 3, in which a sudden loss of connectivity did not stop me from accessing the work I had done.
Seriously, I am not going to save each site I visit on the off chance I may need to access it offline – I thought that's what the cache was for. There must be a better solution.
I just checked – Firefox does not have this problem. Recently browsed URLs remain accessible offline via cache.

Similar Messages

  • How to get View All Categories That I can Use? - Urgent !!!

    Dear All I have the following Scenario:
    I viewd documents General Properties and its Category.
    Now am trying with no success to View all Categories That I can Add it to document.
    for more details here is my code:
    public DocumentEntity getCatList(long documentrId) {
    DocumentEntity bean = new DocumentEntity();
    AttributeRequest[] CATEGORY_CLASS_ATTRIBUTES ={
    new AttributeRequest(null,Attributes.CLASS_NAME),
    new AttributeRequest(null,Attributes.DISPLAY_NAME)
    try {
    CommonManager cm = Managers.getCommonManager( this.fdksession );
    FileManager fm = Managers.getFileManager ( this.fdksession );
    documentrId=49007;
    Item documentItem = cm.getItem(documentrId,CATEGORY_CLASS_ATTRIBUTES);
    NamedValue[] nvcommon = documentItem.getRequestedAttributes();
    System.out.println("XZXZXZXZXZXZXZXZXZXZXZXZX " + nvcommon.getClass().toString());
    Map commonMap = ClientUtils.namedValuesToMap(nvcommon);
    Item cats =(Item)commonMap.get(Attributes.CATEGORY_CONFIGURATION);
    NamedValue[] nvcats = cats.getRequestedAttributes();
    Map catsMap = ClientUtils.namedValuesToMap(nvcats);
    System.out.println("VMVMVMVMVMVMVMVMVMVMVMVMVM" + catsMap.get(Attributes.ALLOWED_CATEGORIES).toString());
    //despues de meterme en la estructura/after getting into the structur
    //separo lso Items de las categorias/the category Items separated
    Item[] cat =(Item[])catsMap.get(Attributes.ALLOWED_CATEGORIES);
    System.out.println("categorias " + cat.length);
    Map tempMap = null;
    for (int ii = 0; ii < cat.length; ii++)
    System.out.println("Categoria " + (ii + 1) + cat);
    NamedValue[] tempNV = cat[ii].getRequestedAttributes();
    tempMap = ClientUtils.namedValuesToMap(tempNV);
    System.out.println("Display Name " + tempMap.get(Attributes.DISPLAY_NAME));
    }catch(Exception e){      
    e.printStackTrace();
    DataException.exceptMessage(e.getMessage());
    return bean;
    Thanks all in advance...
    Rami,

    I think you need Content DB Forum:
    Content Database
    But, it should be similar. You get a list of allowed categories from a folder, not file. Under Attributes.CATEGORY_CONFIGURATION request Attributes.ALLOWED_CATEGORIES, something like:
                  AttributeRequest[] requestedAttributes = new AttributeRequest[] {
                                new AttributeRequest(Attributes.CATEGORY_CONFIGURATION, new AttributeRequest[] {
                     new AttributeRequest(Attributes.REQUIRED_CATEGORIES, categoryClassAttributes),
                     new AttributeRequest(Attributes.ALLOWED_CATEGORIES, categoryClassAttributes),
                     new AttributeRequest(Attributes.ATTRIBUTE_OVERRIDES, new AttributeRequest[]{
                        new AttributeRequest(Attributes.ATTRIBUTE_OVERRIDE_ATTRIBUTE, null),
                        new AttributeRequest(Attributes.ATTRIBUTE_OVERRIDE_DEFAULT, null)
    Item result= commonManager.getItem(folder.getId(), requestedAttributes);just adapt it to ContentDB API syntax.
    Pedja

  • How to view all attachemt in outlook for user in my network

    Hello,
    how to view all attachment in outlook for users in my network
    i am used below path:
    "C:\Users\ username \AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.Outlook"
    All attachments
    I can not find some attachments exist on the
    email did not find her on the track
    above.
    thanks

    Hello,
    You may also try this VBA solution:
    https://gallery.technet.microsoft.com/office/Save-attachments-from-5b6bf54b
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to view ALL my files in my iPad?

    Hello,
    How to view all my files in my iPad because the "others" in my iPad is taking a lot of space.
    Thanks

    If you just want a listing, you can do this:
    select owner, object_type, object_name
    from   dba_objects
    where  object_type in ('VIEW','TRIGGER','PROCEDURE');(you don't want to see functions or packages?)
    If you want to see the code for these types, an easy way is to use the package dbms_metadata to display them:
    SQL> select dbms_metadata.get_ddl('TRIGGER','ORDERS_TRG','OE') from dual;
    DBMS_METADATA.GET_DDL('TRIGGER','ORDERS_TRG','OE')
      CREATE OR REPLACE TRIGGER "OE"."ORDERS_TRG" INSTEAD OF INSERT
    ON oc_orders FOR EACH ROW
    BEGIN
       INSERT INTO ORDERS (order_id, order_mode, order_total,
                           sales_rep_id, order_status)
                   VALUES (:NEW.order_id, :NEW.order_mode,
                           :NEW.order_total, :NEW.sales_rep_id,
                           :NEW.order_status);
    END;
    ALTER TRIGGER "OE"."ORDERS_TRG" ENABLE

  • How to view all the users existing in a Client

    Hi
    Can any one help me, How to view all the users existing in a Client (Other than SM04 and AL08).
    I want to view not only the active users, but all existing users.
    Thanks in Advance
    Chandra

    Hi,
    Check table devaccess. to get all developers list
    Reward points if helpful.
    Regards,
    Mukul
    Edited by: Mukul Sharma on Jun 2, 2008 12:10 PM

  • How to view all the patches installed in a WebLogic

    Hi All,
    Is there a way on how to view all the patches installed in a WebLogic Server particular the 10.3.1?
    Thanks,
    Ace

    Hi,
    Check table devaccess. to get all developers list
    Reward points if helpful.
    Regards,
    Mukul
    Edited by: Mukul Sharma on Jun 2, 2008 12:10 PM

  • How to view all my game including deleted ones on game center ?

    Just asking how to view all of my game including the deleted ones on Game Center ?

    You can't review you r deleted games in Game Center

  • How to view all open tabs?

    I know how to view all open tabs for one Safari window but how do you view all open tabs for all open windows?

    Bookmarks menu > Add These x Tabs to Reading List
    Click the Reading List icon:
    I think that is as good as it's going to get.

  • How to view all table of a database

    How to view all table of a database created on a oracle 9.2/10g database management system.
    How to view available tables of oracle dbms which comes by default with package.
    Thank you so much in advance!
    With Regards,
    Niks

    You posted the same question twice.
    How to view all table of a database

  • How to view all the metalink notes in a single window?

    Friends,
    I have metalink access...i want to view all the metalink notes in a single shot.
    now i am searching the metalink notes by entering the artical id...is there any way to get all the documents in one shot ...
    like how we are seeing the forum threads here...
    thanks

    Do you also as a librarian for an overview of all the books? :-)
    Have you any idea how much information, knowledge, bug-reports, questions, patch-lists, documentation etc..etc. is on Metalink?
    That would give you a list of millions of rows. And how do you want them sorted, by version, by OS, by what??
    FJFranken

  • How to view all files stored in iCloud

    How do I view all my files stored on iCloud?
    I purchased additional iCloud memory space , backed up my iPhone then deleted videos from my iPhone to free up space.
    Now I would like to retrieve a home video. Where/how do I see what's saved in my iCloud account?

    You can't use iCloud to free up space on your phone like that.  Videos are only stored in the iCloud backup, and can only be accessed by restoring the backup to your phone.  However, if you delete the videos from your phone and continue to back up, the backup containing the deleted videos will be overwritten by one that doesn't and they will be lost.  Hopefully haven't backed up your phone since you deleted these videos.  If not, restore the backup to your phone to recover them.
    In the future, import your camera roll photos and videos to you computer using your usb cable as explained here: http://support.apple.com/kb/HT4083.  Then you can delete them from your phone and sync them back later if you ever want to.

  • How to view all of Skype call and conversation his...

    Hi
    I need to view all of my Skype call history but the furthest I can go back is around 2 months. How do I change this? I am using a Samsung Galaxy 2 tab. 
    Thank you!

    Hi,
    did u figure out how to do this? I would need the same as i have a courtcase coming up with the mother of my 2 children. The conversation history would be a big help for me! Please let me know whether u found out how to retrieve the data.
    big thx in advance!
    Lucas

  • How to view all notificaitons in PO

    Hi All,
    I want to view all notifications(Requisitions and PO's) from my USER. How can i view all the notifications without accessing the other user access.
    Note: We are using the version 11.5.10.2
    Can any one help me??
    Regards,
    Kevin.

    Hi Kevin,
    I want to view all notifications(Requisitions and PO's) from my USER. How can i view all the notifications without accessing the other user access.For this you need to login to the application with SYSADMIN user, as SYSADMIN can only access all the notifications even if he is not the owner of the same.
    You can follows these steps:
    1. Login as SYSADMIN
    2. Choose System Administrator responsibility.
    3. Workflow : Administrator Workflow
    4. Status Monitor
    Here on this form you can search any notification of any user and any status you are looking for.
    For the search details you can refer the following ML doc,
    [Basic Setup To View Workflows and Notifications Owned by other Users: Workflow Adminstrator|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=371792.1]
    Thanks,
    Anchorage :)

  • How to view all approved timesheets in Project 2013

    Hi!
    How can I view all the approved timesheets in Project 2013? Do I need to build a report or is there a way to do this OOTB?
    Thanks!
    Best regards

    Hi Pedro, 
    You'll have to build a report for that. I'd suggest to start from one of the Excel Services sample report based on the timesheet OLAP cube. You'll easily be able to create a pivot table with timesheet per status, users, projects, periods, managers...
    SSRS is another path which requires development.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • How to view all add-ons in a category at the Firefox add-ons section

    When I browse for add-ons within a chosen category, only a few special-featured add-ons appear. Below this are samples of "top rated" "new" etc. add-ons in ALL categories and these have a "browse all top rated" or "...all new" but I can find no option to browse all add-ons in the CHOSEN CATEGORY...how can I get to the pages of allo add-ons within the chosen category and not just the special featured ones???

    Wow, I didn't notice that change because I usually search for addons. It seems that every time they update the Addons website immediately before a Firefox major version release, they remove some important or useful function. Looks like Mozilla managed to screw it up worse than it was before.
    The support forum for that part of the Mozilla websites is here: <br />
    https://forums.mozilla.org/addons/

Maybe you are looking for

  • What is the problem in this code (problem in select query)

    Just need your help in solving one issue. In the below code one query which is highlighted Select statement not working means cursor directly goes to the endselect .means these two statements not executed. CLASS cl_abap_container_utilities DEFINITION

  • IPhone 4S to iPad 2 - Settings won't transfer.

    I used my iPhone 4S backup from iCloud to set up my new iPad, but none of the settings, contents, or game data transferred over. How do I get EVERYTHING to transfer? All my apps are set up individually I stead of grouped in folders. And none of my co

  • How to export a lightroom web gallery into dreamweaver

    I would like to know how to integrate a slideshow 'gallery flash lightroom" into a dreamweaver CC page which already exists I'm not an IT person. So if you have a simple way... I don't find any bottom "export into dreamweaver" in Lightroom... So if s

  • How to use ODI and Planning Adapter.

    How to load the dimensions in planning using ODI and Planning Adapter. I am just looking for a functionality that we used to have with HAL and Planning.

  • SAP, Data Migration Contracts

    Good afternoon, I am seeking additional SAP resources with Data Nigration, MTO and ICWC experience. Please could someone advise a reliable source to find the available skills in the current contracting marketplace.