How To Guide Remove OOS13 Orange state message text

Search This thread

Nimueh

Recognized Contributor
May 19, 2012
3,554
3,275
OnePlus 3
Samsung Galaxy Tab A series
@Nimueh it does actually, look at this. If someone could make an ABL file that works to skip or remove it, would be cool.
That is NOT the "Orange State Warning" this thread is about. That's the plain old "Bootloader unlocked" message all devices get and you can't remove it. Either update to OOS 12 which has no warning at all, or OOS 13 which has the warning discussed here that you can remove.
 

MEIMSGAF

New member
Dec 18, 2016
4
1
So I was researching the message "Remove OOS13 Orange state message text," not paying much attention to the actual device forum I was in. Only quickly skimming for the info I wanted to find. Little did I notice that I was using Oneplus 9 magisk module to flash on my Oneplus 10 Pro. I figured everyone was just using this fix on multiple devices models. Major idiotic move by me, yes I know. I don't need to feel worse than I already do. I may have permanently bricked my device.

So after installing the module through Magisk and rebooting, my 10Pro now stays on black screen. No display whatsoever after multiple hard reboots with Power+Volume up buttons. When connecting to my Windows machine I can hear the device connecting and disconnecting after each reboot. Is there anything I can do to at least get back to bootloader or recovery? Please I don't need any lectures on this, only helpful information on recovering from my dumb mistake.

I've already tried adb kill-server, get-state, remount, devices, etc. No device listing.
Your only option is to contact Oneplus, because as of op10 there is no longer the MSM tool to recover from the brick
 
  • Like
Reactions: alero5752

immortalwon

Senior Member
Mar 11, 2017
258
118
That is NOT the "Orange State Warning" this thread is about. That's the plain old "Bootloader unlocked" message all devices get and you can't remove it. Either update to OOS 12 which has no warning at all, or OOS 13 which has the warning discussed here that you can remove.
Thanks for correcting me I always thought that was the same orange message
 
  • Like
Reactions: Nimueh

Psk.It

Senior Member
Tried it your way and it worked. I'm curious, though, to know what (if any) the difference is between the LE2123 and LE2125 ABLs. Will using the LE2123 one affect how my LE2125 works? No problems so far, but I'm wondering about the long term.
so basically image i supposed to be working only for LE2123 is working for both, LE2123 and LE2125, isn't it?
if so, i'll simplify the script to flash just 1 abl.img file

did I understand correctly?
 
  • Like
Reactions: anonywimp

Psk.It

Senior Member
getprop ro.product.model gives me LE2120

Can I use the magisk module?
I don't know
up to you if you want try

or if you remember la test build without the orange state, you can try to.extract abl.img from that rom, try manual install processo, if it works you can copy the abl.img file in the LE2125 module subfolder (in order to automatically reapply when needed)
 

Ruben.gm

Member
Jan 20, 2015
15
6
How can I reverse the process? The software update causes me an error on the 9 pro Le2123. Could it be because of this?
 

Ruben.gm

Member
Jan 20, 2015
15
6
I don't believe the update failure is due to the orange state fix. It has to do with installing TWRP and/or root.... My wife's op9p with orange state, TWRP, and root fails to update...
I see I'm not the only one with the problem. The issue occurs just before finishing installing the update. Error appears. I have tried to remove root and try to update without root but the problem persists. I understand that the problem does not come from abl.img.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 12
    Finally finally it works ,Congratulations, while i stuck at setupwizard ,i use command :dumpsys activity top | grep ACTIVITY found com.coloros.bootreg/.security.activity.AgreementPage a996400 pid=4001 Prevent i enter the desktop ,so use command am force-stop com.coloros.bootreg stop this activity ,but it restart automaticly ,then i use command: pm uninstall --user 0 com.coloros.bootreg uninstall package com.coloros.bootreg , haha, successfully entered the desktop ,and there is no Orange state message text on boot now .

    02.jpg

    3.jpg
    10
    Okay,while you upgrade your op9pro to oos 13 ,and unlock your phone ,you'll got Orange state message , F.16 is upgrade from F.11 ,so ive extract both F.11 & F.16 playload.bin ,and compared each partition of them : those red bleow are different partition between OOS 13.0.0 F.16 and OBT OOS 13.0.0 F.11

    3.jpg


    so ,which partition contains orange state messages ?

    i'm worked for a while try to figure out ,finally ,after extract abl.img ,i got LinuxLoader , use winhex to search key word Orange :

    02.jpg

    F.16 contains orange state ,F.11 not.
    01.jpg


    maybe flash F.11's abl.img partition would remove the orange state message text ?

    anyone could have a try ? haha ,i'm not sure ,i only have one phone ,I‘ll try it when I am on vacation
    10
    Sorry, I'm a bit of a novice, could you tell me the steps one by one so as not to brick the phone?
    0.install adb tools on your pc
    1.unlock your phone and root your phone with magisk
    2.download f.11 from https://oxygenos.oneplus.net/LE2123_11_F_OTA_2110_all_4a35ee_01000100.zip
    3.extract playload.bin with payload_dumper-master , and copy abl.img to your phone /sdcard directory
    4. connect your phone to pc
    5.open windows terminal ,type adb shell ,use command getprop ro.boot.slot_suffix to get current slot tag , if current was slot a ,the flash commands are :
    su
    dd if=/dev/block/by-name/abl_a of=/sdcard/abl.img.bak
    blockdev --setrw /dev/block/by-name/abl_a ;
    dd if=/sdcard/abl.img of=/dev/block/by-name/abl_a;
    if current was slot b ,the flash commands are :
    su
    dd if=/dev/block/by-name/abl_b of=/sdcard/abl.img.bak
    blockdev --setrw /dev/block/by-name/abl_b ;
    dd if=/sdcard/abl.img of=/dev/block/by-name/abl_b ;
    10
    The steps are below:
    1. upgrade from c66 to F16 & do not reboot
    2. magisk patch another slot & do not reboot
    3. dd flash abl.img
    4. reboot & upgrade
    5. you'll got stuck at setupwizard ,if uninstall com.coloros.bootreg ,also you can entered the desktop ,but full screen gestures may not work properly .
    6 . reboot to recovery & clear all data ,and everything works well !
    soooooooooooooooo....I was already on F16. Just wanted to say that all I did was
    1. Got abl.img from F11 and placed at /sdcard
    2. Restore images from Magisk
    3. Magisk patch to other slot
    4. got into a root shell and ran "blockdev --setrw /dev/block/sde13" and "dd if=/sdcard/abl.img of=/dev/block/sde13"
    5. Rebooted

    no longer have orange prompt and everything is working normal.
    6
    To make it clear, just removing com.coloros.bootreg before flashing DD the beta abl.img should work?
    Will flashing DD erase data?
    The steps are below:
    1. upgrade from c66 to F16 & do not reboot
    2. magisk patch another slot & do not reboot
    3. dd flash abl.img
    4. reboot & upgrade
    5. you'll got stuck at setupwizard ,if uninstall com.coloros.bootreg ,also you can entered the desktop ,but full screen gestures may not work properly .
    6 . reboot to recovery & clear all data ,and everything works well !