[android-porting] android.process.media has stopped unexpectedly

2009-06-04 Thread Richard Zhao
hi when starting up the android, i get the error message window "the process android.process.media has stopped unexpectedly. please try again" when I click "Force close" and step into Media Scanner, I get the message " Send Action_media_mounted to trigger the media scanner" How can I resolve th

[android-porting] How do install binary files to system/lib/egl using BUILD_MULTI_PREBUILT?

2011-08-04 Thread Richard Zhao
By "include $(BUILD_MULTI_PREBUILT)", I can install files in LOCAL_PREBUILT_LIBS to system/lib dir. But How could I install egl file to system/lib/egl in the same way? I also condiser using PRODUCT_COPY_FILES, but it has to be in AndroidProducts.mk and can not check macros in BoardConfig.mk. Than

[android-porting] wpa_supplicant not compiled?

2008-12-04 Thread Richard Zhao
Hi all, I got android souce using repo sync, and run choosecombo using the default value. After making, I find external/wpa_supplicant was not compiled. I can't find place to add wpa_supplicant for compile. I also tried the wpa_supplicant from G1 phone, but it doesn't support wireless extension

[android-porting] Re: wpa_supplicaent

2008-12-09 Thread Richard Zhao
<[EMAIL PROTECTED]>: > Thanks a lot Richard. This is really a good pointer.. > >>> Jithu Jance. > > > On Tue, Dec 9, 2008 at 12:50 PM, Richard Zhao <[EMAIL PROTECTED]> wrote: >> >> I think it's : >> GUI -> libhardware -> wpa_supplicant -

[android-porting] Re: wpa_supplicaent

2008-12-09 Thread Richard Zhao
-i eth1 -C/data/misc/wifi/sockets -c/system/etc/wifi/wpa_supplicant.conf user bluetooth group bluetooth net_bt_admin disabled What's wrong? Thanks Richard 2008/12/10 Richard Zhao <[EMAIL PROTECTED]>: > static int control_supplicant(int startIt) > { >char supp_st

[android-porting] Re: wpa_supplicaent

2008-12-09 Thread Richard Zhao
t one. > > -- > nagamatu > > On 12月10日, 午後3:40, "Richard Zhao" <[EMAIL PROTECTED]> wrote: >> I see "property_set(ctrl_prop, SUPPLICANT_NAME)" is starting the >> wpa_supplicant service. >> I tried to run "setprop ctrl.start wpa_supplic

[android-porting] Re: wpa_supplicaent

2008-12-11 Thread Richard Zhao
;init.svc.wpa_supplicant". > > -- > nagamatu > > On 12月10日, 午後4:57, "Richard Zhao" <[EMAIL PROTECTED]> wrote: >> # ls /dev/socket/property_servi'ce >> /dev/socket/property_service >> >> I can't see any error message. >> ini

[android-porting] Re: wpa_supplicaent

2008-12-11 Thread Richard Zhao
Sure I can run it from console. After "start wpa_supplicant", "getprop init.svc.wpa_supplicant" show "restarting". Thanks Rihard 2008/12/11 Sean McNeil : > > Are you even certain you have the wpa_supplicant binary? Can you run the > command from the she

[android-porting] dir owned by system readonly for root?

2009-03-14 Thread Richard Zhao
Hi Group, I'm building the latest android. kernel is android-2.6.25, using nfs rootfs. I commit "mount rootfs rootfs / ro remount" Boot up can enter console. But Can't open dex cache '/data/dalvik-cache/ sys...@framework@core@classes.dex': No such file or directory The default user of conso

[android-porting] Re: dir owned by system readonly for root?

2009-03-17 Thread Richard Zhao
On Sun, Mar 15, 2009 at 9:33 AM, Richard Zhao wrote: > > Hi Group, > > I'm building the latest android. kernel is android-2.6.25, using nfs > rootfs. > I commit "mount rootfs rootfs / ro remount" > > Boot up can enter console. But > Can't open de