您的位置:首页 > 运维架构 > Shell

android adb shell

2014-02-27 17:38 239 查看
am start com.android.settings

adb shell

1. review network information

shell@m0chn:/ $ netcfg

netcfg

lo UP 127.0.0.1/8 0x00000049 00:00:00:

00:00:00

sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:

00:00:00

ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:

00:00:00

rmnet0 DOWN 0.0.0.0/0 0x00001090 00:00:00:

00:00:00

rmnet1 DOWN 0.0.0.0/0 0x00001090 00:00:00:

00:00:00

rmnet2 DOWN 0.0.0.0/0 0x00001090 00:00:00:

00:00:00

p2p0 UP 0.0.0.0/0 0x00001003 36:23:ba:

8f:ac:ed

// following is wifi address

wlan0 UP 192.168.1.95/24 0x00001043 34:23:ba:

8f:ac:ed

2. review cpuinfo

shell@m0chn:/ $ cat /proc/cpuinfo

cat /proc/cpuinfo

Processor : ARMv7 Processor rev 0 (v7l)

processor : 0

BogoMIPS : 1592.52

Features : swp half thumb fastmult vfp edsp neon vfpv3 tl

CPU implementer : 0x41

CPU architecture: 7

CPU variant : 0x3

CPU part : 0xc09

CPU revision : 0

Chip name : EXYNOS4412

Chip revision : 0011

Hardware : SMDK4x12

Revision : 000c

Serial : 4e6b80634d005664

# cat /proc/cpuinfo

cat /proc/cpuinfo

Processor : ARMv7 Processor rev 2 (v7l)

BogoMIPS : 799.53

Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3

CPU implementer : 0x41

CPU architecture: 7

CPU variant : 0x2

CPU part : 0xc08

CPU revision : 2
Hardware : m801_88

Revision : 0002

Serial : 0000000000000000


============================================
embeded development board

system type : Ralink SoC

processor : 0

cpu model : MIPS 24K V4.12

BogoMIPS : 239.20

wait instruction : yes

microsecond timers : yes

tlb_entries : 32

extra interrupt vector : yes

hardware watchpoint : yes

ASEs implemented : mips16 dsp

VCED exceptions : not available

VCEI exceptions : not available

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: