Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Adjusting the radius and time delta of the "Movement While Standing Still" feature #122

Open
arjankahlon opened this issue May 11, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@arjankahlon
Copy link

  • [x] I have read the Help menu entry.
  • [x] I have checked the github issues.

First of all, great idea with the "Movement While Standing Still" feature- works perfectly for its intended use & the fact that the resulting movements always remain close to the originally chosen location is a nice bonus.

However, for my specific use case, the magnitude (i.e. approx range of movement for each random move) and frequency (i.e. new location every __ seconds) of the movements are too high. Ideally, I would have a way to adjust either (or both) of those factors. Is it possible for me to edit these variables on my own by cloning/modifying the code of the app? If so, where can I find the appropriate values to modify?

Thank you in advance for your support!

Running macOS 12.3.1 on a 2019 MBP connected over USB to iPhone 13 Pro on iOS 15.4.1 - happy to provide any other details that would help!

@arjankahlon arjankahlon added the question Further information is requested label May 11, 2022
@Schlaubischlump
Copy link
Owner

Schlaubischlump commented May 11, 2022

Glad that you like the feature !

I thought about making these values user changeable, but decided against it, since I did not really think that anybody would like to change them. Guess I was wrong 😄

You can indeed change them inside the code of LocationSpoofer, which is a dependency of LocationSimulator. What you have to do is the following:

  1. fork LocationSpoofer
  2. change the values at the top of this file
  3. commit your changes
  4. clone LocationSimulator and change the LocationSpoofer dependency to your fork
  5. compile the project

I'm currently busy with work, so it might take some (or a long) time until I can add new features to LocationSimulator.

@Schlaubischlump Schlaubischlump added the enhancement New feature or request label May 24, 2022
@Schlaubischlump Schlaubischlump changed the title [Question] Adjusting the function of "Movement While Standing Still" feature [Feature] Adjusting the radius and time delta of the "Movement While Standing Still" feature May 24, 2022
@Schlaubischlump Schlaubischlump removed the question Further information is requested label Nov 4, 2022
@Schlaubischlump Schlaubischlump added this to the v0.3.0 milestone Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants