Commit 90a0e7f1 authored by nofearnohappy's avatar nofearnohappy
Browse files

0

parents
Loading
Loading
Loading
Loading
+218 KiB

File added.

No diff preview for this file type.

+32 −0
Original line number Diff line number Diff line
###############################################################################
# 
# ANT Stack
# 
# Copyright 2010 Dynastream Innovations
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# 
#     http://www.apache.org/licenses/LICENSE-2.0
# 
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and  
# limitations under the License.
# 
###############################################################################

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional

LOCAL_MODULE := ANTPlusDemo
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_PATH := $(TARGET_OUT)/app
include $(BUILD_PREBUILT)
+6 −0
Original line number Diff line number Diff line
ANT Android System Package
Copyright 2009-2014 Dynastream Innovations

This product includes software developed at
Dynastream Innovations (http://www.dynastream.com/).
 No newline at end of file
+37 −0
Original line number Diff line number Diff line
This software is subject to the ANT+ Shared Source License www.thisisant.com/swlicenses
Copyright (c) Dynastream Innovations, Inc. 2013
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are 
permitted provided that the following conditions are met:

  1)	Redistributions of source code must retain the above copyright notice, 
        this list of conditions and the following disclaimer.

  2)	Redistributions in binary form must reproduce the above copyright notice, 
        this list of conditions and the following disclaimer in the documentation 
        and/or other materials provided with the distribution.

  3)	Neither the name of Dynastream nor the names of its contributors may be used 
        to endorse or promote products derived from this software without specific prior 
        written permission.

The following actions are prohibited:

  1)	Redistribution of source code containing the ANT+ Network Key. 
        The ANT+ Network Key is available to ANT+ Adopters. 
        Please refer to http://thisisant.com to become an ANT+ Adopter and access the key. 

  2)	Reverse engineering, decompilation, and/or disassembly of software provided in 
        binary form under this license.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+13 −0
Original line number Diff line number Diff line
WHAT IT DOES?
=============
This folder contains samples on how to use the Android ANT+ API.

HOW IT WAS BUILT?
==================
This is binary file.

HOW TO USE IT?
==============
Note about member-only features: As a benefit of ANT+ Membership, members get exclusive access to new profiles and features for a given time period. For more information see http://www.thisisant.com/business/go-ant/levels-and-benefits/. Once your ANT+ Membership is activated, the ANT+ Member-only version of the library can be obtained from http://www.thisisant.com/developer/resources/downloads/ in the member-only release section.
ANT+ Demo (.apk) - shows an example of a very simple fitness monitoring application displaying heart rate, stride-based speed and distance monitor, and weight scale data. The demo code is not released for this app as some people were taking the source, rebreanding it and putting it on the play store. We hope for a higher quality app experience than that from developers and don't need a bunch of clones all over the play store.
 No newline at end of file