Friday, September 2, 2016

Androd command-Android Device Info



Androd command-Android Device Info
Androd command-Android Device Info
CPUZ လို Android Device Info ေတြကို Command နဲ႔ ၾကည္႔ၾကမယ္
********************************************************************************
********************************************************************************

CPUZ ဆိုတာကေတာ့ Device Info ေလးကို ၾကည္႔ရွဳႏိုင္တဲ့ apk ေလးတစ္ခု ျဖစ္ပါတယ္။ လူတိုင္းအသံုးျပဳဖူးမယ္လို႔ထင္ပါတယ္။ CPUZ မွာပါတဲ့ Info ေလးေတြကို Adb Command နဲ႔ဘယ္လိုၾကည္႔ၾကမလဲဆိုတာကို ေဖာ္ျပေပးမွာပါ။ Adb command ေတြကိုေတာ့ အသံုးျပဳတတ္ရပါလိမ့္မယ္။ တစ္ခုခ်င္းစီရဲ႕ Information ၾကည္႔နည္းေတြကို ေဖာ္ျပေပးထားပါတယ္။

(လေပါင္းမ်ားစြာ ရွာေဖြထားတာျဖစ္ပါတယ္ တန္ဖိုးထားေစခ်င္ပါတယ္)

General Information
**************************

1) Device Brand Name - adb shell getprop ro.product.brand

2) Device Model Name - adb.shell getprop ro.product.model

3) Time Zone - adb shell getprop persist.sys.timezone

4) Android Version - adb shelll getprop ro.build.version.release

5) Build No - adb shell getprop ro.build.display.id

6) Platform Version - adb shell getprop ro.board.platform

7) SDK Version (API Level) - adb shell getprop ro.build.version.sdk

8) Product Name - adb shell getprop ro.product.name

9) Release Date - adb shell getprop ro.build.date

10) Board Model - adb shell getprop ro.product.board

11) Language - adb shell getprop ro.product.locale.language

12) Region - adb shell getprop ro.product.locale.region

13) DeviceID - adb shell getprop net.hostname

14) Kernel Version - adb shell cat /proc/version

15) Fingerprint - adb shell getprop ro.build.fingerprint

16) Usage Time - adb shell uptime

17) USB Configuration - adb shell getprop persist.sys.usb.config

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Network & Radio Information
*************************************

1) Network Type - adb shell dumpsys iphonesubinfo | findstr "Phone Type" (For Windows)

Phone Type - adb shell dumpsys iphonesubinfo | grep 'Phone Type' (For Linux or Shell)

2) IMEI No - adb shell dumpsys iphonesubinfo | findstr "Device ID"

(1 ႏွင့္ 2 ဟာ တခ်ိဳ႕ Lollipop ဖုန္းမ်ား၊ Kitkat ဖုန္းမ်ားတြင္ အဆင္မေျပပါ အဆင္ေျပတဲ့နည္းလမ္းမ်ားသိရင္ မန္႔ခဲ့ၾကပါ)

3) Sim Card 1 Operator - adb shell getprop gsm.operator.alpha

4) Sim Card 1 AreaCode - adb shell getprop gsm.operator.numeric

5) Sim Card 1 NetworkType - adb shell getprop gsm.network.type

6) Sim Card 1 Country - adb shell getprop gsm.operator.iso-country

7) Sim Card 1 Operator/AreaCode/NetworkType and All Info

adb shell dumpsys telephony.registry

8) Sim Card 2 Operator - adb shell getprop gsm.operator.alpha2

9) Sim Card 2 AreaCode - adb shell getprop gsm.operator.numeric2

10) Sim Card 2 Networktype - adb shell getprop gsm.network.type2

11) Sim Card 2 Country - adb shell getprop.iso.country2

8) Sim Card 2 Operator/ AreaCode/Network type and all info

adb shell dumpsys telephony.registry2

(3) မွ (8) အထိသည္ Device အတြင္း Sim Card ထည္႔ထားမွ အလုပ္လုပ္ပါသည္။

9) Baseband Version - adb shell getprop gsm.version.baseband

10) Wifi/ Wifi Directed / Loopback IP Address / MAC Address ( All Info) - adb shell netcfg

11) Mobile Data/ Wifi / Hotspot etc Information - adb shell dumpsys connectivity

12) Bluetooth Info - adb shell dumpsys bluetooth_manager
( တစ္ခ်ိဳ႕ဖုန္းမ်ားတြင္ အလုပ္မလုပ္ပါ)

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Display Info
***************

1) All Display Info - adb shell dumpsys display

2) Resolution - adb shell dumpsys display | findstr "DisplayDeviceInfo"

3) Density - adb shell getprop ro.sf.lcd_density

4) Orientation - adb shell dumpsys SurfaceFlinger | findstr "orientation"
(if orientation = 0 then Portrait and 1 then Landscape)

5) Refresh Rate - adb shell dumpsys SurfaceFlinger | findstr "refresh-rate"

6) Pixel per Inch
X Axis - adb shell dumpsys SurfaceFlinger | findstr "x-dpi"
Y Axis - adb shell dumpsys SurfaceFlinger | findstr "y-dpi"

7) ScreenSize - square root of ((x resolution * x resoultion) + (y resolution * y resolution) / x axis pixel per inch)

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Battery Info
***************

1) AC Power - adb shell dumpsys battery | findstr "AC"

2) USB Power - adb shell dumpsys battery | findstr "USB"

3) Wifi Power - adb shell dumpsys battery | findstr "Wireless"

4) Status - adb shell dumpsys battery | findstr "status"
1- Unknown Battery Status, 2 - Charging, 3 - Discharging, 4 - Not charging, 5 - Full charging

5) Health - adb shell dumpsys battery | findstr "health"
1 - Unknown Health State, 2 - Good, 3 - Overheat, 4 - Dead, 5 - Over voltage, 6 - Unknown failure, 7 - Cold Battery

6) Level - adb shell dumpsys battery | findstr "level"

7) Voltage - adb shell dumpsys battery | findstr "voltage"

8) Temperature - adb shell dumpsys battery | findstr "temp"
value=temperature/10 in celcius

9) Technology - adb shell dumpsys battery | findstr "tech"

10) Electric Current - adb shell dumpsys battery | findstr "current"
(ဖုန္းတိုင္းတြင္ အဆင္မေျပပါ)

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Root and Busybox Info
*****************************

1) Root Check - adb shell su -v
(if /system/bin/sh: su: not found then device is not root)

2) Busybox Check - adb shell busybox
(if /system/bin/sh: busybox: not found then device has no busybox)

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Processor Soc (CPU, GPU) Info
****************************************
1) All Processor Info - adb shell cat /proc/cpuinfo

2) CPU Max Clock speed - adb shell cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
value is hertz (Hz)

3) GPU Vendor - adb shell dumpsys SurfaceFlinger | findstr "GLES"

4) GPU Clock Speed - adb shell cat /sys/class/kgsl/kgsl-3d0/max_gpuclk
(Andreno GPU ကုိသာ ၾကည္႔ႏိုင္ပါသည္။ Mali ကို မရပါ။ Mali အတြက္ သိသူေတြ မန္႔ခဲ့ၾကပါဦး)

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Sensor Info
***************

1) All Sensor Info - adb shell dumpsys sensorservice

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Mount Point Info
********************

1) All Mount Point - adb shell mount

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

RAM (Memory) Info
*************************

1) All Memory Info - adb shell cat /proc/meminfo

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

ROM (Storage) Info
*************************

1) All Storage Info - adb shell df

----------------------------------------------------------------------------------------------------------------------------------------------------------------------

Device Features
*********************

1) All Features - adb shell pm list features

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

online shop registration

 မှတ်ပုံတင်ပုံ အဆင့်ဆင့်ကို ပုံများဖြင့် မျှဝေပေးလိုက်ပါတယ်နော် အသေးစိတ်ကတော့ Live လေးမှာ နားထောင်ကြည့်ပါရှင် ☺️ Live Link : https://fb.watc...

Popular

Contact Form

Name

Email *

Message *

Labels

