Coder Social home page Coder Social logo

love520222 / android-imei-changer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from untouchable17/android-imei-changer

0.0 0.0 0.0 21 KB

Android program to change the IMEI identifiers of slots on the phone under the ARM architecture

License: Apache License 2.0

Shell 23.66% C++ 15.76% Python 10.81% Java 36.55% Lua 12.20% Makefile 1.01%

android-imei-changer's Introduction

Android IMEI Changer

IMEI stands for International Mobile Equipment Identity. It is a unique identification number that is assigned to each mobile device. The IMEI number is usually 15 digits long and is used to identify the device and to track it if it is lost or stolen. It is an important piece of information that is used by mobile carriers, manufacturers, and law enforcement agencies

Installation

Installing and using program process:

Execute all commands on behalf of the superuser

  1. Download or clone this repository.
git clone https://github.com/Untouchable17/Android IMEI Changer
  1. Make the file executable with the chmod +x command
chmod +x install.sh
  1. Run the script
./install.sh

This script will automatically determine the architecture of your device and depend on it, will download and install all the necessary dependencies, compile programs in Java or C ++

Other Method: Manual Installation

  1. Downloading or cloning this GitHub repository.
git clone https://github.com/Untouchable17/Android IMEI Changer
  1. Update system packages and install requirements

Ubuntu / Debian:

sudo apt update && sudo upgrade -y
sudo apt-get install g++

Fedora, CentOS or Red Hat:

sudo yum update && sudo yum upgrade -y
sudo yum install gcc-c++

Android:

NetHunter: apt update && apt upgrade -y && apt install -y openjdk-17 android-sdk
Termux: pkg update && pkg upgrade -y && pkg install -y openjdk-17 android-sdk
  1. Compile files
g++ -std=c++11 -Wall -c IMEI-AndroidChanger.cpp -o IMEI-AndroidChanger.o
javac -cp ".:$ANDROID_HOME/platforms/android-11/android.jar" ImeiManager.java Main.java
  1. Set +x permission and run one of the program
chmod +x {program}


You can add the correct path to global like this: export PATH="$PATH:$(pwd)" and then you can run the program by just entering their name

How to use

After launching the program automatically will change the IMEI identifiers of the slots of your SIM card. Your task is just to run one of the programs

A little explanation of the code and a teaser

Changing the IMEI (International Mobile Equipment Identity) is illegal in many countries, including the US, Canada, the UK and the EU.

In general, changing the IMEI may violate laws related to consumer protection and/or communications and may lead to legal consequences. In addition, changing the IMEI can cause problems with the operation of the device, as it can lead to the blocking of the device by the network or to incompatibility with software and updates.

The ban on changing the IMEI is due to the fact that the IMEI is used to identify a mobile device in a mobile network. Each device has a unique IMEI that serves to identify and track the device on the network. Changing the IMEI can be due to illegal activities, such as theft or fraud, where a device with a modified IMEI can be sold or used for unauthorized access to the network. In some countries, changing the IMEI is a crime and may be punishable by law.

Root privileges and access to the kernel boot loader are required for use. Use at your own risk

Contact Developer

Telegram:           @secdet17
Group:              t.me/secdet_team
Email:              [email protected]

android-imei-changer's People

Contributors

untouchable17 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.