Quote:
Originally Posted by gTen
its fairly simple concept, all you gotta do is go to this file "/data/data/com.instamapper.gpstracker/shared_prefs/GPSTracker.xml" and edit its content to make it look like:
Code:
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<int name="bufferSize" value="10" />
<long name="deviceId" value="123456789" />
<boolean name="autoStart" value="false" />
<int name="trackerId" value="1" />
<boolean name="conspicuousMode" value="false" />
<int name="runtime" value="1000888949" />
<float name="minAccuracy" value="304.87805" />
<boolean name="remoteActivation" value="true" />
<int name="sendInterval" value="5" />
<int name="units" value="0" />
</map>
you can do it via ADB PULL and ADB PUSH.
|
Thanks I got it working in an instant. I didn't even know what ADB PULL and ADB PUSH meant so I googled up and I used Root Explorer to look up and PULL the file... transfered it to my computer. Then I used an xml editor, copy and paste the script, save it, transfered it back, mount usb then used Root Explorer again to PUSH the file back into the same directory. Fired up GPS Tracker again, and I got the desired results that I wanted. Thanks.