I'm using cupcake in my target and it's ok...

Thesedy, I'm porting eclair in my target but I'm facing some problem.

After booting, I got as follow messages.
.
.
.
    6.559554] yaffs_read_super: isCheckpointed 0
[    6.594345] init: cannot find '/system/bin/playmp3', disabling
'bootsound'
[    6.608645] init: cannot find '/system/etc/install-recovery.sh',
disabling 'flash_recovery'
[    6.642102] enabling adb
[    6.642254] adb already enabled
sh: can't access tty; job control turned off
# [    6.677181] SMD: ch 50 0 -> 1
[    6.677442] SMD: ch 50 1 -> 2
[    6.677812] SMD: ch 51 0 -> 1
[    6.680474] SMD: ch 51 1 -> 2
[    6.683512] SMD: ch 52 0 -> 1
[    6.686378] SMD: ch 52 1 -> 2
[    6.711502] eth0: link down
[    6.734439] SMD: ch 0 0 -> 1
[    6.734683] SMD: ch 0 1 -> 2
[    6.838773] warning: `rild' uses 32-bit capabilities (legacy
support in use)
[    7.606726] audio: init: codecs
[    7.606958] SMD: ch 43 0 -> 1
[    7.607248] SMD: ch 43 1 -> 2
[    7.715021] dal_attach: status = 0, name = 'DAL_AQ_AUD'
[    7.715321] audio: init: INIT
[    7.718199] audio: init: OPEN control
[    8.101849] audio: init: attach ACDB
[    8.102078] SMD: ch 48 0 -> 1
[    8.102844] SMD: ch 48 1 -> 2
[    8.215146] dal_attach: status = 0, name = 'DAL_AM_AUD'
[    8.215447] audio: init: attach ADIE
[    8.218602] dal_attach: status = 0, name = 'DAL_AM_AUD'
[    8.714645] request_suspend_state: wakeup (3->0) at 8714285926
(1980-01-06 01:03:00.526393781 UTC)
[    8.742430] init: untracked pid 1012 exited
[   12.200027] request_suspend_state: wakeup (0->0) at 12199667365
(1980-01-06 01:03:04.011774804 UTC)
[   12.222253] init: untracked pid 1062 exited
[   16.707808] request_suspend_state: wakeup (0->0) at 16707449447
(1980-01-06 01:03:08.519557094 UTC)
[   16.732120] init: untracked pid 1069 exited



I got messages from logcat.

# logcat
I/DEBUG   ( 1008): debuggerd: Feb 17 2010 16:51:04
E/dun_service( 1017): The value returned from
dun_getusbmodemstate_fromsys is 2
E/dun_service( 1017): modem is present in configuration
E/dun_service( 1017): The value returned from dun_getusbstate_fromsys
is 2
E/dun_service( 1017): Post event 2
E/dun_service( 1017): rstate == DUN_RMNETSTATE_ERROR in
dun_monitor_kevents
E/dun_service( 1017): received event: DUN_EVENT_USB_PLUG
E/dun_service( 1017): received event(DUN_EVENT_USB_PLUG) in
state(DUN_STATE_USB_UNPLUG)
E/dun_service( 1017): Successfully opened SMD port: e, ext port: f
E/dun_service( 1017): Configured external host port in RAW mode
E/dun_service( 1017): Moved to state(DUN_STATE_IDLE)
E/dun_service( 1017): modem_bits0, prev_mdm_bits 0, init = 1,
E/dun_service( 1017): smdtoextctrl: ext port bits 320, smdoldstatus 0,
init = 1
E/dun_service( 1017): portbridge: Turning ON external port bits 140
I/SamplingProfilerIntegration( 1011): Profiler is disabled.
I/Zygote  ( 1011): Preloading classes...
D/skia    ( 1011): ------ build_power_table 1.4
D/skia    ( 1011): ------ build_power_table 0.714286
W/dalvikvm( 1011): Exception Ljava/lang/StackOverflowError; thrown
during Ljava/util/logging/LogManager;.<clinit>
W/dalvikvm( 1011): Exception Ljava/lang/NoClassDefFoundError; thrown
during Ljava/security/Security;.<clinit>
W/dalvikvm( 1011): Exception Ljava/lang/ExceptionInInitializerError;
thrown during Landroid/net/http/HttpsConnection;.<clinit>
E/Zygote  ( 1011): Error preloading android.net.http.HttpsConnection.
E/Zygote  ( 1011): java.lang.ExceptionInInitializerError
E/Zygote  ( 1011):      at java.lang.Class.classForName(Native Method)
E/Zygote  ( 1011):      at java.lang.Class.forName(Class.java:237)
E/Zygote  ( 1011):      at java.lang.Class.forName(Class.java:183)
E/Zygote  ( 1011):      at
com.android.internal.os.ZygoteInit.preloadClasses(ZygoteInit.java:295)
E/Zygote  ( 1011):      at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:590)
E/Zygote  ( 1011):      at dalvik.system.NativeStart.main(Native
Method)
E/Zygote  ( 1011): Caused by: java.lang.ExceptionInInitializerError
E/Zygote  ( 1011):      at javax.net.ssl.KeyManagerFactory
$1.run(KeyManagerFactory.java:57)
E/Zygote  ( 1011):      at javax.net.ssl.KeyManagerFactory
$1.run(KeyManagerFactory.java:56)
E/Zygote  ( 1011):      at
java.security.AccessController.doPrivilegedImpl(AccessController.java:
264)
.
.
.

I can find out W/dalvikvm( 1011): Exception Ljava/lang/
StackOverflowError.

How do I fix the problem?

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

Reply via email to