Benni 183 Posted May 14 Share Posted May 14 10 hours ago, eorg said: Hey @Benni did I understand this correct: with your mod I am able to root my phone, spoof for example microG to be the actual GMS and then make any app believe that my phone is not rooted, so apps that don't allow my to root my phone would work? No idea how it works with microG, sorry. Also not my mod, I'm just a user. Quote Link to post Share on other sites
Benni 183 Posted May 14 Share Posted May 14 (edited) 8 hours ago, DieBruine said: I thank you for the suggestion, and will try it. But I'm pretty sure this is not the case. It always worked on LoS 16, 17, and 19 on several other phones and tablets, including my Pro1. I believe it is a software issue/ bug and not a security issue. The app just freezes trying to scan my ID. I think it's because of a driver or call to the camera. The app responds, kinda. But the image freezes where it's supposed to focus and recognize the characters in the image. Guess I'll have to get used to accessing my account when I get home. You can try the following commands (from telegram) to get the camera working: Just executed two commands and voila: camera works again $ adb shell setprop vendor.debug.camera.eisv3enable 1 $ adb shell killall -9 [email protected]_64 I had even transport apps simply crash (on opening the account/tickets view) when the safety net check failed. Edited May 14 by Benni 1 1 1 Quote Link to post Share on other sites
DieBruine 392 Posted May 14 Share Posted May 14 Different Benny, nonetheless I salute you! adb root setprop vendor.debug.camera.eisv3enable 1 killall -9 [email protected]_64 Und voilá I was able to scan my ID. Thank you!!!!! ING Banking app working now. 1 Quote Link to post Share on other sites
eorg 11 Posted May 14 Share Posted May 14 1 hour ago, Benni said: No idea how it works with microG, sorry. Also not my mod, I'm just a user. My question aimed at the "make apps believe the phone is not rooted" part. The rest I think Ihave already been able to do. I did a quick search on that but couldn't find an answer which I understand, so I thought I may just ask. Quote Link to post Share on other sites
Benni 183 Posted May 14 Share Posted May 14 2 hours ago, eorg said: My question aimed at the "make apps believe the phone is not rooted" part. The rest I think Ihave already been able to do. I did a quick search on that but couldn't find an answer which I understand, so I thought I may just ask. Yes, it makes the app believe that the phone is not rooted 2 Quote Link to post Share on other sites
eorg 11 Posted May 14 Share Posted May 14 Nice, thank you! That's something I have to test :-) Didn't know that is possible, wished I would have known back in October. Quote Link to post Share on other sites
Rob. S. 1,500 Posted May 14 Share Posted May 14 (edited) [deleted *** replied before reading everything...] Edited May 14 by Rob. S. 2 Quote Link to post Share on other sites
DieBruine 392 Posted May 14 Share Posted May 14 20 hours before my flight, finally everything up and running. The screen flickers and dies on me 😑. I shit you not. Whn I press the power button the screen flashes yellow and that's it. Bye bye Pro1, back to FxTec you go 🤕. 4 Quote Link to post Share on other sites
zstas 1 Posted May 15 Share Posted May 15 (edited) On 5/12/2023 at 4:39 AM, Hook said: No, at least I don't. how did you install magisk? I've tried to "patch" boot file of lineage - it works, but not with OTA. I've also tried to "install" natively via magisk manager both in current and inactive slot, but it didn't do the trick for me. After updating via OTA - I'm losing my root. Edited May 15 by zstas Quote Link to post Share on other sites
Hook 2,541 Posted May 15 Author Share Posted May 15 1 hour ago, zstas said: how did you install magisk? I've tried to "patch" boot file of lineage - it works, but not with OTA. I've also tried to "install" natively via magisk manager both in current and inactive slot, but it didn't do the trick for me. After updating via OTA - I'm losing my root. I flash Magisk as a zip in recovery when I first flash Lineage. After first boot, I download and open Magisk Manager and choose the install option where Magisk Manager does all the boot image patching shuffle and rebooting automagically itself. After that, I never touch Magisk Manager again (I only root for SU, I don't use any of the modules-- or at least I don't change any defaults) and I keep root after OTA. 1 Quote Link to post Share on other sites
ducksoup 110 Posted May 16 Share Posted May 16 13 hours ago, Hook said: I flash Magisk as a zip in recovery when I first flash Lineage. This is the key to Magisk surviving updates. When you flash Magisk in recovery mode, it installs its survival script. It can't do that if you just install it as an apk. And yes, you can install Magisk in recovery on top of an existing apk install to gain this functionality. 2 Quote Link to post Share on other sites
PokeParadox 62 Posted May 17 Share Posted May 17 (edited) EDIT: Doh I missed the above messages... I guess I'll try again. Are you flashing the latest version of Magisk? Could I get some help installing magisk on 20.0 from someone please? Lineage is installed but can't seem to get Magisk working - I patched the boot.img and flashed it but the Magisk app doesn't change... Edited May 17 by PokeParadox Quote Link to post Share on other sites
ducksoup 110 Posted May 17 Share Posted May 17 (edited) On 5/17/2023 at 12:04 PM, PokeParadox said: Could I get some help installing magisk on 20.0 from someone please? (Edit: I'm an idiot and apparently can't read. Ignore this! ) Why are you trying to install such an ancient version? The current version of Magisk is 26.1. On 5/17/2023 at 12:04 PM, PokeParadox said: Lineage is installed but can't seem to get Magisk working - I patched the boot.img and flashed it but the Magisk app doesn't change. Flashing the patched boot.img doesn't affect the Magisk app at all. You either need to adb sideload the apk from recovery, or install the apk as a normal app in LineageOS. It should then keep itself up to date if you don't disable update checks. Edited May 19 by ducksoup Dumb me. Quote Link to post Share on other sites
zstas 1 Posted May 17 Share Posted May 17 where can I find the zip archive with magisk to sideload it? I couldn't find it on the official github. Quote Link to post Share on other sites
Hook 2,541 Posted May 17 Author Share Posted May 17 17 minutes ago, zstas said: where can I find the zip archive with magisk to sideload it? I couldn't find it on the official github. You simply rename the .apk file to .zip (apk files are really a type of zip/archive), then flash it from recovery. Here are the actual instructions from the web site, under Custom Recovery: https://topjohnwu.github.io/Magisk/install.html#custom-recovery Quote Link to post Share on other sites
Rob. S. 1,500 Posted May 17 Share Posted May 17 6 hours ago, ducksoup said: 9 hours ago, PokeParadox said: Could I get some help installing magisk on 20.0 from someone please? Why are you trying to install such an ancient version? The current version of Magisk is 26.1. I suppose he meant LOS 20.0, not Magisk 20.0 🙂 1 Quote Link to post Share on other sites
ducksoup 110 Posted May 19 Share Posted May 19 On 5/17/2023 at 9:43 PM, Rob. S. said: I suppose he meant LOS 20.0, not Magisk 20.0 🙂 Errrr, yeah. Completely glossed over the "on" in there. Sorry. 1 1 Quote Link to post Share on other sites
Hook 2,541 Posted May 19 Author Share Posted May 19 2 hours ago, ducksoup said: Errrr, yeah. Completely glossed over the "on" in there. Sorry. I think we have all done this once or twice, somewhere. God's way of keeping us humble. 😄 1 Quote Link to post Share on other sites
DieBruine 392 Posted May 24 Share Posted May 24 (edited) On 5/15/2023 at 3:42 AM, DieBruine said: 20 hours before my flight.... I press the power button the screen flashes yellow and that's it🤕... I took the Pro1x with me and tried getting it to work during the flight. I'm not quite sure what happened or why. But after about 10 hours into the flight I got it up and running. I've been using it heavy as a portable travel pc instead of my bulky GPD WIn4. I ordered a router from Japan Wireless so I'm connected to the internet. My only issue so far is that the camera won't work from within Signal. During my stay here I have missed 2 telephone calls. I'm assuming this was because of the connectivity issue with this phone. But it could also be because all the noise and just how busy Japan is that I missed the calls... Anyway, Pro1x with me with a custom made vinyl screen protector, my previous Pro1 bumper as my navigation unit, translator and message machine. It would have killed me to do all of this on my 3" Unihertz Jelly 2. Especially translating using Google Translate 😅. Edited May 24 by DieBruine 2 1 Quote Link to post Share on other sites
Hook 2,541 Posted May 26 Author Share Posted May 26 lineage-20.0-20230525-nightly-pro1x-signed.zip with May 5 security patch installed smoothly via OTA. I have MindTheGapps-13.0.0-arm64-202230408_100653, and root was maintained. 2 Quote Link to post Share on other sites
Benni 183 Posted May 26 Share Posted May 26 I needed to switch back to the old slot because bluetooth audio was broken for me. Both media and calls. Quote Link to post Share on other sites
Hook 2,541 Posted May 26 Author Share Posted May 26 27 minutes ago, Benni said: I needed to switch back to the old slot because bluetooth audio was broken for me. Both media and calls. I don't really use BT, so I wouldn't notice, but seems strange as there is nothing BT in the change log. 1 Quote Link to post Share on other sites
DieBruine 392 Posted May 30 Share Posted May 30 Tidal and Youtube streaming just fine over Bluetooth here. 230505.02 with Sony WFXM4. Quote Link to post Share on other sites
PokeParadox 62 Posted 22 hours ago Share Posted 22 hours ago On 5/17/2023 at 10:04 AM, PokeParadox said: EDIT: Doh I missed the above messages... I guess I'll try again. Are you flashing the latest version of Magisk? Could I get some help installing magisk on 20.0 from someone please? Lineage is installed but can't seem to get Magisk working - I patched the boot.img and flashed it but the Magisk app doesn't change... Just an update to maybe help anyone having the same problem: I had forgotten to delete my old "hidden" Magisk installation and this confusing/preventing Magisk 26.x from realising it was installed in recovery. As soon as I uninstalled the hidden Magisk application, running the latest installed Magisk prompted me to complete the installation finally! 1 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.