Do you have problem when trying to sign in MSN with non T-Mobile SIM?

Yeah, that’s my problem too. However, it’s not problem anymore because I just hack some code in IM application and now it works!!!

Instructions

Prerequisite:
This application works with modded firmware only since you need root permission to replace original IM application with modded one.

How to install:

1. Download IM.odex from any mirror listed below
– http://rapidshare.com/files/168479179/IM.odex.html
– http://www.filefactory.com/file/c9a77a/n/IM_odex

2. Open Terminal with root permission and remount /system to rw (I will not tell you how to get root permission since if you have modded firmware, you should know how to do that)

$ su
# mount -oremount,rw /dev/mtd/mtdblock3 /system
# 

3. Delete cached IM dex file

# rm /data/dalvik-cache/system@app@IM.*

4. Copy IM.odex to your sdcard and then remove USB if you still plug it in

5. Copy IM.odex to /system/app/

cat /sdcard/IM.odex > /system/app/IM.odex

5. Reboot your phone once

That’s all. Enjoy!

How to remove modded IM:

1. Open Terminal with root permission and remount

$ su
# mount -oremount,rw /dev/mtd/mtdblock3 /system
# 

2. Delete modded IM one

# rm /system/app/IM.odex

3. Reboot your phone once and original IM will be back without any problem

DroidSans.com