This Android metadata removal utility allowed me to escape creepy internet tracking bugs
Android Police 2026-07-02 13:30:12
Context: In June 2026, a writer for Android Police, Irene Okpanachi, discovered the importance of removing EXIF metadata from her photos and files to protect her online identity. This realization came as part of her work with a youth privacy community and research into digital privacy, which included a 2025 study finding that just four anonymous location points could reconstruct 96% of a user's physical trips. Okpanachi used an Android metadata removal utility, specifically the ExifTool command-line program through the Termux app, to erase metadata traces from her files.
Key Facts
- The writer, Irene Okpanachi, holds certifications in Graphic Design, Writing in Plain Language, and English for IT, and has published over 1,000 posts across various niches, including technology, e-commerce, and food.
- A 2025 study found that for highly identifiable users, just four anonymous location points were enough to reconstruct 96% of their physical trips, highlighting the ease with which tracking systems can create detailed portraits of individuals.
- EXIF data, embedded in photos and files immediately when they are created, can include GPS coordinates, date and time, device model, and camera settings, and can be accessed by anyone with access to the original file.
- The ExifTool command-line program, used through the Termux app on Android, can erase metadata traces from files, including software used to edit an image, modification date and time, color profile data, dimensions, encoding details, and embedded editing history.
- Okpanachi used specific commands in Termux, including `wget`, `tar`, `ls`, `termux-setup-storage`, `cd`, and `perl`, to download, extract, and run ExifTool on her files, ultimately stripping metadata and overwriting the original files without creating backup copies.