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.
--~--~---
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
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
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
Does anyone known the reason? Thanks.
Dig
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~--~~~~--~~--~--~---
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.