# TWRP (software)

TWRP is software with official releases, an app, and installation instructions for supported devices.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Mobile NixOS July 2020 Roundup Covers Device Ports, External Definitions, and Boot GUI Updates

DevFeed: [Mobile NixOS July 2020 Roundup Covers Device Ports, External Definitions, and Boot GUI Updates](<https://devfeed.tech/articles/july-2020-round-up-32464.md>)

Original publisher: [Read original article](<https://mobile.nixos.org/news/2020-08-04-july-2020-round-up.html>)

Author: Samuel Dionne-Riel

Published: 2020-08-04T00:00:00Z

Content type: news

Language: en

Sources: [Mobile NixOS news](<https://devfeed.tech/sources/mobile-nixos-news.md>)

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Android](<https://devfeed.tech/topics/android.md>), [TWRP (software)](<https://devfeed.tech/topics/twrp.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [navigation](<https://devfeed.tech/topics/navigation.md>), [Boot Process](<https://devfeed.tech/topics/boot-process.md>), [Raspberry Pi](<https://devfeed.tech/topics/raspberry-pi.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [asus](<https://devfeed.tech/tags/asus.md>), [boot-process](<https://devfeed.tech/tags/boot-process.md>), [bug](<https://devfeed.tech/tags/bug.md>), [bug-fixes](<https://devfeed.tech/tags/bug-fixes.md>), [development](<https://devfeed.tech/tags/development.md>), [display](<https://devfeed.tech/tags/display.md>), [keyboard](<https://devfeed.tech/tags/keyboard.md>), [power](<https://devfeed.tech/tags/power.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [raspberry-pi](<https://devfeed.tech/tags/raspberry-pi.md>), [soc](<https://devfeed.tech/tags/soc.md>), [touchscreen](<https://devfeed.tech/tags/touchscreen.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [volume](<https://devfeed.tech/tags/volume.md>)

### AI overview

This Mobile NixOS project update covers merged bug fixes and minor changes, an Asus Zenfone Max Plus (M1) port, external device definitions, and updates to the boot GUI. The GUI changes add independent mouse and touchscreen support, keyboard-driven input, and navigation with volume keys and the power button.

### Source excerpt

This update is the ninth in a series of regular updates on the state of the project. Only changes that have been accepted and merged in Mobile NixOS are chronicled here. There's always more work currently in-progress. Notable changes As with last month, a big part of the 10 pull requests merged were bug fixes or minor changes. Though some valuable work was also finished. Asus Zenfone Max Plus (M1) The port for asus-x018d is mainly notable for being the only alternative system to the OEM-provided Android system, with the exception to a TWRP that is using the OEM-built kernel. This means that, for the first time, Mobile NixOS this is the only alternative system for a device, including other Android-based systems. Finishing with a last note, this device has an older Mediatek SoC, compared to the other ported Mediatek device. There is not much to say, except that it was found that older Mediatek devices may exhibit a similar quirk to Qualcomm devices, where the framebuffer has to be refreshed explicitly for the display to be updated. External device definitions I hesitate to openly discuss about this pull request, as it might make contributors think they should not contribute their devices back. #162 adds a mechanism to maintain and build external device definitions. These external definitions should only be used for devices that are not welcome to the main project. The main reason a device would not be welcome is if it is not a "Mobile device". An example of such a device is the Pinebook Pro, which is a laptop. Another example would be porting to SBCs like a Raspberry Pi. Updates for the boot GUI This change, #189, is where most if this month's development time was spent. The toolkit used for the boot GUI has been forked and adapted to serve the goal of providing a GUI for mobile devices better. As part of the changes, some minor UX (User eXperience) changes have been made, but more importantly, major changes like properly supporting mouse and touch screens in an indep