Didn't even realize the 12.1 builds were live.. for the people that installed, any issues? I might hold off until OTA is pushed, just in case 12.1 isn't really ready yet
Last edited:
12.1 doesnt have major issues on my device. but be wary that it's fresh new and may contain some bugs so i dont suggest updating yet.new build is out today tho.Didn't even realize the 12.1 builds were live.. for the people that installed, any issues? I might hold off until OTA is pushed, just in case 12.1 isn't really ready yet
this issue was present in a build a few months ago but i didnt have issues at the latest 12 buildi have a weirdness, during a Teams (Microsoft) conversation i have a robot voice !!
with my headset, it's ok
Something else, you have an idea ?
thanks for the reply, yeah I think I'll hold off until dev pushes an ota.. only really wanted to update because on last 12.0 build I've been getting some issues where all my notifications aren't coming through, and sometimes they come in all at once when I wake the screen or unlock the device.12.1 doesnt have major issues on my device. but be wary that it's fresh new and may contain some bugs so i dont suggest updating yet.new build is out today tho.
I didnt have notification delays on the last 12 build but on current 12.1 build.thanks for the reply, yeah I think I'll hold off until dev pushes an ota.. only really wanted to update because on last 12.0 build I've been getting some issues where all my notifications aren't coming through, and sometimes they come in all at once when I wake the screen or unlock the device.
wow so yeah I'll hold off and try clearing cache alsoI didnt have notification delays on the last 12 build but on current 12.1 build.
This is strange cuz my SMS is delayed for 15 mins and steam guard didnt even show up
Will try clearing cache later
got it.
Sorry forgot to mention one more thing @alk3p that offline charging means when we switch off the phone and put to charge not working and and alarm doesn't work when phone is switched off.
Did this ever get fixed? I tried Arrow in January and wasn't working. Looks like your comment is the last one I can find in the thread referring to Verizon. Let me know if you've tried.
Settings >> OnePlus Settings >> Anti-Flicker modeDoes anyone encounter screen-flickering issues? My screen is flickering a lil bit lighter or darker all the time.
DC-dimming is enabled.
Does everyone who have flashed this ROM actually go through the process of extracting the boot.img via Python???
I heavily dislike working with code not because it's tedious, but because something always goes wrong, and today is no exception.
I followed the instructions to a tee and did everything it told me, but yet still I get this error: SyntaxError: invalid character '·' (U+00B7)
There is literally no '·' in the filename so I have no idea what it wants from me..... I give up.
The first Q&A here already gives all the necessary hints but let's go a bit more into detail. First of all, you need to download and successfully install (along with all its needed dependencies) Payload Dumper. I'll explain how to do it directly on your smartphone under Termux. It's just an adaptation of the guide that you can find here which didn't work out of the box for me, probably because of the different Termux version, this leading also to different versions for the packages, especially Python and its modules. I exclude mistakes by the original writer instead.Can please somebody provide me a noob friendly flash instruction manual (exact steps to be followed)? I just bought a used OP7 Pro and it's the first time to flash a custom ROM on it. Thanks!
termux-setup-storage
apt update && apt upgrade -y
pkg install python2 -y
pip2 install --upgrade pip
cd storage/downloads
pkg install wget -y
wget https://github.com/vm03/payload_dumper/archive/refs/heads/master.zip
unzip master.zip
cd payload_dumper-master
pip install -r requirements.txt
pip install backports.lzma
python2 ./payload_dumper.py ../payload.bin
cd "%ProgramFiles(x86)%\Minimal ADB and Fastboot"
fastboot flash boot boot.img