Guest jason76 Posted November 22, 2003 Report Posted November 22, 2003 dosn't seem to work on the E200 :lol: anybody know of any fix.
Guest awarner [MVP] Posted November 22, 2003 Report Posted November 22, 2003 What error message do you get? If it does need updating then you will need to ask the developer malloc
Guest siu99spj Posted November 25, 2003 Report Posted November 25, 2003 Audio errors can be caused by the MP3 codec you're using, though if it worked on the SPV/E100 then that idea's scuppered. As for the phone, I know Malloc had to do a patch for the Mio, but I was told PocketMVP worked fine on the E200. Maybe the person was just guessing (They were claiming it BEFORE the E200 was released).
Guest Richie M Posted November 25, 2003 Report Posted November 25, 2003 Moved to Software Applications :lol:
Guest Brody Posted November 25, 2003 Report Posted November 25, 2003 Still no luck :lol: I need this app! Please!
Guest SsSiIiMmM Posted November 25, 2003 Report Posted November 25, 2003 It doesn't work at all for anything. Installs ok but when you try to play anything it gives the error. To me looks like a incompatiblity with the new OS :lol: was looking forward to divx an wmp alternative (pocket music doesnt even install). but anyway mpeg1 still looks good through pocket tv
Guest evilminky Posted November 25, 2003 Report Posted November 25, 2003 try actually installing it, instead of copying the shortcut from the memory card which i did on a spv and it came up with that error.
Guest Pondrew Posted November 26, 2003 Report Posted November 26, 2003 Can anyone confirm that Pocket MVP still works on E200? Thanks in advance.
Guest maxh2003 Posted November 26, 2003 Report Posted November 26, 2003 Got audio working on PocketMVP (or at least, I'm listening to a 72kbps OGG on an E200 right now!). :edit: and **** me if the same fix doesn't work for video too!!!! Frame rate seems to keep up better than on my old original SPV, too! :edit: be warned, when I just tried to play a *second* file, the file requester thing hung and I had reboot my phone. This is *quick-and-dirty* so no complaints if it doesn't work / pops odd error messages / hard-resets your phone. Usual caveats. Put the attached EXE on top of your existing PocketMVP.exe and give music a try. You might like to rename rather than copy over your original PocketMVP file. For anyone interested, the source code for PocketMVP is available at http://www.angelfire.com/alt/spv-soft/ (all hail the wonderful Malloc and his super-porting skills :lol: and hail him much, much more for publishing the source code :shock: ;) ) and the change I made is simple: AudioThread.cpp: code used to look like this: mmr=waveOutOpen( &m_hwo, WAVE_MAPPER, &m_wfx, (DWORD)WaveProc, (DWORD)NULL, #ifdef _X86_ WAVE_ALLOWSYNC|CALLBACK_FUNCTION ); #else WAVE_MAPPED|CALLBACK_FUNCTION); #endif For some reason, this was causing a MMSYSERR_INVALFLAG error. So I removed the two WAVE_ flags and now OGGs play OK :-D Specifically: WAVE_ALLOWSYNC|CALLBACK_FUNCTION becomes CALLBACK_FUNCTION, and WAVE_MAPPED|CALLBACK_FUNCTION becomes CALLBACK_FUNCTION. Would be grateful if anyone else with a few C++ skills could have a look at this too. I'm a novice :oops: and I'm not pretending I understand the full implications of removing WAVE_MAPPED...PocketMVP.exe
Guest Brody Posted November 26, 2003 Report Posted November 26, 2003 Nice work! This works for me so i'm happy! If the code needs neatening up then i'm sure someone will help you (i would but i don't know c++!). Thanks!
Guest maxh2003 Posted November 26, 2003 Report Posted November 26, 2003 Nice one. Watch out for the play-a-second-file problem though. Did that happen with the original PocketMVP? Can't remember and am too lazy to grab the old SPV to try it out! :lol: Are you playing video, or just audio - and if video, how are the framerates?
Guest Brody Posted November 26, 2003 Report Posted November 26, 2003 I'm playing video and it seems ok!
Guest fujiyama Posted November 27, 2003 Report Posted November 27, 2003 thanks to have correct this bug :lol: now that works fine ;)
Guest martindean25 Posted November 28, 2003 Report Posted November 28, 2003 hi i run the mvp.exe on my pc then it installs onto the phone howeva that is the furthest it gets. I then go to programs to try and find it to get to the program tregistraion part but there is no icon for it on the programs screen? why is this?? im running the oringinal orange spv btw
Guest maxh2003 Posted November 28, 2003 Report Posted November 28, 2003 hi i run the mvp.exe on my pc Strange, I don't think there *is* an EXE file available, only a CAB file that you install by copying to the phone and then running it from there. The best way to install PocketMVP is to download pocketmvp.cab from here -> http://www.angelfire.com/alt/spv-soft/ <- and install *that* to your phone. Your description on the other hand sounds more like you're actually trying to install PocketMusic ( http://www.pocketmind.com ), or possibly a PocketPC version of PocketMVP...? :edit: D'oh, I think I see what you mean now - you mean you've downloaded the EXE available on this thread and can't get it to work? If so, you need to try the cab file at the above address. It includes lots of files (not just a single EXE), which PocketMVP relies on. Once you've installed PocketMVP from the CAB file, you can then use the patched one I posted in this thread by copying it over the top of the one that came out of the CAB file. But there's no point unless you've got an E200 - AFAIK no other phones need the patched version...
Guest martindean25 Posted November 29, 2003 Report Posted November 29, 2003 hi i went to the page that you sent me 2 and this is what i got: PocketDIVX Smartphone2002 port by Malloc ([email protected]). Download the New PocketDivx Smartphone 8R Beta3e (289KB) Download the Patch for MITAC Smartphone (replace the old one in the PocketMVP directory on your phone) Download the cool MediaPlayer Skin by Madu (Modaco) (20KB) Download PocketDivx Smartphone 8R Beta3, Visual C++ Sources (1151KB) Original PocketPC PocketDivx Link which one do i select as i cannot see anything for pocket mvp in that link???? please help
Guest martindean25 Posted November 29, 2003 Report Posted November 29, 2003 it is pocketmusic that i am trying to install not pocket mvp because i want a decernt music player for my svp howeva i cannot install this program as i run the exe on my comp get it installed on my spv and then i try and find the program it is not listed anywhere under the programs menu where is this player located as i reall wantto use it!!! please please please help!!!
Guest dadypain Posted November 29, 2003 Report Posted November 29, 2003 cool, that fix works fine, however like u guys mentioned, there seems to be a problem with playing the second file, any fix for this?
Guest maxh2003 Posted November 29, 2003 Report Posted November 29, 2003 I suggest you use your PC to see whether either the directory: IPSMProgram FilesPocketMusic or Storage CardPocketMusic has been created. If it has, then all you need to do is create a shortcut to PocketMusic.exe in IPSMWindowsStart Menu - create this shortcut using your PC, then reboot your phone to make the programs menu rebuild itself (or you can do the same by going into a menu subgroup, then coming back out of it). If the PocketMusic directory *hasn't* been created in either of those places, then it's not installed properly (!). Try reinstalling from your PC?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now