Skip to content

{ Monthly Archives } March 2010

iPhone web caching sqlite3

If you are using the iPhone simulator to test your web application, you can query sqlite3 cache tables by going to the following directory: ~/Library/Application Support/iPhone Simulator/User/Library/Caches/com.apple.WebAppCache Command to open the cache database: sqlite3 ApplicationCache.db Once inside, you can use the following command to view the tables: sqlite> .tables This is very helpful in troubleshooting [...]

UPDATE: Windows Mobile 6 Smart Phone Signed Cab displaying “Program is from an unknown publisher”

Previously, I wrote about signing cab files for Windows Mobile 6.  The application was initially created for Windows Mobile 5 Pocket PC devices.  We got it working on Windows Mobile 6 Pocket PC. Recently, I was tasked with creating an installer application to get around some of the browser inconsistencies they’ve been experiencing with the [...]