简体   繁体   English

防止Android重置

[英]Prevent 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). 或者我们可以将应用程序编程为允许x天,然后锁定(如停车计时器)。 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. 如果我们加载应用程序并将其租给某人2周(例如),我们发现租用者通常会将设备重置为工厂。 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. 我们可以将设备作为系统应用程序进行root操作并将其作为系统应用程序安装,但是追逐生根工具并与试图阻止生根的供应商一起玩“猫捉老鼠”是一种过多的劳动力。

What I need, is there a way to put a password on the factory reset in the Android settings? 我需要的是,有没有办法在Android设置中设置出厂重置密码? I do realize that most MFG's of devices allow you to press buttons and reset but that I can live with. 我确实意识到大多数MFG的设备允许你按下按钮并重置,但我可以忍受。 What I need is a way not to have the reset button in the settings of the Android so easily executed. 我需要的是一种不在Android设置中轻松执行重置按钮的方法。 Anyone have a way to do this? 有人有办法做到这一点吗?

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. 正如我所见,由于平板电脑和Android手机都有唯一的ID,而imei(手机)谷歌获得手机的imei,你可以看到他们注册了这个。 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. 想象一下,如果用户向原始所有者报告丢失或被盗时,像facebook和google等更大的提供商会要求授权,则此问题将不存在。

Did you try storing the data of the application on the SD card? 您是否尝试将应用程序的数据存储在SD卡上?

This storage will not get deleted unless you do a wipe. 除非您进行擦除,否则不会删除此存储。

What you might need if you are renting for a particular software, is a kiosk mode app. 如果您租用特定软件,您可能需要的是一个自助服务终端模式应用程序。 This can be achieved easily by making the program schedule itself for 2 or 3 seconds in the future when it's killed. 这可以通过使程序在将来杀死时自行安排2或3秒来轻松实现。 Other than that modding the OS is not going to be easy. 除了修改OS之外并不容易。

Its easy really. 真的很容易。 Just get a particular brand of phones for the business..like a Samsung galaxy gives u the option of a factory reset password..only for factory reset.. No password...no factory reset via settings. 只需为业务获得特定品牌的手机......就像三星Galaxy给你一个出厂重置密码的选项..仅用于恢复出厂设置..没有密码......没有通过设置恢复出厂设置。 U alrdy said u cud liv wit hard reset 你好,我说,你很难重置

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM