Posts Tagged ‘ Error ’

SQL error: not an error

Jun 15th, 2010 | By | Category: Mobile Devices, Smartphone

“SQL error: not an error” is an odd SQLite error message that can be confusing. It stumped me for a moment. The fix is quite simple: C:\Android\android-sdk-windows\tools>adb -e shell # sqlite3 /data/data/com.pod.tripsnmiles/tripsnmiles/tripsnmiles sqlite3 /data/data/com.pod.tripsnmiles/tripsnmiles/tripsnmiles SQLite version 3.5.9 Enter “.help” for instructions sqlite> select * from trip; select * from trip; SQL error: not an error [...]



Problems with Raid in Windows 7

Mar 28th, 2010 | By | Category: Information Technology

While building my new computer, I ran into a problem after I added 2 disks from the old one that were configured as a Raid array, after installing Windows 7 on a non-Raid disk and installing the Raid drivers from the MSI utility and driver DVD.  My new motherboard is an MSI P55-GD65. I found a pointer [...]



Internet Explorer (IE) 8 Deadlock

Jan 11th, 2010 | By | Category: Web

I frequently run into this very annoying bug in IE. I configured the browser to ask before writing cookies of unknown sites. When I hit a site that has both a Javascript error and a cookie warning popping up, there is a deadlock situation, since neither of the dialog boxes responds to input. The only [...]