Perfect update, now dark theme can be fully black - everywhere.
...attatched a magisk flashable opcam zip. In this ROM macro mode doesn't work but it works when used in other ROMs.
Hi, can you link to the Russian Forum?On the Russian forum I found macro activation modules for oos cam (Magisk installation). I have no way to check if it works because I'm using a non-rooted stock rom. Test it as you like.
Hmm
Have you tried installing this oos camera module in Magisk on DerpFest 12? Looks like the package has all the necessary libraries in it. One of the KOSP Rom developers did it.Hmm
Looks like this works only on OOS as some setting xml files are missing in the magisk module that I used to flash the camera.
Yes I installed the module I sent (which was from KOSP) to derp 12 and also tried another one I found on XDA.Have you tried installing this oos camera module in Magisk on DerpFest 12? Looks like the package has all the necessary libraries in it. One of the KOSP Rom developers did it.
https://forum.xda-developers.com/t/...-7t-pro-official-hotdog.4250469/post-86130749
I don't know if it works on hotdog. Do you want to try anyway?
When i try the app just close and nothing happened.I will try with Update script to not mess up something and bootloop , because i need my phone today
Lol you can't get update with updater when I don't push it. That's why I was asking if I should although it's not tested. But leave it, I only use it for myself then.When i try the app just close and nothing happened.I will try with Update script to not mess up something and bootloop , because i need my phone today![]()
I can tryLol you can't get update with updater when I don't push it. That's why I was asking if I should although it's not tested. But leave it, I only use it for myself then.
But you said it's too risky for you. I don't want to **** up your phone. I will compile now another build, so that I can try myself.
Ok,i will not take the riskBut you said it's too risky for you. I don't want to **** up your phone. I will compile now another build, so that I can try myself.
@echo off
echo "Script powered by MesS_U"
echo "FastbootD - DerpFest Slot installer"
fastboot devices
pause
:choice
set /P c="Do you want to wipe Data partition? [W]ipe | [S]kip >"
if /I "%c%" EQU "W" goto :Wipe
if /I "%c%" EQU "S" goto :Skip
:Wipe
fastboot -w
:Skip
:choice
set /P c="Which Slot do you want to Flash/Update? Slot[A] | Slot[B] | Both[X]? >"
if /I "%c%" EQU "A" goto :SlotA
if /I "%c%" EQU "B" goto :SlotB
if /I "%c%" EQU "X" goto :Both
:SlotA
echo "Processing Flash/Update Slot A"
fastboot flash system_a system.img
fastboot flash system_ext_a system_ext.img
fastboot flash boot_a boot.img
fastboot flash odm_a odm.img
fastboot flash product_a product.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash vbmeta_system_a vbmeta_system.img
fastboot flash vendor_a vendor.img
fastboot flash dtbo_a dtbo.img
echo "Flash Slot A Completed"
:choice
set /P c="Reboot device [Y]es | [N]o | [R]ecovery ? >"
if /I "%c%" EQU "Y" goto :AYes
if /I "%c%" EQU "N" goto :ANo
if /I "%c%" EQU "R" goto :ARecovery
:AYes
fastboot reboot
pause
exit
:ANo
echo "Reboot aborted"
echo "Done! Please Exit"
pause
exit
:ARecovery
fastboot reboot recovery
pause
exit
:SlotB
echo "Processing Flash/Update Slot B"
fastboot flash system_b system.img
fastboot flash system_ext_b system_ext.img
fastboot flash boot_b boot.img
fastboot flash odm_b odm.img
fastboot flash product_b product.img
fastboot flash vbmeta_b vbmeta.img
fastboot flash vbmeta_system_b vbmeta_system.img
fastboot flash vendor_b vendor.img
fastboot flash dtbo_b dtbo.img
echo "Flash/Update Slot B completed"
:choice
set /P c="Reboot device [Y]es | [N]o | [R]ecovery ? >"
if /I "%c%" EQU "Y" goto :BYes
if /I "%c%" EQU "N" goto :BNo
if /I "%c%" EQU "R" goto :BRecovery
:BYes
fastboot reboot
pause
exit
:BNo
echo "Reboot aborted"
echo "Done! Please Exit"
pause
exit
:BRecovery
fastboot reboot recovery
pause
exit
:Both
echo "Processing Flash/Update 1/2 - Slot A"
fastboot flash system_a system.img
fastboot flash system_ext_a system_ext.img
fastboot flash boot_a boot.img
fastboot flash odm_a odm.img
fastboot flash product_a product.img
fastboot flash vbmeta_a vbmeta.img
fastboot flash vbmeta_system_a vbmeta_system.img
fastboot flash vendor_a vendor.img
fastboot flash dtbo_a dtbo.img
echo "Flash/Update 1/2 successful"
echo "Processing Flash/Update 2/2 - Slot B"
fastboot flash system_b system.img
fastboot flash system_ext_b system_ext.img
fastboot flash boot_b boot.img
fastboot flash odm_b odm.img
fastboot flash product_b product.img
fastboot flash vbmeta_b vbmeta.img
fastboot flash vbmeta_system_b vbmeta_system.img
fastboot flash vendor_b vendor.img
fastboot flash dtbo_b dtbo.img
echo "Flash/Update 2/2 successful"
echo "Flash Slots A|B completed"
:choice
set /P c="Reboot device [Y]es | [N]o | [R]ecovery ? >"
if /I "%c%" EQU "Y" goto :XYes
if /I "%c%" EQU "N" goto :XNo
if /I "%c%" EQU "R" goto :XRecovery
:XYes
fastboot reboot
pause
exit
:XNo
echo "Reboot aborted"
echo "Done! Please Exit"
pause
exit
:XRecovery
fastboot reboot recovery
pause
exit
I figured it out. Now it's added...Yes, it is. It would be nice to have the same option not only for ringtone, but also for notifications.
/* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/