Archive

Archive for the ‘Uncategorized’ Category

Android: Unable to install Titanium Backup

September 28, 2012 Leave a comment

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

Categories: Uncategorized

Dealextreme Affliate

December 9, 2011 Leave a comment

if you are shopping at dealextreme, click this link and help me get some commission, thanks.

http://www.dealextreme.com/default.dx/r.43428218

Categories: Uncategorized

iCreate @ NUS

October 27, 2011 Leave a comment

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!

Categories: Uncategorized

Control your Android Device via PC wirelessly

July 19, 2011 3 comments

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

Categories: Uncategorized

Microsoft Office 2010 KMS Volume Licensing Script

July 16, 2011 Leave a comment

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

Categories: Uncategorized

HttpHandlers and Session State

July 6, 2011 Leave a comment

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 {

Categories: Uncategorized Tags:

iOS Physical File Locations

June 28, 2011 Leave a comment

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

Categories: Uncategorized

Hotmail now supports sub folders!

June 13, 2011 Leave a comment

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!

http://windowsteamblog.com/windows_live/b/windowslive/archive/2010/09/23/more-hotmail-updates-on-the-way.aspx

Categories: Uncategorized Tags:

Block or Disable iAd Advertisements in iOS devices

May 9, 2011 Leave a comment

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

Categories: Uncategorized

iTunes- QuickTime was not found

April 15, 2011 4 comments

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

Categories: Uncategorized
Follow

Get every new post delivered to your Inbox.