Redmi Note 4 (Mido) Downloads
11.6K subscribers
474 photos
2 videos
110 files
3.47K links
Access all the ROM and mod links at one place

Join our group :-
https://t.me/rn4official
Download Telegram
crDroid Unofficial 8.4
Android 12 (S)
by @Apon77

15-May-2022

Download:
Link (837 Mb)

Changelog:
- Source up-to-date till 15-05-2022
- Added camera2 for stability
- Used prop ro.config.low_ram = true
- Dirty Flash over the previous build is fine

@rn4downloads | @rn4official l @xiaomiot | @customization | @rn4photography
Lineage OS 19.1 Unofficial
Android 12.1
by zeelog

16-may-2022

Download :Link
Gapps : Use Mindgapps or Flame

Changelog
- Update vendor security patch level
- Kernel: Prima WLAN: Merge tag LA.UM.10.6.2.r1-01900-89xx.0
- Kernel: Techpack: Merge tag LA.UM.10.6.2.r1-01900-89xx.0
- Kernel: Merge tag LA.UM.10.6.2.r1-01900-89xx.0
- Kernel: Merge AOSP v4.9.314
- Add pure black theme
- Add dark theme lottie animation
- Add night light lottie animation
- Update graphics stack from CodeLinaro
- Update graphics firmware
- Update to latest graphics HAL (LA.UM.10.6.2.r1-01900-89xx.0)
- Recents: add overview scrolling scale animation
- Add profiles tile


Support my efforts: Donate to Zeelog
@LoSRN4Z


#los #lineageos #lineage #rom

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
Scarlett - ForkLineageOS
Android 11 (R) & Android 12 (S)
by
@smokey_18
Build Date: 25 May, 2022

DOWNLOAD (Sourceforge):
-
Android S
- Android R

===========================

Android S (12):

Source Changelog:
• May Security Patch merged
• Fixed laggy Quick settings
• Fixed location indicator glitch in QS
• Removed VoLTE and VoWIfi icons
• Added launcher3 from crdroid in vanilla build
• Added back smart charging
• Hotspot client manager and hidden ssid settings
• Added settings to block annoying signal strength icon
• Implement cutout force full screen
• Added back Dash Charging/VOOC/Warp/Turbo Charging support
• Lineage upstream


- Added Gamespace support
- Added Reticker
- Improve fingerprint unlock speed
- Vibration patterns from OOS
- Flashlight blink for incoming call
- Added toggle to disable fingerprint authentication vibration

Device Changelogs:
- Initial build

Gapps: Use Mindthegapps or FlameGapps

===========================

Android R (11):

Source Changelogs
:
- Lineage Upstreams
- Added Reticker
- Updated status bar padding
some minor changes...

Device Changelogs:
- Rebased device tree again
- Update Kernel 4.9.315

Gapps: Use OpenGapps or FlameGapps

===========================

Join Fork-LineageOS:
Group

ScreenShots:
Here

Note:
- Rename Fork to Scarlett
- CLEAN FLASH plmx

Support Me?
- Patreon

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
New MokeeOS build is out!
Device: Redmi Note 4 & 4X (Qualcomm)
Codename: #mido
Maintainer: @Cyborg2017
Type: Release
Android: 10.0
FileSize: 708.7 MB
BuildDate: 2022-05-28 21:01:19
MD5: b148635d0f7f8bbbffdf1fd803cbdb3c
Filename: MK100.0-mido-220527-RELEASE.zip
Download: Click here

Channel:
Follow @MokeeDownloads to get direct information about new updates
for all supported devices from one single channel.

#rom #customrom #official #mokee #mokeeos

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
Lineage OS 19.1 Unofficial
Android 12.1
by zeelog

31-may-2022

Download :Link
Gapps : Use Mindgapps

Changelog
- Synced latest LineageOS sources as of 30 May 2022
- Synced kernel with latest Google's android-4.9 as of 30 May 2022
- Fix HeadsUp notifications from previous release
- Add system-wide rounded corners
- Add battery smart charging
- Fix Dirac switch
- Add Game Space support (App section)
- Add support for repainter app
- Fix user avatar


Support my efforts: Donate to Zeelog
@LoSRN4Z


#los #lineageos #lineage #rom

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
crDroid Unofficial 8.5
Android 12 (S)
by @Apon77

01-Jun-22

Download:
Link (837 Mb)

Changelog:
- Source up-to-date till 01-06-2022
- Zeelog latest trees meged

@rn4downloads | @rn4official l @xiaomiot | @customization | @rn4photography
New Magisk Release by topjohnwu is out!

Author: topjohnwu
Title: Magisk v25.0
Repository: Magisk
Release tag: v25.0
Branch: master
Release date: 2022-06-07 10:11:29

Another major release! A lot of the changes aren't visible at the surface, but v25 is actually a really substantial upgrade!

### MagiskInit Rewrite

A significant portion of `magiskinit` (the critical software that runs before your device boots up) is completely rewritten from scratch. Ever since Android introduced [Project Treble](https://android-developers.googleblog.com/2017/05/here-comes-treble-modular-base-for.html) in Android 8.0, Magisk has been constantly fighting against the increasingly complex partitioning and early mount setups of all kinds of devices, sometimes with weird OEM specific implementations. It got to a point that `magiskinit` had become so complicated that few people (including myself!) were aware of every detail, and maintaining this piece of software like this was clearly not sustainable. After many months of planning (yes, this whole re-architecture has been in my head for a long time) and some help from external contributors, a whole new `sepolicy` injection mechanism is introduced into Magisk, solving the \"SELinux Problem\" once and for all.

Since this is a full paradigm shift on how Magisk hot-patch the device at boot, several behaviors that many developers implicitly relied on might not exist. For example, Magisk no longer patches fstabs in most scenarios, which means AVB will remain intact; some custom kernels rely on AVB being stripped out for them by Magisk.

### MagiskSU Security Enhancements

The superuser functionality of Magisk has not seen much changes ever since its introduction. v25 focuses on making root permission management more accurate and secure:

- Add a whole new package tracking system to ensure malicious UID reuse attack cannot be performed
- Properly support and implement the UX in the Magisk app for packages using `sharedUserId`
- Enforce root manager APK signature verification to combat the rampant unofficial Magisk app \"mods\"

Many might not realize, but using a trusted, unmodified Magisk app is really important. Magisk's root daemon treats the Magisk app differently and gives it blanket root access without any restrictions. A modded Magisk app can potentially backdoor your device.

And in case some of you are about to put on your tin foil hats, this is not designed to \"vendor lock-in\"; the goal is to make sure your root management app comes from the same developer of the underlying root implementation. Magisk's build system allows custom distributors to use its own signing keys, and in addition, I am also providing official debug builds which skips any signature verification for development.

### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)

"reactions": {
"url": "https://api.github.com/repos/topjohnwu/Magisk/releases/68808526/reactions",
"total_count": 89,
" 1": 31,
"-1": 0,
"laugh": 5,
"hooray": 18,
"confused": 0,
"heart": 17,
"rocket": 12,
"eyes": 6

Assets Included:
1)
Size: 10,60MB
Magisk-v25.0.apk
2)
Size: 29,33KB
stub-release.apk

#magisk #root

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
Fussion Kernel 4.9
Kernel Version: 4.9.316
by @Alone0316

06 June 2022

Download
Normal | OC

Changelog:
• Upstreamed kernel version to 4.9.316
• Merged LA.UM.10.6.2.r1-01900-89xx.0 CAF tag in audio
• Merged LA.UM.10.6.2.r1-01900-89xx.0 CAF tag in WLAN
• Upstreamed kernel to LA.UM.10.6.2.r1-01900-89xx.0
• Merge latest wireguard-linux-compat
• rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
• rcu: Suppress lockdep false-positive ->boost_mtx complaints
• timers: Use static keys for migrate_enable/nohz_active
• hrtimer: Correct blantanly wrong comment
• hrtimer: Fix kerneldoc for struct hrtimer_cpu_base
• hrtimer: Cleanup clock argument in schedule_hrtimeout_range_clock()
• hrtimer: Fix hrtimer function description
• hrtimer: Cleanup hrtimer_mode enum
• hrtimer: Switch for loop to _ffs() evaluation
• hrtimer: Store running timer in hrtimer_clock_base
• hrtimer: Make room in struct hrtimer_cpu_base
• hrtimer: Reduce conditional code (hres_active)
• hrtimer: Use accesor functions instead of direct access
• hrtimer: Unify handling of hrtimer remove


