Hi Jose, ----- Original Message ----- > From: "Jose Vidal" <[email protected]> > To: "Dave Hylands" <[email protected]> > Cc: [email protected] > Sent: Monday, March 31, 2014 8:21:49 AM > Subject: Re: [b2g] b2g is not running during init process > > Hi Dave, > > This was fixed. > > I used > > readelf -d libhardware_legacy.so > > Finally, I needed libwpa_client.so > > Actually, I have others service in different place: /system/media, > /system/b2g.. etc. > > So, only I have add the missed libraries inside directory ?.
We use a few of the low level services. What exactly is needed for each service sometimes changes from phone to phone. There are way too many variables to give you a generic answer. > Is there automatic form to does that during build process? Only the parts that are built from source. Unfortunately, many of these don't have source code available. So we just copy them from the vendor phone. Each phone is slightly different. For example, for the unagi: https://github.com/mozilla-b2g/android-device-unagi/blob/master/extract-files.sh or for the hamachi: https://github.com/mozilla-b2g/android-device-hamachi/blob/master/extract-files.sh I can't tell you what's needed for a new phone, except that you need enough stuff to make everything work. Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
