I'm trying to run Android JellyBean on a simulator that simulates 
VersatileExpress board (with Cortex-A15) (http://www.m5sim.org)

I would like to know
1) If this is possible - I have tried several configurations with armdroid 
kernels that claim to have ICS working (Not sure why JB would not work when 
they claim ICS does)
2) If yes, what settings need to be enabled in the kernel to support Android
3) When I try to start an app such as the browser with command
am start -a android.intent.action.VIEW -d http://www.google.com

I get the following output
D/dalvikvm( 2303): DEX prep '/system/app/Browser.apk': unzip in 292ms, 
rewrite 4417ms
I/ActivityThread( 2303): Pub com.android.browser;browser: 
com.android.browser.provider.BrowserProvider2
I/ActivityThread( 2303): Pub com.android.browser.home: 
com.android.browser.homepages.HomeProvider
I/ActivityThread( 2303): Pub com.android.browser.snapshots: 
com.android.browser.provider.SnapshotProvider
W/ApplicationContext( 2303): Unable to create external files directory
E/ActivityThread( 2303): Failed to find provider info for 
com.google.settings
E/ActivityThread( 2303): Failed to find provider info for 
com.google.settings
W/InputMethodManagerService( 1578): Window already focused, ignoring focus 
gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@66bb4a60 
attribute=null
E/ThrottleService( 1578): problem during onPollAlarm: 
java.lang.IllegalStateException: problem parsing stats: 
java.io.FileNotFoundException: /proc/net/xt_qtaguid/iface_stat_all: open 
failed: ENOENT (No such file or directory)
E/ThrottleService( 1578): problem during onPollAlarm: 
java.lang.IllegalStateException: problem parsing stats: 
java.io.FileNotFoundException: /proc/net/xt_qtaguid/iface_stat_all: open 
failed: ENOENT (No such file or directory)
Starting: Intent { act=android.intent.action.VIEW dat=http://www.google.com 
}
D/AndroidRuntime( 2336): 
D/AndroidRuntime( 2336): >>>>>> AndroidRuntime START 
com.android.internal.os.RuntimeInit <<<<<<
D/AndroidRuntime( 2336): CheckJNI is ON
D/dalvikvm( 2336): Trying to load lib libjavacore.so 0x0
D/dalvikvm( 2336): Added shared lib libjavacore.so 0x0
D/dalvikvm( 2336): Trying to load lib libnativehelper.so 0x0
D/dalvikvm( 2336): Added shared lib libnativehelper.so 0x0
D/AndroidRuntime( 2336): Calling main entry com.android.commands.am.Am
I/ActivityManager( 1578): START {act=android.intent.action.VIEW 
dat=http://www.google.com flg=0x10000000 
cmp=com.android.browser/.BrowserActivity u=0} from pid 2336
D/AndroidRuntime( 2336): Shutting down VM
I/AndroidRuntime( 2336): NOTE: attach of thread 'Binder_3' failed
D/dalvikvm( 2336): GC_CONCURRENT freed 98K, 82% free 483K/2560K, paused 
1ms+5ms, total 22ms



I would greatly appreciate any help

Regards
Guru

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to