[android-porting] How can I monitor/trace an intent?

2009-08-10 Thread Dig
Hi all, Is there any tools can monitor/trace intents over adb? After some modification ConnectivityService, my application receives so many intents from WiFi/Mobile state tracker, so I'm finding a tool to debug it. Is there some tools in tools can monitor/trace intents? Thank you. --~--~---

[android-porting] Re: pppd stuck in TIOCSETD ioctl call

2009-07-05 Thread Dig
Hi Ash, I'm interesting in disabling gsm, could you tell me how to do this? Thank you. stop ril or other process? On Jul 4, 3:58 pm, Ash wrote: > Hi, > My pppd stuck in ioctl(tty_fd, TIOCSETD, &ppp_disc) call in > tty_establish_ppp function. > > i am using same serial interface(/dev/ttymxc

[android-porting] Re: How to call shell script from JNI?

2009-02-12 Thread Dig
I also try to do something(a command, not a script) with system(), it always does not work. system() return value is 256(-1), according to ./bionic/libc/unistd/system.c is that means fork() error? On Feb 12, 9:52 am, Dan Bornstein wrote: > On Wed, Feb 11, 2009 at 4:54 AM, Corey wrote: > > Curr

[android-porting] Re: Wifi scan result only one AP?

2009-02-04 Thread Dig
Thanks all. I have fixed, in WifiService.java, it expect signal strength begin with "-", but my wpa_supplicant do not have the sign. After I add this sign in wpa_supplicant, it works well. Thanks again. On Feb 4, 1:03 pm, Dig wrote: > Hi all, >   I'm trying porting A

[android-porting] Wifi scan result only one AP?

2009-02-03 Thread Dig
Does anyone known the reason? Thanks. Dig --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

[android-porting] How can i make my wireless work?

2009-01-14 Thread Dig
I have a wireless adapter, and compiled the driver. I can connect to network if i use "netcfg" and "iwconfig", But i cannot scan any network in "Settings", it("netcat") report that /data/system/wpa_suppicant/ath0: no such file or directory. I create that file (a blank file), it doesn't work too.