[gelöst] weblinks starten den Browser auf Pre3 nicht mehr (Standardanwendungen teilweise nicht zuweisbar)

Willkommen!

Wenn du im Nexave-Forum mitmachen möchtest, schreib an community@nexave.de. Wir haben die Registrierungsfunktion in unserem Diskussionsforum nämlich deaktiviert, weil sich praktisch nur noch Spammer und Werbebots registriert haben. Per E-Mail sind wir dir gern behilflich, einen Account anzulegen.
  • Seit weiß ich nicht genau, starten weblinks den Browser nicht mehr. Bin mir natürlich keiner Schuld bewusst :) Habe aber auch keine Idee seit wann das nicht geht und ob ich da irgendwas installiert habe.
    Kann man manuell die Verknüpfung LINK -> Browser wieder herstellen?

  • Hast Du evtl. den Offline-Browser installiert und als Default für Web hinterlegt?

    Falls Sie Kettenbriefe in der Post finden, denken Sie daran: Nur die Briefe kommen ins Altpapier, die Ketten kommen in die gelbe Tonne.

  • Offline Browser hatte ich mal, ist aber schon länger her. Ging danach auf jeden Fall noch.


    In den Standardanwendungen, gibts bei den Datentypen keine Programme auszuwählen.
    Telefon-nummern, Adressen, E-Mail-Adressen und Weblinks sind nicht zugewiesen und ich kann auch nichts zuweisen. Steht dahinter ne 0, vermutlich für 0 Programme auszuwählen.
    Unten bei den Datentypen gibts ein paar aber HTML oder HTM ist nicht dabei.

  • Die Zuordnung sollen unter /var/usr/palm/command-resource-handlers-active.json liegen, ich habe es aber noch nicht kontrolliert.


    Datei habe ich gefunden. Am Pre kann ich nichts sehen, aber auf dem PC sehe ich steht nen Haufen Zeug drin.
    Kann mir jemand mal seine command-resource-handlers-active.json schicken, damit ich vergleichen kann. Vielleicht kann ich da ein bisschen drin rumschreiben?


    Oder wie geht man am besten vor?

    • Offizieller Beitrag

    { "url": "^http:\/\/developer.palm.com\/appredirect\/?", "handlers": { "primary": { "url": "^http:\/\/developer.palm.com\/appredirect\/?", "appId": "com.palm.app.findapps", "index": 5, "tag": "system-default", "schemeForm": false } } },
    { "url": "^https?:", "handlers": { "primary": { "url": "^https?:", "appId": "de.metaviewsoft.offlinebrowser", "index": 6, "schemeForm": false }, "alternates": [ { "url": "^https?:", "appId": "com.palm.app.browser", "index": 7, "tag": "system-default", "schemeForm": true } ] } },


    Das heißt der direkte http-Handler ist bei mir auch nicht dabei...

  • Bei mir scheint es gar kein htm zu geben. Ich poste hier mal die komplette Datei, denn ich blicke da nicht so recht durch.


    Code
    { "schemaVersion": 2, "extensionMap": [ { "bmp": "image\/bmp" }, { "c": "text\/plain" }, { "conf": "text\/plain" }, { "cpp": "text\/plain" }, { "cs": "text\/plain" }, { "css": "text\/css" }, { "diff": "text\/x-diff" }, { "doc": "application\/doc" }, { "docx": "application\/doc" }, { "eml": "message\/rfc822" }, { "gif": "image\/gif" }, { "gpx": "application\/xml" }, { "h": "text\/plain" }, { "ini": "text\/plain" }, { "ipk": "application\/vnd.webos.ipk" }, { "jpeg": "image\/jpeg" }, { "jpg": "image\/jpeg" }, { "js": "text\/javascript" }, { "json": "application\/json" }, { "kml": "application\/vnd.google-earth.kml+xml" }, { "loc": "application\/xml-loc" }, { "log": "text\/plain" }, { "mk": "text\/plain" }, { "patch": "text\/x-patch" }, { "pdf": "application\/pdf" }, { "png": "image\/png" }, { "ppt": "application\/ppt" }, { "pptx": "application\/ppt" }, { "sh": "application\/x-sh" }, { "text.plain": "text\/plain" }, { "txt": "application\/txt" }, { "vb": "text\/plain" }, { "xls": "application\/xls" }, { "xlsx": "application\/xls" } ], "resources": [ { "mimeType": "application\/doc", "handlers": { "primary": { "mime": "application\/doc", "extension": "doc", "appId": "com.quickoffice.webos", "streamable": false, "index": 2 } } }, { "mimeType": "application\/excel", "handlers": { "primary": { "mime": "application\/excel", "extension": "xls", "appId": "com.quickoffice.webos", "streamable": false, "index": 3 } } }, { "mimeType": "application\/json", "handlers": { "primary": { "mime": "application\/json", "extension": "json", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 4 } } }, { "mimeType": "application\/ms-word", "handlers": { "primary": { "mime": "application\/ms-word", "extension": "doc", "appId": "com.quickoffice.webos", "streamable": false, "index": 5 } } }, { "mimeType": "application\/mspowerpoint", "handlers": { "primary": { "mime": "application\/mspowerpoint", "extension": "ppt", "appId": "com.quickoffice.webos", "streamable": false, "index": 6 } } }, { "mimeType": "application\/msword", "handlers": { "primary": { "mime": "application\/msword", "extension": "doc", "appId": "com.quickoffice.webos", "streamable": false, "index": 7 } } }, { "mimeType": "application\/pdf", "handlers": { "primary": { "mime": "application\/pdf", "extension": "pdf", "appId": "com.palm.app.pdfviewer", "streamable": false, "index": 8 } } }, { "mimeType": "application\/powerpoint", "handlers": { "primary": { "mime": "application\/powerpoint", "extension": "ppt", "appId": "com.quickoffice.webos", "streamable": false, "index": 9 } } }, { "mimeType": "application\/ppt", "handlers": { "primary": { "mime": "application\/ppt", "extension": "ppt", "appId": "com.quickoffice.webos", "streamable": false, "index": 10 } } }, { "mimeType": "application\/txt", "handlers": { "primary": { "mime": "application\/txt", "extension": "txt", "appId": "com.quickoffice.webos", "streamable": false, "index": 11 }, "alternates": [ { "mime": "application\/txt", "extension": "txt", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 12 } ] } }, { "mimeType": "application\/vnd.google-earth.kml+xml", "handlers": { "primary": { "mime": "application\/vnd.google-earth.kml+xml", "extension": "kml", "appId": "de.metaviewsoft.maptoolpro", "streamable": false, "index": 13 } } }, { "mimeType": "application\/vnd.ms-excel", "handlers": { "primary": { "mime": "application\/vnd.ms-excel", "extension": "xls", "appId": "com.quickoffice.webos", "streamable": false, "index": 14 } } }, { "mimeType": "application\/vnd.ms-powerpoint", "handlers": { "primary": { "mime": "application\/vnd.ms-powerpoint", "extension": "ppt", "appId": "com.quickoffice.webos", "streamable": false, "index": 15 } } }, { "mimeType": "application\/vnd.openxmlformats-officedocument.presentationml.presentation", "handlers": { "primary": { "mime": "application\/vnd.openxmlformats-officedocument.presentationml.presentation", "extension": "pptx", "appId": "com.quickoffice.webos", "streamable": false, "index": 16 } } }, { "mimeType": "application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "handlers": { "primary": { "mime": "application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "extension": "xlsx", "appId": "com.quickoffice.webos", "streamable": false, "index": 17 } } }, { "mimeType": "application\/vnd.openxmlformats-officedocument.wordprocessingml.document", "handlers": { "primary": { "mime": "application\/vnd.openxmlformats-officedocument.wordprocessingml.document", "extension": "docx", "appId": "com.quickoffice.webos", "streamable": false, "index": 18 } } }, { "mimeType": "application\/vnd.webos.ipk", "handlers": { "primary": { "mime": "application\/vnd.webos.ipk", "extension": "ipk", "appId": "org.webosinternals.preware", "streamable": true, "index": 19 } } }, { "mimeType": "application\/x-excel", "handlers": { "primary": { "mime": "application\/x-excel", "extension": "xls", "appId": "com.quickoffice.webos", "streamable": false, "index": 20 } } }, { "mimeType": "application\/x-msexcel", "handlers": { "primary": { "mime": "application\/x-msexcel", "extension": "xls", "appId": "com.quickoffice.webos", "streamable": false, "index": 21 } } }, { "mimeType": "application\/x-mspowerpoint", "handlers": { "primary": { "mime": "application\/x-mspowerpoint", "extension": "ppt", "appId": "com.quickoffice.webos", "streamable": false, "index": 22 } } }, { "mimeType": "application\/x-sh", "handlers": { "primary": { "mime": "application\/x-sh", "extension": "sh", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 23 } } }, { "mimeType": "application\/xls", "handlers": { "primary": { "mime": "application\/xls", "extension": "xls", "appId": "com.quickoffice.webos", "streamable": false, "index": 24 } } }, { "mimeType": "application\/xml", "handlers": { "primary": { "mime": "application\/xml", "extension": "gpx", "appId": "de.metaviewsoft.maptoolpro", "streamable": false, "index": 25 } } }, { "mimeType": "application\/xml-loc", "handlers": { "primary": { "mime": "application\/xml-loc", "extension": "loc", "appId": "de.metaviewsoft.maptoolpro", "streamable": false, "index": 26 } } }, { "mimeType": "image\/bmp", "handlers": { "primary": { "mime": "image\/bmp", "extension": "bmp", "appId": "ca.canucksoftware.internalz", "streamable": true, "index": 27 } } }, { "mimeType": "image\/gif", "handlers": { "primary": { "mime": "image\/gif", "extension": "gif", "appId": "ca.canucksoftware.internalz", "streamable": true, "index": 28 } } }, { "mimeType": "image\/jpeg", "handlers": { "primary": { "mime": "image\/jpeg", "extension": "jpeg", "appId": "ca.canucksoftware.internalz", "streamable": true, "index": 29 } } }, { "mimeType": "image\/png", "handlers": { "primary": { "mime": "image\/png", "extension": "png", "appId": "ca.canucksoftware.internalz", "streamable": true, "index": 30 } } }, { "mimeType": "message\/rfc822", "handlers": { "primary": { "mime": "message\/rfc822", "extension": "eml", "appId": "com.palm.app.email", "streamable": false, "index": 31 } } }, { "mimeType": "text\/css", "handlers": { "primary": { "mime": "text\/css", "extension": "css", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 32 } } }, { "mimeType": "text\/javascript", "handlers": { "primary": { "mime": "text\/javascript", "extension": "js", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 33 } } }, { "mimeType": "text\/plain", "handlers": { "primary": { "mime": "text\/plain", "extension": "text.plain", "appId": "com.quickoffice.webos", "streamable": false, "index": 34 }, "alternates": [ { "mime": "text\/plain", "extension": "c", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 35 } ] } }, { "mimeType": "text\/x-diff", "handlers": { "primary": { "mime": "text\/x-diff", "extension": "diff", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 36 } } }, { "mimeType": "text\/x-patch", "handlers": { "primary": { "mime": "text\/x-patch", "extension": "patch", "appId": "ca.canucksoftware.internalz", "streamable": false, "index": 37 } } } ], "redirects": [ { "url": "^maploc:", "handlers": { "primary": { "url": "^maploc:", "appId": "cz.72ka.googlemaps", "index": 63, "schemeForm": true } } }, { "url": "^mapto:", "handlers": { "primary": { "url": "^mapto:", "appId": "cz.72ka.googlemaps", "index": 61, "schemeForm": true } } }, { "url": "^telenav:", "handlers": { "primary": { "url": "^telenav:", "appId": "cz.72ka.googlemaps", "index": 65, "schemeForm": true } } }, { "url": "^view-source:\/\/", "handlers": { "primary": { "url": "^view-source:\/\/", "appId": "ca.canucksoftware.internalz", "index": 1, "schemeForm": true } } } ] }
  • Hey Henk.


    Ich habe Deine Datei einfach aufs Pre kopiert und nu sind die Verknüpfungen wieder da. Für web war nichts hinterlegt aber ich konnte dann aber den Browser auswählen.
    Auch die anderen Verknüpfungen funktionieren jetzt wieder.


    Klasse und Danke.

  • Hey Henk.


    Ich habe Deine Datei einfach aufs Pre kopiert und nu sind die Verknüpfungen wieder da. Für web war nichts hinterlegt aber ich konnte dann aber den Browser auswählen.
    Auch die anderen Verknüpfungen funktionieren jetzt wieder.


    Klasse und Danke.


    Auch von mir einen Dank an Henk für die Infos und die Datei.


    Ich habe diese mit meinen Pre3 Daten verglichen, der auch solche Probleme hatte.


    Dann habe ich eine solche gesunde json Datei vom einem Pre2 2.2.4 auf den Pre3 2.2.4 übertragen und jetzt sind alle diese Probleme gelöst.


    (siehe auch http://forums.webosnation.com/…ciations.html#post3370178 ) :)