Cant access sound settings. - Desire General

Hi,
Everytime i try and access my sound settings i get a FC. I have tried many roms all with wipes. Does anybody have any idea why this might be?

Bump
This is my logcat thing:
FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.settings/com.android.settings.SoundSettings}: java.lang.ClassCastException: java.lang.Boolean
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
at android.app.ActivityThread.access$2300(ActivityThread.java:125)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:4627)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:521)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassCastException: java.lang.Boolean
at android.app.ContextImpl$SharedPreferencesImpl.getString(ContextImpl.java:2700)
at android.preference.Preference.getPersistedString(Preference.java:1249)
at android.preference.ListPreference.onSetInitialValue(ListPreference.java:278)
at android.preference.Preference.dispatchSetInitialValue(Preference.java:1172)
at android.preference.Preference.onAttachedToHierarchy(Preference.java:984)
at android.preference.PreferenceGroup.addPreference(PreferenceGroup.java:156)
at android.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:97)
at android.preference.PreferenceGroup.addItemFromInflater(PreferenceGroup.java:38)
at android.preference.GenericInflater.rInflate(GenericInflater.java:488)
at android.preference.GenericInflater.inflate(GenericInflater.java:326)
at android.preference.GenericInflater.inflate(GenericInflater.java:263)
at android.preference.PreferenceManager.inflateFromResource(PreferenceManager.java:251)
at android.preference.PreferenceActivity.addPreferencesFromResource(PreferenceActivity.java:262)
at com.android.settings.SoundSettings.onCreate(SoundSettings.java:102)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
... 11 more
Anyone with any brains have an idea?

Related

After recompiling HTC Music FC's

Hi, after i recompile HTC Music and i run it i get FC, i try to clear the data and its not helping, even when i recompile without changing anything i get FC.
All others apps i edit working very good and no FC.
Thnaks!
Code:
I/HtcMusic( 4041): borranx MyGallery.QVGA 2
W/dalvikvm( 4041): VFY: bad exception entry: startAddr=126 endAddr=126 (size=289)
W/dalvikvm( 4041): VFY: rejected Lcom/htc/music/MusicUtils;.getArtworkFromFile (Landroid/content/Context;Landroid/net/Uri;I)Landroid/graphics/Bitmap;
W/dalvikvm( 4041): Verifier rejected class Lcom/htc/music/MusicUtils;
D/AndroidRuntime( 4041): Shutting down VM
W/dalvikvm( 4041): threadid=1: thread exiting with uncaught exception (group=0x400259f8)
E/AndroidRuntime( 4041): FATAL EXCEPTION: main
E/AndroidRuntime( 4041): java.lang.VerifyError: com.htc.music.MusicUtils
E/AndroidRuntime( 4041): at com.htc.music.HtcMusic.onStart(HtcMusic.java:768)
E/AndroidRuntime( 4041): at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1211)
E/AndroidRuntime( 4041): at android.app.Activity.performStart(Activity.java:3822)
E/AndroidRuntime( 4041): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2760)
E/AndroidRuntime( 4041): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2803)
E/AndroidRuntime( 4041): at android.app.ActivityThread.access$2300(ActivityThread.java:135)
E/AndroidRuntime( 4041): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2136)
E/AndroidRuntime( 4041): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4041): at android.os.Looper.loop(Looper.java:144)
E/AndroidRuntime( 4041): at android.app.ActivityThread.main(ActivityThread.java:4937)
E/AndroidRuntime( 4041): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4041): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 4041): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 4041): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
E/AndroidRuntime( 4041): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 188): Force finishing activity com.htc.music/.HtcMusic
What are you trying to change???
I try add a language, but even when i don't edit anything just do decompile and then compile i get this error.
i don this before on other apps and it's work perfect, this is happens only in HTC Music.
anyone? please.
Anyone? ...
bump.......

Issue with new Theme

