mp3 players from Japan to England

You can talk about almost anything that you want to on this board.

Moderator: Moderators

Post Reply
User avatar
beneficii
Posts: 127
Joined: Tue Jul 12, 2005 4:37 pm

mp3 players from Japan to England

Post by beneficii »

Hi, I'm wondering about running an MP3 player (Sony) bought in Japan on an English version of Windows. The people at the place where it was being sold told me that it would be fine on a Japanese version of Windows, but that it is Japanese-only, implying that it wouldn't work on an English version of Windows. This device runs on USB and is charged by the USB port and my thinking is that since it connects to USB there shouldn't be a hardware issue with this, but perhaps there is something in the English version of Windows that prevents it from working? Perhaps one of y'all might know something about this? Thanks. ^-^
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

beneficii wrote:I'm wondering about running an MP3 player (Sony) bought in Japan on an English version of Windows. The people at the place where it was being sold told me that it would be fine on a Japanese version of Windows, but that it is Japanese-only, implying that it wouldn't work on an English version of Windows.
Knowing Sony, and how it applies region coding to all its movies, even those that have completed their worldwide theatrical run, there is probably code like this in the software's installer:

Code: Select all

if windows.language == en-US:
    errorMessage("Wrong region.");
    cancelInstallation();
This device runs on USB and is charged by the USB port and my thinking is that since it connects to USB there shouldn't be a hardware issue with this
Most MP3 players are "mass storage class" devices that appear as a hard drive to the PC and can play all .mp3 files in all folders on the player. The iPod is not, needing music files to be listed additionally in a second file, and it's possible that this is the same way.
Post Reply