Ever wonder how to tell someone of your current location when you have no idea where you are. Think no more, think Where Am I, you can send an email of your current location with Where Am I 2.
If you are having trouble to install Internalz Pro, I managed to get it through by installing the followings first: a. ca.canucksoftware.filemgr_2.0.8_all.ipk b. ca.canucksoftware.js-service-framework_1.0.1_all.ipk c. ca.canucksoftware.systoolsmgr_1.0.5_all.ipk
If you have a Pre 3 (AT&T) and wonder how you can add Skype to it, you may be able to get it done. AT&T was never launched, Verizon and the European version will have Skype built-in. I have tried searching for Skype in the App Catalog, unfortunately, I can't get it. Steps: 1. Download the webOS 2.2.0 for Unlocked Pre 3 from webOS Doctor. 2. Extract the content of the jar file. 3. Open the wr.tar file and the Skype app (com.palm.app.skype_1.1-8.3_armv7.ipk) is in there. 4. Set your device as USB device as you will need to copy Skype app into /media/internal/downloads folder. Once copied, eject the device. 5. Put your device into Developer mode. If you are using Debian/Windows, you can go into command-line. Whilst in command-line, type novaterm. Once your device is able to be recognised by your OS (Debian/Windows), you will see something like this: root@palm-webos:/media/internal/downloads# 6. You can then type the following in command-line: ipkg -force-de...
I will continue with my next part of launching Google Map after getting a GPS fix. Honestly, with so much power given to a developer, doing this is a piece of cake (I guess even easier than baking a cake). Codes: gps_latitude = inResponse.latitude; gps_longitude = inResponse.longitude; this.controller.get('txtLatitude').mojo.setValue (gps_latitude); this.controller.get('txtLongitude').mojo.setValue (gps_longitude); this.controller.serviceRequest("palm://com.palm.applicationManager", { method: "open", parameters: { id: "com.palm.app.maps", params: { location: {lat: gps_latitude, lng: gps_longitude} } } });
Comments
Post a Comment