DISCONTINUED [ROM][7.1.1] SM-T320 | Unofficial LineageOS 14.1 [mondrianwifi] - Galaxy Tab Pro 12.2, 10.1, 8.4 Android Development

{
"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, 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. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* 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.
*
*/
Be aware that this ROM is not finished yet and will not fully function!
Also make a backup of your device before flashing this rom, you can't be careful enough!
Also do NOT expect daily updates!
I am not really a developer. I just compiled LineageOS from source and do not have the knowledge to fix these problems. If anyone wants to help me so I can learn how to solve problems, please contact me!
Things I'm aware of that are not working
Video playback
Bluetooth
Camera and flash
Portable Hotspot
Installation
Download the ROM and Gapps zip files
Install a custom recovery (I prefer TWRP)
Make a backup
Wipe data and do a factory reset
Flash the LineageOS and then the Gapps zip
Reboot your device
If everything went right you should get an "ANDROID" boot logo.
Credits:
 @Taker18 for helping me fix some errors I got! Make sure to check out his awesome work!
And the whole LineageOS team of course :victory:
Downloads:
See @phoval 's thread under 'Original Android Development' for an updated version!
Outdated:
AndroidFilehost: Download Here
(Latest = 2017-01-13)
Source:
Device [url]http://www.github.com/LineageOS/android_device_samsung_mondrianwifi[/URL]
Kernel [url]http://www.github.com/LineageOS/android_kernel_samsung_mondrianwifi[/URL]​
XDA:DevDB Information
DISCONTINUED [ROM][7.1.1] SM-T320 | Unofficial LineageOS 14.1 [mondrianwifi], ROM for the Samsung Galaxy Tab Pro 12.2, 10.1, 8.4
Contributors
Migush
Source Code: [url]https://www.github.com/LineageOS[/URL]
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.0.x
Based On: LineageOS
Version Information
Status: Nightly
Created 2016-09-18
Last Updated 2017-06-20

Thank you, gentlemen. I've been waiting impatiently for this.
We expect trouble-free version as soon as possible
good work.

kkalkan said:
Thank you, gentlemen. I've been waiting impatiently for this.
We expect trouble-free version as soon as possible
good work.
Click to expand...
Click to collapse
I'm sorry you have to wait, I'll upload as soon as possible! (Probably tomorrow)

Just to confirm, will you be supporting the SM-T900 (12.2" Pro)?

ianrobbie said:
Just to confirm, will you be supporting the SM-T900 (12.2" Pro)?
Click to expand...
Click to collapse
I don't have the 12.2" myself (I do have te 8.4") so I buildt it for the 8.4". I hope I have enough time to make it for the 10.1" and 12.2" too.

Ok. I'll keep an eye on this thread. When a new version pops up, I'll flash it on mine.
We're still on Lollipop 5.1 here so an upgrade straight to Nougat will be very welcome.
Just one thing though. I thought the 12.2 had a different processor to the 8.4 and 10.1?

ianrobbie said:
Ok. I'll keep an eye on this thread. When a new version pops up, I'll flash it on mine.
We're still on Lollipop 5.1 here so an upgrade straight to Nougat will be very welcome.
Just one thing though. I thought the 12.2 had a different processor to the 8.4 and 10.1?
Click to expand...
Click to collapse
I'm being dumb, you're totally right. And wich model do you have? 12.2"?

Thanks... Was hoping we would see 7 soon.

I'm off work today so I can provide feedback etc

Can't wait for this to flash! Upload dah zips.

Awesome! Thank you for your time and hard work! Will download and try it out! oh, does multi - windows work? Thank you!

Mod Note: Placeholder threads are not allowed. OP, please notify a moderator if you upload a ROM for downloading, and we can re-open the thread for you.

sorry can`t install camera and playback of videos it is a downside for me ..when u will fix that ?i`m hyped for this but at least videos playback has to work for me .thank u again for ur effort

innocentus said:
sorry can`t install camera and playback of videos it is a downside for me ..when u will fix that ?i`m hyped for this but at least videos playback has to work for me .thank u again for ur effort
Click to expand...
Click to collapse
Working on it, it should work in the next build

Is this One good also for T325 mondrianLTE?
Thanks

Punkiderma said:
Is this One good also for T325 mondrianLTE?
Thanks
Click to expand...
Click to collapse
You should not install it. It's only for the sm-T320. The sm-T325 has different kernel and source. The sm-T325 does not even have a cm14 branch

Save the Internal SD card
My SD card is formatted as internal storage, so it is unreadable outside of my device. My question : What steps do I take to both preserve the data on my SD card and upgrade to this rom?

Hi! I cannot try your build right know, what changes did you make to the device tree?
These are my current issues:
- com.android.phone is in a crash loop
- Bluetooth not working
- camera not working
- video playback not working
These are the changes I made to the device tree:
Code:
project device/samsung/mondrianwifi/
[COLOR="RoyalBlue"]diff --git a/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java b/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java[/COLOR]
index 80bbfad..ca1b20d 100644
--- a/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java
+++ b/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java
@@ -18,7 +18,7 @@ package org.cyanogenmod.hardware;
import java.io.File;
import java.util.Scanner;
[COLOR="Red"]-import org.cyanogenmod.hardware.util.FileUtils;[/COLOR]
[COLOR="Lime"]+import org.cyanogenmod.internal.util.FileUtils;[/COLOR]
public class DisplayColorCalibration {
private static final String COLOR_FILE = "/sys/class/graphics/fb0/rgb";
[COLOR="RoyalBlue"]diff --git a/cmhw/org/cyanogenmod/hardware/KeyDisabler.java b/cmhw/org/cyanogenmod/hardware/KeyDisabler.java[/COLOR]
index 77fdaa9..2d3d7b5 100644
--- a/cmhw/org/cyanogenmod/hardware/KeyDisabler.java
+++ b/cmhw/org/cyanogenmod/hardware/KeyDisabler.java
@@ -16,7 +16,7 @@
package org.cyanogenmod.hardware;
[COLOR="Red"]-import org.cyanogenmod.hardware.util.FileUtils;[/COLOR]
[COLOR="lime"]+import org.cyanogenmod.internal.util.FileUtils;[/COLOR]
/*
* Disable capacitive keys
[COLOR="RoyalBlue"]diff --git a/sepolicy/mediaserver.te b/sepolicy/mediaserver.te[/COLOR]
index 5e91e75..0a18be8 100644
--- a/sepolicy/mediaserver.te
+++ b/sepolicy/mediaserver.te
@@ -1,10 +1,6 @@
allow mediaserver firmware_file:dir r_dir_perms;
allow mediaserver firmware_file:file r_file_perms;
[COLOR="Red"]-allow mediaserver shell_data_file:dir search;[/COLOR]
allow mediaserver socket_device:sock_file write;
allow mediaserver system_data_file:sock_file write;
allow mediaserver system_prop:property_service set;
allow mediaserver thermal-engine:unix_stream_socket connectto;
[COLOR="Red"]-# This sucks but needed for libmmjpeg[/COLOR]
[COLOR="Red"]-allow mediaserver system_file:file execmod;[/COLOR]
[COLOR="Red"]-[/COLOR]
[COLOR="RoyalBlue"]diff --git a/sepolicy/mm-qcamerad.te b/sepolicy/mm-qcamerad.te[/COLOR]
index 1961a11..8dafbe0 100644
--- a/sepolicy/mm-qcamerad.te
+++ b/sepolicy/mm-qcamerad.te
@@ -5,10 +5,6 @@ allow mm-qcamerad mpdecision:unix_stream_socket connectto;
allow mm-qcamerad camera_socket:sock_file { create unlink };
allow mm-qcamerad system_data_file:sock_file unlink;
allow mm-qcamerad socket_device:sock_file write;
[COLOR="Red"]-allow mm-qcamerad system_file:file execmod;[/COLOR]
allow mm-qcamerad system_data_file:dir { add_name remove_name write };
allow mm-qcamerad system_server:unix_stream_socket rw_socket_perms;
type_transition mm-qcamerad system_data_file:sock_file camera_socket "cam_socket3";
[COLOR="Red"]-[/COLOR]
[COLOR="Red"]-# This sucks but needed for libmmjpeg[/COLOR]
[COLOR="Red"]-allow mm-qcamerad system_file:file execmod;
[/COLOR]

Hey man, is it possible to get the 12.2 Tab Pro version asap?
Can I use this Guide to port it to 12.2?

jmga said:
Hi! I cannot try your build right know, what changes did you make to the device tree?
These are my current issues:
- com.android.phone is in a crash loop
- Bluetooth not working
- camera not working
- video playback not working
These are the changes I made to the device tree:
Code:
project device/samsung/mondrianwifi/
[COLOR="RoyalBlue"]diff --git a/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java b/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java[/COLOR]
index 80bbfad..ca1b20d 100644
--- a/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java
+++ b/cmhw/org/cyanogenmod/hardware/DisplayColorCalibration.java
@@ -18,7 +18,7 @@ package org.cyanogenmod.hardware;
import java.io.File;
import java.util.Scanner;
[COLOR="Red"]-import org.cyanogenmod.hardware.util.FileUtils;[/COLOR]
[COLOR="Lime"]+import org.cyanogenmod.internal.util.FileUtils;[/COLOR]
public class DisplayColorCalibration {
private static final String COLOR_FILE = "/sys/class/graphics/fb0/rgb";
[COLOR="RoyalBlue"]diff --git a/cmhw/org/cyanogenmod/hardware/KeyDisabler.java b/cmhw/org/cyanogenmod/hardware/KeyDisabler.java[/COLOR]
index 77fdaa9..2d3d7b5 100644
--- a/cmhw/org/cyanogenmod/hardware/KeyDisabler.java
+++ b/cmhw/org/cyanogenmod/hardware/KeyDisabler.java
@@ -16,7 +16,7 @@
package org.cyanogenmod.hardware;
[COLOR="Red"]-import org.cyanogenmod.hardware.util.FileUtils;[/COLOR]
[COLOR="lime"]+import org.cyanogenmod.internal.util.FileUtils;[/COLOR]
/*
* Disable capacitive keys
[COLOR="RoyalBlue"]diff --git a/sepolicy/mediaserver.te b/sepolicy/mediaserver.te[/COLOR]
index 5e91e75..0a18be8 100644
--- a/sepolicy/mediaserver.te
+++ b/sepolicy/mediaserver.te
@@ -1,10 +1,6 @@
allow mediaserver firmware_file:dir r_dir_perms;
allow mediaserver firmware_file:file r_file_perms;
[COLOR="Red"]-allow mediaserver shell_data_file:dir search;[/COLOR]
allow mediaserver socket_device:sock_file write;
allow mediaserver system_data_file:sock_file write;
allow mediaserver system_prop:property_service set;
allow mediaserver thermal-engine:unix_stream_socket connectto;
[COLOR="Red"]-# This sucks but needed for libmmjpeg[/COLOR]
[COLOR="Red"]-allow mediaserver system_file:file execmod;[/COLOR]
[COLOR="Red"]-[/COLOR]
[COLOR="RoyalBlue"]diff --git a/sepolicy/mm-qcamerad.te b/sepolicy/mm-qcamerad.te[/COLOR]
index 1961a11..8dafbe0 100644
--- a/sepolicy/mm-qcamerad.te
+++ b/sepolicy/mm-qcamerad.te
@@ -5,10 +5,6 @@ allow mm-qcamerad mpdecision:unix_stream_socket connectto;
allow mm-qcamerad camera_socket:sock_file { create unlink };
allow mm-qcamerad system_data_file:sock_file unlink;
allow mm-qcamerad socket_device:sock_file write;
[COLOR="Red"]-allow mm-qcamerad system_file:file execmod;[/COLOR]
allow mm-qcamerad system_data_file:dir { add_name remove_name write };
allow mm-qcamerad system_server:unix_stream_socket rw_socket_perms;
type_transition mm-qcamerad system_data_file:sock_file camera_socket "cam_socket3";
[COLOR="Red"]-[/COLOR]
[COLOR="Red"]-# This sucks but needed for libmmjpeg[/COLOR]
[COLOR="Red"]-allow mm-qcamerad system_file:file execmod;
[/COLOR]
Click to expand...
Click to collapse
I didn't change anything in the device tree, remember I'm just a beginner, I have no idea why you edited the device tree, please explain things in a bit more details

Related

[ROM][8.1.0] AOSP Oreo for View 10

{
"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 now void.
*
* 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.
*
*/
About:
These are my personal builds of AOSP for View 10 based on berkeley-dev trees. It's a plain Android with only a few minor changes added by me to make it more usable: better OTA packages support, some application fixes, under-the-hood improvements and kirin-specific patches. No additional system functional included.
What's working/broken:
Same as LineageOS 15.1
Installation:
Flash the latest ROM zip via recovery
Flash any other additional zip that you need
Reboot
Downloads:
ROM builds: Google Drive
Gapps: OpenGapps
Source code:
Common device tree: https://github.com/Flex1911/android_device_huawei_kirin970-common
Device tree: https://github.com/Flex1911/android_device_huawei_berkeley
Patches: https://github.com/Flex1911/android_patcher
Credits:
@LuK1337, @luca020400 - for amazing work on device trees
 @AdrianDC - for porting some essential things like backuptool to AOSP
XDA:DevDB Information
AOSP Oreo for View 10, ROM for the Honor View 10
Contributors
flex1911
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
Based On: AOSP
Version Information
Status: Testing
Created 2018-06-13
Last Updated 2018-06-13
Reserved
Changelog:
Code:
[B]20180613:[/B]
Initial build based on android-8.1.0_r30 tag
Additional notes:
AOSP itself is bare bones and unlike LineageOS it is not very usable without gapps. Stock gapps package is preferred for the best experience, but you can use small packages too.
Compared to EMUI system may look very gigantic with stock DPI value, 420 dpi is recommended (it is used by Google on their 1080p devices). Go to dev settings and set smallest width to 411dp instead of 360dp.
This looks very promising. Thank you very much!
Will it also work with L09? Will there be OTA (security) updates?
Aryapars said:
This looks very promising. Thank you very much!
Will it also work with L09? Will there be OTA (security) updates?
Click to expand...
Click to collapse
While I didn't test it on L09, it uses same compatibility hacks as Lineage, so it should work fine here as well.
I'll keep it up-to-date with the latest AOSP tag always, so system-side security updates are guaranteed. Though device will still report vendor security patch level.
flex1911 said:
While I didn't test it on L09, it uses same compatibility hacks as Lineage, so it should work fine here as well.
I'll keep it up-to-date with the latest AOSP tag always, so system-side security updates are guaranteed. Though device will still report vendor security patch level.
Click to expand...
Click to collapse
Hi there, I was able to install this successfully on an Honor 10 device. Please can I create a thread for the Honor 10 forums with your aosp Oreo rom thread? I will add credits and mention that your the maintainer of the rom.
awells845 said:
Hi there, I was able to install this successfully on an Honor 10 device. Please can I create a thread for the Honor 10 forums with your aosp Oreo rom thread? I will add credits and mention that your the maintainer of the rom.
Click to expand...
Click to collapse
Yeah, sure.
Will this work for any Kirin device treble-enabled? I own a Mate 10 Pro. Thanks.
MuyKurioso said:
Will this work for any Kirin device treble-enabled? I own a Mate 10 Pro. Thanks.
Click to expand...
Click to collapse
While it's intended for use only on V10, it should work for everything else as well. Although it may be necessary to remove the assertion from update-script.
Hey flex, is the "Pie version" has same "hotspot" bug as compare to other 9.0 lineage ROM?
sky104hk said:
Hey flex, is the "Pie version" has same "hotspot" bug as compare to other 9.0 lineage ROM?
Click to expand...
Click to collapse
Wrong thread?
But yeah, every treble Pie ROM has broken hotspot and it's not like there is any idea to fix it (for now).
flex1911 said:
Wrong thread?
But yeah, every treble Pie ROM has broken hotspot and it's not like there is any idea to fix it (for now).
Click to expand...
Click to collapse
Sadly your aosp build doesn't boot on l09....would have been good if your build booted before pie roms became stable enough to daily drive
flex1911 said:
Wrong thread?
But yeah, every treble Pie ROM has broken hotspot and it's not like there is any idea to fix it (for now).
Click to expand...
Click to collapse
Tks for answering, not wrong thread, I just simple confirm something before flashing
Thread closed as this ROM is not supported anymore.

Weeb Kernel [ Stable v3.00 - CodeName Ricardo - 05-11-2019 ]

{
"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"
}
Indroduction:
Weeb Kernel is based on latest CAF with a minimal import off OnePlus's provided source code to retain functionality.
Feel free to ask for any feature requests, but if I think something is useless or doesn't provide any benefit to warrant its addition, I will NOT add it, irrespective of how many people ask for it.
Code:
/*
* Your warranty is not void (Thank you OnePlus!).
*
* 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 Kernel
* 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.
*/
Supports:
- Custom ROMs on 9, 10
-- WiFi will not work on ROMs that use qcacld as a module ( eg. Omni, Treskmod Pie )
Reporting Bugs:
If you want to report any bugs, please post a logcat and dmesg(using an app like syslog), thank you!
Features:
- Here
Downloads:
- Github Releases
Telegram Channel: Weeb weebmsm8998
Join me in my Café: // Weeb Karamel Café //
Flashing Instructions:
- Simply flash the kernel
- If you have magisk AND if you are on android 10, reflash magisk after flashing the kernel
Reason behind the name?
Well, I originally even thought about making this because of some mates in a weeb telegram chat. I'm aware of a kernel of the same name by raphielscape which is now renamed, and she was okay with me using this name.
Credits and Thanks:
- raphielscape for inspiration and dealing with my extremely stupid questions ( she is my sensei )
- osm0sis for AnyKernel3
- nathanchance, akhilnarang, MSFJarvis, kdrag0n, celtare21 et al for their help in totally random places :d
- The Linux Foundation, CAF and OnePlus for the code
Sauce: Ketchup and Mayo Mix
Version Information:
Stable Version: Weeb Kernel v3.00 CodeName Ricardo
Release Date on XDA: 05-11-2019
El Psy Congroo~
Reserved for keks
Reserved for something idk yet
Weeb Kernel v2.22 CodeName: Pandemonium​
Downloads:
OxygenOS // Custom ROMs // Omni based Custom ROMs (OmniROM, TreskMOD) // Hax (CodeName Phoenix, Dirty Unicorns)
Changelog:
- Compiled using AOSP Clang 9.0.1
- Upstreamed to latest CAF tag [LA.UM.7.4.r1-04800-8x98.0]
- Revamped EAS implementation [Thanks to Josh for the base and several backports by Kuran and some by others and me]
- Moved to using a 625 Hz timer
- Re-enabled KALLSYMS
- Added ULPS mode
- Performance cluster underclocked to 1958400 kHz - Does not affect performance significantly but has improvements in device temperature and some decent improvements in battery [Disabled by default]
Default setup:
top-app/schedtune.prefer_idle = 1
foreground/schedtune.prefer_idle = 1
top-app/schedtune.boost = 0 [My reason for the top-app schedtune.boost being zero is that we do not really need any boosting when nothing significant is going on, for example, watching a youtube video, or the network indicator changing every second or so. For this reason, I have set it to 0, it does not seem to affect UX in my testing and should be just fine.]
Dynamic Schedtune Boost = 15 [Duration: 1500ms]
top-app/schedtune.sched_boost = 15
CPU Boost = 1171/1056 [Duration: 500ms]
ZRAM Tuning:
swappiness = 8
dirty_ratio = 5
dirty_background_ratio = 2
Kernel variants:
#oos:- This is for OxygenOS. It should also work for HydrogenOS but it's not tested directly by me. I'm typically using this myself.
#custom:- This is for ROMs that use Lineage's implementation of the Qualcomm WLAN Module, that is, inlined and WITHOUT Sultan's hacks.
#omni:- This is for ROMs that use CAF's implementation of the Qualcomm WLAN Module, that is, as a module. eg. Omni, Treskmod
#hax:- This is for ROMs that use the Qualcomm WLAN Module as inline and with sultan's hacks to make it load during device init call. eg. CodeName Phoenix, Dirty Unicorns
Note:
Unfortunately, none of these work with each other, so each variant is for itself. Pick the right one before reporting that wifi doesn't work, thanks. Also, note that sometimes, on Pie, the ROM might just reject the WLAN module for no good reason and it's not unique to our device. I've seen and confirmed that this issue happens on other 4.4.x devices like Whyred as well.
To solve this, simply reboot or reflash the kernel. If neither of these work, dirty flash the ROM and then kernel again. If you're flashing Magisk, please flash it BEFORE the kernel to retain ramdisk changes (if) made by the kernel.
Announcement:
As of this release, I've decided to move the source to the [raphielgang] organization repository.
You can find the new source link for stable builds here.
Major thanks to @raphielscape and the rest of the people for their help.
runnin good on Tresk. thank you.
Welcome.:fingers-crossed::fingers-crossed::laugh:
How can we enable 1.9ghz performance cluster?
And welcome u weeb ??
Ок
gsser said:
How can we enable 1.9ghz performance cluster?
And welcome u weeb
Click to expand...
Click to collapse
In the kernel zip, edit anykernel.sh and change
underclock=0
to
underclock=1
re zip and reflash!
@idkwhoiam322
You consider making an aroma installer for the different versions? I whipped up a quick one here if you want to use it. <link removed>
It uses elementalx theme so you'll probably want to change that but functionally, it does everything you'd want
Zackptg5 said:
@idkwhoiam322
You consider making an aroma installer for the different versions? I whipped up a quick one here if you want to use it. I'll take it down once you have the copy of it:
It uses elementalx theme so you'll probably want to change that but functionally, it does everything you'd want
Click to expand...
Click to collapse
Thanks a lot, I appreciate it. But I personally like my zips small, and my script takes care of everything for me so it's not really any trouble. Nevertheless, I appreciate this a lot!
idkwhoiam322 said:
Thanks a lot, I appreciate it. But I personally like my zips small, and my script takes care of everything for me so it's not really any trouble. Nevertheless, I appreciate this a lot!
Click to expand...
Click to collapse
Understandable, took the zip down
Good work weeb
anyway to make this compatible with 8.1 or to much work?
Audrion2013 said:
anyway to make this compatible with 8.1 or to much work?
Click to expand...
Click to collapse
Oreo kernels worked on Pie so maybe the other way round too? idk I haven't looked into making it compatible at all. You could try removing the"9" in anykernel.sh in front of supported.versions, that may be enough but I'm not sure.
Personally I want to know if it works on Q
When running this kernel on CNP what should we set the power profiles option to in order to keep the stock kernel settings? Disabled or balanced?
adame09 said:
When running this kernel on CNP what should we set the power profiles option to in order to keep the stock kernel settings? Disabled or balanced?
Click to expand...
Click to collapse
Disabled is pure stock I believe
adame09 said:
When running this kernel on CNP what should we set the power profiles option to in order to keep the stock kernel settings? Disabled or balanced?
Click to expand...
Click to collapse
Disabled. I have no idea what the power profiles even do, but disabled shouldn't interfere with anything.
With the new CNP update from last night, you'll be needing "custom" version and not "hax". Would appreciate it if anyone could confirm it for me, thanks!
Hello there
I want to ask if AEX ROM can use this kernel.

[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?

Development [ROM][11][OFFICIAL] The XPerience Project 15.1 [CAF][ Redmi Note 10 / Sunny / Mojito ]

​
{
"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"
}
​XPerience is a free, community built distribution of Android 11.0.0 which greatly extends the capabilities of your phone.
This project are based on AOSP/CAF
The XPerience Project since 2011
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
NOTE: READ this PLS
Features:​
Custom tiles (Caffeine, HeadsUP,Usb tether)​
Power menu customizations (reboot to recovery one touch in advanced reboot, for bootloader do a long touch)​
Theme appart dark, black​
Bionic optimizations​
NightFall Launcher our fork of Launcher3 (WIP)​
3 fingers swipe take screenshot​
Lockscreen charging info​
Navbar inverted layout (WIP)​
Gaming optimizations​
Edge lightning​
Adaptive playback​
Double tap to sleep on lockscreen​
Work in progress...​
Bugs:
FM
CAF BRANCH:
LA.QSSI.11.0.r1-12300-qssi.0
AOSP branch:
android-11.0.0_r32
Installation through Recovery :
Sideload / Flash > Reboot to Recovery > GApps (optional) > Format (Optional)
Alternative : Install ROM through Fastboot
Download from:
XPeServer / SourceForge
Nightly Build
GAPPS:
FlameGApps / OpenGApps
Safety Net:
Use MagiskHide to pass CTS.
The XPerience Project
Contributors
TeamMex
Source Code: https://github.com/TheXPerienceProject
Kernel Source: https://github.com/PixelExperience-Devices/kernel_xiaomi_mojito
ROM OS Version: Android 11
ROM Kernel: Linux 4.14.190-LA.UM.9.1.r1-09600-SMxxx0.0
ROM Firmware Required: Unlocked Bootloader
Based On: AOSP/ CAF
Version Information
Status: NIGHTLY
SMASH THE LIKE & SHOW YOUR APPRECIATION​
Thanks for your time, will flash this this week, always sticked with CAF rom's/kernels .
qaz.xc said:
Thanks for your time, will flash this this week, always sticked with CAF rom's/kernels .
Click to expand...
Click to collapse
any summary ?
I would be thankful
Bugs at internet speed meter icon colliding with other icon
!!UPDATE !!
Gone official
Check initial thread for the links.
Anyone stuck at bootanimation? I tried few method but still stuck at bootnanimation (
LinhBT said:
Anyone stuck at bootanimation? I tried few method but still stuck at bootnanimation (
Click to expand...
Click to collapse
Hopped from another rom?
For the first time that I really impressed by sunny custom rom.
I didn't test it before because Waited for official to get some CAF things to get cocked.
smooth experience really smooth.
no bother heating on normal use.
I believe it's will rock on next few updates
Full respect @MPK99
LinhBT said:
Anyone stuck at bootanimation? I tried few method but still stuck at bootnanimation (
Click to expand...
Click to collapse
I just got issues with flashing, I tried this:
flashed pe recovery
formated data
rebooted to recovery
flashed the rom through ADB sideloade.
with nikgapps core
rebooted to system everything fine
Abdullah.Csit said:
I just got issues with flashing, I tried this:
flashed pe recovery
formated data
rebooted to recovery
flashed the rom through ADB sideloade.
with nikgapps core
rebooted to system everything fine
Click to expand...
Click to collapse
Yeah, thanks bro, I did flashed successfully yesterday after asking. Seems all CAF ROMs are not so friendly with the Alpha build of TWRP. I tried with PERecovery and booted on 1st try!
A little pity that not many customizations yet ( one of the things we always look for on Custom ROMs ), besides of it, everythings else is faxking ROCKs. Smooth, battery management's cool ( only after 12hours using but can say that ), and so far not yet any major bugs.
Thanks Devs!
Introducing Fastboot OTA Installation Method
!! Nightly Release !!
xperience-15.1.0-20210715-HOMEBREW-mojito.zip
Changelog (15/07/'21):
Increased system size
Pre-included TWRP
Included ANX 185R
Fixed Cam AV sync bugs
Merge tag 'LA.QSSI.11.0.r1-12300-qssi.0'
Recommended GApps : FlameGApps Official
I wonder, why didn't the author fix the SafetyNet Pass in this new build?
MONGTAY said:
I wonder, why didn't the author fix the SafetyNet Pass in this new build?
Click to expand...
Click to collapse
It's source side feature. I can't modify rom elements.
from the screenshot , this rom has built in network speed indicator ?
Hi. Is there "Double tap on screen for lock" option on this rom? I cant find it in it. I just want to know whether its hidden inside any settings. And also can i add power button on status bar? Cheers to the developer. Very Nice rom.
Whoever used this rom...how was the battery backup ?
THREAD LOCKED
Requested by OP.
Regards,
shadowstep
Forum Moderator

[ROM][12.0] DerpFest for Galaxy A20/A20e [OFFICIAL][a20/a20e]

{
"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"
}
This is a small project based on AOSP. We try to be a platform for beginners and support the Custom ROM community with our own unique contributions as well. This ROM exists thanks to inspiration of AOSiP, Thank you! #StayDerped
Code:
/* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
GApps included!
What's broken?
- VoLTE (This depends on Samsung Frameworks)
- Netflix HD (DRM Widevine)
- On some a20e devices, NFC is dead. (Will be fixed on next release)
ROM - SourceForge : Official Derp SourceForge
Screenshots, Notes, Changelogs in post #2
Follow us on Telegram
XDA DevDB Information
DerpFest for the Galaxy A20, A20e
Contributors @Royna
@Chatur27 for Eureka Kernel base
ROM source: (Private)
Kernel source: Eureka Kernel R9.2
(https://github.com/eurekadevelopment/Eureka-Kernel-Exynos7885-Q-R-S)
Device Tree: here
ROM OS Version: 12.x
ROM Kernel Version: 4.4
Based On: AOSP
Version Information
Status: Stable
Created 2021-12-02
Last Updated 2022-04-08
Thread base taken from https://forum.xda-developers.com/t/rom-12-0-derpfest-for-oneplus-7t-pro-official-hotdog.4250469/
ScreenShots
Changelog:
- 2021.12.02
Inital xda release
Note: SamsungParts Included in this rom is broken, replace the /system/priv-app/SamsungParts/SamsungParts.apk with this one
- 2021.12.10
Source Part: December SPL
Device Part:
- switch to pixel thermal hal
- fix gcam giving black picture if photo was taken with flash for some people
- make SamsungParts S-style
- set some additional props/overlays for performance
- enable NFC for SM-A202F (Some A202F don't have it but some do. Just enabled for all A202F)
- F2FS /data /cache support
Note: for broken dpi, goto /vendor/build.prop and edit ro.sf.lcd_density prop to 280
- 2022. 01. 08.
- Fix DRM WideVine (L3 -> L1) (Now HD Netflix etc works)
- Fixup dpi for some devices
- Swtich to Footej camera
- 2022. 02. 10.
- Switch to Eureka R9.0 Kernel
- Now Eureka dtbo & dtb is included in the ROM zip
- Fix Deep sleep with DT2W on for A20
- Fix Status bar padding
- Enable SystemUI rro target
- Change zram default compress method to zstd
- Enable samplerate support for bluetooth headsets (For BT calls)
- Enable Wi-Fi MAC randomization
Note: WiFi Hospot is broken, To fix, delete /vendor/overlay/WiFiOverlay folder (and its contents) and put this apk to /vendor/overlay on twrp or root explorer and reboot.
- 2022.04.08
- Wifi sharing works with Eureka R9.2
- Now can access rear aux cam with custom camera provider hal
- Implement Samsung's FMRadio
- Use 8MP for front camera resolution
- Merged LineageOS SamsungDap for parts
- Misc overlays, props for performance improvements
Great work.
tried but i get 'updater process ended with signal 4 error
work with a205f ?

			
				
Royna said:
Changelog:
- 2021.12.02
Inital xda release
Note: SamsungParts Included in this rom is broken, replace the /system/priv-app/SamsungParts/SamsungParts.apk with this one
Click to expand...
Click to collapse
How can i replace this tried root explorer but failed, tried es file explorer tells me access denied please help?
Pro23Champagne said:
View attachment 5473385
Click to expand...
Click to collapse
What is your phone's model? Is it 205f or 202f?
are there any gaps in the system or do I need to install bitgapps 12/64?
and where are the firmware instructions
haiise said:
What is your phone's model? Is it 205f or 202f?
Click to expand...
Click to collapse
I have already solved that one but now How can i replace this tried root explorer but failed, tried es file explorer tells me access denied please help? and my screen flickers a lot sometimes.
Pro23Champagne said:
I have already solved that one but now How can i replace this tried root explorer but failed, tried es file explorer tells me access denied please help? and my screen flickers a lot sometimes.
Click to expand...
Click to collapse
no no I had just asked because I've been thinking about installing rom and wanna see your impressions but now I installed the rom and all I see is the status bar is a bit moved but its ok rom is extra good but it has some issues with some games like pubg new state and getting hot a lot while playing games like pubg mobile
Is stable?
isMoreStyle said:
Is stable?
Click to expand...
Click to collapse
yes its stable and faster than octavi os
haiise said:
yes its stable and faster than octavi os
Click to expand...
Click to collapse
Thanks.
Does it perform well in games?
isMoreStyle said:
Thanks.
Does it perform well in games?
Click to expand...
Click to collapse
yeah it does but it doesnt open some games like pubg new state or standoff 2 ( these are the games I experienced so far )
I get the following error when flashing
"Update process ended with signal 4"
how can i solve it?
Pro23Champagne said:
tried but i get 'updater process ended with signal 4 error
Click to expand...
Click to collapse
how did you solve it?
isMoreStyle said:
how did you solve it?
Click to expand...
Click to collapse
do you have same error ?

Categories

Resources