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 08-20-2002, 18:48   #1 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 98
New version SIM-EMU 5.00 for GreenCard


New version SIM-EMU 5.00 for GreenCard (AVAILABLE)

The pages of SIM-EMU are:

http://simemu.com
http://perso.wanadoo.es/djabif

News
1) Selection of the active number from a menu list.
2) List of fixed dialing numbers (40 FDN's) to restrict phone calls.
3) 40 SMS and 250 ADN simultaneously with 18 chars for each phone book entry.
4) Configurable amount of SMS's from 1 to 40.
5) Configurable amount of ADN's from 1 to 250.
6) New SMS's format to configure ADN's
7) EXT1 file to support some phonebook numbers with more than 20 digits.
8) Separated files of cost control to each position.
9) Separated GPRS files to each position
10) Associated description to the positions with 16 chars max.
11) Full implementation of PIN2/PUK2. Only one and different of 8 PIN/PUK of each position.
12) Configuration of SIM-EMU now is done using the PIN2 instead of actual PIN.
Initial values: PIN2=1234, PUK2=12345678
13) New configuration menu option to change the PIN2/PUK2
14) New type of SMS format to change the PIN2/PUK2.


NOTICE
This version requires that the SIM_EMU_EP_5.00.hex file is recorded since it is incompatible with the external EEPROM of previous versions.
For this reason it is necessary, to conserve the data of the phonebook and SMS's, to do saves of these data in the PC with scripts that I offer.


The menus are structured in the following way:

Sim-Emu 5.00

1) Sel.Nr.Tel
2) Configure
3) Information
4) Reset

The option 1) allows to change the position to anyone of the active ones through a list menu

The option 2) serves to configure the Sim-Emu and has the following options:

2.1) Edit Nr.
Allows to assign a description of up to 16 characters to the actual position. This description is used to create the available list of numbers.

2.2) Config.Pos.
Allows to configure the indicated position with the IMSI/KI/PUK and PIN data.
By security, first it asks for the PIN2 and then the Position, IMSI, KI, PUK, and PIN. Been worth which each one of these data is correct, not allowing to continue with the following one until the present one is correct.

Position: a number between 1 and 8

IMSI: a number with length of 18 decimal digits, first 2 always "08"

KI: a number with length of 32 hexadecimal digits (0 - 9 and A - F capital)

PUK: a number with length of 8 digits decimal (0 - 9)

PIN: a number with length between 4 and 8 digits decimal (0 - 9)

2.3) Config.SMS
Allows to configure the amount of SMS.
By security, first it asks for the PIN2 and then the amount of wished SMS's, a number between 1 and 40.

2.4) Config.ADN
Allows to configure the amount of ADN. By security, first it asks for the PIN2 and then the amount of wished SMS's, a number between 1 and 250. This operation only truncates the phonebook if it is reconfigured decreasing the amount of ADN's, but leaving intact if it is reconfigured increasing it.

2.5 PIN2/PUK2
Allows to change the values of PIN2 and PUK2. By security, first it asks for the PIN2 and then the PUK2 and new PIN2 data.

PUK2: a number with length of 8 digits decimal (0 - 9)

New PIN2: a number with length between 4 and 8 digits decimal (0 - 9)

2.5) Erase Pos.
Allows to eliminate the indicated position.
By security, first it asks for the PIN2 and then the position that is wanted to eliminate, a number from 1 to 8 except the one of the current position.


The option 3) give us information about the Sim-Emu and has the following options:

3.1) Actual Nr
Show us the selected number with its associated description.

3.2) Configuration
Shows us the present configuration of the Sim-Emu.
For example, if we have 40 SMS, 250 ADN and the positions 1, 2 and 4 actives, display the following:

SMS/ADN: 40/250 Nr.Activos: 12-4

3.3) Version
Shows us the version of the Sim-Emu.

3.4) Author
Shows us the name of the author, the Web sites and email where to find me.

3.5 SimCard8
Show us the name of the Web where to acquire the SimCard8. GreenCard with SIM-EMU prewritten.

The option 4) allows us to reset the phone to request the PIN

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Now, the SMS's formats types to configure the SIM-EMU via SMS's are these:

1) Inserting/Modifying a complete number

PIN2 n IMSI KI PUK PIN

2) Inserting/Modifying of a number without changing PIN/PUK

PIN2 n IMSI KI

3) Deleting a number

PIN2 n EN

4) Amount of SMS's wished (Erase previous SMS's)
PIN2 mm SM

5) Amount of ADN's wished (This operation only truncates the phonebook if it is reconfigured decreasing the amount of ADN's, but leaving intact if it is reconfigured increasing it)
PIN2 aaa AD

6) Modification of PIN2/PUK2
PIN2 PUK2 PIN2n

Where:
Code:
PIN2 is used to authenticate the message.
It's composed by 4 to 8 decimal (0-9) digits.
Examples: 1234, 5678 or 12345678 

n the phone number position.
A number from 1 to 8 corresponding to the "card" the operation is concerned.

IMSI is the IMSI value to store in position n.
It's a number with a length of 18 decimal digits, beeing the first two always "08".
Example: 081234567890123456

KI is the value of the KI to be stored in position n.
It's an hex number (0-9 and A-F caps) with 32 digits length.
Example: 0123456789ABCDEF0123456789ABCDEF

PUK is the value of the PUK to store on position n.
It's a decimal number with 8 digits.
Example: 12345678

PIN is the value of the new PIN to store on position n.
It's a decimal number with length from 4 to 8 digits.

PUK2 is the value of the PUK2 to modify.
It's a decimal number with 8 digits.
Example: 12345678

PIN2n is the value of the new PIN2 to modify.
It's a decimal number with length from 4 to 8 digits.

EN is a command indicator and must be present for the position n to be deleted.

mm is the number of desired SMS's.
A number from 1 to 40.

aaa is the number of desired ADN's.
A number between 1 and 250.

SM is the command indicator to select the number of SMS's indicated by mm.
    
AD is the command indicator to select the number of ADN's indicated by aaa.

Thanks and sorry for my poor english

Last edited by simemu; 09-19-2002 at 18:50.
  Reply With Quote
Old 08-20-2002, 19:08   #2 (permalink)
Freak Poster
 
Join Date: Apr 2002
Location: Poland
Age: 47
Posts: 120
Member: 10850
Status: Offline
Thanks Meter: 0
Great stuff once again ...
Thank You for sharing with us - everybody's waiting

Regards
  Reply With Quote
Old 08-21-2002, 06:31   #3 (permalink)
Freak Poster
 
Join Date: May 2002
Location: CUT_R
Age: 52
Posts: 181
Member: 11641
Status: Offline
Thanks Meter: 3
thank you mr.simemu

Great stuff once again ...
Thank You for sharing with us - everybody's waiting

Regards
  Reply With Quote
Old 08-21-2002, 15:07   #4 (permalink)
Freak Poster
 
Join Date: Mar 2001
Location: Netherlands
Posts: 361
Member: 3561
Status: Offline
Thanks Meter: 1
Cool

Great!!

And the greencard I had already ordered also came in today !!
Coincidence or what?!

Maybe Eurocript will also update his configurator?


-=K=-
  Reply With Quote
Old 08-21-2002, 15:09   #5 (permalink)
Freak Poster
 
Join Date: Mar 2001
Location: Netherlands
Posts: 361
Member: 3561
Status: Offline
Thanks Meter: 1
@simemu

the www button under your posting refers to a wrong (old) website adres... it would save us time to search favorites if you update it to http://www.simemu.com/

-=K=-
  Reply With Quote
Old 08-21-2002, 22:44   #6 (permalink)
Alf
No Life Poster
 
Alf's Avatar
 
Join Date: Sep 2001
Location: Portugal
Age: 49
Posts: 692
Member: 6156
Status: Offline
Thanks Meter: 3
when you have the page up, tell me so I can translate the differences, if you agree

