[android-developers] Re: CalendarContract on Samsung's ICS update

2012-03-18 Thread Zsolt Vasvari
This forum seems to have lots of generic topics:

http://innovator.samsungmobile.com/bbs/discussion/thread.list.do?boardId=1132&boardName=AndroidBoard&messageCategoryId=1&categoryId=800&parentCategoryId=4&platformId=1&nacode=uk
 



On Monday, March 19, 2012 9:47:13 AM UTC+8, Zsolt Vasvari wrote:
>
> Perhaps one of these?
>
>
> http://innovator.samsungmobile.com/bbs/discussion/forum.list.do?platformId=1&parentCategoryId=4&categoryId=800&nacode=uk
>  
>
>
>
> On Monday, March 19, 2012 1:41:45 AM UTC+8, roee88 wrote:
>>
>> Thanks for the answer. 
>>
>> I created a sample APK with the code taken directly from Google's 
>> documentation (copy-paste). Result was the same as before. 
>> How can I send it to Samsung? All I could find is customer support. 
>>
>>
>> On Mar 17, 8:04 am, Zsolt Vasvari  wrote: 
>> > Here's the relevant section from the CTS that applies to the Contact 
>> > Provider: 
>> > 
>> > Areas Covered 
>> > 
>> > The unit test cases cover the following areas to ensure compatibility: 
>> > AreaDescription 
>> > Platform Data ModelThe CTS tests the core platform data model as 
>> exposed to 
>> > application developers through content providers, as documented in the 
>> SDK 
>> > android.provider<
>> http://code.google.com/android/reference/android/provider/package-sum...> 
>> package: 
>> > contacts, browser, settings, etc. 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > 
>> > On Saturday, March 17, 2012 1:31:19 PM UTC+8, Zsolt Vasvari wrote: 
>> > 
>> > > No, this should work as it's a public API even with their own 
>> Calendar 
>> > > implementation.  If it doesn't, is a big issue for many apps. 
>> > 
>> > > This error should have been caught during the CTS run. ( 
>> > >http://source.android.com/compatibility/cts-intro.html). 
>> > 
>> > > I'd suggest you create the smallest app that demos this issue and: 
>> > 
>> > > a) Send it to Samsung 
>> > > b) Create a bug report with the same app on b.android.com and ask 
>> Google 
>> > > to update the CTS to add test cases for these new APIs. 
>> > 
>> > > On Saturday, March 17, 2012 9:49:32 AM UTC+8, Ralph Bergmann wrote: 
>> > 
>> > >> Am 16.03.12 13:51, schrieb roee88: 
>> > >> > It works fine on Galaxy Nexus and other ICS devices and ROMs. 
>> > >> > On Samsung SGSII with their recent ICS update it simply doesn't do 
>> > >> > anything. 
>> > 
>> > >> I think this happens because the SGS2 does not have the Google 
>> calendar 
>> > >> app. Samsung use their own calendar app which does not use this new 
>> > >> calendar api. 
>> > 
>> > >> So you can use this api but you can't see the results because there 
>> is 
>> > >> no calendar which shows you the results. 
>> > 
>> > >> Ralph
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: CalendarContract on Samsung's ICS update

2012-03-18 Thread Zsolt Vasvari
Perhaps one of these?

http://innovator.samsungmobile.com/bbs/discussion/forum.list.do?platformId=1&parentCategoryId=4&categoryId=800&nacode=uk
 



On Monday, March 19, 2012 1:41:45 AM UTC+8, roee88 wrote:
>
> Thanks for the answer. 
>
> I created a sample APK with the code taken directly from Google's 
> documentation (copy-paste). Result was the same as before. 
> How can I send it to Samsung? All I could find is customer support. 
>
>
> On Mar 17, 8:04 am, Zsolt Vasvari  wrote: 
> > Here's the relevant section from the CTS that applies to the Contact 
> > Provider: 
> > 
> > Areas Covered 
> > 
> > The unit test cases cover the following areas to ensure compatibility: 
> > AreaDescription 
> > Platform Data ModelThe CTS tests the core platform data model as exposed 
> to 
> > application developers through content providers, as documented in the 
> SDK 
> > android.provider<
> http://code.google.com/android/reference/android/provider/package-sum...> 
> package: 
> > contacts, browser, settings, etc. 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > On Saturday, March 17, 2012 1:31:19 PM UTC+8, Zsolt Vasvari wrote: 
> > 
> > > No, this should work as it's a public API even with their own Calendar 
> > > implementation.  If it doesn't, is a big issue for many apps. 
> > 
> > > This error should have been caught during the CTS run. ( 
> > >http://source.android.com/compatibility/cts-intro.html). 
> > 
> > > I'd suggest you create the smallest app that demos this issue and: 
> > 
> > > a) Send it to Samsung 
> > > b) Create a bug report with the same app on b.android.com and ask 
> Google 
> > > to update the CTS to add test cases for these new APIs. 
> > 
> > > On Saturday, March 17, 2012 9:49:32 AM UTC+8, Ralph Bergmann wrote: 
> > 
> > >> Am 16.03.12 13:51, schrieb roee88: 
> > >> > It works fine on Galaxy Nexus and other ICS devices and ROMs. 
> > >> > On Samsung SGSII with their recent ICS update it simply doesn't do 
> > >> > anything. 
> > 
> > >> I think this happens because the SGS2 does not have the Google 
> calendar 
> > >> app. Samsung use their own calendar app which does not use this new 
> > >> calendar api. 
> > 
> > >> So you can use this api but you can't see the results because there 
> is 
> > >> no calendar which shows you the results. 
> > 
> > >> Ralph

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: CalendarContract on Samsung's ICS update

2012-03-18 Thread roee88
Thanks for the answer.

I created a sample APK with the code taken directly from Google's
documentation (copy-paste). Result was the same as before.
How can I send it to Samsung? All I could find is customer support.


On Mar 17, 8:04 am, Zsolt Vasvari  wrote:
> Here's the relevant section from the CTS that applies to the Contact
> Provider:
>
> Areas Covered
>
> The unit test cases cover the following areas to ensure compatibility:
> AreaDescription
> Platform Data ModelThe CTS tests the core platform data model as exposed to
> application developers through content providers, as documented in the SDK
> android.provider
>  package:
> contacts, browser, settings, etc.
>
>
>
>
>
>
>
> On Saturday, March 17, 2012 1:31:19 PM UTC+8, Zsolt Vasvari wrote:
>
> > No, this should work as it's a public API even with their own Calendar
> > implementation.  If it doesn't, is a big issue for many apps.
>
> > This error should have been caught during the CTS run. (
> >http://source.android.com/compatibility/cts-intro.html).
>
> > I'd suggest you create the smallest app that demos this issue and:
>
> > a) Send it to Samsung
> > b) Create a bug report with the same app on b.android.com and ask Google
> > to update the CTS to add test cases for these new APIs.
>
> > On Saturday, March 17, 2012 9:49:32 AM UTC+8, Ralph Bergmann wrote:
>
> >> Am 16.03.12 13:51, schrieb roee88:
> >> > It works fine on Galaxy Nexus and other ICS devices and ROMs.
> >> > On Samsung SGSII with their recent ICS update it simply doesn't do
> >> > anything.
>
> >> I think this happens because the SGS2 does not have the Google calendar
> >> app. Samsung use their own calendar app which does not use this new
> >> calendar api.
>
> >> So you can use this api but you can't see the results because there is
> >> no calendar which shows you the results.
>
> >> Ralph

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en