Nokia Multimedia Transfer support for Nokia E7-00
Although Nokia advertises the Nokia E7-00 as being supported by NMT (Nokia Multimedia Transfer), it does not recognize the device in USB or bluetooth modes. I figured an easy way to get the bluetooth mode working.
- If you’re impatient, just download the profile file from below and copy it to /Library/Application Support/Nokia Multimedia Transfer/Profiles
- Install and launch Nokia Multimedia Transfer
- Select Tools and Settings -> Check for Updates now
- Go to /Library/Application Support/Nokia Multimedia Transfer/Profiles
- Copy the n8.profile and name it e7-00.profile
- Open the e7-00.profile with text editor
- Search for the supportedModels section, which looks like this
- Change the RM-596 to say RM-626 (you can double check the model from your device’s side)
- Change the deviceDisplayName to say Nokia E7-00
<key>supportedModels</key> <array> <dict> <key>modelNumber</key> <string>RM-596</string> <key>softwareVersion</key> <string>0.1</string> </dict> </array>
<key>deviceDisplayName</key> <string>Nokia N8</string>
Or just download the Nokia E7-00 profile file from HERE
