davesc63 / GeoPort

GeoPort: Your Location, Anywhere! The iOS location simulator
https://geoport.me
GNU General Public License v3.0
107 stars 10 forks source link

Unable to Create Device Tunnel Within 60 Seconds #2

Closed blackcomb123 closed 3 months ago

blackcomb123 commented 3 months ago

I am connecting my iPhone 15 Pro Max running iOS 17.4 via Apple Macbook Air M3. I am not able to connect

Dev Check result: True Developer Mode is true passed dev mode check entered ios17 Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts finally

davesc63 commented 3 months ago

I am connecting my iPhone 15 Pro Max running iOS 17.4 via Apple Macbook Air M3. I am not able to connect

Dev Check result: True Developer Mode is true passed dev mode check entered ios17 Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts finally

This happens when you are not running as Admin/Sudo on Mac. Did you get prompted for sudo password / touchID when launching the app?

Some troubleshooting options:

  1. Run GeoPort by using run.sh
  2. if the above does not work you can try from terminal: sudo ./GeoPort
davesc63 commented 3 months ago

I am connecting my iPhone 15 Pro Max running iOS 17.4 via Apple Macbook Air M3. I am not able to connect

Dev Check result: True Developer Mode is true passed dev mode check entered ios17 Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts finally

I downloaded the zip and tried it out. I had the same issue as admin. I have rebuilt the package, tested, and working. Please re-download the mac-arm bundle - https://github.com/davesc63/GeoPort/releases/download/v1.0.1/GeoPort-mac-arm-v1.0.1.zip

khoo2009 commented 3 months ago

i cant see the my phone connect iphone 13 ( IOS17.3.1 ) OS:Name Microsoft Windows 11 Pro (v10.0.22621 Build 2262) Itune : Version 12.12.10.1


2024-03-15 17:57:07 Revision-PC pyi_splash[6372] INFO A connection to the splash screen was successfully established. clear splash

2024-03-15 17:58:53 Revision-PC werkzeug[6372] INFO 127.0.0.1 - - [15/Mar/2024 17:58:53] "POST /connect_device HTTP/1.1" 200 -


davesc63 commented 3 months ago
  • dev list is: []

You have a different issue. You probably don't have iTunes installed because no device is being detected via USB, or the Apple Mobile Device service is not listening on port 27015

You will need to ensure:

davesc63 commented 3 months ago

I am connecting my iPhone 15 Pro Max running iOS 17.4 via Apple Macbook Air M3. I am not able to connect

Dev Check result: True Developer Mode is true passed dev mode check entered ios17 Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts finally

Ok, I've replicated this and I can't explain it. Here's the flow:

  1. I created run.sh and GeoPort locally, then add to the zip file
  2. Upload zip to github
  3. Download zip from github
  4. Open zip with "archive utlitiy" in the downloads folder
  5. execute ./run.sh
  6. No device found timeout
  7. Here's what I can't explain - Move the two files (run.sh and GeoPort) out of the Downloads directory to any where else, ie /Users/yourname/test
  8. execute run.sh and the app runs fine!

I can't explain it but something about the Downloads folder isn't allowing it to run. Even if I move my source build files from the output directory into a Downloads/Test directory it doesn't establish the tunnel!!

Would love an explanation here!

blackcomb123 commented 3 months ago

I am connecting my iPhone 15 Pro Max running iOS 17.4 via Apple Macbook Air M3. I am not able to connect Dev Check result: True Developer Mode is true passed dev mode check entered ios17 Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts finally

I downloaded the zip and tried it out. I had the same issue as admin. I have rebuilt the package, tested, and working. Please re-download the mac-arm bundle - https://github.com/davesc63/GeoPort/releases/download/v1.0.1/GeoPort-mac-arm-v1.0.1.zip

Thank you for your prompt response, it is working fine now.

If possible can you set any notification once the fake location is set, it doesnt prompts anything once you click the button. I tried a few times and then thought let me go and check in the app on the phone. The location was changed.

Same thing when stopping it no notifcation.

Thank You and keep up the great work really appreciate. Blackcomb

davesc63 commented 3 months ago

I am connecting my iPhone 15 Pro Max running iOS 17.4 via Apple Macbook Air M3. I am not able to connect Dev Check result: True Developer Mode is true passed dev mode check entered ios17 Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts finally

I downloaded the zip and tried it out. I had the same issue as admin. I have rebuilt the package, tested, and working. Please re-download the mac-arm bundle - https://github.com/davesc63/GeoPort/releases/download/v1.0.1/GeoPort-mac-arm-v1.0.1.zip

Thank you for your prompt response, it is working fine now.

If possible can you set any notification once the fake location is set, it doesnt prompts anything once you click the button. I tried a few times and then thought let me go and check in the app on the phone. The location was changed.

Same thing when stopping it no notifcation.

Thank You and keep up the great work really appreciate. Blackcomb

Awesome mate! Love a good result! I will take that feedback on board, I've had it twice now so it seems like its needed!

I had a suggestion to grey out the set location once its done, but my reasoning against that is that you can constantly change location as many times as you want - some apps / games you need to keep changing rather than set once

stay tuned for 1.0.2 and I'll add some notifications :)

davesc63 commented 3 months ago

I am connecting my iPhone 15 Pro Max running iOS 17.4 via Apple Macbook Air M3. I am not able to connect Dev Check result: True Developer Mode is true passed dev mode check entered ios17 Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts finally

I downloaded the zip and tried it out. I had the same issue as admin. I have rebuilt the package, tested, and working. Please re-download the mac-arm bundle - https://github.com/davesc63/GeoPort/releases/download/v1.0.1/GeoPort-mac-arm-v1.0.1.zip

Thank you for your prompt response, it is working fine now.

If possible can you set any notification once the fake location is set, it doesnt prompts anything once you click the button. I tried a few times and then thought let me go and check in the app on the phone. The location was changed.

Same thing when stopping it no notifcation.

Thank You and keep up the great work really appreciate. Blackcomb

@blackcomb123 - How's this for a notification -

geoport-notification
blackcomb123 commented 3 months ago

This looks perfect thank you.

davesc63 commented 3 months ago

Resolved. Feedback used to update app