Channel: @fkupdates

Credits and special thanks to @zeelog , @Shashanksp and all my testers

#fussionkernel #fusion #kernel

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
New MokeeOS build is out!
Device: Redmi Note 4 & 4X (Qualcomm)
Codename: #mido
Maintainer: @Cyborg2017
Type: Release
Android: 10.0
FileSize: 708.68 MB
BuildDate: 2022-06-11 17:11:42
MD5: 28d0460b043523ed659c4e3018e10b76
Filename: MK100.0-mido-220610-RELEASE.zip
Download: Click here

Channel:
Follow @MokeeDownloads to get direct information about new updates
for all supported devices from one single channel.

#rom #customrom #official #mokee #mokeeos

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
Lineage OS 19.1 Unofficial
Android 12.1
by zeelog

17-June-2022

Download :Link
Gapps : Use Mindgapps

Changelog
- June security patch
- Synced latest LineageOS sources as of 16 June 2022
- Synced kernel with latest CAF Tag, Google's android-4.9 as of 16 June 2022
- Launcher: Revamped settings
* Add icon pack support
* Add ability to resize icons & fonts
* Add double tap to sleep from any empty space
* Add status bar hide option
* Add google search bar dock option
* Add grid style recent apps
* Add google lens in recents
* Add row height option (app drawer)
- Charger: Show battery percentage charging ripple
- Add ambient music ticker (Settings -> Display -> lock screen)
- Add support for media adaptive playback (system -> gestures)
- Add Extreme Battery Saver (Settings -> Battery -> Battery Saver)
- Extend battery saver tile to extreme battery saver
- Add Google assistant options (Settings -> Apps) * (gapps dependent)
- Google Photos: Add support for unlimited storage
- Add support for Digital Wellbeing
- Updated GameSpace options & panel
- Add more icon shapes & fonts
- QS: Show daily data usage on expanded QS panel
- Hide IMEI by default
- Private DNS: Add Cloudflare & AdGuard DNS
- Move Extra Dim to display section (Settings -> Display)
- Privacy indicators: Follow monet theming
- Wi-Fi: Increase 5 GHz network signal tolerance
- ScreenRecorder: Add option to skip 3 seconds waiting
- Fix compass tile (on/off)
- Add memory usage for apps (apps -> app info)


Support my efforts: Donate to Zeelog
@LoSRN4Z


#los #lineageos #lineage #rom

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
Lineage OS 19.1 Unofficial
Android 12.1
by zeelog

19-June-2022

Download :Link
Gapps : Use Mindgapps

Changelog
- Synced latest LineageOS sources as of 18 June 2022
- Fixed sound picker
- Fixed GameSpace settings fc
- Restricted data switch workaround to dual sim users only *
* single sim users no longer affected with modem reset
- Kernel: merge CodeLinaro tag: LA.UM.10.6.2.r1-02200-89xx.0
- Kernel: merge AOSP v 4.9.319
- Add dora icon pack
-Add acherus icon pack


Support my efforts: Donate to Zeelog
@LoSRN4Z


#los #lineageos #lineage #rom

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
Pixysos official 5.1.3
by : @HyperPower17

22-June-2022

Download

XDA

Changelogs
* merged June security patch
* Allow to reduce 3 second screen record timer
* Improved quick settings paddings and animations
* Added QR Code scanner tile
* Integrated Google Lens into Screenshot UI
* Added applock
* Use color accent tint for charging animation
* added panel for Bluetooth and Wifi instead of full Settings
* added GameSpace
* added some system apps to privacy indicator blacklist
* Introduced Custom Statusbar Signal & Wi-Fi icons
* added adguard and cloudflare as dns providers
* re designed package details with package name
* added new preview for dark theme
* re designed seekbars to a thinner version of volume slider
* added repainter integration service
* fixed pixys updater not downloading build on enforced sellinux


#pixysos #rom

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
VoltageOS 1.6 Unofficial
Vanilla Build
Android 12.1
by @KamiKaonashi

21-June-2022

Download

MindTheGapps

Changelog:
-initial Build, but everything works fine
-clean flash recommended

