Created
October 1, 2013 20:52
-
-
Save kgruskin/6784930 to your computer and use it in GitHub Desktop.
branch for perfroming pref routing
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# built application files | |
*.apk | |
*.ap_ | |
# files for the dex VM | |
*.dex | |
# Java class files | |
*.class | |
# generated files | |
bin/ | |
gen/ | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Eclipse project files | |
.classpath | |
.project |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
avare |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="AntConfiguration"> | |
<defaultAnt bundledAnt="true" /> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="CompilerConfiguration"> | |
<option name="DEFAULT_COMPILER" value="Javac" /> | |
<excludeFromCompile> | |
<directory url="file://$PROJECT_DIR$/gen" includeSubdirectories="true" /> | |
</excludeFromCompile> | |
<resourceExtensions /> | |
<wildcardResourcePatterns> | |
<entry name="!?*.java" /> | |
<entry name="!?*.form" /> | |
<entry name="!?*.class" /> | |
<entry name="!?*.groovy" /> | |
<entry name="!?*.scala" /> | |
<entry name="!?*.flex" /> | |
<entry name="!?*.kt" /> | |
<entry name="!?*.clj" /> | |
</wildcardResourcePatterns> | |
<annotationProcessing> | |
<profile default="true" name="Default" enabled="false"> | |
<processorPath useClasspath="true" /> | |
</profile> | |
</annotationProcessing> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="CopyrightManager"> | |
<settings default=""> | |
<module2copyright /> | |
</settings> | |
</component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="DataNucleusConfiguration"> | |
<option name="api" /> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" /> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="GradleSettings"> | |
<option name="linkedExternalProjectsSettings"> | |
<GradleProjectSettings> | |
<option name="externalProjectPath" value="$PROJECT_DIR$" /> | |
<option name="preferLocalInstallationToWrapper" value="true" /> | |
</GradleProjectSettings> | |
</option> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="libraryTable"> | |
<library name="android-support-v4"> | |
<CLASSES> | |
<root url="jar://$PROJECT_DIR$/libs/android-support-v4.jar!/" /> | |
</CLASSES> | |
<JAVADOC /> | |
<SOURCES /> | |
</library> | |
</component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="libraryTable"> | |
<library name="android-support-v4"> | |
<CLASSES> | |
<root url="jar://$PROJECT_DIR$/libs/android-support-v4.jar!/" /> | |
</CLASSES> | |
<JAVADOC /> | |
<SOURCES /> | |
</library> | |
</component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="DaemonCodeAnalyzer"> | |
<disable_hints /> | |
</component> | |
<component name="DebuggerManager"> | |
<breakpoint_any> | |
<breakpoint> | |
<option name="NOTIFY_CAUGHT" value="true" /> | |
<option name="NOTIFY_UNCAUGHT" value="true" /> | |
<option name="ENABLED" value="false" /> | |
<option name="LOG_ENABLED" value="false" /> | |
<option name="LOG_EXPRESSION_ENABLED" value="false" /> | |
<option name="REMOVE_AFTER_HIT" value="false" /> | |
<option name="SUSPEND_POLICY" value="SuspendAll" /> | |
<option name="SUSPEND" value="true" /> | |
<option name="COUNT_FILTER_ENABLED" value="false" /> | |
<option name="COUNT_FILTER" value="0" /> | |
<option name="CONDITION_ENABLED" value="true" /> | |
<option name="CLASS_FILTERS_ENABLED" value="false" /> | |
<option name="INSTANCE_FILTERS_ENABLED" value="false" /> | |
<option name="CONDITION" value="" /> | |
<option name="LOG_MESSAGE" value="" /> | |
</breakpoint> | |
<breakpoint> | |
<option name="NOTIFY_CAUGHT" value="true" /> | |
<option name="NOTIFY_UNCAUGHT" value="true" /> | |
<option name="ENABLED" value="false" /> | |
<option name="LOG_ENABLED" value="false" /> | |
<option name="LOG_EXPRESSION_ENABLED" value="false" /> | |
<option name="REMOVE_AFTER_HIT" value="false" /> | |
<option name="SUSPEND_POLICY" value="SuspendAll" /> | |
<option name="SUSPEND" value="true" /> | |
<option name="COUNT_FILTER_ENABLED" value="false" /> | |
<option name="COUNT_FILTER" value="0" /> | |
<option name="CONDITION_ENABLED" value="true" /> | |
<option name="CLASS_FILTERS_ENABLED" value="false" /> | |
<option name="INSTANCE_FILTERS_ENABLED" value="false" /> | |
<option name="CONDITION" value="" /> | |
<option name="LOG_MESSAGE" value="" /> | |
</breakpoint> | |
</breakpoint_any> | |
<breakpoint_rules /> | |
<ui_properties /> | |
</component> | |
<component name="EntryPointsManager"> | |
<entry_points version="2.0" /> | |
</component> | |
<component name="ProjectLevelVcsManager" settingsEditedManually="false"> | |
<OptionsSetting value="true" id="Add" /> | |
<OptionsSetting value="true" id="Remove" /> | |
<OptionsSetting value="true" id="Checkout" /> | |
<OptionsSetting value="true" id="Update" /> | |
<OptionsSetting value="true" id="Status" /> | |
<OptionsSetting value="true" id="Edit" /> | |
<ConfirmationsSetting value="0" id="Add" /> | |
<ConfirmationsSetting value="0" id="Remove" /> | |
</component> | |
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK"> | |
<output url="file://$PROJECT_DIR$/out" /> | |
</component> | |
<component name="RunManager"> | |
<configuration default="true" type="Remote" factoryName="Remote"> | |
<option name="USE_SOCKET_TRANSPORT" value="true" /> | |
<option name="SERVER_MODE" value="false" /> | |
<option name="SHMEM_ADDRESS" value="javadebug" /> | |
<option name="HOST" value="localhost" /> | |
<option name="PORT" value="5005" /> | |
<method /> | |
</configuration> | |
<configuration default="true" type="Applet" factoryName="Applet"> | |
<module name="" /> | |
<option name="MAIN_CLASS_NAME" /> | |
<option name="HTML_FILE_NAME" /> | |
<option name="HTML_USED" value="false" /> | |
<option name="WIDTH" value="400" /> | |
<option name="HEIGHT" value="300" /> | |
<option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> | |
<option name="VM_PARAMETERS" /> | |
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | |
<option name="ALTERNATIVE_JRE_PATH" /> | |
<method /> | |
</configuration> | |
<configuration default="true" type="Application" factoryName="Application"> | |
<option name="MAIN_CLASS_NAME" /> | |
<option name="VM_PARAMETERS" /> | |
<option name="PROGRAM_PARAMETERS" /> | |
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | |
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | |
<option name="ALTERNATIVE_JRE_PATH" /> | |
<option name="ENABLE_SWING_INSPECTOR" value="false" /> | |
<option name="ENV_VARIABLES" /> | |
<option name="PASS_PARENT_ENVS" value="true" /> | |
<module name="" /> | |
<envs /> | |
<method /> | |
</configuration> | |
<configuration default="true" type="JUnit" factoryName="JUnit"> | |
<module name="" /> | |
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | |
<option name="ALTERNATIVE_JRE_PATH" /> | |
<option name="PACKAGE_NAME" /> | |
<option name="MAIN_CLASS_NAME" /> | |
<option name="METHOD_NAME" /> | |
<option name="TEST_OBJECT" value="class" /> | |
<option name="VM_PARAMETERS" value="-ea" /> | |
<option name="PARAMETERS" /> | |
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | |
<option name="ENV_VARIABLES" /> | |
<option name="PASS_PARENT_ENVS" value="true" /> | |
<option name="TEST_SEARCH_SCOPE"> | |
<value defaultName="moduleWithDependencies" /> | |
</option> | |
<envs /> | |
<patterns /> | |
<method /> | |
</configuration> | |
<list size="0" /> | |
<configuration name="<template>" type="TestNG" default="true" selected="false"> | |
<option name="MAIN_CLASS_NAME" /> | |
<option name="VM_PARAMETERS" value="-ea" /> | |
<option name="PARAMETERS" /> | |
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | |
</configuration> | |
<configuration name="<template>" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false"> | |
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" /> | |
</configuration> | |
<configuration name="<template>" type="WebApp" default="true" selected="false"> | |
<Host>localhost</Host> | |
<Port>5050</Port> | |
</configuration> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ProjectModuleManager"> | |
<modules> | |
<module fileurl="file://$PROJECT_DIR$/avare.iml" filepath="$PROJECT_DIR$/avare.iml" /> | |
</modules> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<component name="DependencyValidationManager"> | |
<state> | |
<option name="SKIP_IMPORT_STATEMENTS" value="false" /> | |
</state> | |
</component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="Palette2"> | |
<group name="Swing"> | |
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> | |
</item> | |
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> | |
</item> | |
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> | |
</item> | |
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> | |
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> | |
</item> | |
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> | |
<initial-values> | |
<property name="text" value="Button" /> | |
</initial-values> | |
</item> | |
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | |
<initial-values> | |
<property name="text" value="RadioButton" /> | |
</initial-values> | |
</item> | |
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | |
<initial-values> | |
<property name="text" value="CheckBox" /> | |
</initial-values> | |
</item> | |
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> | |
<initial-values> | |
<property name="text" value="Label" /> | |
</initial-values> | |
</item> | |
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
<preferred-size width="150" height="-1" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
<preferred-size width="150" height="-1" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | |
<preferred-size width="150" height="-1" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
<preferred-size width="150" height="50" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
<preferred-size width="150" height="50" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
<preferred-size width="150" height="50" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> | |
</item> | |
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
<preferred-size width="150" height="50" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> | |
<preferred-size width="150" height="50" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | |
<preferred-size width="150" height="50" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | |
<preferred-size width="200" height="200" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | |
<preferred-size width="200" height="200" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> | |
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | |
</item> | |
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | |
</item> | |
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> | |
</item> | |
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> | |
</item> | |
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> | |
<preferred-size width="-1" height="20" /> | |
</default-constraints> | |
</item> | |
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | |
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> | |
</item> | |
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | |
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> | |
</item> | |
</group> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project version="4"> | |
<component name="ClearCaseSharedConfig"> | |
<option name="myUseUcmModel" value="true" /> | |
</component> | |
<component name="VcsDirectoryMappings"> | |
<mapping directory="" vcs="Git" /> | |
</component> | |
</project> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Copyright (c) 2012, Zubair Khan (governer@gmail.com) | |
All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | |
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | |
* * 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. | |
* | |
* 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. | |
--> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.ds.avare" | |
android:versionCode="122" | |
android:versionName="5.0.2"> | |
<uses-sdk | |
android:minSdkVersion="8" | |
android:targetSdkVersion="17"/> | |
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> | |
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> | |
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | |
<uses-permission android:name="android.permission.BLUETOOTH"/> | |
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/> | |
<uses-permission android:name="android.permission.INTERNET"/> | |
<application | |
android:icon="@drawable/aircraft" | |
android:label="@string/app_name" | |
android:allowBackup="true" | |
android:debuggable="true"> | |
<service android:name=".StorageService"> | |
</service> | |
<activity android:name=".PrefActivity"/> | |
<activity android:name="SearchActivity"/> | |
<activity android:name=".planning.PlanActivity"/> | |
<activity android:name=".AirportActivity"/> | |
<activity android:name=".SatelliteActivity"/> | |
<activity android:name=".WebActivity"/> | |
<activity android:name=".LocationActivity"/> | |
<activity android:name=".NearestActivity"/> | |
<activity android:name=".PlatesActivity"/> | |
<activity android:name=".ChartsDownloadActivity"/> | |
<activity android:name=".WeatherActivity"/> | |
<activity | |
android:name=".MainActivity" | |
android:label="@string/title_activity_main"> | |
<!-- Intent for mock gps built into app --> | |
<intent-filter> | |
<action android:name="android.intent.action.MAIN"/> | |
<category android:name="android.intent.category.LAUNCHER"/> | |
</intent-filter> | |
<intent-filter> | |
<action android:name="android.intent.action.SEND"/> | |
<category android:name="android.intent.category.DEFAULT"/> | |
<data android:mimeType="text/plain"/> | |
</intent-filter> | |
</activity> | |
<activity | |
android:name=".planning.PreferredRoutingActivity"> | |
<intent-filter> | |
<action android:name="android.intent.action.MAIN"/> | |
<category android:name="android.intent.category.LAUNCHER"/> | |
</intent-filter> | |
</activity> | |
</application> | |
</manifest> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html><head><title>Avare Offline Help</title></head><body> <h3 style="text-align: center;">Avare | |
Donate</h3> | |
<p style="text-align: center;">To support chart updates and ongoing Avare development, please | |
<br> | |
<a target="_blank" href="http://www.mamba.dreamhosters.com/donate.html">Click here to | |
Donate</a>.<br>Thank you!<br>apps4av@gmail.com</p> | |
<br> | |
<h3 style="text-align: center;">Warning!</h3> <span style="font-weight: bold;">Hand held GPS applications on smart devices | |
are not approved by the FAA for IFR flights. Operating systems on | |
smart devices are not tested according to the strict FAA standards, | |
and hence any software running on them is unfit for use as a primary | |
flight navigation tool. It is unwise to completely rely on a smart | |
device GPS application during the critical phases of a flight.</span> | |
<br> | |
<br> | |
Please do not download any charts/plates that you do not need. Downloading only the needed files will help us keep server | |
hosting costs down, which along with donations helps us keep Avare and | |
chart updates free to all. Thank you. | |
<br> | |
<br> | |
<span style="font-weight: bold;">The user must ensure that Avare is always updated to the latest | |
version, and that all its databases and charts are also kept current. | |
If Avare and its databases and charts are not of the exact same | |
version, the GPS position displayed may be inaccurate, because the FAA | |
sometimes changes the format of their materials. Avare does not | |
automatically fetch any databases and charts when they are expired, so | |
it is the user's sole responsibility to update any expired charts and | |
databases.</span> | |
<h3 style="text-align: center;">Avare Releases</h3> <span style="font-weight: bold; outline-color: navy ! important;">5.0.2</span><span style="outline-color: navy ! important;"> Menu button instead of long press now brings up quick settings.</span><br> | |
<span style="font-weight: bold; outline-color: navy ! important;">5.0.1</span><span style="outline-color: navy ! important;"> | |
Layout changed to bring Pan/Draw button back. Changed WX so | |
METAR/TAF/PIREP can be plain or tranlated, selectable from Preferences. | |
</span><br> | |
<span style="font-weight: bold; outline-color: navy ! important;">5.0.0</span><span style="outline-color: navy ! important;"> | |
Lots of UI changes as suggested by users. Clear up screen space. | |
Reduced weather to simple text based as loading images from NOAA slows | |
down the app. Notes clearing now requires long press. Brought out | |
simulation mode.</span> Plan still needs some fixes.<br> | |
<span style="font-weight: bold; outline-color: navy ! important;">4.2.9</span><span style="outline-color: navy ! important;"> More improvements to weather layout.</span> Added METAR translation. Added search bars to Help and WX.<br> | |
<span style="font-weight: bold; outline-color: navy ! important;"></span><span style="font-weight: bold; outline-color: navy ! important;"></span><span style="font-weight: bold; outline-color: navy ! important;"></span><span style="font-weight: bold; outline-color: navy ! important;">4.2.8</span><span style="outline-color: navy ! important;"> More improvements to weather layout.</span> Added plan reverse feature.<br> | |
<span style="font-weight: bold; outline-color: navy ! important;"></span><span style="font-weight: bold; outline-color: navy ! important;"></span><span style="font-weight: bold; outline-color: navy ! important;">4.2.7</span><span style="outline-color: navy ! important;"> More improvements to weather layout.</span> Some bug fixes with Plan.<br> | |
<span style="font-weight: bold; outline-color: navy ! important;"></span><span style="font-weight: bold; outline-color: navy ! important;">4.2.6</span><span style="outline-color: navy ! important;"> Improvements to weather layout. Comments apperciated.</span><br><span style="font-weight: bold; outline-color: navy ! important;"><br> | |
</span><h3 style="text-align: center;">Avare Help Choices</h3> | |
Below is a list of your choices for Help with Avare (pronounced "Av | |
Air"). Nearly all are available | |
<strong>Offline</strong> (without internet access on your device), | |
such as when you are flying or your device is in Airplane Mode. Only the | |
<em><strong>last three</strong></em> Help items on the list below | |
require that your device be Online because they display | |
internet video demos, our website and Forum for interactive Help, and | |
online FAA chart reference maps to help you select Downloads in Avare. <p>•<a title="Quick Start" href="#Quick">Quick Start</a> - Intro.</p> | |
<p>•<a title="Help Extra Info" href="#Help">Help</a> - More Intro.</p> | |
<p>•<a title="Airport Diagrams" href="#Diags">Airport Diagrams</a>.</p> | |
<p>•<a title="Terrain Maps" href="#Terrain">Terrain/Proximity</a>.</p> | |
<p>•<a title="AFD Pages" href="#Terminal">Procedures/Graphical A/FD</a>.</p> | |
<p>•<a title="Fly To" href="#Landmarks">Fly There</a> - Address/Landmark.</p> | |
<p>•<a title="Flight Plan" href="#Plan">Flight Plan</a> - Basic Planning.</p> | |
<p>•<a title="Notes Draw" href="#Draw">Notes/Draw</a> - Pan/Draw.</p> | |
<p>•<a title="FAQ" href="#FAQ">FAQ</a> - | |
Q&A.</p> | |
<p>•<em><strong><a title="Online Avare Videos" href="http://www.youtube.com/user/governeratgmail/videos?query=avare" target="_blank">Online</a></strong></em><a title="Online Avare Videos" href="http://www.youtube.com/user/governeratgmail/videos?query=avare" target="_blank">* - Videos</a>.</p> | |
<p>•<em><strong><a title="Online Avare Help" href="http://apps4av.com/avare-overview/" target="_blank">Online</a></strong></em><a title="Online Avare Help" href="http://apps4av.net/" target="_blank">* - Site/Forum</a>.</p> | |
<p>•<em><strong><a title="FAA Chart Maps" href="#Charts">Online</a></strong></em><a title="FAA Chart Maps" href="#Charts">* - FAA Chart Maps</a>.<br> | |
*<em>Requires | |
internet</em></p> | |
<hr size="1"> | |
<h3 style="text-align: center;"><a name="Quick">Quick Start</a> - | |
Offline Intro<span style="font-weight: bold;"> </span><br style="font-weight: bold;"> </h3> | |
<p>•When you first launch Avare, after reading the disclaimer | |
just click OK if you agree to the terms. Before using Avare the first time, | |
you must have an internet connection on your device (WiFi or Data) to | |
Download the free Database, airport diagrams, terminal procedures, | |
charts and other files you'll need. Please get only the materials you will | |
need because downloading all available materials will use both your | |
online resources and ours, overloading our servers. Help us keep Avare | |
and the FAA resources free for all users. | |
To get these free resources: Press the <strong>Options button</strong> (square button on | |
the lower left side of the screen), press the Download button, | |
select one or more items you need from the list, | |
then press the Get button to begin downloading. When you're | |
done Downloading, just hit the Back key on your device to see the | |
Map view. After doing this, no data connection is required to use any of the | |
materials you've downloaded with Avare.</p> | |
<p style="padding-left: 30px;">Note: new charts and | |
features are being added frequently, so check often to ensure that you | |
have the latest Avare version and Downloads.</p> | |
<p style="padding-left: 30px;">Note: Sometimes after installing or | |
upgrading Avare, | |
you may be taken to the Download screen | |
automatically. After ensuring that the Databases file and any other | |
materials you need are current (green Checkmark), press the Back key to | |
exit to the | |
Map screen.</p> | |
<p style="padding-left: 30px;">Note: If you forgot to ensure that GPS | |
is on in your device's Settings, Avare will remind you to do that | |
because it is unable to display your position accurately without GPS. | |
To possibly speed up internal GPS acquisition, you can ensure that all | |
services (WiFi, cell service, and data) are at least temporarily | |
turned on too.</p> | |
<p>•<strong>Move around</strong> or change zoom on the | |
Sectionals simply by holding a point on the chart and dragging or two | |
finger pinching, just like when viewing photos on your device.</p> | |
<p style="padding-left: 30px;">Note: Either the default horizontal | |
Landscape or vertical Portrait mode display is available, selected in Preferences.</p> | |
<p>•The square <strong>Center</strong> button at the bottom-center of the screen will center the | |
location icon and continue tracking your current GPS location (if | |
available) on the "moving map" chart.</p> | |
<p style="padding-left: 30px;">Note: While GPS is active in Avare, the | |
map will constantly track from your current location. This is very | |
handy in flight, because you can drag the map to place the location | |
indicator icon at any spot on the screen and the map will continue | |
tracking beneath it. So for example if you are flying northwest, you | |
can put the location icon at the southeast corner of the screen and see | |
the maximum possible distance ahead at any given zoom level. To | |
instantly center your location icon again, just press the Center button.</p> | |
<p>•<strong>Long-press</strong> any point on the chart (with GPS | |
acquired) to display text at the top-right of the screen giving | |
approximate compass direction and distance <strong>From</strong>, | |
followed by exact GPS bearing <strong>To</strong>, that point in relation to | |
your GPS location. Very handy when contacting ATC or making CTAF | |
calls!</p> | |
<p>•For <strong>METAR/TAF weather</strong>, long-press any | |
airport symbol on the chart (with internet connection) to display | |
METAR/TAF text for that airport. METAR/TAF are updated every | |
half hour when Internet connection is available.<br> </p> | |
<p>•Press the <strong>Options button</strong> (square button on | |
the lower left side of the screen), and a list of | |
buttons for additional features and Preferences will be displayed.</p> | |
<p>•The "<strong>Find</strong>" button in the bottom Menu | |
activates a search box for a <span style="text-decoration: underline;">3-digit</span> Destination Airport code (and Navaid code, | |
and Fix code) that Avare uses to display a course, bearing, etc. This | |
code also determines the Destination airport Avare uses when you display A/FD | |
info. If you do not remember the airport code for an airport, | |
enter part of its facility name to search for it. Avare currently only offers | |
limited capability for offline facility search (try using just the first letter and | |
scrolling down through the list), but while online Avare automatically taps into Google Maps.</p> | |
<p style="padding-left: 30px;"><strong>To input a Destination | |
airport</strong>, just tap the Find in the Menu and then input the | |
<span style="text-decoration: underline;"><strong>three</strong></span> digit airport code (example: | |
LAX, <em>not</em> KLAX).</p> | |
<p style="padding-left: 30px;">Note that a selection list of any | |
similar recently input Destination codes is displayed before you | |
begin to input a new one.</p> <p style="padding-left: 30px;"><strong>To Delete a Destination</strong>, from the list of | |
previously used destinations in the search list, long-press it, and a | |
list will appear. Select "Delete" to delete that | |
destination.</p> <p style="padding-left: 30px;"><strong>To clear a set | |
Destination</strong>, | |
long press at the destination in Map view. A "Delete" pop out button will appear from the left. | |
Press the "Delete" button to clear the set destination.<br> </p> | |
<p style="padding-left: 30px;"><strong>METAR/TAF conditions</strong> | |
may be indicated for each airport in the list. To use this feature, | |
ensure that your device has active internet access (WiFi or Data). | |
Note that if GPS is off, Nearest will assume your most recent | |
location. Cloud/visibility conditions for each airport is indicated by | |
dots using the FAA standard: Green = VFR; Blue = Minimum VFR; Red = | |
IFR; Magenta = Minimum IFR.</p> | |
<p>•The <strong>"?" Help</strong> button in the Options list activates a | |
web browser app to display this offline Avare in-app Help with a link to the | |
Extra Info online at our apps4av website. Press the Back key on your | |
Android device to return to Avare.</p> | |
<p>•The "<strong>Preferences</strong>" button in the Options list | |
displays a list where you can choose among available Preferences | |
(details below).</p> | |
<p><strong>•To browse charts</strong> freely without reference | |
to your GPS location, press the Options button, tap the Preferences | |
button, and select <strong>Simulation Mode</strong>. | |
Then you can zoom in or out, scroll and pan freely, or quickly zip to | |
any location simply by inputting a Destination as described | |
above.</p> | |
<p style="padding-left: 30px;">Notes: Simulation Mode works without any need for | |
cell or data access or GPS. If GPS is on and has acquired a "lock" on | |
your location, it will retain lock in Simulation Mode while Avare is active and the | |
device is on. This is helpful because once internal GPS is lost, many | |
devices won't re-acquire without a cell or WiFi signal (such as when aloft in many | |
areas). In Simulation Mode, Destination will center the | |
chart display at the airport code you input, and you can then browse | |
from there or input another airport code. When you use Preferences to | |
turn Simulation Mode off again, the display will return to your current GPS | |
location if available.</p> | |
<strong>•To track a course to destination</strong> enter a | |
destination, and a magenta greater circle route will appear from the | |
current location to that destination. The magenta route line will not | |
move with the aircraft movement. A hatched black and white line will | |
show the current bearing to the destination. A red dashed line will | |
extend the aircraft nose. To fly the shortest course to the | |
destination with zero wind, a user may fly so that the black and white | |
line aligns with the red line. | |
<p><b><i>Main Avare Screens</i></b><br> | |
These main screens in Avare are activated via the <strong>Menu</strong> row of buttons across the bottom:</p> | |
<p>•The "<strong>Map</strong>" Button in the Menu at the bottom of the | |
screen displays the currently selected chart type at the current location. Map is the | |
default screen in Avare, and will often be displayed when using the Back key on | |
your device from within another Avare screen such as the Find screen.</p> | |
<p style="padding-left: 30px;">Note: if Avare is unable to acquire your GPS | |
position or you have no Destination | |
selected, a black screen may be displayed. If so, you can display a chart by using | |
Preferences to select Simulation Mode and then using Find to select a Destination | |
that is on a chart you have previously installed via Download.</p> | |
<p>•The "<strong>Plates</strong>" Button in the Menu at the bottom of the | |
screen displays the FAA airport diagrams, and terminal procedures for | |
the currently selected Destination airport.<br> </p> | |
<p style="padding-left: 30px;"><strong>To view an airport | |
diagram</strong> first input a Destination airport code in Map view as | |
described above, then tap the "Plates" Button, then select | |
"AIRPORT-DIAGRAM" from the drop down list, and Avare will display it | |
if you have previously used Download to install the Plates file for your | |
location, provided that a diagram is available for your selected Destination | |
airport. Note that the "<b>GPS Taxi</b>" in Avare can indicate your current | |
location on an airport (see details in that section of this Help file). </p> | |
<p>•The "<strong>A/FD</strong>" Button in the Menu at the bottom of the screen | |
displays the airport info for the currently selected Destination | |
airport in text format.</p> | |
<p style="padding-left: 30px;">To get airport | |
<strong>(A/FD) text info</strong>, first input a Destination airport in Map view as | |
described above, then tap the "A/FD" Button and scroll through the info. | |
The drop down A/FD bar on the top is used to select between the text | |
and the graphical A/FD. The graphical A/FD directory can be downloaded | |
from the download list from the group "A/FD Images".<br> </p> | |
<p>•The "<strong>Near</strong>" button in the Menu will display | |
a selectable list of airports nearest to your current GPS location.</p> | |
<p style="padding-left: 30px;">To use the Near feature, first ensure | |
that GPS is on and has acquired your location, then press the Near Button | |
at the bottom of the screen. The airports are listed by increasing | |
distance with nearest at the top. Each airport's name, code, distance, | |
bearing, and 100LL fuel (if available) is displayed (Jet A may be | |
shown as "A" alone, or as 100LLA indicating availability of both | |
fuels). If Avare has recent info, the current weather for each airport may also be indicated | |
using FAA color codes: VFR=Green, White or no color; MVFR=Blue; | |
IFR=Red; MIFR-Magenta.</p> | |
<p style="padding-left: 30px;">Note: To select an airport on the list | |
as Avare's current <strong>Destination</strong>, simply press the name | |
of that airport and then press the button that pops out, to select the code | |
displayed on that button as your Destination.</p> | |
<p>•The "<strong>Plan</strong>" Button in the Menu at the bottom of the screen | |
enables you to do limited flight planning online or offline in flight (see details in that section of this Help file). </p> | |
<p>•The "<strong>Find</strong>" Button at the bottom of the screen | |
enables you to search for a Destination airport, VOR or waypoint.<br> </p> | |
<hr size="1"> | |
<h3 style="text-align: center;"><a name="Help">Help</a> | |
- Offline Extra Info</h3> | |
<p>•<strong>Text information</strong> is displayed around the | |
margins of the Map display screen, when your GPS position is acquired | |
and you have input a valid Destination. The GPS speed is displayed at | |
the top-left, second row. Destination:Distance from GPS location, time | |
to Destination direct at current GPS speed, and GPS bearing to | |
Destination is displayed at the top-right, first row. GPS Heading of | |
flight course is displayed top-right, second row.<br> </p> | |
<p>•A line originating at the <strong>Current GPS | |
Location</strong> (jet aircraft) icon indicates the current | |
heading.</p> | |
<p style="padding-left: 30px;">Note that the orientation of the "jet | |
aircraft" Location icon rotates to indicate your approximate TRUE | |
Heading track of flight. As with many GPS apps, the icon's angle may | |
be used as a pointer to roughly follow your Course To Destination | |
indicator line.</p> | |
<p style="padding-left: 30px;">To temporarily <strong style="font-weight: normal;">hide the Course</strong> To Destination | |
line, long-press (press and hold) any point on the screen. You can | |
move the Map around by dragging it while keeping your finger in | |
contact with the screen.</p> | |
<p>•<strong>GPS Status</strong> information is available from | |
the Map screen by pressing the Options button and tapping the "GPS" | |
button so that a black "target" screen appears. This feature is | |
helpful in positioning your device for best reception using an | |
internal GPS, and in troubleshooting internal GPS problems. At the | |
top-left is the number of satellites acquired. The current Lat/Long | |
locations, and an estimate of the location accuracy are also | |
displayed. The target display simulates the strength and relative | |
locations of satellites acquired. To close the GPS screen and return | |
to the Map display press the Back key on your device.</p> | |
<p style="padding-left: 30px;">Depending on your device and Android | |
version, in the black <strong>notification bar</strong> at the top of | |
the screen there might be a round GPS indicator that flashes | |
occasionally to indicate GPS polling, and a small airplane icon may | |
indicate when the device is in Airplane Mode (cell and data turned | |
off, providing location using only the internal GPS if equipped).</p> | |
<p>•<strong>METAR/TAF weather</strong> information can be | |
fetched by Avare via the internet, when a connection is available. To | |
get Avare's most recent METAR/TAF report for any airport, just | |
long-press that airport on the chart and continue pressing for a | |
moment while the information is processed so that Avare can display | |
it.</p> | |
<p style="padding-left: 30px;">If any of the text is obscured by your | |
hand, drag the chart to the side while keeping your finger on the | |
airport symbol. Once you've finished looking at the text, remove your | |
finger from the screen and it will disappear. Note that the From and | |
To details for that airport relative to your current GPS location will | |
also be displayed (at top-right) if your device has acquired a GPS | |
location.</p> | |
<p>•<strong>TFRs</strong> that Avare has recently fetched via | |
internet from the FAA are automatically displayed as red graphics on | |
charts by default. If you long-press the red indicator at the | |
top-center of a TFR shape, text for that TFR will be displayed at the | |
upper-left of the screen. It is user's responsibility to update the | |
latest TFRs from the download list under the Databases group.<br> | |
</p>•<strong>Runway Extensions</strong> show 6 degree approach | |
to all runways at a given airport set as Destination.<br> <br> <br> | |
<hr size="1"> | |
<h3 style="text-align: center;"><a name="Terminal">Terminal Procedures, Graphical A/FD Pages<br> | |
</a></h3> | |
<p>•<strong>Plates</strong><br> </p> | |
<p>The Plates screen shows the terminal procedure plates when | |
downloaded by the user. To see terminal procedures for an | |
airport, simply enter it as destination, then press the Plates screen | |
button at the bottom of the screen. Select the appropriate procedure from | |
the drop down list for that airport. <br> </p> | |
Plates are distributed in several files, one for each state. | |
There are tens of thousands of procedures, making plate files large. | |
For example, the Texas plates download size is about 300 MB.<br> | |
<br> The Plates screen displays take off and alternate minimums, when | |
downloaded.<br> <br> | |
The Plates screen also displays graphical A/FD (the green book) when | |
downloaded. A/FD pages appear in the end of the drop down list, and | |
are named according to the page number of an A/FD directory for that | |
particular region. Note that textual A/FD does not require downloading | |
the graphical A/FD.<br> <br> <p> </p> | |
<hr size="1"> <h3 style="text-align: center;"><a name="Terrain">Terrain Maps / Proximity Processing</a> - Intro</h3> | |
<p>•<strong>Terrain Maps</strong><br>Avare provides USGS terrain | |
maps. These maps can be downloaded from the download list under | |
"Terrain".<br> </p> | |
<p style="padding-left: 30px;">Terrain maps show elevation around your | |
current position. Visible areas are at or above your GPS | |
calculated altitude. Black areas are below your current GPS | |
altitude. Note that GPS altitude is not accurate. Give good margin of | |
error to the calculations.<br> </p> •<strong>Proximity | |
Processing<br> </strong>The left sliding bar is slaved to the GPS | |
altitude, and moves as the GPS altitude changes in relationship with | |
your true altitude. However, you can move this bar temporarily, | |
to simulate climbing or descending. As you move this bar, ground | |
proximity is redrawn to show the relationship of ground elevation | |
around your current position to the indicated altitude on top left in | |
FL.<br> <br> | |
•<strong>Shaded Relief Maps<br> </strong>Avare provides USGS | |
shaded relief maps. These maps can be downloaded from the | |
download list under "Terrain".<br> <br> Note: Although the app may | |
show the terrain and the relief maps expired after every new FAA | |
cycle, there is usually very little change to the ground elevation for | |
aviation purposes. Downloading of terrain maps for every FAA cycle is | |
a waste of time and bandwidth.<br><br> | |
<hr size="1"> <h3 style="text-align: center;"><a name="Diags">Airport | |
Diagrams</a> - Intro</h3> | |
<p>•<strong>"GPS Taxi"</strong><br> GPS taxi position was added | |
to Avare in version 3.2, displaying an airplane icon at your current | |
GPS location on the FAA Airport Diagram for your currently selected | |
Destination airport.</p> | |
<p style="padding-left: 30px;"><strong></strong>GPS Taxi on airport | |
diagrams is <b>not "moving map"</b> so your location will not be | |
automatically tracked at the center of the screen, but instead you | |
must scroll the Diagram to find the airplane icon that indicates your | |
position. </p> | |
You will be able to scroll the Plates screen while on the airport with | |
GPS On to find the airplane icon at your current location and use the | |
"GPS Taxi" feature on that airport.<br> | |
<p>GPS Taxi is active when "AIRPORT-DIAGRAM" is selected in the Plates | |
screen.<br> </p> | |
<br> | |
<hr size="1"> <h3 style="text-align: center;"><a name="Landmarks">Fly | |
To Landmarks</a>/Addresses - Intro</h3> | |
<p>•<strong>"Fly There"</strong></p> | |
<p>You can directly enter addresses and landmarks like "Statue Of | |
Liberty" (without the quotes), or "800 Boylston St Boston, | |
MA 02199" (without the quotes) as destinations. You must be | |
connected to the Internet before entering a new address. Once Avare | |
decodes the address, it appears permanently under Avare's Destination | |
search list, and Internet connection is not required to navigate to | |
it.</p> | |
<ul> | |
<li>Go to Find screen, and enter an address or location like "Tappan | |
Zee Bridge" in the Search box, a pin icon appears in the list of | |
options.</li> <li>Touch the pin icon to navigate to Tappan Zee | |
Bridge.<br> </li> </ul> | |
<p>The Fly There address feature also allows you to feed addresses | |
from the Google Maps application. Avare will store the addresses | |
in its recent destinations list, and can be directed to draw track to | |
them during flight. Although Internet connection is required for | |
the Google Maps application to locate an address, and send it to | |
Avare, it is not necessary once Avare decodes the address, and stores | |
it. Multiple addresses can be stored.<br> </p> | |
<ul> | |
<li>Simply start the Google maps application on your phone<br> </li> | |
<li>Enter an address or location like "Tappan Zee Bridge"</li> | |
<li>Google Maps will locate the bridge, and put a red marker icon on | |
it.</li> <li>Long press the marker icon, and a pop up list will show | |
option "Share This Position"</li> <li>Press "Share This Position", | |
then select Avare from list of applications</li> <li>Avare will use | |
that address as destination</li> <li>During flight, "Tappan Zee | |
Bridge" will be available in Avare under Search list</li> </ul> | |
<br> | |
<hr size="1"> <h3 style="text-align: center;"><a name="Plan">Flight | |
Plan</a> - Intro</h3> | |
The Plan screen allows a pilot to follow a | |
flight plan with several way points. Way points are listed in the Plan | |
list, and a grand sum of distance and time is calculated from the | |
current postion to the final way point. <br> <p>•<strong>How To | |
Enter a Flight Plan<br> </strong></p> <ul> <li>Go to Find screen, and | |
enter a location like "JFK" in the Search box, an airport icon appears | |
in the list of locations matching JFK.</li><li>Long-press the airport | |
icon, and a list will scroll out from the left side. <br> </li> | |
<li>Select the Plan icon in the list to add JFK airport to the | |
plan.</li> <li>Each added item is added to the end of the plan list in | |
the Plan screen.</li> </ul> •<strong>How To Start Flying the | |
Plan<br> </strong> <ul> <li>Simply press the Activate button on the | |
Plan screen to fly the plan.<br> </li> <li>Selecting a temporary | |
destination during the flight will automatically disable the flight | |
plan, but the pilot can re-activate the plan.</li> <li>A pilot must | |
navigate to within 2 NM of the way point to register an automatic | |
station passage.</li> <li>As a way point is passed, the Plan bar will | |
move from that way point to the next way point.</li> </ul> | |
•<span style="font-weight: bold;">Destination<br> </span>When a | |
plan is active, destination will be set to the next way point. All | |
information in the A/FD, and Plates will be of the next way point, and | |
not of the final destination.<br> <br> | |
<hr size="1"> | |
<h3 style="text-align: center;"><a name="Draw">Notes/Draw</a> - Intro</h3> | |
The Map screen allows a pilot to temporarily write notes on the charts.<br> | |
<p>•<strong>How To Write Notes<br> </strong></p> | |
<ul> | |
<li>Go to the Maps screen, then click on the Pan button on the bottom of the screen.</li> | |
<li>When the Pan button changes to the Draw button, the charts will not pan, and the Map screen will become a touch operated canvas.</li> | |
<li>Write notes on the canvas with your finger.<br> | |
</li> | |
</ul> | |
<p>•<strong>How To Clear the Notes<br> </strong></p> | |
<ul> | |
<li>While the Pan/Draw button shows Draw, long press the screen, and an option to clear the notes will show.<br> | |
</li> | |
</ul> | |
<p>•<strong>How To Retain the Notes<br> </strong></p> | |
<ul> | |
<li>Click the Pan/Draw button so it shows Pan. Notes will be saved till | |
Avare exits, or till the user clears them using the "Clear the Notes" | |
method above.</li> | |
</ul> | |
Notes length is limited due to memory size.<br> | |
<strong></strong> | |
<hr size="1"><h3><a name="FAQ">FAQ</a> - Offline Q&A<br> | |
Frequently Asked Questions</h3> | |
<p>Click any Question, or <a href="#qaList">click here</a> to browse | |
the Q&A list.</p> | |
<p><em>* <a href="#avareName">Where did the Avare name come | |
from?</a></em><br> <em>* <a href="#faaReq">Does Avare meet FAA chart | |
requirements?</a></em><br> <em>* <a href="#accuracy">How accurate is | |
Avare's indicated GPS position?</a></em><br> <em>* <a href="#trackup">How can a user set track up | |
mode?</a></em><br> <em></em><em>* <a href="#storage">Is there a fix | |
for internal storage running low with Avare?</a></em></p> | |
<p><em>* <a href="#noIntGPS">Can I install Avare on devices w/o a | |
GPS?</a></em><br> <em>* <a href="#noGplay">Where can I get Avare other | |
than the Google Play store?</a></em><br> <em>* <a href="#blackScr">Why | |
do I only see a black screen and no chart?</a></em><br> <em>* <a href="#airpDiag">How do I display an Airport Diagram?</a></em></p> | |
<em>* <a href="#memSize">How much memory does Avare use?</a></em><br> | |
<em>* <a href="#wxMetar">How do I get METAR/TAF Weather?</a></em><br> | |
<em>* <a href="#altitude">How do I get | |
Altitude?</a></em><br> | |
<em>* <a href="#mmapOff">Can I disable moving map while retaining GPS | |
lock?</a></em><br> | |
<em>* <a href="#optKey">Where's this "Option" button, mentioned in Help | |
files for Avare?</a><br> </em>* <em><a href="#enterGPS">How do I enter a GPS | |
latitude/</a></em><a href="#enterGPS"><em></em><em></em></a><em><a href="#enterGPS">longitude</a></em><em><a href="#enterGPS"> location as Destination, and | |
how can I clear a destination</a></em><br> | |
<p><em>* <a href="#airpMode">Does Avare work in Airplane | |
Mode?</a></em><br> <em>* <a href="#distTo">How do I get distance & | |
heading TO any point on a chart?</a></em><br> <em>* <a href="#distFm">How do I get distance & heading FROM any point on a | |
chart?</a></em><br> <em>* <a href="#txtItems">What are each of the | |
text items on screen for?</a><br> </em><br> <em>* <a href="#afd">How | |
do I get all the available A/FD info for an airport?</a></em><br> | |
<em>* <a href="#afdSwitch">How can I quickly switch between A/FDs for | |
different airports?</a></em><br> <em>* <a href="#mvChart">How can I | |
quickly move the Map display?</a></em></p> | |
<p><em>* <a href="#exit">How do I exit Avare to close or Restart | |
it?</a></em><br> <em>* <a href="#switchApp">How do I switch from Avare | |
to allow for a quick return later?</a></em><br> <em>* <a href="#Tfr">How do I get Avare to display FAA TFRs?</a></em><br> <em>* | |
<a href="#trackLine">How do I use the Course line?</a></em></p> | |
<p><em>* <a href="#timeCalc">How is the Time to Destination | |
calculated?</a></em><br> <em>* <a href="#runway">Where can I find | |
runway or Comm airport info?</a></em><br> <em>* <a href="#hideTrack">How can I temporarily hide the Course | |
line?</a></em><br> <em>* <a href="#trackOff">How can I permanently | |
remove the Course line?</a></em></p> | |
<p><em>* <a href="#battGPS">Can battery level affect my device's | |
internal GPS?</a></em><br> <em>* <a href="#dispLong">How can I get | |
Destination charts to display longer?</a></em><br> <em>* <a href="#launchTime">How long does it take from Avare launch before I | |
see charts?</a></em><br> <em>* <a href="#noCell">Can I use Avare | |
without cell or data service?</a></em></p> | |
<p><em>* <a href="#dBase">What's in the Database file Avare | |
uses?</a></em><br> <em>* <a href="#browse">How do I browse charts and | |
then get back to current location?</a></em></p> <p><a href="#browse"><em>* </em></a><em><a href="#Obstacles">How are Obstacles | |
shown?</a></em></p> | |
<p><a href="#browse"><em>* </em></a><em><a href="#completeshutdown">What is a complete | |
shutdown?</a></em></p> | |
<hr size="1"> | |
<a name="qaList"></a> <p style="text-align: center;"><span style="text-decoration: underline;"><strong>Frequently Asked | |
Questions, <em>and Answers</em></strong></span></p> | |
<p><a name="avareName"></a><em><strong>* Where did the Avare name come | |
from?</strong></em><br> Avare (pronounced "Av Air") is a contraction | |
of the words Aviation (Situational) Awareness. So you can use Avare to | |
more conveniently be Aware of FAA information in flight and for | |
planning purposes.</p> | |
<p><a name="faaReq"></a><em><strong>* Does Avare meet FAA chart | |
requirements?</strong></em><br> </p> | |
<p>Avare delivers all data every 28 days as the FAA requires. There | |
may be a few days lag in uploading the latest data due to limited | |
resources on the Avare project, and it is possible that some charts | |
and plates may be expired by a few days. However, plates and | |
many charts have expiry date printed on them by the FAA.<br> </p> | |
<p>IT IS THE RESPONSIBILITY OF THE PILOT IN COMMAND TO VERIFY THAT ALL | |
TERMINAL PROCEDURES AND CHARTS ARE UP TO DATE BEFORE USING THEM.<br> | |
</p> | |
<p>THE FAA DOES NOT APPROVE USE OF HANDHELD GPS DEVICES FOR IFR | |
FLIGHTS.<br> </p> | |
<p> Note that Avare is <strong><span style="text-decoration: underline;">not</span></strong> an FAA certified app, and is not | |
intended for primary navigation or information. <br> </p> | |
<p>Charts and data must be up to date at all times. If any item | |
in the Download list in marked red, or has a red colored icon | |
associated with it, then that item has expired and a new version is | |
available on the server. <br> </p> | |
<p>User may not combine expired and current data, as it can cause GPS | |
location issues, and chart overlapping.<br> </p> | |
<p><a name="accuracy"></a><em><strong>* How accurate is Avare's | |
indicated GPS position?</strong></em><br> Users have reported Avare to | |
be accurate to less than one hundred feet with their device's internal | |
GPS, and some have found it much more accurate with an external WAAS | |
GPS. We recommend using external Bluetooth GPS with Avare because | |
mobile devices internal GPS is almost always never reliable enough | |
for air navigation. External GPS for Android start at $25 a piece.</p> | |
<p><a name="trackup"></a><em><strong>*</strong></em><em><strong> How | |
can a user set track up mode?</strong></em><br> The NU/TU button | |
allows a user to set track up mode. In this mode, the map rotates | |
instead of the miniature aircraft. To get to truck up mode, press the | |
NU/TU button on the Maps screen so it shows "TU". The miniature | |
aircraft will align to the track of the aircraft being flown. In this | |
mode, panning and touch input is disabled, however, zooming and double | |
touch works as usual. </p> | |
<p><a name="storage"></a> <em><strong>* Is there a fix for internal | |
storage running low with Avare?</strong></em><br> Avare has an option | |
in Preferences, for selecting your storage location for charts. It's | |
possible that your device has free space on an SD card or other | |
storage medium. Note that you will need to re-Download (or manually | |
relocate) any previously Downloaded charts after changing the storage | |
location Preference.</p> | |
<p><a name="noIntGPS"></a> <em><strong>* Can I install Avare on | |
devices w/o a GPS?</strong></em><br> Yes, Avare has been successfully | |
installed and used on every Android device we have tested. Due to | |
limitations imposed by the Google Play store, if you can't install | |
there you may want to try the Avare Alternate Installation | |
instructions on our <a href="http://avgps.wordpress.com/avare-overview/avare-manual-%0D%0Ainstallation/">website</a>.</p> | |
<p><a name="noGplay"></a> <em><strong>* Where can I get Avare other | |
than the Google Play store?</strong></em><br> Avare is available on | |
CNet, and a growing number of other sources. Please use caution, | |
because some non-Google sources may not be safe or secure. You can | |
install Avare directly from us using the Avare Alternate Installation | |
instructions on our <a href="http://avgps.wordpress.com/avare-overview/avare-manual-%0D%0Ainstallation/">website</a>.</p> | |
<p><a name="blackScr"></a> <em><strong>* Why do I only see a black | |
screen and no chart?</strong></em><br> When you first install Avare, | |
no charts are included, and Sectionals is set as the default chart | |
display type. If you haven't downloaded a chart yet, press your | |
device's Options button then press Download and choose the chart(s) | |
you'll be using. If you haven't downloaded the Sectional chart for | |
your area, doing that will probably be helpful for your future use of | |
Avare. To view only charts other than Sectionals (TACs for example), | |
use Preferences and Select Chart Type.</p> | |
<p><a name="airpDiag"></a> <em><strong>* How do I display an Airport | |
Diagram?</strong></em><br> To view Airport Diagrams just input a | |
Destination and then press the Plates button, then select | |
"AIRPORT-DIAGRAM" from the drop down list. Note that before you can | |
view any airport diagram you must Download the plates for that | |
airport's state/territory via the Download button.</p> | |
<p><a name="memSize"></a> <em><strong>* How much memory does Avare | |
use?</strong></em><br> The total installed size of Avare with the | |
Database and A/FD is about 16MB. The average chart is about 10 MB, and | |
the total size of all sectionals, WAC, TAC, and IFR charts is about | |
500 MB. Terminal procedures are about 3 GB. Note that Preferences | |
includes an option for moving Avare files to different storage | |
locations. Avare uses all run time memory that Android gives it, and | |
is typically 32 MB.<br> </p> | |
<p><a name="wxMetar"></a> <em><strong>* How do I get METAR/TAF | |
Weather?</strong></em><br> First, ensure that your device has an | |
active Internet connection. Then simply long-press on any airport on | |
the chart. While you hold your finger on the airport symbol, Avare | |
will use the internet to obtain and process the most recent available | |
METAR for that airport. When it displays, continue pressing until you | |
have finished reading it.</p> | |
<p><a name="altitude"></a> <em><strong>* How do I get | |
Altitude?</strong></em><br> The current GPS altitude is not displayed | |
on the map screen. GPS altitude is not accurate, and is provided only | |
for informational purposes under the GPS screen. You can | |
navigate to the GPS screen using the Option button.<br> </p> | |
<p><a name="mmapOff"></a> <em><strong>* Can I disable moving map while | |
retaining GPS lock?</strong></em><br> Just switch to Simulation Mode | |
in Preferences (press Option button, Preferences button, then Check | |
Simulation Mode). Simulation Mode will let you use Destination to jump | |
instantly to any airport for both display and A/FD info for that | |
airport, while retaining GPS operation. To view or use your current | |
location again, just un-check the Enter Simulation Mode checkbox.</p> | |
<p><em><strong><a name="optKey"></a></strong></em><em><strong>* | |
</strong></em><em><strong>Where's this "Option" button, mentioned in Help | |
files for Avare?</strong></em><br> This is a button on the bottom left | |
of the Map screen.</p> | |
<p><em><strong><a name="enterGPS"></a></strong></em><em><strong>* | |
</strong></em><em><strong>How do I enter a GPS | |
latitude/</strong></em><em><strong>longitude</strong></em><em><strong> | |
location as Destination, and how can I clear a | |
destination?</strong></em><br>Press the Find button in the Menu, then enter a | |
latitude&longitude (use negative sign for West) pair, for example | |
42.8933&-74.4422 in the search box. Select it from the list as the | |
only found destination. To clear a set destination, enter a space in | |
the destination Search box, a Maps icon will be shown below, select it | |
to clear the destination.<br> </p> | |
<p><a name="airpMode"></a> <em><strong>* Does Avare work in Airplane | |
Mode?</strong></em><br> Yes, once you have used Download to install | |
any charts (or the set of Airport Diagrams) as desired, all features | |
of Avare work just fine in airplane mode on most devices. Note that | |
some devices have difficulty acquiring GPS "lock" without cell and/or | |
data/wifi, but will work fine in airplane mode once lock is acquired | |
IF the device is kept awake and you don't switch out of the Avare | |
app.</p> | |
<p><a name="distTo"></a><em><strong>* How do I get distance & | |
heading TO any point on a chart?</strong></em><br> Just long-press any | |
point on the chart while your device has your GPS location acquired. | |
The course indicator line (if present) will be hidden, and in the | |
top-right corner of the screen you will see the Compass Direction, | |
Bearing, and Distance both TO and FROM your current location. <em>This | |
is handy for ATC and CTAF radio calls.</em> Note that if internet | |
access is active, METAR/TAF text may also be displayed if you | |
long-press on an airport.<br> </p> | |
<p><a name="distFm"></a><em><strong>* How do I get distance & | |
heading <span style="text-decoration: underline;">FROM</span> any | |
point on a chart?</strong></em><br> Just long-press any point on the | |
chart while your device has your GPS location acquired. The course | |
indicator line (if present) will be hidden, and in the top-right | |
corner of the screen you will see the Compass Direction, Bearing, and | |
Distance both TO and FROM your current location. <em>This is handy for | |
ATC and CTAF radio calls.</em> Note that if internet access is active, | |
METAR/TAF text may also be displayed if you long-press on an | |
airport.</p> | |
<p><a name="txtItems"></a><em><strong>* What are each of the text | |
items on screen for?</strong></em><br> Top right is | |
Destination:Distance from your current GPS location, Hours:Minutes to | |
Destination if flying direct at the current GPS speed, and GPS bearing | |
to Destination. Second line has your current speed, and GPS | |
Heading.</p> | |
<a name="afd"></a><em><strong>* How do I get all the available A/FD | |
info for an airport?</strong></em><br> | |
<p>The airport information displayed by the A/FD button is that of your | |
current Destination. Remember to scroll the list if that option is | |
displayed, so that you can see any additional screens of A/FD info. To | |
see the A/FD for a different airport, just change your Destination and | |
then use the A/FD button again.</p> | |
<p><a name="afdSwitch"></a><em><strong>* How can I quickly switch | |
between A/FDs for different airports?</strong></em><br> The easiest | |
method is to use the Near button, since you can just select from a list | |
of the nearest airports. You can also use the Destination button to | |
change the airport code, and then use the A/FD button to display it.<br> | |
</p> | |
<p><a name="mvChart"></a><em><strong>* How can I quickly move the Map | |
display?</strong></em><br> Press the Option button, then the Preferences | |
button and then the Enter Simulation Mode checkbox. Then you can use | |
Destination to quickly move around the chart or browse freely.</p> | |
<p><a name="exit"></a><em><strong>* How do I exit Avare to close or | |
Restart it?</strong></em><br> To completely Exit Avare use your | |
device's Back key as required until you leave Avare. Avare is designed | |
to completely stop all operations when you switch to another app or to | |
the Home screen, so you can return to it instantly later if you | |
choose. The only time you need to Exit is when Avare indicates that | |
it's required. Note that the GPS will keep running up to two | |
minutes after Avare exits.<br> </p> | |
<p><a name="switchApp"></a><em><strong>* How do I switch from Avare to | |
allow for a quick return later?</strong></em><br> Simply push your | |
device's Home key. Android also offers a feature to switch between | |
recent apps. Just long-press your Home key and Android will present | |
you with a selection of recent applications you can switch to. Note | |
that the internal GPS in some devices may lose GPS lock if Avare is | |
not the active app for more than a few minutes, so you'll want to test | |
your device for this in advance of flight.</p> | |
<p><a name="Tfr"></a><em><strong>* How do I get Avare to display FAA | |
TFRs?</strong></em><br> The user can download the latest TFRs from the | |
Download list under Databases. TFRs are automatically displayed on the | |
chart in red by default. If you long-press the indicator at the | |
top-center of a TFR shape, text information (including date/time) for | |
that TFR will be displayed at the upper-left of the screen. Apps4av | |
servers update TFRs every top of the hour.<br> </p> | |
<p><a name="trackLine"></a><em><strong>* How do I use the Course | |
line?</strong></em><br> It is provided primarily for route planning, | |
such as to avoid obstacles or Restricted areas. It is also useful for | |
visually aligning the location icon "airplane" to the line as an | |
approximate navigation aid.</p> | |
<p><a name="timeCalc"></a><em><strong>* How is the Time to Destination | |
calculated?</strong></em><br> It is a simple calculation of the time | |
required at your current GPS ground speed if you fly direct to the | |
indicated bearing. It does not allow for wind or ground course | |
variations, but is continually updated based on your current GPS | |
position and ground speed.</p> | |
<p><a name="runway"></a><em><strong>* Where can I find runway or Comm | |
airport info?</strong></em><br> First be sure you have activated a | |
Destination airport. Then press your device's A/FD button, then scroll | |
through the list to see the information available for that airport.</p> | |
<p><a name="hideTrack"></a><em><strong>* How can I temporarily hide | |
the Course line?</strong></em><br> Long-press any point on the chart | |
display, and the course line will be hidden until you release your | |
finger from the chart.</p> | |
<p><a name="trackOff"></a><em><strong>* How can I permanently remove | |
the Course line?</strong></em><br> Press the Options button, then press | |
the Preferences button in the list, then click the checkbox for Enter | |
Simulation Mode. You'd of course repeat this process to turn the line | |
back on, and resume GPS navigation. Another way to remove the Course | |
line is to turn off GPS, but the internal GPS on many devices might | |
have difficulty re-acquiring your location while in flight.</p> | |
<p><a name="battGPS"></a><em><strong>* Can battery level affect my | |
device's internal GPS?</strong></em><br> Yes. Users have reported that | |
their GPS may not acquire as quickly or reliably at low battery levels | |
(below 30% or even higher on some devices). Plugging your device into | |
external power may help with your device's internal GPS | |
performance.</p> | |
<p><a name="dispLong"></a> <em><strong>* How can I get Destination | |
charts to display longer?</strong></em><br> When GPS is active, the | |
chart display will briefly shift to your Destination airport just | |
after you input. You can switch to Simulation Mode in Preferences | |
(press Option button, Preferences button, then Enter Simulation Mode). | |
Simulation Mode will let you jump instantly to any airport for both | |
display and A/FD info for that airport, while retaining GPS operation. | |
To view or use your current location again, just un-check the | |
Simulation Mode checkbox.</p> | |
<p><a name="launchTime"></a> <em><strong>* How long does it take from | |
Avare launch before I see charts?</strong></em><br> The startup time | |
depends mostly on your device, but usually a few seconds up to a | |
minute. Note that no charts or Airport Diagrams can be displayed until | |
you Download them. If you see a black screen, chances are your GPS | |
isn't working yet or you haven't downloaded the chart for your | |
area.</p> | |
<p><a name="noCell"></a> <em><strong>* Can I use Avare without cell or | |
data service?</strong></em><br> Yes, once you have used Download to | |
install any charts (or the set of Airport Diagrams) as desired, all | |
features of Avare work just fine in airplane mode on every Android | |
device we've tested. Note that the internal GPS on some devices may | |
have difficulty acquiring "lock" without cell and/or data/wifi, but | |
will work fine in airplane mode once lock is acquired IF the device is | |
kept awake and you don't switch out of the Avare app.</p> | |
<p><a name="dBase"></a> <em><strong>* What's in the Database file | |
Avare uses?</strong></em><br> The file named Database in the Downloads | |
list contains the current A/FD (except for Airport Diagrams) and is | |
also required for Avare to know the name, boundaries and GPS | |
calibration for each chart. Before you can use any charts, Avare needs | |
this information so that it can assemble all the charts you've | |
downloaded into a seamless mosaic. Avare then calculates where to | |
display your GPS location on that mosaic of downloaded charts. Always | |
be sure to Download the latest Database <span style="text-decoration: underline;">before</span> you Download any new or updated charts. Note | |
that if an item in the Download list has a green checkmark at the | |
left, it's downloaded, and latest.</p> | |
<p><a name="browse"></a> <em><strong>* How do I browse charts and then | |
get back to current location?</strong></em><br> You can browse charts | |
by zooming and dragging them, and double-tap to resume GPS moving map. | |
To browse freely, use Simulation Mode, and then turn off that mode to | |
instantly return to your current location. In Map view press Option | |
button, the Preferences button, then check-mark the Enter Simulation Mode | |
line. To view or use your current location again, just un-check the | |
Enter Simulation Mode checkbox. | |
</p> <p><a name="Obstacles"></a> <em><strong>* How are Obstacles | |
shown?</strong></em><br>When "Show Obstacles" option is checked in | |
Preferences, all obstacles 200 feet below the GPS altitude of the | |
user's device, or higher are shown. To reduce clutter, all <span style="font-weight: bold;">obstacles shorter than 500 feet AGL are | |
removed from the FAA obstacles database</span>. Obstacles are shown as | |
red triangles.<br> </p> | |
<p> </p> | |
<p><a name="completeshutdown"></a> <em><strong>* What is a complete | |
shutdown?</strong></em><br> By default, Avare will keep a background | |
process running. This process will store important data like the | |
current destination, the location, the map view, the weather, | |
the TFRs, and the airport information. This process will wake up | |
periodically for a few simple tasks (fetch TFRs, weather etc.). It | |
will also keep the GPS on for up to 2 minutes after the user exits | |
Avare.</p> | |
<p>The background process allows the user to temporarily switch to | |
other applications without losing the flight data, and the GPS | |
lock.<br> </p> | |
<p>The user can completely exit Avare, and stop the background process | |
by unselecting option "Leave Running" in the preferences list | |
item.</p> | |
<hr size="1"> | |
<h3 style="text-align: center;"><a name="Charts">FAA | |
Charts Reference</a></h3> <h3 style="text-align: left;">Sectionals and | |
TACs</h3><br> | |
<img style="width: 500px; height: 567px;" alt="" src="http://aeronav.faa.gov/content/aeronav/images/FAA_Sect.jpg"><br> | |
<br> | |
<h3 style="text-align: left;">WACs<br> </h3> | |
<img style="width: 500px; height: 609px;" alt="" src="http://aeronav.faa.gov/content/aeronav/images/FAA_WAC_index.jpg"><br> | |
<h3 style="text-align: left;">A/FD</h3> <img style="width: 500px; height: 282px;" alt="" src="http://www.faa.gov/air_traffic/flight_info/aeronav/media/AFD_Index.jpg"><br> | |
<h3 style="text-align: left;">ELUS (Note: Avare area division not | |
shown)<br> </h3> | |
<img style="width: 500px; height: 326px;" alt="" src="http://aeronav.faa.gov/content/aeronav/images/Low_Index_US.jpg"><br> | |
<h3 style="text-align: left;">EHUS <br> </h3> <h3 style="text-align: left;">(Note: Avare area division not shown)</h3> | |
<img style="width: 500px; height: 283px;" alt="" src="http://aeronav.faa.gov/content/aeronav/images/High_Index_US_new.gif"><br> | |
<br> | |
<h3 style="text-align: left;">Canada Topo Grid </h3> | |
As far North as 60N covered.<br> | |
<br> | |
<img style="width: 1000px; height: 863px;" alt="" src="http://www.gis.unbc.ca/courses/geog205/labs/lab2/images/canada_grid.jpg"><br> | |
<br> | |
<br> | |
<br> <hr><br> | |
--End of Avare Help offline sections-- </body></html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters