App Traccar hide version and Miui 13

Dave2 years ago

I install https://github.com/traccar/traccar-client-android/releases/download/v6.17/app-hidden-release.apk on redmi note 11 with Miui 13, but icon still remaing on launcher menu, how can I hide it ?

Anton Tananaev2 years ago

It's not possible on newer versions of Android.

Dave2 years ago

ok.
So, in newer Android version app Traccar Hide is unfortunately useless...
it's a real shame :-(
You think is definitive or there wuold be a possibility in the future ?

Anton Tananaev2 years ago

It's not about the app. It's about the Android system version. They don't allow it anymore in newer versions.

florin212 years ago

1 does this also happen for knox containers?

2 somewhat unrelated can this be piped into traccar https://www.manageengine.com/mobile-device-management/help/security_management/location_tracking.html?mdmod ?

Anton Tananaev2 years ago
  1. No idea.
  2. I guess that's something you need to ask them.
florin21a year ago

i have been looking at their api https://www.manageengine.com/mobile-device-management/api/#Devices_Get_device_location

GET /api/v1/mdm/devices/{{device_id}}/locations
Request Example
$ curl {BaseURL}/api/v1/mdm/devices/{{device_id}}/locations
-H "Authorization: Zoho-oauthtoken ba4604e8e433g9c892e360d53463oec5"
-H "Content-Type: application/json;charset=UTF-8"
Response Example
HTTP/1.1 200 OK
Content-Type:application/json;charset=UTF-8
{
    "locations": [
        {
            "added_time": 1523370360750,
            "latitude": 12.8282,
            "longitude": 80.0512,
            "located_time": 1523370128573
        }
    ]

at this point in time i am clue less how to get this working i let this here maybe someone and google will discover this

the point being is kinda duplicate to have two apps requesting geolocation data