Giuseppe Marletta
Giuseppe Marletta
> [EFI.zip](https://github.com/kinoute/Hack-Dell-Latitude-E6430/files/4808129/EFI.zip) > > Here you go!!! Hello @EdmundKA, i'm trying to install Catalina using your EFI package but diskutil reboot my E6430, i'm not able to erase and format...
just use this script: ``` if (window.google?.maps) { delete google.maps document.querySelectorAll("script").forEach((script) => { if ( script.src.includes("googleapis.com/maps") || script.src.includes("maps.gstatic.com") || script.src.includes("earthbuilder.googleapis.com") ) { script.remove() } }) } ``` cheers
Yes i use push kit and it’s a local notification built in app filling DATA attribute. When i tap on the notification i aspect to find what i’ve put inside...
Same thing here... This is a big missing feature. It turns this extension to be totally useless! What a shame...
Just tested using the scanWindow attribute but seems to be ignored.
Fixed uncommenting this line in MobileScanner.kt inside method start(): ``` analysisBuilder.setTargetResolution(Size(1440, 1920)) ``` I've tried out many resolutions and it always do the job, so i guess, for certain devices,...
This one solves the problem without any aspect ratio issue, no need to set target resolution anymore: ``` val camProfile = CamcorderProfile.get(CamcorderProfile.QUALITY_HIGH) analysisBuilder.setDefaultResolution(Size(camProfile.videoFrameWidth, camProfile.videoFrameHeight)) ``` I don't know if this...
@danielleung30 Yes, it works seamlessly. The issue affects only certain Android devices like Galaxy A22 and A23, but i think many others...
Just tested version 3.5.1, nothing to do, the issue is, unfortunately, still there !!!
The author of this plugin already managed to solve this issue, just set a 4:3 cameraResolution when constructing MobileScannerController. ``` final _scannerController = MobileScannerController( // 24MPix with an aspect of...