Sony Nw-a105 Custom Firmware
I understand you're asking about custom firmware for the Sony NW-A105 Walkman. However, I need to give you a critical heads-up first:
As of my knowledge cutoff (May 2025), there is no mature, stable, or widely recommended custom firmware available for the NW-A105. Here's why, and what you can actually do instead. sony nw-a105 custom firmware
Trade-offs & Issues
- No streaming app login via Google – You must manually enter credentials for Tidal/Qobuz. Spotify works fine via email login.
- Sony’s Music app loses some stock features (e.g., DSEE HX toggle in UI – still works but hidden).
- Fingerprint sensor becomes slightly less responsive (rarely, needs a second tap).
- No OTA updates – To get new features, you reflash manually.
- Warranty void – Sony will refuse service if they detect custom firmware.
Prerequisites
- A Windows PC (Linux/Mac requires manual driver compilation).
- Sony NW-A105 with at least 60% battery.
- The "Sony A100 Unlocker" tool (available on XDA).
- MrWalkman’s latest
.imgfiles (System, Vendor, Boot).
Step 1: Unlock the Bootloader
- Warning: This wipes your device entirely.
- On the A105, enable Developer Options (tap build number 7x).
- Enable "OEM Unlocking" and "USB Debugging."
- Connect to PC. Run
adb reboot bootloader. - Once in fastboot mode, run
fastboot oem unlock(Note: For Sony, the command is oftenfastboot oem unlock 0xINSERTCODE– check your device ID).
Disable "MDB" (Media Database)
The Android Media Scanner is the #1 battery killer on the A105. Custom firmware moves this to a manual trigger. I understand you're asking about custom firmware for
- Command: In terminal, run
pm disable com.android.providers.media/.MtpService
Sony NW-A105 Custom Firmware Review: Unlocking the Walkman’s True Potential
The Sony NW-A105 is a beloved Android-based Walkman, praised for its excellent audio quality, compact design, and nostalgic charm. However, its stock firmware suffers from several annoyances: bloatware, poor battery life, and a slightly sluggish interface. Enter the custom firmware scene—specifically, the community-developed MrWalkman firmware and other mods. After using custom firmware for two months, here’s my honest take. Trade-offs & Issues
1. Debloat / Disable Stock Apps (No root required)
Use ADB to uninstall or disable Sony’s bloat (e.g., Amazon Music, useless audio apps):
adb shell pm uninstall -k --user 0 com.amazon.amazonmusic.live
Improves battery life noticeably.