Install EXIF Tool in Termux - Android
Termux App Link : https://play.google.com/store/apps/details?id=com.termux&hl=en
EXIF Tool Link : https://github.com/exiftool/exiftool.git
Termux App Link : https://play.google.com/store/apps/details?id=com.termux&hl=en
EXIF Tool Link : https://github.com/exiftool/exiftool.git
- Open Termux app
- pkg update
- pkg install git
- pkg install perl
- git install https://github.com/exiftool/exiftool.git
- After installation open it
- ls
- cd exiftool
- ls
- Run the exiftool
- ./exiftool path/filename.jpg (to open file manager select photo details to copy the path and paste it correctly ) Ex : ./exiftool /storage/emulated/0/DCIM/Camera/IMG20190112.jpg
- Now show all metadata of image
- To Find the GPS Position values
- Copy the GPS Position values ( GPS Latitude 52 deg 3' 16.05" W ) ( GPS 99 deg 12' 36.75" E)
- Remember - ignore the deg symbol (52 3' 16.05" W)
- Paste into the Google Map it can show the acqurate location.