So I am useing the new 2.3.4 Sense 3.0 ROM http://forum.xda-developers.com/showthread.php?t=1191936 and I am trying to get my theme to work on it. The issue that I have is with the weather widget. With the new verision of Sense they have a completly new weather animation. I get FC's all the time and here is what the logcat says.
Code:
E/AndroidRuntime( 7192): FATAL EXCEPTION: main
E/AndroidRuntime( 7192): android.content.res.Resources$NotFoundException: File res/raw/sound_clouds.wav from drawable resource ID #0x2060023
E/AndroidRuntime( 7192): at android.content.res.Resources.openRawResourceFd(Resources.java:869)
E/AndroidRuntime( 7192): at com.htc.Weather.SoundEffect.createPlayerbyRes(SoundEffect.java:96)
E/AndroidRuntime( 7192): at com.htc.Weather.SoundEffect.startMediaPlayer(SoundEffect.java:82)
E/AndroidRuntime( 7192): at com.htc.Weather.WeatherActivity.playSound(WeatherActivity.java:1402)
E/AndroidRuntime( 7192): at com.htc.Weather.WeatherActivity.access$1000(WeatherActivity.java:64)
E/AndroidRuntime( 7192): at com.htc.Weather.WeatherActivity$2.handleMessage(WeatherActivity.java:887)
E/AndroidRuntime( 7192): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 7192): at android.os.Looper.loop(Looper.java:143)
E/AndroidRuntime( 7192): at android.app.ActivityThread.main(ActivityThread.java:4293)
E/AndroidRuntime( 7192): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 7192): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 7192): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime( 7192): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 7192): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 7192): Caused by: java.io.FileNotFoundException: This file can not be opened as a file descriptor; it is probably compressed
E/AndroidRuntime( 7192): at android.content.res.AssetManager.openNonAssetFdNative(Native Method)
E/AndroidRuntime( 7192): at android.content.res.AssetManager.openNonAssetFd(AssetManager.java:465)
E/AndroidRuntime( 7192): at android.content.res.Resources.openRawResourceFd(Resources.java:866)
E/AndroidRuntime( 7192): ... 13 more
W/ActivityManager( 2188): Force finishing activity com.htc.Weather/.WeatherActivity
D/SensorService( 2188): enable: get sensor name = BMA150 3-axis Accelerometer
D/Sensors ( 2188): Enable akm: en = 1
D/SensorService( 2188): pid=2188, uid=1000
D/AK8973 ( 85): Compass Start
I have checked and that wav file is in the correct location. For some reason it says that it cannot open it as it might be compressed? I did not modify that apk. I only did some xml edits to framework-res.apk. The wav files are located in com.htc.resource/res/raw if anyone could help me out I would appreciate it alot.

[DEV] [GSM] {Beta} Better Than Life HoneyComb for GSM

