[Magisk Module, Magisk 17.x or higher]
Additional fonts for the Font-Manager in
Pie
Havoc OS 2.X [9.X]
BootleggersROM 4.0 [9.X]
crDroid 5.X [9.X] Update: Works again in v5.4
MSM Xtended v8.5 [9.X]
SkyDragon OS [9.X] (Problems after ROM update), Update: works again on build SkyDragon-OS-P-oneplus3-20190513
Oreo
Dirty Unicorns 12.X
Replaces the original Font.apk with a pimped up Version. The original font selection is of course still included too.
In the current version of the module about 91 additional fonts with free license were added. I know that there are many beautiful and cool fonts out there, but their license in almost all cases does not include sharing or using in applications or... (there is almost always a hook ).
For further versions of the modules, references to other fonts with a free license are welcome!
The respective module only works in the intended ROM!
The Havoc module only works in HavocOS, the SkyDragon module only in SkydragonOS and so on...
For HavocOS 2.X [9.0]:
In Build 2.1 a restart seems to be necessary to set newly selected fonts system-wide (to take effect on status bar/lockscreen).
MoreFontsHavoc2.X[Pie]V5
For crDroid 5.X [9.0]:
MoreFonts_crDroid5.X[Pie]V2
For BootleggersROM 4.0 [9.0]:
MoreFontsBootleggers4.0[9.0]V2
For SkyDragon OS [9.X]/SkyDragon-OS-P-oneplus3-20190513:
MoreFontsSkyDragonOS[9.X]V5
For MSM Xtended v8.5 [9.0]:
MoreFontsXtendedV8.5[9.0]V1
For Dirty Unicorns 12.X:
MoreFontsDirtyUnicorns12.X_V1
Credits to:
@topjohnwu for Magisk, it´s documentation and templates.
Havoc-Crew, Skydragon-Crew, Bootleggers-Crew, Xtended-Crew, crDroid-Crew, DU-Crew for their excellent work!
Original font selection plus the following added fonts:
V1 + 28 fonts
V2 + 42 fonts
42 fonts added in Module-Version 2.
this is great ????
will try it soon
15 fonts added in Version 3
this thread need more attention
great job dev
- Module for BootleggersROM added
- V4 +5 fonts
Module for MSM Xtended v8.5 [9.0] added
Module for SkyDragon - Update to SkyDragon build 20190112
Module for crDroid 5.0 [9.0] added
Module for Dirty Unicorns 12.X added
Caution! The crDroid module only works in crDroid 5.0, no longer in 5.1! Before the update, make sure to deactivate the module!
Great work!
Any chance to make it work in the crDroid 5.4?
littl3viking said:
Great work!
Any chance to make it work in the crDroid 5.4?
Click to expand...
Click to collapse
I will try tomorrow to see if it still doesn't work with crDroid 5.4.
littl3viking said:
Great work!
Any chance to make it work in the crDroid 5.4?
Click to expand...
Click to collapse
It's working again! I haven't tried it since Versin 5.1, but on my OP3 with crDroid 5.4 it works again.
To be on the safe side you should make a TWRP backup before you install the module, but it worked for me without any problems! I tested crDroid-9.0-v5.4 with Magisk 19.2.
If it also works for you, you can give me a short feedback here, thank you.
The modules still work in the following Pie-Roms, just tested with Magisk 19.2 on a Oneplus3:
BootleggersROM 4.1
HavocOS-2.5
Xtended-XP7 v14
The modules work again in the current version of the following Roms:
crDroid v.5.4
SkyDragon-OS-P-oneplus3-20190513
To be sure, before installing the module make a TWRP backup in case of emergency!
(Link for the Skydragon module added again.)
C-3OP said:
It's working again! I haven't tried it since Versin 5.1, but on my OP3 with crDroid 5.4 it works again.
To be on the safe side you should make a TWRP backup before you install the module, but it worked for me without any problems! I tested crDroid-9.0-v5.4 with Magisk 19.2.
If it also works for you, you can give me a short feedback here, thank you.
Click to expand...
Click to collapse
Thanks!
I'll test and let you know if it worked.
Edit: working on crDroid 5.4. Thanks ?
Is it possible to add 'Road Rage' font to bootleggers module? Or tell me the procedure/location to place desired fonts?
Cheers.
Sent from my Redmi Note 7 Pro using Tapatalk
messypenguin said:
Is it possible to add 'Road Rage' font to bootleggers module? Or tell me the procedure/location to place desired fonts?
Cheers.
Sent from my Redmi Note 7 Pro using Tapatalk
Click to expand...
Click to collapse
I'm not sure about the license, but of course you can do it yourself.
Unzip the Magisk Module
Take the CustomFonts.apk from system>app>CustomFonts.apk
Decompile the app (e.g. with APK Easy Tool)
In the folder of the decompiled app go to CustomFonts>assets>fonts and add a zip folder with your font. The zip folder must contain the font as .tff and a text file "fonts.xml". I'll write the text of the .xml below, or you can take it from the zip folder of another font and replace the name of the font with the name of your font with a text editor, e.g. notepad++.
Now compile and sign the app (APK Easy Tool)
Replace the apk in the unzipped Magisk module, zip the whole thing and you have your own module with the font or all fonts of your choice.
Attention, at your own risk, of course! But if you unpack the module and decompile the apk, you'll see how it's built and it's actually self-explanatory.
I'm not sure if the copy/paste will do the correct formatting, so it's best to just open the font.xml from another font folder in the editor and edit it.
Text of the fonts.xml, replace "NameOfYourfont".ttf with the name of your font:
<?xml version="1.0" encoding="utf-8"?>
<familyset version="22">
<family name="sans-serif">
<font weight="400" style="normal">"NameOfYourfont".ttf</font>
</family>
<alias name="sans-serif-thin" to="sans-serif" weight="100" />
<alias name="sans-serif-light" to="sans-serif" weight="300" />
<alias name="sans-serif-medium" to="sans-serif" weight="500" />
<alias name="sans-serif-black" to="sans-serif" weight="900" />
<alias name="arial" to="sans-serif" />
<alias name="helvetica" to="sans-serif" />
<alias name="tahoma" to="sans-serif" />
<alias name="verdana" to="sans-serif" />
<alias name="sans-serif-condensed" to="sans-serif" />
</familyset>
Thanks for the detailed write up. Very helpful [emoji106]
Sent from my Redmi Note 7 Pro using Tapatalk
Related
CM Theme Template by Lars124
- Theming made easy | Noobfriendly -
Create you own theme in just 5 steps
This template includes theming codes for several system and third party apps. For example for the action- or statusbar.
You can modify their colors and styles by changing the colors.xml and dimens.xml in 'common 'folder.
That means beginners can easily create their own themes just by changing the 'common' files.
Afterwards, every app applies the change you made.
Each value has its own description, so you can easily see what you're changing.
Inside the ZIP you can find a file calles '01_HOW_TO_USE.txt' for more information.
I'll update this template and add more apps and theming codes.
You can use this template for free but it would be nice if you give credits to me.
You want to have any app included? Just let me know!
- Screenshots are attached -
Introduction:
Import this template in Android Studio (Folder: "Template_by_Lars124)
Update Gradle if required
Open the following folder: "Template_by_Lars124/theme/src/main/assets/overlays"
Enter your own values in colors.xml and dimens.xml
Install your theme
Download:
ZIP or Clone from GitHub: https://github.com/Lars124/Template_by_Lars124
Credits:
CyanogenMod
Changelog:
09.07.2016: [v1.2]
- Added "Gmail"
- Added "QuickPic"
07.07.2016: [v1.1]
- Public release
Click to expand...
Click to collapse
Thanks! I've always had interest into making themes... . I hope to achieve something with the help of your template
Cool, i definitely have to try this :good:
Sent from my Nexus 5 using XDA Labs
Thanks for sharing!
______________
LG G3 (D851)
- CM 13.0
- aCC Kernel Lite (v1.0)
- Xposed (v85)
Thanks guys!
Feedback, how it works, would be nice. Moreover, just tell me if you want to have any certain app included.
- UPDATE -
v1.2 is online now. Check the changelog for more information.
Hello Guys, today i present this tutorial.
we're going to change the volume (73 to 85) of the headphones, and we will install XTREMEmusic Equalizer (compatible with Viper4Android).
READ!!!
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired, because you're alarm clock didn't worked... 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.
If You Have the MiniX ROM this Mod has been installed. Dont flash this. Thanks to @D_Vovan_238
Requirements:
*ROM with Root
*Custom Recovery (TWRP)
*Busybox
DOWNLOAD SECTION
AFH Folder
Google Drive Folder
GUIDE:
-Download the XTREMEmusic K10 Edition ZIP file. Now Reboot into Recovery (TWRP) and flash it.
-Now Reboot your device.
Enjoy
If you want install the drivers of Viper4Android
***All features can be found in the original Thread***
Tested on MiniXROM 1.4.2
Tested on LineageOS 29/07/2017
Tested With Skullcandy Hesh 2 Wireless and Crushers
Original Thread Of XTREMEmusic Equlizer: https://forum.xda-developers.com/android/software/mod-beatsaudio-e-xloud-installer-t3029951
CREDITS: @androidexpert35 @Danny_Dewet (Me) @pvineeth97 @D_Vovan_238 @dom133 @erfanoabdi
ChangeLog:
29/07/2017
*XTREMEMusic Updated at 8.8.5 version (driver/apps)
*Support for Lineage OS
*Two file Zip (Lineage OS / MiniXRom)
17/04/2017
*XTREMEmusic Updated 8.1 Version
*AudioMOD Included
15/04/2017
*Initial Release
Screenshot:
Hi
Danny_Dewet said:
Hello Guys, today i present this tutorial.
we're going to change the volume (73 to 85) of the headphones, and we will install XTREMEmusic Equalizer (compatible with Viper4Android).
Requirements:
*ROM with Root
*Custom Recovery (TWRP)
*Busybox
*File Manager with Root access (Manual Installation)
DOWNLOAD SECTION
XTREMEmusic Equalizer: https://www.androidfilehost.com/?fid=817550096634760753
AudioMOD (Flash into Recovery): https://www.androidfilehost.com/?fid=817550096634762217
Mixer_paths.xml file (Manual Installation): https://www.androidfilehost.com/?fid=673368273298947466
GUIDE:
MANUAL
-First Download my mixer_paths.xml file, put in system/etc and set permission rw-r-r with Root Browser or ES File Explorer.
FLASH INTO RECOVERY
-First Download my AudioMOD Zip, Reboot into Recovery and flash it.
-Now Download the XTREMEmusic ZIP file. Now Reboot into Recovery (TWRP) and flash it.
-Now Reboot your device.
Enjoy
If you want install the drivers of Viper4Android
***All features can be found in the original Thread***
Tested on MiniXROM
Tested With Skullcandy Hesh 2 Wireless and Crushers
Original Thread Of XTREMEmusic Equlizer: https://forum.xda-developers.com/android/software/mod-beatsaudio-e-xloud-installer-t3029951
CREDITS: @androidexpert35 @Danny_Dewet (Me) @pvineeth97 @D_Vovan_238
Click to expand...
Click to collapse
Will include it in next MiniX Rom Update
D_Vovan_238 said:
Will include it in next MiniX Rom Update
Click to expand...
Click to collapse
Nice man thanks
ChangeLog 17/04/2017
*AudioMOD included in the Flashable Zip
*XTREMEmusic Updated 8.1 Version
UPDATE
ChangeLog:
29/07/2017
*XTREMEMusic Updated at 8.8.5 version (driver/apps)
*Support for Lineage OS
*Two file Zip (Lineage OS / MiniXRom)
Danny_Dewet said:
UPDATE
ChangeLog:
29/07/2017
*XTREMEMusic Updated at 8.8.5 version (driver/apps)
*Support for Lineage OS
*Two file Zip (Lineage OS / MiniXRom)
Click to expand...
Click to collapse
There is no "MiniXOS" anymore. It is MiniX Engine.
Good work
Danny_Dewet said:
UPDATE
ChangeLog:
29/07/2017
*XTREMEMusic Updated at 8.8.5 version (driver/apps)
*Support for Lineage OS
*Two file Zip (Lineage OS / MiniXRom)
Click to expand...
Click to collapse
Since I'm using RR Rom, now I'm using LOS version and after 3 months everything working perfectly, after some playstore updates…
Finally purchased Pro version, really Xtreme Music ?
D_Vovan_238 said:
Since I'm using RR Rom, now I'm using LOS version and after 3 months everything working perfectly, after some playstore updates…
Finally purchased Pro version, really Xtreme Music ?
Click to expand...
Click to collapse
Nice, I no longer have the LG K10, unfortunately I sold it. However, I'm glad you like XTREMEmusic, it remains my favorite mod.
Vector Substratum Theme OOS+OMS ಠ‿ಠ
Join Telegram Channel for pre-release builds and chat group .This has boot animation fonts and audio zip files for those who are on OOS and Cannot use the fonts etc options(Link in Telegram Channel)
https://t.me/VectorSubs
Chat Group
https://t.me/VectorSubsChat
Change log
--3 New Navbars
-Alien Emoji
-Dog Emoji
-Cat Emoji
--New Bootanimation
-Google+OnePlus animation ,thanks nivia xda
-New wallpaper
The app is now available only via Xda labs
Click Here to download :Vector Subs
Introduction
Substratum Theme Developed especially for the OnePlus Devices
You will totally enjoy this Theme
(☞゚ヮ゚)☞ Features
1. System animations Changed
2. Edit your Notification tiles (per row default 3)
3. Many Navigation bars Available (s8,pixel,holo,material+)
4. Variety of Boot animations
5. Custom Fonts (Bellota,Helvetica, android o)
6. Status Bar(New)
7.Wallpapers(New)
8. Custom sounds
******Every Features Screenshots attached at this post*****
Installation
1. Download and Install the Vector.apk from xsa
2. Open substratum and navigate to Vector theme
3. Choose the overlays you like and hit the install button
4. Enjoy
Compatibility
You just require root or an/and oms supported ROM (any will do)
Is my ROM Compatible???
ROM's based on OOS Lineage OS(like Resurrection Remix),Aosp(Like Paranoid Android) are supported
OOS?
Yes everything works except animations/bootanim/fonts/audio (Subs Legacy)
Bugs
None Yet
Report bugs in comments
Contributors
Me
Juan Carlos for his status bars(Batman)
Substratum Developers
And everyone who Installs
=====Introducing MidnightCore: Twilight Edition!!=====
Note: Not all fonts, bootanimations or audio files may be compatible with your device or android version. Keep this in mind.
New Thread Here showcasing all available fonts and bootanimations!!
MidnightCore: All-In-One for Midnight Modules
What's Included
MidnightFonts
The systemless Fonts solution. Systemless-ly apply fonts On-The-Go from a range of 50+ options and growing. To Request a font please link one from @gianton 's post here, or send me a zip of the font!
MidnightMedia
Systemless-ly Change your devices Bootanimation, UI sounds, Lockscreen sounds etc, On-The-Go! Choose from a growing list of options and make your device yours.
MidnightMisc
This package offers a group of tools and utilities that can be used by both devs and users to make life, debugging and other things easier! Logs and dumpsys's are more accessible and easier to get, while also adding different tools that i personally use such as combining different Hosts files. This Package will be regularly updated with different things brought up and requested by users that do not necessarily have a home of their own!
Steps
Code:
1) Open a terminal
1) Type midnight
2) Follow instructions and Enjoy!!
You can find previews of all fonts here thanks to @vbrtrmn!
SOURCES
Below is the git repo for the module and the source for all the scripts used. Please take a look, as I love feedback!
Main
MidnightCore
Credits
So many people helped, directly or indirectly with this project:
@osm0sis
@OmkarTheAndroid
@MrWilsonxD
@Zackptg5
@kjames2001
@[email protected]
@mauam
@coolkoushik07
@ahrion
@nandakumar12 For creating and maintaining This Thread! @vbrtrmn
and many more! (
Pm me if I didn't add you!)
Telegram:
MidnightSuite: Support and Requests Group
Note: Not all fonts, bootanimations or audio files may be compatible with your device or android version. Keep this in mind.
All files available in this module are being hosted by me. The fonts and media files available will be regularly maintained so that it doesn't have too much of an effect on my wallet College does take it's Toll:laugh:
Downloads:
Magisk Manager Repo
Enjoy!:good:
Thank you for the new and great work.
FAQ
Q) Wouldn't an app be a better UI than a terminal?
A) Yes, But I'm quite busy irl, and no longer have time to dedicate to creating an app.
Q) It's Giving me this error!!??!!
A) Magisk Version, Module Version, Screenshots and reproducible steps
Q) I want you to add this font but it's not in the linked post!?!
A) Send me a zip of the font, I got you covered:good:
Q) Stuff still isn't w00rkIng!?!!(Or some variation of that)
A) Not all files are bound to work with your device. remember this.
MidnightFonts: Fonts Included
Code:
1) Helvetica Neue Best.
2) Ubuntu Updated.
3) Caviar Dreams.
4) Google Product Sans.
5) Comic Sans Original.
6) Rosemary.
7) Scifly.
8) Lato UI.
9) Chinacat.
10) Century Gothic.
11) AppleMint.
12) Pycuaf.
13) Bellota.
14) GoodDog.
15) Oxygen.
16) Oswald.
17) Raindrops.
18) Armani.
19) Cool Jazz.
20) Bariol.
21) Oneplus Slate.
22) Exo.
23) Exo2.
24) Google Sans Mod.
25) Persona5.
26) Cocon Original.
27) Chococookey.
28) B612.
29) PFBeauSansPro.
30) Runescape.
31) Gotham Narrow.
32) Gotham Narrow Light.
33) Helvetica Condensed.
34) VAG Rounded.
35) Roboto43 Condensed.
36) Corporate.
37) SamsungOneBR.
38) Trebuchet.
39) Andrea Print CN.
40) Express Yourself.
41) Plasma.
42) Shine With Me.
43) Spring Is Coming.
44) Bookerly.
45) Barlow Semi Condensed.
46) Brandon Grotesque.
47) Bauhaus.
48) Zrnic.
49) Roboto442.
50) Sony Sketch.
51) A Dripping Marker.
52) Vandalism.
53) SegoeUI.
54) Tilana.
55) Proxima Nova.
56) Neutraface.
57) Dejavu.
58) Tecton Unicode.
59) Cabin.
MidnightMedia: Files from devices/Roms/Custom Made
Code:
1) Hammerhead(Nexus 5).
2) Shamu(Nexus 6).
3) Volantis(Nexus 9).
4) OnePlus.
5) xXxNoLimits(Custom ROM).
6) LiquidRemix(Custom ROM).
7) Asus.
8) Zenfone_Atomic(Custom ROM).
9) Alienware([email protected]).
10) Blink([email protected]).
11) Blue DNA([email protected]).
12) Bug Loader([email protected]).
13) Circle([email protected]).
14) Circuit([email protected]).
15) Cortana([email protected]).
16) Hexagon Loader([email protected]).
17) HUD Hypnotism([email protected]).
18) LIB([email protected]).
19) Load It 2([email protected]).
20) Load It([email protected]).
21) Loader Effect([email protected]).
22) Loading([email protected]).
23) Rainbow Orbit([email protected]).
24) Unwrap([email protected]).
25) Lineage OS(Custom ROM).
26) AOSIP(Custom ROM).
27) Bullhead(Nexus 5).
28) Colorful Helix([email protected]).
29) Samsung([email protected]).
30) Shuffled([email protected]).
31) OnePlus Concept.
32) FrankenROM(Custom ROM).
33) ViperOS(Custom ROM).
34) Faces of Rick([email protected]).
35) Connections([email protected]).
36) Superheroes([email protected]).
37) Watchdogs.
38) Rubix.
39) PixelBoot Light(1080p).
40) PixelBoot Light(1440p).
41) PixelBoot Dark(1440p).
42) Aperture Science.
43) ResurrectionRemix Nougat.
44) ResurrectionRemix Oreo.
45) Skyrim.
46) Take Your Time(Persona5).
Changelog
See Magisk Manager
Current Version: v3.4.1.1 Twilight
Update Date: 05.11.18
Can you tell the difference between Google product sans and sans mod?
Also it applies the font system wide right?
Cheers ?
Sent from my Google Pixel 2 XL using XDA Labs
Prattham said:
Can you tell the difference between Google product sans and sans mod?
Also it applies the font system wide right?
Cheers ?
Click to expand...
Click to collapse
Product Sans: regular Google font
Sans mod: regular google font but with a fix for missing characters
System wide my friend:good:
Sent from my OnePlus5T using XDA Labs
Could you add a condensed version of the Google font?
I removed the old and installed the new (midnight core), but whereas fonts installed before now they don't (tried installing and restating twice).
********************************************************
MidnightCore: By OldMidnight
********************************************************
Choose from one of the below Topics to modify and make your device yours
Enter a corresponding number below
1) MidnightFonts
2) MidnightMedia
Type q to quit:
1
Retrieving necessary files...
wget: bad address 'ncloud.zaclys.com'
Initializing MidnightFonts...
Make sure to reboot after applying a font!
/system/bin/midnight[63]: sleep: syntax error: Invalid argument '2s'
sh: /sdcard/MidnightMain/MidnightFonts/fonts.sh: No such file or directory
127|[email protected]:/ #
I got this errors.
Lycox said:
Could you add a condensed version of the Google font?
Click to expand...
Click to collapse
Mind finding a zip and linking me to it?:good:
oroboros74 said:
I removed the old and installed the new (midnight core), but whereas fonts installed before now they don't (tried installing and restating twice).
Click to expand...
Click to collapse
Did you follow the OP instructions exactly?
problemathic said:
********************************************************
MidnightCore: By OldMidnight
********************************************************
Choose from one of the below Topics to modify and make your device yours
Enter a corresponding number below
1) MidnightFonts
2) MidnightMedia
Type q to quit:
1
Retrieving necessary files...
wget: bad address 'ncloud.zaclys.com'
Initializing MidnightFonts...
Make sure to reboot after applying a font!
/system/bin/midnight[63]: sleep: syntax error: Invalid argument '2s'
sh: /sdcard/MidnightMain/MidnightFonts/fonts.sh: No such file or directory
127|[email protected]:/ #
I got this errors.
Click to expand...
Click to collapse
Did you cd to root directory?
Sent from my OnePlus5T using XDA Labs
OldMid said:
Did you follow the OP instructions exactly?
Click to expand...
Click to collapse
Like I said, it worked fine for me with the old mod, and I tried a few times with the new without success.
oroboros74 said:
Like I said, it worked fine for me with the old mod, and I tried a few times with the new without success.
Click to expand...
Click to collapse
what exactly happens when applying a font? does it successfully apply or are there errors?
Sent from my OnePlus5T using XDA Labs
Similar problem here, there are no localy saved fonts at all, and fonts don't apply.
And yes, i followed the instructions.
TiZiO.Cover said:
Similar problem here, there are no localy saved fonts at all, and fonts don't apply.
And yes, i followed the instructions.
Click to expand...
Click to collapse
Make sure to delete your MidnightMain folder in internal storage, im uploading an update now, should fix it. Id reccommend deleting the old version then installing the newer one for those with problems:good:
Sent from my OnePlus5T using XDA Labs
UPDATE!!
v1.1.0 - Script optimizations, fixes for those with errors, added more media files, added font
Those facing issues, please delete the MidnightMain folder in internal storage before installing the update. It would be recommended to delete the old version and go for a clean install, but it's not enforced.
Enjoy!:good:
Sent from my OnePlus5T using XDA Labs
TiZiO.Cover said:
Similar problem here, there are no localy saved fonts at all, and fonts don't apply.
And yes, i followed the instructions.
Click to expand...
Click to collapse
Server Side Update!
Fixed scripts, should be perfect now!:laugh::victory:
Sent from my OnePlus5T using XDA Labs
Will try the update thank you. Be right back for feedback later.
---------- Post added at 01:50 PM ---------- Previous post was at 01:42 PM ----------
typed su
then cd
but still giving this error in the new update
********************************************************
MidnightCore: By OldMidnight
********************************************************
Choose from one of the below Topics to modify and make your device yours
Enter a corresponding number below
1) MidnightFonts
2) MidnightMedia
Type q to quit:
1
Retrieving necessary files...
wget: bad address 'ncloud.zaclys.com'
Initializing MidnightFonts...
Make sure to reboot after applying a font!
/system/bin/midnight[75]: sleep: syntax error: Invalid argument '2s'
sh: /sdcard/MidnightMain/MidnightFonts/fonts.sh: No such file or directory
127|[email protected]:/ #
Just in case i can't remember which one was the last font i applied, is there any way to find out other than to compare screenshots?
problemathic said:
Will try the update thank you. Be right back for feedback later.
---------- Post added at 01:50 PM ---------- Previous post was at 01:42 PM ----------
typed su
then cd
but still giving this error in the new update
********************************************************
MidnightCore: By OldMidnight
********************************************************
Choose from one of the below Topics to modify and make your device yours
Enter a corresponding number below
1) MidnightFonts
2) MidnightMedia
Type q to quit:
1
Retrieving necessary files...
wget: bad address 'ncloud.zaclys.com'
Initializing MidnightFonts...
Make sure to reboot after applying a font!
/system/bin/midnight[75]: sleep: syntax error: Invalid argument '2s'
sh: /sdcard/MidnightMain/MidnightFonts/fonts.sh: No such file or directory
127|[email protected]:/ #
Click to expand...
Click to collapse
It is imperative to delete the MidnightMain folder in internal storage for the update. Dont attemotbto keep any font backups.
TiZiO.Cover said:
Just in case i can't remember which one was the last font i applied, is there any way to find out other than to compare screenshots?
Click to expand...
Click to collapse
You've read the future my man, Expect it next update
edit: version 1.2.0, I had to push out that fix:good:
Sent from my OnePlus5T using XDA Labs
Hi guys,
I really love RR and since there seems to be no one else who is willing to maintain the latest Resurrection Remix ROM for the Samsung Galaxy S9 and S9+ for Android Q, I offer you this unofficial version.
-/\-/\-/\-/\-/\-/\-/\-/\-/\-
Note:
By downloading this ROM you take full responsibility of all consequences by your own!
I'm not responsible if you brick your device or do any other damage.
-\/-\/-\/-\/-\/-\/-\/-\/-\/-
Download and changelog for starlte and star2lte:
https://freeze.ws/RR
-/\-/\-/\-/\-/\-/\-/\-/\-/\-
Please don't ask me for support how to flash!
-\/-\/-\/-\/-\/-\/-\/-\/-\/-
Kernel Source: https://github.com/yarpiin/White-Wolf-Uni-LOS
Resurrection Remix Source: https://github.com/ResurrectionRemix
-/\-/\-/\-/\-/\-/\-/\-/\-/\-
There are four changes I've made:
- The default networkTransitionTimeout is decreased from 60 to 30 seconds.
- The bluetooth icon in the status bar is visible as soon as bluetooth is enabled (and not only if a bluetooth device is connected).
- The battery LED color can be set individually for the range 90 to 99% (so you have <90% charging, 90% to 99% nearly full and 100% full).
- I did some small undervolting starting with release from May 2022. If you don't want this, just flash another kernel, e.g. White Wolf.
Everything else is default RR!
-\/-\/-\/-\/-\/-\/-\/-\/-\/-
This is the roomservice.xml with all sources I use for the build:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--Device trees-->
<project name="ResurrectionRemix-Devices/android_device_samsung_universal9810-common" path="device/samsung/universal9810-common" remote="github" clone-depth="1" revision="Q" />
<project name="ResurrectionRemix-Devices/android_device_samsung_star2lte" path="device/samsung/star2lte" remote="github" clone-depth="1" revision="Q" />
<project name="ResurrectionRemix-Devices/android_device_samsung_crownlte" path="device/samsung/crownlte" remote="github" clone-depth="1" revision="Q" />
<project name="ResurrectionRemix-Devices/android_device_samsung_starlte" path="device/samsung/starlte" remote="github" clone-depth="1" revision="Q" />
<!--Hardware-->
<project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" clone-depth="1" revision="lineage-17.1" />
<!--Vendor-->
<project name="BlissRoms-Devices/proprietary_vendor_samsung" path="vendor/samsung" remote="github" clone-depth="1" revision="q" />
<!--Kernel-->
<project name="yarpiin/White-Wolf-Uni-LOS" path="kernel/samsung/universal9810" remote="github" clone-depth="1" revision="master" />
</manifest>
-/\-/\-/\-/\-/\-/\-/\-/\-/\-
As long as there is no RR for Android 11 and as long as I stick to my SGS9, I will provide security updates in this thread.
I hope you enjoy it.
-\/-\/-\/-\/-\/-\/-\/-\/-\/-
Big thanks to the LineageOS team, to synt4x93, to yarpiin, to garett_09 and especially to all the RR developers.
Thank you for this amazing ROM!!
-/\-/\-/\-/\-/\-/\-/\-/\-/\-
One more hint:
Here you find the latest basebands for the SGS9 (big thanks to jaeck!):
https://forum.xda-developers.com/t/...0-22-08-2021-android-10-pie-stockrom.3858990/
For me, the latest version from 07/27/2021 performs best concerning battery consumption in comparison to the modems of the whole last two years.
-\/-\/-\/-\/-\/-\/-\/-\/-\/-
Feel free to donate, if you want to
Does Android Auto work?
abra-kadabra said:
Does Android Auto work?
Click to expand...
Click to collapse
Just tried it with my F36. It didn't work using USB at all and using bluetooth the google assistant tried to do something after pushing the assistant button of my car, but there was also no connection possbile.
But to be honest, I'm not even sure if my car supports Android Auto. Maybe someone else could test who is sure that his/her car supports it.
Thanks Freeze24 i was gonna build this since i have the same device, going to try and see how the performance and battery life is.
Just curious, how is this compared with the official one?
nnaaffffuu said:
Just curious, how is this compared with the official one?
Click to expand...
Click to collapse
In fact it's the same with the following differences
- the latest security fixes are included
- the bluetooth icon is visible in the status bas as soon as bluetooth is enabled and not only if a device is connected
- the networkTransitionTimeout is set to 30s instead of the default 60s (this is the time your device stays awake after a change in the network connection occured)
Hi Freeze24,
Thank You for opening this thread and all your good work. Your Rom with the latest security patches is very welcome and much apreciated.
(Just Downloaded the newest one and everything is running fine.)
Hey, why the other thread was closed?
I cant get a working safetynet and i cant make my bank apps working? any help please...
Havel_88 said:
Hey, why the other thread was closed?
I cant get a working safetynet and i cant make my bank apps working? any help please...
Click to expand...
Click to collapse
garett_09 doesn't maintain this ROM anymore, that's why I took over with this unofficial build.
To be honest, I also didn't get banking apps work with newer Magisk versions.
Gladfully I still have an old Canary version which works. But I even couldn't reinstall this old version any more, because you need to hide Magisk and in the hiding process it downloads the APK from the Magisk server and then you have again the new version which doesn't work... at least for me.
So I'm really stuck. Can't reinstall my phone.
### UPDATE ###
Unfortunately there are no updates coming from the RR team since September.
Thus I decided to implement the security fixes by myself.
-> Updated patch level to 2022-04-05
-> Download: https://freeze.ws/RR
I've implemented the following fixes:
Code:
CVE-2021-0652 CVE-2021-0705 CVE-2021-0708 CVE-2021-0651
CVE-2021-0483 CVE-2021-0926 CVE-2021-0653 CVE-2021-0928
CVE-2021-0650 CVE-2021-0930 CVE-2021-0919 CVE-2021-0970
CVE-2021-0704 CVE-2021-0967 CVE-2021-0964 CVE-2021-0968
CVE-2021-0965 CVE-2021-0952 CVE-2021-0969 CVE-2020-0338
CVE-2021-39623 CVE-2021-39621 CVE-2021-39626 CVE-2021-39627
CVE-2021-39629 CVE-2021-39628 CVE-2021-39659 CVE-2021-39674
CVE-2021-39692 CVE-2021-39667 CVE-2021-39704 CVE-2021-39706
CVE-2021-39707 CVE-2021-39705 CVE-2021-39796 CVE-2021-39803
CVE-2021-39808 CVE-2021-39809 CVE-2021-39807
Thanks for your work. Good rom.
### UPDATE ###
-> Updated patch level to 2022-05-01
-> I did some small undervolting. If you don't want this, just flash another kernel, e.g. White Wolf.
-> Download: https://freeze.ws/RR
I've implemented the following fixes:
Code:
CVE-2022-20004
CVE-2022-20005
CVE-2021-39700
CVE-2022-20114
CVE-2022-20011
CVE-2022-20112
CVE-2022-0847
CVE-2022-20009
I would love to use this rom, installed yesterday and very happy with it but cannot get CTS to pass for magisk which i need for banking apps to use as my daily rom. Have you managed to get this working?
Have you tried Magisk Canary?
https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-release.apk
I'm not sure if it will work. At least you need to hide the Magisk app itself and use the MagiskHide function.
I sorted it, thanks
Slayerkodi said:
I sorted it, thanks
Click to expand...
Click to collapse
So it's working?
Freeze24 said:
So it's working?
Click to expand...
Click to collapse
Yes it's working fine, I didn't use canary just original magisk, no issues - works fine
### UPDATE ###
-> Updated patch level to 2022-06-05
-> Download: https://freeze.ws/RR
Code:
CVE-2022-20006
CVE-2022-20138
CVE-2022-20130
CVE-2022-20124
CVE-2022-20134
CVE-2022-20135
CVE-2022-20142
CVE-2022-20144
CVE-2022-20147
CVE-2022-20123
CVE-2022-20131
CVE-2022-20129
CVE-2022-20143
CVE-2022-20141
CVE-2022-24958
CVE-2022-25258
CVE-2022-20132
CVE-2022-25375
### UPDATE ###
-> Updated patch level to 2022-07-05
-> Download: https://freeze.ws/RR
Code:
CVE-2022-20219
CVE-2022-20229
CVE-2021-0981
CVE-2022-20223
CVE-2022-20221
CVE-2022-20224
CVE-2022-20230
CVE-2022-20227
### UPDATE ###
-> Updated patch level to 2022-08-05
-> Download: https://freeze.ws/RR
Code:
CVE-2022-20344
CVE-2022-20350
CVE-2022-20358
CVE-2022-20346
CVE-2022-20353
CVE-2022-20347
CVE-2022-20360