GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Other Gsm/Mobile Related Forums > Sim Cloning and Scaning

Reply
 
LinkBack Thread Tools Display Modes
Old 11-02-2002, 15:54   #1 (permalink)
Freak Poster
 
dadleit's Avatar
 
Join Date: Jul 2002
Posts: 103
Member: 13929
Status: Offline
Thanks Meter: 0
Rel. 5.00 with only one provider without PIN ?


Hi dear Mr Sim_Emu,
It's possible that I can to use Rel. 5.00 for only one provider without use the PIN ?
It's most important for me because I must to clone only one provider inside a sim and I don't want use the pin !
In the silver, I put only one ki and imsi and stop !
Bye
  Reply With Quote
Old 11-04-2002, 00:04   #2 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 99
Yes it is possible, but not at this moment because the SIM-EMU does not allow to disable the PIN.

To allow this, it is necessary to include two GSM commands more.

Regards
  Reply With Quote
Old 11-04-2002, 20:58   #3 (permalink)
Freak Poster
 
dadleit's Avatar
 
Join Date: Jul 2002
Posts: 103
Member: 13929
Status: Offline
Thanks Meter: 0
Hi, SIM_EMU !
I understand that is not possible to disable PIN because there are more providers, but if I want to use only one provider, can you explain to me(only for your kindness !!!) how I can make this ?
Bye
  Reply With Quote
Old 11-05-2002, 23:27   #4 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 99
Here is a rudimentary patch to disable the PIN in SIM-EMU 5.00 and 5.00s, but ...

BE AWARE:
Don't try to enable the PIN again from the mobile menu, because probably you will obtain a Sim Card Error


You must edit the original SIM_EMU_FL_5.00.hex or SEF50sXX.hex with the following changes:
Code:
Offset    Instead of       Put this
0003      30 FF              01 AD
0004      00 AD              30 FF
080E      34 11              34 91
081E      34 11              34 91
The default position at startup will be always the 1st.

Regards
  Reply With Quote
Old 11-06-2002, 10:42   #5 (permalink)
Freak Poster
 
dadleit's Avatar
 
Join Date: Jul 2002
Posts: 103
Member: 13929
Status: Offline
Thanks Meter: 0
Thank you very much !
  Reply With Quote
Old 11-19-2002, 12:30   #6 (permalink)
Junior Member
 
Join Date: Nov 2002
Posts: 3
Member: 17880
Status: Offline
Thanks Meter: 0
puk2 Problem

Quote:
Originally posted by simemu
Here is a rudimentary patch to disable the PIN in SIM-EMU 5.00 and 5.00s, but ...

BE AWARE:
Don't try to enable the PIN again from the mobile menu, because probably you will obtain a Sim Card Error


You must edit the original SIM_EMU_FL_5.00.hex or SEF50sXX.hex with the following changes:
Code:
Offset    Instead of       Put this
0003      30 FF              01 AD
0004      00 AD              30 FF
080E      34 11              34 91
081E      34 11              34 91
The default position at startup will be always the 1st.

Regards
how can i do disable pin2?
  Reply With Quote
Old 11-19-2002, 18:02   #7 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 99
The GSM rules does not allow to disable the PIN2.
  Reply With Quote
Old 11-26-2002, 10:17   #8 (permalink)
Junior Member
 
Join Date: Nov 2002
Posts: 9
Member: 17963
Status: Offline
Thanks Meter: 0
----------------------------------------------------------------------
Offset Instead of Put this
0003 30 FF 01 AD
0004 00 AD 30 FF
080E 34 11 34 91
081E 34 11 34 91
----------------------------------------------------------------------
I can not search the code£¬can you tell me how to
edit the HEX file?
  Reply With Quote
Old 11-26-2002, 14:19   #9 (permalink)
Freak Poster
 
Join Date: Feb 2002
Location: At home
Posts: 165
Member: 9602
Status: Offline
Thanks Meter: 5
Find these lines
:10000000**********************************
:10101000**********************************
:10103000**********************************

Replace them with these
instead of existing ones in SE 5.00 Flash
:10000000D620A001AE01AD01FF3085008600831629

:10101000003404340034003400340934913404348E

:101030000034043400340034003409349134003472
  Reply With Quote
Old 11-26-2002, 18:02   #10 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 99
Or you can use the ICprog itself to edit these values modifying the referred offset.

Regards
  Reply With Quote
Old 11-27-2002, 04:16   #11 (permalink)
Junior Member
 
Join Date: Nov 2002
Posts: 9
Member: 17963
Status: Offline
Thanks Meter: 0
Thanks all,I will try it soon.
  Reply With Quote
Old 11-27-2002, 05:38   #12 (permalink)
Junior Member
 
Join Date: Nov 2002
Posts: 9
Member: 17963
Status: Offline
Thanks Meter: 0
HI,SIMEMU

I use the ICprog to load the file SEF50sEN.hex,the address and the program code are shown.I found the the address 0003 or 0004.... are not there!
here is the capture file: http://www.shly.net/emu.jpg
What's wrong with me?

Regards
  Reply With Quote
Old 11-27-2002, 22:36   #13 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 99
Each line shows the begin address of that line and continue until the address of the next line - 1.

For example, the first line shows 0000: and the line contains this address and 0001, 0002, ..., 0007.
The second line shows 0008: and the line contains this address and 0009, 000A, 000B, ... , 000F.

Note that the numeric system is hexadecimal.

Resuming, the changes are located in the first line for the first 2 modification.
The third change is located in the line that begins with 0808.
The fourth change is located in the line that begins with 0818.

Regards
  Reply With Quote
Old 01-26-2003, 09:14   #14 (permalink)
Crazy Poster
 
Join Date: May 2002
Location: Hong Kong
Age: 52
Posts: 58
Member: 11727
Status: Offline
Thanks Meter: 0
SIM EMU 4.01 modification too??

Great info....

But Mr. SIMEMU:

Would you pls to introudce the modification for Sim EMU 4.10 too?

As it has more phone book & SMS than 5.00 for Silver card....

Thanks...
  Reply With Quote
Old 01-26-2003, 17:45   #15 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 99
Here is a rudimentary patch to disable the PIN in SIM-EMU 4.10, but ...

BE AWARE:
Don't try to enable the PIN again from the mobile menu, because probably you will obtain a Sim Card Error

You must edit the original SIM_EMU_FL_4.10_xxx.hex with the following changes:

Code:
Offset    Instead of       Put this
0003      30 FF              01 AD
0004      00 AD              30 FF
082C      34 11              34 91
083C      34 11              34 91
The default position at startup will be always the 1st.

Regards
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
thread Thread Starter Forum Replies Last Post
Problem downgrading 6300v5.50 to 5.00 with Hwk chitawira HWK 2 02-25-2008 14:01
New SIM-EMU 5.00 with French menu language simemu Sim Cloning and Scaning 0 10-30-2002 20:22
New SIM-EMU 5.00 with Turkish menu language simemu Sim Cloning and Scaning 0 10-28-2002 00:25
New SIM-EMU 5.00 with Danish menu language simemu Sim Cloning and Scaning 0 09-30-2002 20:28
New SIM-EMU 5.00 with ITalian menu language simemu Sim Cloning and Scaning 0 09-30-2002 20:26

 



All times are GMT +1. The time now is 01:34.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.24610 seconds with 9 queries

SEO by vBSEO