How to View Device Specification android With Adb Command
How to View Device Specification android With Adb Command "ADB COMMAND" @echo off echo Waiting for device adb wait-for-device echo Manufacturer adb shell getprop ro.product.manufacturer echo Name adb shell getprop ro.product.name echo Model adb shell getprop ro.product.model echo Android version adb shell getprop ro.build.version.release echo Platform adb shell getprop ro.board.platform echo CPU adb shell getprop ro.product.cpu.abi echo cpu abi2 adb shell getprop.ro.product.cpu.abi2 echo Description adb shell getprop ro.build.description echo Fingerprint adb shell getprop ro.build.fingerprint echo Flexversion adb shell getprop ro.gsm.flexversion echo locale language adb shell getporp ro.product.locale.language echo locale region adb shell getprop ro.product.locale.region echo wifi.channels adb shell getprop ro.wifi.channels echo board platform adb shell getprop.ro.board.platform echo board adb shell getprop ro.product.board echo display id echo serial number adb get-serialno echo imei abb shell getprop gsm.baseband.imei adb shell getprop ro.build.display.id ceho version incremental adb shell getprop ro.build.version.incremental echo version sdk adb shell getprop ro.build.version.sdk echo version codename adb shell getprop ro.build.version.codename echo version release adb shell getprop ro.build.version.release echo date adb shell getprop ro.build.date echo type adb shell getprop ro.build.type echo user adb shell getprop ro.build.user adb kill-server pause More Stuf About Android : http://www.adbcommand.com/
How to View Device Specification android With Adb Command "ADB COMMAND" @echo off echo Waiting for device adb wait-for-device echo Manufacturer adb shell getprop ro.product.manufacturer echo Name adb shell getprop ro.product.name echo Model adb shell getprop ro.product.model echo Android version adb shell getprop ro.build.version.release echo Platform adb shell getprop ro.board.platform echo CPU adb shell getprop ro.product.cpu.abi echo cpu abi2 adb shell getprop.ro.product.cpu.abi2 echo Description adb shell getprop ro.build.description echo Fingerprint adb shell getprop ro.build.fingerprint echo Flexversion adb shell getprop ro.gsm.flexversion echo locale language adb shell getporp ro.product.locale.language echo locale region adb shell getprop ro.product.locale.region echo wifi.channels adb shell getprop ro.wifi.channels echo board platform adb shell getprop.ro.board.platform echo board adb shell getprop ro.product.board echo display id echo serial number adb get-serialno echo imei abb shell getprop gsm.baseband.imei adb shell getprop ro.build.display.id ceho version incremental adb shell getprop ro.build.version.incremental echo version sdk adb shell getprop ro.build.version.sdk echo version codename adb shell getprop ro.build.version.codename echo version release adb shell getprop ro.build.version.release echo date adb shell getprop ro.build.date echo type adb shell getprop ro.build.type echo user adb shell getprop ro.build.user adb kill-server pause More Stuf About Android : http://www.adbcommand.com/