Guest User

Untitled

a guest
Aug 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. emulator -system out/target/product/generic_x86/system.img
  2. -ramdisk out/target/product/generic_x86/ramdisk.img
  3. -data out/target/product/generic_x86/userdata.img -avd nexus
  4.  
  5. netstat -rn
  6. Proto Recv-Q Send-Q Local Address Foreign Address State
  7. tcp 0 0 127.0.0.1:5037 0.0.0.0:* LISTEN
  8. tcp 0 0 0.0.0.0:5555 0.0.0.0:* LISTEN
  9. tcp 0 95 10.0.2.15:5555 10.0.2.2:58532 ESTABLISHED
  10.  
  11. netcfg
  12. eth0 UP 10.0.2.15/24 0x00001043 52:54:00:12:34:56
  13. sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
  14. lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
  15.  
  16.  
  17. ping 10.0.2.2
  18. connect: Network is unreachable
Add Comment
Please, Sign In to add comment