On 26 August 2011 16:50, weihongcsu li <[email protected]> wrote:
> Anyone knows?Any suggestion will be appreciated.I have a new logcat with
> more debug msg:
> ######################## click connect #################################3
(lots of snips)
> I/ActivityManager(  200): Low Memory: No more background processes.
> D/ConnectivityService(  200): Dropping ConnectivityChange for WIFI:
>> I/ActivityManager(  200): Process com.google.android.apps.uploader (pid
>> 750) has died.
>> I/ActivityManager(  200): Low Memory: No more background processes.

These bits (along with other parts of the log) suggest that you are
establishing a DHCP connection, but the system is running out of
memory and terminating background processes (of which dhcp is one).
I'd strip out all ephemeral processes from the startup and see if it
will work. Looks like there's not enough RAM in the system to support
a full Android system, so you'll either have to increase the RAM or
build a very minimal operating environment.

cheers
john

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to