Tired of the drama
I am not coming back.
You want future releases? catch me on TAD
Will be more than eager to try it out.. Been waiting for hneycomb for GT.
Btw is it really that difficult to build the kernel from CM? I mean, by logic, AOSP and AOSP should be the same.. whether its 2.3 or 3.0.. And CM7 is 2.3.. Correct me if I'm wrong pls.
Damn. Was hoping for some boobies. anyways. Hats off to you for continuing what you do even though there are some assholes floating around on xda.
Damn. Was hoping for some boobies. anyways. Hats off to you for continuing what you do even though there are some assholes floating around on xda.
Click to expand...
Click to collapse
Are you referring to me?
arikyeo said:
Will be more than eager to try it out.. Been waiting for hneycomb for GT.
Btw is it really that difficult to build the kernel from CM? I mean, by logic, AOSP and AOSP should be the same.. whether its 2.3 or 3.0.. And CM7 is 2.3.. Correct me if I'm wrong pls.
Click to expand...
Click to collapse
Wrong. Honeycomb was (and never will be) released to AOSP. Even if it were, there would still be things missing just like there are in the CM7 builds (video recording for example) until someone reverse engineers it.
arikyeo said:
Are you referring to me?
Click to expand...
Click to collapse
Sensitive much? No I'm not. I'm mentioning those people whom with their harsh comments almost cause oldmacnut to stop the project altogether. If however, you were one of those parties that flamed oldmacnut on the CDMA honeycomb thread, then YES. I'm referring to you. Otherwise, No. Here. Have a chill pill.
If I remember correctly, you need to flash this from froyo.......*starts scrolling to find old thread
---------- Post added at 06:17 AM ---------- Previous post was at 06:16 AM ----------
arikyeo said:
Are you referring to me?
Click to expand...
Click to collapse
Read the entire OP
Yeah froyo base it's recommended! Tale a look at the thread I opened few days ago
We'ld like to help as much as possible, wouldnt we dario!
Of course! Now that we set up a team and something is moving in the thread,we'd like to help,to keep the HC team alive
I will be ready to help and test
30 minutes left on upload.
my upload speed blows.....
So, I will test with a European (France) GT-P1000 currently running 2.3.3 (JQ1) from Samfirmware. I'm currently RFS.
The kernel is 2.6.35.7 (CF-Root) and baseband version is P1000XXJPZ.
I will write down every actions I will make.
Edit : I will flash in a Gentoo Linux envir, with Heimdall
link for rom is active now.
So you recommend me to first flash the rfs2ext4.zip with CWM as a kernel ?
EDIT: So after flashing as update.zip, my tab is stuck on the "Galaxy Tab" screen
CWM not working cause it's a RFS one.
EDIT 2: So I flash the zImage in your zip as a kernel with Heimdall.
Then the phone reboot in a working CWM ext4.
I then install the whole zip package.
The phone now boot, but I'm stuck on the Welcome Screen "Start" buttons reacts but doesn't do anything
Tester
Hi,
I also can do tester for this rom... The last 4 - 6 month I don't use
my galaxy tab so it doesn't worry if there are a lot of features the won't work
Logcat is giving the following error when pushing "Demarrer" (Start) button:
W/SetupWizard( 2740): Ignoring touch event because phone interface was null
Androw said:
Logcat is giving the following error when pushing "Demarrer" (Start) button:
W/SetupWizard( 2740): Ignoring touch event because phone interface was null
Click to expand...
Click to collapse
Bypass setup wizard by this method
Open build.prop
Change
ro.setupwizard.mode to DISABLED
I changed this in /system/build.prop
And reboot, it works
Will try some features
EDIT :
What is working:
Calendar
Places
Calc
Contacts
Adfree
Sound
Keyboard (got it to work, should disable physic keyboard)
Wifi
Vibrate
WebBrowser
Markets
root+superuser+update
Gtalk
Spareparts
Search
Gmaps + Latitude
Not working:
STORAGE (do not detect any of the internal and additional SD card)
Bluetooth
Code:
D/BluetoothService( 2526): Bluetooth state 10 -> 11
D/BluetoothService( 2526): Bluetooth state 11 -> 10
V/BluetoothEventRedirector( 3023): Received android.bluetooth.adapter.action.STATE_CHANGED
V/BluetoothEventRedirector( 3023): Received android.bluetooth.adapter.action.STATE_CHANGED
Camera
GSM (reporting Unknow baseband)
Code:
E/AndroidRuntime( 3023): FATAL EXCEPTION: main
E/AndroidRuntime( 3023): android.content.ActivityNotFoundException: Unable to find explicit activity class {com.android.phone/com.android.phone.Settings}; have you declared this activity in your AndroidManifest.xml?
E/AndroidRuntime( 3023): at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1504)
E/AndroidRuntime( 3023): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1382)
E/AndroidRuntime( 3023): at android.app.Activity.startActivityForResult(Activity.java:3044)
E/AndroidRuntime( 3023): at android.app.Activity.startActivity(Activity.java:3150)
E/AndroidRuntime( 3023): at android.preference.Preference.performClick(Preference.java:932)
E/AndroidRuntime( 3023): at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:196)
E/AndroidRuntime( 3023): at android.widget.AdapterView.performItemClick(AdapterView.java:282)
E/AndroidRuntime( 3023): at android.widget.AbsListView.performItemClick(AbsListView.java:1032)
E/AndroidRuntime( 3023): at android.widget.AbsListView$PerformClick.run(AbsListView.java:2447)
E/AndroidRuntime( 3023): at android.widget.AbsListView$1.run(AbsListView.java:3065)
E/AndroidRuntime( 3023): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 3023): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 3023): at android.os.Looper.loop(Looper.java:126)
E/AndroidRuntime( 3023): at android.app.ActivityThread.main(ActivityThread.java:3997)
E/AndroidRuntime( 3023): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3023): at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime( 3023): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 3023): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 3023): at dalvik.system.NativeStart.main(Native Method)
GPS
Gallery
Code:
E/AndroidRuntime( 4725): FATAL EXCEPTION: main
E/AndroidRuntime( 4725): java.lang.RuntimeException: Unable to get provider com.android.gallery3d.picasa.PicasaContentProvider: java.lang.NullPointerException
E/AndroidRuntime( 4725): at android.app.ActivityThread.installProvider(ActivityThread.java:3865)
E/AndroidRuntime( 4725): at android.app.ActivityThread.installContentProviders(ActivityThread.java:3617)
E/AndroidRuntime( 4725): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:3573)
E/AndroidRuntime( 4725): at android.app.ActivityThread.access$2200(ActivityThread.java:123)
E/AndroidRuntime( 4725): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1031)
E/AndroidRuntime( 4725): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4725): at android.os.Looper.loop(Looper.java:126)
E/AndroidRuntime( 4725): at android.app.ActivityThread.main(ActivityThread.java:3997)
E/AndroidRuntime( 4725): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 4725): at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime( 4725): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime( 4725): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime( 4725): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 4725): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 4725): at com.android.gallery3d.picasa.PicasaContentProvider.attachInfo(PicasaContentProvider.java:91)
E/AndroidRuntime( 4725): at android.app.ActivityThread.installProvider(ActivityThread.java:3862)
E/AndroidRuntime( 4725): ... 12 more
Voodoo Control (reporting unsuported kernel)
Youtube
OI File Manager
Will edit when I have news
I'm often getting the following error
Code:
E/SurfaceFlinger( 2537): Layer::requestBuffer(this=0x40d390), index=1, w=1024, h=564 failed (Out of memory)
E/Surface ( 4902): Surface (identity=247) requestBuffer(1, 0, 0, 0, 00000033) returned a buffer with a null handle
E/Surface ( 4902): getBufferLocked(1, 0, 0, 0, 00000033) failed (Out of memory)
E/Surface ( 4902): dequeueBuffer failed (Out of memory)
E/ViewRoot( 4902): OutOfResourcesException locking surface
E/ViewRoot( 4902): android.view.Surface$OutOfResourcesException
E/ViewRoot( 4902): at android.view.Surface.lockCanvasNative(Native Method)
E/ViewRoot( 4902): at android.view.Surface.lockCanvas(Surface.java:335)
E/ViewRoot( 4902): at android.view.ViewRoot.draw(ViewRoot.java:1541)
E/ViewRoot( 4902): at android.view.ViewRoot.performTraversals(ViewRoot.java:1329)
E/ViewRoot( 4902): at android.view.ViewRoot.handleMessage(ViewRoot.java:1944)
E/ViewRoot( 4902): at android.os.Handler.dispatchMessage(Handler.java:99)
E/ViewRoot( 4902): at android.os.Looper.loop(Looper.java:126)
E/ViewRoot( 4902): at android.app.ActivityThread.main(ActivityThread.java:3997)
E/ViewRoot( 4902): at java.lang.reflect.Method.invokeNative(Native Method)
E/ViewRoot( 4902): at java.lang.reflect.Method.invoke(Method.java:491)
E/ViewRoot( 4902): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/ViewRoot( 4902): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/ViewRoot( 4902): at dalvik.system.NativeStart.main(Native Method)
So i take it we're following the old spacemoose/sserpintine installation for the alpha 2.5, coming from stock froyo? I still have all the files at home, so will have a go later
Sent from my GT-P1000 using Tapatalk

