Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent Android Reset

Tags:

android

reset

We do short-term rentals on cell phones and tablets. You need a tablet for a week, you can come to us and we rent it too you. What happens, is at the end of the week (or weeks) you need to return it. Often the person renting doesn't return it (various reason), but now it is stolen property. We have an application that we load and can send a command to that locks the device. Or we can program the app to allow x-days and then lock (like a parking meter). Once locked, it requires a password to unlock. This works, but it only works if the user hasn't already reset the device back to factory. If we load the application and rent it to someone for 2 weeks (as example), we find that often the renter will reset the device back to factory. Various reasons they do it, mostly they are playing around with it and just want to start over. Or if their time is up, it locks and then they pay for another rental period and we give them the password to unlock it. In this case, they now know we have a rental meter running.

We can root the device and install the application as a system application, but chasing down rooting tools and playing 'cat and mouse' with vendors trying to prevent rooting is too much labor.

What I need, is there a way to put a password on the factory reset in the Android settings? I do realize that most MFG's of devices allow you to press buttons and reset but that I can live with. What I need is a way not to have the reset button in the settings of the Android so easily executed. Anyone have a way to do this?

like image 635
user1043437 Avatar asked Nov 12 '11 18:11

user1043437


People also ask

Can you stop a factory reset on Samsung?

Enter the admin password to go to Admin Settings and click Samsung Knox Settings. 3. On the Samsung Knox Settings screen, Enable Samsung Knox, select Disable Factory Reset, and click Done.

What is factory reset protection?

Android Factory Reset Protection (FRP) is a security feature that prevents the use of a device after an unauthorized reset to factory settings. After a wipe, you can take the device into use only with the accounts set on the personal profile of the device before the wipe.

How do I bypass a factory reset protection?

Go to Factory Reset Protection (Google Account Verification). There are three options in the drop-down list: Default: If this option is selected, the default settings on the device will work. Bypass Factory Reset Protection: Select this option to bypass Factory Reset Protection.


1 Answers

As i see, as tablets as android phones have both unique id, and imei (the phones) google gets the phone's imei, you can see it they register this. Until now they don't keep tracking a device once it is hard reseted, so you've got nothing to do. The cloud policy's change is the real solution for this problem. Imagine if the bigger providers like facebook and google, etc. would ask for an authorization when a user reports lost or stolen to the original owner this problem wouldn't exist.

like image 199
user2789256 Avatar answered Oct 09 '22 18:10

user2789256