Hi guys,
I would like to know the status concerning B2G support on Nexus5, because I have some issues.
My goal is to build from source an image.
I followed the explanations from
git clone git://github.com/mozilla-b2g/B2G.git && cd B2G
./config.sh nexus-5-l
./build.sh
Then, I encountered some issues with flash.sh, so I flash the images manually:
fastboot flash boot boot.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot flash system system.img
When I reboot my Nexus 5, it seems to work but…
As soon as I go through settings menu, When I click somewhere, my screen becomes black and I have the following message in the logcat:
--------- beginning of main
E/sdcard ( 206): missing packages.list; retrying
D/QSEECOMD: ( 1587): qseecom listener services process entry PPID = 1
E/QSEECOMD: ( 1587): Listener: index = 0, hierarchy = 0
E/QSEECOMD: ( 1587): Init dlopen(librpmb.so, RLTD_NOW) is failed…
E/QSEECOMD: ( 1587): ERROR: RPMB_INIT failed, shall not start listener services
E/sdcard ( 206): missing packages.list; retrying
F/MOZ_Assert( 197): Assertion failure: mWorkerLoopID == MessageLoop::current()->id() (not on worker thread!), at …/…/dist/include/mozilla/ipc/MessageChannel.h:446
--------- beginning of crash
F/libc ( 197): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 730 (Compositor)
I/DEBUG ( 189): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 189): Build fingerprint: 'Android/full_hammerhead/hammerhead:5.1.1/LVY48I/jmg08231909:eng/test-keys’
I/DEBUG ( 189): Revision: '11’
I/DEBUG ( 189): ABI: 'arm’
I/DEBUG ( 189): pid: 197, tid: 730, name: Compositor >>> /system/b2g/b2g <<<
I/DEBUG ( 189): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
I/DEBUG ( 189): Abort message: 'Assertion failure: mWorkerLoopID == MessageLoop::current()->id() (not on worker thread!), at …/…/dist/include/mozilla/ipc/MessageChannel.h:446
I/DEBUG ( 189): '
I/DEBUG ( 189): r0 0000009e r1 86de87ba r2 86de87ba r3 00000000
I/DEBUG ( 189): r4 00000001 r5 aee81b24 r6 aee81b24 r7 a8328830
I/DEBUG ( 189): r8 00000001 r9 aee81b84 sl ae879548 fp aee81db0
I/DEBUG ( 189): ip aee81618 sp aee81ad8 lr b36d663d pc b36d663e cpsr 600f0030
I/DEBUG ( 189):
I/DEBUG ( 189): backtrace:
I/DEBUG ( 189): #00 pc 005e863e /system/b2g/libxul.so
I/DEBUG ( 189): #01 pc 005ecc71 /system/b2g/libxul.so
I/DEBUG ( 189): #02 pc 005efa59 /system/b2g/libxul.so
I/DEBUG ( 189): #03 pc 006f1617 /system/b2g/libxul.so
I/DEBUG ( 189): #04 pc 010e0465 /system/b2g/libxul.so
I/DEBUG ( 189): #05 pc 00935e8b /system/b2g/libxul.so
I/DEBUG ( 189): #06 pc 008efc15 /system/b2g/libxul.so
I/DEBUG ( 189): #07 pc 005dc60d /system/b2g/libxul.so
I/DEBUG ( 189): #08 pc 005de6dd /system/b2g/libxul.so
I/DEBUG ( 189): #09 pc 005de761 /system/b2g/libxul.so
I/DEBUG ( 189): #10 pc 005da20f /system/b2g/libxul.so
I/DEBUG ( 189): #11 pc 005da0c3 /system/b2g/libxul.so
I/DEBUG ( 189): #12 pc 005dfdb7 /system/b2g/libxul.so
I/DEBUG ( 189): #13 pc 005def79 /system/b2g/libxul.so
I/DEBUG ( 189): #14 pc 00016baf /system/lib/libc.so (__pthread_start(void*)+30)
I/DEBUG ( 189): #15 pc 00014af3 /system/lib/libc.so (__start_thread+6)
I/DEBUG ( 189):
I/DEBUG ( 189): Tombstone written to: /data/tombstones/tombstone_07
I/ServiceManager( 174): service ‘android.security.keystore’ died
I/ServiceManager( 174): service ‘display.qservice’ died
I/ServiceManager( 174): service ‘SurfaceFlinger’ died
I/ServiceManager( 174): service ‘permission’ died
I anyone could help, I would really appreciate !!!
thanks a lot
Jean-Marc