Friday, November 12, 2010

PNG Compression in Android

If you feel PNG get rendered terribly in Android, please see the following article.

1. http://www.gotow.net/creative/wordpress/?p=79
2. http://android.amberfog.com/?p=247

Monday, November 8, 2010

Root HTC Desire 2.2 with Unrevoked.

Ref:
http://www.thedroiddemos.com/2010/09/20/how-to-root-the-desire-with-unrevoked-3-21-video-walkthrough/

http://gfans.bryan.tw/2010/09/22/801

Note: 1. need to connect the USB in HTC SYNC mode.
2. seems to be easier to have it work with windows then mac.

Saturday, April 3, 2010

Eclipse ${project_loc} errors

When setup this ${project_loc} var in the run configuration- Arguments tab. You may have received the Eclipse error message “Variable references empty selection: ${project_loc}”.


This is caused by the fact that certain actions can cause Eclipse to loose focus of the current project. To resolve the issue, simply select your current project in the Package Explorer or Navigator and repeat task that caused the error. This can get annoying so another alternative is to replace ${project_loc} with ${workspace_loc}\project_name if your project in your workspace directory.