简体   繁体   English

丢失了 debug.keystore,我可以更新 Android 应用程序或检索应用程序数据吗?

[英]Lost debug.keystore, can I update the Android app or retrieve the app data?

We have an internally deployed company app that has been signed with a developer's debug.keystore.我们有一个内部部署的公司应用程序,该应用程序已使用开发人员的 debug.keystore 进行签名。 The debug.keystore has been lost. debug.keystore 已丢失。 Is there any possible way to:有没有可能的方法:

  1. Update a copy of the app using a new debug key.使用新的调试密钥更新应用程序的副本。

  2. Failing 1, is there any way an app with a new debug key could access the data of the already installed app (eg extract the data somehow, install the old and new apps side-by-side, adb uninstall -k)?失败 1,具有新调试密钥的应用程序是否可以访问已安装应用程序的数据(例如以某种方式提取数据,并排安装新旧应用程序,adb uninstall -k)? The app does not have the debuggable flag set in its manifest.应用程序的清单中没有设置 debuggable 标志。

I know the above is unlikely but I wanted to confirm before considering options as most stories about this concern Android market apps.我知道上述情况不太可能,但我想在考虑选项之前确认一下,因为大多数关于此的故事都涉及 Android 市场应用程序。

这个好像没有办法

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

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