View Single Post
  #18 (permalink)  
Old 12-15-2010, 07:58 PM
youngblack's Avatar
youngblack
Regular 'Geeker
Offline
Location: Frederick, MD
 
Join Date: Jan 2009
Posts: 444
Reputation: 130
youngblack is keeping up the good workyoungblack is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Microsoft my phone

Quote:
Originally Posted by gTen View Post
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.
Reply With Quote