Don't know what's going wrong.I have done that but it always restarts
when installing room arrow os it was only 47% but it was fully successful and this is the result after rebooting
English please
I've flashed A36 and back to linega os now it's clean no bugs
A.36? We don't have that version!
How to update ArrowOS on RealmeC12?ArrowOS is updated
* September security patches
* Updated DuckDuckGo, Simple Gallery, Simple Calendar
Download link updated in 1st post
Just flash it in TWRP like any other ROM.
I'm wondering the same. Specifically for version C.06 (or newer)Hi! I'd like to ask if Arrow OS works on Realme ui2 on Realme C12? Heard that it can custom roms can only be flashed on ui1, is it true? Is it safe to flash them? Thanks.
Reference: https://forum.xda-developers.com/t/custom-roms-and-recovery-for-realme-c12.4250073/
me tooI have done that but it always restarts
when installing room arrow os it was only 47% but it was fully successful and this is the result after rebooting
my phone also bootloop after uploading this cook rom and it wreaks havocDon't know what's going wrong.
So get back to stock ROM by flashing ozip in TWRP.
Did you format data, cache and dalvik in TWRP before installing?my phone also bootloop after uploading this cook rom and it wreaks havoc
i install after clear and like you,but still bootloopDid you format data, cache and dalvik in TWRP before installing?
Do you remember the Build Number of the stock OS before you installed Arrow? That is important.
2898 a95 cbro,c12,i flash a68 of eu romDo you remember the Build Number of the stock OS before you installed Arrow? That is important.
I was reading earlier posts in this thread. Seems the best versions to use are A.87 and A.93 before installing this custom OS. I still have a Realme C12 which is currently running Lineage on UI2 firmware for testing purposes. I'll give ArrowOS a try on A.93 firmware.
i think stock rom with delete bloat is the bestI was reading earlier posts in this thread. Seems the best versions to use are A.87 and A.93 before installing this custom OS. I still have a Realme C12 which is currently running Lineage on UI2 firmware for testing purposes. I'll give ArrowOS a try on A.93 firmware.
git clone https://github.com/akhilnarang/scripts
cd scripts && bash setup/android_build_env.sh
apt install jq
git config --global user.name "HemanthJabalpuri"
git config --global user.email "[email protected]"
mkdir ~/work && cd ~/work
repo init -u https://github.com/ArrowOS/android_manifest.git -b arrow-11.0
repo sync
cd frameworks/base/opt/wifi
curl -sL https://github.com/PotatoProject-next/frameworks_opt_net_wifi/commit/88773b8285d7962d0add6a9f55c63fc045beb677.patch | patch -p1 -b
cd - && cd frameworks/base
curl -sL https://github.com/PotatoProject-next/frameworks_base/commit/5db62c3223a698657acafdefda323baa5e773d4c.patch | patch -p1 -b
cd - && cd external/selinux
curl -sL https://github.com/phhusson/platform_external_selinux/commit/f3d5e2eb212ebd4189428d6adb915880573962f9.patch | patch -p1 -b
cd -
git clone --depth=1 https://github.com/HemanthJabalpuri/device_realme_RMX2185 -b arrow device/realme/RMX2185
git clone --depth=1 https://github.com/dodyirawan85/vendor_realme_RMX2185 -b lineage-18.1 vendor/realme/RMX2185
git clone --depth=1 https://github.com/dodyirawan85/android_kernel_realme_mt6765 -b lineage-17.1 kernel/realme/mt6765
git clone --depth=1 https://github.com/HemanthJabalpuri/android_device_realme_RMX2185 -b arrow device/realme/RMX2185
git clone --depth=1 https://github.com/HemanthJabalpuri/proprietary_vendor_realme_RMX2185 -b arrow vendor/realme/RMX2185
. build/envsetup.sh
lunch arrow_RMX2185-userdebug
m bacon 2>&1 | tee log.txt
out/target/product/RMX2185/{ROM_NAME}.zip
Thanks for the reply.@jhainemo429
ROMs which have WiFi issues may be solved by using older stock rom as base like A.87 or A.93(this may change in future roms).
If you still can't able to get WiFi working even when you user A.87 or A.93, please give logs.
See this for how to take logs https://forum.xda-developers.com/showthread.php?t=2774386
Thanks