Good evening folks,
here is my Calendar text-mod (14.71.8) for having all appointments with text and not as bars in month view. You may apply this mod in every ROM, equal if odexed (stock) or deodexed ROM.
I'll guide you step through step as we got no CWM recovery yet, so you must do it manually.
- download Calendar.apk and move it to your internal SD card with an explorer or via adb:
- after that type in the following commands, beware that su wants you to grant root access (SuperSU popup)
Done! Enjoy this mod 
Reminder: Although this mod was tested on my device, I'll take no responsibility if you damage your system, so just do it if you know what you do!
If we have CWM, I will provide a flashable .zip then.
here is my Calendar text-mod (14.71.8) for having all appointments with text and not as bars in month view. You may apply this mod in every ROM, equal if odexed (stock) or deodexed ROM.
I'll guide you step through step as we got no CWM recovery yet, so you must do it manually.
- download Calendar.apk and move it to your internal SD card with an explorer or via adb:
Code:
adb push Calendar.apk /sdcard/
Code:
adb shell
su
stop
mount -o rw,remount /system/ /system/
cp /sdcard/Calendar.apk /system/app/
rm /system/app/Calendar.odex
mount -o ro,remount /system/ /system/
reboot
Reminder: Although this mod was tested on my device, I'll take no responsibility if you damage your system, so just do it if you know what you do!
If we have CWM, I will provide a flashable .zip then.
Attachments
-
46.5 KB Views: 2,656
-
1.1 MB Views: 268