Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.34 KB

INSTALL.md

File metadata and controls

54 lines (32 loc) · 1.34 KB

Installation

Windows:

  • Download scrobbler.exe, run as administrator. Connect device when prompted, enable USB Mass storage, click next.

  • Select firmware currently installed on your device - WalkmanOne or stock, click next.

  • Make sure installation proceeds using correct drive, click next.

  • Black window pops to start upgrade process, device reboots.

  • Wait for updates to finish, enjoy.

Linux:

Without adb (regular install):
  • copy corresponding NW_WM_FW.UPG to root directory on device (the one with MUSIC directory)
  • use scsitool
    • scsitool list_devices
    • choose your device, I use /dev/sg4
    • scsitool -d -s nw-a50 /dev/sg4 do_fw_upgrade (may require root)
  • device reboots, upgrades a little, reboots again and upgrades again (fully)
With adb:

If your player has adb on, there is no need for scsitool.

Turn USB Mass storage OFF.

Copy NW_WM_FW.UPG to root directory on device (the one with MUSIC directory):

adb push NW_WM_FW.UPG /contents/

Run on your computer:

adb shell nvpflag fup 0x70555766
adb shell reboot

Device reboots, upgrades a little, reboots again and upgrades again (fully).

Mac:

No native installer.

See Linux section. You'll have to build scsitool yourself, good luck!