Seite 1 von 2
autorun / autoplay MPE when connecting C902
Verfasst: Fr 26. Sep 2008, 16:50
von majdnem
I have recently changed from a k750i to a C902.
When i connected my K750i, an autoplay options box would appear asking what program i wanted to run. I was able to add MPE to this list.
Now with my new C902, when i attach the phone via USB to the computer running Windows XP a *different* dialog box appears called "Portable device" with the message "Windows can perform the same action each time you connect this device. what do you want windows to do?" Unfortunately the list is empty - there are no options at all, no programs to select. I only want to use MPE with my SE C902, but can see no way to add MPE to this menu.
Going to MyComputer > C902 > properties > autoplay is no good either as MPE does not appear in the list of program options (only WMP, Windows Explorer and Media Monkey appear in this list) - Why not MPE!?!
I've wasted hours on this. If anyone can advise me, i would really appreciate it...
thanks!
Majdnem
Verfasst: Fr 26. Sep 2008, 17:54
von FJ
It seems that you choosed "Filetransfermode" when you connected the phone. Thats wrong - you have to sleect "Phonemode" or "Norml mode". After this Windows should install some drivers for your phone and then you can hit "Search device" in the settingswindow of MyPhoneExplorer
6-MONTHS LATE REPLY
Verfasst: Do 9. Apr 2009, 19:42
von majdnem
[quote="FJ"After this Windows should install some drivers for your phone and then you can hit "Search device" in the settingswindow of MyPhoneExplorer[/quote]
Thanks for your reply, but i think you misunderstood my question. I have no problem using my C902 phone with my computer or with MPE.
The problem that i do have is that i have to 1) close a useless autoplay menu that pops up when i attach the phone to the computer (useless because MPE is not listed as a program or action i can use with the phone) and 2) because i have to launch MPE from my programs list.
What i would like to be able to do is add MPE to the autoplay menu that appears when i attach the phone (which is what used to happen with my old K750i), but i can't find any way to do this.
Any advice?
Thanks!
Verfasst: Do 9. Apr 2009, 22:10
von FJ
I'll take a look at this
Verfasst: Do 9. Apr 2009, 23:21
von FJ
• Open notepad
• Insert this text:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\WPD\Compat\WiaDeviceConnected]
"MyPhoneExplorer_Handler"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\MyPhoneExplorer_Handler]
"Action"="Run MyPhoneExplorer"
"DefaultIcon"="%programfiles%\\MyPhoneExplorer\\MyPhoneExplorer.exe,0"
"InitCmdLine"="%programfiles%\\MyPhoneExplorer\\MyPhoneExplorer.exe"
"ProgID"="Shell.HWEventHandlerShellExecute"
"Provider"="MyPhoneExplorer"
• save the file as "Add_MPE_to_Autoplay.reg" on the desktop and doubleclick the file
After this information was added MyPhoneExplorer should appear in Autorun for connected phones. Please report me if its working
Verfasst: Sa 11. Apr 2009, 12:03
von Gast
Hi
Thanks *very* much for the fast and helpful reply - that really is appreciated.
I did as you suggested but it was not successful. When i attach the phone i get the same result as before.
I don't know whether it is significant, but there is something (sorry to be vague) different about the autorun (is that the right word? autorun? autoplay?) options window that appears when i attach the phone. I mean different to the window that used to appear when i attached my old K750i. The window title is "portable device" and next to the message "Windows can perform the same action each time you connect this device. what do you want windows to do?", there is a little mobile phone icon (which strangely looks exactly the same as my C902). The options contained in the list are "Open device to view files", "Sync digital media files to this device using WMP" and "Take no action".
When i go to "My Computer" and right-click on "C902" > properties, i get a window with two tabs: "general" and "autoplay". When i select the "autoplay" tab i see the same options i have listed above, but with no way to add MPE to the list of options.
I hope this information might help you suggest a slightly different method to the one you so kindly suggested before.
Thanks again.
George
Verfasst: Sa 11. Apr 2009, 12:40
von FJ
Cause of this i wanted to report me if its working
I made and tested this on Vista in hope that there is no diffrence to XP. In general its easy to set up an Autoplay-Handler for AudioCD, Empty CD or Removal Drive, but its by far not so easy for a customized devicetype like "Phone".The other options you see appear for all removal drives, but i don't want to add MPE as handler for all removal drives. I will test the whole thing on evening on Windows XP, maybe there is also a solution for XP.
Verfasst: Sa 11. Apr 2009, 13:27
von majdnem
Thanks very much. I look forward to seeing what new method you can suggest!

Possible cause of problem
Verfasst: Di 14. Apr 2009, 13:17
von majdnem
Hi there. I'm still trying to get MPE to be listed as an autoplay option when i connect my C902 to my computer.
I have tried using TweakUI to set this up, but have been unable to do so. One thing i have just noticed is that in tweakUI > My computer > Autoplay, it says "In order for Autoplay to be enabled on a particular drive, it must be enabled as a drive letter as well as by drive type."
When my C902 is attached to the computer, it is not assigned a drive letter, nor are the seperately listed "Phone Memory" and "Memory Stick".
Is anyone able to suggest a way around this. I would *really* like to have MPE available as an autoplay option...
Thanks!
Majdnem
Verfasst: Di 14. Apr 2009, 17:19
von FJ
The phone has no driveletter cause its in Windows visible as "Windows Portable Device". I have to learn some things about the WPD-Interface, currently i cannot tell you if there is a solution but i am working on it.
Verfasst: Do 16. Apr 2009, 15:12
von FJ
OK, i think i have found the right settings for Windows XP (works on my PC):
Code: Alles auswählen
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\MTPMediaPlayerArrival]
"MyPhoneExplorer_Handler"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\MyPhoneExplorer_Handler]
"Action"="Run MyPhoneExplorer"
"DefaultIcon"="%programfiles%\\MyPhoneExplorer\\MyPhoneExplorer.exe,0"
"InitCmdLine"="%programfiles%\\MyPhoneExplorer\\MyPhoneExplorer.exe"
"ProgID"="Shell.HWEventHandlerShellExecute"
"Provider"="MyPhoneExplorer"
Verfasst: Sa 18. Apr 2009, 18:07
von majdnem
FJ hat geschrieben:OK, i think i have found the right settings for Windows XP (works on my PC)
Hi again, and thanks very much for trying this. I've added this code to the registry as you instructed above but I'm still getting the same result. I've tried it on two different machines running XP (fully updated SP3 etc), tried restarting and trying again... it doesn't seem to be making any difference.
Is there any other information i could give you that would help you identify why it works on your XP machine but not on mine?
Thanks again!!!

Verfasst: Sa 18. Apr 2009, 18:32
von FJ
I had WinXP SP2 for testing, maybe there is something changed in SP3. But i don't want to install SP3 cause it makes many problems.
It worked with my XP-Desktop-PC, when i have time i will try it also on my laptop (but this one has also SP2)
Verfasst: Sa 18. Apr 2009, 19:30
von majdnem
OK - thanks. I'll see if i can find a Windows XP SP2 machine to try it on too.

Verfasst: So 17. Mai 2009, 12:23
von Gast
Thanks for the reghack FJ.
With a little modification it worked on Win 7 64bit for me:
Code: Alles auswählen
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\WPD\Compat\WiaDeviceConnected]
"MyPhoneExplorer_Handler"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\Handlers\MyPhoneExplorer_Handler]
"Action"="Run MyPhoneExplorer"
"DefaultIcon"="%programfiles(x86)%\\MyPhoneExplorer\\MyPhoneExplorer.exe,0"
"InitCmdLine"="%programfiles(x86)%\\MyPhoneExplorer\\MyPhoneExplorer.exe"
"ProgID"="Shell.HWEventHandlerShellExecute"
"Provider"="MyPhoneExplorer"
Just needed to change the pathes.
still not working for me...
Verfasst: So 17. Mai 2009, 14:50
von majdnem
Tried this on a Win XP SP2 computer and it still wouldn't work... Really don't know why. Big thanks to FJ anyway. I'm due a new computer soon, so will wait and get one with the new Windows OS and then try the modified hack.
Thanks again to FJ for responding to my original post.

Verfasst: So 17. Mai 2009, 15:38
von Leif
George, what's your path to MyPhoneExplorer? C:\Programs\... or what?
C:\Program Files\MyPhoneExplorer
Verfasst: So 17. Mai 2009, 17:58
von majdnem
Path is C:\Program Files\MyPhoneExplorer
Does that make a difference? Don't really understand how these things work...

Verfasst: So 17. Mai 2009, 18:55
von FJ
The variable %programfiles% does already link to the right directory -> even it would be wrong then you would see the entry in the dialog. By the way - are you using a 64bit system ?
Verfasst: So 17. Mai 2009, 19:59
von majdnem
32-bit