Hello All
I´m currently running Fasttest 3.0.2 on my Vodafone (Spain) HTC Magic 32B device. I applied the non-RAM hack patch provided in the corresponding thread in order to be able to run some 3d games, etc...
The main problem of this patch when applied is the second bootscreen that turns into a big white screen
As suggested in that same thread I tried to apply some bootscreen metamorphs to change this white screen. I installed various versions and with all of them I obtain a FC in the market, when i try to download an app the download finishes just fine but after that, instead of a "Sucesfullt installed" message i get a FC of the android market
Anyone knows a reason for that? any fix?
Many thanks in advance
Rgds
I tried again and this is the logcat I get:
Code:
I/vending ( 568): com.android.vending.AssetDownloader.startDownload(): Download request row inserted at content://downloads/download/34
I/DumpStateReceiver( 90): Added state dump to 1 crashes
D/vending ( 568): com.android.vending.api.LocalAssetDatabase.notifyListener(): 424244535962280142 / DOWNLOADING
D/Twidgit ( 418): TWIDGIT TICK
D/dalvikvm( 418): GC freed 727 objects / 264280 bytes in 115ms
D/dalvikvm( 264): GC freed 4980 objects / 355024 bytes in 155ms
D/dalvikvm( 264): threadid=29 wakeup: interrupted
D/vending ( 568): com.android.vending.AssetDownloader$DownloadManagerBroadcastReceiver.handleDownloadCompletedAction(): Got a download completed intent.
D/vending ( 568): com.android.vending.api.LocalAssetDatabase.notifyListener(): 424244535962280142 / INSTALLING
W/dalvikvm( 568): threadid=29: thread exiting with uncaught exception (group=0x4001e170)
E/AndroidRuntime( 568): Uncaught handler: thread Thread-22 exiting due to uncaught exception
E/AndroidRuntime( 568): java.lang.SecurityException: Neither user 10005 nor current process has android.permission.INSTALL_PACKAGES.
E/AndroidRuntime( 568): at android.os.Parcel.readException(Parcel.java:1246)
E/AndroidRuntime( 568): at android.os.Parcel.readException(Parcel.java:1234)
E/AndroidRuntime( 568): at android.content.pm.IPackageManager$Stub$Proxy.installPackage(IPackageManager.java:1738)
E/AndroidRuntime( 568): at android.app.ApplicationContext$ApplicationPackageManager.installPackage(ApplicationContext.java:2394)
E/AndroidRuntime( 568): at com.android.vending.AssetDownloader$DownloadManagerBroadcastReceiver.installFromUri(AssetDownloader.java:370)
E/AndroidRuntime( 568): at com.android.vending.AssetDownloader$DownloadManagerBroadcastReceiver$1.run(AssetDownloader.java:243)
E/AndroidRuntime( 568): at java.lang.Thread.run(Thread.java:1096)
I/Process ( 90): Sending signal. PID: 568 SIG: 3
I/dalvikvm( 568): threadid=7: reacting to signal 3
I/dalvikvm( 568): Wrote stack trace to '/data/anr/traces.txt'
I/DumpStateReceiver( 90): Added state dump to 1 crashes
I fixed uid mismatches in recovery, clear data of market from applications menu, but nothing seems to work
Any ideas?
Got the same error. Fasttest3.0.2
Resolved
Hello
I found the solution to this issue, seems a Metamorph bug already documented. In order to re-enable market after installing a morph, you have to go to the apps settings menu, then select "Market" and then "Uninstall updates", after that, the market works again just fine.
Hope that Sterickson solve this issue in next releases of Metamorph
Rgds
Related
Hi, i have the motorola milestone browser (the regular one that includes the multitouch) and they are attached to this thread. I am trying to get them to work on AOSP 2.0. Whenever i open it on the phone, it opens to a white screen then force closes. I have logcat open and this is what comes up when i open the browser.
I/ActivityManager( 75): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.browser/.BrowserActivity }
I/ActivityManager( 75): Start proc com.android.browser for activity com.android.browser/.BrowserActivity: pid=474 uid=10017 gids={3003, 1015}
I/ActivityThread( 474): Publishing provider browser: com.android.browser.BrowserProvider
E/dalvikvm( 474): Could not find class 'com.motorola.webkit.MultiTouchWebView', referenced from method com.android.browser.TabControl.createNewWebView
W/dalvikvm( 474): VFY: unable to resolve new-instance 437 (Lcom/motorola/webkit/MultiTouchWebView in Lcom/android/browser/TabControl;
D/dalvikvm( 474): VFY: replacing opcode 0x22 at 0x0001
D/dalvikvm( 474): Making a copy of Lcom/android/browser/TabControl;.createNewWebView code (104 bytes)
D/AndroidRuntime( 474): Shutting down VM
W/dalvikvm( 474): threadid=3: thread exiting with uncaught exception (group=0x4001e2e0)
E/AndroidRuntime( 474): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 474): java.lang.NoClassDefFoundError: com.motorola.webkit.MultiTouchWebView
E/AndroidRuntime( 474): at com.android.browser.TabControl.createNewWebView(TabControl.java:1027)
E/AndroidRuntime( 474): at com.android.browser.TabControl.createNewTab(TabControl.java:594)
E/AndroidRuntime( 474): at com.android.browser.BrowserActivity.onCreate(BrowserActivity.java:444)
E/AndroidRuntime( 474): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 474): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2431)
E/AndroidRuntime( 474): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2484)
E/AndroidRuntime( 474): at android.app.ActivityThread.access$2200(ActivityThread.java:119)
E/AndroidRuntime( 474): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1835)
E/AndroidRuntime( 474): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 474): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 474): at android.app.ActivityThread.main(ActivityThread.java:4325)
E/AndroidRuntime( 474): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 474): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 474): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 474): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 474): at dalvik.system.NativeStart.main(Native Method)
Click to expand...
Click to collapse
Any ideas? I tried looking for some of the files in the motorola milestone dump but no luck.
Edit: The browser file and the multitouch permission did not attach.
you need the motorola frameworks and a multitouch kernel. as the errors say, it cant find the motorola multitouch class.
there was a frame work com.android.hardware.touchscreen.multitouch.xml and thats in as well. shouldn't it work then? or is it really the kernel?
When i put a custom rom it deleted all my sprint apps which is good because i always delete them any way. He only problem is i like sprint zone so i can check my usage and bill. Does any one have the app or a link to download the app so i can have ot again. Pm or just reply. I know some one has to have it and i would be thrilled to havebit again! Thanks
Sent from my PC36100 using XDA App
I just tried yanking the /system/app/Sprint_Promotion.apk from netarchy's 2.2 rooted ROM, and it constantly FC's, here's the logcat:
Code:
I/ActivityManager( 204): Starting activity: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.sprint.dsa/.PageMain }
I/ActivityManager( 204): Start proc com.sprint.dsa for activity com.sprint.dsa/.PageMain: pid=880 uid=10001 gids={3003}
W/dalvikvm( 880): VFY: unable to resolve exception class 239 (Lcom/sprint/internal/SystemPropertiesException;)
W/dalvikvm( 880): VFY: unable to find exception handler at addr 0x4d
W/dalvikvm( 880): VFY: rejected Lcom/sprint/dsa/PageMain;.dispatchPages ()V
W/dalvikvm( 880): VFY: rejecting opcode 0x0d at 0x004d
W/dalvikvm( 880): VFY: rejected Lcom/sprint/dsa/PageMain;.dispatchPages ()V
W/dalvikvm( 880): Verifier rejected class Lcom/sprint/dsa/PageMain;
W/dalvikvm( 880): Class init failed in newInstance call (Lcom/sprint/dsa/PageMain;)
D/AndroidRuntime( 880): Shutting down VM
W/dalvikvm( 880): threadid=1: thread exiting with uncaught exception (group=0x4001d7f8)
E/AndroidRuntime( 880): FATAL EXCEPTION: main
E/AndroidRuntime( 880): java.lang.VerifyError: com.sprint.dsa.PageMain
E/AndroidRuntime( 880): at java.lang.Class.newInstanceImpl(Native Method)
E/AndroidRuntime( 880): at java.lang.Class.newInstance(Class.java:1429)
E/AndroidRuntime( 880): at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
E/AndroidRuntime( 880): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2577)
E/AndroidRuntime( 880): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 880): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 880): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 880): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 880): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 880): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 880): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 880): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 880): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 880): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 880): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 204): Force finishing activity com.sprint.dsa/.PageMain
W/ActivityManager( 204): Activity pause timeout for HistoryRecord{43fbfcc0 com.sprint.dsa/.PageMain}
I/Process ( 880): Sending signal. PID: 880 SIG: 9
I/ActivityManager( 204): Process com.sprint.dsa (pid 880) has died.
drmacinyasha said:
I just tried yanking the /system/app/Sprint_Promotion.apk from netarchy's 2.2 rooted ROM, and it constantly FC's, here's the logcat:
Click to expand...
Click to collapse
Try this one. It is NOT a flashable zip.
Even that attached file is having constant FC's upon opening.
Sent from my Evolution 4G running CM6
Just FC but thanks for the try. Any body that can help would be greatly appreciated
Sent from my PC36100 using XDA App
I would also like this. The sprint zone app was the only one worth keeping, when I tried a few different versions they all FC'ed constant upon opening. Running CM 6 also.
Sent from my HTC Supersonic using XDA app
Fresh puts all the removed files in a folder download his latest ROM for the latest version. U need the latest to use *2 as well (version sz_1.5.9)
Sent from my PC36100 using XDA App
anyone have a stock 'com.sprint.dsa' that we can install?
So was there ever a fix for this. Or is the attached file the fix
Edit: The attached file did work and now it works perfectly.
Here is a working Sprint Zone app that you can install without flashing. I am using this on cyanogen mod 6.1.0rc1 and it works fine.
here's sz_2.0.4
had it sitting on my SD from BadDroid removed apps.
So I'm running CM6 and I used TB to restore my apps from a previous rom (fresh) and now all the sudden I'm getting a Force Close when I try to access my sound settings. All other settings are working fine, and I've not had a problem with any other app.
Here's the logcat of the instance. Any clues?
D/dalvikvm( 220): GC_EXTERNAL_ALLOC freed 2604 objects / 100256 bytes in 44ms
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 658 objects / 26512 bytes in 63ms
D/dalvikvm( 340): GC_FOR_MALLOC freed 13134 objects / 523816 bytes in 26ms
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 420 objects / 16480 bytes in 66ms
I/ActivityManager( 131): Starting activity: Intent { act=android.intent.action.MAIN cmp=com.android.settings/.SoundSettings }
D/dalvikvm( 968): GC_FOR_MALLOC freed 3861 objects / 222240 bytes in 31ms
D/AndroidRuntime( 968): Shutting down VM
W/dalvikvm( 968): threadid=1: thread exiting with uncaught exception (group=0x4001d7e8)
E/AndroidRuntime( 968): FATAL EXCEPTION: main
E/AndroidRuntime( 968): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SoundSettings}: java.lang.ClassCastException: java.lang.Boolean
E/AndroidRuntime( 968): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
E/AndroidRuntime( 968): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
E/AndroidRuntime( 968): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
E/AndroidRuntime( 968): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
E/AndroidRuntime( 968): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 968): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 968): at android.app.ActivityThread.main(ActivityThread.java:4627)
E/AndroidRuntime( 968): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 968): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 968): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 968): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 968): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 968): Caused by: java.lang.ClassCastException: java.lang.Boolean
E/AndroidRuntime( 968): at android.app.ContextImpl$SharedPreferencesImpl.getString(ContextImpl.java:2700)
E/AndroidRuntime( 968): at android.preference.Preference.getPersistedString(Preference.java:1249)
E/AndroidRuntime( 968): at android.preference.ListPreference.onSetInitialValue(ListPreference.java:278)
E/AndroidRuntime( 968): at android.preference.Preference.dispatchSetInitialValue(Preference.java:1172)
E/AndroidRuntime( 968): at android.preference.Preference.onAttachedToHierarchy(Preference.java:984)
E/AndroidRuntime( 968): at android.preference.PreferenceGroup.addPreference(PreferenceGroup.java:156)
E/AndroidRuntime( 968): at android.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:97)
E/AndroidRuntime( 968): at android.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:38)
E/AndroidRuntime( 968): at android.preference.GenericInflater.rInflate(GenericInflater.java:488)
E/AndroidRuntime( 968): at android.preference.GenericInflater.inflate(GenericInflater.java:326)
E/AndroidRuntime( 968): at android.preference.GenericInflater.inflate(GenericInflater.java:263)
E/AndroidRuntime( 968): at android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:251)
E/AndroidRuntime( 968): at android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity.java:262)
E/AndroidRuntime( 968): at com.android.settings.SoundSettings.onCreate(SoundSettings.java:102)
E/AndroidRuntime( 968): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 968): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
E/AndroidRuntime( 968): ... 11 more
W/ActivityManager( 131): Force finishing activity com.android.settings/.SoundSettings
W/ActivityManager( 131): Force finishing activity com.android.settings/.Settings
W/ActivityManager( 131): Activity pause timeout for HistoryRecord{44220ba8 com.android.settings/.SoundSettings}
I/ActivityManager( 131): Displayed activity com.android.settings/.Settings: 8177 ms (total 235349 ms)
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 1255 objects / 76512 bytes in 69ms
D/dalvikvm( 220): GC_EXTERNAL_ALLOC freed 3366 objects / 128448 bytes in 72ms
I/Process ( 968): Sending signal. PID: 968 SIG: 9
I/ActivityManager( 131): Process com.android.settings (pid 968) has died.
I/WindowManager( 131): WIN DEATH: Window{4429a240 com.android.settings/com.android.settings.Settings paused=true}
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 862 objects / 35992 bytes in 66ms
D/dalvikvm( 220): GC_EXTERNAL_ALLOC freed 2559 objects / 97680 bytes in 39ms
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 622 objects / 24584 bytes in 62ms
D/dalvikvm( 725): GC_EXPLICIT freed 829 objects / 55352 bytes in 35ms
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 400 objects / 15992 bytes in 64ms
D/dalvikvm( 220): GC_EXTERNAL_ALLOC freed 2591 objects / 98512 bytes in 32ms
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 405 objects / 15632 bytes in 65ms
D/dalvikvm( 131): GC_EXTERNAL_ALLOC freed 1697 objects / 68624 bytes in 64ms
D/dalvikvm( 220): GC_EXTERNAL_ALLOC freed 2538 objects / 96752 bytes in 31ms
W/ActivityManager( 131): Activity destroy timeout for HistoryRecord{441db518 com.android.settings/.Settings}
W/ActivityManager( 131): Activity destroy timeout for HistoryRecord{44220ba8 com.android.settings/.SoundSettings}
bumpity bump bump
One last bump before I let this thread die.
Cyanogen has his own settings for sound.
Menu> settings>cyanogenmod settings
heh, just fixed it.
Went to Settings => Applications => Manage Applications => Running => Settings => Clear Data.
dwntwnall4u, thanks, I didn't realize that either.
I just received some NFC tags I bought off the internet and somehow everytime I try to read them I get the message:
NFC-service stopped. When I press ok and try again it happens again. However if i try to read a public transport chipcard I am able to read the data (although it has been encrypted and I cant actually read the contents it doesnt crash and I get the general info of the chip).
I read online of a bug that existed on the GN on android 4.0 and that it would be fixed in android 4.1 (which im running).
When I view logcat I get the following results:
D/NdefPushServer( 4992): about to accept
D/NfcService( 4992): NFC-EE OFF
D/NfcService( 4992): NFC-C ON
D/NfcDispatcher( 4992): dispatch tag: TAG: Tech [android.nfc.tech.MifareUltralight, android.nfc.tech.NfcA, android.nfc.tech.Ndef] message: NdefMessage [NdefRecord tnf=1 type=55 payload=06]
D/AndroidRuntime( 4992): Shutting down VM
W/dalvikvm( 4992): threadid=1: thread exiting with uncaught exception (group=0x416df300)
E/AndroidRuntime( 4992): FATAL EXCEPTION: main
E/AndroidRuntime( 4992): java.lang.NullPointerException
E/AndroidRuntime( 4992): at android.nfc.NdefRecord.toUri(NdefRecord.java:691)
E/AndroidRuntime( 4992): at android.nfc.NdefRecord.toUri(NdefRecord.java:673)
E/AndroidRuntime( 4992): at com.android.nfc.NfcDispatcher$DispatchInfo.<init>(NfcDispatcher.java:106)
E/AndroidRuntime( 4992): at com.android.nfc.NfcDispatcher.dispatchTag(NfcDispatcher.java:192)
E/AndroidRuntime( 4992): at com.android.nfc.NfcService$NfcServiceHandler.dispatchTagEndpoint(NfcService.java:1789)
E/AndroidRuntime( 4992): at com.android.nfc.NfcService$NfcServiceHandler.handleMessage(NfcService.java:1594)
E/AndroidRuntime( 4992): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4992): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 4992): at android.app.ActivityThread.main(ActivityThread.java:4745)
E/AndroidRuntime( 4992): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4992): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 4992): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
E/AndroidRuntime( 4992): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
E/AndroidRuntime( 4992): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 307): Process com.android.nfc has crashed too many times: killing!
D/NativeNfcTag( 4992): Tag lost, restarting polling loop
Is there anything I can do about this? Maybe a patch or something like that?
bump?
Sorry, I'm just looking for stickers so I can start playing with NFC. Where did you get yours?
Did your NFC ever work with these stickers? Guess so since you encoded them. Did you try using your phone for payment to see if that works (and rule out the stickers)?
Maybe try doing a factory reset? Just in case that is just a bug?
Sent from my Galaxy Nexus using xda app-developers app
@netbuzz I got them from tagage. They never worked, as soon as I tap them on my phone NFC crashed so I cant program them either..
@moshe22 I might try that.. gonna make a rom manager backup first and update my titanium backup
I recently tried to apply a series of updates (Rom, radios, kernel, Crossbreeder Mod) to my Verizon Galaxy Nexus SCH i515 and ran into a snag. Everytime I opened the camera application I would receive the message "Unfortunately, Gallery has stopped." I will also get this message upon a reboot of the phone. I first thought I had improperly wiped before applying the rom or done something out of order. So I began troubleshooting.... I will save the narrative for brevity sake and give you a list of what I have done.
Rewiped the phone using TWRP 2.6 and performing a full wipe of all options including sdcard
Using TWRP, I installed the latest (8.22) ShinyROM. Rebooted. (Got Error)
ShinyROM Author suggests CWRM over TWRP so I fastboot applied the latest Toro build of CWRM. I then proceeded to do an additional Wipe of all components and then Install the ShinyROM zip. Rebooted (Got Error)
This is my primary phone and I had now run out of time to mess with a new ROM and knowing I had wiped everything, I had to give up for the time being and get a working phone again
I proceeded to flash the 4.2.2 Factory img file using WugsFresh Root Toolkit. Hashes Verified. Factory Img applied. Reboot. (Got Error)
At this point I am starting to think a hardware component has failed but I am also unsure if perhaps the factory restore does not overwrite every sinngle bit of the device so I begin researching the issue further and since most people stated that if I run into this error and I have applied a factory restore then it must be hardware.
I heed the advice and since my wife has the exact same phone I disassemble both phones and proceed to remove both fully functioning cameras (front ) and (back) from my wife's phone.
I test for the error as follows:
orig Back + func Front = (Got Error)
func Back + orig Front = (Got Error)
func Back + func Front = (Got Error)
I am now fairly certain that it is something software related which follows logically as nothing had physically occurred to my phone that would have led me to think a hardware component would fail. So everything I have found seems to state clearly that a factory img wipes all components of a phone, which on some level I assume is not the whole story because a factory restore is technically overwriting certain partitions with their original contents and not performing a bit for bit copy of what was originally on the phone. Just to be sure I though maybe the latest factory restore does not include ALL of these components but the original 4.0.2 img would so I roll back all the way to the first factory image available for the toro. Rebooted (Got Error) I let the OS OTA update all the way to 4.2.2 receiving errors at each intermediate step.
That is where my phone currently is....
Model: Samsung Galaxy Nexus SCH-i515
Carrier: Verizon
Version:4.2.2 OTA'd from the original Factory Image
Radio: FK01/FK02
Build: JDQ39
I can produce the error from the gallery, the camera app, and a I downloaded a third party camera app too. Here are the logcat captures that I found.
Logcat of opening Camera
Code:
I/ActivityManager( 373): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.gallery3d/com.android.camera.Camera bnds=[40,785][200,985]} from pid 3990
I/ActivityManager( 373): Start proc com.google.android.gallery3d for activity com.google.android.gallery3d/com.android.camera.Camera: pid=10044 uid=10020 gids={50020, 1006, 3003, 1015, 1028}
D/dalvikvm(10044): GC_CONCURRENT freed 316K, 4% free 9017K/9364K, paused 2ms+3ms, total 30ms
D/dalvikvm(10044): GC_CONCURRENT freed 178K, 3% free 9246K/9464K, paused 3ms+5ms, total 26ms
D/dalvikvm(10044): GC_FOR_ALLOC freed 40K, 2% free 9469K/9644K, paused 16ms, total 17ms
D/dalvikvm(10044): GC_FOR_ALLOC freed 6K, 2% free 9689K/9872K, paused 14ms, total 14ms
D/dalvikvm(10044): GC_FOR_ALLOC freed 3K, 2% free 10026K/10220K, paused 15ms, total 15ms
V/StateManager(10044): startState class com.android.gallery3d.app.FilmstripPage
E/CameraHAL( 127): Couldn't get camera properties
W/dalvikvm(10044): threadid=20: thread exiting with uncaught exception (group=0x41f34700)
E/AndroidRuntime(10044): FATAL EXCEPTION: Thread-558
E/AndroidRuntime(10044): java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime(10044): at android.hardware.Camera._getCameraInfo(Native Method)
E/AndroidRuntime(10044): at android.hardware.Camera.getCameraInfo(Camera.java:202)
E/AndroidRuntime(10044): at com.android.camera.CameraHolder.<init>(CameraHolder.java:169)
E/AndroidRuntime(10044): at com.android.camera.CameraHolder.instance(CameraHolder.java:123)
E/AndroidRuntime(10044): at com.android.camera.Util.openCamera(Util.java:316)
E/AndroidRuntime(10044): at com.android.camera.PhotoModule$CameraStartUpThread.run(PhotoModule.java:294)
W/ActivityManager( 373): Force finishing activity com.google.android.gallery3d/com.android.camera.Camera
I/WindowManager( 373): Screenshot max retries 4 of Token{428b1940 ActivityRecord{42978b58 u0 com.google.android.gallery3d/com.android.camera.Camera}} appWin=Window{42ca4760 u0 Starting com.google.android.gallery3d} drawState=4
W/WindowManager( 373): Screenshot failure taking screenshot for (720x1280) to layer 21030
D/dalvikvm(10044): GC_CONCURRENT freed 202K, 3% free 10321K/10564K, paused 3ms+3ms, total 42ms
D/dalvikvm(10044): WAIT_FOR_CONCURRENT_GC blocked 23ms
W/ActivityManager( 373): Activity pause timeout for ActivityRecord{42978b58 u0 com.google.android.gallery3d/com.android.camera.Camera}
D/i ( 9605): scheduled task [GmmLocationControllerStatus Update]
I/GAV2 (10044): Thread[GAThread,5,main]: No campaign data found.
D/dalvikvm(10044): GC_CONCURRENT freed 378K, 5% free 10356K/10824K, paused 9ms+3ms, total 39ms
I/Process (10044): Sending signal. PID: 10044 SIG: 9
W/InputDispatcher( 373): channel '430845e8 com.google.android.gallery3d/com.android.camera.Camera (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 373): channel '430845e8 com.google.android.gallery3d/com.android.camera.Camera (server)' ~ Channel is unrecoverably broken and will be disposed!
I/ActivityManager( 373): Process com.google.android.gallery3d (pid 10044) has died.
W/InputDispatcher( 373): Attempted to unregister already unregistered input channel '430845e8 com.google.android.gallery3d/com.android.camera.Camera (server)'
I/WindowState( 373): WIN DEATH: Window{430845e8 u0 com.google.android.gallery3d/com.android.camera.Camera}
W/InputMethodManagerService( 373): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]
Logcat of opening Camera from within the Gallery
Code:
I/ActivityManager( 370): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.google.android.gallery3d/com.android.camera.CameraLauncher
bnds=[200,585][360,785]} from pid 596
D/dalvikvm( 6164): GC_FOR_ALLOC freed 102K, 4% free 9003K/9324K, paused 12ms, total 14ms
I/dalvikvm-heap( 6164): Grow heap (frag case) to 9.036MB for 230416-byte allocation
D/dalvikvm( 6164): GC_FOR_ALLOC freed 1K, 4% free 9227K/9552K, paused 18ms, total 18ms
D/dalvikvm( 6164): GC_FOR_ALLOC freed 6K, 4% free 9222K/9552K, paused 12ms, total 13ms
I/dalvikvm-heap( 6164): Grow heap (frag case) to 9.249MB for 230416-byte allocation
D/dalvikvm( 6164): GC_FOR_ALLOC freed <1K, 4% free 9446K/9780K, paused 16ms, total 16ms
E/CameraHAL( 129): Couldn't get camera properties
W/dalvikvm( 6164): threadid=15: thread exiting with uncaught exception (group=0x4196b930)
E/AndroidRuntime( 6164): FATAL EXCEPTION: Thread-248
E/AndroidRuntime( 6164): java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime( 6164): at android.hardware.Camera._getCameraInfo(Native Method)
E/AndroidRuntime( 6164): at android.hardware.Camera.getCameraInfo(Camera.java:201)
E/AndroidRuntime( 6164): at com.android.camera.CameraHolder.<init>(CameraHolder.java:169)
E/AndroidRuntime( 6164): at com.android.camera.CameraHolder.instance(CameraHolder.java:123)
E/AndroidRuntime( 6164): at com.android.camera.Util.openCamera(Util.java:315)
E/AndroidRuntime( 6164): at com.android.camera.PhotoModule$CameraStartUpThread.run(PhotoModule.java:316)
W/ActivityManager( 370): Force finishing activity com.google.android.gallery3d/com.android.camera.CameraLauncher
D/dalvikvm( 6164): GC_FOR_ALLOC freed 57K, 4% free 9672K/9980K, paused 17ms, total 18ms
D/dalvikvm( 6164): GC_FOR_ALLOC freed 4K, 3% free 9902K/10188K, paused 18ms, total 18ms
V/StateManager( 6164): startState class com.android.gallery3d.app.PhotoPage
D/dalvikvm( 6164): GC_CONCURRENT freed 152K, 2% free 10216K/10400K, paused 2ms+4ms, total 25ms
I/GmsClient( 6164): connect: bindService returned true for Intent { act=com.google.android.gms.panorama.service.START }
W/SensorService( 370): sensor 00000001 already enabled in connection 0x5cebd048 (ignoring)
W/ActivityManager( 370): Activity pause timeout for ActivityRecord{42769938 u0 com.google.android.gallery3d/com.android.camera.CameraLauncher}
D/ConnectivityService( 370): handleInetConditionChange: no active default network - ignore
W/ActivityManager( 370): Activity destroy timeout for ActivityRecord{42769938 u0 com.google.android.gallery3d/com.android.camera.CameraLauncher}
D/LightsService( 370): Excessive delay setting light: 66ms
D/LightsService( 370): Excessive delay setting light: 67ms
D/LightsService( 370): Excessive delay setting light: 66ms
D/LightsService( 370): Excessive delay setting light: 65ms
I/PowerManagerService( 370): Going to sleep due to screen timeout...
D/SurfaceFlinger( 126): Screen released, type=0 flinger=0x41f96318
D/YouTube MDX( 5878): Recieved intent android.intent.action.SCREEN_OFF
D/dalvikvm( 370): GC_CONCURRENT freed 1576K, 22% free 17170K/21996K, paused 4ms+10ms, total 95ms
D/ConnectivityService( 370): NetTransition Wakelock for WifiStateMachine released by timeout
D/PhoneStatusBar( 447): disable: < expand icons alerts ticker system_info back home RECENT* clock search >
V/TAG ( 370): bug 7643792: fitSystemWindows([0,50][0,0])
D/PhoneStatusBar( 447): disable: < expand icons alerts ticker system_info BACK* HOME* RECENT clock search >
Logcat of opening "Mobile Hidden Camera" App
Code:
I/ActivityManager( 370): Start proc com.zecurisoft.mhc1202 for activity com.zecurisoft.mhc1202/.StartupActivity: pid=6740 uid=10003 gids={50003, 1006, 1015, 1028}
I/ActivityManager( 370): START u0 {cmp=com.zecurisoft.mhc1202/.HomeActivity} from pid 6740
D/dalvikvm( 6740): GC_CONCURRENT freed 137K, 2% free 8993K/9160K, paused 4ms+1ms, total 25ms
D/dalvikvm( 6740): WAIT_FOR_CONCURRENT_GC blocked 10ms
E/CameraHAL( 129): Couldn't get camera properties
E/CameraService( 129): Invalid camera id 0
W/System.err( 6740): java.lang.RuntimeException: Fail to connect to camera service
W/System.err( 6740): at android.hardware.Camera.native_setup(Native Method)
W/System.err( 6740): at android.hardware.Camera.<init>(Camera.java:340)
W/System.err( 6740): at android.hardware.Camera.open(Camera.java:302)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.ITCSKMNHDY(Unknown Source)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.WCWYHBYAHQ(Unknown Source)
W/System.err( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
W/System.err( 6740): at com.zecurisoft.mhc1202.HomeActivity.MBBUADLEVG(Unknown Source)
W/System.err( 6740): at com.zecurisoft.mhc1202.HomeActivity.onCreate(Unknown Source)
W/System.err( 6740): at android.app.Activity.performCreate(Activity.java:5104)
W/System.err( 6740): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
W/System.err( 6740): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
W/System.err( 6740): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
W/System.err( 6740): at android.app.ActivityThread.access$600(ActivityThread.java:141)
W/System.err( 6740): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
W/System.err( 6740): at android.os.Handler.dispatchMessage(Handler.java:99)
W/System.err( 6740): at android.os.Looper.loop(Looper.java:137)
W/System.err( 6740): at android.app.ActivityThread.main(ActivityThread.java:5041)
W/System.err( 6740): at java.lang.reflect.Method.invokeNative(Native Method)
W/System.err( 6740): at java.lang.reflect.Method.invoke(Method.java:511)
W/System.err( 6740): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
W/System.err( 6740): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
W/System.err( 6740): at dalvik.system.NativeStart.main(Native Method)
D/AndroidRuntime( 6740): Shutting down VM
W/dalvikvm( 6740): threadid=1: thread exiting with uncaught exception (group=0x4196b930)
E/AndroidRuntime( 6740): FATAL EXCEPTION: main
E/AndroidRuntime( 6740): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.zecurisoft.mhc1202/com.zecurisoft.mhc1202.HomeActivity}: java.lang.NullPointerException
E/AndroidRuntime( 6740): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
E/AndroidRuntime( 6740): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
E/AndroidRuntime( 6740): at android.app.ActivityThread.access$600(ActivityThread.java:141)
E/AndroidRuntime( 6740): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
E/AndroidRuntime( 6740): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 6740): at android.os.Looper.loop(Looper.java:137)
E/AndroidRuntime( 6740): at android.app.ActivityThread.main(ActivityThread.java:5041)
E/AndroidRuntime( 6740): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6740): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 6740): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
E/AndroidRuntime( 6740): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
E/AndroidRuntime( 6740): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6740): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.WCWYHBYAHQ(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.lib.YMFEJKSSOH.OVAFYFREZH.BKCWSUWTIG(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.mhc1202.HomeActivity.MBBUADLEVG(Unknown Source)
E/AndroidRuntime( 6740): at com.zecurisoft.mhc1202.HomeActivity.onCreate(Unknown Source)
E/AndroidRuntime( 6740): at android.app.Activity.performCreate(Activity.java:5104)
E/AndroidRuntime( 6740): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
E/AndroidRuntime( 6740): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
E/AndroidRuntime( 6740): ... 11 more
W/ActivityManager( 370): Force finishing activity com.zecurisoft.mhc1202/.HomeActivity
W/ActivityManager( 370): Force finishing activity com.zecurisoft.mhc1202/.StartupActivity
W/ActivityManager( 370): Activity pause timeout for ActivityRecord{42209040 u0 com.zecurisoft.mhc1202/.HomeActivity}
W/CellInfoLte( 564): getCellSignalStrength: CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/CellInfoLte( 564): getCellIdentity: LteCellIdentitiy:[email protected] mMcc=311 mMnc=480 mCi=29261057 mPci=162 mTac=882
W/CellInfoLte( 564): writeToParcel(Parcel, int): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected]
mMcc=311 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/CellInfoLte( 370): CellInfoLte(Parcel): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected] mMcc=3
11 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/CellInfoLte( 370): writeToParcel(Parcel, int): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected]20154
mMcc=311 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/SystemClock( 703): time going backwards: prev 29733394254571(ioctl) vs now 29733393949395(ioctl), tid=1044
W/CellInfoLte( 703): CellInfoLte(Parcel): CellInfoLte: mRegistered=YES mTimeStampType=java_ril mTimeStamp=29733390000ns, LteCellIdentitiy:[email protected] mMcc=3
11 mMnc=480 mCi=29261057 mPci=162 mTac=882, CellSignalStrengthLte: ss=2 rsrp=-116 rsrq=-16 rssnr=-80 cqi=7 ta=2147483647
W/ActivityManager( 370): Activity destroy timeout for ActivityRecord{42ad6690 u0 com.zecurisoft.mhc1202/.StartupActivity}
W/ActivityManager( 370): Activity destroy timeout for ActivityRecord{42209040 u0 com.zecurisoft.mhc1202/.HomeActivity}
I appreciate any help or direction that can be provided.
Bump?
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
I had also the same problem. So should i assume that there's no solution to this
Sent from my GT-I9070 using Tapatalk now Free