简体   繁体   English

Android手机上安装第三方应用程序是否有办法破解Android手机和Android Wear手表之间的数据?

[英]Is there any way for 3rd party apps installed on Android phone to hack data between Android phone and Android Wear watch?

I'm investigating security of Android Wear. 我正在调查Android Wear的安全性。

Is there any way for 3rd party apps installed on Android phone to hack communicating data between Android phone and Android Wear watch ? Android手机上安装第三方应用程序是否有办法破解Android手机和Android Wear手表之间的通信数据?

If I want to send secure data(just text string) from android phone to android wear(watch), what can I do for that ? 如果我想从Android手机发送安全数据(只是文本字符串)到android佩戴(手表),我该怎么办呢?

Thanks in advance.. 提前致谢..

When using the Data Layer API, messages can only be sent between apps running on the wearable and phone that contain the same package name, and the same version. 使用数据层API时,只能在可穿戴设备和手机上运行的应用程序之间发送消息,这些应用程序包含相同的程序包名称和相同的版本。 So Google Play Services makes sure that messages are delivered to the correct app running on the other device. 因此,Google Play服务会确保将邮件传递到在其他设备上运行的正确应用。

This is why it is so important to get the package and version name the same when embedding the wearable APK inside the phone APK - if you get it wrong it won't install it to the wearable. 这就是为什么在将可穿戴设备APK嵌入手机APK时让包和版本名称相同非常重要 - 如果你弄错了它就不会将它安装到可穿戴设备上。

It is not possible for application A on a phone to communicate with application B on a wearable. 电话上的应用程序A无法与可穿戴设备上的应用程序B通信。

If they are connected, yes, it is possible. 如果它们是连接的,是的,它是可能的。 You can be hacked by just opening a website, and anything through wireless is connected in a way. 你可以通过打开一个网站来攻击,任何通过无线连接的东西都是以某种方式连接起来的。 Usually tho, you wont be hacked unless they ask for too many permissions, then you should not be downloading it in the first place. 通常情况下,你不会被黑客攻击,除非他们要求太多权限,那么你不应该首先下载它。 If you skip through it though, they are able to get info from your phone which is connected to your android wear. 如果你跳过它,他们可以从你的手机上获得与你的机器人连接的信息。 Be careful with third party apps. 小心第三方应用程序。

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

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