Samsung YP-K3 in USM mode (USB Mass Storage)
For me MTP protocol just sux ! A good MP3 player is in UMS mode or it's not a MP3 player. Sometime if the player is MTP mode only, it can be a good player... if you can switch it to UMS mode. Take Samsung YP-K3 for example... how can we make it better? Here is the stuff...
There is a special firmware for the YP-K3 :
- UMS mode USB Mass Storage, Yeah !
- tags id3 useless
- file browser
- Ogg support
- text reader
- Equaliser
- 2 news fonts
- 3 level of FM
- 3 colors for display
- No more sound limitation
It's à korean firmware coréen (version 4.06). Here is how to upgrade (Beware ! This is very dangerous. You can destroy your player. This have worked for me but... right ?) :
- download korean firmware 4.06 (the red one) :
- unzipping. We take :
YPK3.IMGetYPK3.rom - Mounting mtpfs/fuse (bwerk)
http://file-yepp.muz.co.kr/firmware/YP-K3%20V4.06%20BLUE_man.zip
http://file-yepp.muz.co.kr/firmware/YP-K3%20V4.06%20LIME_man.zip
http://file-yepp.muz.co.kr/firmware/YP-K3%20V4.06%20RED_man.zip
sudo -s aptitude install mtpfs mkdir /mnt/K3 mtpfs -d -f /mnt/K3 # debug/foreground
cp /tmp/YPK3.IMG /tmp/YPK3.rom /mnt/K3 sync fusermount -u K3
usb-storage: device found at 17 usb-storage: waiting for device to settle before scanning usb-storage: device scan complete scsi 5:0:0:0: Direct-Access SAMSUNG YP-K3 1.00 PQ: 0 ANSI: 0 sd 5:0:0:0: [sda] 7880704 512-byte hardware sectors (4035 MB) sd 5:0:0:0: [sda] Write Protect is off sd 5:0:0:0: [sda] Mode Sense: 37 00 00 08 sd 5:0:0:0: [sda] Assuming drive cache: write through sd 5:0:0:0: [sda] 7880704 512-byte hardware sectors (4035 MB) sd 5:0:0:0: [sda] Write Protect is off sd 5:0:0:0: [sda] Mode Sense: 37 00 00 08 sd 5:0:0:0: [sda] Assuming drive cache: write through sda: unknown partition table sd 5:0:0:0: [sda] Attached SCSI removable disk
fdisk /dev/sda. type b (W95 FAT32)mkfs.vfat -F 32 /dev/sda1mount /dev/sda1 /mnt/K3Sources :