What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

ICS Calendar source build issues.

DarkNet

Member
I am having an issue with the calendar not syncing when built from source. If I replace the built app with a prebuilt version from google the sync works just fine. note: built Calendar will not show up in "Accounts & Sync" either.
I have noticed a difference in the logs when the app is running. The prebuilt version launches and runs activities as com.google.android.calendar/com.android.calendar.<Insert Activity>, but when built from source it launches as com.android.calendar/.<Insert Activity>.

Could this be causing the issues and or why is the prebuilt version running off of a different package then what is released from to source?

Any help would be great.
thx
 
After further investigation is appears that the calendarsync adapter is now built into the gapps supplied calendar app instead of a separate apk. This extremely limits the ability to AOSP development on the calendar since google has pretty much just removed the ability to sync it to google calendar. Who this affects: Anyone developing custom roms that involve updates to the calendar.
 
Back
Top