We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In xperia x flashlight button doesn't do anything, no impact is room bright or dark. Device restarting not helps.
Would you like receive some logs?
The text was updated successfully, but these errors were encountered:
:edit: I didn't see that active development moved to https://github.com/monich/sailfish-barcode which doesn't seem to have camera flash at all
If I look at the code, it only tries to enable the Jolla flash device entry: sailfish-barcode/src/scanner/AutoBarcodeScanner.cpp Line 145 in 6b3c63f io.open("/sys/kernel/debug/flash_adp1650/mode"); The original flashlight app tries several entries: https://github.com/smortex/harbour-torch/blob/c94601a4a4f7be60eab0cc9faf7d8a3f2779b19b/src/flashlight.cpp#L19 So with a small patch, this could be fixed for all phones
If I look at the code, it only tries to enable the Jolla flash device entry:
sailfish-barcode/src/scanner/AutoBarcodeScanner.cpp
Line 145 in 6b3c63f
The original flashlight app tries several entries: https://github.com/smortex/harbour-torch/blob/c94601a4a4f7be60eab0cc9faf7d8a3f2779b19b/src/flashlight.cpp#L19
So with a small patch, this could be fixed for all phones
Sorry, something went wrong.
No branches or pull requests
In xperia x flashlight button doesn't do anything, no impact is room bright or dark. Device restarting not helps.
Would you like receive some logs?
The text was updated successfully, but these errors were encountered: