Do you use multi-user support for Ace 2?
why need people's opinion on this?
i have no tester nor friends using my phone so i wouldnt need multi-user.
@up, I would like to prove it may be switched off in ROMs by default.
explain why
@Rox, because multi-user (well, actually absence of the KeyguardMultiUserSelectorView layout when multi-user is activated) causes regular exceptions E/KeyguardHostView: can't find user_selector in layout. Here is a research on this.
So, if few or even none of Ace 2 users need it, I will ask you to deactivate it in CM10.2 as a useless and harmful feature.
Hmm i dont get why it is harmful? If it gives error on logcat that isnt harming davice or slowing it down :what: maybe i am wrong..
Sent from my GT-I8160
@Rox, I agree that 'harmful' is kind of a bit too strong term, but on the other hand those exceptions prove that multi-user wasn't fully implemented, so it's hard to estimate where else it could misbehave.
I see the following cons; 1) flooding logcat with E-tagged messages, 2) probability of hidden issues.
I'm trying to find pros but so far there are none of them.
Well, why not fix the REAL problem and implement the lockscreen switcher?
1) Motivation; why implementing if nobody needs the feature?
2) Those hypothetical hidden issues wouldn't still be addressed.
lexa.bekoev said:
1) Motivation; why implementing if nobody needs the feature?
Click to expand...
Click to collapse
Nobody uses Samsung Apps seriously either
Ryccardo said:
Nobody uses Samsung Apps seriously either
Click to expand...
Click to collapse
xD
Ryccardo said:
Nobody uses Samsung Apps seriously either
Click to expand...
Click to collapse
It only means Samsung has other motives.
@Rox, seems nobody interested in multi-user for our device.
I suggest to put "fw.max_users=1" into device/samsung/codina/system.prop. If anybody needs the feature, he or she will be easily able to switch it on. Should I prepare a pull request for 10.2?
I don't need that. Also what advantages has multiuser? Is that like windows multiuser (different apps and widgets on main screen?)
But a guess user option will be perfect (like some lg phone). I don't know that is possible or not. But a guess option which makes some apps locked (like phone app , contacts ,sms) will be usefull. You can give your phone your little brother (sister or child...) and he can play games. You doen't have to concern about it.
@up
Theres one thats locked to root i think.. It disables root apps and disables some of your apps from someone(like a kid)
Sent from my GT-I8160 using Tapatalk
Ryccardo said:
Nobody uses Samsung Apps seriously either
Click to expand...
Click to collapse
I must agree with that
Yes... but...
lexa.bekoev said:
Do you use multi-user support for Ace 2?
Click to expand...
Click to collapse
Yes I "try" to configure it for me, my wife and daughter... but... I have a few issues:
I am using CyanogenMod 11-20140327-UNOFFICIAL-kylessopen
1) Can't make a call from any user other than "u0" (first user). this error occurs:
Code:
I/ActivityManager( 1060): START u12 {act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx flg=0x10000000 cmp=com.android.phone/.PrivilegedOutgoingCallBroadcaster (has extras)} from pid 6765
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
D/AudioHardwareMSM76XXA( 115): Bufsize 4800
D/AudioHardwareMSM76XXA( 115): SampleRate 44.1k
V/Zygote ( 6806): Switching descriptor 32 to /dev/null
V/Zygote ( 6806): Switching descriptor 9 to /dev/null
I/ActivityManager( 1060): Start proc com.android.phone for activity com.android.phone/.PrivilegedOutgoingCallBroadcaster: pid=6806 uid=1201001 gids={41001, 3002, 3001, 3003, 1028, 1015}
V/OutgoingCallBroadcaster( 6806): onCreate: this = [email protected], icicle = null
V/OutgoingCallBroadcaster( 6806): - getIntent() = Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx flg=0x10800000 cmp=com.android.phone/.PrivilegedOutgoingCallBroadcaster (has extras) }
V/OutgoingCallBroadcaster( 6806): - configuration = {1.0 302mcc610mnc fr_CA ldltr sw320dp w320dp h508dp 240dpi nrml long port finger -keyb/v/h -nav/h s.6 themeResource=system}
V/OutgoingCallBroadcaster( 6806): processIntent() = Intent { act=android.intent.action.CALL_PRIVILEGED dat=tel:xxxxxxxxx-xxxx flg=0x10800000 cmp=com.android.phone/.PrivilegedOutgoingCallBroadcaster (has extras) }, thread: Thread[main,5,main]
D/AndroidRuntime( 6806): Shutting down VM
W/dalvikvm( 6806): threadid=1: thread exiting with uncaught exception (group=0x415dece0)
E/AndroidRuntime( 6806): FATAL EXCEPTION: main
E/AndroidRuntime( 6806): Process: com.android.phone, PID: 6806
E/AndroidRuntime( 6806): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.phone/com.android.phone.OutgoingCallBroadcaster}: java.lang.NullPointerException
E/AndroidRuntime( 6806): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2215)
E/AndroidRuntime( 6806): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)
E/AndroidRuntime( 6806): at android.app.ActivityThread.access$800(ActivityThread.java:145)
E/AndroidRuntime( 6806): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)
E/AndroidRuntime( 6806): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 6806): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 6806): at android.app.ActivityThread.main(ActivityThread.java:5081)
E/AndroidRuntime( 6806): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 6806): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 6806): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 6806): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
E/AndroidRuntime( 6806): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 6806): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 6806): at com.codeaurora.telephony.msim.MSimPhoneFactory.isPromptEnabled(MSimPhoneFactory.java:345)
E/AndroidRuntime( 6806): at com.android.phone.OutgoingCallBroadcaster.processIntent(OutgoingCallBroadcaster.java:464)
E/AndroidRuntime( 6806): at com.android.phone.OutgoingCallBroadcaster.onCreate(OutgoingCallBroadcaster.java:410)
E/AndroidRuntime( 6806): at android.app.Activity.performCreate(Activity.java:5231)
E/AndroidRuntime( 6806): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 6806): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
E/AndroidRuntime( 6806): ... 11 more
W/ActivityManager( 1060): Force finishing activity com.android.phone/.PrivilegedOutgoingCallBroadcaster
2) Can't activate "ok google" for secondary users
I haven't wrote down all problems, but that is what I have in mind now...
Eric
Related
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.
Hi,
I just did a wipe and installed CM 6.1 RC again, hoping to get rid of FCs when trying to access the sound options. After flashing, it worked fine, then i restored my files with Titanium and rebooted, and now I'm getting the FC again. Here's the log, maybe anyone can figure out what's causing that problem?
I/power ( 166): *** set_screen_state 1
D/SurfaceFlinger( 166): Screen about to return, flinger = 0x124ea8
D/WifiService( 166): ACTION_SCREEN_ON
D/AK8973 ( 127): Compass Start
D/dalvikvm( 1407): GC_FOR_MALLOC freed 7909 objects / 514632 bytes in 30ms
I/ActivityManager( 166): Starting activity: Intent { act=android.settings.SETTI
NGS flg=0x10200000 cmp=com.android.settings/.Settings }
I/ActivityManager( 166): Start proc com.android.settings for activity com.andro
id.settings/.Settings: pid=1647 uid=1000 gids={3003, 3002, 3001, 1015}
W/InputManagerService( 166): Window already focused, ignoring focus gain of: co
[email protected]
I/ActivityManager( 166): Displayed activity com.android.settings/.Settings: 346
ms (total 71251 ms)
I/ActivityManager( 166): Starting activity: Intent { act=android.intent.action.
MAIN cmp=com.android.settings/.SoundSettings }
D/AndroidRuntime( 1647): Shutting down VM
W/dalvikvm( 1647): threadid=1: thread exiting with uncaught exception (group=0x4
001d7e8)
E/AndroidRuntime( 1647): FATAL EXCEPTION: main
E/AndroidRuntime( 1647): java.lang.RuntimeException: Unable to start activity Co
mponentInfo{com.android.settings/com.android.settings.SoundSettings}: java.lang.
ClassCastException: java.lang.Boolean
E/AndroidRuntime( 1647): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2663)
E/AndroidRuntime( 1647): at android.app.ActivityThread.handleLaunchActivi
ty(ActivityThread.java:2679)
E/AndroidRuntime( 1647): at android.app.ActivityThread.access$2300(Activi
tyThread.java:125)
E/AndroidRuntime( 1647): at android.app.ActivityThread$H.handleMessage(Ac
tivityThread.java:2033)
E/AndroidRuntime( 1647): at android.os.Handler.dispatchMessage(Handler.ja
va:99)
E/AndroidRuntime( 1647): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1647): at android.app.ActivityThread.main(ActivityThrea
d.java:4627)
E/AndroidRuntime( 1647): at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 1647): at java.lang.reflect.Method.invoke(Method.java:5
21)
E/AndroidRuntime( 1647): at com.android.internal.os.ZygoteInit$MethodAndA
rgsCaller.run(ZygoteInit.java:868)
E/AndroidRuntime( 1647): at com.android.internal.os.ZygoteInit.main(Zygot
eInit.java:626)
E/AndroidRuntime( 1647): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1647): Caused by: java.lang.ClassCastException: java.lang.Bool
ean
E/AndroidRuntime( 1647): at android.app.ContextImpl$SharedPreferencesImpl
.getString(ContextImpl.java:2700)
E/AndroidRuntime( 1647): at android.preference.Preference.getPersistedStr
ing(Preference.java:1249)
E/AndroidRuntime( 1647): at android.preference.ListPreference.onSetInitia
lValue(ListPreference.java:278)
E/AndroidRuntime( 1647): at android.preference.Preference.dispatchSetInit
ialValue(Preference.java:1172)
E/AndroidRuntime( 1647): at android.preference.Preference.onAttachedToHie
rarchy(Preference.java:984)
E/AndroidRuntime( 1647): at android.preference.PreferenceGroup.addPrefere
nce(PreferenceGroup.java:156)
E/AndroidRuntime( 1647): at android.preference.PreferenceGroup.addItemFro
mInflater(PreferenceGroup.java:97)
E/AndroidRuntime( 1647): at android.preference.PreferenceGroup.addItemFro
mInflater(PreferenceGroup.java:38)
E/AndroidRuntime( 1647): at android.preference.GenericInflater.rInflate(G
enericInflater.java:488)
E/AndroidRuntime( 1647): at android.preference.GenericInflater.inflate(Ge
nericInflater.java:326)
E/AndroidRuntime( 1647): at android.preference.GenericInflater.inflate(Ge
nericInflater.java:263)
E/AndroidRuntime( 1647): at android.preference.PreferenceManager.inflateF
romResource(PreferenceManager.java:251)
E/AndroidRuntime( 1647): at android.preference.PreferenceActivity.addPref
erencesFromResource(PreferenceActivity.java:262)
E/AndroidRuntime( 1647): at com.android.settings.SoundSettings.onCreate(S
oundSettings.java:110)
E/AndroidRuntime( 1647): at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1047)
E/AndroidRuntime( 1647): at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2627)
E/AndroidRuntime( 1647): ... 11 more
W/ActivityManager( 166): Force finishing activity com.android.settings/.Sound
Settings
W/ActivityManager( 166): Force finishing activity com.android.settings/.Setti
ngs
W/ActivityManager( 166): Activity pause timeout for HistoryRecord{44528308 com.
android.settings/.SoundSettings}
I/Process ( 1647): Sending signal. PID: 1647 SIG: 9
I/ActivityManager( 166): Process com.android.settings (pid 1647) has died.
I/WindowManager( 166): WIN DEATH: Window{44567e18 com.android.settings/com.andr
oid.settings.Settings paused=true}
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
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
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.