Development [ROM] [12.1.0] [alioth/aliothin] ArrowOS 12.1 [OFFICIAL] [DISCONTINUED]

Search This thread

Dustiness

Member
Jun 5, 2020
13
3
I dont understand why evertime when I update the ArrowOS, I need to flash the firmware again, otherwise I cant do usb tethering. btw i do the update with the updater that come with the arrow os, should I do update with recovery rahter than the updater?
 

ngenx

Member
Jul 5, 2015
42
20
I dont understand why evertime when I update the ArrowOS, I need to flash the firmware again, otherwise I cant do usb tethering. btw i do the update with the updater that come with the arrow os, should I do update with recovery rahter than the updater?
It's up to you. It should work both ways. The updater takes a while to complete though.
 

fonfire

Member
Aug 17, 2013
11
1
Am I the only one getting a persistent location icon on taskbar since the latest update?
>>> I have same issue
 

lukaszlol1990

Senior Member
Jan 12, 2016
83
21
33
Grays
Seems like the ROM for Poco F3 is discontinued. I have blotooth streaming not working at all after latest update from 1 of November and also updater can't connect the server to get next updates.
Screenshot_20221108-222600_Updater_1.JPEG
 
  • Like
Reactions: PanSernik
I didn't know that the latest updater won't work, but it's not that hard to update manually:
  • turn on USB debugging in developer mode
  • enable device modification from PC
  • adb recovery reboot
  • select Apply Update/Apply from ADB
  • adb sideload Arrow-v12.1-alioth-OFFICIAL-*.zip
  • when it's done, reboot to system
 

pepejemjem

Senior Member
Mar 20, 2009
70
11
I didn't know that the latest updater won't work, but it's not that hard to update manually:
  • turn on USB debugging in developer mode
  • enable device modification from PC
  • adb recovery reboot
  • select Apply Update/Apply from ADB
  • adb sideload Arrow-v12.1-alioth-OFFICIAL-*.zip
  • when it's done, reboot to system
Hello,
Do you lose data by doing this method?
 

MikiVanousek

Member
Sep 8, 2021
13
10
Man, this ROM was rock stable for me on Android 11. But ever since I upgraded to 12 it behaves weird and now on 12.1 apps sometimes don't launch straight away, but instead go to a black screen.

Does anyone have a similar experience?
 
I didn't know that the latest updater won't work, but it's not that hard to update manually:
  • turn on USB debugging in developer mode
  • enable device modification from PC
  • adb recovery reboot
  • select Apply Update/Apply from ADB
  • adb sideload Arrow-v12.1-alioth-OFFICIAL-*.zip
  • when it's done, reboot to system
Just wanted to point out that step 3 should be:
adb reboot recovery
 
  • Like
Reactions: Miami_T

Top Liked Posts

  • There are no posts matching your filters.
  • 80
    logo.png

    ArrowOS

    Code:
    /*
    * We are 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 us for messing up your device, We will laugh at you.
    * It is your fault because you chose to do all the modifications on your device.
    * Remember projects like these and the work done on them is a hobby to the
    * contributors and the team members, no one is working for you nor is getting paid for it
    * have some respect for the work done by them since it is done purely on interest or a hobby
    */

    ABOUT
    ArrowOS
    is an Android Open Source Project based Android mobile operating system started with the aim of keeping things simple, clean and neat.

    Website: https://arrowos.net
    Telegram: Channel | TG Portal/Links
    Github: https://github.com/ArrowOS
    Code Review: review.arrowos.net
    E-mail: arrowos.contact
    PayPal: Donate to us
    Blog: blog.arrowos.net

    Checkout more documentation at (maintainership/contributing): Check this out

    WHAT WORKS?
    • Almost everything

    WHAT DOESN'T WORK?
    • You tell me
    Be sure to include a log : check how to

    DOWNLOADS
    Click here to Download
    Tip: Select OEM -> Device, choose Arrow-12.1 version, choose build type: "GAPPS" or "VANILLA" to download.

    Read our blog article/post about:
    * HOW-TO report a bug
    * GAPPS and VANILLA variants
    * Checking build integrity

    GPL compliance:
    ROM Source
    - https://github.com/ArrowOS
    Kernel Source- https://github.com/ArrowOS-Devices/android_kernel_xiaomi_alioth

    ROM OS Version: Android 12L
    ROM Kernel: Linux 4.x
    ROM Firmware Required: MIUI S
    Based On: AOSP
    54
    INSTALLATION PROCEDURE:

    Arrow-12.1 (after 2022-08-19): Recommend use with fw part MIUI
    V13.0.5.0.SKHMIXM
    Arrow-12.1: Recommend use with fw part MIUI V13.0.2.0.SKHMIXM (A12 Global).
    Arrow-12.0: Recommend use with fw part MIUI 12.5.5.0 Global (MI).

    __________________________________________________

    First installation (Clean flash):

    You need PC with adb/fastboot tools.
    Download boot, vendor_boot and rom zip:
    1. https://drive.google.com/file/d/1o-4T4hfEtxECIss-DVSSYAM1Kvy2iDN9/view?usp=sharing
    2. https://drive.google.com/file/d/1PgtI8bOV1yjmTZJ7euP6xDFzMszY6AXb/view?usp=sharing
    3. https://arrowos.net/download/alioth

    Reboot in fastboot. Flash arrowos recovery (boot.img and vendor_boot.img):

    fastboot flash boot_ab boot_alioth.img fastboot flash vendor_boot_ab vendor_boot_alioth.img

    Reboot in ArrowOS Recovery:

    fastboot reboot recovery

    Make format data (Factory reset -> Format data).

    Flash ROM (Apply update -> Apply from ADB):


    adb sideload name.zip

    Follow what show on device, should be ... Step 1/2 -> 2/2, then flashing ended, can reboot device in system. (In cmdline: If the process succeeds the output will stop at 47% and report `adb: failed to read command: Success`. In some cases it will report `adb: failed to read command: No error` which is also fine!")

    If you want install separate gapps on vanilla buildtype, after flash ROM:

    Advanced -> Reboot to recovery

    Flash gapps (Apply update -> Apply from ADB):


    adb sideload name.zip

    __________________________________________________

    Install updates via Updater:

    Go in Settings -> System -> Updater


    Downlad new build -> Install -> Reboot

    Device will automatically download, install a new build and reboot.

    Installation can take up to 1 hour, on 50% will stuck, it normal, just waiting (Why? - Don't forget, you now have a/b devices, a new update is installed in the background in an inactive slot, without recovery. That's why it's taking so long. Don't like? Flash manually via recovery.)

    ___________________________________________________


    Update arrow-12.0 -> arrow-12.1
    Install updates via recovery (dirty flash):

    You need PC with adb/fastboot tools.

    1) Download new build and reboot into Recovery

    2) Flash ROM (Apply update -> Apply from ADB):

    adb sideload name.zip

    3) Reboot into System

    __________________________________________________

    How update only fw part MIUI:

    You need PC with adb/fastboot tools.

    Download fw part MIUI, which you need from: https://xiaomifirmwareupdater.com/archive/firmware/alioth/

    1) Reboot into Recovery

    2) Flash fw part MIUI (Apply update -> Apply from ADB):

    adb sideload name.zip

    Look on device:
    WIll show "Signature verification error" -> Tap "Install anyway" -> Waiting installation end.

    3) Reboot into System, if you installed it after new ROM build, or Reboot into Recovery, if you want flash new ROM build.

    __________________________________________________

    Also you can use TWRP for install or update this ROM. Instructions you can find in twrp topics or telegram groups.

    __________________________________________________


    My official telegram group: CLICK HERE
    18
    Update 2022-02-04

    Device changelog:
    - partial rebase and cleanup tree
    - audio: Drop unuse effects
    - audio: Partial sync audio configuration with stock
    - Convert overlays into Runtime Resource Overlays
    - Misc fixes and upstream changes.

    Kernel:
    - Merge branch android-4.19-stable of android/kernel/common
    - Misc fixes and upstream changes.

    ROM changelog:
    - Monet Engine Settings
    - More info: https://arrowos.net/changelog.php

    Installation instruction: https://xdaforums.com/t/rom-12-0-0-alioth-aliothin-arrowos-12-0-beta.4348617/post-85790097

    Download: https://arrowos.net/download/alioth

    Note:
    - Recommend use with fw part MIUI 12.5.5.0 (A11) Global (MI).


    P.S. My personal Telegram support chat: https://t.me/mipa_lab
    15
    Update 2022-08-08

    Device changelog:

    - Misc fixed and upstream changes.

    Kernel:
    - Merge branch android-4.19-stable of android/kernel/common
    - Merge tag LA.UM.9.12.r1-14400.02-SMxx50.QSSI13.0 of CLO
    - Mics fixes and upstream chanes.

    ROM changelog:
    - https://arrowos.net/changelog.php

    Installation instruction: https://xdaforums.com/t/rom-12-0-0-alioth-aliothin-arrowos-12-0-beta.4348617/post-85790097

    Download: https://arrowos.net/download/alioth

    Note:
    - Recommend use with fw part MIUI V13.0.3.0.SKHMIXM (A12 Global) !!!


    P.S. My personal Telegram support chat: https://t.me/mipa_lab
    15
    Update 2022-08-01

    Device changelog:

    - Misc fixed and upstream changes.

    Kernel:
    - Merge branch upstream-f2fs-stable-linux-4.19.y of android/kernel/common
    - ARM64: configs: arrow: Enable bandwidth limiting options
    - ARM64: configs: arrow: enable optimized SHA-512 implementations
    - Import new fs/exfat
    - Mics fixes and upstream chanes.

    ROM changelog:
    - https://arrowos.net/changelog.php

    Installation instruction: https://xdaforums.com/t/rom-12-0-0-alioth-aliothin-arrowos-12-0-beta.4348617/post-85790097

    Download: https://arrowos.net/download/alioth

    Note:
    - Recommend use with fw part MIUI V13.0.3.0.SKHMIXM (A12 Global) !!!


    P.S. My personal Telegram support chat: https://t.me/mipa_lab