myGeo
Share your Geo Location as Latitude and Longitude with your own template.
You can customize a template with the latitude and longitude and share it to other apps.
Features
- Large accessible buttons to share quick your latitude and longitude
- Create your own share template with an editor
- Use net or satellite native app services what works on offline mode
- Quick to use when user is on the field
How do I set it up?
Download the sdk
https://developer.android.com/studio/#command-tools look for a commandline tool like: sdk-tools-linux-4333796.zip
Unzip the downloaded file:
unzip commandlinetools-linux-xxxxx_latest.zip
Create the folders android-sdk/platform-tools in /opt/
sudo mkdir -p /opt/android-sdk/cmdline-tools/
Move the folder cmdline-tools to the created folder and name it tools/
sudo cp cmdline-tools /opt/android-sdk/cmdline-tools/tools
Make it accessble for all users:
sudo chmod 777 /opt/android-sdk -Rf
Your folder structure should look like like:
├── android-sdk
│ ├── cmdline-tools
│ │ └── tools
│ │ ├── bin
│ │ ├── lib
│ │ ├── NOTICE.txt
│ │ └── source.properties
Check where your java-11-openjdk is installed and eventual create syslink if the name is different
ln -s /usr/lib/jvm/java-11-openjdk-amd64 /usr/lib/jvm/java-11-openjdk
Edit your ~/.bashrc file like below to have the enviorment variable loaded,
export JAVA_HOME='/usr/lib/jvm/java-11-openjdk'
export ANDROID_HOME="/opt/android-sdk"
export PATH=$PATH:$ANDROID_HOME/cmdline-tools
export PATH=$PATH:$ANDROID_HOME/cmdline-tools/tools/bin
export PATH=$PATH:$ANDROID_HOME/platform-tools/bin
Reload your enviroment with:
source ~/.bashrc
Execute the below sdkmanager commands
yes | sdkmanager --licenses
sdkmanager ndk-bundle
sdkmanager "build-tools;23.0.3"
sdkmanager "platform-tools" "platforms;android-30"
Compile the debug APK
./gradlew assembleDebug
Compile an unsigned release APK
./gradlew assembleRelease
Compile a debug APK and install the APK to your connected device
./gradlew installDebug
Screenshots
Main Screen
Edit Template Screen
Setting Screen
License
GNU General Public License, version 3
- This forum has 5 topics, 2 replies, and was last updated 2 weeks, 5 days ago by .
Viewing 5 topics - 1 through 5 (of 5 total)
-
- Topic
- Voices
- Last Post
Viewing 5 topics - 1 through 5 (of 5 total)