myGeo

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

Main Screen

Edit Template Screen

Edit Template Screen

Setting Screen

Setting Screen

License

GNU General Public License, version 3

GNU General Public License, version 3

Home Forums Android Apps Support

Viewing 15 topics - 1 through 15 (of 2,478 total)
Viewing 15 topics - 1 through 15 (of 2,478 total)
Create New Topic in “Support”
Your information: