Languages Suomi | English |

Who?

Horoscope: Leo
Age: 29 years
Profession: Software engineer
Hobbies: Photography, reading, lifting weights

Read more»

2011-02-25

Nokia Multimedia Transfer support for Nokia E7-00

Filed under: Mobile Phones — Tags: , , , , , — Kalle @ 12.59 am

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.

  1. If you’re impatient, just download the profile file from below and copy it to /Library/Application Support/Nokia Multimedia Transfer/Profiles
  2. Install and launch Nokia Multimedia Transfer
  3. Select Tools and Settings -> Check for Updates now
  4. Go to /Library/Application Support/Nokia Multimedia Transfer/Profiles
  5. Copy the n8.profile and name it e7-00.profile
  6. Open the e7-00.profile with text editor
  7. Search for the supportedModels section, which looks like this
  8. 			<key>supportedModels</key>
    			<array>
    				<dict>
    					<key>modelNumber</key>
    					<string>RM-596</string>
    					<key>softwareVersion</key>
    					<string>0.1</string>
    				</dict>
    			</array>
    
  9. Change the RM-596 to say RM-626 (you can double check the model from your device’s side)
  10. Change the deviceDisplayName to say Nokia E7-00
  11. 			<key>deviceDisplayName</key>
    			<string>Nokia N8</string>
    

Or just download the Nokia E7-00 profile file from HERE