创建的联系人没有出现在HTC的Evo出现在、联系人、Evo、HTC

2023-09-05 00:59:39 作者:最火大全

我正在写一个程序,导入我们接触到联系人数据库的电话,以便他们出现在联系人应用程序,都可以来电显示,从画等对我有它的工作,我们想要的方式在模拟器和摩托罗拉Droid。当我去菜单 - >查看,我可以看到我们有一个复选框应用它旁边,它的选中时,我们的接触表明了罚款。

I'm writing a program that imports our contacts into the Contacts db on the phone so they show up in the Contacts app, are available for caller id to draw from, etc. I've got it working the way we want on the emulator and the Motorola Droid. When I go to Menu --> View, I can see our application with a check box next to it, and when it's checked, our contacts show up fine.

然而,当我尝试了HTC的Evo同样的事情,接触不要在达人秀,我没有在查看菜单我们的应用程序中列出。触点显示,当我做在人民搜索,当联系人呼叫电话,他们的联系方式显示出来就好了。

However, when I try the same thing on the HTC Evo, the contacts don't show up in People, and I don't have our application listed in the View menu. The contacts show up when I do a search within People, and when the contact calls the phone, their contact info shows up fine.

我测试我们的应用程序中的联系人不在电话已;-)他们是特殊的测试例唯一的名称;这就是我是如何能够确定它们实际上是从我们的应用程序的到来。

The contacts I'm testing our application with aren't in the phone already ;-) They're special test cases with unique names; that's how I'm able to determine they are actually coming from our app.

我的排序得到的感觉,这是一个HTC Sense的问题,但我没有办法确认现在。如果任何人有任何想法,我很愿意听到他们的声音。

I sort of get the feeling this is a HTC Sense issue, but I don't have a way to confirm that right now. If anyone has any ideas, I'd love to hear them.

推荐答案

我有一个应用程序使用Android 2.X API,做联系人同步同样的问题。我已经添加了联系人不会出现在这个意义上的联系人应用程序或联系人的Motoblur应用程序。他们出现在仿真器的默认(即谷歌)的联系人应用程序,虽然。

I have the same issue with an app that does contact sync using the Android 2.x API. The contacts I've added don't appear in the Sense contacts app or the Motoblur contacts app. They appear in the emulator's default (ie Google) contacts app, though.

我知道有MOTOBLUR的问题是,(每MOTO的网站)模糊联系​​人API是基于关闭旧的联系人API中的Andr​​oid 1.x中发现,而不是新的2.X ContactsContract的API。这有可能是HTC做同样的,虽然我没能找到任何确认,尽管谷歌上搜索了一点点。

I know that the problem with motoblur is that (per moto's website) the blur contacts API is based off of the old Contacts API found in Android 1.x, and not the new 2.x ContactsContract API. It's possible that HTC does the same, though I've not been able to find any confirmation of that despite a little bit of googling.