QuizzROM-a20 - Samsung Galaxy A20 ROMs, Kernels, Recoveries, & Ot

QwizzROM-a20-v2.1
Debloated OneUI ROM
with some added apps
Battery charge limit
Clean Master
Coloured battery icon
ES file explorer
HKtweaks
Simple reboot
physwizz kernel included.
Flash magisk.zip for root
1.63 GB file on MEGA
mega.nz
QwizzROM-a20-v2.2
Debloated OneUI ROM
Extras:
Battery charge limit
Clean Master
Coloured battery icon
ES file explorer
HKtweaks
SimpleReboot
Includes physwizz kernel & magisk 20.4
Note:
This ROM contains everything I like.
If you want something else, I can show you how to build your own.
@physwizz
1.64 GB file on MEGA
mega.nz
QwizzROM-a20-v2.3
Debloated OneUI ROM
Extras:
Battery charge limit
Clean Master
Coloured battery icon
ES file explorer
HKtweaks
SimpleReboot
Dual speaker v5 @YasirArafatShihab
Root Explorer
Viper
Zarchiver
Includes physwizz kernel & magisk 20.4
Note:
This ROM contains everything I like.
If you want something else, I can show you how to build your own.
@physwizz
1.64 GB file on MEGA
mega.nz
QwizzROM-a20-v2.3-s6_boot.zip
drive.google.com
A205YN
physwizz collection channel https://t.me/physwizz2
Giihub: https://github.com/physwizz?tab=repositories

V2.2 now available

QwizzROM-a20-v2.2
Debloated OneUI ROM
Extras:
Battery charge limit
Clean Master
Coloured battery icon
ES file explorer
HKtweaks
SimpleReboot
Includes physwizz kernel & magisk 20.4
Note:
This ROM contains everything I like.
If you want something else, I can show you how to build your own.
@physwizz
1.64 GB file on MEGA
mega.nz
Kernel source
physwizz/A205_ker
Contribute to physwizz/A205_ker development by creating an account on GitHub.
github.com

nice work!

QwizzROM-a20-v2.3
Debloated OneUI ROM
Extras:
Battery charge limit
Clean Master
Coloured battery icon
ES file explorer
HKtweaks
SimpleReboot
Dual speaker v5 @YasirArafatShihab
Root Explorer
Viper
Zarchiver
Includes physwizz kernel & magisk 20.4
Note:
This ROM contains everything I like.
If you want something else, I can show you how to build your own.
@physwizz
1.64 GB file on MEGA
mega.nz
A205YN
physwizz collection channel https://t.me/physwizz2
Giihub: https://github.com/physwizz?tab=repositories

physwizz said:
QwizzROM-a20-v2.3
Debloated OneUI ROM
Extras:
Battery charge limit
Clean Master
Coloured battery icon
ES file explorer
HKtweaks
SimpleReboot
Dual speaker v5 @YasirArafatShihab
Root Explorer
Viper
Zarchiver
Includes physwizz kernel & magisk 20.4
Note:
This ROM contains everything I like.
If you want something else, I can show you how to build your own.
@physwizz
1.64 GB file on MEGA
mega.nz
A205YN
physwizz collection channel https://t.me/physwizz2
Giihub: https://github.com/physwizz?tab=repositories
Click to expand...
Click to collapse
work on A205G?

Lorran bc said:
work on A205G?
Click to expand...
Click to collapse
yes

Related

[ODEX][SCRIPT/TOOL][SHARE] Odexer Tool 1.1.1 (8/12/13)

Note: I'm just sharing the work of the XDA Member MatrixDJ96.
MatrixDJ96 said:
Would you like to speed up your rom, more stability, more battery life, no lag to open system app and better ram utilization? Now you can! (Only For Rooted Phone And Deodexed Rom)
This is possible with my Odexer Tool created myself.
I worked a lot of time to create this script.
What is ODEX and DEODEX?
In Android file system, applications come in packages with the extension .apk. These application packages, or APKs contain certain .odex files whose supposed function is to save space. These odex files are actually collections of parts of an application that are optimized before booting. Doing so speeds up the boot process, as it preloads part of an application. On the other hand, it also makes hacking those applicationsdifficult because a part of the coding has already been extracted to another location before execution.
THEN COMES DEODEX
Deodexing is basically repackaging of these APKs in a certain way, such that they are reassembled into classes.dex files. By doing that, all pieces of an application package are put together back in one place, thus eliminating theworry of a modified APK conflicting with some separate odexed parts.
In summary, Deodexed ROMs (or APKs) have all their application packages put back together in one place, allowing for easy modification such as theming. Since no pieces of code are coming from any external location, custom ROMs or APKs are always deodexed to ensure integrity.
Another explanation is this:
If you odex the rom, you'll have also more space in data (this is important because if you don't have partition ext4 in sdcard, you won't have too free space), increase battery life, more stability and increase perfomance( the Rom is more faster to load system and app) but you can't modifie apk after odex (you can't mod program with classes.dex).
Infact ODEX is an OPTIMIZED-DEX and Android load system and app faster than deodexed (DEOPTIMIZED-DEX) app and system.
When you have a deodex file (a lot of roms are deodexed) you have File.apk in system/app and in data/dalvik-cache/[email protected]@[email protected], but with odex file you have File.apk in system/app and File.odex in system/app
With these explanation you can understand that:
Odexed Rom = +fast -difficult_customization +more_battery_life +better_stability +less_ram_utilization
Deodexed Rom = -slow +customization -less_battery_life -less_stability -worse_ram_manager
If you run my script with remove classes.dex and zipalign disabled your rom will be odexed without "-difficult_customization"
My script does (it depends by option):
- odex framework
- odex app in system/app
- odex app in system/priv-app (if you have android kitkat)
- remove classes.dex and zipalign from jar/apk (if you enable this option)
All commands of my script:
+ frame [odex all framework]
+ sysapp [odex all system apps]
+ all [odex framework and system apps]
+ set [change settings of the script];
> 1 [enable/disable remove classes.dex and zipalign]
> 2 [back]
+ exit [exit from the script]
WORKING IN ALL ROM (Froyo, GingerBread, IceCreamSandwich, JellBean And KitKat)
AOSP - AOKP - CM - MIUI - PA - PAC - BASE STOCK - ALL!
Credits:
- @MatrixDJ96 (Me)
- MrTony68 (Beta Tester)
- @Thyrus (Beta Tester)
- @angel.sea (For Support)
To Devs
If you want to use this script to odex your ROM, please give me credit in your ROM thread.
Thanks for the cooperation
For More Info Contact Me By Email: [email protected]
ENJOY WITH MORE STABILITY, SPEED AND BATTERY LIFE!!!
Please, give me a thanks if you like my script
By MatrixDJ96
Click to expand...
Click to collapse
MatrixDJ96 said:
IMPORTANT TO ODEX YOUR ROM:
To Odex Framework (Command 'dexo -fr') You Must Have At Least 16% Of Free Space In System.
To Odex System Apps (Command 'dexo -sys') You Must Have At Least 26% Of Free Space In System.
How to odex:
- download file
- go to recovery
- install zip
- reboot
- open terminal emulator (will be installed automaticaly)
- setting terminal type "Linux"
- type su to obtain root permission
- type odex and enjoy!
IF YOU HAVE ENABLED "REMOVE CLASSES.DEX & ZIPALIGN", A FLASHABLE ZIP BY RECOVERY WILL BE CREATED WITH OPTIMIZED SYSTEM SO REBUILD IN RECOVERY AND FLASH THIS FILE (You find it in sdcard and it's called "Optimized-System_NAMEOFYOURDEVICE.zip")
I hope that all are clear
+++++++++++++++++++++++++++++++++
Download link:
Odexer Tool
+++++++++++++++++++++++++++++++++
Click to expand...
Click to collapse
Nice thread bro:thumbdown::thumbdown::thumbdown::thumbdown::thumbup::thumbup::thumbup:
This is awesome tool.
But, i cant install ver beta 5.5 via cwm. Error: install abort...:banghead:
Send from USS Enterprise CVN-65 using Tomahawk
tuan.cse06 said:
This is awesome tool.
But, i cant install ver beta 5.5 via cwm. Error: install abort...:banghead:
Send from USS Enterprise CVN-65 using Tomahawk
Click to expand...
Click to collapse
Change the updater-script with any of the other CWM flashable zip.
aniket.lamba said:
Note: I'm just sharing the work of the XDA Member MatrixDJ96.
Click to expand...
Click to collapse
UPDATE
MatrixDJ96 said:
UPDATE
Click to expand...
Click to collapse
Will update it in evening
MatrixDJ96 said:
UPDATE
Click to expand...
Click to collapse
Does not work
Sent from my Galaxy Nexus
nice one bro

Lg K7 stock flashable zip

For k330 and ms330
NOTE: Is recomended to uses the rom for your devices do not try to uses t mobile on metro cuz could brick your phone. (there are some tester that said that t mobile rom is working for metro but is at your own risk)
This is for k330 and MS330 https://mega.nz/#F!VhQQTSTT!M9dqEMPpXSfg9pX8TIYBLQ
Both Stock rom are in Stock Folder, theres a folder with the required recovery and some mod like system mode xposed, Magisk root ans system less xposed.
The Stock mod is only for k330 and Ms330, there are two version:
-SystemMode
-system-less
The the SystemMode has: ( Based on K330i Kdz)
-Debloated
-Deodex
-Busybox
-SuperSu
-Zipalign
-some battery tweaks
-adaway app
-Novalauncher and tesla (had to change launcher in settings)
-reboot recovery
size of the rom 654Mb before was 1.18 Gb
The System-less has: ( Based on K330f KDz)
-Debloated
-Deodex
-Busybox
-Supersu Magisk one (you need to download phh su on playstore)
-Zipalign
-some battery tweaks
-adaway app
-Novalauncher and tesla (had to change launcher in settings)
-reboot recovery
-Magisk v8 ( cuz v9 give me error in installer but after you intall the rom you can updated to v9 through magisk manager that you need to downloade in this threat: http://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445 )
-System-less xposed 86.6 ( you need to updated to through magisk manager, you need this xposed installer from this threat: http://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
size of the rom 668Mb before was 1.18 Gb
This one is for Metropcs Variant this one is systemmode cuz i dont have a metro k7 to test systemless and is risking to test:
The the SystemMode has: ( Based on Ms330h Kdz)
-Debloated
-Deodex
-Busybox
-SuperSu
-Zipalign
-some battery tweaks
-adaway app
-Novalauncher and tesla (had to change launcher in settings)
-reboot recovery
size of the rom 637 Mb before 1.02 Gb
You need a custom recovery for flashing specially TWRP V7 from here http://forum.xda-developers.com/android/development/twrp-m1-lg-k7-t3462130/page1
Special Thanks for his recovery and hard work @[email protected]
Im Not Responseble for any hardbricks
If you wanna buy me a coffee
Paypal: [email protected]
Changelog
Stocks ones 12/12/16 (Initial Realese)
StockkMod v1 15/12/16 (Initial Realese)
The the SystemMode has:
-Debloated
-Deodex
-Busybox
-SuperSu
-Zipalign
-some battery tweaks
-adaway app
-Novalauncher and tesla (had to change launcher in settings)
-reboot recovery
size of the rom 654Mb before was 1.18 Gb
The System-less has:
-Debloated
-Deodex
-Busybox
-Supersu Magisk one (you need to download phh su on playstore)
-Zipalign
-some battery tweaks
-adaway app
-Novalauncher and tesla (had to change launcher in settings)
-reboot recovery
-Magisk v8 ( cuz v9 give me error in installer but after you intall the rom you can updated to v9 through magisk manager that you need to downloade in this threat: http://forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445 )
-System-less xposed 86.6 ( you need to updated to through magisk manager, you need this xposed installer from this threat: http://forum.xda-developers.com/xposed/material-design-xposed-installer-t3137758
size of the rom 664Mb before was 1.18 Gb
MetroPcs (Ms330h) StockkMod v1 system mode:
The the SystemMode has: ( Based on Ms330h Kdz)
-Debloated
-Deodex
-Busybox
-SuperSu
-Zipalign
-some battery tweaks
-adaway app
-Novalauncher and tesla (had to change launcher in settings)
-reboot recovery
size of the rom 637 Mb before 1.02 Gb
Soon @[email protected] will upload for the metro pcs variant
Reservee
hectorjose1997 said:
For now this is only for the k330 variant
https://mega.nz/#!Q5AViagS
This is a Stock Flashable Zip
You need a custom recovery for flashing specially TWRP V7 from here
Click to expand...
Click to collapse
You have an encryption key on the file.
[email protected] said:
You have an encryption key on the file.
Click to expand...
Click to collapse
Sorry i will take it out
Link now is fixed
Next thing is to make stock mod rom
Also we need to make a stock Flashable metro pcs version too
pikagunmike2 said:
Also we need to make a stock Flashable metro pcs version too
Click to expand...
Click to collapse
There is one already but [email protected] will uploaded soon
hectorjose1997 said:
Soon @[email protected] will upload for the metro pcs variant
Click to expand...
Click to collapse
Soon lol my internet is slow as hell.
hectorjose1997 said:
There is one already but [email protected] will uploaded soon
Click to expand...
Click to collapse
Really? Sweeeeet when he uploads it I'm gonna try to debloat it and ****, I'm gonna make my pc dual boot with my second hard drive is there any specific Linux version I should install or just any?
I have one but it only boots up after flashing Xposed v87.arm22 so I am trying to make an aroma installer with Xposed so it can be done in one flash.
[email protected] said:
I have one but it only boots up after flashing Xposed v87.arm22 so I am trying to make an aroma installer with Xposed so it can be done in one flash.
Click to expand...
Click to collapse
What is aroma?
https://www.google.com/search?q=wha...d-metropcs-us&sourceid=chrome-mobile&ie=UTF-8
Also idk anything about Linux can someone point me in the right direction, which one do I get an what else do I need to do stuff with the roms
pikagunmike2 said:
Also idk anything about Linux can someone point me in the right direction, which one do I get an what else do I need to do stuff with the roms
Click to expand...
Click to collapse
You should install ubuntu is the one that im using but in a virtual machine
hectorjose1997 said:
You should install ubuntu is the one that im using but in a virtual machine
Click to expand...
Click to collapse
Any Ubuntu cuz I know there's different versions
pikagunmike2 said:
Any Ubuntu cuz I know there's different versions
Click to expand...
Click to collapse
Im using this one https://androidfilehost.com/?fid=24651430732235897
OK il use that one thnx

[MAGISK Rom /Base Convertor) 420rom N986B V3.8 - DUF8 - ANDROID 11 - OneUI 3.1 - Sec Patch 07/2021 - Released 18/07/2021-EXYNOS!!!

{
"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"
}
WELCOME TO 420 ROM - MAGISK ROM FOR SAMSUNG GALAXY NOTE 20 ULTRA 5G N986B (EXYNOS)
Telegram-Group
Please bear in mind that things will be added as and when my learning and time permits (being a dad with a family and having ADHD myself means things get a lil gnarly) but i will aim to support this ROM as regularly as possible.
Ill usually release a test to one or two users before each release also - :cyclops:​
CUSTOMIZABLE ONEUI EDITION MAGISK ROM FEATURES: - with Vol +/- keys
-Add YouTube Vanced - thanks to Vanced peeps github
-Add 3minit battery - thanks G Harrington - if online menus don't appear, install the apk that the module places on your internal storage in the 420rom folder. (PLEASE SEE KNOWN ISSUES FOR INSTALLATION)
-Add 3minit clock - thanks G Harrinton (PLEASE SEE KNOWN ISSUES FOR INSTALLATION)
-Add V4A
-Add custom 420rom bootanimation thanks to @chalmizzle
-Add SamsungSans fonts apk
-Add Goodlock
-Add SoundAssistant (for increased vol steps)
-Add Customized Secsettings (420 banner in every phone info screen) (coming soon)
-Add Custom wallpapers (coming soon)
-Remove Chrome
(further debloat options for stock rooted base)
-Remove Bixby
-Remove Netflix
-Remove kidshome
-Remove Facebook_stub
-Remove FBservices
-Remove Upday
-Remove Onedrive
CORE MAGISK ROM FEATURES
-installs custom secsettings
-Detects OMC code and ensures correct OMC folders and files installed (multi OMC support hopefully coming - thankfully OXM should be sufficient for now - please let me know if your N986B CSC isn't supported and ill see what i can do)
-detects base rom or rooted stock and presents relevant install features and aborts if attempted to be installed on anything else - should help keep non compatible setups intact
-Device detection as i'll will now be supporting several N20 variants
Enabled the following CSC fetures: (thanks @m8980
- Disable shutter sound menu
- AppLock Protection menu
- Support RealTime Network Speed in status bar - working
- Enable Camera during call
- Enabled call recording
- Data usage in quick panel - the feature displays but not the actual data used - if anyone knows a fix, let me know
- Block call number menu
GOOGLE EDITION FEATURES (FURTHER TO THOSE IN ONEUI EDITION MODULE ABOVE)
This Module is based on the main Main 420rom Rom Module but replaces some of the Samsung apps with Google ones. It is recommended to backup your Samsung apps 1st!!!
Installed with Module - Samsung App it replaces
--------------------------------------
Google Phone - Samsung Phone
Google Contacts - Samsung Contacts
Google Messages - Samsung Messenger
Google Chrome - Samsung Internet Browser
Google Calculator - Samsung Calculator
Google Calendar - Samsung Calendar
Google Clock - Samsung Clock
Google Drive - Samsung Cloud (stays installed)
Google Files - Samsung MyFiles
Google Fit - Samsung Health (can be reinstalled from Galaxy Apps)
Google Pay - Samsung Pay
Google Keep Notes - Samsung Notes
Google Photos - Samsung Gallery
Google Recorder - Samsung Recorder
Google TTS - Samsung TTS
Google Duo - n/a
Google News - n/a
Google Tasks - n/a
Google Sounds (Sound Picker) - n/a
Google Apo - n/a
Google Carrier Services (for RCS) - n/a
GBoard - Samsung Keyboard
GMail - Samsung Email
YouTube Music - Samsung Music
YouTube Vanced, Vanced Manager & Vanced MicroG - YouTube
Nova Launcher - OneUI Launcher
RECOVERY FLASHABLE BASE FEATURES
-Does away with warning on splash
-Debloated a fair whack but not too much
-rebased with each firmware update (when possible)
-rooted with magisk manager
-latest disabler from @ianmacd included (cheers for this and TWRP mate)
-flashes latest TWRP during Base flash
Changelog
v3.8 (3.7 unreleased)
- rebase to DUF8 - July patch
V3.6
- Main big change is that install options are now taken care of by the (now renamed) MASTER MODULE - you will be presented with your installation options on the first zip you install - these will then be picked up by the ROM MODULE that will automatically flash the relevant features selected in the MASTER MODULE flash.
- Rebased to DUDA - (next update will probably just be a rebase as new June firmware will be here v soon)
- Magisk v23 installed
- I have included the Audio Modification Library module for until they sort V4a out. The process to get v4a working is:
1 - Activate the AML module in magisk and reboot then when rebooted into system start v4a and install drivers (it will reboot)
2 - on reboot, disable the AML module and then reboot system once more
3 - when rebooted to system, start v4a and reinstall the drivers
4 - v4a should be functional after reboot
V3.5
This version brings a lot of automation to the install process. The mother module script will detect if the convertor has been flashed over that particular firmware and then make the convertor zip automatically if it is needed - in the case of reapplication of the rom or if i bring out an incremental update on the same firmware then this will mean that the convertor will be skipped by the mother module script and the rom module will be made only.
In short, the Mother module does my job by cooking the rom module and convertor mid flash
-Also rebased to DUD1 firmware
v3.4 Simple rebase to DUC8
- rebase to DUC8 firmware and most recent TWRP added
v3.3 no more disabler required after odin flash
- disabler files now added to odin files, no standalone disabler flash required anymore.
- rebased to DUC1 March patch
- workaround was required for wallpapers and will have this back to normal next time but end result is exactly the same. We're just using the DUB6 apk in this firmware no wallpapers were showing with DUC1 wallpaperres.apk
V3.2 another big update!!!! - in addition to the changes brought in recently, i have decided that patching system files instead of replacing them will be better going forward - the upshot for you guys is that the install process is even quicker now and the total package size has gone from 500mb to 240ish mb, yet the end result is exactly the same as any other release The convertor copies the relevant files from device and the rom module makes the amendments needed.
- fixes to backup and restore function
- tidied up script a bit
Now live in link in first post!!!
3.1- smallish update in comparison but still needed
- Home up added to goodlock package in rom - this incorporates task changer
- fixed Auto backup backing up previous rom options when new Rom Module selection option is selected (i.e no to restoring)
- Will now NOT install if any firmware version other than the one matching the rom is present
3.0- addition of Rom Module options backup/restore and rebase to OneUI 3.1:
- I have created a new Rom Module backup and restore function which will read the setup of the last rom module install (v2.6 onwards only) and ask you if you want to restore your previous install options. It will also backup any CSC features choices you make. This was not easy due to the complexity of my other function
-soundassistant updated
-some script optimisations and tidy ups
-completely rebased to DUB6 OneUI 3.1 - hence V3.0
-CTS fix working perfectly and is included as an install option
2.5 - big refinement on changes in 2.4
- module base convertor now installs the cts fix module automatically and systemlessly
- the Mother Module sends the convertor to internal/420rom which will then delete itself after flash and replace it with the rom module in internal/420. This is because it could be confusing with so many folders
- convertor now clears any old 420rom modules
- the convertor checks for old internal 420rom directory and clears it if detected then sets up a new one.
- more general automation and tidy ups in scripts applied
- advanced power mode app added for booting to recovery on the fly easier
2.4 - Big format change - see second post
2.3.2 - incremental update
- Added CTS safteynet fix by @kdrag0n - (huge thanks for your contribution to the community man!!!) - thread
2.2-2.3.1 (unreleased xmas testing)
Rom-module
- rebased files to CUA2 Jan firmware
- moved all install and extract code to functions which are each called when you select an install option for the magisk rom module features - main upshot is that it saves a **** load of time installing the module. The long boring extraction list before the install options is now a past nightmare
- tidying up the script big time - variables defined for mod extraction paths etc - makes debugging much easier haha
Module Base
- rebased to CUA2 Jan firmware
- Latest TWRP from Ianmacd included from now on - the base will automatically flash this.
- updated disabler included
- Magisk updated to V21.2
v2.1 (unreleased) & 2.1.1
- Full script rewrite for a big big change in cscfeatures implementation method
- csc features are now selectable should you not wish to install all of them
- updated source to CTL5
- CSC mod fixes
- bugs and performance fixes
v1.1/1.1.1
-changed default wallpaper
-compressed mods in module zip to save space
-added debloat to updater script - debloat is carried out after image flash (fixed issues in 1.1.1)
-general theme refresh
-fixed sound assistant not installing
v1-b6-b10
-added CTS fix
-added wallpapers
V1-b5
-implemented updated 3minit install procedure @starbucks2010 - cheers for the help and code for my flashable zip
-added updated YoutubeV manager etc - install youtubeV from manager is recommended
-tidied up install script
V1-b3&4
-unreleased, research mules for failed patch testing :laugh:
V1-b2
- initial xda release
what's next? & Known Bugs we can't do much about or will sort eventually
-N980F/N985F support
-Google edition of the module
-incorporation of further goodies into magisk rom and base
-if A SYSTEM APP hasn't been removed, try uninstalling it you should now be able to - any updates installed over an original system app remain as they are data apps following an update
CORE DEV TEAM
Myself - team owner and Rom Module chef
@abun880007 - team co-conspirator
Huge thanks to.................
@abun880007 for the legendary support and collab
@Zackptg5 for the brilliant MMT Extended zip
Rooted with Magisk - thanks @topjohnwu
@topjohnwu for magisk
@Winb33) for the samsungsans7.2 fonts
@superr for the kitchen
@starbucks2010 @ASHLEY117 & @ZonalRipper for showing me winrar was sh## and for all you help with getting around these invisible system.dat.br issues i was having! :good::laugh: link to Beyond Rom S20 Thread
@Team_DeWitt for the Awesome V4A 2.7 - a must have for audiophiles!!
G Harrington for the 3minit apps
Team Vanced for bringing us all youtube Vanced
@dr.ketan for the various pointers and sage advice
Finally, @m8980, thanks for letting me adapt your CSC features into my module. :good::good::good:
DOWNLOADS
MASTER MODULES
STOCK ROOTED ODIN FIRMWARE
XDA:DevDB Information
[MAGISK Rom & Base], ROM for the Samsung Galaxy Note 20 Ultra
Install procedure for V2.4 onwards has changed drastically as has the format of the module base itself
From now on N20U and soon on N10 and Tab, there will be no more 4gb zip files to flash (im sick of the time wasted waiting for copying and flashing lol) - the total size of files has gone from 4.5GB to 450mb but you will have exactly the same end result!!!!!!
I have created an "Mother Module" or "MM" which, when flashed in Magisk, places a (Magisk installed) Rom Module zip and a (TWRP flashable) Module Base Convertor zip into their own folder on internal/420.
The next thing to do is to go to TWRP and locate the Module Base Convertor zip and flash it. This will apply all debloat and This will also trigger a marker that will allow the rom module to be flashed.
Once the first zip is flashed, you can then go and install the rom module as normal in Magisk
I will be providing rooted stock firmware to start the whole thing off
BEFORE YOU START. DO NOT ATTEMPT TO FLASH THIS OVER A DIFFERENT DEVS ROM - IT WILL CAUSE ISSUES. BACKUP APPS AND DO A FRESH STOCK INSTALL FIRST - that's even if you get past the failsafe
Install process assuming you are on matching firmware to the released Rom and rooted
1, Flash the mother module in Magisk - reboot to TWRP
2, In TWRP, flash Module Base Convertor located in internal/420- this will apply all the modifications and debloat to your rom that i used to on the Old full size zips
3, reboot and install rom module in Magisk as normal- all done!!!
Install Process assuming you are coming from earlier 420rom:
1, Using the odin files i have provided, flash BL, Modded AP, CP and HOMECSC in Odin with AUTOREBOOT off
2, Keeping phone plugged in, hold vol down and power to exit download and immediately hold vol up and power to enter TWRP.
3, flash Multidisabler & reboot.
4, Flash the mother module in Magisk - reboot to TWRP
5, In TWRP, flash Module Base Convertor - this will install a few generic niceties seen on the module bases of old (No red text etc) and debloat a fair whack of crap out
6, reboot and install rom module in Magisk as normal- all done!!!
on a side note........................
How i patch and add TWRP to the Stock AP file - aka making stock rooted odin flashable files
Producing a stock rooted firmware is really easy and i would hope it would be part of people's standard updating process from now on & will take most people 10 mins if instructions on Xda are read through but I will make them nonetheless.
1, extract firmware zip so you have BL, AP, CP and HOMECSC visible (Put CSC aside)
2, copy AP to internal on phone and patch with Magisk (install -> select and patch file). Once done, copy the Modded AP file (also called magisk patched tar) that Magisk produced from /downloads on your phone's internal storage back to your firmware folder - call this one Modded AP or whatever.
3, get the latest TWRP and rename to recovery.img, drop the image into the magisk_patched.tar (delete recovery.img.lz4 if present)
4, extract the BL folder and delete vbmeta.img.lz4 in the extracted folder, pull out vbmeta.img from magisk_patched.tar and copy to the BL extracted folder - re-tar this BL folder using 7z. DO NOT REMOVE VBMETA.img from magisk_patched tar - call this one modded BL file or whatever.
5, you can now go ahead and flash Modded BL, Modded AP, CP and Homecsc in odin
Reserved
another
one more
Yes!!! Definitely rooting and flashing!
Sent from my [device_name] using XDA-Developers Legacy app
speedyjay said:
yes!!! Definitely rooting and flashing!
Sent from my [device_name] using xda-developers legacy app
Click to expand...
Click to collapse
hello maaaatttteeee!!!!
Hi, I just wanted to know, with this rom, can you edit and modify system apps? Because am unable to do it, when I try to remove a system app, it won't let me. With the s20 this is fixed installing the vbmeta_disabled file.
Looks nice
mcgomfer said:
Hi, I just wanted to know, with this rom, can you edit and modify system apps? Because am unable to do it, when I try to remove a system app, it won't let me. With the s20 this is fixed installing the vbmeta_disabled file.
Click to expand...
Click to collapse
Can you possibly point me to this? could find this very handy (if it's shareable)
Thanks for the work.
Need a detailed installation guide.
Hi, are there any instructions for flashing this rom, because am flashing, but when finished and rebooting, it goes into bootloop.
tuanduy7453 said:
Thanks for the work.
Need a detailed installation guide.
Click to expand...
Click to collapse
Yeah, a detailed installation guide would be great.
Install procedure in second post
Dex not working
Samsung DEX doesn't seem to be working, tried to connect it to Samsung tv, but won't work. Any idea how to fix this?
Play store crash... Goodlock navbar not supported
and i cant take screenshot everywere it says... U cant bcoz of security policy.....
Nice working rom waitin more updates
ok now i have gotten past a tonne of the quirks this new device is throwing out so will be releasing an updated base and module shortly.
- any users of 3minit wont have to install the apk manually - just flash a zip i will provide and then select the option in the module install steps - took me a while to get my head around the /system mounting lol
- add themed secsettings
- add wallpapers
- take a look at Dex issue - can anyone else confirm this issue?
exocetdj said:
ok now i have gotten past a tonne of the quirks this new device is throwing out so will be releasing an updated base and module shortly.
- any users of 3minit wont have to install the apk manually - just flash a zip i will provide and then select the option in the module install steps - took me a while to get my head around the /system mounting lol
- add themed secsettings
- add wallpapers
- take a look at Dex issue - can anyone else confirm this issue?
Click to expand...
Click to collapse
Dex working fine for me.
For me DEX isn't working won't connect with Samsung smart TV.

Themes / Apps / Mods ADB Font Installer including the lockscreen clock

Download the FontInstaller zip. Extract on your pc. Connect your phone to pc. Run FontInstaller.bat. Enter the number of your selection and hit enter. Your flashable zip will be on your sdcard in a folder called ozop. The name of your zip will be mymagiskfont.zip. Flash in Magisk app.
If the module is not in ozop on your initial try, check Magisk app superuser list to make sure ADB shell has root permissions.
You can flash to both system and lockscreen clock or just the lockscreen clock. Most of hese fonts were found at the following thread and examples can be found there. The lockscreen clock font modifies the systemui so if you have already modified it, it will not take affect.
[FONTS][5.0+] Full Flashable Zips (200+ Fonts)
Info: These fonts are full flashable zips and will replace all containing stock Roboto fonts. These work on any device/ROM running Android L (5.0), Android M (6.0), Android N (7.0) or Android O (8.0). Instructions: Download the zip file of your...
forum.xda-developers.com
Uploaded 11-9-21
Font Installer.zip | by Tulsadiver for Pixel
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
www.androidfilehost.com
@Tulsadiver , you think you can made a right clock mod for this ?

[Kernel][ONEUI3.1] physwizz kernel a50s

physwizz A507 R kernel version 3.1
SM-A507FN u5 Android 11
For OneUI 3.1
( also works for GSIs)
Samsung securities disabled
More CPU governors
Conservative, On-demand, Userspace, powersave, performance, energy_step, shedutil
Optimised for performance
CPU:
Big 936 MHz - 2314MHz
Little 403MHz - 2054MHz
lz4 default compression added to zram
Bugs:
Root will be lost
Installation
Post 2
Kernel
physwizz - Repositories
physwizz has 172 repositories available. Follow their code on GitHub.
github.com
@physwizz
Installing physwizz custom kernels
INSTALL AT YOUR OWN RISK
I AM NOT RESPONSIBLE FOR ANY BRICKED PHONES
But I will help any well-mannered person to recover.
A. Preparation
1. Root the phone
2. Compress your patched boot.img to make boot.tar
3. Copy boot.tar to PC
B. Installation
Method 1
Install from twrp
Reboot to recovery
Backup boot and dtbo (if available)
Install kernel zip
Wipe both caches
Reboot
Method 2
Install kernel from terminal.
1. Download magisk module (magic-flash.zip) from https://github.com/Magisk-Modules-Alt-Repo/magic-flash
2. Install module and reboot.
3. Open terminal.
4. Navigate to folder containing kernel.zip.
Use
ls to list contents
and
cd to change directories
5. Type su
6. Type flash kernel_name.zip
7. Reboot
Method 3
Using ADB
Install adb tools on pc
Connect to PC
Copy zip file to adb folder on pc
Open terminal on pc
Navigate to adb folder
Type
adb sideload file-name.zip
Method 4
Using boot.img
Install AIK Mobile from magisk modules
Use rootexplorer to access
/data/local/AIK-MOBILE
Add patched boot.img and tap unpackimg.sh
Exit the folder and return to see the files.
Edit the files (eg to add a new Image
rename Image to boot.img-zImage and insert in split-image folder)
Tap repackimg.sh
Rename new_image.img to boot.img
Compress boot.img to boot.tar
Copy boot.tar to PC
Reboot phone to download mode
Install boot.tar from odin
AIKLink
Physwizz Collection
Install from magisk modules Use rootexplorer to access /data/local/AIK-MOBILE Add boot.img or recovery.img and tap unpackimg.sh Exit the folder and return to see the files. Edit the files (eg to add a new Image rename Image to boot.img-zImage and insert in split-image folder) Tap repackimg.sh
t.me
C. Removal
Method 1
Reboot to recovery
Restore boot and dtbo
Reboot
Method 2.
Reboot phone to download mode
Install patched boot.tar from odin
@physwizz
friendoo you can bring it for the galaxy a50
Chinito_H18 said:
friendoo you can bring it for the galaxy a50
Click to expand...
Click to collapse
I'll add it to my list
Chinito_H18 said:
friendoo you can bring it for the galaxy a50
Click to expand...
Click to collapse
SM-A505F Android 11?
Chinito_H18 said:
friendoo you can bring it for the galaxy a50
Click to expand...
Click to collapse
Here is A505 version for testing
physwizz said:
Here is A505 version for testing
Click to expand...
Click to collapse
Do you have kernel for android 12 A50?
rezabahramnezhad said:
Do you have kernel for android 12 A50?
Click to expand...
Click to collapse
A12 source code not available.
Is OneUi 4 available for your device?
physwizz said:
A12 source code not available.
Is OneUi 4 available for your device?
Click to expand...
Click to collapse
I use custom Rom (oneui4) but I don't like include kernel
rezabahramnezhad said:
I use custom Rom (oneui4) but I don't like include kernel
Click to expand...
Click to collapse
Note: physwizz kernels work best with debloated stock
https://t.me/physwizz2/234
or with wizzROM
Physwizz Collection
wizzROM Creator magisk module v4 Thermal DO NOT INSTALL FROM TWRP for all Samsung phones Debloated ROM with Extras Fixed apps in system/product Extras: Battery charge limit Clean Master ES file explorer HKtweaks SimpleReboot Root Explorer Zarchiver physwizz-2 Thermal throttling removed...
t.me
Other custom ROMs may not be supported
hey, can I use this kernel with android 13 in a50s?
RamanSandhu said:
hey, can I use this kernel with android 13 in a50s?
Click to expand...
Click to collapse
Not yet
Hi ,
it work for A50S " SM-A5070 " , Android 11 , One UI 3.1 ?
if it work , is it possible convert Enforcing to permissive ?
balo091 said:
Hi ,
it work for A50S " SM-A5070 " , Android 11 , One UI 3.1 ?
if it work , is it possible convert Enforcing to permissive ?
Click to expand...
Click to collapse
Let me know if it works. OneUI won't boot on permissive
Hey, are you working on updating this kernel for android 12 & 13?
RamanSandhu said:
Hey, are you working on updating this kernel for android 12 & 13?
Click to expand...
Click to collapse
I'll see what I can do
Thank you.

Categories

Resources