Patents Might be Bogus in the Post PC era
Intro..
Am writing This post not because am one of the CPTN or a Google fan, Name it, but because am a coder without Borders and a young A.I. Researcher. In research...
Improve Picture Quality ODK for Android 1.5 Pat II
In Part One Here in my Blog i described a quick fix to improving picture quality that required the knowledge of a developer. Today, If u dont have the knowledge of...
Cant Read Android Serial Information,Eclipse
Just yesterday when i was happy that i had cracked the low/resolution/quality image issue, another problem popped out of the blue at the time when my boss was staring at me...
Improve Picture Quality ODK for Android 1.5
On my Blog Magical Android i discussed Low Image Quality Tweaking so i wont repeat that, lets just get our hands grimmy and improve on ODK picture Quality on Low Android...
Low Image Resolution On Android
p { margin-bottom: 0.08in; }
This note is for those who have encoutered low image resolution and detail on android phones with low firmware versions especially 1.5 and on HTC phones. Well...
Wireless Tool Kit Problem:mobility8/WTK2.5.2/bin/emulator: 26: java: not found linux
This problem is because the JDK path to Wireless tool kit is not Set.ie javapathtowtk
Solutioin
Simply navigate to WTK2.5.2/bin and edit the emulator file on line three.Your file should look like this
#!/bin/sh
javapathtowtk=/var/oracle/jdk1.6.0_18/bin/
PRG=$0
#...