Your device isn't broken
If your rugged Android device became slow, unresponsive, or partially non-functional shortly after installing an app — the app is almost certainly the cause. Not the device. Not the battery. Not age.
What you're experiencing is Android's crash-recovery system in a loop. A system service — most commonly the camera stack — crashed on startup and Android is trying to restart it on an exponential backoff schedule: 30 seconds, then 60, then 120, then 240. During this time, anything that depends on that service stops working.
It will resolve on its own. The question is how long you're willing to wait, and what to do to prevent it happening again.
Identifying the cause
Check what you installed recently
Go to the Play Store → tap your profile icon → Manage apps and device → Manage. Sort by recently updated or installed. The problem app is almost certainly the most recently installed one.
Uninstall it
Even if the device is slow, you can usually reach Settings → Apps → [app name] → Uninstall. If the Play Store is accessible, you can uninstall from there. If the device is completely unresponsive, wait — the backoff cycle will end.
Wait, if you have to
If you cannot interact with the device, the crash-recovery cycle will eventually complete and the device will stabilise. This can take two to four hours in severe cases. Power-cycling may speed up recovery, but it may also restart the cycle — try it once and see.
Confirm recovery
Once the device is responsive, verify your specialist hardware — thermal camera, barcode scanner, whatever the device is used for — is functioning normally. If it isn't, a full reboot at this point usually clears the remaining state.
Reporting it
Publishers rely on crash reports to know something went wrong. If the app doesn't know it broke your device, it won't fix it.
- Leave a Play Store review that names the device model and Android version — this is public and discoverable
- Use the app's feedback or support channel and include your device model (Settings → About phone → Model) and Android version
- If you have access to Android's bug report feature, a full bug report is the most useful evidence for a publisher to act on
Protecting yourself going forward
- Before installing a new app on a rugged or EOL device, check the app's Play Store listing for minimum Android version requirements — if your version isn't listed as supported, proceed with caution
- Install apps one at a time, and test your specialist hardware after each one
- If an app installs and then asks for camera or microphone permissions it has no obvious reason to need, that is a warning sign
- Note the date of each install — if something breaks, you'll know which app to check first