Skip to content

Instantly share code, notes, and snippets.

View Proxy13's full-sized avatar
💣
****Time is Up!!!

Mehmet Proxy13

💣
****Time is Up!!!
View GitHub Profile
@Proxy13
Proxy13 / guide-change-imei-snapdragon.md
Created September 27, 2023 09:02
[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:

@Proxy13
Proxy13 / setup_android_build.sh
Created October 10, 2022 14:43
To set up build environment for Android kernel development
###
# Download Android NDK to be able to compile runtime cmd-line tools on ARM
# - https://developer.android.com/ndk/downloads/index.html
wget https://dl.google.com/android/repository/android-ndk-r15b-linux-x86_64.zip
###
# Download up-to-date adb/fastboot platform tools to interface with Android (adb/fastboot)
# - https://developer.android.com/studio/releases/platform-tools.html
wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip