A Good news in S8500ZCKF2( BADA1.2 rom) it can play RMVB - Bada Software Development

I have a good news there is a rom(S8500ZCKF2 BADA1.2) it can play RMVB via video player ,I think it's very useful for the rom diyers
download:
u.115.com/file/e6rfw47n
S8500ZCKF2_BIN.part1.rar
u.115.com/file/e6rfwicx
S8500ZCKF2_BIN.part2.rar
u.115.com/file/dn9l5j0s
S8500ZCKF2_BIN.part3.rar
u.115.com/file/dn9l5ajb
S8500ZCKF2_BIN.part4.rar

No one interested ????

now every one can download it from "samfirmware "
there is a bug ,When entering a folder containing *.rmvb the phone will reboot

Related

Flash Video

Is there a .flv player for WM5? The Flash Player plugin is only for Flash 7; and it's pretty slow. (.flv was Flash 8 and above, i think.)
Not really - in general, you must manually convert your files. See http://www.pocketpcmag.com/blogs/in...deo_flv_files_on_the_poc&more=1&c=1&tb=1&pb=1 for a complete article on all these q's.

Error : no combination of intermediate filters

Error : no combination of intermediate filters
Im receiving this when playing a file i have converted from .avi to 3gp. I have a file that worked before and receiving the same error with that now as well. Any help would be awesome rather then downloading any software. Im happy with mp just need it working.
i dunno man you best bet is to download tcpmp....otherwise i dont know...unless there are some codec cabs you could install heres this if u want it...it really is a great program...your not restricted by it...try installing this flash video bundle as well...it may help...it will enable you to watch you tube vids tho...hope i helped
what software are you using to convert and what settings are you converting at?

TCPMP v0.72RC1 recompiled with working youtube now - I did it!

Hi all,
I've been trying to figure out what the problem with TCPMP and youtube was for a while and finally got it.
For those that don't know, the way PIE works with TCPMP is that PIE creates a video.m3u file inside \PROGRAM FILES\TCPMP which TCPMP then opens. video.m3u contains the URL of the FLV file that you pull off from youtube... (m3u files are simply playlists)
Since youtube changed the format of its URL, it has gotten significantly longer.
TCPMP has a hard limit of 256 bytes (characters) on the URL. So, what happens with the new URL is that it often exceeds the 256 byte limit, and TCPMP will only read it UP TO the 256 byte. Anything after 256 bytes is LOST and that's why you get "could not open URL"
Example:
Youtube video of half life live action thingee:
Code:
http://v15.lscache4.googlevideo.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag&itag=5&ipbits=0&sver=3&expire=1243450800&key=yt1&signature=0FD79ABE8B1527FBDCCA117F163434544DD5226F.412B317466B85C5F1DEC05B615B47F264F845325&id=ab550f304982a99a
Length = 263, I get the error. Can't play video.
same video, but instead, I edited the video.m3u file and manually resolved the domain name (v15.lscache4.googlevideo.com = 74.125.167.35)
Code:
http://74.125.167.35/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2Cip%2Cipbits%2Citag&itag=5&ipbits=0&sver=3&expire=1243450800&key=yt1&signature=0FD79ABE8B1527FBDCCA117F163434544DD5226F.412B317466B85C5F1DEC05B615B47F264F845325&id=ab550f304982a99a
Length=248 and the video plays
I've found the solution!!!!!!
For those interested, here is the version that I used:
TCPMP new VS2008 builds for WM6.1 with FLV built in
http://forum.xda-developers.com/showthread.php?t=380387
I took that source, opened it in Visual Studio 2008 (freaking 3GB download from MS!!) and started snooping around.
Modified the following files:
interface/win32/playlst.c -> replaced all values of '256' with '1024'
interface/win32/win_win32.c -> replaced all values of '256' with '1024' (except the one that says 256*1024... on my source, it's line 2598)
common/portab.h -> replace MAXPATH 256 with MAXPATH 1024 (line 260)
The resulting files are now here! -
http://rapidshare.com/files/237840222/tcpmp-0.72rc1-fixed-youtube-05-27-2009-invar.rar
The bad news is this:
- I have no idea how to put stuff into a self install CAB, so the file I uploaded to rapidsdhare is ONLY the three files that were necessary. You MUST install a CAB version of 0.72RC1 from elsewhere (preferably the same version in this thread that was posted.)
- Also, the version of 0.72 RC1 I used does NOT install the PIE videoloader.dll (aka flashvideobundle), so if you completely uninstalled any preexisting version of TCPMP and installed the one posted here, you MUST reinstall flashvideobundle which is not really a problem, just an extra step. Here's a link for it! (google for 'flashvideobundle 1.4.4' if the link dies... there are plenty of sites)
http://handheld.softpedia.com/get/Video/FlashVideoBundle-64991.shtml
Anyway, if someone knows how to package this into a CAB or something, feel free to go ahead and do it and then post it. It appears to be working great so far, and I hope I didn't screw anything up.
Feedback appreciated, and enjoy nice high quality FLV youtube once again!
edit: There is now a nice CAB version available here that has incorporated my changes!
http://forum.ppcgeeks.com/showthread.php?t=59820
Great work!!
OMG Thank you invario... I was wondering what happined.. Thanks for all tha research and work!!
Haven't tryed it yet.. may just stick to tha Garbage MP4 quality untill a packaged CAB gets posted
criminalogic said:
OMG Thank you invario... I was wondering what happined.. Thanks for all tha research and work!!
Haven't tryed it yet.. may just stick to tha Garbage MP4 quality untill a packaged CAB gets posted
Click to expand...
Click to collapse
All you have to do is install the CAB version posted here:
http://forum.xda-developers.com/showthread.php?t=380387
And then from my file, extract those files to \program files\tcpmp and overwrite.
That's it!
Oh, and you need the flashvideobundle.
edit: there's also a CAB version that incorporates my changes, available here now!
http://forum.ppcgeeks.com/showthread.php?t=59820&page=80
Could you do your magic but using the subtitle plugin source to build the common.dll and interface.plg?
That plugin works in a very non optimal way (using those files is not the best idea... still it's the only subtitle plugin available). To test it notice the plugin only works in GDI video mode.
i figured it out. give this a shot. don't hold me responsible!
www.crimetank.com/misc/tcpmp-subtitle.rar
link is no good - cant access it for some reason =/
but its coo i just overwrite files
ok, it said failed to find pie - the videoloader.dll error
it also said link is invalid so maybe it has something to do with my cooked rom cuz links should be fine since u updated it
i do have flash 3.1 installed so let me remove and see how it goes
nope no good probably cuz cooked rom? i duno how they work but if it installs in program files/tcpmp then it should be fine as im overwriting the files

flash support for internet explorer and/or opera??

what about flash support (to view games/flv videos directly from browser) for hd2/manilla/winmo??
i read somewhere that internet explorer have flash support but i can't get it to work.. when i visit youtube from IE browser i got error (something like "corrupted libraries of flash lite blah-blah-blah)...
about opera, i read that someone from this forum wrote flashfix for opera, or something like that...
any good idea/tip in that way.... how to force/add (working) flash support (latest features flash9/10 and/or actionscript3...)... to our HD2's
thanx anyway
IE does have flash support. You phone should have a YouTube App installed, unless the operator has removed it.
For a quick search on here I fould this * LEO YouTube_2_6_19224122.cab *
i use artemis cooked rom, very popular here (maybe the best, imho)
i have installed youtube app, atleast, i can choose youtube separately from windows tab - then slide up/down through applications
it's this application or what?
Youtube software with no problem, but how do I see a video of megaideo? or youporn (do not want to lie hahahaha)?
Where's the flash?
Sent from my ro.product.model=Desire HD2 using XDA App

can hulu work with new flash player 11

Anyway to get hulu working with the current flash player on the market? I used to have 10.3 and libflash file and that worked great but I lost that somehow.
Hello, I know somebody knows what to do. The first time I did it I got everything from here. If I remember correctly:
Install flash 10.3
Extract libflashplayer
Copy libflash
Paste over com.adobe flash player
Done.
If this rings a bell jump in help me out, thanks.
http://forum.xda-developers.com/showthread.php?t=1406697&highlight=hulu+flash

Categories

Resources