[ROM][9][OneUI] Korea's rom for A5|7 2017 - Samsung Galaxy A3, A5, A7 (2017) ROMs, Kernels, Re

[ROM][9][OneUI] Korea's rom for A5|7 2017
As you probably know by now a Korean variant of A7 2017 has recently received firmware update to android 9 and OneUI. I made it working on my international variant and cleaned it up, so I'm sharing with the community.
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.
*/
{
"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"
}
​
ROM Info & Features
Based on A720SKSU5CUJ2
Kernel built from A720S sources
Enforced SELinux policy
Removed forceencrypt and verity
Disabled OEM Unlock toggle
Prepatched KG. See here
Ported features
Added support for A5 2017, too
Added dual sim functionality
Fixed secure folder
Debranded and debloated
Removed unnecessary preinstalled apps
Removed Korean region-related apps and services
Removed SKT bootanimation
Supported devices
SM-A720F
SM-A720S
SM-A520F
SM-A520W
SM-A520S/K/L
Bugs
Korean base doesn't have full support for all countries (some languages, local features missing etc.).
No FMRadio.
Second sim slot only works for calls/text.
Installation Steps
Make sure you had Samsung's Oreo firmware bootloader and modem before installing this
Download the rom
Download koreanaddons.zip (optional)
In TWRP format data (if you still have stock rom encryption)
In TWRP wipe system/data/cache
Flash the rom
Flash koreanaddons.zip (optional)
Reboot
Download
ROM: MEGA | androidfilehost || koreanaddons
Donations
If you find the work I do helpful, you can support me by donating via this link.
Changelog
27012022
Revert "Enforced SELinux policy"
Revert "The rom now passes SafetyNet naturally"
06112021
Rebased on A720SKSU5CUJ2
Updated the kernel drop from A720SKSU5CUJ2
Enforced SELinux policy
The rom now passes SafetyNet naturally
04032021
Rebased on A720SKSU5CTL2
Updated the kernel drop from A720SKSU5CTL2
Slight a5y17lte-only firmware changes
14072020
Rebased on A720SKSU4CTF2
Further debloated - removed unnecessary preinstalled apps
Enabled more csc options by default by @George35000vr
06032020
Fixed screen mirroring
Stopped forcing dual-sim prop for all devices
12122019
Added support for dual sim
Fixed secure folder
Permissive sepolicy
08122019
Added support for A5 2017
Kernel built from source
Fixed settings bug with superfluous options
Rebased on A720SKSU4CSK2
28092019
Initial build
A720SKSU3CSH1
Telegram:
There's a telegram group made by A5|7 users where they hang out. Feel free to check it out.
Special thanks to:
corsicanu
de_inferno
khongloi113
dvdhngs
yash92duster
SuperR
George35000vr
Joe
SGTPresticle
XDA:DevDB Information
[ROM][9][OneUI] Korea's rom for A5|7 2017, ROM for the Samsung Galaxy A Series 2017 A3, A5, A7
Contributors
Option58
Source Code: https://github.com/universal7880/android_kernel_samsung_universal7880
ROM OS Version: 9.0 Pie
ROM Kernel: Linux 3.18.91
ROM Firmware Required: Samsung oreo bootloader and modem
Version Information
Status: Stable
Created 2019-09-27
Last Updated 2021-11-06

Reserved
FAQ
Is it possible to flash stock oreo firmware after using this rom?
Yes, of course. Flashing this rom doesn't update your bootloader.
I have A5 2017, but battery capacity shows 3600mAh.
You can ignore this. That's only in about phone. The kernel knows your true battery capacity.
How to add csc codes
Korean base doesn't support multi-csc. But we can still unlock region-related features by using special codes. I won't post them here, you should search around xda for the specific one that you need.
For example here I will be adding network speed indicator in the status bar. The code for this is:
Code:
<CscFeature_Setting_SupportRealTimeNetworkSpeed>TRUE</CscFeature_Setting_SupportRealTimeNetworkSpeed>
But you can add something else, too.
You'll need a PC. Steps to take are:
Download THIS zip to your PC.
Extract the zip.
Open system/csc/others.xml with Notepad.
It looks like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<SamsungMobileFeature>
<FeatureSet>
<CscFeature_Setting_ConfigOpMenuStructure>GLOBAL</CscFeature_Setting_ConfigOpMenuStructure>
</FeatureSet>
</SamsungMobileFeature>
Add your code like below:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<SamsungMobileFeature>
<FeatureSet>
<CscFeature_Setting_ConfigOpMenuStructure>GLOBAL</CscFeature_Setting_ConfigOpMenuStructure>
[COLOR="Red"]<CscFeature_Setting_SupportRealTimeNetworkSpeed>TRUE</CscFeature_Setting_SupportRealTimeNetworkSpeed>[/COLOR]
</FeatureSet>
</SamsungMobileFeature>
Code:
Repack the zip.
Copy to your phone and flash.
Now when you go to settings -> status bar you should see the network speed indicator toggle appear. Or any other change that you added.

Nice bro,.. im waiting long for this

???

Thank you for sharing Option58.
Any chance of someone adding support for A520F?

Is it supports multi CSC?

Boozika said:
Thank you for sharing Option58.
Any chance of someone adding support for A520F?
Click to expand...
Click to collapse
It could come someday.

It can't flash. TWRP says format() expects 5 args, got 6
updater process endedwith error: 7 what should i do?

Ethelwulf said:
It can't flash. TWRP says format() expects 5 args, got 6
updater process endedwith error: 7 what should i do?
Click to expand...
Click to collapse
Do you have latest TWRP?

Ethelwulf said:
It can't flash. TWRP says format() expects 5 args, got 6
updater process endedwith error: 7 what should i do?
Click to expand...
Click to collapse
Oh, derp. Tomorrow I'll be replacing the build to fix that.

Boozika said:
Thank you for sharing Option58.
Any chance of someone adding support for A520F?
Click to expand...
Click to collapse
I hope it will be possible

I waiting for a520f

Yes
Simon1511 said:
Do you have latest TWRP?
Click to expand...
Click to collapse
Yes I have flashed latest twrp 3.3.1.1 but still having this It seems I should try redownload

Option58 said:
Oh, derp. Tomorrow I'll be replacing the build to fix that.
Click to expand...
Click to collapse
I got too,.. can't flash it
---------- Post added at 06:27 AM ---------- Previous post was at 06:12 AM ----------
It Doesnt work

Guys. Still can't flash?

Ethelwulf said:
Guys. Still can't flash?
Click to expand...
Click to collapse
Yes

Alright i will use hadesrom until that fixes

Option58 said:
Oh, derp. Tomorrow I'll be replacing the build to fix that.
Click to expand...
Click to collapse
done.
Sorry. Those of you who already downloaded should re-download.

Option58 said:
done.
Click to expand...
Click to collapse
Working now??

I flashed the rom. Its okay but there is a problem in settings. They're not in "Connections" section.

Related

[ROM][OSPREY][8.1.0_r1] Pixel Experience (Go edition)[AOSP][UNOFFICIAL]

