Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

adb get imei number

# get device IMEI
adb shell "service call iphonesubinfo 1 | cut -c 52-66 | tr -d '.[:space:]'"

# get device phone number
adb shell "service call iphonesubinfo 18 | cut -c 52-66 | tr -d '.[:space:]+'"

# get Android ID
adb shell settings get secure android_id

# get device Serial Number
adb shell getprop ro.serialno

#Note: No root is needed for any of the above commands
Comment

PREVIOUS NEXT
Code Example
Shell :: change remote url github 
Shell :: how to resize the window of a virtualbox machine ubuntu 
Shell :: add root user kali linux 
Shell :: conda install flask-cors 
Shell :: how to revert back to previous commit in git permanently 
Shell :: ubuntu screenshot tool 
Shell :: shared folder virtualbox ubuntu 
Shell :: github actions sequential jobs 
Shell :: install pyramid 
Shell :: batch file to write xml into file 
Shell :: how to debug wirelessly android 
Shell :: wsl System has not been booted with systemd as init system 
Shell :: substring frequency 
Shell :: where to store ssl certificate on linux 
Shell :: connect to wifi via Terminal 
Shell :: switch zsh to bash 
Shell :: install eclipse in ubuntu 
Shell :: increment variable bash 
Shell :: chmod +777 to all files in folder and subfolder 
Shell :: check space left in ubuntu terminal 
Shell :: github repo with most issues 
Shell :: venv deactivate 
Shell :: ubuntu set current timezone asia/kolkata 
Shell :: present working directory in shell script 
Shell :: odoo12 installation in ubuntu 16.04 
Shell :: install virtualbox ubuntu 
Shell :: GREPCC token 
Shell :: mac address windows command 
Shell :: github actions configure aws credentials 
Shell :: rsync only new files 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =