17th September 2008

Samsung YP-K3 in USM mode (USB Mass Storage)

Tags : , ,

posted in Hacks |

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) :
  • 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

  • unzipping. We take : YPK3.IMG et YPK3.rom
  • Mounting mtpfs/fuse (bwerk)
  • sudo -s
    aptitude install mtpfs
    mkdir /mnt/K3
    mtpfs -d -f /mnt/K3   # debug/foreground
  • copying firmware's files and unmounting
  • cp /tmp/YPK3.IMG /tmp/YPK3.rom /mnt/K3
    sync
    fusermount -u K3
  • disconnecting K3. Power up. Error message "no DB". That's ok, no FS at this time.
  • connecting 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
  • Fine ! Creating partition with fdisk /dev/sda. type b (W95 FAT32)
  • Making fs : mkfs.vfat -F 32 /dev/sda1
  • mounting : mount /dev/sda1 /mnt/K3
  • second copy of firmware's files
  • unmounting and disconnecting
  • Power up : firmware upgrade, poser up, image upgrade (interface)
  • Power up : configuring language (korean default)
  • Done !!!!

Sources :

This entry was posted on Wednesday, September 17th, 2008 at 7:36 am and is filed under Hacks. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

Leave a Reply

*
To prove that you're not a bot, enter this code
Anti-Spam Image