NFC not working

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

[Q] Help with a Crash

Hi All,
I posted a similar thread a few days back but the parameters of the problem have changed enough that I feel like it would be confusing to try and continue down that path.
Anyway, my phone seems to crash every once in a while. It becomes unresponsive, but is still accessible via ADB, so I"ve been trying to debug via logcat to see what's going wrong. The problem is I never really looked at the logcat BEFORE this situation (why would I) so I have no idea which of these errors are normal.
All of this is after a CLEAN install (full wipe) with no restore, either via Google (I set up as a new device) or Titanium (I restored messages and call log and the data for like 3 games, but for the most part no restoring of anything, all fresh installs).
THe most common non-fatal ones are :
Code:
I/ActivityManager( 892): Cannot resolve ContentProvider=ui.email2.android.com
It's not even a warning but I see it a LOT. Dozens of times.
I get this error a lot :
Code:
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.amazon.venezia/files/
Not just for amazon.venezia (teh Amazon app store I believe) but also a few other apps, all looking for stuff on /storage/ext_sd. I do NOT have an external SD card, nor have I ever, so I have no idea why things are looking there.
The first fatal error I see is sandwiched between dozens of the ext_sd messages, and looks like this :
Code:
--------- beginning of crash
E/AndroidRuntime( 892): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
E/AndroidRuntime( 892): java.lang.NullPointerException: Attempt to invoke interface method 'void o.CK.D()' on a null object reference
E/AndroidRuntime( 892): at android.os.Parcel.readException(Parcel.java)
E/AndroidRuntime( 892): at android.os.Parcel.readException(Parcel.java)
E/AndroidRuntime( 892): at com.android.internal.widget.IRemoteViewsAdapterConnection$Stub$Proxy.onServiceConnected(IRemoteViewsAdapterConnection.java)
E/AndroidRuntime( 892): at com.android.server.appwidget.AppWidgetServiceImpl$ServiceConnectionProxy.onServiceConnected(AppWidgetServiceImpl.java)
E/AndroidRuntime( 892): at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java)
E/AndroidRuntime( 892): at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java)
E/AndroidRuntime( 892): at android.os.Handler.handleCallback(Handler.java)
E/AndroidRuntime( 892): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 892): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 892): at com.android.server.SystemServer.run(SystemServer.java)
E/AndroidRuntime( 892): at com.android.server.SystemServer.main(SystemServer.java)
E/AndroidRuntime( 892): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 892): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 892): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java)
E/AndroidRuntime( 892): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.amazon.venezia/files/
W/Vold ( 382): Returning OperationFailed - no handler for errno 22
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.amazon.venezia/files/
W/Vold ( 382): Returning OperationFailed - no handler for errno 22
E/AndroidRuntime( 2165): FATAL EXCEPTION: NetworkLocationCallbackRunner
E/AndroidRuntime( 2165): Process: com.google.process.location, PID: 2165
E/AndroidRuntime( 2165): java.lang.SecurityException: attempting to read gservices without permission: Neither user 10009 nor current process has com.google.android.providers.gsf.permission.READ_GSERVICES.
E/AndroidRuntime( 2165): at android.app.ContextImpl.enforce(ContextImpl.java)
E/AndroidRuntime( 2165): at android.app.ContextImpl.enforceCallingOrSelfPermission(ContextImpl.java)
E/AndroidRuntime( 2165): at android.content.ContextWrapper.enforceCallingOrSelfPermission(ContextWrapper.java)
E/AndroidRuntime( 2165): at com.google.android.gsf.f.c(SourceFile:107)
E/AndroidRuntime( 2165): at com.google.android.gsf.f.a(SourceFile:121)
E/AndroidRuntime( 2165): at com.google.android.gsf.f.a(SourceFile:182)
E/AndroidRuntime( 2165): at com.google.android.gms.common.a.l.a(SourceFile:306)
E/AndroidRuntime( 2165): at com.google.android.gms.common.a.g.a(SourceFile:237)
E/AndroidRuntime( 2165): at com.google.android.gms.common.a.d.c(SourceFile:197)
E/AndroidRuntime( 2165): at com.google.android.location.activity.k.f(SourceFile:533)
E/AndroidRuntime( 2165): at com.google.android.location.activity.ah.e(SourceFile:125)
E/AndroidRuntime( 2165): at com.google.android.location.activity.as.l(SourceFile:79)
E/AndroidRuntime( 2165): at com.google.android.location.activity.as.g(SourceFile:65)
E/AndroidRuntime( 2165): at com.google.android.location.activity.az.a(SourceFile:134)
E/AndroidRuntime( 2165): at com.google.android.location.activity.u.at_(SourceFile:144)
E/AndroidRuntime( 2165): at com.google.android.location.activity.h.a(SourceFile:53)
E/AndroidRuntime( 2165): at com.google.android.location.activity.f.a(SourceFile:338)
E/AndroidRuntime( 2165): at com.google.android.location.os.real.w.run(SourceFile:143)
E/AndroidRuntime( 2165): at com.google.android.location.os.real.ab.handleMessage(SourceFile:449)
E/AndroidRuntime( 2165): at android.os.Handler.dispatchMessage(Handler.java)
E/AndroidRuntime( 2165): at android.os.Looper.loop(Looper.java)
E/AndroidRuntime( 2165): at com.google.android.location.os.real.ae.run(SourceFile:969)
E/AndroidRuntime( 2165): at java.lang.Thread.run(Thread.java:818)
E/AndroidRuntime( 2165): Error reporting crash
ANY thoughts someone can provide would be really hlepful. I've reinstalled this ROM (Which has worked fine for me for months) a few times with a few different kernels to try and get around this problem but it keeps coming back. NO idea what could be causing it but it's frustrating as hell ( and GOogling these error messages is leading me nowhere). Full logcat attached. Thanks for any insight at all.
Flash latest firmware or run a ruu.Then flash your rom
crazykas said:
Flash latest firmware or run a ruu.Then flash your rom
Click to expand...
Click to collapse
I appreciate the advice, but I am trying to learn a little from this, and would like to figure out what went wrong before going nuclear. I was using this firmware adn ROM before with no issues, and yet a clean install of the same ROM is suddenly constantly crashing?
Well, I fully wiped my SD card and did an RUU. Haven't had a crash yet but still see this error in my logcat :
Code:
E/Vold ( 382): Failed to find mounted volume for /storage/ext_sd/Android/data/com.google.android.youtube/cache
For a few apps (these are all system / default apps, I haven't installed anything yet).
And also a few other errors that just shouldn't be there for a clean install
Code:
I/ActivityManager( 895): Start proc com.android.cellbroadcastreceiver for broadcast com.android.cellbroadcastreceiver/.CellBroadcastReceiver: pid=2959 uid=10003 gids={50003, 9997} abi=armeabi-v7a
I/ActivityManager( 895): Killing 2504:com.htc.sense.hsp/u0a14 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2504
W/BroadcastQueue( 895): Exception when sending broadcast to ComponentInfo{com.htc.sense.hsp/com.htc.sense.hsp.weather.provider.data.Receiver}
W/BroadcastQueue( 895): android.os.DeadObjectException
W/BroadcastQueue( 895): at android.os.BinderProxy.transactNative(Native Method)
W/BroadcastQueue( 895): at android.os.BinderProxy.transact(Binder.java)
W/BroadcastQueue( 895): at android.app.ApplicationThreadProxy.scheduleReceiver(ApplicationThreadNative.java)
W/BroadcastQueue( 895): at com.android.server.am.BroadcastQueue.processCurBroadcastLocked(BroadcastQueue.java)
W/BroadcastQueue( 895): at com.android.server.am.BroadcastQueue.processNextBroadcast(BroadcastQueue.java)
W/BroadcastQueue( 895): at com.android.server.am.ActivityManagerService.finishReceiver(ActivityManagerService.java)
W/BroadcastQueue( 895): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java)
W/BroadcastQueue( 895): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java)
W/BroadcastQueue( 895): at android.os.Binder.execTransact(Binder.java)
W/libprocessgroup( 895): failed to open /acct/uid_10014/pid_2504/cgroup.procs: No such file or directory
I/ActivityManager( 895): Start proc com.htc.sense.hsp for broadcast com.htc.sense.hsp/.weather.provider.data.Receiver: pid=2991 uid=10014 gids={50014, 9997, 1023, 3003} abi=armeabi-v7a
W/ActivityManager( 895): Spurious death for ProcessRecord{ee7324c 2991:com.htc.sense.hsp/u0a14}, curProc for 2504: null
I/ActivityManager( 895): Start proc com.google.android.partnersetup for broadcast com.google.android.partnersetup/.PhoneStateReceiver: pid=3030 uid=10013 gids={50013, 9997, 3003} abi=armeabi-v7a
I/ActivityManager( 895): Killing 2526:com.android.managedprovisioning/u0a15 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2526
W/libprocessgroup( 895): failed to open /acct/uid_10015/pid_2526/cgroup.procs: No such file or directory
I/ActivityManager( 895): Start proc eu.chainfire.supersu for broadcast eu.chainfire.supersu/.UserPresentReceiver: pid=3054 uid=10050 gids={50050, 9997} abi=armeabi-v7a
I/ActivityManager( 895): Killing 2548:com.ota.updates/u0a17 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2548
W/libprocessgroup( 895): failed to open /acct/uid_10017/pid_2548/cgroup.procs: No such file or directory
I/ActivityManager( 895): Killing 2088:com.google.android.apps.walletnfcrel/u0a26 (adj 15): empty #17
I/ActivityManager( 895): Recipient 2088
W/libprocessgroup( 895): failed to open /acct/uid_10026/pid_2088/cgroup.procs: No such file or directory
Hopefully these are innocuous or at this point I have to suspect a hardware problem.

Categories

Resources