Screenshots

#voltage #rom #voltageos

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
CipherOS 3.6-STRIKE
OFFICIAL
By Alone0316

22-06-2022

Download (Gapps)

Changelogs
- All the device side changes made in PixelOS
- Upstreamed kernel with latest clo and google tag

@Alonerchannel

#cipheros #rom #cipher

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
BlissOS 15.6 Unofficial
Gapps Build
Android 12.1
by @KamiKaonashi

23-June-2022

Download

Changelog:
-initial Build, but everything works fine
-clean flash recommended

#bliss #rom

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
PixelExperience 12.1 Unofficial
by @rio113

21-June-2022

Download : Link

Changelog:
- Kernel built on clang 14

Notes: This is only pe+

Thanks for zeelog for trees

#pe+ #pixelexperience #pixel

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
riceDroid 2.5 Unofficial (Kami-Edition)
Vanilla Build
Android 12.1
by @KamiKaonashi

26-June-2022

download

Changelog:
- fixed screencast lag
- nuked fm radio for now
- some under the hood optimizations

Screenshots & Support Group

Notes:
- clean flash recommended, since its first public release from me
- if you face any bugs, i would appreciate to report them to me or in my group (group is screenshot group)

#ricedroid #getriced #rom

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography
New Magisk Release by topjohnwu is out!

Author: topjohnwu
Title: Magisk v25.1
Repository: Magisk
Release tag: v25.1
Branch: master
Release date: 2022-06-19 09:54:22

> v25.1 fixes some minor bugs over v25.0. The following are the same as v25.0 release notes.

Another major release! A lot of the changes aren't visible at the surface, but v25 is actually a really substantial upgrade!

### MagiskInit Rewrite

A significant portion of `magiskinit` (the critical software that runs before your device boots up) is completely rewritten from scratch. Ever since Android introduced [Project Treble](https://android-developers.googleblog.com/2017/05/here-comes-treble-modular-base-for.html) in Android 8.0, Magisk has been constantly fighting against the increasingly complex partitioning and early mount setups of all kinds of devices, sometimes with weird OEM specific implementations. It got to a point that `magiskinit` had become so complicated that few people (including myself!) were aware of every detail, and maintaining this piece of software like this was clearly not sustainable. After many months of planning (yes, this whole re-architecture has been in my head for a long time) and some help from external contributors, a whole new `sepolicy` injection mechanism is introduced into Magisk, solving the \"SELinux Problem\" once and for all.

Since this is a full paradigm shift on how Magisk hot-patch the device at boot, several behaviors that many developers implicitly relied on might not exist. For example, Magisk no longer patches fstabs in most scenarios, which means AVB will remain intact; some custom kernels rely on AVB being stripped out for them by Magisk.

### MagiskSU Security Enhancements

The superuser functionality of Magisk has not seen much changes ever since its introduction. v25 focuses on making root permission management more accurate and secure:

- Add a whole new package tracking system to ensure malicious UID reuse attack cannot be performed
- Properly support and implement the UX in the Magisk app for packages using `sharedUserId`
- Enforce root manager APK signature verification to combat the rampant unofficial Magisk app \"mods\"

Many might not realize, but using a trusted, unmodified Magisk app is really important. Magisk's root daemon treats the Magisk app differently and gives it blanket root access without any restrictions. A modded Magisk app can potentially backdoor your device.

And in case some of you are about to put on your tin foil hats, this is not designed to \"vendor lock-in\"; the goal is to make sure your root management app comes from the same developer of the underlying root implementation. Magisk's build system allows custom distributors to use its own signing keys, and in addition, I am also providing official debug builds which skips any signature verification for development.

### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)

"reactions": {
"url": "https://api.github.com/repos/topjohnwu/Magisk/releases/69789953/reactions",
"total_count": 252,
" 1": 112,
"-1": 0,
"laugh": 25,
"hooray": 39,
"confused": 0,
"heart": 34,
"rocket": 25,
"eyes": 17

Assets Included:
1)
Size: 10,71MB
Magisk-v25.1.apk
2)
Size: 56,36KB
stub-release.apk

#magisk #root

@rn4downloads | @rn4official | @xiaomiot | @customization | @rn4photography