[android-developers] Re: Using Google Calendar API

2011-04-13 Thread Atif Yousuf
Using Google Calendar API visit my web http://www.cygnismedia.com/mobile-phone-application/android-application.html and much ore information.. On Apr 12, 12:02 pm, Marcin Orlowski webnet.andr...@gmail.com wrote: Regards, Smaay http://bit.ly/fqUP2s -- You received this message because you

Re: [android-developers] Re: Using Google Calendar API

2011-04-12 Thread Marcin Orlowski
On 11 April 2011 22:55, New Developer secur...@isscp.com wrote: I have managed to get the Calendar.apk from my android phone Note, there's CalendarProvider.apk too. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... WebnetMobile on *Facebook

[android-developers] Re: Using Google Calendar API

2011-04-11 Thread Jens
Are you running this on an emulator? They typically do not contain the calendar or calendar provider applications. You can build (from the platform sources) and install your own calendar provider APK on the emulator though. On 10 Apr, 21:08, New Developer secur...@isscp.com wrote: anyone

Re: [android-developers] Re: Using Google Calendar API

2011-04-11 Thread New Developer
Thanks, Jens Yes this is on the emulator Can you please tell me more about the Platform sources option and tutorials to explain just what to do Thanks in advance On Apr 11, 2011, at 3:10 AM, Jens wrote: Are you running this on an emulator? They typically do not contain the calendar or

Re: [android-developers] Re: Using Google Calendar API

2011-04-11 Thread Marcin Orlowski
On 11 April 2011 15:52, New Developer secur...@isscp.com wrote: Yes this is on the emulator You may plant Calendar.apk from your device and it will work. Still it may be better just o debug Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy...

Re: [android-developers] Re: Using Google Calendar API

2011-04-11 Thread Marcin Orlowski
This post was sent by mistake (I managed to hit send instead of discard). Sorry for the confusion it may have caused Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... WebnetMobile on *Facebook http://webnetmobile.com/fb/* and

[android-developers] Re: Using Google Calendar API

2011-04-11 Thread Jens
If you cannot find precompiled APKs of the calendar and calendar provider (i.e. lift them from an actual Android device) you can build the platform yourself: http://source.android.com/source/initializing.html and build your own SDK - it should contain the APKs you're looking for. Optionally, you

Re: [android-developers] Re: Using Google Calendar API

2011-04-11 Thread New Developer
I have managed to get the Calendar.apk from my android phone But I can't get it into the emulators /system/app folderread-only or something like that I have the Calendar.apk in the /sdcard/Downloads directory any idea how I move this to the system/app folder or where do I put the