Advertisement
pveselov

emulator x86 output

May 8th, 2017
585
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 KB | None | 0 0
  1. emulator: ignoring unknown debug item '-netfast'
  2. emulator: Android virtual device file at: /home/vps/.android/avd/Nexus7-24-NOG.ini
  3. emulator: virtual device content at /home/vps/.android/avd/Nexus7-24-NOG.avd
  4. emulator: virtual device config file: /home/vps/.android/avd/Nexus7-24-NOG.avd/config.ini
  5. emulator: using core hw config path: /home/vps/.android/avd/Nexus7-24-NOG.avd/hardware-qemu.ini
  6. emulator: Found AVD target API level: 24
  7. emulator: Read property file at ../system-images/android-24/default/x86_64//build.prop
  8. emulator: No boot.prop property file found.
  9. emulator: found skin 'nexus_7_2013' in directory: /home/vps/Android/Sdk/skins/
  10. emulator: autoconfig: -skin nexus_7_2013
  11. emulator: autoconfig: -skindir /home/vps/Android/Sdk/skins/
  12. emulator: autoconfig: -kernel ../system-images/android-24/default/x86_64//kernel-ranchu
  13. emulator: Target arch = 'x86_64'
  14. emulator: Auto-detect: Kernel image requires new device naming scheme.
  15. emulator: Auto-detect: Kernel does not support YAFFS2 partitions.
  16. emulator: autoconfig: -ramdisk ../system-images/android-24/default/x86_64//ramdisk.img
  17. emulator: Using initial system image: ../system-images/android-24/default/x86_64//system.img
  18. emulator: autoconfig: -data /home/vps/.android/avd/Nexus7-24-NOG.avd/userdata-qemu.img
  19. emulator: autoconfig: -initdata /home/vps/.android/avd/Nexus7-24-NOG.avd/userdata.img
  20. emulator: autoconfig: -cache /home/vps/.android/avd/Nexus7-24-NOG.avd/cache.img
  21. emulator: autoconfig: -sdcard /home/vps/.android/avd/Nexus7-24-NOG.avd/sdcard.img
  22. emulator: Physical RAM size: 1536MB
  23.  
  24. emulator: VM heap size 128MB is below hardware specified minimum of 320MB,setting it to that value
  25. emulator: System image is read only
  26. emulator: GPU emulation enabled using 'host' mode
  27. emulator: trying to load skin file '/home/vps/Android/Sdk/skins//nexus_7_2013/layout'
  28. emulator: WARNING: encryption is off
  29. emulator: CPU Acceleration: working
  30. emulator: CPU Acceleration status: KVM (version 12) is installed and usable.
  31. emulator: Using default value for kernel Contiguous Memory Allocation.
  32. emulator: Found 1 DNS servers: 8.8.8.8
  33. Content of hardware configuration file:
  34. hw.cpu.arch = x86_64
  35. hw.cpu.ncore = 4
  36. hw.ramSize = 1536
  37. hw.screen = multi-touch
  38. hw.mainKeys = false
  39. hw.trackBall = false
  40. hw.keyboard = true
  41. hw.keyboard.lid = false
  42. hw.keyboard.charmap = qwerty2
  43. hw.dPad = false
  44. hw.gsmModem = true
  45. hw.gps = true
  46. hw.battery = true
  47. hw.accelerometer = true
  48. hw.audioInput = true
  49. hw.audioOutput = true
  50. hw.sdCard = true
  51. hw.sdCard.path = /home/vps/.android/avd/Nexus7-24-NOG.avd/sdcard.img
  52. disk.cachePartition = true
  53. disk.cachePartition.path = /home/vps/.android/avd/Nexus7-24-NOG.avd/cache.img
  54. disk.cachePartition.size = 66m
  55. hw.lcd.width = 1200
  56. hw.lcd.height = 1920
  57. hw.lcd.depth = 16
  58. hw.lcd.density = 320
  59. hw.lcd.backlight = true
  60. hw.gpu.enabled = true
  61. hw.gpu.mode = host
  62. hw.gpu.blacklisted = no
  63. hw.initialOrientation = Portrait
  64. hw.camera.back = emulated
  65. hw.camera.front = emulated
  66. vm.heapSize = 320
  67. hw.sensors.light = true
  68. hw.sensors.pressure = true
  69. hw.sensors.humidity = true
  70. hw.sensors.proximity = false
  71. hw.sensors.magnetic_field = true
  72. hw.sensors.orientation = true
  73. hw.sensors.temperature = true
  74. hw.useext4 = true
  75. kernel.path = ../system-images/android-24/default/x86_64//kernel-ranchu
  76. kernel.newDeviceNaming = yes
  77. kernel.supportsYaffs2 = no
  78. disk.ramdisk.path = ../system-images/android-24/default/x86_64//ramdisk.img
  79. disk.systemPartition.initPath = ../system-images/android-24/default/x86_64//system.img
  80. disk.systemPartition.size = 1792m
  81. disk.dataPartition.path = /home/vps/.android/avd/Nexus7-24-NOG.avd/userdata-qemu.img
  82. disk.dataPartition.size = 800m
  83. avd.name = Nexus7-24-NOG
  84. .
  85. QEMU options list:
  86. emulator: argv[00] = "../emulator/qemu/linux-x86_64/qemu-system-x86_64"
  87. emulator: argv[01] = "-dns-server"
  88. emulator: argv[02] = "8.8.8.8"
  89. emulator: argv[03] = "-serial"
  90. emulator: argv[04] = "null"
  91. emulator: argv[05] = "-cpu"
  92. emulator: argv[06] = "android64"
  93. emulator: argv[07] = "-enable-kvm"
  94. emulator: argv[08] = "-smp"
  95. emulator: argv[09] = "cores=4"
  96. emulator: argv[10] = "-m"
  97. emulator: argv[11] = "1536"
  98. emulator: argv[12] = "-lcd-density"
  99. emulator: argv[13] = "320"
  100. emulator: argv[14] = "-kernel"
  101. emulator: argv[15] = "../system-images/android-24/default/x86_64//kernel-ranchu"
  102. emulator: argv[16] = "-initrd"
  103. emulator: argv[17] = "../system-images/android-24/default/x86_64//ramdisk.img"
  104. emulator: argv[18] = "-object"
  105. emulator: argv[19] = "iothread,id=disk-iothread"
  106. emulator: argv[20] = "-drive"
  107. emulator: argv[21] = "if=none,overlap-check=none,cache=unsafe,index=0,id=system,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/system.img.qcow2,read-only"
  108. emulator: argv[22] = "-device"
  109. emulator: argv[23] = "virtio-blk-pci,drive=system,iothread=disk-iothread,modern-pio-notify"
  110. emulator: argv[24] = "-drive"
  111. emulator: argv[25] = "if=none,overlap-check=none,cache=unsafe,index=1,id=cache,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/cache.img.qcow2,l2-cache-size=1048576"
  112. emulator: argv[26] = "-device"
  113. emulator: argv[27] = "virtio-blk-pci,drive=cache,iothread=disk-iothread,modern-pio-notify"
  114. emulator: argv[28] = "-drive"
  115. emulator: argv[29] = "if=none,overlap-check=none,cache=unsafe,index=2,id=userdata,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/userdata-qemu.img.qcow2,l2-cache-size=1048576"
  116. emulator: argv[30] = "-device"
  117. emulator: argv[31] = "virtio-blk-pci,drive=userdata,iothread=disk-iothread,modern-pio-notify"
  118. emulator: argv[32] = "-drive"
  119. emulator: argv[33] = "if=none,overlap-check=none,cache=unsafe,index=3,id=sdcard,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/sdcard.img.qcow2,l2-cache-size=1048576"
  120. emulator: argv[34] = "-device"
  121. emulator: argv[35] = "virtio-blk-pci,drive=sdcard,iothread=disk-iothread,modern-pio-notify"
  122. emulator: argv[36] = "-netdev"
  123. emulator: argv[37] = "user,id=mynet"
  124. emulator: argv[38] = "-device"
  125. emulator: argv[39] = "virtio-net-pci,netdev=mynet"
  126. emulator: argv[40] = "-netdev"
  127. emulator: argv[41] = "user,id=mynet2,net=10.0.3.0/24"
  128. emulator: argv[42] = "-device"
  129. emulator: argv[43] = "virtio-net-pci,netdev=mynet2"
  130. emulator: argv[44] = "-show-cursor"
  131. emulator: argv[45] = "-L"
  132. emulator: argv[46] = "../emulator/lib/pc-bios"
  133. emulator: argv[47] = "-soundhw"
  134. emulator: argv[48] = "hda"
  135. emulator: argv[49] = "-vga"
  136. emulator: argv[50] = "none"
  137. emulator: argv[51] = "-append"
  138. emulator: argv[52] = "qemu=1 androidboot.hardware=ranchu clocksource=pit android.qemud=1 console=0 console=0 android.checkjni=1 qemu.gles=1 androidboot.selinux=permissive"
  139. emulator: argv[53] = "-android-hw"
  140. emulator: argv[54] = "/home/vps/.android/avd/Nexus7-24-NOG.avd/hardware-qemu.ini"
  141. Concatenated QEMU options:
  142. ../emulator/qemu/linux-x86_64/qemu-system-x86_64 -dns-server 8.8.8.8 -serial null -cpu android64 -enable-kvm -smp cores=4 -m 1536 -lcd-density 320 -kernel ../system-images/android-24/default/x86_64//kernel-ranchu -initrd ../system-images/android-24/default/x86_64//ramdisk.img -object iothread,id=disk-iothread -drive if=none,overlap-check=none,cache=unsafe,index=0,id=system,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/system.img.qcow2,read-only -device virtio-blk-pci,drive=system,iothread=disk-iothread,modern-pio-notify -drive if=none,overlap-check=none,cache=unsafe,index=1,id=cache,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/cache.img.qcow2,l2-cache-size=1048576 -device virtio-blk-pci,drive=cache,iothread=disk-iothread,modern-pio-notify -drive if=none,overlap-check=none,cache=unsafe,index=2,id=userdata,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/userdata-qemu.img.qcow2,l2-cache-size=1048576 -device virtio-blk-pci,drive=userdata,iothread=disk-iothread,modern-pio-notify -drive if=none,overlap-check=none,cache=unsafe,index=3,id=sdcard,file=/home/vps/.android/avd/Nexus7-24-NOG.avd/sdcard.img.qcow2,l2-cache-size=1048576 -device virtio-blk-pci,drive=sdcard,iothread=disk-iothread,modern-pio-notify -netdev user,id=mynet -device virtio-net-pci,netdev=mynet -netdev user,id=mynet2,net=10.0.3.0/24 -device virtio-net-pci,netdev=mynet2 -show-cursor -L ../emulator/lib/pc-bios -soundhw hda -vga none -append 'qemu=1 androidboot.hardware=ranchu clocksource=pit android.qemud=1 console=0 consowarning: host doesn't support requested feature: CPUID.80000001H:ECX.sse4a [bit 6]
  143. warning: host doesn't support requested feature: CPUID.80000001H:ECX.sse4a [bit 6]
  144. warning: host doesn't support requested feature: CPUID.80000001H:ECX.sse4a [bit 6]
  145. warning: host doesn't support requested feature: CPUID.80000001H:ECX.sse4a [bit 6]
  146. Using config file: /home/vps/.android/modem-nv-ram-5554
  147. Setting value of oper_name_index to 2 (2)Setting value of selection_mode to 0 (0)Setting value of oper_index to 0 (0)Setting value of oper_count to 2 (2)Setting value of in_ecbm to 0 (0)Setting value of prl_version to 0 (0)Setting value of preferred_mode to 15 (15)Setting value of cdma_subscription_source to 1 (1)Setting value of cdma_roaming_pref to 2 (2)le=0 android.checkjni=1 qemu.gles=1 androidboot.selinux=permissive' -android-hw /home/vps/.android/avd/Nexus7-24-NOG.avd/hardware-qemu.ini
  148. emulator: Starting QEMU main loop
  149. emulator: registered 'boot-properties' qemud service
  150. emulator: Adding boot property: 'qemu.sf.fake_camera' = 'both'
  151. emulator: Initializing hardware OpenGLES emulation support
  152. emulator: Adding boot property: 'ro.opengles.version' = '131072'
  153. emulator: Adding boot property: 'dalvik.vm.heapsize' = '320m'
  154. emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
  155. emulator: Adding boot property: 'qemu.sf.lcd_density' = '320'
  156. emulator: goldfish_events.have-dpad: false
  157. emulator: goldfish_events.have-trackball: false
  158. emulator: goldfish_events.have-camera: true
  159. emulator: goldfish_events.have-keyboard: true
  160. emulator: goldfish_events.have-lidswitch: false
  161. emulator: goldfish_events.have-touch: false
  162. emulator: goldfish_events.have-multitouch: true
  163. emulator: control console listening on port 5554, ADB on port 5555
  164. Not using any http proxy
  165. emulator: android_hw_fingerprint_init: fingerprint qemud listen service initialized
  166.  
  167. emulator: Window was not fully visible: monitor=[1920,0,2432,1368] window=[1027,62,680,1095]
  168. emulator: Window repositioned to [418,0]
  169. emulator: emulator window was out of view and was recentered
  170.  
  171. emulator: onGuestSendCommand: [0x7f4208000f10] Adb connected, start proxing data
  172. control_global_accept: just in (fd=61)
  173. control_global_accept: creating new client
  174. control_global_accept: auth required 0x7f41966be600
  175. control_global_accept: just in (fd=61)
  176. problem in accept: 11: Resource temporarily unavailable
  177. in control_client read: received auth GOUXA/HvrAbxweFo
  178.  
  179. in control_client read: size < 0, exiting with 11: Resource temporarily unavailable
  180. in control_client read: received help
  181.  
  182. in control_client read: size < 0, exiting with 11: Resource temporarily unavailable
  183. in control_client read: received avd name
  184.  
  185. in control_client read: size < 0, exiting with 11: Resource temporarily unavailable
  186. in control_client read: end of connection detected !!
  187. destroying control client 0x7f41966be600
  188. << ATE0Q0V1
  189. >> OK
  190. << AT+CTEC?
  191. handleTech. cmd: +CTEC?
  192. >> +CTEC: 0,f<CR>OK
  193. << AT+CTEC=?
  194. >> +CTEC: 0,1,2,3<CR>OK
  195. << ATE0Q0V1
  196. >> OK
  197. << ATS0=0
  198. >> OK
  199. << AT+CMEE=1
  200. >> OK
  201. << AT+CREG=2
  202. >> OK
  203. << AT+CGREG=1
  204. >> OK
  205. << AT+CCWA=1
  206. >> OK
  207. << AT+CMOD=0
  208. >> OK
  209. << AT+CMUT=0
  210. >> OK
  211. << AT+CSSN=0,1
  212. >> OK
  213. << AT+COLP=0
  214. >> OK
  215. << AT+CSCS="HEX"
  216. >> OK
  217. << AT+CUSD=1
  218. >> OK
  219. << AT+CGEREP=1,0
  220. >> OK
  221. << AT+CMGF=0
  222. >> %CTZV: 17/05/09:01:03:54-28:1:America!Los_Angeles<CR><LF><CR>OK
  223. << AT+CFUN?
  224. >> +CFUN: 0<CR>OK
  225. emulator: _hwFingerprint_connect: connect finger print listen is called
  226.  
  227. emulator: got message from guest system fingerprint HAL
  228.  
  229. << AT+CFUN=1
  230. >> OK
  231. << AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
  232. >> +COPS: 0,0,"Android"<CR>+COPS: 0,1,"Android"<CR>+COPS: 0,2,"310260"<CR>OK
  233. << AT+CGREG?
  234. >> +CGREG: 1,1,"ffffffff","ffffffff","000e"<CR>OK
  235. << AT+CREG?
  236. >> +CREG: 2,1, "ffffffff", "ffffffff"<CR>OK
  237. << AT+COPS?
  238. >> +COPS: 0,2,310260<CR>OK
  239. << AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
  240. >> +COPS: 0,0,"Android"<CR>+COPS: 0,1,"Android"<CR>+COPS: 0,2,"310260"<CR>OK
  241. << AT+CGREG?
  242. >> +CGREG: 1,1,"ffffffff","ffffffff","000e"<CR>OK
  243. << AT+CREG?
  244. >> +CREG: 2,1, "ffffffff", "ffffffff"<CR>OK
  245. << AT+COPS?
  246. >> +COPS: 0,2,310260<CR>OK
  247. << AT+CPIN?
  248. >> +CPIN: READY<CR>OK
  249. << AT+CLCC
  250. >> <CR>OK
  251. << AT+CPIN?
  252. >> +CPIN: READY<CR>OK
  253. << AT+CIMI
  254. >> 310260000000000<CR>OK
  255. << AT+CRSM=192,12258,0,0,15
  256. >> +CRSM: 144,0,0000000a2fe204000fa0aa01020000<CR>OK
  257. << AT+CRSM=192,28480,0,0,15
  258. >> +CRSM: 144,0,000000806f40040011a0aa01020120<CR>OK
  259. << AT+CRSM=192,28617,0,0,15
  260. >> +CRSM: 144,0,000000086fc9040011a0aa01020104<CR>OK
  261. << AT+CRSM=192,28589,0,0,15
  262. >> +CRSM: 144,0,000000046fad04000aa0aa01020000<CR>OK
  263. << AT+CRSM=192,28618,0,0,15
  264. >> +CRSM: 144,0,0000000a6fca040011a0aa01020105<CR>OK
  265. << AT+CRSM=192,28433,0,0,15
  266. >> +CRSM: 144,0,000000016f11040011a0aa01020000<CR>OK
  267. << AT+CRSM=192,28619,0,0,15
  268. >> ERROR: BAD COMMAND
  269. << AT+CRSM=192,28435,0,0,15
  270. >> +CRSM: 144,0,000000016f13040011a0aa01020000<CR>OK
  271. << AT+CRSM=192,28486,0,0,15
  272. >> +CRSM: 148,4<CR>OK
  273. << AT+CRSM=192,28621,0,0,15
  274. >> +CRSM: 148,4<CR>OK
  275. << AT+CRSM=192,28613,0,0,15
  276. >> +CRSM: 144,0,000000f06fc504000aa0aa01020118<CR>OK
  277. << AT+CRSM=192,28472,0,0,15
  278. >> +CRSM: 144,0,0000000f6f3804001aa0aa01020000<CR>OK
  279. << AT+CRSM=192,28438,0,0,15
  280. >> +CRSM: 144,0,000000026f1604001aa0aa01020000<CR>OK
  281. << AT+CRSM=192,28437,0,0,15
  282. >> ERROR: BAD COMMAND
  283. << AT+CRSM=192,28478,0,0,15
  284. >> ERROR: BAD COMMAND
  285. << AT+CRSM=192,28479,0,0,15
  286. >> ERROR: BAD COMMAND
  287. << AT+CIMI
  288. >> 310260000000000<CR>OK
  289. << AT+CRSM=192,12258,0,0,15
  290. >> +CRSM: 144,0,0000000a2fe204000fa0aa01020000<CR>OK
  291. << AT+CRSM=192,12037,0,0,15
  292. >> ERROR: BAD COMMAND
  293. << AT+CRSM=192,28474,0,0,15
  294. >> ERROR: BAD COMMAND
  295. << AT+CRSM=192,28481,0,0,15
  296. >> ERROR: BAD COMMAND
  297. << AT+CRSM=192,28484,0,0,15
  298. >> ERROR: BAD COMMAND
  299. << AT+CRSM=192,28450,0,0,15
  300. >> ERROR: BAD COMMAND
  301. << AT+CRSM=192,28456,0,0,15
  302. >> ERROR: BAD COMMAND
  303. << AT+CRSM=176,28506,0,0,4
  304. >> ERROR: BAD COMMAND
  305. << AT+CRSM=192,28493,0,0,15
  306. >> ERROR: BAD COMMAND
  307. << AT+CRSM=176,12258,0,0,10
  308. >> +CRSM: 144,0,98101430121181157002<CR>OK
  309. << AT+CRSM=178,28480,1,4,32
  310. >> +CRSM: 144,0,ffffffffffffffffffffffffffffffffffff07815155255155f4ffffffffffff<CR>OK
  311. << AT+CRSM=178,28617,1,4,4
  312. >> +CRSM: 144,0,01000000<CR>OK
  313. << AT+CRSM=176,28589,0,0,4
  314. >> +CRSM: 144,0,00000003<CR>OK
  315. << AT+CRSM=178,28618,1,4,5
  316. >> +CRSM: 144,0,0000000000<CR>OK
  317. << AT+CRSM=176,28433,0,0,1
  318. >> +CRSM: 144,0,55<CR>OK
  319. << AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
  320. >> +COPS: 0,0,"Android"<CR>+COPS: 0,1,"Android"<CR>+COPS: 0,2,"310260"<CR>OK
  321. << AT+CGREG?
  322. >> +CGREG: 1,1,"ffffffff","ffffffff","000e"<CR>OK
  323. << AT+CREG?
  324. >> +CREG: 2,1, "ffffffff", "ffffffff"<CR>OK
  325. << AT+COPS?
  326. >> +COPS: 0,2,310260<CR>OK
  327. << AT+CRSM=176,28435,0,0,1
  328. >> +CRSM: 144,0,55<CR>OK
  329. << AT+CRSM=178,28613,1,4,24
  330. >> +CRSM: 144,0,43058441aa890affffffffffffffffffffffffffffffffff<CR>OK
  331. << AT+CRSM=176,28472,0,0,15
  332. >> +CRSM: 144,0,ff30ffff3c003c03000c0000f03f00<CR>OK
  333. << AT+CRSM=176,28438,0,0,2
  334. >> +CRSM: 144,0,0233<CR>OK
  335. << AT+CRSM=192,28436,0,0,15
  336. >> +CRSM: 144,0,000000146f1404001aa0aa01020000<CR>OK
  337. << AT+CRSM=176,12258,0,0,10
  338. >> +CRSM: 144,0,98101430121181157002<CR>OK
  339. << AT+CRSM=192,28615,0,0,15
  340. >> +CRSM: 144,0,000000406fc7040011a0aa01020120<CR>OK
  341. << AT+CRSM=176,28436,0,0,20
  342. >> +CRSM: 144,0,416e64726f6964ffffffffffffffffffffffffff<CR>OK
  343. << AT+CRSM=178,28615,1,4,32
  344. >> +CRSM: 144,0,566f6963656d61696cffffffffffffffffff07915155125740f9ffffffffffff<CR>OK
  345. << AT+COPS?
  346. >> +COPS: 0,2,310260<CR>OK
  347. << AT+CGDCONT=1,"IP","epc.tmobile.com",,0,0
  348. >> OK
  349. << AT+CGQREQ=1
  350. >> OK
  351. << AT+CGQMIN=1
  352. >> OK
  353. << AT+CGEREP=1,0
  354. >> OK
  355. << AT+CGACT=1,0
  356. >> OK
  357. << ATD*99***1#
  358. >> OK
  359. << AT+CGACT?
  360. >> +CGACT: 1,1<CR><LF><CR>OK
  361. << AT+CGDCONT?
  362. >> +CGDCONT: 1,"IP","epc.tmobile.com","10.0.2.15",0,0<CR><LF><CR>OK
  363. << AT+CSQ
  364. >> +CSQ: 12,4,90,120,80,120,4,90,100,10,30,7,200<CR><LF><CR>OK
  365. << AT+CSQ
  366. >> +CSQ: 12,4,90,120,80,120,4,90,100,10,30,7,200<CR><LF><CR>OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement