Since Google Camera with HDR+ was ported already, it requires that camera2api to be enabled.
This is done by editing build.prop to add or enable "persist.camera.HAL3.enabled=1".
Note:
This mod only adds camera2api support in the build.prop systemlessly. This does not guarantee modded google camera hdr+ will work on your device.
Axon 7 Users:
Here's a working GCAM that works on my device. However, I don't see any difference with my stock cam hdr. I just use this for slowmo, panorama, photosphere and lens blur effects.
MGCB_7.0H_C2API_Mid_v.3.6_AllinOne_Full_Manual.apk
Requirements:
Android 5.0 & up
Magisk v15
~2014+ Snapdragon SoCs
Instruction:
Add the zip in Magisk Manager -> Modules and reboot.
Or you could also flash it in your custom recovery, TWRP etc.
How to check if it is running:
1. Open terminal and issue command "getprop | grep camera".
If it's running, you should be able to find a line "persist.camera.HAL3.enabled=1". Check attached screenshot for example.
Or
2. Install Camera2 Probe from playstore to check your device's camera capabilities.
UPDATES:
9-15-17:
-added v1400 template
-added camera2api with slowmo fix for Axon 7 users. (I can't guarantee slowmo on other models will work since I used my device's media_profiles.xml file.)
01-25-18
-updated to v1500 template for C2API - Download this file if you only want the HAL3 enabled.
-updated to v1500 template for C2API+slowmo+ (credits to @j1505243)
Credits:
- BSG (4pda)
- @j1505243
Noob question: how do I check in terminal if it's already enabled because in rom included?
vergilbt said:
Noob question: how do I check in terminal if it's already enabled because in rom included?
Click to expand...
Click to collapse
How to check if it is running:
1. Open terminal and issue command "getprop | grep camera".
If it's running, you should be able to find a line "persist.camera.HAL3.enabled 1"
Like this?
vergilbt said:
Like this?
Click to expand...
Click to collapse
Yes.
Unfortunately it did not activate manuals comtrole on my p8lite with Los 13
youwi said:
Unfortunately it did not activate manuals comtrole on my p8lite with Los 13
Click to expand...
Click to collapse
I think this is for snapdragon devices only.
otaconremo said:
I think this is for snapdragon devices only.
Click to expand...
Click to collapse
Yes, and from SD 820+ right?
otaconremo said:
How to check if it is running:
1. Open terminal and issue command "getprop | grep camera".
If it's running, you should be able to find a line "persist.camera.HAL3.enabled 1"
Click to expand...
Click to collapse
I have a G5 which supports it and if I try the command above it does not show the "persist.camera.HAL3.enabled" property. So can we assume that property is specifically to indicate the magisk module is working?
I used this app to check if it was supported already Camea 2 Probe on the play store.
ok how to disable this and revert back to stock ?
causing problem ...
Sent from my ONEPLUS A3003 using XDA Labs
Not working on lenovo zuk z2..... Snapdragon 820
I think the OP should mention that this module is for SD820+ .
Thanks for the effort but still nothing for XZ
josephnero said:
Thanks for the effort but still nothing for XZ
Click to expand...
Click to collapse
Works on my XZ
What is the benefit of getting this mod?
otaconremo said:
Since Google Camera with HDR+ was ported already, it requires that camera2api to be enabled.
This is done by editing build.prop to add or enable "persist.camera.HAL3.enabled=1".
Requirements:
Magisk v13
Instruction:
Add the zip in Magisk Manager -> Modules and reboot.
Or you could also flash it in your custom recovery, TWRP etc.
How to check if it is running:
1. Open terminal and issue command "getprop | grep camera".
If it's running, you should be able to find a line "persist.camera.HAL3.enabled 1"
Click to expand...
Click to collapse
Flashed it on my Lenovo Zuk Z2
Snapdragon 820.
Unfortunately didn't work.
Got really excited for it.
Am i missing anything?
Very noob question is this work on mtk devices
sifatrhmn said:
ok how to disable this and revert back to stock ?
causing problem ...
Sent from my ONEPLUS A3003 using XDA Labs
Click to expand...
Click to collapse
Remove the module in the Magisk Manager app and reboot.
Ariac Konrel said:
Remove the module in the Magisk Manager app and reboot.
Click to expand...
Click to collapse
it doesn't work with my rom like that..
i have to dirty flash the rom again to solve it ..
Sent from my ONEPLUS A3003 using XDA Labs
CStadler said:
What is the benefit of getting this mod?
Click to expand...
Click to collapse
same question, I see no difference on photos.
Related
This module enables the native multiwindow mode of Marshmallow without having to set the build time to Userdebug.
The feature is native to 6.0+, but on 6.0 it was disable due to being not ready to release and having some bugs.
This module enables it by adding the build prop line:
persist.sys.debug.multi_window=true
To disable it, simply disable or delete my module on Magisk Manager.
Download link.
https://drive.google.com/file/d/0B5MjHsFKl11beFdacVNQZVl0WFU/view?usp=drivesdk
Cannot run on redmi note 4 mtk.
I install via twrp and check list magisk but still running
x_boogies said:
Cannot run on redmi note 4 mtk.
I install via twrp and check list magisk but still running
Click to expand...
Click to collapse
Hi, can you see if the mentioned line has been added to the build prop?
What magisk version are you using?
Sent from my ASUS_Z00L using XDA Labs
Yeah i see on system/build.prop as txt file adding persys....
I use magisk v16
x_boogies said:
Yeah i see on system/build.prop as txt file adding persys....
I use magisk v16
Click to expand...
Click to collapse
Can you try this module then? This will change your build to userdebug.
The solution is a little dirtier, you have to flash the module, reboot then enable the multiwindow function in the developer options, then reboot again, then if all goes well you can disable my module to return to the user build.
The multiwindow function will continue to work, even in the normal build.
https://drive.google.com/file/d/1lYmf7EtaYl79LoNmdg3Htyu9OAsx237B/view?usp=drivesdk
Sent from my ASUS_Z00L using XDA Labs
I flashing but still not showing multiple on developer
@FHC1998 Neither of the files you've provided work...
First of all because you haven't set PROPFILE to true in config.sh. That's necessary if you have props set in the system.prop file. And secondly, it'll not install on a current release of Magisk unless you update the module template.
Also worth noting is that there won't be anything added to build.prop with this method, the value will just be loaded. Check by using the getprop command.
Didgeridoohan said:
@FHC1998 Neither of the files you've provided work...
First of all because you haven't set PROPFILE to true in config.sh. That's necessary if you have props set in the system.prop file. And secondly, it'll not install on a current release of Magisk unless you update the module template.
Also worth noting is that there won't be anything added to build.prop with this method, the value will just be loaded. Check by using the getprop command.
Click to expand...
Click to collapse
Thanks, yeah the module is a little outdated, I didn't update it since magisk 12. Wierdly it worked for me (Z00l Stock Marshmallow with magisk 11-13) even though those settings were off. But I will update the module and change those settings. Thanks for the tip.
Sent from my ASUS_Z00L using XDA Labs
Update - 11/28/2017
After recent events I've decided to discontinue this module.
You must now use the official stuff instead.
Thanks to everyone who made this possible!
Note: To avoid any issues within Magisk you must fully uninstall this module prior getting the official one.
Disclaimer:
Code:
So yeah, I'm not responsible for any hardware damages,
device not booting up, data loss or whatever.
You must know what are you doing.
Backup everything important before flashing stuff!!
Background:
- Magisk allows us to get systemless root access, also to add modules to enhance our Android experience overall.
- YouTube Background Playback is (was?) a beloved Xposed module that nowadays is not possible to have in Nougat or above.
- There are already a couple of these modules here in XDA, but I decided to build my own and share it with you guys.
Requirements:
- Android 5.0+
- Rooted device.
- Magisk 14.0
- Magisk Manager 5.3.0
- To know your device's architecture.
Installation:
- Disable your current YouTube app in Settings (if any).
- Choose your architecture (ARM, ARM64, x86 or x64).
- Install within Magisk Manager (Magisk -> Modules -> "+" -> Choose downloaded zip from storage -> Reboot when prompted).
- Disable automatic Play Store updates. Or you can use @hinxnz's Detach mod to stop PS notifications once and for all.
- Profit!
Updating:
- Just flash again the module in Magisk/recovery and reboot.
Note:
All YouTube apks are no-dpi, so they are compatible with any screen size.
Bugs:
- Some users are reporting that after installing module and rebooting, YouTube is not there and module shows as "pending" in Magisk. Flashing in recovery fixes this in most cases.
- This module does not break SafetyNet, so don't try to hide it from any app or you may get errors.
- After flashing the module YouTube app does not show in drawer. Re-enabling app in Settings -> Apps might work.
- YouTube FC. Make sure your ROM does not theme the app itself, i.e. using Substratum. Disable theming and try again.
Credits:
@topjohnwu for developing Magisk.
@Master_T for his original iYTBP mod.
@ZaneZam, @Razerman and @laura almeida for their new "vanced" YouTube base APKs. Great work there!
@Gigobitto, @Rom and @DarkenVamp for their support in the Telegram group.
Download folders:
ARM: Android File Host, Mega
ARM64: Android File Host, Mega
x86: Android File Host, Mega
x64: Android File Host, Mega
Telegram group.
Telegram channel.
Github Source.
Current YouTube version is 12.45.56 for ARM and ARM64; 12.44.53 for x86 devices; 12.32.60 for x64 devices, all stock and black-themed.
m0yP said:
Disclaimer:
Background:
- Magisk allows us to get systemless root access, also to add modules to our setup to enhance the Android experience overall.
- YouTube Background Playback is (was?) a beloved Xposed module that nowadays is not possible to have in Nougat or above.
There are a couple of these modules already here in XDA, but I decided to build my own and share it with you guys.
- I will update the modules once new iYTBP releases become available.
- Hope you like it!
Requirements:
- Android 5.1+
- Rooted device.
- Magisk 12 and above.
- Magisk Manager 4 and above.
- To know your device's architecture.
Installation:
- Uninstall/deactivate any existing YouTube app.
- Choose your architecture (ARM, ARM64, x86, x64).
- Install within Magisk Manager.
- Reboot when prompted.
- Enjoy!
Bugs:
Not a bug per-se, but YouTube's base apk may be a couple of versions behind Play Store's one.
Play Store will ask for an update. If you update by this method, you will loose your current perks.
There are "fixes" for this, i.e. using Titanium Backup to detach the app from P.S., it may stop working after a while.
Credits:
@topjohnwu for creating Magisk.
@Master_T for his iYTBP app.
@vemacs for his AdFree YouTube Template for Magisk.
Downloads:
ARM devices
ARM64 devices
x86 devices
x64 devices
Source
Click to expand...
Click to collapse
Whats the version number of the YouTube app inside the module?
harpin14789 said:
Whats the version number of the YouTube app inside the module?
Click to expand...
Click to collapse
12.17.54
I'll add it to the OP.
Sent from my Moto G4 Plus using Tapatalk
m0yP said:
12.17.54
I'll add it to the OP.
Click to expand...
Click to collapse
12.21.57 is out.
https://forum.xda-developers.com/showpost.php?p=72559981&postcount=1447
harpin14789 said:
12.21.57 is out.
https://forum.xda-developers.com/showpost.php?p=72559981&postcount=1447
Click to expand...
Click to collapse
I'll test them and update this accordingly.
m0yP said:
I'll test them and update this accordingly.
Click to expand...
Click to collapse
Sounds good! ?
after installing this Module, every app stopped working, had to remove it
DU 11.5 Oneplus 3T
Works perfect here with Nexus 6p. Thanks my friend i hope you update to latest version.
vuP22 said:
after installing this Module, every app stopped working, had to remove it
DU 11.5 Oneplus 3T
Click to expand...
Click to collapse
Wow, thats weird. Did you install it via Magisk Manager?
urim225 said:
Works perfect here with Nexus 6p. Thanks my friend i hope you update to latest version.
Click to expand...
Click to collapse
You're welcome! I will, stay tuned.
Could you update it to the latest version?
Wysłane z mojego MI 5 przy użyciu Tapatalka
harpin14789 said:
Sounds good!
Click to expand...
Click to collapse
urim225 said:
Works perfect here with Nexus 6p. Thanks my friend i hope you update to latest version.
Click to expand...
Click to collapse
SkubiDoo said:
Could you update it to the latest version?
Wysłane z mojego MI 5 przy użyciu Tapatalka
Click to expand...
Click to collapse
OP updated with latest YouTube v12.21.57. Only for ARM and ARM64 devices, though.
Sorry for my question but how can I install within magisk
hyewiz said:
Sorry for my question but how can I install within magisk
Click to expand...
Click to collapse
NP man. Just go to Modules and tap the "+". Look for the zip and reboot when prompted.
Sent from my Moto G4 Plus using Tapatalk
m0yP said:
OP updated with latest YouTube v12.21.57. Only for ARM and ARM64 devices, though.
Click to expand...
Click to collapse
Awesome
Perfect one awsm work
Excellent, it's magisk .
Thank you
My S7 crashes when I try to use background playback looked and it seems to be the system notification cant find the youtube.apk to get the icons. the screen locks up and then Youtube crashes every time.
Dentora said:
My S7 crashes when I try to use background playback looked and it seems to be the system notification cant find the youtube.apk to get the icons. the screen locks up and then Youtube crashes every time.
Click to expand...
Click to collapse
I'm sorry to read this. When the screen is on BP works?
Sent from my Moto G4 Plus using Tapatalk
m0yP said:
OP updated with latest YouTube v12.21.57. Only for ARM and ARM64 devices, though.
Click to expand...
Click to collapse
Hello, i test your last version, and an ads appear on the second opened video
Could there be a really reliable solution in order to eradicate all their lying ads ?
I'm trying to install the Viper4Android 2.5.0.5 module in Magisk. I installed the module and the app and then rebooted, but the driver status in Viper4Android under enabled indicates a "no".
I've tried some of the settings, but it does not seem to work. The sound is all the same. Any idea how to get this to work? There were no additional instructions for getting V4A to work.
Nexus 6 running Pure Nexus 7.1.2 with Magisk version 12.0
I've had great success on several different devices with this module: https://forum.xda-developers.com/apps/magisk/module-viper4android-fx-2-5-0-5-t3577058
Didgeridoohan said:
I've had great success on several different devices with this module: https://forum.xda-developers.com/apps/magisk/module-viper4android-fx-2-5-0-5-t3577058
Click to expand...
Click to collapse
I can confirm that the above link works great..
I was hoping I didn't have to use that workaround, but I guess I have no choice. I don't know if anyone will agree with me, but I find it annoying to have to decipher and read through all these guides and forum posts to figure out how to get something to work. I wish things just "worked".
MiuKing said:
I was hoping I didn't have to use that workaround, but I guess I have no choice. I don't know if anyone will agree with me, but I find it annoying to have to decipher and read through all these guides and forum posts to figure out how to get something to work. I wish things just "worked".
Click to expand...
Click to collapse
Everyone has different devices, different setups, etc. It's never going to "just work" easily for everyone. That said, the link above works great and doesn't really have much reading to do....
Only issue I had was it not working initially, but I set the mode to "compatible" instead of "normal" it instantly started working. In case you have issues with it not starting like I did.
Hello, I have a OnePlus 3T (Oreo - 8.0.0 - OxygenOS Open 20 ) I was in the big sh*t installing this app but now it's working so what I do ?
I simply install 4/5 things :
- Viper4Android APK here ( http://www.mediafire.com/file/xonl4jha2e4vez1/ViPER4Android_FX_v2505.zip )
- BusyBox you can get it on the Play Store
- This Magisk module for OP3T but if you have an other phone search an other compatible module ( https://androidfilehost.com/?fid=673368273298977808 )
- The SELinux Switch [IMPORTANT] ( https://forum.xda-developers.com/devdb/project/?id=22073#downloads )
UNINSTALL ALL PREVIOUS VERSIONS OF V4A ON YOUR DEVICE.
Now I'm gona show you how to get this sh*t working
Simply install unzip the Viper4Android folder and install this apk :
ViPER4Android_FX_v2505_A7.x_Nougat_IO_test_fix.apk
(Maybe a newer version can be delivered in the future I think you can install it).
Then install BusyBox.
Open V4A and install the Drivers.
When it's done go to Magisk -> Modules -> + and install the zip module for your device.
/!\REBOOT /!\
Finally you just have to install The SELinux Switch.apk and switch your SELinux to Permissive (maybe you have to reboot but for me when I reboot my SELinux go back to Enforcing SELinux so I switch it back when I reboot).
[Note : I don't know if it's important but I was flashing a zip of V4A that's install me V4A as a system app and it wasn't working (error I/O) this is not important but it maybe install me other files so maybe you have to do this if it's not working at the end].
V4A is working now (don't forget to switch off your stock equalizer in Settings -> Sound -> Balance)
If you have any problem or questions contact me.
Franck7519 said:
Hello, I have a OnePlus 3T (Oreo - 8.0.0 - OxygenOS Open 20 ) I was in the big sh*t installing this app but now it's working so what I do ?
I simply install 4/5 things :
Click to expand...
Click to collapse
My dude, you are doing way more then you have to. Just install Ahrions magisk viper module. It has all the patches for OOS Oreo to work (it seems OnePlus made it impossible for viper to work on Enforcing with their Oreo release -.-)
Sent from my LG Nexus 5X using XDA Labs
Skittles9823 said:
My dude, you are doing way more then you have to. Just install Ahrions magisk viper module. It has all the patches for OOS Oreo to work (it seems OnePlus made it impossible for viper to work on Enforcing with their Oreo release -.-)
Click to expand...
Click to collapse
No because V4A is not working when SELinux is on enforcing bru this is why I install the switcher and it's working but if a problem comes I will test with your module.
Franck7519 said:
No because V4A is not working when SELinux is on enforcing bru this is why I install the switcher and it's working but if a problem comes I will test with your module.
Click to expand...
Click to collapse
The module I suggested automatically sets permissive on boot for OOS devices.
Sent from my LG Nexus 5X using XDA Labs
Skittles9823 said:
The module I suggested automatically sets permissive on boot for OOS devices.
Click to expand...
Click to collapse
It's better than my method yet I'm agree but I don't find your module can you send me a link ?
Franck7519 said:
It's better than my method yet I'm agree but I don't find your module can you send me a link ?
Click to expand...
Click to collapse
Look at the previous link in this thread. That's the one (it requires Magisk 15+ to work).
Sent from my LG Nexus 5X using XDA Labs
Skittles9823 said:
Look at the previous link in this thread. That's the one (it requires Magisk 15+ to work).
Click to expand...
Click to collapse
Ok thanks bru
What's good everyone!
I use the AirAudio app and pretty much enjoy streaming my music from services (such as Spotify) to any capable device at home, work or at my friend's house.
Now the module itself hasn't been updated and isn't compatible with the latest version of Magisk (v16), so I went ahead and made it compatible with it.
It'll be attached to this thread, simply download and install it manually.
I'll also try and upload it to the repository.
Note:
I am NOT affiliated with AirAudio.
I'm simply a user like you. I just noticed it's outdated and updated it.
Note for Moderators:
In case the actual AirAudio dev reaches out to you, let me know and feel free to close this thread.
In the meantime, I'd like users to use my updated module to use their app to the full extent.
--
Credits:
AirAudio Devs - AirAudio ; Original Magisk Module
topjohnwu - Magisk, Magisk template
Me? - Update
I have installed it in LOS 15.1. How to use it? Can't see an UI?
I loved!
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
karstensson said:
How do this compare to the air audio app on play store? I cannot find any app or setting to use this module after installing with magisk
Click to expand...
Click to collapse
you have to use both together. This module allows the app to use the "system mode" from the app and get the sound directly internally to send it over the wlan. The other mode from air audio is much worse as it is has to play the sound over the speaker and record it over the microphone.
For me this Magisk package is working wonderful: just installing this module. Afterwards the app from the Playstore and voila: I am able to play music from my phone to most every wifi-based receivers. The app is worth every cent!
works on s9/s9+?
speckdeckel said:
works on s9/s9+?
Click to expand...
Click to collapse
It should work with any phone regardless because it depends onAirAudio itself.
knojap said:
I have installed it in LOS 15.1. How to use it? Can't see an UI?
Click to expand...
Click to collapse
There's no UI to it, it just enables the system-mode in AirAudio, yoiu'll have to check the app to see the option.
This module basically re-enables it.
Not working for me
Hello
I have a oneplus 6 running magisk 17.1
The module does not work for me. Airaudio never requests root privileges, is that the problem
Nope, that's why you use this module!
In the AirAudio app > Settings > System Audio button must be green.
Sent with much love & Android. OnePlus 5T
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
How do you downgrade I can't seem to find V2? Thanks
megatron_lives said:
How do you downgrade I can't seem to find V2? Thanks
Click to expand...
Click to collapse
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
gkornaks said:
Here we are:
https://drive.google.com/file/d/1bHZ9SnpwGXvUJBUpt73aD5Ps8AthErrI/view?usp=sharing
Click to expand...
Click to collapse
Thank you very much. Where did you get this or do you have a backup?
megatron_lives said:
Thank you very much. Where did you get this or do you have a backup?
Click to expand...
Click to collapse
Got a backup.
gkornaks said:
v3 breaks the app. Only microphone mode available. Had to revert v2 to get back system mode. Running Magisk v16 and MM 5.8.3.
Click to expand...
Click to collapse
I have today the same experience with my oneplus 6 under Oreo. Uninstall v3 and install v2: everything works as expected again in system mode.
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
funtax said:
Hi everyone,
I am the developer of AirAudio & its Magisk-module.
I will update AirAudio's Magisk-module in the next hours.
Please, simply contact me (the devs in general) about such issues.. just writing here doesn't help the mass
Click to expand...
Click to collapse
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
gkornaks said:
Thanks! Next time will do.
Can you let us know when it's updated and in the repo?
Click to expand...
Click to collapse
The module should already be up to date now but I can't check it right now because my current device isn't rooted.
One user is reporting it's still not working but this might be related to another issue with Magisk.
Please check if v4+ is available inside Magisk Manager and contact me at [email protected] if you face any issues
I have same issuewith v4: reverting to v2 works.
There won't be a new Version for Oreo with vendor files because of change to pie... A new Module for pie is in Progress...!
What is it?
It's a port of the Huawei P20 pro Camera, which should work on all Kirin-Devices.
With Magisk these arrives systemless.
It's tested on Honor 9 lite (Kirin659)
Why do i need that?
Because the Quality is much better than the Stock Camera. Test it yourself.
Whats Working
- Aperture
- Portrait
- Photo
- Video
- Pro Mode
- Night Shot
- Light Painting
- HDR
- Panorama
- Time-lapse
- Good food
- Document scan
- Filter
- Watermark
- QR-Code-Scanner (v1.3+; Photomode the Button in the upper left corner)
What's not working... (tell me if you find more)
- Slow-Mo (needs stock gallery; only works on stock rom)
- Switching from Camera to Video Mode the Camera closes about a second and reopen at once.
- Devices running <Oreo, cameraserver crashes.
What should i know... Changelog...
v.1.6. (21.07.2018)
- some stabelize improvments
v.1.5. (13.07.2018)
-some changes to reduce bootloops on some devices
v.1.4. (06.07.2018)
-added some permissons to reduce crashing without gallery and changed manifest in apk for same reason.
v.1.3. (18.06.2018)
-new Camera Version from P20 Rom with minor changes in ui and new QR-Code-Scanner (see above)
- ready for use with AI-Mode (minor lifesinghs on lld-l31 with pre-ported TestAI, cause no (software) AI implemented in Rom)
v.1.2. (06.06.2018)
-added some libs, so that the camera works on gsi roms too.
v.1.1. (01.06.2018)
- added the Camera itself to the Module (one Module and debugging easier)
- added Panorama-Mode
- added Modifications to Props for Quality Improvements
v.1.0
- initial release with only libraries
Download
You can download the Module here.
For devices where is an seperate apk in product partition... (Ended with v.1.4) take this one.
Thx to...
topjohnwu for Magisk
VigneshS007 for Testing and Support
All who helped to improve it
and everybody i forgot (sry!)
thanks, picture and video work fine, honor v9 flash it on pixel experience.
Sent from my Honor V9 using XDA Labs
lmentor said:
thanks, picture and video work fine, honor v9 flash it on pixel experience.
Click to expand...
Click to collapse
but the problem is Fingerprint gesture broken.
Sent from my Honor V9 using XDA Labs
lmentor said:
but the problem is Fingerprint gesture broken.
Sent from my Honor V9 using XDA Labs
Click to expand...
Click to collapse
I don't use it, so can you provide logcat?
If for some reason I have to unistall the module and/or Magisk will I have back the stock camera or I should reflash the ROM?
Thanks
Harlock1978 said:
If for some reason I have to unistall the module and/or Magisk will I have back the stock camera or I should reflash the ROM?
Thanks
Click to expand...
Click to collapse
Magisk override the stock camera.
It install some libs too, if the user isn't on stock rom.
The easiest way back would be a dirty flash.
When I open Magisk manager and I click on + under the Module menu and I choose your module it open the zip instead of installing it.
Should I install it through recovery?
Harlock1978 said:
When I open Magisk manager and I click on + under the Module menu and I choose your module it open the zip instead of installing it.
Should I install it through recovery?
Click to expand...
Click to collapse
Sounds like the stock browser behaviour. Long-press the zip and select "Open".
Long-press the zip and select "Open".
Click to expand...
Click to collapse
It works, thanks
Just tried this on my Honor 8 and it caused systemUI to not load on a restart. Had to force a reboot and uninstall the module to get back navigation buttons.
linkazoid said:
Just tried this on my Honor 8 and it caused systemUI to not load on a restart. Had to force a reboot and uninstall the module to get back navigation buttons.
Click to expand...
Click to collapse
The libs are for Oreo...
You could try to add the HwCamera2 folder alone to /system/priv-app/ without module and see.
That should work. Maybe the app didn't start, but you can see missing dependies in logcat.
i'd like to see logcat too, may i can improve something for other kirin devices.
This Module works only if you have Oreo as ROM?
Harlock1978 said:
This Module works only if you have Oreo as ROM?
Click to expand...
Click to collapse
The libs for Porting a from Oreo (P20pro as source) .
It should work on other Versions too, but because the "newer libs" a debuging is needed for compatibility.
The only way is that someone test and provide a logcat.
Darkest-Dark said:
The libs for Porting a from Oreo (P20pro as source) .
It should work on other Versions too, but because the "newer libs" a debuging is needed for compatibility.
The only way is that someone test and provide a logcat.
Click to expand...
Click to collapse
I try to install it on P10lite with Nougat, now I have no camera und also the command to go back or home.
It doesn't show also the connection to the net, but I'm able to do a phonecall, but now I'm stuck on the phone menu.
I try to produce a logcat with these command:
adb logcat -v long > p20camera.txt
I attach it
What should I reflash to restore my P10lite, System or Boot image?
Doing a reflash through Hisuite, will lock my bootloader again.
After many reboot Magisk manager was not crashing after opening and I could uninstall the module.
Now the phone is working again and the camera is again working on the phone.
Harlock1978 said:
What should I reflash to restore my P10lite, System or Boot image?
Doing a reflash through Hisuite, will lock my bootloader again.
After many reboot Magisk manager was not crashing after opening and I could uninstall the module.
Now the phone is working again and the camera is again working on the phone.
Click to expand...
Click to collapse
thats an magisk error. simple clear repo cache...
so far as i have seen in the log the problem are missing arguments in cameraserver/the lib of it.
i will think about adding the server with libs to the modul too.
btw the slowmo don't works because it has dependies with stock gallery... so far...
thx for logcat, that helps much.
Hi, does 3d portrait lighting works?
yasitoo said:
Hi, does 3d portrait lighting works?
Click to expand...
Click to collapse
when your device has all hardware dependies, it should. it is original camera from p20. nobody tested till now, cause missing hardware. libs are not included and had to be in your system.
The camera automatic shows the mods which could work.
Darkest-Dark said:
I don't use it, so can you provide logcat?
Click to expand...
Click to collapse
logcat is here.
Sent from my Honor V9 using XDA Labs