Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 981 Bytes

README_autoconfig.md

File metadata and controls

17 lines (16 loc) · 981 Bytes

A new feature in RC5 is the ability to autoconfig your RGC and Pogodroid.

In order to use this, you will need to grab your config files from a system which is already running correctly. So you setup your first device by hand. Then you connect to the working box via adb shell:

adb connect IPADDRESS_OF_DEVICE
adb shell
su

Now you are in a root shell on a running ATV box. Run the following commands:

mkdir /sdcard/mad
cp /data/data/com.mad.pogodroid/shared_prefs/com.mad.pogodroid_preferences.xml /sdcard/mad/
cp /data/data/de.grennith.rgc.remotegpscontroller/shared_prefs/de.grennith.rgc.remotegpscontroller_preferences.xml /sdcard/mad/

then you will have a directory /sdcard/mad which you need to move to your USB stick. if you wish to also configure your origin then you can put madorigin.txt in that same directory and in that file just put the origin for the device you are going to autoconfigure. madorigin.txt must not have windows CRLF file endings