eGate--Android MDM

This forum is paid for by sales of our Android MDM solution: eGate. It works on most Android based flip phones, and can be used to securely lock them down.

So far, this MDM has been installed and tested on:

  • Kyocera e4610 Duraxv
  • Kyocera Candace
  • ANS F30
  • Orbic Journey
  • AGM M7
  • TCL Flip 2
  • Schok Classic Flip
  • Qin F21 Pro
  • LG Classic
  • Cat Flip S22
  • Tiq M5
1 Like

Can someone compile a list of compatible/ incompatible flip phones that this MDM works on.

Also in the listing it not very clear what all the app functions are, so if someone can please clarify

It works on pretty much any Android phone you can install apk files on. The ones it has been tested on include:

  • ANS F30
  • Orbic Journey
  • AGM M7
  • TCL Flip 2
  • Kazuna eTalk
  • Schok Classic Flip

If you want to test it on a device that I do not have on this list, let me know and I will get you a free license for testing purposes. The app functions are exactly what is listed on the sales profile, nothing more or less. If you have any specific questions, please ask.

Here are the phones I can test on
LG Classic
Kyocera e4610
Sonim xp3

Also in the listing it not very clear what all the app functions are, so if someone can please clarify

I PMed you about about testing licenses.

As for functionality, the exact functions the app can perform are listed on the store page. Are there any specific parts of the listing that you would like clarified? “it is not very clear what all the app functions are” is so general I’m not sure how to answer.

will begin with the lg classic and will post the full rundown once im done

Feedback is always appreciated.


thats via cmd
and via powershell i get
adb : adb: failed to install Downloads/egate.apk: Failure [INSTALL_FAILED_OLDER_SDK: Failed parse during installPackageLI:
/data/app/vmdl301747773.tmp/base.apk (at Binary XML file line #7): Requires newer sdk version #29 (current version is #27)]
At line:1 char:1

  • adb install -g Downloads/egate.apk
  •   + CategoryInfo          : NotSpecified: (adb: failed to ...ersion is #27)]:String) [], RemoteException
      + FullyQualifiedErrorId : NativeCommandError
    
    
    

This is when trying to install on the lg classic

when trying a direct install

Screenshot 2023-08-21 150930

Thanks for your feedback. I will see if I can create an alternate download with a different sdk version.

1 Like

thank you
additionally would i be able to do myself via android studio ?

I changed the minSdkVersion to 24. If you use the discount code I gave you, you should be able to check out again and get a download for this update.

now i get
adb: failed to install Downloads/egate.apk: Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES: installPackageLI]
not Shure what this means

According to this, that is an LG Classic Flip thing, whereby the application id needs to start with com.android.cts. I’ll have to create an LG Classic Flip specific download.

Here is a variant that has an application id that starts with com.android.cts.
egate for lg classic.apk (6.2 MB)

when i run adb shell dpm set-device-owner “com.oss.egate/.a” i get Error: Unknown admin: ComponentInfo{com.oss.egate/com.oss.egate.a}
when i run adb shell dpm set-device-owner com.android.cts.egate i get Error: Invalid component com.android.cts.egate
when i pull tha package name i get package:/data/app/com.android.cts.egate-zuzhZIMwVuo4yM5W7fVUuA==/base.apk=com.android.cts.egate

try adb shel dpm set-device-owner "com.android.cts.egate/.a"


didnt work