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

can't get installed on Windows 64 bit system #14

Closed
mrchanshares opened this issue Oct 29, 2017 · 23 comments
Closed

can't get installed on Windows 64 bit system #14

mrchanshares opened this issue Oct 29, 2017 · 23 comments
Assignees

Comments

@mrchanshares
Copy link

I get a message saying
" The folder you specified doesn't contain a compatible software driver for your device. If the folder contains a driver, make sure it is designed to work with Windows for x64-based systems."
So it can't get installed on Windows 64 bit system. Any solution? Can you compile it in Window 10 64 bit system?

@juliankay
Copy link
Owner

Are you installing from the repository or from the release zip file?

FakeGPS is only built for x64 systems.

@mrchanshares
Copy link
Author

I install the device driver from clone or download at https://github.com/juliankay/FakeGPS

I get the screenshot.
fakegps

@mrchanshares
Copy link
Author

I try again with
FakeGPS v1.0.0-alpha2

It still fail:
fake2

@Nikvand
Copy link

Nikvand commented Nov 4, 2017

I have exact same issue as above. I get "The following hardware was not installed..." message as the screenshot shows.

@juliankay
Copy link
Owner

@Nikvand also x64?

@Nikvand
Copy link

Nikvand commented Nov 4, 2017

@juliankay Of course x64

@grobert63
Copy link

@juliankay I have the same error on a brand new Azure VM on Windows 10 Pro 1709 (x64 of course

@juliankay
Copy link
Owner

Thanks for the information everyone. I've not had a chance to test this on 1709 yet, but I'm going to provision a new VM to work out what's happening.

@juliankay
Copy link
Owner

Interestingly it worked first time when I installed on an existing VM which has 1709 installed, but I'll provision a fresh machine to test there.

image

@juliankay
Copy link
Owner

Worked first time on a brand new VM running Windows 10 x64 version 1709.

image

@juliankay
Copy link
Owner

@supra63200 can you provide repro steps? can you assure me you following the instructions correctly?

@grobert63
Copy link

grobert63 commented Nov 10, 2017

  • type bcdedit /set testsigning on in a Powershell (tried both admin and user)
  • Open device manager
  • Select the computer
  • Click Add legacy Hardware in Action Menu
  • Click Next
  • Select install the hardware that I manually select from a list (Advanced)
  • Select Sensors in the list and click Next
  • Slect the FakeGPS.inf from the extracted release archive (in "x64 driver" folder)
  • On page "ready to install click Next
    image
  • "...Installing..."
  • Click Finish
    image
    Fun fact : after the fifth installation it just decided to work (did the exact same steps)
    Previously after "..installing..." I had the same window as @mrchanshares

@juliankay
Copy link
Owner

juliankay commented Nov 10, 2017

Hmm. Well you need to reboot after turning on test mode, and either reboot or disable/enable the device after installation. If you've rebooted, that might have fixed your issue.

I'm not sure why it says "Fusion Sensor V2" as it says "FakeGPS Sensor" for me... bit strange!

Glad you've got it working, hopefully these steps will help other folk too.

@grobert63
Copy link

No I didn't that's the weird part it just worked after a while, no reboot necessary but it was stuck on the first start error (issue #3 ) even after reboot. So I uninstalled and reinstalled it and now it works perfectly and the name changed to FakeGPS Sensor

@grobert63
Copy link

grobert63 commented Nov 10, 2017

Here is the updated walkthrough :

  • type bcdedit /set testsigning on in a Powershell (Right click on bottm-left corner Windows icon and then click on Windows PowerShell)
  • Reboot the computer
  • Open device manager (Right click on the Windows icon again and then on Device Manager)
  • Click on the computer (First element of the list)
  • Click Add legacy Hardware in Action Menu
  • Click Next
  • Select install the hardware that I manually select from a list (Advanced) and click Next
  • Click Next again
  • Click on "Have Disk" and then "Browse" and select the FakeGPS.inf from the extracted release archive (in "x64 driver" folder)
  • On page "ready to install click Next
  • Wait for the installation to complete
  • Click on Finish
  • Activate the driver:
    • By rebooting the computer
    • By Disabling the driver and re-enabling it again in the Device Manager(Right click on "FakeGPS Sensor and click Disable/Enable Device)
  • Open a PowerShell and navigate to the FakeGPS.exe folder (In the root of the extracted archive)
  • Use it by typing .\FakeGPS.exe -g or .\FakeGPS -s lat,long (ex: 1.2,3.4)

@mrchanshares
Copy link
Author

Why I cannot do this? I am in Windows 10 x 64 Home

PS C:\WINDOWS\system32> bcdedit /set testsigning
The set command specified is not valid.
Run "bcdedit /?" for command line assistance.
The parameter is incorrect.

@juliankay
Copy link
Owner

@mrchanshares as per the instructions:

image

@mrchanshares
Copy link
Author

Maybe it can only be done on tablet device? My Window 10 is installed on a laptop made 3 years ago without touchscreen.

@juliankay
Copy link
Owner

@mrchanshares I think you probably just need to type the command correctly 🙂

bcdedit /set testsigning on

I don't know of any reason why it shouldn't work for you (though I haven't tested it on Windows 10 Home). I think it's just a user error here I'm afraid, I hope you work it out!

@juliankay
Copy link
Owner

Closed as there is no problem installing on Windows 10 x64, but I have opened #17 to track improved documentation.

@hajuch0
Copy link

hajuch0 commented Feb 23, 2019

why i've this error " Object reference not set to an instance of an object."

@rangelrmorais
Copy link

why i've this error " Object reference not set to an instance of an object."

this stopped happening to me after i open the MAPS app for windows and accept the popup. Then i tried FakeGPS -g and voila!

@DeTodd
Copy link

DeTodd commented Apr 7, 2021

@rangelrmorais That was it! I have no idea why this would be, I've even used my windows "device gps" in another application without complaint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants