I've updated to 10.5.10 and it looks like there's some very nice updates - particularly working Widevine L1 on an unlocked bootloader - very nice indeed!
The problem is OnePlus have tinkered with Photochrom in this update and it can no longer be used as an Infrared camera directly - it now adds additional information to the main camera.
Some may like this trade-off but personally I think it kinda sucks. It's not broken, I just preferred the old functionality. With that in mind - does anyone have any ideas how we can revert this?
So far I've checked:
- Removing the newer APK and manually reinstalling the older one.
- Confirming that the OnePlus Camera Service version hadn't changed - it hasn't.
- Installing the Google Camera APK via xXx and seeing if that can access the camera (looks like it just crashes out when I try.)
My thoughts:
- Perhaps a kernel change but that sounds unlikely
- Probably a vendor change in which case reverting the libs should suffice.
If I can figure out what's needed to revert this change I'll throw together a Magisk module.
chrisaw said:
I've updated to 10.5.10 and it looks like there's some very nice updates - particularly working Widevine L1 on an unlocked bootloader - very nice indeed!
The problem is OnePlus have tinkered with Photochrom in this update and it can no longer be used as an Infrared camera directly - it now adds additional information to the main camera.
Some may like this trade-off but personally I think it kinda sucks. It's not broken, I just preferred the old functionality. With that in mind - does anyone have any ideas how we can revert this?
So far I've checked:
- Removing the newer APK and manually reinstalling the older one.
- Confirming that the OnePlus Camera Service version hadn't changed - it hasn't.
- Installing the Google Camera APK via xXx and seeing if that can access the camera (looks like it just crashes out when I try.)
My thoughts:
- Perhaps a kernel change but that sounds unlikely
- Probably a vendor change in which case reverting the libs should suffice.
If I can figure out what's needed to revert this change I'll throw together a Magisk module.
Click to expand...
Click to collapse
try install this apk --> https://www.apkmirror.com/wp-content/themes/APKMirror/download.php?id=1341422
brmbjn said:
try install this apk --> https://www.apkmirro2
Click to expand...
Click to collapse
Can we have more information about this APK... Who made it, etc. I'm not just gonna install a random apk
yodasmaster said:
Can we have more information about this APK... Who made it, etc. I'm not just gonna install a random apk
Click to expand...
Click to collapse
just try installing it, and you will find photocrome features. install the apk is not dangerous.
brmbjn said:
just try installing it, and you will find photocrome features. install the apk is not dangerous.
Click to expand...
Click to collapse
How hard is it to link a post to the original thread for this APK. Rule #1 is don't install stuff you don't know the origin for
yodasmaster said:
How hard is it to link a post to the original thread for this APK. Rule #1 is don't install stuff you don't know the origin for
Click to expand...
Click to collapse
sorry if that is so. yes, just root it. and enjoy photocrome. have a nice day ...
yodasmaster said:
Can we have more information about this APK... Who made it, etc. I'm not just gonna install a random apk
Click to expand...
Click to collapse
So I did install that apk and now I have no Photochrom option at all.
Will get to the bottom of that and report back. This is the EU version so it should have that option enabled.
chrisaw said:
So I did install that apk and now I have no Photochrom option at all.
Will get to the bottom of that and report back. This is the EU version so it should have that option enabled.
Click to expand...
Click to collapse
Right, I did get to the bottom of this - looks like a bug with the app. Basically I switched to the selfie cam and then switched back and Photochrom reappeared - woo!
This APK has made zero difference to the functionality of it being changed in 10.5.10 - it no longer shows pure infrared like it did previously.
I've tried the Android 11 Camera app and the one posted above, and neither revert the behaviour of the Photochrome filter to what it was in 10.5.9 (or 10.5.10)
chrisaw said:
Right, I did get to the bottom of this - looks like a bug with the app. Basically I switched to the selfie cam and then switched back and Photochrom reappeared - woo!
This APK has made zero difference to the functionality of it being changed in 10.5.10 - it no longer shows pure infrared like it did previously.
Click to expand...
Click to collapse
Yeah that person has been spamming that all all over the OP8p fourms. I suspected it wouldent work. Drop that apk on virus total to see what comes up.
I released a magisk module to revert any changes made to the Photochrom camera, tested on IN2025 OOS 10.5.10. It doesn't work on 10.5.11 yet since they made more changes, but I'm working on that. Not tested on Indian or European models. https://forum.xda-developers.com/oneplus-8-pro/how-to/guide-photochrom-filter-enabler-t4112519
xian1243 said:
I released a magisk module to revert any changes made to the Photochrom camera, tested on IN2025 OOS 10.5.10. It doesn't work on 10.5.11 yet since they made more changes, but I'm working on that. Not tested on Indian or European models. https://forum.xda-developers.com/oneplus-8-pro/how-to/guide-photochrom-filter-enabler-t4112519
Click to expand...
Click to collapse
Thanks - I did see your module but there's a problem - I'm basically running 10.5.11 because:
Outside EU the latest version is 10.5.11
Inside EU the latest version is 10.5.10
These are equal versions in terms of the camera functionality so basically any EU user running 10.5.10 is ACTUALLY running the equivalent of 10.5.11 outside of Europe.
In other words - if your module doesn't work for Non-EU 10.5.11 - it wont work for EU 10.5.10 either.
OnePlus are REALLY confusing things with these silly version numbers!!
chrisaw said:
Thanks - I did see your module but there's a problem - I'm basically running 10.5.11 because:
Outside EU the latest version is 10.5.11
Inside EU the latest version is 10.5.10
These are equal versions in terms of the camera functionality so basically any EU user running 10.5.10 is ACTUALLY running the equivalent of 10.5.11 outside of Europe.
In other words - if your module doesn't work for Non-EU 10.5.11 - it wont work for EU 10.5.10 either.
OnePlus are REALLY confusing things with these silly version numbers!!
Click to expand...
Click to collapse
OnePlus has done it yet again... if I have some time this week I'll look into creating a EU specific 10.5.10 version... no promises. Sorry for the confusion.
I tried to replace the OnePlusCamera.apk to the older version, doesn't work.
I tried to replace these following files from vendor to the older version
Code:
/vendor/lib/camera/*
/vendor/lib/hw/camera.qcom.so
/vendor/lib64/camera/*
/vendor/lib64/hw/camera.qcom.so
but still, doesn't work.
And I can also confirm, the "fake device model" method doesn't work either.
(for IN2020 Chinese model, it fake the device model to other region, so it won't block the photochrom filter, work at EU.10.5.9/INT.10.5.10 for IN2020)
Maybe someone can check the file diff, on those two zip upgrade file, and see what's changed
hope to see fix soon, this new photochrom is like 10% of what it used to be.
BTW, the whole privacy concern is just nonsense, IT CAN'T SEE THROUGH CLOUTHES
Otherwise, you'll be naked every time you see a security cam, coz those things got IR too.
How to delete "/system/priv-app/OnePlusCamera/OneplusCamera.apk"
any root file manager can't delete!
Thx
ginbo said:
How to delete "/system/priv-app/OnePlusCamera/OneplusCamera.apk"
any root file manager can't delete!
Thx
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-8-pro/themes/magisk-debloat-eagle-debloater-v1-t4095963/
yodasmaster said:
Can we have more information about this APK... Who made it, etc. I'm not just gonna install a random apk
Click to expand...
Click to collapse
rickysidhu_ said:
https://forum.xda-developers.com/oneplus-8-pro/themes/magisk-debloat-eagle-debloater-v1-t4095963/
Click to expand...
Click to collapse
I just used the debloater magisk module.
Related
Flyme 6 Official beta builds are out.
Oficial beta Build (Xs)
ROM link: http://www.flyme.cn/firmwarelist-76.html
Direct Link : http://openrom-dl.flyme.cn/111732199/20180103/1514970843470/flyme_ONE-E1001_xs_6.7.12.29R-beta.zip
ROM features:
NewUI (obviously iOS clone)
Battery Optimization (Not bad)
Off screen gestures (except V for flash)
Bloated with chinese Apps (it's not a feature)
Hide App thumbnail in recent windows (not Hiding just Blurring)
Bugs:
No Developer Option (Its true, the dev just missed it LoL)
shumxin build:
Original Thread : http://www.oneplusbbs.com/forum.php...extra=page=1&filter=typeid&typeid=98&mobile=2
Link: https://pan.baidu.com/s/1hszeqws
Pswd: u2jv
My Opinion : Xs > shumxin
And I'm using it as daily drive.
Thanks to This post : https://forum.xda-developers.com/oneplus-x/general/flyme-official-beta-6-0-released-t3630820
AWESOME!!!!!!
Was waiting for it.
Please could somebody's test and report if it can be used as daily rom or to much things are buggy
Lol why do not you test yourself?
Only chinese download link?
Dizzyrul3z said:
Lol why do not you test yourself?
Click to expand...
Click to collapse
Chinese language otherwise no troubles to test myself
Thanks for share.
But no thank you.
828Mo the ROM is big... how top explain such... Even xiaomi ROM are lighter...
Please is Google play included should we add gapps?
No way to download this flyme rom
Mchasard said:
No way to download this flyme rom
Click to expand...
Click to collapse
Click the given link, use the password, and on the next screen don't click the blue button under the zip icon, click the white button on the top right, with the download icon (an arrow pointing down to a line) and the size of the rom next to it.
I've just flashed this rom. The UI is great, rom is smooth. But there are some problems of course. Gallery app is not working, I can take photo but can't open it in gallery. And the sd card does not seems to show up. But good thing is since it based on H2OS, I can flash Arsenic kernel and it's working fine. Do not disturb mode is always enabled, I can't turn it off, but phone still rang.
Edit: sd card does not show up in default explorer, but it shows and working in Solid Explorer. Both flashing open gapps and magisk are working fine.
namquang93 said:
I've just flashed this rom. The UI is great, rom is smooth. But there are some problems of course. Gallery app is not working, I can take photo but can't open it in gallery. And the sd card does not seems to show up. But good thing is since it based on H2OS, I can flash Arsenic kernel and it's working fine. Do not disturb mode is always enabled, I can't turn it off, but phone still rang.
Edit: sd card does not show up in default explorer, but it shows and working in Solid Explorer. Both flashing open gapps and magisk are working fine.
Click to expand...
Click to collapse
Nice! Did you check if data, gps, bluetooth are working fine?
jackshot said:
Nice! Did you check if data, gps, bluetooth are working fine?
Click to expand...
Click to collapse
data and gps are working fine. I don't use bluetooth so I'm not sure.
Please could someone make a mirror cause I'm not able to get the ROM file zip with the link in the thread...
Thanks in advance
Screenshots plz
drsudarshanbk said:
Screenshots plz
Click to expand...
Click to collapse
"Screenshots are in the Chinese forum"... It is is written right in the first post!
Click the link
Just flashed.. Great animations, graphics, sounds and a unique feeling in general.
BUT! This rom asks for every single app for internet and location permissions! from calendar to gallery and notes, in music app and so on.. And if you don't to give permissions there is only an "exit" option and you can't use the app! Maybe it's safe but it seems to me a little shady.
There are many chinese apps preinstalled which explains the size of the rom.
Furthermore some notifications are in chinese and you don't get what they say.
I flashed opengapps after flashing the rom with no success, so I used a google installer from their store and it worked just fine..
Photos from the camera are stretched and Gallery doesn't show anything as mentioned..
wifi/bluetooth/data works fine.
Just updated the post.
details on the ROM: UI experience is unique compared to the other custom ROMs available, but very similar to H2OS. The only difference is that Flyme's launcher has tons of themes online (I hated all of them tho). ROM is really good as a daily, it contains both camera apps, OnePlus' one and Meizu's one. And after enabling Google services via the Google Installer apk, there are no issues either. And any kernel for OOS 3 will work on this ROM; I'm using Arsenic kernel. I've also flashed Magisk v13.1 and it is working without any problems with Greenify and Naptime running
meraj99 said:
details on the ROM: UI experience is unique compared to the other custom ROMs available, but very similar to H2OS. The only difference is that Flyme's launcher has tons of themes online (I hated all of them tho). ROM is really good as a daily, it contains both camera apps, OnePlus' one and Meizu's one. And after enabling Google services via the Google Installer apk, there are no issues either. And any kernel for OOS 3 will work on this ROM; I'm using Arsenic kernel. I've also flashed Magisk v13.1 and it is working without any problems with Greenify and Naptime running
Click to expand...
Click to collapse
Can you please share link for google installer!!
Since HMD won't give us Google's ARcore, has anybody found any working ARcore mods?
(of course for non rooted)
I dont think the Nokia 6 17 have ARcore hardware
Try this.
First install the arcore.apk and then directly install v1.1 over it. It's not a proper working mod of it for our phone, so things like Google's "just a line" app won't work. But this did make AR stickers functional in my Google camera mod. There's a separate APK for AR stickers though.
Marius.Petran said:
I dont think the Nokia 6 17 have ARcore hardware
Click to expand...
Click to collapse
What does it requires though?
I've got a leaked ARcore update in Nokia 6.1 and saw that there's nothing special and there were just some special permissions in the root folders
TheMadxtremist said:
First install the arcore.apk and then directly install v1.1 over it. It's not a proper working mod of it for our phone, so things like Google's "just a line" app won't work. But this did make AR stickers functional in my Google camera mod. There's a separate APK for AR stickers though.
Click to expand...
Click to collapse
Will the original unmodified ARSticker work from apkmirror?
Yes it should, If you've installed it before. Tho I suggest a reboot after you're done installing both apks.
TheMadxtremist said:
Yes it should, If you've installed it before. Tho I suggest a reboot after you're done installing both apks.
Click to expand...
Click to collapse
Didn't work,
(by the haven't rebooted)
BladeRunnerN5A said:
Didn't work,
(by the haven't rebooted)
Click to expand...
Click to collapse
Try to clear the data and cache from settings, for arstickers and google camera and then reboot. I should warn you tho, since it's only a modded port, AR Stickers will only work sometimes. Atleast in my case it is like that. I'm attaching a small video I made while testing.
TheMadxtremist said:
Try to clear the data and cache from settings, for arstickers and google camera and then reboot. I should warn you tho, since it's only a modded port, AR Stickers will only work sometimes. Atleast in my case it is like that. I'm attaching a small video I made while testing.
Click to expand...
Click to collapse
Thanks a lot.
It's working. But the phone is heating up
Sent from my Xperia XZ2 using XDA Labs
Help!
TheMadxtremist said:
First install the arcore.apk and then directly install v1.1 over it. It's not a proper working mod of it for our phone, so things like Google's "just a line" app won't work. But this did make AR stickers functional in my Google camera mod. There's a separate APK for AR stickers though.
Click to expand...
Click to collapse
Can you upload for me the google camera apk that support ar core for nokia 6 ?
Ans Osama said:
Can you upload for me the google camera apk that support ar core for nokia 6 ?
Click to expand...
Click to collapse
I think it should work on all recent versions of it but here's the one that I personally use. Though for AR Stickers, there's a separate apk. You need to install the AR stickers apk before you can see the option in your camera. Install AR Core first, in the way I mentioned above. Then install AR Stickers apk from the link. Then you'll be able to see the option in your google camera. But its better to reboot after installing, before you use it.
Google camera link :
https://www.celsoazevedo.com/files/android/google-camera/f/scrubber_GCam_5.1.018_25.apk
AR stickers link :
https://www.apkmirror.com/apk/googl...-stickers-1-1-180205033-android-apk-download/
Ans Osama said:
Can you upload for me the google camera apk that support ar core for nokia 6 ?
Click to expand...
Click to collapse
https://forum.xda-developers.com/oneplus-3/how-to/modded-google-camera-hdr-60fps-video-t3658552
grab the google camera from here and use the suggested settings.
by the way, there's an ARcore link in that thread keep in mind that, that one doesn't work on our phones
Sent from my Xperia XZ2 using XDA Labs
Hey XDA!
Saw the portal post about the pixel 2 blurry panorama fix (that you can read here) so I turned it into a Magisk module to make it easier to apply. Note, I have a Pixel 2 XL, so I only tested this module to make sure that it boots and the camera still works, I did not test whether or not the patch itself works, though it should if there was a portal post about it.
Bugs: Report any issues here and I'll take a look
Instructions:
Open Magisk Manager
From the side menu, select "Downloads"
Scroll or search to find "Pixel 2 Blurry Panorama Fix"
Install
Reboot
Profit!
Github repo: https://github.com/Magisk-Modules-Repo
Original fix post: https://issuetracker.google.com/issues/69809329#comment99
EDIT: Attached magisk zip if anyone wants to install manually
I tried to install the module (1.2) and the log says
This device is not walleye! Exiting.
Click to expand...
Click to collapse
My device is definitely a Pixel 2 though.
Same issue with my rooted, bl unlocked Verizon pixel 2
Works when installing from the attached zip in the op. But not when downloading through the magisk app itself
@OP: Any chance to get it running on ElementalX P2 1.10 with latest security patch? Says it's no Pixel2, but it is as we all know
AZImmortal said:
I tried to install the module (1.2) and the log says
My device is definitely a Pixel 2 though.
Click to expand...
Click to collapse
trimax84 said:
Same issue with my rooted, bl unlocked Verizon pixel 2
Click to expand...
Click to collapse
trimax84 said:
Works when installing from the attached zip in the op. But not when downloading through the magisk app itself
Click to expand...
Click to collapse
quietsche said:
@OP: Any chance to get it running on ElementalX P2 1.10 with latest security patch? Says it's no Pixel2, but it is as we all know
Click to expand...
Click to collapse
I updated the device check to be more compatible, which obviously didn't work as expected. Just pushed out an update that checks device based on ro.product.device, ro.build.product, and ro.build.description. This way, if the rom your on is missing a property, it will check the others instead. Sorry about that!
So. Worked.
Thanks so far, but... How to test? ??
quietsche said:
So. Worked.
Thanks so far, but... How to test? ?
Click to expand...
Click to collapse
Take a panorama photo. Does it look terrible?
Yes. Absolutely.
Bone stock, clean flash of July OPM2 on my Pixel 2 Walleye - Rooted with Magisk 16.0
After installing and rebooting, my camera crashes on launch saying the camera is not available. I remove and reboot, and the camera works fine.
Oddly enough, there was no logs or anything - logicat doesn't even see me launching the camera. The viewfinder in the background behind the error, is completely black.
Is it working on Android Pie, August 2018 security patch? Thinking of rooting just to have this fix. I just can't believe that this is still an issue for the smaller Pixel. :|
Wiltron said:
Bone stock, clean flash of July OPM2 on my Pixel 2 Walleye - Rooted with Magisk 16.0
After installing and rebooting, my camera crashes on launch saying the camera is not available. I remove and reboot, and the camera works fine.
Oddly enough, there was no logs or anything - logicat doesn't even see me launching the camera. The viewfinder in the background behind the error, is completely black.
Click to expand...
Click to collapse
Same issue here
Can anyone update this for pie? I have a focus issue at infinite distance with my camera and this fixed it on 8.1 but not on 9.0.
Note: This module will break the camera on Android 10.
Hi all!
I recently switched my OnePlus 6T stock rom to LineageOS but the camera is all buggy and it's quite awful to use.
My main idea was to limit the number of Google Apps installed on the phone and that was most of all.
I tried to search the roms available for OnePlus 6t, found a few of them, but they mostly have a tons of other changes that I'm not interested in.
So I'm hoping that you'll recommend me a - well-working on my 6T - ROM without Google Apps and the original Camera app.
Thanks !
cx42net said:
Hi all!
I recently switched my OnePlus 6T stock rom to LineageOS but the camera is all buggy and it's quite awful to use.
My main idea was to limit the number of Google Apps installed on the phone and that was most of all.
I tried to search the roms available for OnePlus 6t, found a few of them, but they mostly have a tons of other changes that I'm not interested in.
So I'm hoping that you'll recommend me a - well-working on my 6T - ROM without Google Apps and the original Camera app.
Thanks !
Click to expand...
Click to collapse
HydrogenOS.... Search for HydrogenOS Download.
Thanks for your reply!
I took a look but I'm not sure. Is it working for non Chinese phone? I found out about ElementalX but I'm not sure the Gapps are installed or not.
cx42net said:
Thanks for your reply!
I took a look but I'm not sure. Is it working for non Chinese phone? I found out about ElementalX but I'm not sure the Gapps are installed or not.
Click to expand...
Click to collapse
Here you go no gapps
https://forum.xda-developers.com/on...xxx-nolimits-1-0-speed-ram-optimized-t3799167
I had a similar experience with Lineage. Did not like it at all. My solution was to go back to the factory rom, root, use Titanium to go in and delete all the google stuff I can get away with. Unfortunately I have several apps that will not work without googleplay, or google services. I also downloade app opps app and used it to limit what apps can access and do what. Amazing how many apps want access to contacts, location, phone state, etc without user permission. I still have google on my phone, but it is limited and restricted. I downloaded all my apps through apk mirror, aurora store, and apk updater, never logged into my google account so I look like an anonymous (kinda) user. Maybe something here that might help you get where you want to be.
Thanks for the reply everyone.
I was hoping to find a rom really close to the stock one with just the gapps (and the OnePlus app) removed.
But since it's apparently not available, I noticed the Syberia Rom that might be interesting (OTA, have the Oneplus camera app)... maybe worth a try.
cx42net said:
Thanks for the reply everyone.
I was hoping to find a rom really close to the stock one with just the gapps (and the OnePlus app) removed.
But since it's apparently not available, I noticed the Syberia Rom that might be interesting (OTA, have the Oneplus camera app)... maybe worth a try.
Click to expand...
Click to collapse
Most of custom ROMs come without gapps, or should. You should search for a ROM Micro-G compatible to be able to get rid of gapps and still use some Google applications.
Pure 'stock' ROM doesn't exist anymore as people rarely agree to use a pure AOSP without additional features. What is the most close to that are the 'Pixel' like ROMs.
cx42net said:
Thanks for the reply everyone.
I was hoping to find a rom really close to the stock one with just the gapps (and the OnePlus app) removed.
But since it's apparently not available, I noticed the Syberia Rom that might be interesting (OTA, have the Oneplus camera app)... maybe worth a try.
Click to expand...
Click to collapse
Have you looked at hydrogen os, same as stock oos just no gapps included
R800x_user said:
Have you looked at hydrogen os, same as stock oos just no gapps included
Click to expand...
Click to collapse
Thanks for this. You are not the first to mention it. I'll take a look!
cx42net said:
Thanks for this. You are not the first to mention it. I'll take a look!
Click to expand...
Click to collapse
try treskmod
https://treskmod.ru/
Thats what i use, its fantastic
Hi, I have 6T and like OOS but still have sometimes issues, im just looking for another daily driver ROM (install and forget), with good battery (at least as OOS) and to be stable.
Im looking at
Paranoid Android
PiXeN-OS
HavocOS
Any tips ?
Hello Resurrection remix [emoji6]
Envoyé de mon ONEPLUS A6013 en utilisant Tapatalk
I just switched from OOS 10 to PiXeN OS, because of notification issues. Everything is working great now..... But I don't like the Pixel Launcher and tried running OP Launcher with Quickswitch and it wasn't adapting to the dark mode and it was glitching.... Kept going back to defaults layout after I restored it with my backup.
If I could get OP Launcher working.... It would be great.
Was able to learn how to get the OP Launcher in PiXeN OS. The latest patchable version QuickSwitch is able to patch is version OnePlus Launcher 4.4.8. Its stable and it has Google Feeds automatically. So far its stable and everything is working as it should....... Cant ask for more, Stable custom rom with stock OP camera, gallery and now OP launcher.
I've been using Bliss Rom for about a week and i'm pretty happy with it.
It has the OOS Cam as well as GCam, and both work well.
Danny1976 said:
Was able to learn how to get the OP Launcher in PiXeN OS. The latest patchable version QuickSwitch is able to patch is version OnePlus Launcher 4.4.8. Its stable and it has Google Feeds automatically. So far its stable and everything is working as it should....... Cant ask for more, Stable custom rom with stock OP camera, gallery and now OP launcher.
Click to expand...
Click to collapse
I flashed Pixen yesterday and op launcher didn't work for me. The only reason I did it was because I had read that it worked. Wiped and went back to stock. If only I had saw this first!
And away we go again lol. Round 2.are you using latest quickswitch and is that a modded apk for launcher or can I get it from apkmirror?
blaaaazedup said:
I flashed Pixen yesterday and op launcher didn't work for me. The only reason I did it was because I had read that it worked. Wiped and went back to stock. If only I had saw this first!
And away we go again lol. Round 2.are you using latest quickswitch and is that a modded apk for launcher or can I get it from apkmirror?
Click to expand...
Click to collapse
I found the solution here on Telegram {Mod edit}.... The Shady Mods OP Launcher 4.5.9 works perfectly without having to patch it with QuickSwitch. I installed the QuickSwitch that was on the Magisk module search and it was v3.1.6. I always use Titanium Backup to make the switch between Roms easier. I only restore apps and not the system files... Some apps you still have to setup again, but the majority Titanium Backup restores the data specially for games.
Basically you install the Systemless_OPLauncher-v3.0.zip with Magisk and use QuickSwitch to set OP Launcher as default (Select No when it ask to patch). Done. Works perfectly. I am on the latest OP Launcher. No issues and was able to restore my layout with my OOS backup. If you have a backup from OOS of your OP Launcher, you can use it to restore the launcher layout. You just unzip the net.oneplus.launcher.tar on the opbackup folder and copy it to the root /data/ data
OnePlus Launcher Mod Update
Date: 18-07-2020
Version: 3.0
Changelog:
• Updated OnePlus Launcher to v4.5.9
• Option to choose between Discover and Shelf inside Settings
• Added Asus Launcher, Paranoid Launcher
and Shady Launcher to replace list.
Download Link: {Mod edit}
File Name is Systemless_OPLauncher-v3.0.zip
blaaaazedup said:
I flashed Pixen yesterday and op launcher didn't work for me. The only reason I did it was because I had read that it worked. Wiped and went back to stock. If only I had saw this first!
And away we go again lol. Round 2.are you using latest quickswitch and is that a modded apk for launcher or can I get it from apkmirror?
Click to expand...
Click to collapse
Did you try the steps I posted?
Danny1976 said:
Did you try the steps I posted?
Click to expand...
Click to collapse
I did try those steps and everything worked perfectly. However after I did that, I stumbled upon this regularly maintained 7t port. Currently based on 7t open beta 16.
Going with this instead. Pixen is an amazing ROM, but I just prefer stock oxygen with root.
https://t.me/JaysUpdates
blaaaazedup said:
I did try those steps and everything worked perfectly. However after I did that, I stumbled upon this regularly maintained 7t port. Currently based on 7t open beta 16.
Going with this instead. Pixen is an amazing ROM, but I just prefer stock oxygen with root.
https://t.me/JaysUpdates
Click to expand...
Click to collapse
Let me know if notifications get fixed. I also prefer Stock Oxygen.... Just want to get my notifications. Let me know how it goes and I may give it a try.
blaaaazedup said:
I did try those steps and everything worked perfectly. However after I did that, I stumbled upon this regularly maintained 7t port. Currently based on 7t open beta 16.
Going with this instead. Pixen is an amazing ROM, but I just prefer stock oxygen with root.
https://t.me/JaysUpdates
Click to expand...
Click to collapse
I was going to give it a try and then he just posted that he was leaving to India and was not going to be providing anymore updates. All ROMs will be dead. He is not completely sure, but I still accessing the risk. Don't want to switch to a Rom that won't be updated.
Danny1976 said:
I was going to give it a try and then he just posted that he was leaving to India and was not going to be providing anymore updates. All ROMs will be dead. He is not completely sure, but I still accessing the risk. Don't want to switch to a Rom that won't be updated.
Click to expand...
Click to collapse
Give it a shot. I've been using it for the last 3 builds. From what I've seen in the 3 months I've used it, he says this often because people ask about 6t updates. There's usually only one when a 7t beta is released. Other than that there are none in between. But he has explained that his script he runs, builds all of his ROMs in less than a minute so he was going to continue updating.
Danny1976 said:
Let me know if notifications get fixed. I also prefer Stock Oxygen.... Just want to get my notifications. Let me know how it goes and I may give it a try.
Click to expand...
Click to collapse
About notifications, I couldn't figure out what you guys were talking about because I never had this problem. I had forgotten that I wasn't on stock 6t ROM.
So it's possible that this port doesn't have the issue because I get all notifications.
blaaaazedup said:
About notifications, I couldn't figure out what you guys were talking about because I never had this problem. I had forgotten that I wasn't on stock 6t ROM.
So it's possible that this port doesn't have the issue because I get all notifications.
Click to expand...
Click to collapse
Thanks for all the information. I will wait and see if he does keep updating it. He said he has too many things going and I think their may be a possibility he could stop. I am just going to see if he keeps supporting it.
Any bugs that you have notice with the Rom port?
Danny1976 said:
Thanks for all the information. I will wait and see if he does keep updating it. He said he has too many things going and I think their may be a possibility he could stop. I am just going to see if he keeps supporting it.
Any bugs that you have notice with the Rom port?
Click to expand...
Click to collapse
Not a single bug so far. In 3 months. The only thing is that you get the internal device error when you start up which is not an issue. And you get all the features of the 7t and 8Pro.
Danny1976 said:
Thanks for all the information. I will wait and see if he does keep updating it. He said he has too many things going and I think their may be a possibility he could stop. I am just going to see if he keeps supporting it.
Any bugs that you have notice with the Rom port?
Click to expand...
Click to collapse
How is pixen working out for you compared to stock
blaaaazedup said:
How is pixen working out for you compared to stock
Click to expand...
Click to collapse
PiXeN is really stable. Had only two strange thing happen. One was while I was on a call and could not access anything while on the call screen..... Basically I was stuck. It hasn't happened again. I also did notice the camera lag opening.... But not sure if it was due to the Rom being recently install.
Both issues have not been duplicated. The big benefit for me was, being able to use the OP Launcher and being able to transfer my launcher layout. Battery life is very close to stock and performance is very fluid.
From reading the OP 7T Port Beta 16 in Telegram.... There seems to be people having some issues with the ROM. Didn't read much, but it seems not to be as stable as PiXeN. For now will stick with PiXeN... Already getting use to swipping to the side gesture to go back.... I was used to swipping up at the bottom corner to go back. I did have to adjust the area where the side back gesture was, because some menus you side gesture to bring menu out. So I moved it to the lower side.
Danny1976 said:
PiXeN is really stable. Had only two strange thing happen. One was while I was on a call and could not access anything while on the call screen..... Basically I was stuck. It hasn't happened again. I also did notice the camera lag opening.... But not sure if it was due to the Rom being recently install.
Both issues have not been duplicated. The big benefit for me was being able to use the OP Launcher and being able to transfer my launcher layout. Battery life is very close to stock and performance is very fluid.
From reading the OP 7T Port Beta 16 in Telegram.... There seems to be people having some issues with the ROM. Didn't read much, but it seems not to be as stable as PiXeN. For will stick with PiXeN... Already getting use to swipping to the side gesture to go back.... I was used to swipping up at the bottom corner to go back. I did have to adjust the area where the side back gesture was, because some menus you side gesture to bring menu out. So I moved it to the lower side.
Click to expand...
Click to collapse
Well im going to try it out. I didn't really even set it up up so I didn't give it any real chance. But I'm going to flash it now and see. Just in case he does drop maintaining that port. I'll be ahead of the game. Lol.
Might be time for an upgrade.
blaaaazedup said:
Well im going to try it out. I didn't really even set it up up so I didn't give it any real chance. But I'm going to flash it now and see. Just in case he does drop maintaining that port. I'll be ahead of the game. Lol.
Might be time for an upgrade.
Click to expand...
Click to collapse
I know many users in the OnePlus 6T Telegram group are using PiXeN and have confirmed it to very good and stable. So far it has been true. Plus Gapps, TWRP are preinstalled. It also passes all the safetynet securities in magisk without having to install any magisk modules like I had to do when I rooted stock oos.
Danny1976 said:
I know many users in the OnePlus 6T Telegram group are using PiXeN and have confirmed it to very good and stable. So far it has been true. Plus Gapps, TWRP are preinstalled. It also passes all the safetynet securities in magisk without having to install any magisk modules like I had to do when I rooted stock oos.
Click to expand...
Click to collapse
Hmm, courious to know what modules were/are needed on a stock rom in order too pass safety net , was it something in order to pass a banking app ect...
As I am currently rooted (lastest version) , exposed installed for a few things, g-pay and banking apps working fine without and modules or scripts..all on a stock rom and kernel..
Can get 8 to 10 hrs. sot and make it through the day without a charge.. though I don't play games... Battery pic is a bit off as I had a lazy day and slept in yesterday ..