Traccar mobil android directly to my ip?

Anyone know if I can modify the mobile application so that it connects directly to my platform so that the client does not have to go through the IP login

Anton Tananaev4 years ago

What is IP login?

where you need to put your server so that the application redirects you to the platform

Anton Tananaev4 years ago

On the first screen you get after you install the app. You need to reinstall the app if you want to change already selected one.

I mean on the code

Leif Neland4 years ago

You want to distribute a package where the end user does not have to enter any information, just install and forget.

You have to locate where the server address and other options are set up in the first place and set the default values.

After much browsing:

In traccar-client-android/app/src/main/res/values/values.xml, there is this:

<string name="settings_url_default_value" translatable="false">http://demo.traccar.org:5055</string>

Change this, and create a new apk.

ok