• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Virgin Mobile] default calendar

comps

Android Enthusiast
has anyone have a problem if you click on any the right side tabs? and just force closes? i tried clearing the data/cache, also same for the storage apk. i done almost everything, i always assume it used to worked:/ after even with the fix. but pass 3-5 days it just wont click a side tab with out forced close this is the samsung calender.

ideas?
 
Open a terminal window or an ADB shell.

$ su
# mount -o remount,RW /system
# rm /system/etc/permissions/com.sec.feature.spen_usp.xml
# reboot

If you use ink effect on the lock screen, this will disable it.

This file gives the phone S-Pen permissions which makes the TouchWiz calendar think handwriting mode is enabled. Our phone doesn't support handwriting mode, hence the crashing. The better fix will be to edit the calendar smali code to fool the app into thinking we don't have S-Pen permissions (which is how I got the main view to stop crashing, didn't realize there were more permissions checks) which I'll do later when I get home.
 
Conquest 9.2 update released, see Conquest thread. This fixes the Calendar crashes among other things. If you removed the xml file mentioned above, you can extract it from the 9.0a full release zip file and copy it back to /system/etc/permissions to restore the Ink Effect lockscreen functionality.
 
Back
Top Bottom