Archive
Android: Unable to install Titanium Backup
You might get some weird errors when installing or upgrading Titanium Backup.
To fix this, delete the file data/app/com.keramidas.titaniumbackup-1.odex
Dealextreme Affliate
if you are shopping at dealextreme, click this link and help me get some commission, thanks.
iCreate @ NUS
Just created this facebook group “iCreate @ NUS”.
The purpose of this group is to gather all of NUS talented developers together and hopefully have a single place to share any user group meetings, potential job offerings and any other interesting news.
The link to the group can be found at : https://www.facebook.com/groups/230798650315857
If you love to develop or are an owner of a user group and wish to share more information with NUS developers, feel free to join this group!
Control your Android Device via PC wirelessly
To control your android device
Android Screencast is a small application that lets you control your Android phone from a PC using mouse and keyboard.
http://code.google.com/p/androidscreencast/
http://androidscreencast.googlecode.com/svn/trunk/AndroidScreencast/dist/androidscreencast.jnlp
To wirelessly control your android device, search for wireless adb, download your favourite one and run
Microsoft Office 2010 KMS Volume Licensing Script
For those that want to manually set the KMS server for Office 2010, here it is
cd “C:\Program Files\Microsoft Office\Office14″
cscript ospp.vbs /sethst:[thehost[
cscript ospp.vbs /act
HttpHandlers and Session State
Note to myself:
Httphandlers by default cannot access session state. In order for them to access session state, you need to
1. add using System.Web.SessionState;
2. public class xHandler : IHttpHandler, IRequiresSessionState { or
public class xHandler : IHttpHandler, IReadOnlySessionState {
iOS Physical File Locations
For those that do not like to use iTunes, here’s the path to the important data
SMS: /private/var/mobile/Library/SMS
Contacts: /private/var/mobile/Library/AddressBook
Calendar: /private/var/mobile/Library/Calendar
Just back them up and copy and replace the files in the new phone and you are good to do
PS: Yes you need jailbreak before you can do any of these
Hotmail now supports sub folders!
Based on the windows live team blog, from September 2010, hotmail is now able to support subfolders! This makes it a whole lot easier to manage your hotmail as compared to before!
Block or Disable iAd Advertisements in iOS devices
Step 1: Connect your iOS device on your Mac or PC.
Step 2: Search and download iAdKiller-_0.deb
Step 3: Place the .deb file in /tmp folder.
Step 4: SSH into your device and run dpkg -i /tmp/iAdsKiller.deb
Step 5: Reboot your device
iTunes- QuickTime was not found
If you are running iTunes 64bit on a 64bit os (e.g windows 7) you may encounter “QuickTime was not found” error
To fix this
Go to C:\Program Files (x86)\QuickTime\QTSystem and copy QTCF.dll to C:\Windows\SysWOW64