Advertisement
dr_gogeta86

Untitled

Dec 30th, 2014
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.84 KB | None | 0 0
  1. root@dory minimer]# uname -a
  2. Linux dory 3.10.0-gb734005-dirty #5 SMP PREEMPT Sun Dec 28 14:08:37 UTC 2014 armv7l armv7l armv7l GNU/Linux
  3. [root@dory minimer]# cat /proc/cpuinfo
  4. processor   : 0
  5. model name  : ARMv7 Processor rev 3 (v7l)
  6. BogoMIPS    : 38.40
  7. Features    : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
  8. CPU implementer : 0x41
  9. CPU architecture: 7
  10. CPU variant : 0x0
  11. CPU part    : 0xc07
  12. CPU revision    : 3
  13.  
  14. processor   : 1
  15. model name  : ARMv7 Processor rev 3 (v7l)
  16. BogoMIPS    : 38.40
  17. Features    : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
  18. CPU implementer : 0x41
  19. CPU architecture: 7
  20. CPU variant : 0x0
  21. CPU part    : 0xc07
  22. CPU revision    : 3
  23.  
  24. processor   : 2
  25. model name  : ARMv7 Processor rev 3 (v7l)
  26. BogoMIPS    : 38.40
  27. Features    : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
  28. CPU implementer : 0x41
  29. CPU architecture: 7
  30. CPU variant : 0x0
  31. CPU part    : 0xc07
  32. CPU revision    : 3
  33.  
  34. processor   : 3
  35. model name  : ARMv7 Processor rev 3 (v7l)
  36. BogoMIPS    : 38.40
  37. Features    : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
  38. CPU implementer : 0x41
  39. CPU architecture: 7
  40. CPU variant : 0x0
  41. CPU part    : 0xc07
  42. CPU revision    : 3
  43.  
  44. Hardware    : Qualcomm MSM 8226 DORY (Flattened Device Tree)
  45. Revision    : 0007
  46. Serial      : 0000000000000000
  47. [root@dory minimer]# mount /dev/mmcblk0p19 /system/
  48. [root@dory minimer]#
  49. [root@dory minimer]#
  50. [root@dory minimer]#  EGL_PLATFORM=hwcomposer /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml
  51. EGLFS: Screen Info
  52.  - Physical size: QSizeF(30, 30)
  53.  - Screen size: QSize(280, 280)
  54.  - Screen depth: 32
  55. linkerlinker.c:2011| ERROR: failed to link libui.so
  56. linkerlinker.c:1934| ERROR:     0 could not load needed library 'libui.so' for 'libqdutils.so' (reloc_library[1344]:     0 cannot locate '_ZN7android9CallStackC1EPKci'...
  57. )
  58. linkerlinker.c:2011| ERROR: failed to link libqdutils.so
  59. linkerlinker.c:1934| ERROR:     0 could not load needed library 'libqdutils.so' for 'libmemalloc.so' (link_image[1934]:     0 could not load needed library 'libui.so' for 'libqdutils.so' (reloc_library[1344]:     0 cannot locate '_ZN7android9CallStackC1EPKci'...
  60. ))
  61. linkerlinker.c:2011| ERROR: failed to link libmemalloc.so
  62. linkerlinker.c:1934| ERROR:     0 could not load needed library 'libmemalloc.so' for 'gralloc.msm8226.so' (link_image[1934]:     0 could not load needed library 'libqdutils.so' for 'libmemalloc.so' (link_image[1934]:     0 could not load needed library 'libui.so' for 'libqdutils.so' (reloc_library[1344]:     0 cannot locate '_ZN7android9CallStackC1EPKci'...
  63. )))
  64. linkerlinker.c:2011| ERROR: failed to link gralloc.msm8226.so
  65. failed to get gralloc module: (Invalid argument)
  66. qmlscene: eglplatform_hwcomposer.cpp:27: void hwcomposerws_init_module(ws_egl_interface*): Assertion `0' failed.
  67. Aborted
  68. [root@dory minimer]# date
  69. mar 30 dic 2014, 16.28.41, EET
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement