[UNOFFICIAL][R][RMX218x]ArrowOS 11.0 - Realme C12 ROMs, Kernels, Recoveries, & Other Deve

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ArrowOS
ArrowOS is an AOSP based project started with the aim of keeping things simple, clean and neat. We added just the right and mostly used stuff that will be actually USEFUL at the end of the day, aiming to deliver smooth performance with better battery life.
What is ArrowOS?​
ABOUT
ArrowOS is an AOSP/CAF based project started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Blog: blog.arrowos.net
Telegram: TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
Changelog: https://arrowos.net/changelog.php
E-mail: arrowos.contact
PayPal: Donate to us
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
* VoLTE
* WiFi
* Offline Audio
* Video in YouTube and Facebook
* SafetyNet
Notes:
* It is Encrypted and permissive Enforcing build
* Source built 4.9.206 kernel
Spoiler
do keep in mind that a permissive SELinux environment is not at all meant for being a daily driver. Unless you don’t have any problem with running a less secure software, you’re better off not installing it as your primary device.
Click to expand...
Click to collapse
WHAT DOESN'T WORK?
* Double Tap To Wake
* If your fingerprint is not working, then see this
* Some things are broken with Enforcing like login in some games. For this you can flash Permissiver(do note that it weakens the security) from here
Be sure to include a log : check how to by this or this
DOWNLOADS
It is for only UI1
Click here to Download(Updated 2022 January 22nd)
Mirror can be found at here
INSTRUCTIONS
* Install TWRP from here
* Boot to TWRP
* Install ROM
* Install GApps(optional and FlameGApps are suggested)
* Wipe cache
* Format Data
* Reboot
SCREENSHOTS
Spoiler: Click To Show Content
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
Spoiler
Fixing SafetyNet
* Root with Magisk by patching boot.img from rom zip manually and flash it from bootloader
* Enable 'Magisk Hide' in Magisk app
* Remove /system/xbin/su
* Install 'MagiskHidePropsConfig' module and change fingerprint
* Open Termux, type su and then props​* Choose Edit device fingerprint and Pick a certified fingerprint​* Choose any. I chose Google Pixel 5​* Done
CREDITS
* Irawan's for trees
* TechyMinati for initial trees and kernel fixes
* Apon77 for server at here
SOURCES
* ROM Source
* ArrowOS Devices
* Device Tree
* Kernel Source

microG
ArrowOS supports Signature Spoofing and microG works out of the box without any additional steps.
Use below steps for bare minimal replacement of Play Services i.e, without any Location Services, Maps and Play Store InApp Purchases
- Flash ArrowOS VANILLA without flashing GApps
- Download and install GmsCore from https://github.com/microg/GmsCore/r...2.212658/com.google.android.gms-212658044.apk
- Download and install GsfProxy from https://github.com/microg/android_packages_apps_GsfProxy/releases/download/v0.1.0/GsfProxy.apk
- Download and install FakeStore from https://github.com/microg/FakeStore/releases/download/v0.1.0/FakeStore-v0.1.0.apk
- Go to AppInfo of microG Services Core from AppDrawer and grant all the permissions
- Open microG Services Core, go to Self-Check and make sure that all options are checked. If something is not checked, then click on it and allow for asked permission
- Go back and choose Account for adding Google Account
- Also enable Google device registration, Cloud Messaging if not enabled
- Reboot
BUILDING
See bringup at https://blog.arrowos.net/compilation-guide/
Below are the instructions that I used to build ArrowOS in Ubuntu 20.04 LTS.
Setup build environment
It will download and install packages required for building
Bash:
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
Sync ArrowOS ROM sources
It will download sources that have size upto 100GB. So be prepared to have that much internet and time to wait till it downloads
Bash:
repo init -u https://github.com/ArrowOS/android_manifest.git -b arrow-11.0
repo sync
Spoiler
No longer needed, since these are merged in upstream
Apply required patches
For fixing VoLTE and booting
Bash:
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 -
Clone Device and Vendor trees
Our device specific trees to build.
Bash:
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
Spoiler
Use below if you want to build using Techyminati's trees instead of Irawan's trees
Clone Device and vendor trees
Our device specific trees to build. No need of kernel sources, since we are using stock prebuilt one in device tree.
Bash:
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 the ROM
It is the crucial step. Its time to build ROM from sources. It may take so much depending on your PC specifications. It may take upto 7 - 15 hours for a decent PC
Bash:
. build/envsetup.sh
lunch arrow_RMX2185-userdebug
m bacon 2>&1 | tee log.txt
Get final flashable ROM zip
Code:
out/target/product/RMX2185/{ROM_NAME}.zip

Changelog
TODO
https://review.arrowos.net/c/ArrowOS/android_frameworks_base/+/14107
Changelog
Spoiler
Spoiler: January 22
ArrowOS side changes
- January security patches
Spoiler: December 15
Device side changes
- Switched SELinux from Permissive to Enforcing
ArrowOS side changes
- December security patches
Spoiler: November 14
ArrowOS side changes
- November security patches
- Hotspot WPA3 Settings
- Update SimpleCalendar
Spoiler: October 12
- October security patches
- Update SimpleCalendar, SimpleGallery
Spoiler: September 14
* September security patches
* Updated DuckDuckGo, Simple Gallery, Simple Calendar
Spoiler: August 15
* SafetyNet passes without Magisk
* Added Realme Dirac
* Update perf profile for our devices
* Fixed Zram
* Disable some debug logging
ArrowOS side changes:-
* August Security patches
* Added 'Wake on plug'
* Disable Network indicator in status bar when notch detected
Spoiler: July 25
* Shifted to Irawan's trees
* With Irawan's trees we will get following
* Good status bar​* SafetyNet will pass using MagiskHide​* Source built and upstreamed to 4.9.206 kernel​* Realme Settings with some changes(by using RealmeParts)​* Call recording(Have to click in every call)​* Device specific overlay(power_profile)​* This also Encrypted and Permissive
Spoiler: July 18
* Initial build using Techyminati trees
* Encrypted and permissive
* Stock A.87 prebuilt kernel
* SafetNet will pass only in eng builds by removing /system/xbin/su and changing fingerprint using MagiskHidePropsConfig module
* No Realme Settings included(So no OTG)

Hi, I cant seem to download it sir.
What do I need to do?
I have tried several custom roms for my realme c12 but all of them has wifi issues and bluetooth issue.
It says MAC WIFI and bluetooth address not awailable.

HemanthJabalpuri said:
ArrowOS
ArrowOS is an AOSP based project started with the aim of keeping things simple, clean and neat. We added just the right and mostly used stuff that will be actually USEFUL at the end of the day, aiming to deliver smooth performance with better battery life.
What is ArrowOS?​
ABOUT
ArrowOS is an AOSP/CAF based project started with the aim of keeping things simple, clean and neat.
Website: https://arrowos.net
Blog: blog.arrowos.net
Telegram: Channel | TG Portal/Links
Github: https://github.com/ArrowOS
Code Review: review.arrowos.net
Changelog: https://arrowos.net/changelog.php
E-mail: arrowos.contact
PayPal: Donate to us
Checkout more documentation at (maintainership/contributing): Check this out
WHAT WORKS?
* VoLTE
* WiFi
* Offline Audio
* Video in YouTube and Facebook
Note: ROM is tested in A.87 and A.93 Stock ROMs only as base
It is Encrypted and permissive build.
WHAT DOESN'T WORK?
* Fingerprint
* Double Tap To Wake
Be sure to include a log : check how to
DOWNLOADS
Click here to Download
INSTRUCTIONS
* Make sure your using A.87 or A.93 as base Stock ROM
* Install TWRP from here
* Boot to TWRP
* Install ROM
* Install GApps(optional and Flame GApps are suggested)
* Wipe cache
* Format Data
* Reboot
SCREENSHOTS
Spoiler: Click To Show Content
View attachment 5365535View attachment 5365539View attachment 5365541View attachment 5365543
View attachment 5365545View attachment 5365547View attachment 5365549View attachment 5365551
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
Spoiler
Fixing SafetyNet
* Root with Magisk by patching boot.img from rom zip manually and flash it from bootloader
* Enable 'Magisk Hide' in Magisk app
* Remove /system/xbin/su
* Install 'MagiskHidePropsConfig' module and change fingerprint
* Open Termux, type su and then props​* Choose Edit device fingerprint and Pick a certified fingerprint​* Choose any. I chose Google Pixel 5​* Done
CREDITS
* TechyMinati for trees
SOURCES
* ROM Source
* ArrowOS Devices
* Device Tree
* Kernel Source
Click to expand...
Click to collapse
Hi, I cant seem to download it sir.
What do I need to do?
I have tried several custom roms for my realme c12 but all of them has wifi issues and bluetooth issue.
It says MAC WIFI and bluetooth address not awailable.

@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

HemanthJabalpuri said:
@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
Click to expand...
Click to collapse
Thanks for the reply.
I was able to reach out to you on telegram as well.
I am very thankful for the timely response regarding this.
Thanks for your recommendation as well
I will try arrow for gaming, then let you know about the results.
P.S: I was able to use wifi now using custom ROM after flashing the older stock rom
All other custom rom works great too they have wifi now

Sorry, sir, may I ask for the stock room link A87/A93 as a basis for flashing the Arow OS

Zeyn0101 said:
Sorry, sir, may I ask for the stock room link A87/A93 as a basis for flashing the Arow OS
Click to expand...
Click to collapse
Are you using A.95?
If yes, then it will work on A.95 too I guess.
So flash and let me know.

I have flashed it but it's black blank
Even though I flashed stock recovery.img
Quote Reply

Zeyn0101 said:
Saya sudah memflashnya tapi blank hitam
Padahal sudah flash stok recovery.img
Click to expand...
Click to collapse
English please

Also I want to fix the wifi and bluetooth bug via the stock room base A87/93 that you recommend

https://download.c.realme.com/osupdate/RMX2185_11_OTA_0870_all_1TbYEnns8MEW.ozip

can the ozip file flash it in twrp

Zeyn0101 said:
can the ozip file flash it in twrp
Click to expand...
Click to collapse
Yes, but before flashing, enable 'Skip treble compatibility error' in TWRP settings.
Now you can flash and format data.

Thank you sir

HemanthJabalpuri said:
Yes, but before flashing, enable 'Skip treble compatibility error' in TWRP settings.
Now you can flash and format data.
Click to expand...
Click to collapse
sorry, why after flashing it there is no boot logo and it keeps rebooting the system by itself

Zeyn0101 said:
sorry, why after flashing it there is no boot logo and it keeps rebooting the system by itself
Click to expand...
Click to collapse
You mean stock rom?
I don't know. Have you did Format Data?

HemanthJabalpuri said:
You mean stock rom?
I don't know. Have you did Format Data?
Click to expand...
Click to collapse
after i flashed room arow os and i rebooted the system there is no boot logo it just keeps rebooting

Zeyn0101 said:
after i flashed room arow os and i rebooted the system there is no boot logo it just keeps rebooting
Click to expand...
Click to collapse
Try to Format Data.
Boot to fastboot and run fastboot -w

Related

[UNOFFICIAL][ROM] LineageOS/Go 15.1 for Galaxy J5 [SM-J5008/H/F/FN/G/M/Y]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 8.1 (Oreo), which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Code:
** Disclaimer
I am not responsible if flashing this ROM bricks your
phone or causes thermonuclear war and ends the
world as we know it. You have been warned.
ROM Information
ROM Target Device: Samsung Galaxy J5 SM-J5008 | SM-J500H | SM-J500F/G/M/Y | SM-J500FN
ROM Status: Beta
ROM OS: LineageOS/LineageOS Go 15.1
Project GitHub Repositories: https://github.com/Galaxy-MSM8916
Project Gerrit Review site: https://review.msm8916.com/
Telegram Channel (for ROM build/completion notifications): https://telegram.me/Samsung_MSM89XX
Telegram Group (for Q&A): https://telegram.me/joinchat/AJrZvz_pGY7Pvfis9kzMwA
Bug reports: https://bugs.msm8916.com/
Click to expand...
Click to collapse
Device Names
Verify your device codename before downloading any firmwares or recovery images!
Code:
[B]SM-J500F/G/M/Y[/B] - [COLOR="DarkSlateBlue"][B]j5lte[/B][/COLOR]
[B]SM-J5008[/B] - [COLOR="DarkSlateBlue"][B]j5ltechn[/B][/COLOR]
[B]SM-J500FN[/B] - [COLOR="DarkSlateBlue"][B]j5nlte[/B][/COLOR]
[B]SM-J500H[/B] - [COLOR="DarkSlateBlue"][B]j53gxx[/B][/COLOR]
Click to expand...
Click to collapse
Download
LineageOS builds: https://download.msm8916.com/LineageOS/
LineageOS GO builds: https://download.msm8916.com/LineageOS_Go/
GApps: https://download.msm8916.com/OpenGApps/
or (recommended for lineage) :
GApps: https://download.msm8916.com/MindTheGapps/
TWRP Builds: https://download.msm8916.com/TWRP/3.2.1/
Click to expand...
Click to collapse
Instructions
If you are completely new to flashing custom ROMs and have no idea how to begin, start by downloading a TWRP image for your device from the links above and flash it using the ODIN tool (see below).
You cannot flash a custom ROM over stock recovery, so downloading a custom recovery is the first thing you will need to do.
Click to expand...
Click to collapse
If you are completely new to flashing custom ROMs and have no idea how to begin, start by downloading a TWRP image for your device from the links above and flash it using the ODIN tool (see below).
You cannot flash a custom ROM over stock recovery, so downloading a custom recovery is the first thing you will need to do.
Click to expand...
Click to collapse
Installation via recovery (TWRP/LineageOS Recovery)
* Download a recent .zip file from the links above for your device.
* Reboot into recovery mode [Press Power+Volume Up+Home].
* Wipe your data and cache partition (equivalent to doing a Factory Reset)
if you are coming from a stock ROM.
* Either: Plug in your phone into your computer, copy the zip file to a location on your Internal or External Storage on a device, click Install on TWRP on your phone and locate the zip file in the phone, or:
* Plug in your phone into your computer, and open Advanced->ADB Sideload on TWRP on your phone and swipe the slider to enter sideload mode.
Then open a command prompt/terminal on your computer in the folder you put the file by Shift-Clicking (Shift+Right Click) and selecting "Open Command Prompt/Terminal Here" (you will need to have adb installed) and type:
adb sideload name_of_zip.zip
to sideload the file. Replace name_of_zip.zip with the name of the file. If you are running Linux you may need to type adb kill-server and use sudo adb sideload if you get an `Insufficient Permissions` error.
* Download and flash GApps in the same way.
Click to expand...
Click to collapse
How to provide logcats
Under Windows:
Code:
[B]* Install samsung device drivers and then
the adb utils from here:[/B]
[url]https://forum.xda-developers.com/showthread.php?t=2588979[/url]
[b]* Then enable developer mode, connect your phone to usb,
and from [B]cmd[/B] paste this command:[/b]
[I]adb logcat > %userprofile%/Desktop/logcat.txt[/I]
[b]then try to reproduce the bug.[/b]
[b]* The logcat file will be on your desktop.[/b]
Under Linux:
Code:
[b]* Install the adb utils from your distribution's
package manager and execute the command:[/b]
[I]adb logcat > ~/logcat.txt[/I]
[b]then try to reproduce the bug.[/b]
[b]* The logcat file will be on your home directory.[/b]
* Create a bug report at https://bugs.msm8916.com/ and paste the logcat there.
* If you cant connect the device through adb on windows because the drivers, connect the device over wifi, enable adb over network on the quick setting tiles, and type:
Code:
adb connect [ip address here]
And then the adb logcat command for windows.
Click to expand...
Click to collapse
FAQ
Q: Are you taking device requests?
A: No.
Q: Are you accepting feature requests?
A: No.
Q: Can you make XXX ROM as well as LOS?
A: No.
Q: Can I throw money at you?
A: Most certainly. Donations are always welcome.
Click to expand...
Click to collapse
XDA:DevDB Information
[UNOFFICIAL][ROM] LineageOS/Go 15.1 for Galaxy J5 [SM-J5008/H/F/FN/G/M/Y], ROM for the Samsung Galaxy J5
Contributors
vince2678, minz1, deadman96385, Dyneteve,vlwwwwww
Source Code: https://github.com/Galaxy-MSM8916
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 3.10.x
ROM Firmware Required: >= 6.0.x MarshMallow
Based On: LineageOS
Version Information
Status: Beta
Created 2018-07-25
Last Updated 2018-10-10
Reserved
NOTE: Development/maintenance is still ongoing.
In case any clarification is needed: a member of the team quit (you know who). Myself (Vincent), Sean (@deadman96385) and Emery (@minz1) have been busy, and I unwell, for the past few months, so we have not been able to contribute as much as we would like, but make no mistake: we are the founders of this (Galaxy-MSM8916/53) teams, and our contributions in terms of both time, money and code are by far the greatest. We are committed as always, and as long as there is a community for msm8916/msm8953 devices, we will keep maintaining our sources and building ROMs for these devices.
If this is your first time flashing O, you will need to install the latest unofficial TWRP image for your device from the links above before flashing a zip image, otherwise installation of a zip will invariably fail.
Reserved
What works
Code:
[B]
* RIL (in-call audio, messaging, [I]data possibly[/I])
* Bluetooth (including audio)
* WiFi
* Audio (music, etc)
* Camera (including video recording)
* Flash
* Sensors
* GPS
[/B]
Known Issues
Code:
[COLOR="RoyalBlue"][B] All *dual-sim* devices [/B][/COLOR]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] In-call audio is buggy on the second sim.[/B]
Code:
[COLOR="RoyalBlue"][B]All devices[/B][/COLOR]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] NFC does not work. This is indefinitely broken[/B]
Changelog
Code:
[COLOR="Red"][B]09/02/2018[/B][/COLOR]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Core control has been disabled permanently, in-kernel. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] NFC may (or may not) be working this build on capable devices.
This is Untested. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Automatic brightness and night light enabled for capable devices. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Ambient display should be enabled on capable devices. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Rebased lineage-15.1 branches in repos. This is mostly
for our benefit; just to tidy up the repos and make commit history more descriptive,
accurate and give proper credits to commit authors. [/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Camera recording should be working again.
This was broken due to upstream android security change. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Reworked zram support in ROM. There are now two zram properties:
[I]ro.config.zram.enabled[/I] and [I]ro.config.zram.size[/I]
Set [I]ro.config.zram.enabled[/I] [I]true[/I] to enable zram;
and [I]ro.config.zram.size[/I] to set the size of the zram disk.
If you set this too large the system will slow down. You can also just use a zram
zip from the download server to do this automatically.[/B]
Code:
[COLOR="Red"][B]08/12/2018[/B][/COLOR]
* [B][[COLOR="Red"]BUG[/COLOR]][/B] [B] Camera recording is broken.
This is due to upstream android security change. [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Reworked zram support in ROM. There are now two zram properties:
[I]ro.config.zram.enabled[/I] and [I]ro.config.zram.size[/I]
Set [I]ro.config.zram.enabled[/I] [I]true[/I] to enable zram;
and [I]ro.config.zram.size[/I] to set the size of the zram disk.
If you set this too large the system will slow down. You can also just use a zram
zip from the download server to do this automatically.[/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Enabled zram by default for low-ram (1GiB) devices [/B]
Code:
[COLOR="Red"][B]07/26/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Camera recording should be working normally again [/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] sdcard (vfat/fat32) should work fine in recovery [/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Some stutter and lag issues have been fixed
(tweaked core_control, among others) [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] exFAT support has been restored [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Re-enabled QS transparency [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Removed go-gapps from lineage-go [/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] Reduced kernel logcat buffer size from 512KB to 256KB (slight RAM saving)[/B]
* [B][[COLOR="Blue"]NOTE[/COLOR]][/B] [B] zram has been disabled by default. If you want this, you can set the
property [I]ro.config.zram[/I] to true[/B]
Code:
[COLOR="Red"][B]06/03/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Frequency scaling issues should be fixed (stutter after suspend/resume should be gone). [/B]
Code:
[COLOR="Red"][B]06/01/2018[/B][/COLOR]
* [B][[COLOR="Blue"]MISC[/COLOR]][/B] [B] Go GApps are now embedded in LineageOS Go builds. [/B]
Code:
[COLOR="Black"][B]05/28/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Frequency scaling should be fixed (improved power savings) [/B]
Code:
[COLOR="Black"][B]05/21/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Thermal engine is now working proper (for better temperature control) [/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Hidden Wi-Fi networks should now be connectable/reachable [/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Power hal is now working proper (resulting in improved battery usage)[/B]
* [B][[COLOR="Blue"]MISC[/COLOR]][/B] [B] RIL includes updated [/B]
* [B][[COLOR="Blue"]MISC[/COLOR]][/B] [B] Misc. kernel updates (sdcardfs, binder) [/B]
Code:
[COLOR="Black"][B]04/27/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Brightness adjustment should be fixed for the fortuna3g/SM-G530H[/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] In-call audio should be working for the second sim on dual-sim devices[/B]
Code:
[COLOR="Black"][B]04/24/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Sim detection should be fixed for fortuna* devices.[/B]
Code:
[COLOR="Black"][B]04/23/2018[/B][/COLOR]
* [B][[COLOR="Green"]MISC[/COLOR]][/B] [B] Added fortuna* devices.[/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Video recording now works[/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Bluetooth audio is fully working[/B]
Code:
[COLOR="Black"][B]13/03/2018[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] In-call audio should be working in the latest build[/B]
* [B][[COLOR="Orange"]PARTIAL FIX[/COLOR]][/B] [B] Camera flash and previews should be working, however, saving pictures or videos will not work. [/B]
Code:
[COLOR="Black"][B]06/02/2018[/B][/COLOR]
* [B][[COLOR="Red"]REGRESSION[/COLOR]][/B] [B] In-call audio is broken [/B]
Code:
[COLOR="Black"][B]20/11/2017[/B][/COLOR]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] WiFi is working[/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] RIL functions (Calling, texting, data) should be working, including in-call audio [/B]
* [B][[COLOR="Green"]FIX[/COLOR]][/B] [B] Music and video playback should be working [/B]
Code:
[COLOR="Black"][B]12/11/2017[/B][/COLOR]
* [B][[COLOR="Green"]NOTE[/COLOR]][/B] [B] First working image built. [/B]
OMG thank you so much
There's a bug in camera in latest build
kenjiYa said:
There's a bug in camera in latest build
Click to expand...
Click to collapse
What model?
And what's the bug?
And if you can, can you upload a logcat?
I'm sure the devs are working on it
My model is j500h and it says that cant connect to camera
Hi man, i want to thank the good work the team has been doing for the J5 community.
Greetings.
kenjiYa said:
There's a bug in camera in latest build
Click to expand...
Click to collapse
I can't do anything without logs. Right now I'm stalled on this bug because I don't have the device, or logs to help find the issue.
Hello, Im having a little problem here.
I cant boot TWRP 3.2.1 j38(TWRP-3.2.1-lineage-15.1_j38_20180725_j5lte) but TWRP 3.2.1 j37 (TWRP-3.2.1-lineage-15.1_j37_20180404_j5lte) works fine.
But when I install the LineageOS version j111 to j115 or the LineageOS Go my cel wont boot. Its a SM-J500M/DS.
When I install the LineageOS version j57, my cel boot without problem but video record wont work...
Anyone have this problems too?
MagusCoD said:
Hello, Im having a little problem here.
I cant boot TWRP 3.2.1 j38(TWRP-3.2.1-lineage-15.1_j38_20180725_j5lte) but TWRP 3.2.1 j37 (TWRP-3.2.1-lineage-15.1_j37_20180404_j5lte) works fine.
But when I install the LineageOS version j111 to j115 or the LineageOS Go my cel wont boot. Its a SM-J500M/DS.
When I install the LineageOS version j57, my cel boot without problem but video record wont work...
Anyone have this problems too?
Click to expand...
Click to collapse
You probably need to update your bootloader. I don't really see any reason why both recovery and os would fail otherwise.
vince2678 said:
You probably need to update your bootloader. I don't really see any reason why both recovery and os would fail otherwise.
Click to expand...
Click to collapse
Thanks for your reply.
Can you tell me how? I searched on google but cant find anything.
MagusCoD said:
Thanks for your reply.
Can you tell me how? I searched on google but cant find anything.
Click to expand...
Click to collapse
Search xda, particularly the J5 2015 development forums, and the previous (now closed) lineage and rr threads.
I'll try make a post about this later, but i don't have the time right now.
vince2678 said:
Search xda, particularly the J5 2015 development forums, and the previous (now closed) lineage and rr threads.
I'll try make a post about this later, but i don't have the time right now.
Click to expand...
Click to collapse
I need the 6.0.1 right?
This one will work?
https://forum.xda-developers.com/galaxy-j5/how-to/6-0-1-5-1-1-bootloader-modem-j500xx-t3566801
Edit: It works! Thank you soooo much Vince!
Another question: I need to use the gapps to install the apps on LineageOS Go or its not necessary? Thanks again!!!
MagusCoD said:
I need the 6.0.1 right?
This one will work?
https://forum.xda-developers.com/galaxy-j5/how-to/6-0-1-5-1-1-bootloader-modem-j500xx-t3566801
Edit: It works! Thank you soooo much Vince!
Another question: I need to use the gapps to install the apps on LineageOS Go or its not necessary? Thanks again!!!
Click to expand...
Click to collapse
Yes, you will need to flash gapps. Please read the third post for such information in future, I place most updates there.
Hi.
New builds are up for all devices. See the third post (first page). But more importantly:
I usually don't ask for or expect much, but at this critical time we really need your financial support, and anything will go a long way. Our domain is expiring next week, and our server and needs upgrades, and money is needed for a faster network link, and the like, and all of us on the team have spent a lot of our own time and money to make this happen, and to keep it going.
We cannot keep forking money from our own pockets, because the cumulative cost over the past few years is really high
(say, somewhere between $500-$1000) excluding previous donations.
I'm only saying this because we REALLY, REALLY need your financial support to keep this going.
I'm not asking for money for myself. This is all for the progress of maintenance/development.
We're all students or borderline broke, living from paycheck to paycheck, and we've done the best we can with what we have.
If you can donate a dollar, then do that. If you can donate more, then please do. But please, if you can, take the time to do so.
There are thousands (yes, thousands) of users downloading ROMs *every day* from our servers, tens of downstream clones of our repos and ROMs, and upwards of 30 devices supported, so this isn't an absurd request.
For the cost of a coffee, or whatever your favourite drink or snack is, you can help us keep this going beyond O.
If you can, donate to (Paypal): [email protected]
Thanks,
Vincent.
I can't get lattest netflix working.
I pass safetynet (fully) but no netflix.
Someone got it working?
i've installed the last version of lineageosGO and performance seems great. But i'm facing a bug(?) with the playstore, i dont know if it is problem with the gapps (i already installed 3 different ones) or if its a problem with the rom. The fact is, most of the apps that i use, like istagram, twitter, facebook, uber,etc. are aparently incompatiblle with my device. when i go to playstore and try to install anyone of those above, i get the message "your device is not compatible with this version". Is there anything that i can do to fix that? the rom is awesome, i really want to use it. Thanks for your time
rodrigocavalcan said:
i've installed the last version of lineageosGO and performance seems great. But i'm facing a bug(?) with the playstore, i dont know if it is problem with the gapps (i already installed 3 different ones) or if its a problem with the rom. The fact is, most of the apps that i use, like istagram, twitter, facebook, uber,etc. are aparently incompatiblle with my device. when i go to playstore and try to install anyone of those above, i get the message "your device is not compatible with this version". Is there anything that i can do to fix that? the rom is awesome, i really want to use it. Thanks for your time
Click to expand...
Click to collapse
Same here. Tested with normal and Go versions and both have this problem.
Edit: Version j114 work fine, try this one.
Iagothewheels said:
I can't get lattest netflix working.
I pass safetynet (fully) but no netflix.
Someone got it working?
Click to expand...
Click to collapse
rodrigocavalcan said:
i've installed the last version of lineageosGO and performance seems great. But i'm facing a bug(?) with the playstore, i dont know if it is problem with the gapps (i already installed 3 different ones) or if its a problem with the rom. The fact is, most of the apps that i use, like istagram, twitter, facebook, uber,etc. are aparently incompatiblle with my device. when i go to playstore and try to install anyone of those above, i get the message "your device is not compatible with this version". Is there anything that i can do to fix that? the rom is awesome, i really want to use it. Thanks for your time
Click to expand...
Click to collapse
I'm aware of this. There's a bug I missed, and only noticed by the time all the builds had run, which affects all that. I'll rerun the builds with a fix.
For the time being, you can set this prop and restart systemui, and the bug should be cleared :
Code:
ro.opengles.version=196608

[OFFICIAL][a5xelte][SM-A510F]Lineage OS 16.0 for A5 2016

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Introduction
LineageOS 16.0 is a free, community built, aftermarket firmware distribution of Android 9.0 (Pie), which is designed to increase performance and reliability over stock Android for your device. The port for the Exynos7580 based devices was created by @Stricted and I along with many contributions from other people in the Android community.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What worksCalls, SMS, Mobile Data
Camera
NFC
WiFi
Bluetooth
Torch
Sensors
GPS
SELinux Enforcing
HWC​What doesn't work
IMS services (VoLTE, VoWiFi, etc). Samsung has their own proprietary implementation. It is not really possible to easily port that to LineageOS.​ Installation
Install the latest TWRP (Available Here)
Make a full backup (just in case something goes wrong)
Do a full wipe (Cache, Dalvik Cache, Data, System)
Download the latest LOS build and transfer it to your phone
Install LOS
If you are installing GApps do it at the same time (preferably in the same install queue)
And finally boot, the first boot can take several minutes as it optimises all the apps​ Downloads
Latest official releases HERE
Latest unoficial releases are uploaded HERE
OpenGapps HERE
TWRP is availableHERE
Magisk is available HERE​Thanks
@Stricted
@l-0-w
@sekil
@alexax66
@macs18max (BT call audio fix)
@Borduni
All the testers on the Discord group (https://discord.gg/8fp9cr7)
And all others who have contributed to the Exynos projects past and present​A special thanks to my donorsMarkus Anders
@D4ND310
@epicwilmo
@tyson
@thebinf
@Herti
@pixelou
@xavier66​
XDA:DevDB Information
Lineage OS 16.0 for A5 2016, ROM for the Samsung Galaxy A Series
Contributors
danwood76, stricted
Source Code: https://github.com/LineageOS
ROM OS Version: 9.x Pie
Based On: LineageOS
Version Information
Status: Stable
Created 2019-06-25
Last Updated 2019-08-22
Changelog
Code:
Changes in the 18/08/19 release:
[INDENT]Fixed GPS SEPolicy (thanks @stricted)
[/INDENT]
Older changes listed below:
Code:
Chaages in the 16/08/19 release:
[INDENT]Revert one HWC change to correct slight UI lag
LOS updates[/INDENT]
Code:
Chaages in the 11/08/19 release:
[INDENT]More HWC improvements (thanks @Stricted)
Added volume keys as a wakeup source (now visible in button settings)
Corrected fingerprint sensor location on the "add fingerprint" GUI
Synced WiFi config with stock (now same as A3)
August security patches[/INDENT]
Code:
Changes in the 23/07/19 release:
[INDENT]Fixed remaining HWC issues (we now build with no hacks to upstream LOS)
Added buildprop to skip waiting for buffer fences to signal (thanks @stricted and @ivan_meler)
Build new HIDL lights HAL
[/INDENT]
Code:
Changes in the 19/07/19 release:
[INDENT]Fixed TWRP device list so it will now install correctly on variants other than A510F (thanks @dariotr)
Fixed SSWAP
Synced with latest LOS sources[/INDENT]
Code:
Changes in the 07/07/2019 release:
[INDENT]Fixed HWC (Improves UI fluidity and power usage)
SELinux cleanup (thanks @Stricted)
Migrate to new HIDL LiveDisplay and Touch HALs (thanks @Stricted)
July Android Security Patch
LOS updates[/INDENT]
Code:
Changes in the 27/06/2019 release:
[INDENT]SEPolicy: Fixed SELinux denial that broke fingerprint on some variants
kernel: added config option to fix WiFi hotspot
[/INDENT]
Code:
Changes in the 25/06/2019 release:
[INDENT]
Initial release
[/INDENT]
Build Instructions
1. Setup a LineageOS build environment based on one of the supported LineageOS 16.0 devices: https://wiki.lineageos.org/index.html
Note: All commands below are executed from the LineageOS root directory
2. Initialise the LineageOS repositories
repo init -u git://github.com/LineageOS/android.git -b lineage-16.0
3. Sync the repos (can take a log time, around 30GB of downloads)
repo sync
4. Create the .repo/local_manifests directory and add the a5xelte manifest (attached)
mkdir .repo/local_manifests/
cp ~/Downloads/a5xelte.xml .repo/local_manifests/
5. Sync our device trees in
repo sync
6. Setup the build environment
source build/envsetup.sh
7. Finally start the build:
brunch lineage_a5xelte-userdebug
To pull in new changes it is usually only necessary to repeat steps 5 - 7.
thank you so much for bringing Los Pie to our little device
Downloading it right away
Can I dirty flash it over Bunny's Los 16 build ?
MBechirM said:
Can I dirty flash it over Bunny's Los 16 build ?
Click to expand...
Click to collapse
No, I wouldn't try that.
Our device tree is very different so a clean flash is the only way.
Great ROM
Runs smoothly on my phone everything seems to work just fine, only problem is the system seems to read the fingerprint scanner as an on display scanner.
Lungss said:
Runs smoothly on my phone everything seems to work just fine, only problem is the system seems to read the fingerprint scanner as an on display scanner.
Click to expand...
Click to collapse
How do you mean?
The fingerprint scanner location variable can only be front/back/left/right and I configured it for the front. It is working fine for me.
Regards,
Danny
danwood76 said:
How do you mean?
The fingerprint scanner location variable can only be front/back/left/right and I configured it for the front. It is working fine for me.
Regards,
Danny
Click to expand...
Click to collapse
The thumbnail under the instruction to locate fingerprint scanner shows the scanner location on the screen, while the scanner itself doesn't respond to any input.
This is what I see:
danwood76 said:
No, I wouldn't try that.
Our device tree is very different so a clean flash is the only way.
Click to expand...
Click to collapse
Ok then I'll clean flash it thanks for keeping this phone alive
Lungss said:
The thumbnail under the instruction to locate fingerprint scanner shows the scanner location on the screen, while the scanner itself doesn't respond to any input.
This is what I see:
--snip--
Click to expand...
Click to collapse
I think you are taking that image too literally .
The fingerprint scanner is the home button and it doesn't work whilst the charger is plugged in (not tested that on stock but it doesn't work whilst plugged in for me on LOS).
If you are having issues with the scanner then please dump a full logcat in matlog or via ADB which should help me debug.
Fingerprint scanner don't work like on the first builds of 15.1 los
Wow, that was fast ! :good:
Thank you for bringing Pie on our A510F !
I try your ROM asap.
Guigui
skaptes said:
Fingerprint scanner don't work like on the first builds of 15.1 los
Click to expand...
Click to collapse
Ah, I have missed the additional SEPolicy rule for the FP scanner on some variants.
I will correct this later.
I've tried your ROM, and everything is working fine for me exept the firgerprint scanner, but I understand that this will be solved soon.
Very happy with this ROM, thanks for the job !
Guigui
@danwood76, I am trying to build lineageos for microg 16.0 based on your rom, but failing evertime due to the following error :-
Syncing branch repository
sed: can't read build/core/version_defaults.mk: No such file or directory
sed: can't read build/core/version_defaults.mk: No such file or directory
sed: can't read build/core/version_defaults.mk: No such file or directory
[Wed Jun 26 10:23:17 UTC 2019] Can't detect the android version
the error log, suggests this :-
"Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists"
I know this has got to do something with the ssh thing and I even tried to generate a ssh key for my local device but nothing happened.
Could you possibly suggest a solution to this.
Thanks.
The local manifest is the same that you have posted in this forum.
ashwini215 said:
@danwood76, I am trying to build lineageos for microg 16.0 based on your rom, but failing evertime due to the following error :-
Syncing branch repository
sed: can't read build/core/version_defaults.mk: No such file or directory
sed: can't read build/core/version_defaults.mk: No such file or directory
sed: can't read build/core/version_defaults.mk: No such file or directory
[Wed Jun 26 10:23:17 UTC 2019] Can't detect the android version
the error log, suggests this :-
"Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists"
I know this has got to do something with the ssh thing and I even tried to generate a ssh key for my local device but nothing happened.
Could you possibly suggest a solution to this.
Thanks.
The local manifest is the same that you have posted in this forum.
Click to expand...
Click to collapse
I have changed the manifest in the build post to https so it should work if you update yours.
Regards,
Danny
I have a few questions, mini review and bugs report. (and sorry for my English, i'm from Poland)
1. HWC is a Hardware Composer? Why is disabled?
2. WiFi hotspot doesn't work.
3. I saw glitches when I switched to Youtube Vanced from playback in background for a few seconds (but this is probably a problem with this app)
4. ROM is a bit faster compared to Lineage 15.1 build by danwood76, but it still having a 2D animation stuttering sometimes.
KaroloBC said:
I have a few questions, mini review and bugs report. (and sorry for my English, i'm from Poland)
KaroloBC said:
1. HWC is a Hardware Composer? Why is disabled?
Click to expand...
Click to collapse
HWC is buggy on Pie so you get black screens / lockups. We use the graphics hardware acceleration instead and it works well.
KaroloBC said:
2. WiFi hotspot doesn't work.
Click to expand...
Click to collapse
Looks like I was missing a config option for Pie, I have added this and it will work in the next build (uploading now).
KaroloBC said:
3. I saw glitches when I switched to Youtube Vanced from playback in background for a few seconds (but this is probably a problem with this app)
Click to expand...
Click to collapse
I am not the author of YouTube Vanced.
KaroloBC said:
4. ROM is a bit faster compared to Lineage 15.1 build by danwood76, but it still having a 2D animation stuttering sometimes.
Click to expand...
Click to collapse
The phones hardware isn't the quickest, when I had stock on the A5 it ran very slow. We may see slight improvements if we ever manage to fix HWC.
Click to expand...
Click to collapse
Hi,
I'm currently uploading a quick bug fix release.
Code:
Changes in the 27/06/2019 release:
[INDENT]SEPolicy: Fixed SELinux denial that broke fingerprint on some variants
kernel: added config option to fix WiFi hotspot
[/INDENT]
Regards,
Danny

[ROM] [Android 10] [Stable] (AOSP) Android Open Source Project | android-10.0.0_r29

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Disclaimer:
Code:
Flash this rom at your own risk. I will not be held responsible
if anything goes wrong because you did not follow the instructions as
I mentioned or flashed mods over this rom!
This is Pure Stock AOSP ROM and I will not be adding features to this rom!
This rom was intended to be feature less and gives you a smooth and fresh stock AOSP experience
on your cedric
Bugs:
Code:
* Camera Green tint bug (that happens in low light)
* Rest everything is working!
Downloads:
Downloads are Available on my Sourceforge Builds Page
Installation:
Make sure you are on the latest oreo firmware
1. Unlock your bootloader (If you are new to this, make sure you take a backup of everything)
2. Install TWRP
Optional: Take a backup of everything (Internal Storage, photos, media etc.)
3. Wipe data/Factory Reset
4. Tap on Install, navigate to wherever the ROM zip is stored
5. Tap on the zip and slide to flash
Optional: Flash GApps if needed.
6. Reboot and Enjoy!
Bug Reporting:
Bug reports without logs will be ignored. Attach proper logs with pointing out the proper bug!
Kernel Source Code: CodeZero's Git​
XDA:DevDB Information
Android Open Source Project, ROM for the Moto G5
Contributors
m_vaisakh, Sohamlad7
Source Code: [url]https://android.googlesource.com/[/URL]
Kernel Source Code: CodeZero's Git
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
ROM Firmware Required: Oreo Firmware
Based On: AOSP
Version Information
Status: Stable
Created 2019-12-18
Last Updated 2020-02-08
m_vaisakh said:
Vaisakh Murali:
Actually I've come to a decision, I feel like I should stop android development
It's just that for the past few days I've been away from android mostly, and it felt pretty good
I guess its time for me to be a user
Or a tester perhaps
I'm taking a break from android development, I'm really sorry to give you all hopes for Android 11 from my side. But I want to focus on my studies more. I spend too much time on android discussions and bug fixes
I hope you guys can understand
Click to expand...
Click to collapse
(from Telegram)
Tl;dr: No more updates for this./This is discontinued.
(Try out my MintOS! It is an mix of AOSP and LineageOS)
Build Instructions:
Make Sure you have setup your build system according to Android Guidelines, if not, official way to do so can found here. There are certain specifications to be met before you can build aosp, make sure you have enough specifications on your computer!
Also you have to setup repo tool from google
Code:
# Prepare folder to setup repo tool
$ mkdir ~/.bin
$ PATH=~/.bin:$PATH
# Downloading and setting up permissions for repo tool to work (You require python for repo tool to work!)
$ curl [url]https://storage.googleapis.com/git-repo-downloads/repo[/url] > ~/.bin/repo
$ chmod a+x ~/.bin/repo
Initialise AOSP Source Code from your favourite source (Here, aosp is being used.)
Code:
# Make sure you sync the code in a directory other than your home directory
$ mkdir ~/aosp
$ cd ~/aosp/
# Initialise the AOSP source code (Warning the code is several hundred gigabytes large!)
$ repo init [url]https://android.googlesource.com/platform/manifest[/url] -b android-10.0.0_r20 --depth=1
Clone my manifests, for both proper build system and device specfic requirements.
Code:
$ git clone [url]https://github.com/mvaisakh/aosp_cedric_local_manifest[/url] -b android-10 .repo/local_manifests/
Now to syncing! (This might take several hours depending on your internet connection speed!)
Code:
$ repo sync -c --no-tags --no-clone-bundle -j$(nproc --all)
Building AOSP for cedric! (This will take a while to build, depending upon your specifications.)
Code:
$ . build/envsetup.sh
$ lunch aosp_cedric-userdebug
$ mka bacon
After the Build succeeds, your rom zip will be found at:
Code:
~/aosp/out/target/product/cedric/
Flash and Enjoy!
NOTE: My device tree can be used to build other roms too! Just use the cedric.xml from my local manifest and modify device tree according to your rom and enjoy!
NOTE 2: I will not help with build errors that you might face with building, there are many guides and resources on the internet for doing that. Please keep the thread clean and void of such posts!
Releases
8th January 2020
Changelog:
* January Security Patch.
* Based on tag android-10.0.0_r25.
* Added theming (was removed by Google in android-10.0.0_r14).
* New and Amazing Fonts.
* Customisation is available in Settings > Display
* Improved Dark Theme.
* Improved Launcher & UI speeds!
* Fixed video recorder crash.
Download: https://sourceforge.net/projects/mv...-QQ1D.200105.002-20200108.033922.zip/download
6th February 2020
? Changelog:
• February security patch
• Massive theming from DerpFest, you can find it by tap and holding on the launcher home > Styles and Wallpaper.
• Enforced SELinux Build.
• Enable TypeFace Clock (Lockscreen Clock customisations)
• Improved Scrolling Cache
• Screen densities can be set to lower sizes.
• Loads of Fonts to choose from.
• A fresh new wallpaper
• WFD fix applied (untested)
Do not report bugs without proper logs.
Download: https://sourceforge.net/projects/mv...-QQ1D.200205.002-20200206.062144.zip/download
24th April 2020
? Changelog:
Platform specific:
* April Security Patch
* New fonts to choose from (some might not work, sorry for that, will remove with next update)
* Change primary colours
* More accents
* MicroG support
* Signature spoofing
* Removed unused videos from Framework
* Updated all animations from Pixel 4
* Optimised Android Runtime (Smoother than ever before)
* Better scrolling
Device specific:
* Use QCOM Surfaceflinger
* Eva EAS+ 3.0 as default kernel
* EAS Fine tuning for both better battery and performance!
* Safetynet Passes by default
* Switched to common dtb tool
* Network settings v2
* Display Colour Calibration
Download:
https://sourceforge.net/projects/mv...-QQ2A.200405.005-20200424.060707.zip/download
7th May 2020
? Changelog
Platform specific:
* Security Patch Bump
* May Security patch
Device specific:
* Eva EAS+ 1.2 as default kernel
Download: https://sourceforge.net/projects/mv...2A.200501.001.B3-20200506.204702.zip/download
14th June 2020
? Changelog:
Platform specific:
* Security Patch Bump
* June Security patch
Device specific:
* Fixed WiFi Display (screen mirroring), thanks to @CodeZero
* Kernel Security and Performance fixes from @OmegaPrimus7
Download: https://sourceforge.net/projects/mv...3A.200605.002.A1-20200613.153520.zip/download
9th August 2020
? Changelog:
• August security patch
• Kernel upgraded to Eva EAS+ v1.3
• Kernel compiled with GCC 10 for optimal performance
Download: https://sourceforge.net/projects/mv...-QQ3A.200805.001-20200808.184024.zip/download
Like my work?
Hit thanks button.
If you want to donate, please donate to a noble causes like UNESCO, and Environment Fund.
Is it the same as lineage 17 or is it another rom? Do you require arm64?
Alejandro miranda said:
Is it the same as lineage 17 or is it another rom? Do you require arm64?
Click to expand...
Click to collapse
It is another rom, Lineage has some amount of customisations, this one doesn't. Only aimed on stability and smoothness.
Yes, all ROMs since Oreo are arm64
The Moto g5 Cedric it did not come with support for Project Treble Official, if I install TWRP with Project Treble, will this ROM work and others too?
Darkyuuki said:
The Moto g5 Cedric it did not come with support for Project Treble Official, if I install TWRP with Project Treble, will this ROM work and others too?
Click to expand...
Click to collapse
this twrp from JarlPenguin: https://github.com/JarlPenguin/releases/releases/twrp3.3.1-3-cedric/
It has 32/64 bit & treble support, but it can also flash "normal" roms
I use this rom, very fast & responsive :good:
GApps
Please, i would like know more about Gapps for this rom?
What kind ? Only arm64 android 9 is available on opengapps.org. .
Thanks a lot.
morcego.surf said:
Please, i would like know more about Gapps for this rom?
What kind ? Only arm64 android 9 is available on opengapps.org. .
Thanks a lot.
Click to expand...
Click to collapse
You can use bitgapps, or other Q compatible gapps. If you use minimal gapps, they'll be limited to play store. Some modified gapps and theming support is available on the Cedric Telegram Chat.
m_vaisakh said:
It is another rom, Lineage has some amount of customisations, this one doesn't. Only aimed on stability and smoothness.
Yes, all ROMs since Oreo are arm64
Click to expand...
Click to collapse
the truth is I am left with lineage is 17 because this "ROM" is very good but when installing all the Google apps from the play store when the bootloader does not pass, and it is a bug that they have to fix, this is like android Q stock
@m_vaisakh What bugs does this ROM have?
Is she already at the flash point and?
Sorry for English because I'm using a translator.
Darkyuuki said:
@m_vaisakh What bugs does this ROM have?
Is she already at the flash point and?
Sorry for English because I'm using a translator.
Click to expand...
Click to collapse
Well, I have tested this stock Android 10 ROM, the truth is very fluid and that, but it has the same lineage errors as the Chrome videos and the camera, although here the launcher is more optimized than lineage, but I am left with lineage because it's bring more customizations it's not bring any of that, this is clean android stock, but it's ok
Alejandro miranda said:
Well, I have tested this stock Android 10 ROM, the truth is very fluid and that, but it has the same lineage errors as the Chrome videos and the camera, although here the launcher is more optimized than lineage, but I am left with lineage because it's bring more customizations it's not bring any of that, this is clean android stock, but it's ok
Click to expand...
Click to collapse
Thank you for answering my questions.
If anyone's interested, they can use my Eva Kernel EAS version and tell me how it feels to use it with AOSP.
m_vaisakh said:
If anyone's interested, they can use my Eva Kernel EAS version and tell me how it feels to use it with AOSP.
Click to expand...
Click to collapse
I will try to see, although once installed and consumed a lot of energy, a question! When will you get another update of this project? Will it be for ota?
Alejandro miranda said:
I will try to see, although once installed and consumed a lot of energy, a question! When will you get another update of this project? Will it be for ota?
Click to expand...
Click to collapse
Yes, this project will be maintained and receive monthly updates. About ota, I'll take it into consideration and will look into it when i have time.
m_vaisakh said:
Yes, this project will be maintained and receive monthly updates. About ota, I'll take it into consideration and will look into it when i have time.
Click to expand...
Click to collapse
thank you very much, I'll keep this one for now everything is fine
Can anyone confirm if Pokemon Go is working on this ROM without Magisk please? App says not compatible on Lineage 17. This is my sons phone so I really don't want to root it.
audinswfc said:
Can anyone confirm if Pokemon Go is working on this ROM without Magisk please? App says not compatible on Lineage 17. This is my sons phone so I really don't want to root it.
Click to expand...
Click to collapse
If it doesn't work on Lineage, it won't work on this. What module does it require?
m_vaisakh said:
If it doesn't work on Lineage, it won't work on this. What module does it require?
Click to expand...
Click to collapse
Well on my own device (Xiaomi Redmi Note 7, Pixel Experience 10 ROM) Pokemon Go doesn't work unless I flash Magisk and then use Magisk hide on it. However on my sons Moto G5 I have tried Lineage and even with Magisk and Magisk hide enabled Pokemon Go doesn't work unless I manually open Magisk Manager first, which I can't have him doing he's only 9 and he's going to cause some damage to his device if i'm not careful. Really don't want to go back to stock as it's awful on Moto G5. Was previously using Pixel Experience but as they've stopped developing it I wanted to try something more current. Also I found that Pixel Experience took up too much space leaving him not a lot of room for apps.
I'll just keep trying different ROMs.

[ROM][11.0.0_r31] POSP DumAloo (v4.0.2+3) - beryllium [OFFICIAL]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is 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.
*/
Now that I'm done saving my butt, let's proceed
Potato Open Sauce Project is a butter smooth Android aftermarket firmware.
We handpicked the best features around and are adding our own sauce to it.
Get ready to taste the unique features it brings with itself.
We aim to deliver an experience with original ideas and features along with the useful things
the community is accustomed to.
Team Potato
@Agent_fabulous
@ZerNico
@raj_jdja
@ShreyanshLodha
@ATechnoHazard
@HrX
Design:
@McAwesomePL
Valvze
Joshua Baldassarre
Got an issue or suggestion? Reach us at
Telegram: https://telegram.me/SaucyPotatoesOfficial
Twitter: https://twitter.com/PotatoAndroid
- Custom RGB/HSL/HSV accent picker for dark/light themes
- Custom volume panels
- Three mode Notch Handler (Notch-City)
- Icon shapes and icon pack support
- Lockscreen media art and media art blur level
- Permission hub
- Signature spoofing
- QS panel tweaks
- Various custom QS tiles
- Custom clocks
- Brightness slider tweaks
- Doubletap/longpress power to toggle Flashlight
- Double tap to sleep on lockscreen
- Per app network isolation option
- Google feed integration in launcher
- Other miscellaneous tweaks
POSP: PotatoProject
POSP Device Sources: PotatoDevices
POSP Code Review: Gerrit Code Review
xiaomi-sdm845 common kernel: PotatoDevices/kernel_xiaomi_sdm845
Clean Install
- Backup all your data (Important)
- Wipe /system, /data and cache.
- Flash the ROM + NikGApps (Download link below)
- Reboot
Updates
- Flash ROM
- Reboot!
ROM: https://sourceforge.net/projects/posp/files/beryllium/dumaloo
NikGApps: NikGApps
Credits
- Google for AOSP
- Team Potato
- LineageOS
- ArrowOS
- OmniROM
- AOSiP
- And everyone else who helped out!
Give some screenshots
Have anyone tried? Any ir face unlock and The good stuff?
JD. A said:
Have anyone tried? Any ir face unlock and The good stuff?
Click to expand...
Click to collapse
Running POSP now. Smooth ui, no face unlock at all and few customization options. The ones that are there are very polished. Will keep running it and hoping for more updates to come. Also running f2fs on data and no problems there.
@Agent_fabolous,
Its trying to start service 'vendor.vr-1-0' and then crashing. See attached kernel logs
Hello, can u add call recording in aosp vanilla dialer?
@Agent_fabulous Could you upload a new build please?
vivekpf said:
Hello, can u add call recording in aosp vanilla dialer?
Click to expand...
Click to collapse
On it!
MusterMaxMueller said:
@Agent_fabulous Could you upload a new build please?
Click to expand...
Click to collapse
Just pushed one, changelog to follow shortly
MusterMaxMueller said:
@Agent_fabolous,
Its trying to start service 'vendor.vr-1-0' and then crashing. See attached kernel logs
Click to expand...
Click to collapse
Yeah, just noticed; will fix soon. We are now following a weekly release cycle, so you should see a lot more Quality of Life, feature and fixup changes being merged.
Agent_fabulous said:
On it!
Just pushed one, changelog to follow shortly
Yeah, just noticed; will fix soon. We are now following a weekly release cycle, so you should see a lot more Quality of Life, feature and fixup changes being merged.
Click to expand...
Click to collapse
Hi, tried to build POSP from source but wont Boot, stuck at POCO logo. Also manually checked Out vendor_xiaomi_sdm845_common. Do current sources produce a bootable build? Is there something else required?
Waiting new buid. I hope soon
MusterMaxMueller said:
Hi, tried to build POSP from source but wont Boot, stuck at POCO logo. Also manually checked Out vendor_xiaomi_sdm845_common. Do current sources produce a bootable build? Is there something else required?
Click to expand...
Click to collapse
Builds are reproduceable, all public builds are compiled directly from our sources. You will see a failure on Jenkins if something is broken.
Bash:
repo init -u https://github.com/PotatoProject/manifest -b dumaloo-release
repo sync
source build/envsetup
brunch beryllium
adb reboot sideload
adb sideload $OUT/potato_beryllium-11*.zip
adb reboot
neodante said:
Waiting new buid. I hope soon
Click to expand...
Click to collapse
New build is out
Grab it here! I will update the changelog shortly.
Agent_fabulous said:
Builds are reproduceable, all public builds are compiled directly from our sources. You will see a failure on Jenkins if something is broken.
Bash:
repo init -u https://github.com/PotatoProject/manifest -b dumaloo-release
repo sync
source build/envsetup
brunch beryllium
adb reboot sideload
adb sideload $OUT/potato_beryllium-11*.zip
adb reboot
New build is out
Grab it here! I will update the changelog shortly.
Click to expand...
Click to collapse
Please mention the change logs.
Agent_fabulous said:
Builds are reproduceable, all public builds are compiled directly from our sources. You will see a failure on Jenkins if something is broken.
Bash:
repo init -u https://github.com/PotatoProject/manifest -b dumaloo-release
repo sync
source build/envsetup
brunch beryllium
adb reboot sideload
adb sideload $OUT/potato_beryllium-11*.zip
adb reboot
New build is out
Grab it here! I will update the changelog shortly.
Click to expand...
Click to collapse
i had to remove [email protected] from vendor_xiaomi_sdm845-common/sdm845-common-vendor.mk otherwise it wouldnt build. any suggestions why this might be the case?
greatcoder said:
Please mention the change logs.
Click to expand...
Click to collapse
look at github
Agent_fabulous said:
Builds are reproduceable, all public builds are compiled directly from our sources. You will see a failure on Jenkins if something is broken.
Bash:
repo init -u https://github.com/PotatoProject/manifest -b dumaloo-release
repo sync
source build/envsetup
brunch beryllium
adb reboot sideload
adb sideload $OUT/potato_beryllium-11*.zip
adb reboot
New build is out
Grab it here! I will update the changelog shortly.
Click to expand...
Click to collapse
Where is the link for new build ?
Agent_fabulous said:
On it!
Just pushed one, changelog to follow shortly
Yeah, just noticed; will fix soon. We are now following a weekly release cycle, so you should see a lot more Quality of Life, feature and fixup changes being merged.
Click to expand...
Click to collapse
still not fixed
thank you for this awesome rom!
neodante said:
Where is the link for new build ?
Click to expand...
Click to collapse
PotatoHub
POSP Website
potatoproject.co
@Agent_fabulous could you set the default Bluetooth audio sample rate for aptx to 44.1kHz? Sounds better than 48kHz. Thanks
@Agent_fabulous could you push the device tree changes to github/make them public please?

[ROM][12.0.0_r13][BERYLLIUM] ArrowOS 12.0 [STABLE][COMMUNITY][UNOFFICIAL]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
ArrowOS​/*
* 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 | The Devil's Den | The Devil's Den | Updates
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
Build #20211113​Changelog:
Source:
Updated source to 12.0.0_r13
PixelPropUtils? Updated fp to raven?
Combined Signal Icons Switch in Network & Internet
Fixed Launcher, Settings and ThemesPicker random white header bg
Statusbar/QS Expanded Network Indicators
Volume Rocker Wakeup Support
Volume Key Music Control
Add platform and RAM to Model & Hardware
Reset Battery Stats
Allow sorting Applications by size
Change kernel preference behavior
Statusbar Tuner is here, S Style
Nuke overlays that caused previous errors
Enable gestural navigation overlay to match default nav mode
Add Tap to Wake illustration from SystemUIGoogle
Use a different fork of GAPPS, should be moar fun tbh
No really, check ArrowOS Gerrit for merges.
Device:
Bring Back Mi Sound Enhancer
Bring Back Thermal Profiles
Adapt XiaomiParts to match S style
Schedtune is not nuked in this build, flash SilverCore if you want
Moar sepolicy denials addressed
UClamp Fixes
XDKernel-1.6-HOTFIX
FORMAT /CUST PARTITION; EITHER FROM PBRP OR FASTBOOT
YOU MIGHT NEED TO FLASH MAGISK CANARY IF YOU WANT ROOT
Fastboot Command:
Code:
fastboot erase cust
DOWNLOADS
GAPPS BUILD | MIRROR
​
WHAT WORKS?
SELinux is ENFORCING​
Bluetooth (Audio works as well)​
WiFi​
Audio​
RIL​
GPS​
Cameras​
Flashlight​
Fingerprint​
Vibration​
Double tap to wake​
WHAT DOESN'T WORK?
Everything seems to be working​
Be sure to include a log : check how to
Read our blog article/post about:
* HOW-TO report a bug
* GAPPS and VANILLA variants
* Checking build integrity
ROM Source- ArrowOS
Kernel Source- XDKernel
Cool, great job @Xtreme.Ornob and Arrow team!
What about encryption? Does it work?
dduuch said:
Cool, great job @Xtreme.Ornob and Arrow team!
What about encryption? Does it work?
Click to expand...
Click to collapse
thanks sire. please don't encrypt at the moment. The open source community is working day and night to bring that to a stable state, but for now, let's stay decrypted and permissive.
THREAD UPDATED!!
Build #20211016
Changelog:
* Fixed Bluetooth
* Updated source
* Added three-finger screenshot support
* Many small bugs fixed
* Still permissive
Great start. Waiting for enforcing and encryption to try this out..
May I ask if there is still heating and battery drain issues?
Update:
Tried to install clean the vanilla and formatted the data, but the result is stack on bootanimation(bootloop). May I know what should be done first before installing this?
charlessxavier said:
Great start. Waiting for enforcing and encryption to try this out..
Click to expand...
Click to collapse
Sir that will take time
jhuryganelo said:
May I ask if there is still heating and battery drain issues?
Update:
Tried to install clean the vanilla and formatted the data, but the result is stack on bootanimation(bootloop). May I know what should be done first before installing this?
Click to expand...
Click to collapse
Which version sir? Build date?
jhuryganelo said:
May I ask if there is still heating and battery drain issues?
Update:
Tried to install clean the vanilla and formatted the data, but the result is stack on bootanimation(bootloop). May I know what should be done first before installing this?
Click to expand...
Click to collapse
Force restart worked for me
THREAD UPDATED!!
Build #20211025​Changelog:
Source:
Updated source
Merge changes from ProtonAOSP
Gapps from OctaviOS
Many ROM side changes that i can't remember?
Also build type is now COMMUNITY
Device:
Addressed few more sepolicy denials
XDKernel 1.4-HOTFIX compiled with latest Proton Clang 13
TWRP XML parsing problem fixed
Fix IORap Prefetch flag
Enforcing stuck at splash so for now; permissive build
My bluetooth connect but the soud keep coming from de speakers ou stay muted on the headphone
vbaldochi said:
My bluetooth connect but the soud keep coming from de speakers ou stay muted on the headphone
Click to expand...
Click to collapse
Sire, Bluetooth Audio is dead at the moment. For that, you can try Reignz's or Shiva's ROMs.
im stuck at initial boot. not going beyond boot animation. Tried both the recoveries TWRP, Orangefox.
mpvaity said:
im stuck at initial boot. not going beyond boot animation. Tried both the recoveries TWRP, Orangefox.
Click to expand...
Click to collapse
You just have to force reboot once sir.
THREAD UPDATED!!
Build #20211104​Changelog:
Source:
Updated source to 12.0.0_r7
Monet improved
Advanced Reboot
Double Tap Statusbar to Sleep
Double Tap to Wake
Swipe to Screenshot
One Handed Mode
Hold Power to Open Camera
Color Adjustment RGB Setting
IDK, regular ROM stuff, check ArrowOS Gerrit for merges.
Device:
ENFORCING Build
BLUETOOTH AUDIO works now
Update Blobs from ALIOTH S Dump
Launch bootanimation early
Completely and properly switch SchedTune to UClamp
Introduce 'SafailNet' (Let's pass SafetyNet even on permissive)
Enable freeform windows
Update SurfaceFlinger pinning
Remove unnecessary odex/oat files from pinner list
Allow vendor_init to write to blkio
Removed dummy metadata and moved it to cust partition (FORMAT /CUST PARTITION OR IT WON'T BOOT)
Mount /CUST partition to /METADATA
Nuked XiaomiParts changes and borrowed older ones from xiaomi_sdm845-common/lineage-18.1
DIrac is here finally, Thermal Profiles etc lol
PROPERLY switch to AOSP BT stack
Update clearkey plugin to drm HAL v1.4
Remove some camera-daemon commands
Enable Quick Tap & Pixel Live Wallpaper Support
Fixed Notch Overlay
Turned off compressed apex
Adoptable storage: Use CTS filenames encryption
NextGeneration Google Assistant is here
PLEASE FIND A WAY TO FORMAT /CUST PARTITION; EITHER FROM RECOVERY OR FASTBOOT
Fastboot Command:
Code:
fastboot erase cust
I could not get this rom to boot, tried the latest build with different custom recoveries and they all ended in a recovery bootloop.
I did not use an SD Card and made sure to wipe cust (tried before and after flashing).
Move to a different rom in the meantime, but now I get a failed to mount /cust everytime I flash anything else.
Any assistance would be welcomed.
hernangonzalezbogado said:
I could not get this rom to boot, tried the latest build with different custom recoveries and they all ended in a recovery bootloop.
I did not use an SD Card and made sure to wipe cust (tried before and after flashing).
Move to a different rom in the meantime, but now I get a failed to mount /cust everytime I flash anything else.
Any assistance would be welcomed.
Click to expand...
Click to collapse
SIr use fastboot to erase cust or PBRP
Join our telegram group for further discussion about this.
THE DEVIL'S DEN​
Xtreme.Ornob said:
SIr use fastboot to erase cust or PBRP
Join our telegram group for further discussion about this.
THE DEVIL'S DEN​
Click to expand...
Click to collapse
I have the same problem. I formatted cust with fastboot command but now i can't flash anything, it always says "Failed to mount '/cust' (Invalid argument). i tried to format before and after formatting the data. Any help? (Oh and i can't enter telegram group cause my phone is stuck)
ngydna said:
I have the same problem. I formatted cust with fastboot command but now i can't flash anything, it always says "Failed to mount '/cust' (Invalid argument). i tried to format before and after formatting the data. Any help? (Oh and i can't enter telegram group cause my phone is stuck)
Click to expand...
Click to collapse
Use PBRP or OFOX sir
Have you guys tested Android auto by any chance. Its not working. any idea on how to make it work

Categories

Resources