Hi there. Some other people and me had been trying to do it not long ago but had probably the same problems.
http://groups.google.com/group/android-porting/browse_thread/thread/d16f5fc83971bec4/668e02220d3964aa Among other things, it seemed that everytime when SurfaceFlinger was about to launch, the whole process crashed and looped again. I'm wondering whether the Android code as present supports the particular resolutions of Treo devices. On Dec 18, 6:39 pm, "Sameh M. Shaker" <[email protected]> wrote: > Thanks Rupesh, > > After googling for a while, I think I can skip the /sys errors also, i > believe they will only result in in correct battery information, so > now after some digging within the rest of the logs, I've managed to > resolve most of the problems, however, now I'm stuck with this: > > . > . > . > I/SystemServer( 615): Starting Content Manager. > W/ActivityManager( 615): Unable to start service Intent > { action=android.accounts.IAccountsService comp= > {com.google.android.googleapps/ > com.google.android.googleapps.GoogleLoginService} }: not found > W/AccountMonitor( 615): Couldn't connect to the accounts service > (Missing service?) > . > . > . > I/SystemServer( 615): Starting Location Manager. > D/LocationManagerService( 615): Constructed LocationManager Service > E/LocationManagerService( 615): Exception loading providers: > E/LocationManagerService( 615): java.lang.IllegalArgumentException: > key.length > 31 > E/LocationManagerService( 615): at > android.os.SystemProperties.get(SystemProperties.java:42) > . > . > . > W/ActivityManager( 615): Unable to start service Intent > { action=android.accounts.IAccountsService comp= > {com.google.android.googleapps/ > com.google.android.googleapps.GoogleLoginService} }: not found > W/AccountMonitor( 654): Couldn't connect to the accounts service > (Missing service?) > W/ResourceType( 654): Failure getting entry for 0x7f030006 (t=2 e=6) > in package 0: 0xffffffb5 > D/AndroidRuntime( 654): Shutting down VM > . > . > . > W/dalvikvm( 654): threadid=3: thread exiting with uncaught exception > (group=0x40010e28) > E/AndroidRuntime( 654): Uncaught handler: thread main exiting due to > uncaught exception > D/PhoneApp( 651): [PhoneIntfMgr] publish: > com.android.phone.phoneinterfacemana...@434d0130 > E/AndroidRuntime( 654): java.lang.RuntimeException: Unable to start > activity ComponentInfo{com.android.launcher/ > com.android.launcher.Launcher}: android.content.res.Resources > $NotFoundException: Resource ID #0x7f030006 > E/AndroidRuntime( 654): at > android.app.ActivityThread.performLaunchActivity(ActivityThread.java: > 2140) > . > . > . > W/ActivityManager( 615): Timeout of broadcast BroadcastRecord > {435caaa0 android.intent.action.BOOT_COMPLETED} - > receiver=android.os.binderpr...@435dc6c8 > W/ActivityManager( 615): Receiver during timeout: ResolveInfo > {435ca830 com.android.providers.media.MediaScannerReceiver p=0 o=0 > m=0x108000} > I/ActivityManager( 615): Start proc com.android.alarmclock for > broadcast com.android.alarmclock/.AlarmInitReceiver: pid=709 uid=10017 > gids={} > I/ActivityThread( 709): Publishing provider com.android.alarmclock: > com.android.alarmclock.AlarmProvider > I/ActivityManager( 615): Start proc android.process.im for broadcast > com.android.im/.receiver.ImServiceAutoStarter: pid=719 uid=10019 gids= > {3003} > I/ActivityManager( 615): Exiting empty application process > com.android.mms (android.os.binderpr...@4357af38) > I/Process ( 615): Sending signal. PID: 676 SIG: 9 > I/ActivityManager( 615): Exiting empty application process > com.android.calendar (android.os.binderpr...@435b1c68) > I/Process ( 615): Sending signal. PID: 684 SIG: 9 > I/ActivityManager( 615): Exiting empty application process > android.process.media (android.os.binderpr...@435dc6c8) > I/Process ( 615): Sending signal. PID: 699 SIG: 9 > D/ActivityManager( 615): Received spurious death notification for > thread android.os.binderpr...@4357af38 > D/ActivityManager( 615): Received spurious death notification for > thread android.os.binderpr...@435b1c68 > D/ActivityManager( 615): Received spurious death notification for > thread android.os.binderpr...@435dc6c8 > D/ImServiceAutoStarter( 719): onReceiveIntent > I/ActivityManager( 615): Exiting empty application process > com.android.alarmclock (android.os.binderpr...@435f3d20) > I/Process ( 615): Sending signal. PID: 709 SIG: 9 > D/ActivityManager( 615): Received spurious death notification for > thread android.os.binderpr...@435f3d20 > D/dalvikvm( 651): GC freed 2686 objects / 163056 bytes in 158ms > W/ActivityManager( 615): Activity pause timeout for HistoryRecord > {435cc5b0 {com.android.launcher/com.android.launcher.Launcher}} > > On Dec 18, 12:34 pm, Rupesh Gujare <[email protected]> wrote: > > > Ignore /dev/pmem error, although not sure about /sys/* errors. > > > Regards, > > > -- > > Rupesh Gujarehttp://embinux.com > > > Sameh M. Shaker wrote: > > > Ok, I've got dropbear running now, and here are my findings, I'll only > > > paste the lines that seems to have errors from logcat output.... > > > > D/AndroidRuntime( 684): >>>>>>>>>>>>>> AndroidRuntime START > > > <<<<<<<<<<<<<< > > > . > > > . > > > . > > > E/MemoryHeapBase( 685): error opening /dev/pmem: No such file or > > > directory > > > I/SurfaceFlinger( 685): SurfaceFlinger's main thread ready to run. > > > Initializing graphics H/W... > > > E/SurfaceFlinger( 685): Couldn't open /sys/android_power/ > > > wait_for_fb_sleep or /sys/android_power/wait_for_fb_wake > > > E/GLLogger( 685): couldn't load <libhgl.so> library (Cannot find > > > library) > > > . > > > . > > > E/GLLogger( 685): couldn't load <libhgl.so> library (Cannot find > > > library) > > > I/SystemServer( 685): Starting Power Manager. > > > I/SystemServer( 685): Starting Activity Manager. > > > E/BatteryStats( 685): Error writing battery statistics > > > E/BatteryStats( 685): java.io.FileNotFoundException: /data/system/ > > > batterystats.bin > > > . > > > . > > > I/Installer( 685): connecting... > > > I/Installer( 685): disconnecting... > > > E/Installer( 685): connection failed > > > . > > > . > > > D/PackageManager( 685): Scanning app dir /system/framework > > > W/PackageParser( 685): Bad element under <manifest>: eat-comment > > > . > > > . > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH in package > > > com.android.providers.contacts > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH.cp in package > > > com.android.providers.contacts > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH in package > > > com.android.development > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH.ALL_SERVICES in > > > package com.android.development > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.ACCESS_GOOGLE_PASSWORD in > > > package com.android.development > > > W/PackageManager( 685): Unknown permission > > > com.google.android.providers.gmail.permission.WRITE_GMAIL in package > > > com.android.settings > > > W/PackageManager( 685): Unknown permission > > > com.google.android.providers.gmail.permission.READ_GMAIL in package > > > com.android.settings > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH in package > > > com.android.settings > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH.lh2 in package > > > com.android.camera > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH.youtube in > > > package com.android.camera > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser in > > > package com.android.camera > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH in package > > > com.android.providers.calendar > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package > > > com.android.providers.calendar > > > W/PackageManager( 685): Unknown permission > > > com.google.android.googleapps.permission.GOOGLE_AUTH in package > > > com.android.browser > > > W/PackageManager( 685): Unable to write package manager settings, > > > current changes will be lost at reboot > > > W/PackageManager( 685): java.io.FileNotFoundException: /data/system/ > > > packages.xml > > > . > > > . > > > E/Database( 685): sqlite3_open_v2("/data/system/syncmanager.db", > > > &handle, 6, NULL) failed > > > E/SQLiteOpenHelper( 685): Couldn't open syncmanager.db for writing > > > (will try read-only): > > > E/SQLiteOpenHelper( 685): android.database.sqlite.SQLiteException: > > > unable to open database file > > > . > > > . > > > E/Database( 685): sqlite3_open_v2("/data/system/syncmanager.db", > > > &handle, 1, NULL) failed > > > E/ContentService( 685): Can't create SyncManager > > > E/ContentService( 685): android.database.sqlite.SQLiteException: > > > unable to open database file > > > . > > > . > > > W/ActivityManager( 685): Unable to start service Intent > > > { action=android.accounts.IAccountsService comp= > > > {com.google.android.googleapps/ > > > com.google.android.googleapps.GoogleLoginService} }: not found > > > W/AccountMonitor( 685): Couldn't connect to the accounts service > > > (Missing service?) > > > I/ActivityThread( 685): Publishing provider sync: > > > android.content.SyncProvider > > > I/SystemServer( 685): Starting Battery Service. > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ac/ > > > online' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/usb/ > > > online' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ > > > battery/present' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ > > > battery/capacity' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ > > > battery/batt_vol' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ > > > battery/batt_temp' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ > > > battery/status' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ > > > battery/health' > > > E/BatteryService( 685): Could not open '/sys/class/power_supply/ > > > battery/technology' > > ... > > read more » --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
