Giter VIP home page Giter VIP logo

locationspoofer's Issues

[BUG] Crashes when trying to use the project

The project is only useable when c-logger is successfully initialized. Put this line somewhere a the start of your program before using LocationSpoofer:

import CLogger

logger_initConsoleLogger(nil)

[BUG] Random crash

There is a crash which occurs very very seldom. If a device is disconnected, while the connected message is being constructed, the product info might be nil. Trying to create the string of e.g the device name will crash, since the pointer is nil.

Currently I have no good idea how to fix this, since the pointer is always not optional.

[Feature] Add functions to interact with DeveloperMode

Is your feature request related to a problem? Please describe.
Currently the user has to download and install XCode just to enable DeveloperMode. It would be nice to enable DeveloperMode without user interaction.

Describe the solution you'd like
Libimobiledevice is able to access an service to enable and read DeveloperMode without user interaction. There is a prototype implementation at: https://gist.github.com/nikias/262bd709c1651e0139eb9e3a2e2d33f4

Some additional info:

#define DEV_ACTION_REVEAL 0 // 0 = reveal toggle in settings
#define DEV_ACTION_ENABLE 1 // 1 = enable developer mode (only if no passcode is set)
#define DEV_ACTION_PROMPT 2 // 2 = answers developer mode enable prompt post-restart

if you just wanna reveal toggle in settings app just send action 0
with action 1 it ll enable and restart device
once device is back from restart we need to either send action 2 or manually accept to popup to enable developer mode

also DeveloperModeStatus works perfectly fine every time

No library found for imobiledevice, plist and usbmuxd

For the targets imobiledevice, plist and usbmuxd, I get the error "While building for iOS, no library for this platform was found in '/Users/user/Library/Developer/Xcode/DerivedData/Spoof-gocdkddfnvevivasvqhjcuxpqzrv/SourcePackages/artifacts/locationspoofer/imobiledevice.xcframework'."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.