Google has made public the first release of Android Go—the optimized version of Android for low-end phones targeted toward developing markets, which was announced in May at I/O 2017. Rather than let OEMs stick to outdated Android versions when shipping budget phones, Android Go brings a full, up-to-date experience for devices which ship with 512MB or 1GB RAM.
Introducing Pixel Experience (Go edition) based on Android 8.1
{
"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:
/*
* 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.
*/
Pixel Experience (Go edition) Moto G3 2015 [osprey]
What is this?
An AOSP based ROM, with gapps included, and all Pixel stuffs (launcher, wallpapers, icons, fonts, bootanimation).
Based on android-8.1.0_r1
Whats working?
Wifi
RIL
Mobile data
VOLTE
GPS
Camera
Flashlight
Bluetooth
FMRadio
Moto Actions
Sound / vibration
Safetynet (Use magisk v14.5 to bypass)
Known issues
Camcorder (Working partially with footage camera)
Mp3 Playback (Enable Mono audio from settings - accessibility settings to fix this)
In - call volume is bit low (Use Kernel Auditor to gain)
Eco sounds in- call
(To fix Incall volume & eco sounds flash this boot.img from twrp Incall & Eco sound fix)
In settings search insnt working and when you try to use it app crashes
DON'T FLASH GAPPS, ALREADY INCLUDED
Download from Here
Pixel Live Wallpapers​
Android OS version: 8.1.0_r1
Security patch level: December
Build author: @ZJRDroid, @althafvly
Source code: https://github.com/PixelExperience
ROM Developer: @jhenrique09
​
XDA : DevDB Information
PixelExperience, ROM for the Moto G3 2015 Osprey
Contributors
@jhenrique09 , @ZJRDroid , @althafvly
Source Code: https://github.com/PixelExperience
ROM OS Version: 8.1x Oreo
ROM Kernel: Linux 3.x
ROM Firmware Required: TWRP, Unlocked bootloader
Based On: AOSP
Version Information
Status: Beta
Created 2017-12-09
Last Updated 2017-12-09
Screenshots
Reserved 2
This Thread is made as per Dev request.. updates will be posted by dev.
Moderator Edit:
Please do not quote the entire OP - it is unnecessary and can cause page load issues for members on limited bandwidth or when Mobile.
I owned a moto g3 earlier own a mido Redmi note 4, but good to see so much development here
Looks good, downloading!
It has a custom kernel or can we try another like squid's?
Thread updated with Incall & Eco sound fix..
To fix Incall volume & eco sounds flash this boot.img from twrp Incall & Eco sound fix
Thanks to @ZJRDroid & @althafvly for this fix
Laloo' Hdez said:
Looks good, downloading!
It has a custom kernel or can we try another like squid's?
Click to expand...
Click to collapse
It has HybridX.. don't know if Squid kernel works.. u can try & let us know..
rahul9999 said:
It has HybridX.. don't know if Squid kernel works.. u can try & let us know..
Click to expand...
Click to collapse
Now I've tried and doesn't pass from bootlogo.
ROM: Pixel Experience 8.1
Kernel: Squid Kernel
Laloo' Hdez said:
Now I've tried and doesn't pass from bootlogo.
ROM: Pixel Experience 8.1
Kernel: Squid Kernel
Click to expand...
Click to collapse
No need of any kernel to boot this.. & i think Squid kernel is not yet supported to 8.1 roms..
After wiping the phone's partitions and trying to flash the zip I get the error 'Zip file is corrupt' I'm using the XT1541 variant
BUG
1: split screen doesn't work
2: after launching some app, they stop apearing in recent apps, i can't use recent apps anymore, it's always empty.
Facing bootloop after flashing boot.img
morgan757 said:
After wiping the phone's partitions and trying to flash the zip I get the error 'Zip file is corrupt' I'm using the XT1541 variant
Click to expand...
Click to collapse
Varun82786 said:
Facing bootloop after flashing boot.img
Click to expand...
Click to collapse
Have you guys clean flashed this? It's working without any issues for me.. still using this..
Mavo.a said:
1: split screen doesn't work
2: after launching some app, they stop apearing in recent apps, i can't use recent apps anymore, it's always empty.
Click to expand...
Click to collapse
Split screen is not available due to it's Go edition..
Doesn't faced any issues in recent menu..
Have you clean flashed this Rom?
Yeah done a clean flash..
Btw can you help me out rooting this rom?
Link for the root please..
Varun82786 said:
Yeah done a clean flash..
Btw can you help me out rooting this rom?
Link for the root please..
Click to expand...
Click to collapse
"Safetynet (Use magisk v14.5 to bypass)"
read the post
lettucecube said:
"Safetynet (Use magisk v14.5 to bypass)"
read the post
Click to expand...
Click to collapse
It worked thank you..
morgan757 said:
After wiping the phone's partitions and trying to flash the zip I get the error 'Zip file is corrupt' I'm using the XT1541 variant
Click to expand...
Click to collapse
Update twrp(recovery( to latest version.
santo_007 said:
Update twrp(recovery( to latest version.
Click to expand...
Click to collapse
Flashed latest TWRP, tried wiping all partitions again and flashing the ZIP, but still the same 'ZIP File is Corrupt message'

[ROM][9]LineageOS 16.0 for J7 Prime/On Nxt

{
"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"
}
HTML:
/*
* 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.
*/
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.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review. Your changelog is whatever was merged into gerrit.
Known Issues
- VOLTE
- HWC
- Touch on delay sometimes
Installation:
Download the zip
Wipe data/factory reset (Needed on first install)
Flash LineageOS
Optional: Install the Google Apps addon package
Reboot
Changelogs:
Checkout Post 2
Downloads:
ROM:
LineageOS Builds
GAPPS:
Official Open Gapps
NOTE:
- Make sure you flash gapps before first boot to prevert FC
- If you face any FC don't blame me or lineage, it's probably your fault, fix it yourself.
HIT THANKS IF YOU LIKE MY WORK
PAYPAL LINK
Donations will motivate me for further development​
XDA:DevDB Information
LineageOS 16.0, ROM for the Samsung Galaxy J7
Contributors
DarkLord1731, LineageOS Team & Contributors, Exynos7870 Team
Source Code: https://github.com/Exynos7870
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
ROM Firmware Required: Nougat/Oreo Bootloader
Based On: AOSP
Version Information
Status: No Longer Updated
Beta Release Date: 2018-12-22
Created 2018-11-04
Last Updated 2019-08-11
CHANGELOGS:
22/12/18
- Fixed video recording issues
- Updated to December security patch
- Updated to latest oreo kernel sources which shall bring numerous stability improvements
- Updated sdcardfs driver
- Updated USB drivers (should improve MTP)
- Updated binder patches in kernel
- Fixed wifi hotspot
- Fixed blackscreen issues
- Imporved HWC implementation
- Improved UI smoothness
- General performance and stability improvements
- Synced with LOS source (Lots of new things updated and added)
8/11/18
- Fixed deepsleep issue
- Optimized idle battery drain massively
- Fixed fingerprint
- Added gallery app
- Fixed preferred network type selection
6/11/18
- Added APTX bluetooth codecs
- Fixed lag in 720p/1080p video recording and playback
- Fixed storage/sdcard mount issue
04/11/18
- Initial Build
If you are facing some bugs other than the ones mentioned in the thread i recommend you to make a clean install with no additional addons you may have installed, and check if those bugs persist because many a times people use some scripts or tweaks for performance/battery tuning and end up with some things broken. Such cases won't be entertained.
Since I no longer own the device, I make builds and sent them to my testers. A special thanks to all of them who try out all the test builds quickly and efficiently and make these XDA releases possible.
Wow sar thanks for the build ? volte and wifi calling works☺
All hail darklord!
hi bro, you could make port of that rom for J7 2016, please. thanks
good job ?
I hope u make to XDA portal for pie
Camera do not work file manger do not work please fix
sooheb said:
Camera do not work file manger do not work please fix
Click to expand...
Click to collapse
Why can't you'll read the OP??? DOES IT REALLY TAKE SO MUCH EFFORT??
DarkLord1731 said:
Why can't you'll read the OP??? DOES IT REALLY TAKE SO MUCH EFFORT??
Click to expand...
Click to collapse
I've instal Oxygen 5.0 and the problem has been successfully solved and the camera files are now working Thank you for this effort
Lineage 16
i have 2 questions dev:
1. what is hwc?
2. which oxygen kernel 5.1 do i flash? Oreo id assume?
Awesome rom! İ didnt see major bug. Working perfect!
prashantp01 said:
Wow sar thanks for the build ? volte and wifi calling works
Click to expand...
Click to collapse
How volte is working....Do u does any mod?
sooheb said:
I've instal Oxygen 5.0 and the problem has been successfully solved and the camera files are now working Thank you for this effort
Click to expand...
Click to collapse
Sorry for being rude
lor3tz said:
i have 2 questions dev:
1. what is hwc?
2. which oxygen kernel 5.1 do i flash? Oreo id assume?
Click to expand...
Click to collapse
HWC is hardware composer HAL. Google about it. Also you can safely ignore that issue since it was broken on oreo too since ages and it was never mentioned that it's broken.
Install AOSO-OREO version. It's compatible with AOSP Pie
Yadhevdev66 said:
How volte is working....Do u does any mod?
Click to expand...
Click to collapse
He's kidding
There is some downtime and slow application of the settings and oxgen 5.1 don't work and root magisk don't work
sooheb said:
There is some downtime and slow application of the settings and oxgen 5.1 don't work and root magisk don't work
Click to expand...
Click to collapse
Every thing you mentioned is WORKING FINE for me.
and
Are you sure you installed the *AOSP* version of the Oxygen v5.1 ?
Rumorbox33 said:
Every thing you mentioned is WORKING FINE for me.
and
Are you sure you installed the *AOSP* version of the Oxygen v5.1 ?
Click to expand...
Click to collapse
When you install Oxygen 5.1, a black screen appears at the beginning of the boot
---------- Post added at 01:39 PM ---------- Previous post was at 01:29 PM ----------
sooheb said:
When you install Oxygen 5.1, a black screen appears at the beginning of the boot
Click to expand...
Click to collapse
Fix don
You did it once again! great work my man!

[DISCONTINUED][ROM][OFFICIAL] LineageOS 16.0 for Xiaomi Mi A1

{
"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 9 (Pie), which is designed to increase performance and reliability over stock Android for your device.
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.
*
*/
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.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
Instructions:
Download the latest build, official TWRP (3.3.0 and newer) and GApps (if you need them)
Boot the downloaded TWRP via fastboot
Flash the latest build
Reboot to bootloader and boot TWRP once again
Flash GApps and any other necessary add-ons
Migration instructions
Downloads:
Official builds: LineageOS
Recovery: Official TWRP
Google Apps: OpenGApps (nano package is advisable, but you definitely should avoid using stock/super packages)
Source code:
Common device tree: https://github.com/LineageOS/android_device_xiaomi_msm8953-common
Device tree: https://github.com/LineageOS/android_device_xiaomi_tissot
Kernel: https://github.com/LineageOS/android_kernel_xiaomi_msm8953
XDA:DevDB Information
LineageOS 16.0 for Xiaomi Mi A1, ROM for the Xiaomi Mi A1
Contributors
flex1911, abhishek987
ROM OS Version: 9.x Pie
ROM Kernel: Linux 4.x
Version Information
Status: Nightly
Created 2018-12-31
Last Updated 2020-04-09
Reserved
Notes:
All official builds already include the up-to-date firmware, so you don't need to update it manually
Reserved
so this means if we have to flash 10.0.3 firmware if we are in 9.6.8 Oreo firmware? ?
fhsd22 said:
so this means if we have to flash 10.0.3 firmware if we are in 9.6.8 Oreo firmware? ?
Click to expand...
Click to collapse
From 29-12-18 and after, need the December's firmware... So, yes.
zurik said:
From 29-12-18 and after, need the December's firmware... So, yes.
Click to expand...
Click to collapse
what if i want to go back to stock oreo sir, what will i do? kinda new in this firmware things...
Thanks, btw ?
December firmware can't detect VoLTE IMS registration. So phone won't detect VoLTE outgoing call connected status (No call duration, No conference call and outgoing calling sound still ring in background after reciever connected)
eark555 said:
December firmware can't detect VoLTE IMS registration. So phone won't detect VoLTE outgoing call connected status (No call duration, No conference call and outgoing calling sound still ring in background after receiver connected)
Click to expand...
Click to collapse
+1 posted this issue on other thread @flex1911 if possible kindly look at it thanks ?
fhsd22 said:
what if i want to go back to stock oreo sir, what will i do? kinda new in this firmware things...
Thanks, btw
Click to expand...
Click to collapse
If you are in Oreo now and have never updated to official Pie, follow the instructions on this thread to make a backup of your partitions
https://forum.xda-developers.com/mi-a1/how-to/tool-low-level-backup-restore-unbrick-t3790307
You can exclude System and Data.
If you want to go back just restore the backup and flash any Oreo rom (or restore your TWRP backup if you have one)
Anyone having occasional issues with SIM card not been detected after reboot? There is no dialog to enter the pin. Strange thing this happens every second or third reboot otherwise its fine. I'm on PIE fw
@flex1911 could You please support Signature Spoofing in this unofficial build? Microg users would be thankful.
Happy new year!!
Fractals said:
@flex1911 could You please support Signature Spoofing in this unofficial build? Microg users would be thankful.
Happy new year!!
Click to expand...
Click to collapse
Won't be supported if he's aiming for official support.
Ayy you finally made a thread for this nice buddy ?
Fractals said:
@flex1911 could You please support Signature Spoofing in this unofficial build? Microg users would be thankful.
Happy new year!!
Click to expand...
Click to collapse
Use nanomod patcher.. find it in magisk
So if I have official lineageos 15.1, should I flash stock pie first? And only then I can flash this one, right?
Alecotro said:
So if I have official lineageos 15.1, should I flash stock pie first? And only then I can flash this one, right?
Click to expand...
Click to collapse
No need, you can just flash dec firmware and flash this rom, or maybe if you want, you can go back to stock, install all the ota updates, and flash this rom, bcs in some cases, flashing december firmware remove some lte bands, that's why in op flex said don't force update if you don't want more problem.
sir, Could it be that I'm asking for more in the next update can you add the translations?
your ROM was one of the best I've ever used
Screenshots??
adnbwta said:
No need, you can just flash dec firmware and flash this rom, or maybe if you want, you can go back to stock, install all the ota updates, and flash this rom, bcs in some cases, flashing december firmware remove some lte bands, that's why in op flex said don't force update if you don't want more problem.
Click to expand...
Click to collapse
hey what December firmware? Could you give me the link.
Asdfghjkevin said:
Screenshots??
Click to expand...
Click to collapse
here

[UNOFFICIAL][ROM][A320FL/F/Y] Evolution-X 4.6 [10.0][64 bits][Treble]

{
"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
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.
FEATURES
A320FL/F/Y supported
Android 10
Arm64 with Treble support
3.18.140 kernel with f2fs support and many more
Enforcing since 4.4 build
VNDK-Full
Evolution-X features
KNOWN BUGS
Hotspot seems is partially working Fixed in 14/02/2020 build
Video recording with stock camera. Use footej Fixed in 14/02/2020 build
Echo in calls Fixed in 24/08/2020 build
Other inherent bugs from AOSP or Evolution-X sources
CTS profile fails in Magisk
Volte (it never will work)
INSTALLATION
Flash the repartition script if you haven't done
Wipe system, data (clean install recommended), vendor, dalvik&cache and cache
Flash rom zip
GAPPS are alredy included, you don't need to flash them
Reboot
DOWNLOAD
Lastest build: 24/08/2020
GoogleDrive folder
ROOT
Flash Magisk as usual
SUPPORT
Telegram group
SOURCES
My github org
CREDITS
Me, for infinite hours spent with this project
Special thanks to @Valera1978 for bringing this to the exynos7870
@followmsi for the upstream kernel commits
@stricted and 7870 dev team for his work in exynos source code
Evolution-X team
DONATIONS
I don't need them, I don't need coffees or beers. I really hate see here people with high end devices asking for donations, but you can still donate money to charity. Donate money or simply help people that is really needed. If you like this rom you can make me very happy just pushing THANKS
XDA:DevDB Information
Evolution-X, ROM for the Samsung Galaxy A Series 2017 A3, A5, A7
Contributors
Astrako
Source Code: https://github.com/Evolution-X
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
ROM Firmware Required: Oreo bootloader
Version Information
Status: Beta
Beta Release Date: 2020-01-07
Created 2020-01-07
Last Updated 2020-09-28
Reserved
Initial build is up!(07/01/2020)
- Synced with lastest Evolution-X sources
- Android 10.0.0_r23
- January security patch
Enjoy!
Astrako said:
Initial build is up!(07/01/2020)
- Synced with lastest Evolution-X sources
- Android 10.0.0_r23
- January security patch
Enjoy!
Click to expand...
Click to collapse
Damn, you really deserve your Xda title, good job!??
Astrako said:
Wow thanks sir... your idea your work keeps alive A3 17 device. Really really thanks .
Click to expand...
Click to collapse
ERROR 7
twrp 3.3.1.0 installation completes and then gives ERROR 7 Is there a solution to the problem?
The problem has been solved
Is this working on A5 ?
Thanks for this.
What do you mean by hotspot partially working? Do you mean it is like your other builds where it can be enabled but doesn't do anything other than causing reboots?
Andrikkos said:
Is this working on A5 ?
Click to expand...
Click to collapse
Of course not
Andrikkos said:
Is this working on A5 ?
Click to expand...
Click to collapse
Op posted that it will work for A3, A5, A7
Seagold said:
Op posted that it will work for A3, A5, A7
Click to expand...
Click to collapse
No, this wont work.
Completely different device with different kernel and different blobs. This will not work.
Simon1511 said:
No, this wont work.
Completely different device with different kernel and different blobs. This will not work.
Click to expand...
Click to collapse
Please, help me with your system/system/build.prop
You can attach it here for me.
Seagold said:
Please, help me with your system/system/build.prop
You can attach it here for me.
Click to expand...
Click to collapse
First, Im an A520F user.
Second, for what do you need the build.prop?
Simon1511 said:
First, Im an A520F user.
Second, for what do you need the build.prop?
Click to expand...
Click to collapse
A520Fds user also.
I'm on lineageOS 17.1.
I need it for dual SIM
New build is up! (14/02/2020)
- Synced with lastest Evo-X sources (4.1)
- Android 10.0.0_r27
- February security patch
- Many changes under the hood:
Fixed hotspot
Fixed video recording with stock camera
Uprev many hals, and updated proprietary stuff
Reworked init files for better compatibility
And many more
As usual, if you want to support my work, just push thanks button here and in first post of this thread.
Enjoy!
Not a user of your rom yet but i'm following up its infancy with great interest and appreciation for the sheer work you're putting in there !
1) camera sometimes is crashing and i can't take photo. I need to restart phone to get this working.
2) i can't grant acceess to notifications for MiFit app. It shows 'This function is not available on this device'.
i am using lastest build 14/02/2020
The rest works perfectly and smooth. Best ROM i ever used. Great work!
Why rom size 11 GB ? it's too large!
MohammedBader said:
Why rom size 11 GB ? it's too large!
Click to expand...
Click to collapse
What!.
Seagold said:
What!.
Click to expand...
Click to collapse
Sorry, its 1.23 GB , I saw it 11 may I nedd to ware glassess.

[ROM/VENDOR][ONEUI3.1][S20 PORT] TreeUI+ 0.9.5 BETA for A8/A8+/A7/M20/M30

{
"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.
*
* 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.
*/
(No, the ROM has nothing to do with trees, it's just OneUI 3)
Welcome to Android 11, and OneUI 3 from the Galaxy S20!
This ROM is a direct port of OneUI 3 from the Samsung Galaxy S20 to (parts of) the Exynos 7885/7904 family.
It can be used on Treble and Non-Treble phones. If you use it with treble enabled, it will install a vendor compatible with Android 11 GSIs too!
Features
-Based on G980FXXS6DUBA
-AROMA installable modules, and CSC selector
-DeX On PC Works!
-Debloated base
-OneUI 3.1
-TreeUI Kernel with 4.4.185
-Includes Android 11 vendor (Full vndk, works with vndklite too)
-Support for A530F, A530W, A530N, A730F, A750*, M205*, M305*
What doesn't work:
[Common]
-Samsung Camera (3rd party apps should work)
-Face unlock
-Torch intensity control
-VoLTE (experimental option available, some Indians had luck with that, and DBT CSC
What works:
-Everything else
Installation:
Read this as you need to set some settings to fix the resolution and DPI
-(Optional, A8 only) Treble your phone using the treble guide
-If you haven't yet, install a custom recovery and decrypt data
-Flash zip in custom recovery
-Wipe data
-Reboot
-First boot will be in wrong resolution and DPI
-After setting up the device, go into display settings and set the resolution to 1440p or 720p
-Set it back to 1080p
-Set display zoom to some other level then back.
Downloads/Changelog:
0.9.5 BETA (ROM+VENDOR) (note that a beta test version of this was leaked with many of the problems not fixed. please update if you use that leaked version)
- Headphone jack fully fixed
- Added M20 and M30 support
- Probably fixed AROMA freezes
- Added Photo and Video editor
- Fixed S Notes
- Fixed WiFi QR codes
- Removed Super Fast Charging, only left Fast charging in place, since we don't have Super Fast Charging
- Added experimental VoLTE (read "What doesn't work")
- Added Dual Messenger
- Fixed booting on non-treble Canadian and Korean A8
0.9.4 BETA (ROM+VENDOR)
- First public release
Source Code:
GitHub
Screenshots:
Spoiler: Screenshots
View attachment 5259589View attachment 5259591View attachment 5259593View attachment 5259595View attachment 5259597View attachment 5259599View attachment 5259603View attachment 5259601
Credits:
-Me
-@prashantp01, and @ananjaser1211 for lots of fixes, and help! Go support them!
-@arminhere, @Hovo01, @Voytec83, and @VenusEleven for testing!
-@Akhil99 for testing on the Galaxy M30, and providing some fixes for it.
Donate:
BTC: 19748ZuTu5f7CShVQMTnDNNe5Q4WryxaDZ
PayPal: http://paypal.me/VDavid003
Will use it to buy stuff that needs fixing
If you link to my ROM, please link to the XDA thread, not directly to the file!
I will be appreciated if the installation of this Rom be a detailed for a new tester who will start installation at phone with official ROM and not rooted devices with links for the needed files and step by step descriptions.
Thank You in advance.
(SM-A750FN/DS)
zartell said:
I will be appreciated if the installation of this Rom be a detailed for a new tester who will start installation at phone with official ROM and not rooted devices with links for the needed files and step by step descriptions.
Thank You in advance.
(SM-A750FN/DS)
Click to expand...
Click to collapse
How was the rom? Did you try it?
If I have answer to my questions ,this will help me to try this ROM.
I will inform You when I install.
I tried A750N, but it works! (korea model)
By the way, add a boot.img to flashing at normal operation.
I am sorry that I am not good at English.
zartell said:
I will be appreciated if the installation of this Rom be a detailed for a new tester who will start installation at phone with official ROM and not rooted devices with links for the needed files and step by step descriptions.
Thank You in advance.
(SM-A750FN/DS)
Click to expand...
Click to collapse
I don't really have an A7, so this is a bit difficult for me but going from just unlocking the bootloader and flashing a recovery, formatting data to remove encryption then installing the zip should work fine.
Thank You for that.
...Bat "You can feel it ,when You get it"
Does NFC work on A750-FN?
I tried this rom in my A7 2018gn/ds android 10 with latest security patch but it freezes whenever I am setting up the phone then it reboots on its own. Anyone can share ideas on how should I supppose to install it perfectly on my phone. Thank you
Please.
Any experienced member,who successfully install this ROM,spend a minute to write detailed procedures .Also it wood be nice to share all link for certain files to go thru formatting and step to set up device.
Thank You (again)in advance.
SM-A750FN/DS
I can't find the download link in this tread... But I found it and the installation guide in a youtube video:
Ps. Sorry for my bad english but i'm only 15 and i'm from Italy
On what security patch did you guys do the twrp recovery, cause when i tried to do it phone wouldnt boot at all.....
Nice work!
Is there a way to flash only the /vendor partition of this rom?
How to get SafeNet working?
Please Update The Rom And Solve Bugs
Black Dragons said:
Please Update The Rom And Solve Bugs
Click to expand...
Click to collapse
Please read my post on updates and ETA's. Thank you.
How to Update GPU Driver Galaxy A7 2018 SM-A750F
I'm found bug.. When I received notification on locked screen and then tap it I have restartarting the phone..
comigabriel06 said:
I can't find the download link in this tread... But I found it and the installation guide in a youtube video:
Click to expand...
Click to collapse
click the orange "ROM+VENDOR" link
is S20 better than M31?

Categories

Resources