Posted by danielturcu
We know that SE k610 can suport movie resolutin up to 320X240, and k750/w800/w810 suport only up to 176x144, wich is embarrassing. When i put a video whit 320x240 practicaly the phone is read the sound but the display driver not suport the frame images. If anyone have a display driver from k610 maby it will work (whit Far Manager) on our k750/w800/w810 to wath movies at high resolution...
[ This Message was edited by: danielturcu on 2007-02-28 21:32 ]
Posted by AbuBasim
So you want the K750/W800 to support higher resolution on the display by simply changing the driver?
Let us know if you succeed
Posted by danielturcu
I said maby it will work.... Anyone have a k610 or v630 display driver???
[ This Message was edited by: danielturcu on 2007-02-28 23:15 ]
[ This Message was edited by: danielturcu on 2007-02-28 23:20 ]
Posted by navy614
i hope you will succeed
Posted by alexlt
It's not software related, it dependes on hardware of the phone. K610 & V630 has latest SE platform (the same used in K800/K810)
Posted by RayKnight
@danielturcu: Any news???
Posted by max_wedge
it's not possible, the hardware is the limitation not the driver.
Some peeps have already modified the driver to change video resolution but it has no effect.
Posted by tranced
and one thing i dont get is why 3mp pictures are displayed with no problems. why vids cant?
Posted by RayKnight
this is posible for software, is easy to resizes pictures, no videos in the same way.
Posted by danielturcu
Not yet CiberKnight I thing it is a Main's part that is missing not on the drivers from FS! Now I have a k610 main and another from my W800 phone. I have no ideea what shoud I change from it. Some guys sais that is the harware that can not support this resolution. You see I don't need record 320*240 whit my w800 I just want to wach moovies converted at this resolution at high quality.
Posted by antichrist
On 2007-03-19 02:31:49, tranced wrote:
and one thing i dont get is why 3mp pictures are displayed with no problems. why vids cant?
because vids are made of pictures. 15 images per second and more. the phone CANT reseze 15 images per second and in the same time play a sound. why k800 can? because it has a 200MHz proccesor and k750 hasnt. btw, k800 also has 320 240 display and k750 hasnt
to play a 320 240 video first of all you need a 320 240 screen or better
Posted by slead
that thing has a 200 MHz processor ? I mean for real?
where you got that info from? hmm... maybe time for some vid encoding
[ This Message was edited by: slead on 2007-03-25 23:12 ]
Posted by _-livio-_
k800 has a 220 mhz ARM9 processor,k750/w800 has 112 mhz ARM9,but samsung D600 has a 113 mhz ARM9 processor and it can play 320x240 videos and even record,so it's not because of the processor.and it's not even the screen size that limits the phone,because it can't even play 176x220 videos.so it must be something else.it would be great to make it play videos at the same size of the screen,cause using fullscreen sucks badly
[ This Message was edited by: _-livio-_ on 2007-03-26 16:43 ]
Posted by danielturcu
If we can faind a PACH MAKER maby the things are simple.
Posted by GUCCI.011
How can it be the processor when the SE W900 playsback and records videos at 30fps 240x320 yet it has a 108mhz processor
Posted by Charge
The w900 manages that because it has a nvidia card.
Posted by YUKA
Posted by antichrist
to play a 320*240 video, first of all you need a screen of that size.
the question is why k750 can't play a 176*220 video. because of the software
Posted by danielturcu
This is not an answer! V630,k610,w710 has 220x176 display and can resize the video up to 320x240. I have the main firmware of all these mobile and now i'm working to find that block of video with Hexadecimal editor from k610 to replace on my w800i.
Posted by max_wedge
On 2007-04-01 17:13:05, danielturcu wrote:
This is not an answer! V630,k610,w710 has 220x176 display and can resize the video up to 320x240. I have the main firmware of all these mobile and now i'm working to find that block of video with Hexadecimal editor from k610 to replace on my w800i.
good luck but I think you are pushing sh*t uphill. I'm pretty sure the K750 GPU is designed to display maximum 176x144 resolution video only. It's got nothing to do with ram or main processor. It's just the fact of life that the K750 graphics processor is 176x144.
Okay, now the K750 doesn't support resizing the video down from 320x240 to 176x144, again because this is handled by the gpu and the gpu of the K750 is not designed to resize video either.
It *may* be possible to make the main processor handle the task of resizing video, however I doubt the phone main processor is powerful enough to manage this. I expect that while phone's like W900 can resize video with their GPU, if they had to rely on software they also would not be able to cope with the number crunching needed to resize video on the fly.
Phones that support 320x240 video have much more powerful GPU's than K750, even if their main processors run at the same clock speed.
Posted by danielturcu
And a bad thing it's there is no way to install an app to view a video larger because it's not a symbian app and java app it's limited to firmware posibility.
Posted by vakzer
Hi!
k750 has a 112 Mhz processor(i saw it here: http://jbenchmark.com/phonede[....]rk=ace&D=SonyEricsson%20K750i)
I don't know, that is it strong enough to play bigger movie, but I think, with an other display driver, maybe(but who can create so a display driver? And when?) (sorry for my english, I'm from Hungary)
Posted by ady_k4e
that is an arm cpu estimator. Mine has 114Mhz...
Posted by rdk67
On Java Platform JP-7 it is easy to create an overlay over a video clip shown in a MMAPI video player
instance. All pixels drawn with Canvas.paint are overlayed over the video, canvas areas where nothing
has been drawn remain transparent. Note that if a filled shape is drawn, for example a rectangle with a background color, the video will be completely hidden behind the shape.
A VideoControl can be used to mirror and/or rotate the video on the display.
To make use of progressive download in a player application, the createPlayer method must be
invoked with a file scheme locator string as parameter, for example:
Manager.createPlayer(file:///c:/sounds/song.mp3);
Note: This functionality is not implemented on Java platform JP-5, where the MMAPI implementation
does not support the file scheme in the createPlayer method. In JP-5 phones, playing of media is
invoked via createPlayer(InputStream stream, String type) which does not take advantage
of progressive download. The consequence is that the whole media file must be loaded into memory
before the player starts playing. This can in some cases take quite long time with large media files.
Posted by max_wedge
Java can do a lot, but on a K750 you just won't get a functional video player that can resize video - it will be too slow and clunky.
There was one java effort that showed a video in portrait view but it couldn't display the video in landscape, and as it was it still took ages to open the video.
This page has sample j2me code for a video player: http://developers.sun.com/tec[....]y/midp/articles/mmapioverview/
also here ( I tried this but it doesn't work on my K750) http://builder.hecl.org/scripts/show/15
Still, I'd be stoked is some smart java programmer could prove me wrong and make a java movieplayer that runs on a K750
_________________
File System Tweaks for the K750 K750 Tricks
[ This Message was edited by: max_wedge on 2007-04-05 06:02 ]