Skip to content

Instantly share code, notes, and snippets.

@nibirrayy
nibirrayy / iemi.md
Last active April 16, 2025 17:41
[GUIDE] How to change IMEI on Snapdragon devices

[GUIDE] How to change IMEI on Snapdragon devices

FOR EDUCATIONAL PURPOSE ONLY, CHANGING IMEI IS ILLEGAL IN MOST COUNTRIES, MAKE SURE YOU CONVINCE YOUR ACTIONS BEFORE DOING THIS.

I DON'T RESPONSIBLE IF YOUR DEVICE IS BROKEN OR THE IMEI IS NOT CHANGED CAUSED BY YOU DIDN'T FOLLOW THE STEPS CAREFULLY OR HAVING A DIFFERENT EFS PARTITION SCHEME.

This guide was tested on Google Pixel 3, different device may also have a different EFS partition scheme, please make sure you adjust it with this guide. Other Google Pixel devices may use this guide without adjusting.

Prerequisites:

@MohamedRamadanSaad
MohamedRamadanSaad / files
Created May 31, 2015 23:39
Files i/o in C++ all operations insert , delete, view , update
#include<iostream.h>
#include<fstream.h>
class Inventory{
public:
char Prouduct_id[5];
char Prouduct_name[10];
char Prouduct_ammount[5];