Wednesday 21 October 2015

How to Disable Driver Singnature Verfication on 64-bit Windows 8, 8.1, 10 OR [Solved] Error A digitally signed driver is required | Abhishek Singh



Hey guys many of you faced problem during installation of any software or drivers that are not digitally signed. One of them in Adb Driver Installer.

Today I am gonna show you how to disable this Verification on Windows 8 and above.

To disable driver signature verification, we’re going to need to get into the Troubleshooting options from the boot manager. The easiest way to bring this screen up is using a secret trick.
Simply select Restart from the power options menu (on Windows 8 that’s under Charms or on the login screen, and in Windows 10 it’s on the Start Menu).
Hold down the SHIFT key while you click Restart.



(Again, you can use this trick on any of the power menus in Windows 8 or 10, whether on the login screen, Charms bar, Start Menu, or Start Screen)
Once your computer has rebooted you will be able to choose the Troubleshoot option.

Then head into Advanced options.

image

Then Startup Settings.




image

Since we are modifying boot time configuration settings, you will need to restart your Computer one last time.

image



Finally, you will be given a list of startup settings that you can change. The one we are looking for is “Disable driver signature enforcement”. To choose the setting, you will need to press the F7 key.

image



That’s all there is to it. Your PC will then reboot and you will be able to install unsigned drivers without any error message. :]

Thanks for reading guys.
Happy Coding, Happy Developing.

Cuer - Note, Reminder & Alarm

A life savior app which I made for myself is now available on play store. Simple, light and smooth note taking app with Alarm and reminder with date and time both.

Set 3 types of Notes.
1. Simple Notes (quickly save anything important)
2. Reminders (drops a notification on given time and date)
3. Alarms (sounds and alarm on given time and date)

Give it a go 2 MB app size only and No Ads.

[Solved] How to test android app on real Devices or no detection of hardware devices in android developing IDE | Abhishek Singh

Hey Guys many of you (If an android developer or not) thinking to use your real hardware devices (Phone or Tabs) to test your android application during developing them. {Also it is recommended than Using an Emulator or something like that by The Google.} OR If you are having probs during this then this post is for you !!!

First of all connect your Android to the PC. after that in your Android go to settings app.
scrolls down and open "About phone"






then after opening it click 7 times on the option "Build number" repeatedly.





now you are in developer mode of your device. press back than go to "Developer Option"




and enable the Developer switch in upper right portion.
now enable USB debugging..

Now that's done with your android.

now go to http://http://adbdriver.com/downloads/ and download Adb Driver Installer (9.0 MB)

now (If not done earlier) connect your android and in Developer Options switch on the USB debugging.
now open the Adb Driver Installer EXE file. select your devices listed and click install.

now here is the prob.
Probably if you are on Windows 7 then it all go right. but not in Windows 8 and above.
 Although if all goes right you will find your device in the running devices list in any IDE (i.e. Android Studio or Eclipse)..

Now for windows 8 or you will have to Disable Driver Signature Verification. For that I have written a Blog Separately. Go to http://hacksnipe.blogspot.in/2015/10/how-to-disable-driver-singnature.html

Thanks for Reading guys.
Happy Coding , Happy Developing :]