You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
International Mobile Equipment Identity
L'IMEI si può visualizzare digitando *#06#, ovvero il comando AT + CGSN.
"Oppure nel retro nella scatola del telefono oppure dietro la batteria dello stesso"
È composto da 15 cifre, suddiviso in 4 parti:
AAAAAA BB CCCCCC D
dove:
- AAAAAA rappresenta il TAC (Type Approval Code) che identifica la casa costruttrice e il modello del telefonino;
- BB rappresenta il FAC (Final Assembly Code) che identifica il luogo di costruzione o di assemblaggio del prodotto;
- CCCCCC indica il numero di serie del cellulare;
- D viene definita SP (Spare) o CD (Check digit) ed è una cifra riservata di controllo che verifica la correttezza del codice IMEI, calcolato con la formula di Luhn.
La sigla TAC, inoltre, ha cambiato significato ed è divenuto acronimo di Type Allocation Code.
Alcuni numeri IMEI hanno 16 cifre; l'ultima parte di due cifre, detta SV (Software Version), indica la versione del firmware dell'apparecchio, mentre la cifra spare è rimossa.
Fonte:
https://it.wikipedia.org/wiki/International_Mobile_Equipment_Identity
The IMEI can be viewed by dialing *#06#, or using the AT command + CGSN.
"Alternatively, it can be found on the back of the phone, on the box, or behind the battery."
It consists of 15 digits, divided into 4 parts:
AAAAAA BB CCCCCC D
where:
AAAAAA represents the TAC (Type Approval Code), which identifies the manufacturer and the model of the phone;
BB represents the FAC (Final Assembly Code), which identifies the location where the product was manufactured or assembled;
CCCCCC indicates the serial number of the phone;
D is the SP (Spare) or CD (Check digit), a reserved control digit that verifies the correctness of the IMEI, calculated using the Luhn formula.
Additionally, the acronym TAC has changed its meaning and is now referred to as the Type Allocation Code.
Some IMEI numbers have 16 digits; the last two digits, called SV (Software Version), indicate the firmware version of the device, while the spare digit is removed.
Questa applicazione fornisce la visualizzazione e il controllo dei dispositivi Android collegati tramite USB o tramite TCP/IP. Non richiede alcun accesso come root. Funziona su GNU/Linux, Windows e macOS
🇬🇧- This application provides the visualization and control of Android devices connected via USB or TCP/IP. It does not require root access. It works on GNU/Linux, Windows, and macOS.
🇮🇹- Qualsiasi strumento inserito, può essere usato sia per fini professionali che per fini didattici.
Ai fini professionali si consiglia l'uso di strumenti idonei per evitare qualisasi forma di tracciamento (Ambiente virtualizzato etc) e di seguire le varie Best pratics. Per realizzare un ambiente virtuale seguire questi repository:
🇬🇧 -Any tool included can be used for both professional and educational purposes.
For professional purposes, it is recommended to use appropriate tools to avoid any form of tracking (Virtualized environment, etc.) and to follow the various Best Practices. To create a virtual environment, refer to the following repositories: