Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
sidroc
Old
#1  
Member - OP
Thanks Meter 2
Posts: 32
Join Date: Mar 2009
Default Earth for Android

Has anyone managed to get Google Earth Running on their Eclair build? I found it in the market yesterday and was instantly excited, but I cant get it to work after installation, its like it doesn't even launch. Anyone else have success?
 
incubus26jc
Old
#2  
incubus26jc's Avatar
Recognized Developer
Thanks Meter 3531
Posts: 4,056
Join Date: Feb 2009
Location: Illinois

 
DONATE TO ME
I just went through the process of getting all the apps to show up witch only took like 20 mins and i still dont see google earth in the market. what am i doing wrong?

 
myn
Old
#3  
myn's Avatar
Elite Recognized Developer
Thanks Meter 3939
Posts: 2,612
Join Date: Nov 2007

 
DONATE TO ME
Google Earth is for 2.1 only.

There is a bounty and team working on porting it to Donut as we speak.
 
incubus26jc
Old
(Last edited by incubus26jc; 26th February 2010 at 12:32 AM.)
#4  
incubus26jc's Avatar
Recognized Developer
Thanks Meter 3531
Posts: 4,056
Join Date: Feb 2009
Location: Illinois

 
DONATE TO ME
Quote:
Originally Posted by myn View Post
Google Earth is for 2.1 only.

There is a bounty and team working on porting it to Donut as we speak.
that would be why. Thanks myn. I'm sure you will be letting us know if and when this becomes available.
heres a nice video for now http://www.youtube.com/watch?v=AyeJyctGhSc

 
sidroc
Old
#5  
Member - OP
Thanks Meter 2
Posts: 32
Join Date: Mar 2009
Porting it to donut? It doesn't even appear launch on Eclair on the vogue. I have opengl at boot enabled with everything setup for it.
 
incubus26jc
Old
#6  
incubus26jc's Avatar
Recognized Developer
Thanks Meter 3531
Posts: 4,056
Join Date: Feb 2009
Location: Illinois

 
DONATE TO ME
i just read that it is 5.65mb apk and 23mb installed.
Thats big.

 
sidroc
Old
#7  
Member - OP
Thanks Meter 2
Posts: 32
Join Date: Mar 2009
A little update, I have taken apart the APK and looked through the settings file. I tried to change the rendering options to see if that would get it going but so far I have had limited success. I'm going to try and figure out if their are other rendering parameters it'll take in the driver.ini file.
 
sidroc
Old
#8  
Member - OP
Thanks Meter 2
Posts: 32
Join Date: Mar 2009
Got the crash log for Google Earth on Vogue with Eclair build, I will be looking through it, thought I would post it to see if anyone else could share their vast knowledge

Code:
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.earth/.EarthActivity bnds=[122,215][178,274] }
02-26 14:13:02.299 I/ActivityManager( 153): Start proc com.google.earth for activity com.google.earth/.EarthActivity: pid=546 uid=10049 gids={3003, 1015}
02-26 14:13:02.789 I/ActivityThread( 546): Publishing provider com.google.earth.SuggestionProvider: com.google.earth.SearchSuggestion
02-26 14:13:03.089 W/WindowManager( 153): Exception when adding starting window
02-26 14:13:03.089 W/WindowManager( 153): android.view.InflateException: Binary XML file line #24: Error inflating class <unknown>
02-26 14:13:03.089 W/WindowManager( 153): at android.view.LayoutInflater.createView(LayoutInflater.java:513)
02-26 14:13:03.089 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
02-26 14:13:03.089 W/WindowManager( 153): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:563)
02-26 14:13:03.089 W/WindowManager( 153): at android.view.LayoutInflater.inflate(LayoutInflater.java:385)
02-26 14:13:03.089 W/WindowManager( 153): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
02-26 14:13:03.089 W/WindowManager( 153): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
02-26 14:13:03.089 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:2153)
02-26 14:13:03.089 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2207)
02-26 14:13:03.089 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:1395)
02-26 14:13:03.089 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindowManager.addStartingWindow(PhoneWindowManager.java:818)
02-26 14:13:03.089 W/WindowManager( 153): at com.android.server.WindowManagerService$H.handleMessage(WindowManagerService.java:8794)
02-26 14:13:03.089 W/WindowManager( 153): at android.os.Handler.dispatchMessage(Handler.java:99)
02-26 14:13:03.089 W/WindowManager( 153): at android.os.Looper.loop(Looper.java:123)
02-26 14:13:03.089 W/WindowManager( 153): at com.android.server.WindowManagerService$WMThread.run(WindowManagerService.java:531)
02-26 14:13:03.089 W/WindowManager( 153): Caused by: java.lang.reflect.InvocationTargetException
02-26 14:13:03.089 W/WindowManager( 153): at android.widget.FrameLayout.<init>(FrameLayout.java:79)
02-26 14:13:03.089 W/WindowManager( 153): at java.lang.reflect.Constructor.constructNative(Native Method)
02-26 14:13:03.089 W/WindowManager( 153): at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
02-26 14:13:03.089 W/WindowManager( 153): at android.view.LayoutInflater.createView(LayoutInflater.java:500)
02-26 14:13:03.089 W/WindowManager( 153): ... 13 more
02-26 14:13:03.089 W/WindowManager( 153): Caused by: android.content.res.Resources$NotFoundException: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x1010059 a=-1}
02-26 14:13:03.089 W/WindowManager( 153): at android.content.res.Resources.loadDrawable(Resources.java:1677)
02-26 14:13:03.089 W/WindowManager( 153): at android.content.res.TypedArray.getDrawable(TypedArray.java:548)
02-26 14:13:03.089 W/WindowManager( 153): at android.widget.FrameLayout.<init>(FrameLayout.java:91)
02-26 14:13:03.089 W/WindowManager( 153): ... 17 more
02-26 14:13:03.149 D/dalvikvm( 546): Trying to load lib /data/data/com.google.earth/lib/libembeddedearth.so 0x43f9c5d0
02-26 14:13:05.029 I/ActivityManager( 153): Process com.android.mms (pid 530) has died.
02-26 14:13:06.219 I/DEBUG ( 127): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-26 14:13:06.219 I/DEBUG ( 127): Build fingerprint: 'google/passion/passion/mahimahi:2.1/ERD79/22607:user/release-keys'
02-26 14:13:06.219 I/DEBUG ( 127): pid: 546, tid: 546 >>> com.google.earth <<<
02-26 14:13:06.219 I/DEBUG ( 127): signal 4 (SIGILL), fault addr 82e1b174
02-26 14:13:06.219 I/DEBUG ( 127): r0 83066a80 r1 83066cdc r2 82fb3f98 r3 00000000
02-26 14:13:06.219 I/DEBUG ( 127): r4 bef046e4 r5 83066a80 r6 83066cdc r7 83051f44
02-26 14:13:06.219 I/DEBUG ( 127): r8 ad00f380 r9 0000bd00 10 4104ec44 fp 00000000
02-26 14:13:06.219 I/DEBUG ( 127): ip 82fcaf38 sp bef046e0 lr 82deb640 pc 82e1b174 cpsr 20000010
02-26 14:13:07.569 I/DEBUG ( 127): #00 pc 00e1b174 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.569 I/DEBUG ( 127): #01 lr 82deb640 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.569 I/DEBUG ( 127): 
02-26 14:13:07.569 I/DEBUG ( 127): code around lr:
02-26 14:13:07.569 I/DEBUG ( 127): 82deb630 e92d4070 e1a04000 e1a05001 eb072de7 
02-26 14:13:07.569 I/DEBUG ( 127): 82deb640 e1a00004 e284106c eb072e17 e2753001 
02-26 14:13:07.569 I/DEBUG ( 127): 82deb650 33a03000 e5845078 e5843014 e3a03000 
02-26 14:13:07.569 I/DEBUG ( 127): 
02-26 14:13:07.569 I/DEBUG ( 127): stack:
02-26 14:13:07.569 I/DEBUG ( 127): bef046a0 0000bd00 [heap]
02-26 14:13:07.579 I/DEBUG ( 127): bef046a4 4104ec44 
02-26 14:13:07.579 I/DEBUG ( 127): bef046a8 00000000 
02-26 14:13:07.579 I/DEBUG ( 127): bef046ac 8306583c 
02-26 14:13:07.579 I/DEBUG ( 127): bef046b0 830657a4 
02-26 14:13:07.579 I/DEBUG ( 127): bef046b4 82e17594 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.579 I/DEBUG ( 127): bef046b8 830658bc 
02-26 14:13:07.579 I/DEBUG ( 127): bef046bc afe39004 
02-26 14:13:07.579 I/DEBUG ( 127): bef046c0 fffef2b8 
02-26 14:13:07.579 I/DEBUG ( 127): bef046c4 83051f44 
02-26 14:13:07.579 I/DEBUG ( 127): bef046c8 ad00f380 /system/lib/libdvm.so
02-26 14:13:07.579 I/DEBUG ( 127): bef046cc 0000bd00 [heap]
02-26 14:13:07.579 I/DEBUG ( 127): bef046d0 4104ec44 
02-26 14:13:07.579 I/DEBUG ( 127): bef046d4 82de42dc /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.589 I/DEBUG ( 127): bef046d8 df002777 
02-26 14:13:07.589 I/DEBUG ( 127): bef046dc e3a070ad 
02-26 14:13:07.589 I/DEBUG ( 127): #00 bef046e0 83066a80 
02-26 14:13:07.589 I/DEBUG ( 127): bef046e4 83066cdc 
02-26 14:13:07.589 I/DEBUG ( 127): bef046e8 82fb3f98 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.589 I/DEBUG ( 127): bef046ec 83066a80 
02-26 14:13:07.589 I/DEBUG ( 127): bef046f0 83066cdc 
02-26 14:13:07.589 I/DEBUG ( 127): bef046f4 82deb640 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.589 I/DEBUG ( 127): bef046f8 83066a7c 
02-26 14:13:07.589 I/DEBUG ( 127): bef046fc 83066a80 
02-26 14:13:07.589 I/DEBUG ( 127): bef04700 83066cdc 
02-26 14:13:07.589 I/DEBUG ( 127): bef04704 82e00ebc /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.589 I/DEBUG ( 127): bef04708 83051f44 
02-26 14:13:07.589 I/DEBUG ( 127): bef0470c fffef2bc 
02-26 14:13:07.589 I/DEBUG ( 127): bef04710 fffef2b8 
02-26 14:13:07.589 I/DEBUG ( 127): bef04714 82de1ef8 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.589 I/DEBUG ( 127): bef04718 82fcabcc 
02-26 14:13:07.589 I/DEBUG ( 127): bef0471c 8231d844 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:13:07.589 I/DEBUG ( 127): bef04720 82fcb8dc 
02-26 14:13:07.589 I/DEBUG ( 127): bef04724 00000054 
02-26 14:13:08.409 I/ActivityManager( 153): Process com.google.earth (pid 546) has died.
02-26 14:13:08.429 D/Zygote ( 131): Process 546 terminated by signal (4)
02-26 14:13:08.499 I/UsageStats( 153): Unexpected resume of com.android.launcher while already resumed in com.google.earth
02-26 14:13:08.619 W/InputManagerService( 153): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@442b1730
02-26 14:13:13.189 I/ActivityManager( 153): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.xtralogic.android.logcollector/.SendLogActivity }
02-26 14:13:13.249 I/ActivityManager( 153): Start proc com.xtralogic.android.logcollector for activity com.xtralogic.android.logcollector/.SendLogActivity: pid=552 uid=10056 gids={1007, 1015}
02-26 14:13:13.659 D/dalvikvm( 131): GC freed 287 objects / 10920 bytes in 401ms
02-26 14:13:14.049 D/dalvikvm( 131): GC freed 57 objects / 2480 bytes in 363ms
02-26 14:13:14.309 D/dalvikvm( 131): GC freed 2 objects / 48 bytes in 260ms
02-26 14:13:14.879 I/ActivityManager( 153): Displayed activity com.xtralogic.android.logcollector/.SendLogActivity: 1643 ms (total 12610 ms)
02-26 14:13:16.609 I/global ( 552): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
02-26 14:13:17.419 D/dalvikvm( 552): GC freed 1716 objects / 252280 bytes in 175ms
02-26 14:13:17.799 D/dalvikvm( 552): GC freed 925 objects / 215136 bytes in 204ms
02-26 14:13:18.099 D/dalvikvm( 552): GC freed 398 objects / 184280 bytes in 215ms
02-26 14:13:18.149 I/ActivityManager( 153): Starting activity: Intent { act=android.intent.action.CHOOSER cmp=android/com.android.internal.app.ChooserActivity (has extras) }
02-26 14:13:20.009 I/ActivityManager( 153): Displayed activity android/com.android.internal.app.ChooserActivity: 1804 ms (total 1804 ms)
02-26 14:13:26.399 D/dalvikvm( 223): GC freed 1665 objects / 98640 bytes in 323ms
02-26 14:13:31.199 I/ActivityManager( 153): Starting activity: Intent { act=android.intent.action.SEND typ=text/plain flg=0x3000000 cmp=com.android.mms/.ui.ComposeMessageActivity (has extras) }
02-26 14:13:31.359 I/ActivityManager( 153): Start proc com.android.mms for activity com.android.mms/.ui.ComposeMessageActivity: pid=561 uid=10043 gids={3003, 1015}
02-26 14:13:32.749 I/ActivityManager( 153): Process com.facebook.katana (pid 489) has died.
02-26 14:13:33.319 I/NotificationService( 153): enqueueToast pkg=com.android.mms callback=android.app.ITransientNotification$Stub$Proxy@44230a10 duration=0
02-26 14:13:33.809 I/ActivityManager( 153): Displayed activity com.android.mms/.ui.ComposeMessageActivity: 2478 ms (total 2478 ms)
02-26 14:13:35.649 D/dalvikvm( 561): GC freed 2699 objects / 173672 bytes in 212ms
02-26 14:13:36.169 W/KeyCharacterMap( 561): No keyboard for id 0
02-26 14:13:36.169 W/KeyCharacterMap( 561): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
02-26 14:13:41.409 D/dalvikvm( 153): GC freed 13532 objects / 751656 bytes in 368ms
02-26 14:13:41.589 W/Process ( 153): Unable to open /proc/489/status
02-26 14:13:42.239 W/KeyCharacterMap( 561): No keyboard for id 103
02-26 14:13:42.239 W/KeyCharacterMap( 561): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
02-26 14:13:56.009 D/dalvikvm( 332): GC freed 2309 objects / 92072 bytes in 131ms
02-26 14:14:05.039 D/dalvikvm( 223): GREF has increased to 201
02-26 14:14:08.099 V/Telephony( 561): getOrCreateThreadId uri: content://mms-sms/threadID?recipient=5092610533
02-26 14:14:08.109 D/dalvikvm( 561): GREF has increased to 201
02-26 14:14:08.159 V/Telephony( 561): getOrCreateThreadId cursor cnt: 1
02-26 14:14:08.439 V/Telephony( 561): getOrCreateThreadId uri: content://mms-sms/threadID?recipient=5092610533
02-26 14:14:08.559 V/Telephony( 561): getOrCreateThreadId cursor cnt: 1
02-26 14:14:09.349 D/dalvikvm( 219): GC freed 8483 objects / 460040 bytes in 200ms
02-26 14:14:09.799 V/Telephony( 561): getOrCreateThreadId uri: content://mms-sms/threadID?recipient=5092610533
02-26 14:14:09.869 V/Telephony( 561): getOrCreateThreadId cursor cnt: 1
02-26 14:14:10.399 D/ConnectivityService( 153): startUsingNetworkFeature for net 0: enableMMS
02-26 14:14:10.449 D/ConnectivityService( 153): reconnecting to special network
02-26 14:14:10.839 D/DataConnectionTracker( 219): enableApnType(mms), isApnTypeActive = true and state = CONNECTED
02-26 14:14:10.839 D/DataConnectionTracker( 219): setEnabled(1, true) with old state = false and enabledCount = 1
02-26 14:14:10.839 D/NetworkStateTracker( 153): setDetailed state, old =IDLE and new state=CONNECTING
02-26 14:14:10.839 D/ConnectivityService( 153): ConnectivityChange for MOBILE_MMS: CONNECTING/CONNECTING
02-26 14:14:10.899 D/MobileDataStateTracker( 153): mms Received state= CONNECTED, old= CONNECTING, reason= apnChanged, apnTypeList= mms
02-26 14:14:10.899 D/NetworkStateTracker( 153): setDetailed state, old =CONNECTING and new state=CONNECTED
02-26 14:14:10.899 D/ConnectivityService( 153): ConnectivityChange for MOBILE_MMS: CONNECTED/CONNECTED
02-26 14:14:10.909 V/NetworkStateTracker( 153): Setting TCP values: [4093,26280,35040,4096,16384,35040] which comes from [net.tcp.buffersize.edge]
02-26 14:14:10.939 D/DataConnectionTracker( 219): EVENT_APN_ENABLE_REQUEST 1, 1
02-26 14:14:10.939 D/DataConnectionTracker( 219): dataEnabled = false, enabledCount = 1, isApnTypeActive = true
02-26 14:14:11.019 D/ConnectivityService( 153): adding dns 66.174.92.14 for MOBILE
02-26 14:14:11.039 D/ConnectivityService( 153): startUsingNetworkFeature for net 0: enableMMS
02-26 14:14:11.039 D/ConnectivityService( 153): adding dns 66.174.92.14 for MOBILE
02-26 14:14:11.039 D/ConnectivityService( 153): adding dns 66.174.95.44 for MOBILE
02-26 14:14:11.049 D/ConnectivityService( 153): adding dns 66.174.95.44 for MOBILE
02-26 14:14:11.049 D/NetworkStateTracker( 153): addPrivateDnsRoutes for Mobile data state: CONNECTED(ppp0) - mPrivateDnsRouteSet = false
02-26 14:14:11.079 D/ConnectivityService( 153): special network already active
02-26 14:14:11.239 D/NetworkStateTracker( 153): adding 66.174.92.14 (240954946)
02-26 14:14:11.249 D/NetworkStateTracker( 153): adding 66.174.95.44 (744468034)
02-26 14:14:11.429 D/GpsLocationProvider( 153): updateNetworkState available info: NetworkInfo: type: MOBILE_MMS[EDGE], state: CONNECTED/CONNECTED, reason: apnChanged, extra: internet, roaming: false, failover: false, isAvailable: true
02-26 14:14:11.429 I/ActivityManager( 153): Process com.xtralogic.android.logcollector (pid 552) has died.
02-26 14:14:11.439 D/GpsLocationProvider( 153): NetworkThread wait for 14220412ms
02-26 14:14:11.639 D/dalvikvm( 561): GC freed 8861 objects / 446040 bytes in 433ms
02-26 14:14:11.669 D/ConnectivityService( 153): startUsingNetworkFeature for net 0: enableMMS
02-26 14:14:11.689 D/ConnectivityService( 153): adding dns 66.174.92.14 for MOBILE
02-26 14:14:11.689 D/ConnectivityService( 153): adding dns 66.174.95.44 for MOBILE
02-26 14:14:11.729 D/ConnectivityService( 153): special network already active
02-26 14:14:12.239 D/ ( 315): unable to rmdir '/cache/dalvik-cache': Is a directory (errno=21)
02-26 14:14:12.659 I/MediaUploader( 406): No need to wake up
02-26 14:14:12.789 D/Smack ( 225): [XMPPConn] close connection, notifyClosed=false
02-26 14:14:13.009 D/MobileDataStateTracker( 153): Requested host route to 0 for mms(ppp0)
02-26 14:14:13.019 D/MobileDataStateTracker( 153): Requested host route to 0 for mms(ppp0)
02-26 14:14:13.069 E/Mms:transaction( 561): Host name may not be null
02-26 14:14:13.089 E/SendTransaction( 561): java.io.IOException: Host name may not be null
02-26 14:14:13.089 E/SendTransaction( 561): at com.android.mms.transaction.HttpUtils.handleHttpConnectionException(HttpUtils.java:253)
02-26 14:14:13.089 E/SendTransaction( 561): at com.android.mms.transaction.HttpUtils.httpConnection(HttpUtils.java:235)
02-26 14:14:13.089 E/SendTransaction( 561): at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:165)
02-26 14:14:13.089 E/SendTransaction( 561): at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:149)
02-26 14:14:13.089 E/SendTransaction( 561): at com.android.mms.transaction.SendTransaction.run(SendTransaction.java:115)
02-26 14:14:13.089 E/SendTransaction( 561): at java.lang.Thread.run(Thread.java:1096)
02-26 14:14:13.089 E/SendTransaction( 561): Delivery failed.
02-26 14:14:13.099 E/Mms:transaction( 561): Host name may not be null
 
sidroc
Old
#9  
Member - OP
Thanks Meter 2
Posts: 32
Join Date: Mar 2009
Here is the rest of the log

Code:
02-26 14:14:13.099 E/SendTransaction( 561): java.io.IOException: Host name may not be null
02-26 14:14:13.099 E/SendTransaction( 561): at com.android.mms.transaction.HttpUtils.handleHttpConnectionException(HttpUtils.java:253)
02-26 14:14:13.099 E/SendTransaction( 561): at com.android.mms.transaction.HttpUtils.httpConnection(HttpUtils.java:235)
02-26 14:14:13.099 E/SendTransaction( 561): at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:165)
02-26 14:14:13.099 E/SendTransaction( 561): at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:149)
02-26 14:14:13.099 E/SendTransaction( 561): at com.android.mms.transaction.SendTransaction.run(SendTransaction.java:115)
02-26 14:14:13.099 E/SendTransaction( 561): at java.lang.Thread.run(Thread.java:1096)
02-26 14:14:13.099 E/SendTransaction( 561): Delivery failed.
02-26 14:14:13.669 D/ConnectivityService( 153): startUsingNetworkFeature for net 0: enableMMS
02-26 14:14:13.669 D/ConnectivityService( 153): adding dns 66.174.92.14 for MOBILE
02-26 14:14:13.679 D/ConnectivityService( 153): adding dns 66.174.95.44 for MOBILE
02-26 14:14:13.699 D/ConnectivityService( 153): special network already active
02-26 14:14:13.709 D/ConnectivityService( 153): stopUsingNetworkFeature for net 0: enableMMS
02-26 14:14:13.709 D/ConnectivityService( 153): reassessPidDns for pid 561
02-26 14:14:13.729 D/DataConnectionTracker( 219): disableApnType(mms)
02-26 14:14:13.729 D/DataConnectionTracker( 219): setEnabled(1, false) with old state = true and enabledCount = 2
02-26 14:14:13.739 D/DataConnectionTracker( 219): EVENT_APN_ENABLE_REQUEST 1, 0
02-26 14:14:13.739 D/DataConnectionTracker( 219): dataEnabled = true, enabledCount = 2, isApnTypeActive = true
02-26 14:14:13.829 W/Smack/Packet( 225): notify conn break (IOEx), close connection
02-26 14:14:14.069 D/ConnectivityService( 153): requestRouteToHost on down network (2 - dropped
02-26 14:14:14.079 E/SendTransaction( 561): java.io.IOException: Cannot establish route to 0 for null
02-26 14:14:14.079 E/SendTransaction( 561): at com.android.mms.transaction.Transaction.ensureRouteToHost(Transaction.java:224)
02-26 14:14:14.079 E/SendTransaction( 561): at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:164)
02-26 14:14:14.079 E/SendTransaction( 561): at com.android.mms.transaction.Transaction.sendPdu(Transaction.java:149)
02-26 14:14:14.079 E/SendTransaction( 561): at com.android.mms.transaction.SendTransaction.run(SendTransaction.java:115)
02-26 14:14:14.079 E/SendTransaction( 561): at java.lang.Thread.run(Thread.java:1096)
02-26 14:14:14.079 E/SendTransaction( 561): Delivery failed.
02-26 14:14:14.479 D/Smack ( 225): [XMPPConn] close: socket already closed, bail
02-26 14:14:14.609 D/ConnectivityService( 153): stopUsingNetworkFeature for net 0: enableMMS
02-26 14:14:14.609 D/ConnectivityService( 153): reassessPidDns for pid 561
02-26 14:14:14.639 D/DataConnectionTracker( 219): disableApnType(mms)
02-26 14:14:15.189 D/dalvikvm( 561): GC freed 6659 objects / 510680 bytes in 190ms
02-26 14:14:17.849 D/dalvikvm( 315): GC freed 1907 objects / 97416 bytes in 185ms
02-26 14:14:26.239 D/dalvikvm( 406): GC freed 944 objects / 73472 bytes in 119ms
02-26 14:14:38.409 W/KeyCharacterMap( 561): Can't open keycharmap file
02-26 14:14:38.409 W/KeyCharacterMap( 561): Error loading keycharmap file '/system/usr/keychars/htcvogue-ts.kcm.bin'. hw.keyboards.65537.devname='htcvogue-ts'
02-26 14:14:38.409 W/KeyCharacterMap( 561): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
02-26 14:14:38.709 W/IInputConnectionWrapper( 561): showStatusIcon on inactive InputConnection
02-26 14:14:43.499 I/ActivityManager( 153): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.mms/.ui.ConversationList bnds=[62,215][118,274] }
02-26 14:14:44.339 D/dalvikvm( 561): GREF has increased to 301
02-26 14:14:44.699 I/ActivityManager( 153): Displayed activity com.android.mms/.ui.ConversationList: 1096 ms (total 1096 ms)
02-26 14:14:48.449 W/InputManagerService( 153): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@44274980
02-26 14:14:49.599 D/dalvikvm( 219): GC freed 5819 objects / 337112 bytes in 153ms
02-26 14:14:50.089 W/InputManagerService( 153): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4427e2d0
02-26 14:14:50.679 D/dalvikvm( 153): GC freed 12157 objects / 715792 bytes in 256ms
02-26 14:14:51.209 D/dalvikvm( 561): GC freed 6994 objects / 397992 bytes in 211ms
02-26 14:14:54.379 W/InputManagerService( 153): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4418baf8
02-26 14:14:55.189 W/InputManagerService( 153): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@44132ac8
02-26 14:14:56.539 W/KeyCharacterMap( 561): Can't open keycharmap file
02-26 14:14:56.539 W/KeyCharacterMap( 561): Error loading keycharmap file '/system/usr/keychars/htcvogue-ts.kcm.bin'. hw.keyboards.65537.devname='htcvogue-ts'
02-26 14:14:56.539 W/KeyCharacterMap( 561): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
02-26 14:14:58.639 I/ActivityManager( 153): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.earth/.EarthActivity bnds=[122,215][178,274] }
02-26 14:14:58.719 I/ActivityManager( 153): Start proc com.google.earth for activity com.google.earth/.EarthActivity: pid=594 uid=10049 gids={3003, 1015}
02-26 14:14:58.859 W/WindowManager( 153): Exception when adding starting window
02-26 14:14:58.859 W/WindowManager( 153): android.view.InflateException: Binary XML file line #24: Error inflating class <unknown>
02-26 14:14:58.859 W/WindowManager( 153): at android.view.LayoutInflater.createView(LayoutInflater.java:513)
02-26 14:14:58.859 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
02-26 14:14:58.859 W/WindowManager( 153): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:563)
02-26 14:14:58.859 W/WindowManager( 153): at android.view.LayoutInflater.inflate(LayoutInflater.java:385)
02-26 14:14:58.859 W/WindowManager( 153): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
02-26 14:14:58.859 W/WindowManager( 153): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
02-26 14:14:58.859 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindow.generateLayout(PhoneWindow.java:2153)
02-26 14:14:58.859 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindow.installDecor(PhoneWindow.java:2207)
02-26 14:14:58.859 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindow.getDecorView(PhoneWindow.java:1395)
02-26 14:14:58.859 W/WindowManager( 153): at com.android.internal.policy.impl.PhoneWindowManager.addStartingWindow(PhoneWindowManager.java:818)
02-26 14:14:58.859 W/WindowManager( 153): at com.android.server.WindowManagerService$H.handleMessage(WindowManagerService.java:8794)
02-26 14:14:58.859 W/WindowManager( 153): at android.os.Handler.dispatchMessage(Handler.java:99)
02-26 14:14:58.859 W/WindowManager( 153): at android.os.Looper.loop(Looper.java:123)
02-26 14:14:58.859 W/WindowManager( 153): at com.android.server.WindowManagerService$WMThread.run(WindowManagerService.java:531)
02-26 14:14:58.859 W/WindowManager( 153): Caused by: java.lang.reflect.InvocationTargetException
02-26 14:14:58.859 W/WindowManager( 153): at android.widget.FrameLayout.<init>(FrameLayout.java:79)
02-26 14:14:58.859 W/WindowManager( 153): at java.lang.reflect.Constructor.constructNative(Native Method)
02-26 14:14:58.859 W/WindowManager( 153): at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
02-26 14:14:58.859 W/WindowManager( 153): at android.view.LayoutInflater.createView(LayoutInflater.java:500)
02-26 14:14:58.859 W/WindowManager( 153): ... 13 more
02-26 14:14:58.859 W/WindowManager( 153): Caused by: android.content.res.Resources$NotFoundException: Resource is not a Drawable (color or path): TypedValue{t=0x2/d=0x1010059 a=-1}
02-26 14:14:58.859 W/WindowManager( 153): at android.content.res.Resources.loadDrawable(Resources.java:1677)
02-26 14:14:58.859 W/WindowManager( 153): at android.content.res.TypedArray.getDrawable(TypedArray.java:548)
02-26 14:14:58.859 W/WindowManager( 153): at android.widget.FrameLayout.<init>(FrameLayout.java:91)
02-26 14:14:58.859 W/WindowManager( 153): ... 17 more
02-26 14:14:59.119 I/ActivityThread( 594): Publishing provider com.google.earth.SuggestionProvider: com.google.earth.SearchSuggestion
02-26 14:14:59.479 D/dalvikvm( 594): Trying to load lib /data/data/com.google.earth/lib/libembeddedearth.so 0x43f9c5d0
02-26 14:15:02.839 I/DEBUG ( 127): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
02-26 14:15:02.839 I/DEBUG ( 127): Build fingerprint: 'google/passion/passion/mahimahi:2.1/ERD79/22607:user/release-keys'
02-26 14:15:02.839 I/DEBUG ( 127): pid: 594, tid: 594 >>> com.google.earth <<<
02-26 14:15:02.839 I/DEBUG ( 127): signal 4 (SIGILL), fault addr 82e1b174
02-26 14:15:02.839 I/DEBUG ( 127): r0 83066a80 r1 83066cdc r2 82fb3f98 r3 00000000
02-26 14:15:02.839 I/DEBUG ( 127): r4 bef046e4 r5 83066a80 r6 83066cdc r7 83051f44
02-26 14:15:02.839 I/DEBUG ( 127): r8 ad00f380 r9 0000bd00 10 4104ec44 fp 00000000
02-26 14:15:02.839 I/DEBUG ( 127): ip 82fcaf38 sp bef046e0 lr 82deb640 pc 82e1b174 cpsr 20000010
02-26 14:15:03.029 I/DEBUG ( 127): #00 pc 00e1b174 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.029 I/DEBUG ( 127): #01 lr 82deb640 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.029 I/DEBUG ( 127): 
02-26 14:15:03.029 I/DEBUG ( 127): code around lr:
02-26 14:15:03.029 I/DEBUG ( 127): 82deb630 e92d4070 e1a04000 e1a05001 eb072de7 
02-26 14:15:03.029 I/DEBUG ( 127): 82deb640 e1a00004 e284106c eb072e17 e2753001 
02-26 14:15:03.029 I/DEBUG ( 127): 82deb650 33a03000 e5845078 e5843014 e3a03000 
02-26 14:15:03.029 I/DEBUG ( 127): 
02-26 14:15:03.029 I/DEBUG ( 127): stack:
02-26 14:15:03.029 I/DEBUG ( 127): bef046a0 0000bd00 [heap]
02-26 14:15:03.029 I/DEBUG ( 127): bef046a4 4104ec44 
02-26 14:15:03.029 I/DEBUG ( 127): bef046a8 00000000 
02-26 14:15:03.029 I/DEBUG ( 127): bef046ac 8306583c 
02-26 14:15:03.029 I/DEBUG ( 127): bef046b0 830657a4 
02-26 14:15:03.029 I/DEBUG ( 127): bef046b4 82e17594 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.029 I/DEBUG ( 127): bef046b8 830658bc 
02-26 14:15:03.029 I/DEBUG ( 127): bef046bc afe39004 
02-26 14:15:03.029 I/DEBUG ( 127): bef046c0 fffef2b8 
02-26 14:15:03.029 I/DEBUG ( 127): bef046c4 83051f44 
02-26 14:15:03.029 I/DEBUG ( 127): bef046c8 ad00f380 /system/lib/libdvm.so
02-26 14:15:03.029 I/DEBUG ( 127): bef046cc 0000bd00 [heap]
02-26 14:15:03.029 I/DEBUG ( 127): bef046d0 4104ec44 
02-26 14:15:03.029 I/DEBUG ( 127): bef046d4 82de42dc /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.029 I/DEBUG ( 127): bef046d8 df002777 
02-26 14:15:03.029 I/DEBUG ( 127): bef046dc e3a070ad 
02-26 14:15:03.029 I/DEBUG ( 127): #00 bef046e0 83066a80 
02-26 14:15:03.039 I/DEBUG ( 127): bef046e4 83066cdc 
02-26 14:15:03.039 I/DEBUG ( 127): bef046e8 82fb3f98 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.039 I/DEBUG ( 127): bef046ec 83066a80 
02-26 14:15:03.039 I/DEBUG ( 127): bef046f0 83066cdc 
02-26 14:15:03.039 I/DEBUG ( 127): bef046f4 82deb640 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.039 I/DEBUG ( 127): bef046f8 83066a7c 
02-26 14:15:03.039 I/DEBUG ( 127): bef046fc 83066a80 
02-26 14:15:03.039 I/DEBUG ( 127): bef04700 83066cdc 
02-26 14:15:03.039 I/DEBUG ( 127): bef04704 82e00ebc /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.039 I/DEBUG ( 127): bef04708 83051f44 
02-26 14:15:03.039 I/DEBUG ( 127): bef0470c fffef2bc 
02-26 14:15:03.039 I/DEBUG ( 127): bef04710 fffef2b8 
02-26 14:15:03.039 I/DEBUG ( 127): bef04714 82de1ef8 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.039 I/DEBUG ( 127): bef04718 82fcabcc 
02-26 14:15:03.039 I/DEBUG ( 127): bef0471c 8231d844 /data/data/com.google.earth/lib/libembeddedearth.so
02-26 14:15:03.039 I/DEBUG ( 127): bef04720 82fcb8dc 
02-26 14:15:03.039 I/DEBUG ( 127): bef04724 00000054 
02-26 14:15:04.139 I/ActivityManager( 153): Process com.google.earth (pid 594) has died.
02-26 14:15:04.149 D/Zygote ( 131): Process 594 terminated by signal (4)
02-26 14:15:04.179 I/UsageStats( 153): Unexpected resume of com.android.launcher while already resumed in com.google.earth
02-26 14:15:04.179 W/InputManagerService( 153): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4420e978
02-26 14:15:09.489 D/dalvikvm( 561): GC freed 3412 objects / 170896 bytes in 212ms
02-26 14:15:10.453 D/ConnectivityService( 153): ConnectivityService FeatureUser expire(0, enableMMS, android.os.BinderProxy@4406d1c8

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Forums Added for the LG Optimus G Pro and Sony Xperia Tablet Z

Not too long ago, we talked about how Sony was continuing its AOSP efforts on … more

Permanent Screen Off for the Visually Impaired

Most of us take the simple act of waking up our devices and having a quick glance at the … more

App Analytics, or the Death of the Independent App Developer

This is entry number one in a series of articles about tools for app developers, … more

Serajr Power Toggles Brings Settings to the Small App World

Ever since the introduction of multi-window with things like Cornerstone and … more