View Single Post
Old 10-29-2005, 02:23   #27 (permalink)
Xinshou
Freak Poster
 
Join Date: Apr 2005
Age: 24
Posts: 237
Member: 137411
Status: Offline
Thanks Meter: 1
Auto shift the number of the SMS service center in KvSim:
Author: xhjjxm

1. Go to Main menu - Messages - SMS - Setup, if you have only one "SMS" configuration, press Options to creat another "SMS" configuration, and rename it as "Virtual card SMS". In "Virtual card SMS", input the number of the SMS service center for the virtual card, for example, +8613812345678. Then, save it & exit.
This patch will auto shift the number of the SMS service center in KvSim and set it as default one, according to the other "SMS" configuration, after one virtual Sim card is selected. If the real Sim card is selected, the phone will auto change back to original "SMS" configuration.

2. Modify your KvSim patch, add the number of the SMS service center for each virtual Sim card. Put the number in the last line of the patch of each virtual Sim card.
Encoding method of the number of the SMS service center:
E.g. +8613812345678, remove +86 and add F as final letter, it becomes 13812345678F. Then, for every two letters, reverse its positions, the encoding result is 3118325476F8.
Copy encoding results to the last line of the patch of each virtual Sim card, and add 0 to replace free FFFF area.

Final KvSim patches are like the following:
;KvSim v0.6: card 1
;0x1FA060: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 456D7074790000000000000000000000 ; card name, Empty here
;0x1FA070: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 00000000000000000000000000000000 ; IMSI
;0x1FA080: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 00000000000000000000000000000000 ; KI
;0x1FA090: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3118325476F800000000000000000000 ; SMS service number

;KvSim v0.8: virtual card 1
;0x1FA040: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 322D4E6F6E6500000000000000000000 ; card name
;0x1FA050: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 00000000000000000000000000000000 ; IMSI (9 bytes, ended with 00)
;0x1FA060: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 00000000000000000000000000000000 ; KI
;0x1FA070: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3118325476F800000000000000000000 ; SMS service number


;the following is the Auto shifting patch for KvSim v0.6

0x1F0500: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 8810884088C088D088E088F0E011D740
0x1F0510: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3600C2F8780D48402D11E6FE502006FE
0x1F0520: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 400028413DFCE0648840E6FCA622E0DD
0x1F0530: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FFFE02DAC7DC830802E021D7400D00
0x1F0540: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF F7F2102298F098E098D098C098409810
0x1F0550: FFFF DB00

;The following hook is for KVSIM v0.6

0x1FA1F6: DABF201E DABF0005
0x1F0550: DB00FFFFFFFF FABF201EDB00


;the following is the Auto shifting patch for KvSim v0.8

0x1F0500: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 8810884088C088D088E088F0E011D740
0x1F0510: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 3600C2F8780D48402D11E6FE302006FE
0x1F0520: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 400028413DFCE0648840E6FCA622E0DD
0x1F0530: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF E6FFFE02DAC7DC830802E021D7400D00
0x1F0540: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF F7F2102298F098E098D098C098409810
0x1F0550: FFFF DB00

;The following hook is for KVSIM v0.8
0x1FA35A: 0812DC42 FABF0005
0x1F0550: DB00201EDB00 FABF201EDB00

The attachment contains source code of above patches. Just delete .txt after downloading it.
Attached Files
File Type: txt KVSC.rar.txt (3.0 KB, 30 views)
  Reply With Quote
 
Page generated in 0.09253 seconds with 8 queries