Try changing available memory in bootargs set in u-boot! Thats one of the ways it worked out for us during the bootup phase. Regards Kozak
On Mar 11, 12:28 pm, susanner <[email protected]> wrote: > may I ask how to increase the available memory? you mean change the real hard > ware board? can I implement through change my programs? Is this because of > empty application? the catlog shows > > >>I/ActivityManager( 801): Exiting empty application process > >> android.process.media (android.os.Binder > >> pr...@43470498) > >> I/Process ( 801): Sending signal. PID: 995 SIG: 9 > >> I/ActivityThread( 987): Removing dead content provider: media > >> I/ActivityManager( 801): Killing app com.android.music (pid 987) > >> because provider com.android.provi > >> ders.media.MediaProvider is in dying process android.process.media > > what does this mean? > > 在2009-03-11,kozak <[email protected]> 写道: > > > > >Hi Pramod, > >Seems like you are out of memory! Try increasing the available > >memory. > > >Regards > >Kozak > > >On Mar 10, 9:32 am, pramod <[email protected]> wrote: > >> hi > > >> i have ported android onto the OMAP 3430 board. The android boots > >> properly. But while opening the video applicatoin it quits.No error > >> message is displayed on the screen. > > >> on running the logcat i got the following log. > > >> I/ActivityManager( 801): Starting activity: Intent > >> { action=android.intent.action.MAIN categories={ > >> android.intent.category.LAUNCHER} flags=0x10200000 comp= > >> {com.android.music/com.android.music.VideoBr > >> owserActivity} } > >> I/ActivityManager( 801): Start proc com.android.music for activity > >> com.android.music/.VideoBrowserA > >> ctivity: pid=987 uid=10022 gids={3003} > >> I/ActivityManager( 801): Start proc android.process.media for content > >> provider com.android.provider > >> s.media/.MediaProvider: pid=995 uid=10010 gids={1006, 3003, 2001} > >> I/ActivityThread( 995): Publishing provider downloads: > >> com.android.providers.downloads.DownloadProv > >> ider > >> I/ActivityThread( 995): Publishing provider drm: > >> com.android.providers.drm.DrmProvider > >> I/ActivityThread( 995): Publishing provider media: > >> com.android.providers.media.MediaProvider > >> V/MediaProvider( 995): Attached volume: internal > >> V/MediaProvider( 995): /sdcard volume ID: 1236609404 > >> V/MediaProvider( 995): Attached volume: external > >> W/InputManagerService( 801): Starting input on non-focused client > >> com.android.internal.view.IInputM > >> ethodclient$stub$pr...@43571880 (uid=10001 pid=843) > >> I/ActivityManager( 801): Displayed activity > >> com.android.music/.VideoBrowserActivity: 401 ms > >> I/ActivityManager( 801): Exiting empty application process > >> android.process.media (android.os.Binder > >> pr...@43470498) > >> I/Process ( 801): Sending signal. PID: 995 SIG: 9 > >> I/ActivityThread( 987): Removing dead content provider: media > >> I/ActivityManager( 801): Killing app com.android.music (pid 987) > >> because provider com.android.provi > >> ders.media.MediaProvider is in dying process android.process.media > >> I/Process ( 801): Sending signal. PID: 987 SIG: 9 > >> I/WindowManager( 801): WIN DEATH: Window{4352f2f0 com.android.music/ > >> com.android.music.VideoBrowserA > >> ctivity} > >> I/ActivityManager( 801): Process com.android.music (pid 987) has > >> died. > >> I/ActivityManager( 801): Low Memory: No more background processes. > >> D/dalvikvm( 801): GC freed 3353 objects / 186184 bytes in 141ms > >> D/ActivityManager( 801): Received spurious death notification for > >> thread android.os.binderpr...@434 > >> 70498 > >> E/InputManagerService( 801): Got RemoteException sending setActive > >> (false) notification > >> E/InputManagerService( 801): android.os.DeadObjectException > >> E/InputManagerService( 801): at android.os.BinderProxy.transact > >> (Native Method) > >> E/InputManagerService( 801): at > >> com.android.internal.view.IInputMethodClient$Stub$Proxy.setActive > >> (IInputMethodClient.java:158) > >> E/InputManagerService( 801): at > >> com.android.server.InputMethodManagerService.unbindCurrentInputLo > >> cked(InputMethodManagerService.java:549) > >> E/InputManagerService( 801): at > >> com.android.server.InputMethodManagerService.startInputLocked(Inp > >> utMethodManagerService.java:609) > >> E/InputManagerService( 801): at > >> com.android.server.InputMethodManagerService.startInput(InputMeth > >> odManagerService.java:693) > >> E/InputManagerService( 801): at > >> com.android.internal.view.IInputMethodManager$Stub.onTransact(IIn > >> putMethodManager.java:113) > >> E/InputManagerService( 801): at > >> com.android.server.InputMethodManagerService.onTransact(InputMeth > >> odManagerService.java:461) > >> E/InputManagerService( 801): at android.os.Binder.execTransact > >> (Binder.java:276) > >> E/InputManagerService( 801): at dalvik.system.NativeStart.run > >> (Native Method) > >> D/dalvikvm( 838): GC freed 9 objects / 304 bytes in 102ms > >> D/dalvikvm( 978): GC freed 850 objects / 61784 bytes in 96ms > >> D/dalvikvm( 843): GC freed 374 objects / 17944 bytes in 42ms > > >> Please point out what could be the reason for the above failure. > > >> Pramod --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