great work
  Reply With Quote
Old 08-22-2002, 02:19   #7 (permalink)
Insane Poster
 
Join Date: Apr 2001
Location: TURKEY
Age: 55
Posts: 85
Member: 4331
Status: Offline
Thanks Meter: 0
thanks simemu great works....
only one things for me !

"""""2.5) Erase Pos."""""""
i think there is a dangeriesly menu
if we are use PUK code for erase line.....
may be safety other than...

my friends what's your idea ??????

  Reply With Quote
Old 08-22-2002, 08:28   #8 (permalink)
Junior Member
 
Join Date: Aug 2002
Posts: 3
Member: 14863
Status: Offline
Thanks Meter: 0
Question SimEmu 5.0

1.Does the "separated files of cost control to each position" mean the possibility the credit info to be displayed (on cloned prepaid cards)?
2.What is the main problem of implementation of credit info displaying (and updating via network) in SimEmu?
3.Would SimEmu 5.0 work in SilverCards (of course with certain memory limitations)?
  Reply With Quote
Old 08-22-2002, 15:51   #9 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 98
@-=KnOeFz=-
Home page updated. Thanks

@Alf
Ok. I'll tell you. Thanks.

@ömer
I am finishing the 5.00 with full implementation of one PIN2/PUK2 and I am using the PIN2 to all configurations methods.

@ dodi_b
1. Yes
2. There is no problem with SIM-EMU to control the credit. The provider must send the corresponding information.
3. No. Only works with cards with 128 Kb or more.

Regards
  Reply With Quote
Old 08-24-2002, 17:33   #10 (permalink)
Junior Member
 
Join Date: Jul 2002
Location: Denmark
Posts: 25
Member: 13628
Status: Offline
Thanks Meter: 0
Question

@Simemu.:

How many days are "few days", when can we expect the 5.00 to be avallible for download ?

Thanx in advance

Regards
SIMcloner
  Reply With Quote
Old 08-24-2002, 19:25   #11 (permalink)
Junior Member
 
Join Date: May 2002
Posts: 5
Member: 11935
Status: Offline
Thanks Meter: 0
Dear Simemu,

"Separated files of cost control to each position."

mean also that it is possible to use the cash display, in example, of the italian provider Omn*tel?

Thanx in advance

Regards
  Reply With Quote
Old 08-25-2002, 16:37   #12 (permalink)
No Life Poster
 
simemu's Avatar
 
Join Date: Apr 2002
Location: Spain
Age: 62
Posts: 855
Member: 10582
Status: Offline
Thanks Meter: 98
Yes, that is I hope.

Regards
  Reply With Quote
Old 08-26-2002, 12:19   #13 (permalink)
Junior Member
 
Join Date: Jul 2002
Location: Italy
Posts: 34
Member: 13592
Status: Offline
Thanks Meter: 0
If you want I can translate this post (SimEmu 5.00 4 greenCard)and the eeprom file,too and I'll send it to you.....
  Reply With Quote
Old 08-27-2002, 08:33   #14 (permalink)
Junior Member
 
Join Date: Jul 2002
Location: Italy
Posts: 22
Member: 13418
Status: Offline
Thanks Meter: 0
Where I wrote wrong and I not understand?

Thanks

Nuova versione di SIM-EMU 5.00 per GreenCard (fra pochi giorni)

Novità:
1) Selezione del numero attivo da un menù a lista.
2) Elenco dei fixed dialing numbers (40 FDN's) per facilitare le chiamate.
3) 40 SMS e 250 ADN contemporaneamente con 18caratteri per ogni rubrica telefonica.
4) SMS configurabili da 1 a 40.
5) Rubrica configurabile da 1 a 250 numeri.
6) Nuovo formato degli SMS per configurare gli ADN.
7) EXT1 file per supportare alcuni numeri con più di 20 cifre.
8) Files separati per l’informazione dei costi.
9) Files separati per ogni posizione del GPRS.
10) Descrizione associata ad ogni numero con massimo 16 caratteri.
11) Implementazione completa del PIN2/PUK2. Solo uno e diverso dagli 8 PIN/PUK di ogni posizione.
12) La configurazione di SIM-EMU è ora possibile tramite il PIN2 invece del PIN attuale.
13) Nuova configurazione del menù opzioni per cambiare il PIN2/PUK2
14) Nuovo formato di SMS per cambiare il PIN2/PUK2.


AVVISO:
Questa versione necessita della scrittura del file SIM_EMU_EP_5.00.hex perché è incompatibile con le precedenti versioni della eeprom.
Per questo motivo è necessario conservare i dati della rubrica e degli SMS, per salvarli sul pc propongo degli scripts.

I menù sono strutturati nel seguente modo:

Sim-Emu 5.00

1) Sel.Nr.Tel
2) Configura
3) Informazioni
4) Reset

L’opzione 1) permette di cambiare la posizione tra ognuno dei numeri attivi tramite un menù ad elenco

L’opzione 2) serve per configurare Sim-Emu ed ha le opzioni seguenti:

2.1) Edit Nr.
Permette di assegnare una descrizione fino a 16 caratteri alla posizione corrente. Questa descrizione è usata per per creare la lista dei numeri disponibili.

2.2) Config.Pos.
Permette di configurare la posizione indicata con i dati IMSI/KI/PUK e PIN.
Per sicurezza, per prima cosa viene richiesto il PIN2 e poi la posizione, IMSI, KI, PUK, e PIN. Da notare che se ognuno di questi dati non è corretto non è possibile proseguire con il dato successivo finchè l’attuale non è corretto.

Posizione: un numero compreso tra 1 e 8

IMSI: un numero la cui lunghezza è 18 cifre decimali, le prime 2 sono SEMPRE “08”

KI: un numero la cui lunghezza è 32 cifre esadecimali (0 - 9 ed A - F maiuscole)

PUK: un numero lungo 8 cifre decimali (0 - 9)

PIN: un numero compreso tra 4 e 8 cifre decimali (0 - 9)

2.3) Config.SMS
Permette di configurare il numero degli SMS
Per sicurezza, viene richiesto il pin2 e poi l’ammontare degli SMS desiderati: compresi tra 1 e 40.

2.4) Config.ADN
Permette di configurare il numero degli ADN. Per sicurezza, viene richiesto il pin2 e poi l’ammontare degli ADN desiderati: compresi tra 1 e 250.
Questa operazione può troncare la rubrica se la si riconfigura per diminuire gli ADN mentre la lascia intatta se la si riconfigura per aumentarla.

2.5 PIN2/PUK2
Permette di cambiare il valore del PIN2 e PUK2. Per sicurezza, viene richiesto prima il PIN2 e poi il PUK2 e i dati del nuovo pin.

PUK2: un numero lungo 8 cifre decimali (0 - 9)

Nuovo PIN2: un numero compreso tra 4 e 8 cifre decimali (0 - 9)

2.5) Cancella Pos.
Permette di cancellare la posizione desiderata.
Per sicurezza prima viene richiesto il PIN2 e poi la posizione che si vuole eliminare, un numero compreso tra 1 e 8, tranne la posizione attualmente usata.


L’opzione 3) ci da le informazioni circa Sim-Emu ed ha le seguenti opzioni:

3.1) Nr attuale
Ci visualizza il numero selezionato con la sua descrizione.

3.2) Configurazione
Ci mostra l’attuale configurazione di Sim-Emu.
Per esempio, se abbiamo 40 SMS, 250 ADN e le posizioni 1, 2 e 4 attive ci mostra:

SMS/ADN: 40/250 Nr.Attivi: 12-4

3.3) Versione
Mostra la versione di Sim-Emu.

3.4) Autore
Visualizza il nome dell’autore, il sito Web e l’e-mail dove trovarmi.

3.5 SimCard8
Mostra il nome del sito Web dove poter acquistare SimCard8. Una Green Card con SIM-EMU già inserito.

L’opzione 4) Ci permette di resettare il telefono per la richiesta del PIN

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Ora , il formato degli SMS per configurare Sim-Emu è il seguente:

1) inserire/modificare un numero completamente:

PIN2 n IMSI KI PUK PIN

2) Inserire/modificare un numero senza cambiare PIN/PUK

PIN2 n IMSI KI

3) Cancellare un numero

PIN2 n EN

4) Numero degli SMS desiderati (cancellano gli SMS precedenti)
PIN2 mm SM

5) Numero degli ADN desiderati (questa operazione può tagliare la rubrica se configurata con un numero minore di ADN, ma la lascia intatta se configurata con un numero maggiore)
PIN2 aaa AD

6) Modifica del PIN2/PUK2
PIN2 PUK2 PIN2n

Dove:


code:--------------------------------------------------------------------------------
PIN2 usato per autenticare il messaggio.
E’ composto da 4 a 8 cifre decimali (0-9).
Esempi: 1234, 5678 o 12345678

n il numero della posizione del telefono.
Un numero da 1 a 8 corrispondente alla “card” a cui si riferisce l’operazione.

IMSI è il valore dell’IMSI da memorizzare nella posizione n.
E’ un numero lungo 18 cifre decimali, le prime due sono sempre "08".
Esempio: 081234567890123456

KI è il valore del KI da memorizzare nella posizione n.
E’ un numero esadecimale (0-9 e A-F maiuscole) con lunghezza di 32 cifre.
Esempio: 0123456789ABCDEF0123456789ABCDEF

PUK è il valore del PUK da memorizzare nella posizione n.
E’ un numero decimale di 8 cifre.
Esempio: 12345678

PIN è il valore del PIN da memorizzare sulla posizione n.
E’ un numero decimale da 4 a 8 cifre.

PUK2 è il valore del PUK2 da modificare.
E’ un numero decimale di 8 cifre.
Esempio: 12345678

PIN2n è il valore del nuovo PIN2 da modificare.
E’ un numero decimale da 4 a 8 cifre.

EN è un identificatore di comando e deve essere presente per la posizione n che deve essere cancellata.

mm è il numero degli SMS desiderati.
Un numero da 1 a 40.

aaa è il numero degli ADN desiderati.
Un numero compreso tra 1 e 250.

SM è l’identificatore di comando per selezionare il numero degli SMS indicati da mm.

AD è l’identificatore di comando per selezionare il numero degli ADN indicati da aaa.
--------------------------------------------------------------------------------



Grazie e scusate il mio povero inglese
  Reply With Quote
Old 08-27-2002, 14:48   #15 (permalink)
Junior Member
 
Join Date: Jul 2002
Location: Italy
Posts: 34
Member: 13592
Status: Offline
Thanks Meter: 0
@ SimEmu & all
Are possible or not that SimEmu 5.00 for greencard use a number of ADN > and,specially, a number > of SMS? In possible forced GSM stendard to implement a > number of this?
  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
New version SIM-EMU 6.00 for GreenCard 2/GreenCard/SilverCard (RELEASED) simemu Sim Cloning and Scaning 217 11-17-2020 07:00
New version SIM-EMU 6.00 for GreenCard 2 simemu Sim Cloning and Scaning 140 04-27-2012 07:27
Special version SIM-EMU 5.00s for SilverCard - AVAILABLE simemu Sim Cloning and Scaning 84 10-06-2007 23:39
SIM-EMU 5.00 for GreenCard (AVAILABLE) simemu Sim Cloning and Scaning 7 09-13-2002 19:06
New version Sim-emu 4.00 simemu Sim Cloning and Scaning 48 04-18-2002 09:26

 



All times are GMT +1. The time now is 20:00.



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.33481 seconds with 9 queries

SEO by vBSEO