Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 00:41, Jose Vidal a écrit : Hi everyone, I am getting the following error I/ServiceManager( 2487): service 'media.resource_manager' died B2G is crashing/dying ? Can anybody please help why I am seeing this error. Thanks in advance, Jose

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Hi Alexandre. Only I have bootanimation in loop. This is my last logcat http://pastebin.com/EJqUwy7Q I don't know what is the problem Thanks in advance. Jose ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Hi Alexandre, Do you any idea ? Best regards, Jose. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 09:42, Jose Vidal a écrit : Hi Alexandre, Do you any idea ? Looks like B2G crashes after bootanimation. Can you issue |stop b2g| in an db shell and then issue |/system/bin/b2g.sh| and share us the output ? I suspect you may get a segfault. If it's the case, then stay with b2g

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Hi Alexandre, Thanks for your help. This is the output $ adb shell root@android:/ # stop b2g root@android:/ # /system/bin/b2g.sh 1397058143956 Marionette INFOmarionette enabled via build flag and pref 1397058144314 Marionette INFO

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 10:12, Jose Vidal a écrit : Hi Alexandre, Thanks for your help. This is the output $ adb shell root@android:/ # stop b2g root@android:/ # /system/bin/b2g.sh 1397058143956 Marionette INFOmarionette enabled via build flag

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
You say, root@android:/ # rm /data/local/* and root@android:/ # ls /data/b2g/* And then, root@android:/ # stop b2g root@android:/ # /system/bin/b2g.sh This is correct ? JOse ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Sorry You say, root@android:/ # rm /data/local/* and root@android:/ # rm /data/b2g/* And then, root@android:/ # stop b2g root@android:/ # /system/bin/b2g.sh This is correct ? Jose ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Ok. Thanks. I get root@android:/ # rm -r /data/b2g/* root@android:/ # rm -r /data/lo local/ lost+found/ root@android:/ # rm -r /data/local/*

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 10:23, Jose Vidal a écrit : Ok. Thanks. I get root@android:/ # rm -r /data/b2g/* root@android:/ # rm -r /data/lo local/ lost+found/ root@android:/ # rm -r

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
I did it again root@android:/ # rm -r /data/local/* root@android:/ # rm -r /data/b2g/* root@android:/ # stop b2g root@android:/ # /system/bin/b2g.sh

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Hi Alexandre, I get ./run-gdb.sh: line 124: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin/arm-linux-androideabi-gdb: No such file or directory How I can to install gdb? Regards, Jose ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 10:33, Jose Vidal a écrit : Hi Alexandre, I get ./run-gdb.sh: line 124: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/bin/arm-linux-androideabi-gdb: No such file or directory How I can to install gdb? It looks like your manifest is not correct. What device ?

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Sorry, the run-gdb.sh file says : elif [ -d prebuilts ]; then GDB=prebuilts/gcc/$(uname -s | tr [[:upper:]] [[:lower:]])-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gdb else But I have : $

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Sorry, the run-gdb.sh file says : elif [ -d prebuilts ]; then GDB=prebuilts/gcc/$(uname -s | tr [[:upper:]] [[:lower:]])-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gdb else But I have : $

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 10:39, Jose Vidal a écrit : Sorry, the run-gdb.sh file says : elif [ -d prebuilts ]; then GDB=prebuilts/gcc/$(uname -s | tr [[:upper:]] [[:lower:]])-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gdb else But I have : $

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
Ok, I have gdbserver, but I get this: B2G$ ./run-gdb.sh ADB Location: adb ..killing gdbserver pid 3538 Terminated /system/bin/sh: kill: 3539: No such process Process /system/b2g/b2g created; pid = 3573 Listening on port 11000

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 10:59, Jose Vidal a écrit : Ok, That was solved This is the GDB B2G$ ./run-gdb.sh ADB Location: adb ..killing gdbserver pid 3572 Terminated /system/bin/sh: kill: 3573: No such process Process /system/b2g/b2g created; pid = 3597 Listening on port 11000

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
El jueves, 10 de abril de 2014 04:10:55 UTC-5, Alexandre Lissy escribió: Le 10/04/2014 10:59, Jose Vidal a écrit : Ok, That was solved This is the GDB B2G$ ./run-gdb.sh ADB Location: adb ..killing gdbserver pid 3572 Terminated /system/bin/sh: kill:

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Le 10/04/2014 11:16, Jose Vidal a écrit : El jueves, 10 de abril de 2014 04:10:55 UTC-5, Alexandre Lissy escribió: Le 10/04/2014 10:59, Jose Vidal a écrit : Ok, That was solved This is the GDB B2G$ ./run-gdb.sh ADB Location: adb ..killing gdbserver pid 3572 Terminated

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
El jueves, 10 de abril de 2014 04:18:53 UTC-5, Alexandre Lissy escribió: Le 10/04/2014 11:16, Jose Vidal a écrit : El jueves, 10 de abril de 2014 04:10:55 UTC-5, Alexandre Lissy escribió: Le 10/04/2014 10:59, Jose Vidal a écrit : Ok, That was solved

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
I have 11|root@android:/ # ls system/lib/hw/hwcomposer hwcomposer.imx6.sohwcomposer_viv.imx6.so 11|root@android:/ # ls system/lib/hw/hwcomposer Which one hwcomposer do you say ? I would say both. But I don't know the difference between

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
El jueves, 10 de abril de 2014 04:27:23 UTC-5, Alexandre Lissy escribió: I have 11|root@android:/ # ls system/lib/hw/hwcomposer hwcomposer.imx6.sohwcomposer_viv.imx6.so 11|root@android:/ # ls system/lib/hw/hwcomposer

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
El jueves, 10 de abril de 2014 04:34:20 UTC-5, Jose Vidal escribió: El jueves, 10 de abril de 2014 04:27:23 UTC-5, Alexandre Lissy escribió: I have 11|root@android:/ # ls system/lib/hw/hwcomposer hwcomposer.imx6.so

Re: [b2g] My Tarako's CPU never idles

2014-04-10 Thread Gervase Markham
On 09/04/14 23:09, Dave Huseby wrote: dang, maybe I'm only allowed 1 attachment? Mozilla lists don't allow any attachments AFAIK. Gerv ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] 04/10/2014 TPE Hamachi Gaia-ui Automation v1.5.0 Mozilla RIL Build - 122/132 tests

2014-04-10 Thread Eric Chang
Add CC. 132 tests ran in 13029 seconds. 105 passed , 4 skipped , 0 failed , 32 errors . 4 expected failures , 2 unexpected passes . Test failures: test_everythingme_app_install.py - Bug 990580 - Tests are failing on Jenkins with timeout when trying to switch to the app frame

Re: [b2g] Other Languages and Frameworks

2014-04-10 Thread Nicolas B. Pierron
On 04/09/2014 10:47 AM, Bob Thulfram wrote: This book covers Ruby, JavaScript, Erlang, Haskell, and Clojure. Has anyone run any other languages except JavaScript on Firefox OS. […] So any other languages for Firefox OS except JavaScript? Possible if not desireable? From a JavaScript engine

[b2g] 04/10/2014 Hamachi Gaia-ui Automation v1.4 Mozilla RIL Build 128/133

2014-04-10 Thread florin.strugariu
Hi all, Here is the automation report on Hamachi for today. Only one fail in our tests that it's already fixed. Cheers, Bebe *Summary:* 133 tests ran in 8964 seconds. 128 passed, 24 skipped, 0 failed, 1 errors. 4 expected failures, 0 unexpected passes. *Test failures:*

[b2g] 04/10/2014 Hamachi Gaia-ui Automation v1.3 Mozilla RIL Build 124/126 tests

2014-04-10 Thread Viorela Ioia
Hi all, Here is the automation report on Hamachi for today. We had a green build, all the tests behaved as expected. Cheers, Viorela *Summary* 126 tests ran in 8532 seconds. 124 passed, 0 skipped, 0 failed, 0 errors. 2 expected failures, 0 unexpected passes. *Test failures:* None *Build

Re: [b2g] How can I get a gaia including Simplified Chinese?

2014-04-10 Thread Chris Mills
On 10 Apr 2014, at 04:36, chardis d...@mozilla.com wrote: 于 2014/4/9 17:44, Jan Jongboom 写道: On Tuesday, April 8, 2014 5:59:53 AM UTC+2, didi7 wrote: Hi, I git a gaia code from Github,and when I run it in the B2G Desktop Client,there is only Tradtional Chinese available and no any

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Jose Vidal
El jueves, 10 de abril de 2014 05:26:41 UTC-5, Juan Gómez escribió: Hi Jose, When you run ./run-gdb.sh , it always stop at this line. You only have to continue (pressing 'c' and Enter) and wait for the crash. When this happens, type: 'bt' and paste the results. Anyway, if I remember

Re: [b2g] service 'media.resource_manager' died

2014-04-10 Thread Alexandre Lissy
Looks like either a bug in gralloc or in our use. The fact that it happens on unregisterBuffer() makes me wondering about https://bugzilla.mozilla.org/show_bug.cgi?id=824666 Le 10/04/2014 17:55, Jose Vidal a écrit : El jueves, 10 de abril de 2014 05:26:41 UTC-5, Juan Gómez escribió: Hi Jose,

[b2g] Fail to bild Firefox os for zte a21plus (Unagi)

2014-04-10 Thread Антон Козловский
Hi. I have the next problem. While building the system I get an error that says that I have to download Adreno 2xx User-mode Android ICS Graphics Driver (ARMv7), but I can't find it anywhere. The support of the Qualcomm said that they do not provide the old version for downloading. So how can I

Re: [b2g] Mouse events not working on simulator

2014-04-10 Thread Nikola Veljkovic
Perhaps you should check this out: Bug 989407 - Clicking on things is very hard on latest hamachi m-c code https://bugzilla.mozilla.org/show_bug.cgi?id=989407#c2 On Thursday, April 10, 2014 3:52:09 AM UTC+2, Prateek Jadhwani wrote: Hey guys, It seems that mouse events are not working on

Re: [b2g] Firewatch: Realtime B2G info

2014-04-10 Thread Dave Huseby
I'd like to make a few meta points related to our tooling: 1. IMO, all tools discussion like this should be cc'd to the tools mailing list. I'd like us to focus tool-specific discussions there: https://lists.mozilla.org/listinfo/tools Currently we have simultaneous tools discussions happening

Re: [b2g] Mouse events not working on simulator

2014-04-10 Thread Prateek Jadhwani
Thanks Nikola, I did add my comment on the bug. But it says resolved. And i am not able to figure out the solution to that problem. *Prateek Jadhwani* www.prateekjadhwani.com On Thu, Apr 10, 2014 at 4:13 AM, Nikola Veljkovic nveljko...@gmail.comwrote: Perhaps you should check this out:

[b2g] App startup times for Tarako now available on Datazilla

2014-04-10 Thread Jonathan Griffin
Hi all, Thanks to the efforts of Dave Hunt and others, we are now able to run b2gperf on Tarako devices. This means we have app launch times reporting to datazilla on the 1.3T branch:

[b2g] Failed to create EGLContext

2014-04-10 Thread Jose Vidal
Hi everyone, I'm to porting B2G in freescale device. I get only bootanimation in loop. I have maybe problems with hwcomposer, gralloc or something. This is my GDB. __dl__start () at bionic/linker/arch/arm/begin.S:35 35 mov r0, sp (gdb) c Continuing. Loading JavaScript value

[b2g] build error on Mac OS X Mavericks about stdio.h

2014-04-10 Thread Yusuke
Hi guys, I get a new PC;) and am setting up build environment. but, I still face a stdio.h error... external/qemu/dma.h:13:19: error: stdio.h: No such file or directory My new pc follows below web page's to set up build enviroment.

[b2g] Disabling b2g reftests on the minis on trunk

2014-04-10 Thread Armen Zambrano G.
Hello, Due to bug 907770 we're going to disable b2g reftests on the trunk trees on the Mac Rev3 minis a week earlier. We will keep running b2g reftests on the EC2 instances. The b2g reftests on EC2 having reliably green for several weeks already. Next week we will disable the jobs on the minis

[b2g] 04/10/2014 Buri v1.4 MOZ RIL Smoke Test Results - 48/48 tests passed, no new blockers

2014-04-10 Thread Marcia Knous
48 out of 48 tests passed for the 2014-04-10 Buri v1.4.0 MOZ RIL Build. There are no major issues preventing the smoketest from passing. MOZ RIL Build Smoketest Results: Daily Smoke Test Logs:

[b2g] 04/10/2014 Buri Master/M-C Mozilla RIL Smoke Test Results - 48/48 tests passed, no new blockers

2014-04-10 Thread Marcia Knous
48 out of 48 tests passed for the 2014-04-10 Buri Master M-C Mozilla RIL Build. There are no major issues preventing smoketest from passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs:

[b2g] 04/10/2014 Tarako v1.3t Smoke Test Results - 46/48 tests passed, no new blockers

2014-04-10 Thread John Hammink
46 out of 48 tests passed for the 2014-04-10 Buri v1.3t Build. There are two existing issues that kept the smoketests from fully passing. Smoketest Results: Daily Smoke Test Logs:

[b2g] Can't use mozAlarms API

2014-04-10 Thread Prateek Jadhwani
Hi there, I am trying to use the example given in https://developer.mozilla.org/en-US/docs/Web/API/MozAlarmsManager.getAll for one of my bugs, and it seems that it returns a different id everytime I try to get alarm.id and returns the current time in alarm.date.toString(). I still have no

Re: [b2g] Failed to create EGLContext

2014-04-10 Thread Chiajung Hung
Hi Jose, It crashes here since eglCreateContext returns EGL_NO_CONTEXT that Compositor needs. I think you can try to: 1. load the eglGetError symbol. 2. call eglGetError here to check what's wrong: https://www.khronos.org/registry/egl/sdk/docs/man/html/eglCreateContext.xhtml Best Regards,