ADS (417) Alcatel (3) All winner (3) Androd Xiaomi (255) Android Antivirus (6) Android application (15) Android Command (3) Android Coolpad (39) Android Font (61) Android Game (2) Android Google Application (13) Android Huawei Imei Repair (1) Android Huawei Y series (6) Android kingo root (4) Android MTK Driver (6) Android Samsung (17) Android Samsung A series (26) Android Samsung C series (5) Android Samsung E series (5) Android Samsung G series (82) Android Samsung Hard reset (7) Android Samsung I series (7) Android Samsung Imei repair (6) Android Samsung J series (66) Android Samsung Multi file (1) Android Samsung N series (34) Android Samsung P series (2) Android Samsung Root (8) Android Samsung S series (10) Android Samsung SC series (6) Android Samsung Solutions (3) Android Samsung T series (3) Android Tool (238) Antivirus (7) AOTO (6) AOVO (8) Aplus (6) Archos (1) Asus (6) Attila (14) BenWee (2) BLU (1) Bluemix (2) Book (5) book eng (1) book med (11) Boss style (1) box (2) Bravo (2) browser (3) Browser Adobe Flash Player (1) Browser Firefox (1) CAZSH (1) Cherry (5) China Phone (73) CircleTech (2) CKTEL (1) Ding Ding (2) Download best (17) Education Make up (5) emmc (1) Entertainment (5) Facebook (2) films (1) Finance (2) Firmware Collection (23) FRP (62) Funny (3) GFIVE (3) Gionee (4) Grand (1) HAIWEI (3) Hardware (16) Hello (40) Hisense (17) Hiway (2) Hopo (22) HTC (7) Huawei A series (25) Huawei B series (13) Huawei board software collection (14) Huawei C series (43) Huawei Clone (18) Huawei D series (3) Huawei Driver (1) Huawei E series (17) Huawei emmc data (1) Huawei F series (7) Huawei Flashtool (45) Huawei G series (51) Huawei H Series (8) Huawei J series (1) Huawei K series (3) Huawei L series (18) Huawei M series (5) Huawei N series (3) Huawei P series (10) Huawei R series (5) Huawei region code (3) Huawei S series (10) Huawei T series (10) Huawei U series (8) Huawei Update (104) Huawei V series (11) Huawei W series (3) Huawei Y series (56) I Mobile (1) ILOVFA (11) IMEI repair (13) imobile (1) Infinix (1) Infone (1) Inovo (38) ios firmware (3) ios icloud (4) IOS itune (8) IOS Itune Error (1) ios news (10) IOS Tool (10) IPhone Clone (22) K Touch (3) Kenbo (10) Kimfly (47) Kismo (3) KKP (19) knowledge (38) Lava (8) Leagoo (1) Leagool (2) LeEco (1) Leegoog (19) Lenovo (12) LG (5) Liven (23) LoLo love (14) M-Horse (11) magic (2) MAI (11) Marconi-W50E (1) MBO (97) MCT (2) medical knowledge (5) Meizu (58) MFT (4) MGT (33) mi account remove (55) Micro Art (2) mine (1) Momo (7) movies (12) MP3 (2) MPT (5) MyPhone (22) Newings (3) Nipda (3) Nokia (10) Nova (7) Open (1) Oppo (162) Oppo Clone (1) ORRO (7) OSE (3) PC (2) PHICOMM (5) photoshop (1) pinpaternpassword (1) player (1) Power (3) Prestigio (1) Professional (4) QBZ (1) Ramos (5) rapidleech (1) Recovery software (1) Red Star (1) Samsung B seires (1) Samsung Clone (204) Samsung combination (360) Samsung Full (45) Science (13) Server (2) SINGTECH (90) SKG (4) SM-J530F full (1) Sony (73) Speed (7) SYH (94) tayar (1) TCL (1) Teaching (2) tecno (92) Teeno (1) Telenor (7) TIMMY (4) titan (20) True Smart (51) trueme (1) TWZ (34) uneed (1) uptobox (2) VG (9) Video (12) Vinovo (8) VIOVO (3) Virtual card (1) Vital (15) Vitu (3) Vivo (190) Vivo Clone (1) Voto (1) vps (8) WainFord (1) Wave (33) web (2) Wiko (5) Window (82) window font (1) X-BO (76) XDU (8) ZTE (25)