Stock calendar.apk?

Search This thread

tonie972

Senior Member
Nov 13, 2009
271
5
I accidentally deleted the calendar using Titanium backup and now I can't access the calendar. Any one has the calendar.apk or is there another alternative way for better calendar?
 

camrs73

Member
Aug 8, 2010
24
0
here's how to install the stock android calendar

forum.xda-developers. com/showpost.php?p=7489494&postcount=69

(i can't post links yet)
 

tonie972

Senior Member
Nov 13, 2009
271
5
Here is what he posted (minus the space he took out)

postcount=69"]Link[/URL]


Thanks, I have google these files but can't find them

copy the CM5.0.8 for N1 calendar & provider apk to your phone, and install them via file manager or app-installer and verify that the calendar works, once it does, if you want to move them to /system/app go ahead, just reboot one last time if you do.
 

camrs73

Member
Aug 8, 2010
24
0
the apk's are in the cyanogen rom zip. download the whole zip file from cyanogen (5.08 is the lastest eclair rom) and extract. apk's are in the /system/app folder
 

the3dman

Senior Member
Sep 5, 2007
657
99
Chicago :(
www.the3dman.com
Thanks a bunch bro! I downloaded Calander provider Apk and Odex and Calander Apk and Odex.zip, but it wont let me install.

You must use adb or root explorer to "install" them. You cant just install them like a regular apk.

ADB:
adb push whatever.apk /system/app/ (do the same with the .odex file)

Root explorer:
Just copy the files from your sd to the system folder and reboot.
 

tonie972

Senior Member
Nov 13, 2009
271
5
You must use adb or root explorer to "install" them. You cant just install them like a regular apk.

ADB:
adb push whatever.apk /system/app/ (do the same with the .odex file)

Root explorer:
Just copy the files from your sd to the system folder and reboot.


This ADB Push thing is really difficult!
This is what I've tried and I get an error

Edit: I did the ADB Devices command and it didn't detect my phone. And yes, the phone is in debugging mode.

C:\sdk\tools>adb push TouchWizCalendar.apk /system/app/TouchWizCalendar.apk
error: device not found

I put Touchwizcalendar.apk and odex in tools folder but still doesn't work. Can you walk me through this?
 
Last edited:

tonie972

Senior Member
Nov 13, 2009
271
5
Got it to recognized my device but now getting "Permission denied"

C:\sdk\tools>adb push touchwizcalendar.apk /system/app/touchwizcalendar.apk
failed to copy 'touchwizcalendar.apk' to '/system/app/touchwizcalendar.apk': Per
mission denied
 
Last edited: