ryannair05 / Little11

iPhone 11 gestures and more for iOS 13
Vim License
116 stars 30 forks source link

[Bug] No Haptic feedback from Home Button #11

Closed 0utlawActual closed 4 years ago

0utlawActual commented 4 years ago

With Little11 installed, the Home Button does not provide any Haptic Feedback.

iPhone 7+ IOS 13.3.1 Checkra1n Little11 1.2.0

ryannair05 commented 4 years ago

As shown by issue #6 this is an issue with Cercube, and can be fixed by going to Filza, navigating to /Library/MobileSubstrate/DynamicLibrares/ opening CercubeServices.plist, removing com.apple.backboardd from the Bundles, and then respringing to fix the conflict with Cercube.

0utlawActual commented 4 years ago

Following these instructions had no positive effect on HomeButton Haptic Feedback. I really wanted it to work.

Edit: To test this further, I uninstalled Cercube and made sure there were no Cercube related files remaining in /Library/MobileSubstrate/DynamicLibrares/, and resprung the device. but unfortunately the issue still persists.

ryannair05 commented 4 years ago

What other tweaks do you have?

0utlawActual commented 4 years ago

It's quite a long list. I appreciate you looking into this.

https://pastebin.com/NwxMHzTS

0utlawActual commented 4 years ago

So using iCleanerPro to disable/enable tweaks, I was able to isolate the conflicting tweaks. You were correct that Cercube was conflicting, but it was not the only one and that is why when I removed the com.apple.backboardd Bundel from CercubeServices.plist, the issue did not resolve. The second tweak causing the issue is Gyration. I use Gyration to enable screen rotation on Home Screen because Little11 disables it.

After removing com.apple.backboardd Bundle from CercubeServices.plist as well as Gyration.plist located in /Library/MobileSubstrate/DynamicLibrares/, I now have regained Haptic Feedback from HomeButton, can take screenshots, screen rotation still works with Gyration and Cercube seems to be doing it's thing as well.

Thanks for you assistance