> For the complete documentation index, see [llms.txt](https://wiki.switchroot.org/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.switchroot.org/wiki/android/android-14-15.md).

# Android 14, 15

Switchroot Android 14 (Q) and 15 (V) are fully upstream LineageOS 21 and 22.2 releases supporting all SKUs (`odin`/v1, `modin`/v2, `vali`/Lite, `fric`/OLED)

Kernel: Downstream Switchroot L4T kernel, rebased on rel-shield-r kernel-4.9 and r35 kernel-nvidia, kernel-nvgpu

Blobs: Shield Experience 9.2.x

## Installing

To install official release or install, please follow the official LineageOS guide for your device:

Tablet: <https://wiki.lineageos.org/devices/nx_tab/>

Android TV: <https://wiki.lineageos.org/devices/nx/>

For an eMMC install (supported but not official), follow our [14, 15 eMMC Boot Guide](/wiki/android/android-14-15/14-15-emmc-boot-guide.md)

## Customization

For full Nintendo controller remapping, toggling of analog trigger emulation, and more, use the interface in the Switch Configuration app. To toggle right-stick mouse, use the screenshot button.

To customize system options, see the [14, 15 INI Settings Guide](/wiki/android/android-14-15/11-r-ini-guide.md)--note that enabling DDR200 can cause issues for unsupported cards, but is enabled by default on all Samsung.

## Overclocking

Android provides a Performance Mode setting in the Switch Configuration App. This enables full kernel clock scaling for CPU and GPU, limited by the overclocking enable node in sysfs and any max clocks set for your SKU.

RAM, CPU, and GPU overclocking are supported as of 4/6/25 update. See [14, 15 INI Settings Guide](/wiki/android/android-14-15/11-r-ini-guide.md) for details. Note that for CPU and GPU OC, Performance Mode is required.

## Power User Config

For sysfs nodes and other power user utilities, see [14, 15 Power User Docs](/wiki/android/android-14-15/14-15-power-user-docs.md). If you don't understand you probably don't need it.

## Maintainers

makinbacon - <https://paypal.me/makinbacon21>

npjohnson - <https://paypal.me/nolenjohnson>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.switchroot.org/wiki/android/android-14-15.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
