Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

adb screenrecord

# 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 :: git specify ssh key for repo 
Shell :: linux unrar multiple files 
Shell :: change owner of directory mac terminal 
Shell :: git diff how to exit 
Shell :: ubuntu 20 wordpress doesnt work permalinks 
Shell :: adding in ssh agent 
Shell :: git create new branch from current 
Shell :: navigation in react native 
Shell :: change git username and email 
Shell :: set up ssh windows 10 
Shell :: tar extract to specific location 
Shell :: install react hot loader 
Shell :: install specific version of docker on ubuntu 
Shell :: Grab IP address only (Linux) 
Shell :: PDF Acrobat ubunut 
Shell :: cuda install in ubuntu 
Shell :: pdf to jpg terminal 
Shell :: un add file in git 
Shell :: how to run bash scripts 
Shell :: conda install flake8 
Shell :: powershell pip CERTIFICATE_VERIFY_FAILED 
Shell :: github create repo 
Shell :: how to create a shortcut to a folder on linux 
Shell :: react native ubuntu 20.04 
Shell :: iptables remove docker rules 
Shell :: install torch 1.7.1 
Shell :: uninstall mongo db 
Shell :: bash find text in specific file 
Shell :: float right in react js 
Shell :: bash replace string 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =