ZUNE created by using WindowsCE but it's M$ signed and not hackabke, but:
If we playing asf files (created by VLC) after little time player just "cold" reboots without any messages. Maybe we can write "hallo world application" inserted in asf file. And rewrite recovery.bin bootloader?
Related
I have copied some mp3 files in jam. Before it was opening directly with media player whenever I tap on the mp3 file. But now it stops opening those file with media player, and now whenever I click on the file it give this error message:
"There is no application associated with "Filename". Run the application first, then open this file from within the application."
Now everytime I have to open media player first then only I can play the file. What should I do so that whenever I click it should directly open with media player?
Have you installed another player program (GSPlayer, Mort Player etc.) then removed it ?
It sounds like you have, the file association has been lost
YES, I have installed some other player and then removed. From that time I am facing this problem. So how can I resolve this problem?
I have recorded some dictation on the JASJAM/Wizard device at default format (WAV 44100 mono). File explorer on the device sees the .wav file, and ditto on my laptop (via Sync)(laptop if Dell, P4, Windows XP Prfo, latest Windows Media Player) Windows Explorer sees the file as a .wav. When I click on the file in Win Explorer it opens the file in WMPlayer which then shows an error message that it doesn't have the codec. WMPlayer plays all other .wav files fine.
Can anyone help? What additional codecs do I need for a WAV file? Or is it some compression on the device. What do I need to do my laptop to replay the dictation please?
I have some .wav files that I can play on my pc's wmp. I copied them to my 6800, and I get an error complaining they are an unknown file type. What's the magic sauce I need, do they need to be conv'd to .mp3?
thx,
Tom
Hi everyone i just got Coreplayer version v1.3.2
I was trying to play a avi file getting error message
player\storage card\********.avi unknown file format!
is there something im doing wrong
Some video files are mistakingly named .avi but are not... But your computer can still play them cause your computer player will work that out...
Maybe core player won't play that kind of file... Try several .avi files...
do i just drag and drop
where i can download core player for free...pls send me link
grvllg said:
where i can download core player for free...pls send me link
Click to expand...
Click to collapse
You can't, CorePlayer is a commercial program. Do a search for TCPMP and you'll find the freeware version in the forums.
Hi guys
Avi file does work
but the avi file has to be located in my phone memory to make it work
it wont work if i place it in my stoage card " sd card "
lol... none of my video files are on my phone memory...
Where they are located shouldn't matter at all... unless your memory card is so slow it can't stream quick enough...
im trying to stream an avi file from a computer to the phone. i was successful streaming between 2 computers. some missing apis from windows mobile are preventing me from making this work, notably createremotethread,and the backup software permissions on the createfile function.
my file gets transferred in chunks from the computer to the phone. on the phone, i call the createfile() function,with all the share read and write permissions. i then start streaming the data from the computer to the file,which works great. now,if i try to open this file with a directshow player while data is streaming and filling up the file,the player is unable to open the file/get a valid handle,even though i have set the right permissions to grant it access. if i release the handle on my file, then the directshow players can access the file and play it properly.
Now i thought then ill just transfer the header and a little data,release the handle,let the player begin playing, then open my file again and continue streaming the data. Well, after the file is open by the player,i can no longer get a valid handle to the file.
in desktop windows, i could have used the backup program permissions to get access to a file even if its locked, or createremotethread and unlock a locked file. none of those are available to windows mobile. what to do?