Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes

Hello,

I'm using Agent signed by me and I'd like to use WiFi manager. When installing this app, it's saying that there is a conflict:

Install failed: CONFLICT, extra: INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package couldn't be installed in /data/app/com.hmdm.wifimanager-8EA65mBCqdXSyfnoMGW4Zg==: Package com.hmdm.wifimanager has no signatures that match those in shared user com.hmdm; ignoring!

Launcher Restarter works fine, there's no conflicts.

Greetings,
Marcin

by (400 points)

1 Answer

0 votes
 
Best answer
To be able to work on Android 10, the WiFi manager APK is signed by the same keys as Headwind MDM and uses the same shared user (com.hmdm).

You have the following options:

1. Build WiFi manager from source code (https://github.com/h-mdm/hmdm-plugin-wifimanager) using the "shared" flavor, and sign it by the same keys as your Headwind MDM agent (this is the recommended option!).

2. Use a previous version of the WiFi manager (https://h-mdm.com/files/WiFiManager_v1.14.apk).
by (34.1k points)
selected by
Oh, sorry. I was searching WiFi Manager GitHub repo, but probably missed it.

Thank You so much.
...