Re: [b2g] black screen during boot

2014-04-04 Thread Jose Vidal
El martes, 1 de abril de 2014 09:38:09 UTC-5, Shawn Huang escribió: On Tuesday, April 1, 2014 10:10:33 PM UTC+8, Jose Vidal wrote: Can you check 'frameworks/base/libmediaplayerservice' or frameworks/av/media/libmediaplayerservice' folder had been compiled? You probably need to check

Re: [b2g] black screen during boot

2014-04-01 Thread Jose Vidal
Hi everyone, This is my new logcat http://pastebin.com/s3AJWV27 Also, when I run ' mediaserver ' I get root@android:/system/bin # mediaserver soinfo_link_image(linker.cpp:1635): could not load library libmediaplayerservice.so needed by mediaserver; caused by

Re: [b2g] black screen during boot

2014-04-01 Thread Shawn Huang
On Tuesday, April 1, 2014 10:10:33 PM UTC+8, Jose Vidal wrote: Can you check 'frameworks/base/libmediaplayerservice' or frameworks/av/media/libmediaplayerservice' folder had been compiled? You probably need to check /system/lib/libmediaplayerservice.so exists.

Re: [b2g] black screen during boot

2014-04-01 Thread Jose Vidal
El martes, 1 de abril de 2014 09:38:09 UTC-5, Shawn Huang escribió: On Tuesday, April 1, 2014 10:10:33 PM UTC+8, Jose Vidal wrote: Can you check 'frameworks/base/libmediaplayerservice' or frameworks/av/media/libmediaplayerservice' folder had been compiled? You probably need to check

Re: [b2g] black screen during boot

2014-04-01 Thread Jose Vidal
Hi Shawn, In my project the frameworks/av/media/libmediaplayerservice folder exists, but the frameworks/base/libmediaplayerservice folder is not exists. Also, I get root@android:/system/lib # ls -l libmediaplayerservice.so -rwxrwxr-x system system 390496 2014-03-31

Re: [b2g] black screen during boot

2014-04-01 Thread Sasidharan, Anil
That's correct ...! -Original Message- From: dev-b2g [mailto:dev-b2g-bounces+anil.sasidharan=ap.sony@lists.mozilla.org] On Behalf Of Jose Vidal Sent: Tuesday, April 01, 2014 8:35 PM To: mozilla-dev-...@lists.mozilla.org Subject: Re: [b2g] black screen during boot Hi Shawn, In my

Re: [b2g] black screen during boot

2014-04-01 Thread Jose Vidal
Sent: Tuesday, April 01, 2014 8:35 PM To: mozilla-dev-...@lists.mozilla.org Subject: Re: [b2g] black screen during boot Hi Shawn, In my project the frameworks/av/media/libmediaplayerservice folder exists, but the frameworks/base/libmediaplayerservice folder is not exists

Re: [b2g] black screen during boot

2014-04-01 Thread Jose Vidal
Hi everyone, This is the boot on host via serial port connection: http://pastebin.com/h7T8XrKZ And, this is the log when I run $ adb logcat http://pastebin.com/s3AJWV27 I appreciate any kind of help. Thanks in advance Best regards, jvidalsm

Re: [b2g] black screen during boot

2014-04-01 Thread Dave Hylands
What does: adb shell stop b2g adb shell /system/bin/b2g.sh report? It looks like b2g isn't running. Dave Hylands - Original Message - From: Jose Vidal jvida...@gmail.com To: mozilla-dev-...@lists.mozilla.org Sent: Tuesday, April 1, 2014 11:37:42 AM Subject: Re: [b2g] black screen

Re: [b2g] black screen during boot

2014-04-01 Thread Jose Vidal
like b2g isn't running. Dave Hylands - Original Message - From: Jose Vidal jvida...@gmail.com To: mozilla-dev-...@lists.mozilla.org Sent: Tuesday, April 1, 2014 11:37:42 AM Subject: Re: [b2g] black screen during boot Hi everyone, This is the boot on host via serial port

Re: [b2g] black screen during boot

2014-04-01 Thread Jose Vidal
Hi everyone, I have a dependency with SurfaceFlinger, maybe this is a reason which I can't run Gaia. This is the currently boot: http://pastebin.com/85buTm22 This is the currently adb logcat http://pastebin.com/nHed0azm This is the currently top command http://pastebin.com/XmwFrary I hope