Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

Android application, IAntHal error.

Rank

Total Posts: 1

Joined 0

PM

Hi, I'm quite new both in Android and Ant+.
I'm trying to connect my application to AntPluServer in Android to obtain data from an Ant+ HRM device.When I try to bind to the server I receive this error in logcat:
Unable to start service Intent { act=com.dsi.ant.server.IAntHal }: not found
I cannot find information about IAntHal server or what is it doing.

Can anyone help me with this?

Thank you in advanced.      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

Do you have the ANT Radio Service installed?
Are you able to use ANTPlusDemo?

http://www.thisisant.com/component/option,com_fireboard/Itemid,146/func,view/catid,30/id,1317/      
Avatar
RankRankRankRank

Total Posts: 129

Joined 2010-11-30

PM

The "Unable to start service Intent { act=com.dsi.ant.server.IAntHal }: not found" warning is not actually an error, and can be ignored.

To support multiple platforms, the ANT Radio Service attempts multiple methods to communicate with the system. On the Sony Ericsson phones, this is not through IAntHal, and after this type of connection fails, it moves on to trying the next.      
RankRankRankRank

Total Posts: 523

Joined 2012-11-15

PM

Thank you to both of you, that error haven't shown up again. And now everything is working fine.