wBEER or SOmethinG? - Windows Mobile Development and Hacking General

I know that this would just be a useless application with no purpose at all, but you have to admit it would be really cool! There are tons of applications on the web for the iPH*** like iBEER, and iMUNCHIES and so forth. There useless but really cool party tricks. It doesn't seem like it would be hard to make it for windows mobile. Does anyone have any Idea how this works, or if it is possible? Anyone interested or willing to give it a shot?
If you don't know what this is just go to youtube.com and type in iBEER , iMILK, iMUNCHIES , my personal favorite iBUG, or iWATER
THERE EXTREMELY COOL PARTY TRICKS!!!

THE GIRLS!!!
OH YEH, I forgot the girls! CHECK OUT iWASH also. I take back my previous statement, this is by far the cooles!!!! CHECK THEM OUT and someone figure this out please!!!

Aren't these just videos and not actual programs?

Ive been looking for something to use as a s2u2 background for months but luck

MAYBE
They may be just vids, Im not sure. But if so, how are the activated so fast, & no outline of another program!!!!!!!!!!

TweakMan said:
They may be just vids, Im not sure. But if so, how are the activated so fast, & no outline of another program!!!!!!!!!!
Click to expand...
Click to collapse
they use the iphones built in accelerometer to tilt the liquid in the screen. the same thing could be done with a video but you'd have to time it

Actually they don't. They are for the most part nothing more than videos. Trust me. A friend had them on his iPhone, gave them to me and I had them playing on my 8525 for a few weeks when I was using an iPhone theme. I set a hardware button to launch coreplayer with the chosen video as the last played item in full screen on start.
The hardest part was converting the video format and getting the screen size and orientation correct.

Heykrop said:
Actually they don't. They are for the most part nothing more than videos. Trust me. A friend had them on his iPhone, gave them to me and I had them playing on my 8525 for a few weeks when I was using an iPhone theme. I set a hardware button to launch coreplayer with the chosen video as the last played item in full screen on start.
The hardest part was converting the video format and getting the screen size and orientation correct.
Click to expand...
Click to collapse
I have a friend who had a water themed one and it poured out when he tilted the phone, this could only be due to an accelerometer because it never just poured after a certain time limit only after he tilted it, i have seen others that are videos though

Heykrop said:
Actually they don't. They are for the most part nothing more than videos. Trust me. A friend had them on his iPhone, gave them to me and I had them playing on my 8525 for a few weeks when I was using an iPhone theme. I set a hardware button to launch coreplayer with the chosen video as the last played item in full screen on start.
The hardest part was converting the video format and getting the screen size and orientation correct.
Click to expand...
Click to collapse
So you have them? please post it.

Related

G-Sensor emulated by camera

I thing that everybody wants to have a g-sensor in their mobile . I have one idea . Is there any chance to develop a driver or software that can emulate g-sensor by rear or front camera ? Camera can catch "move" maybe in the same way like a g-sensor... Please think about it ...
I believe it was at least done on the Kaiser. The only issue I can see [apart from shoddy accuracy!] is, imagine the battery life being eaten!
Still, I'd like to see it, because it's the only thing I really want on my KS20
Function can be assigned to a hardware button, so it will start only if you want and then safe your battery
Ive asked about this a couple time and really got no where. I do know that the instinct uses this feature for scrolling web pages up and down
EurEye said:
Function can be assigned to a hardware button, so it will start only if you want and then safe your battery
Click to expand...
Click to collapse
Then why not have the hardware button rotate the screen?
I see your point. I'd prefer to just have it running in the background. Drop the accuracy of it, and we could keep battery drain to a minimum perhaps.
Girvo said:
Then why not have the hardware button rotate the screen?
I see your point. I'd prefer to just have it running in the background. Drop the accuracy of it, and we could keep battery drain to a minimum perhaps.
Click to expand...
Click to collapse
that, and emulating the g-sensor would mean better games
...I didn't think of that. Good point
kidnamedAlbert said:
that, and emulating the g-sensor would mean better games
Click to expand...
Click to collapse
No it wouldn't, because as others have said the accuracy would be horrible.
mattcoz said:
No it wouldn't, because as others have said the accuracy would be horrible.
Click to expand...
Click to collapse
but im sure that the great devlopers here could probably makes work better.
it makes me feel so bad not having a g-sensor.
today my friend was playing pocketgravity and he tried making things move by tilting my phone and it made me realize i need me a g-sensor.
kidnamedAlbert said:
but im sure that the great devlopers here could probably makes work better.
it makes me feel so bad not having a g-sensor.
today my friend was playing pocketgravity and he tried making things move by tilting my phone and it made me realize i need me a g-sensor.
Click to expand...
Click to collapse
Well, doesn't the game lack that feature or does it not need that implemented?
The thing is, there has to be a comprimise.
Get some serious accuracy, but to do that you'd need to sample a hell of a lot, thus killing battery life.
Or, sample less, less accuracy [but still good enough for screen rotation I'd wager], but less drain on your battery.
kareem9nba said:
Well, doesn't the game lack that feature or does it not need that implemented?
Click to expand...
Click to collapse
nope, someone just implemented it because it sounded like a good idea.
Will never work
Cameras have been used in the past for robotics and simply didnt work since they dont understand depth very well
What about combining the Camera and letting it work with the Infrared on the device? I know not all phones support both, but for the ones that do, its a step in the right direction.
External gsensor
Lets go back to the year 2000 where everything was external. remember the external camera on the sony ericssons? lets get an external gsensor
Maybe build in the battery like the fibration in the old Nokia 5100!
This thing must be possible.
I remember the game for Nokia phones, where you were controlling the ball in the maze. It was controlled by camera but it behaves like a g-sensor.
i dont know if this has been done but when you think about it many questions come to mind. first n foremost is depth. the softwares going to sense motion by motion in pictures from the cam. now if you have a white wall sufficiently lit and you shake your phone in front of it, hows a camera gonna judge motion from it? second, imagine a dot on the wall. now if ur close to it, theres gonna be alot more "motion" for the cam than if ur far away. i dont know the technicalities of the concept and if these problems will exist in a potential implementation, but, building on problems like these, i dont think its feasible or useful.
I think the theory behind it is fairly simple (and using the camera as a game input works as in Fishopolis http://rivia.net/Fishopolis.aspx Works on the Wizard). Take a pic A from camera at time x then take pic B from camera at time x + interval y then compare the two pics (get list of positions of same objects from both pix). If the objects in pic A are to the left of the same objects in pic B then you're moving right, left otherwise and a similar calc to determine up and down.
I think it is (actually know evidenced by the game previously mentioned) very doable and should take just as much battery power as using the video camera except for the storage since only a few images would need to be kept in memory at any one time and nothing needs to be stored on "disk".
Some matrix transformations and linear algerbra should do the trick... I'm sure someone has already done this in some form or another by now... Guess I'll see what I can dig up on the old internet.
why doesnt someone just work on internal accelerometers rather then trying to use the camera?

X1 - New Firmware

I am so proud of Sony Ericsson.
You know... Half of the company is from Sweden, where I live!!!
I just updated the phone to the new firmware. And I am almost shivering from proudness.
In ONLY FOUR MONTHS Sony Ericsson managed to make the Opera browser the default web browser on the phone. I can't believe how incredibly good they are!!!
I haven't notice anything else though, but oh my god... Isn't this more than enough to accomplish in ONLY FOUR MONTHS?
Anyone complaining on Sony Ericssson have to answer before me. I absolutely adore them. They are unbelievably good.
Anyone... Please don't tell me they managed to do anything else. I don't think I could take it. Making Opera the default browser almost made me faint. If you say something else was fixed too, I think I will die.
/Michael
Rodin69 said:
I am so proud of Sony Ericsson.
You know... Half of the company is from Sweden, where I live!!!
I just updated the phone to the new firmware. And I am almost shivering from proudness.
In ONLY FOUR MONTHS Sony Ericsson managed to make the Opera browser the default web browser on the phone. I can't believe how incredibly good they are!!!
I haven't notice anything else though, but oh my god... Isn't this more than enough to accomplish in ONLY FOUR MONTHS?
Anyone complaining on Sony Ericssson have to answer before me. I absolutely adore them. They are unbelievably good.
Anyone... Please don't tell me they managed to do anything else. I don't think I could take it. Making Opera the default browser almost made me faint. If you say something else was fixed too, I think I will die.
/Michael
Click to expand...
Click to collapse
Cynic enough???
Here's what has changed:
Here are some things that have been noticed so far with this update.
The device now boots faster.
Faster menus - switching tabs in settings is quicker.
Programs launch quicker and file explorer is quick in loading folders.
The Vodafone ROM update (not sure if others have this) includes a couple of other additional trial games including Bubble Bash, Block Breaker Deluxe, and Tetris Mania.
Bluetooth Problem reported to be fixed. (I didn’t face any bluetooth problems with the old software and am not facing any now.)
Wi-Fi bug fixed.
Panel animation is a bit smoother but still laggy on switching from portrait to landscape and vice versa. Overall a faster panels experience.
Video playback has improved a lot! CP benchmark on a video resulted in 90-92% on the old ROM and is now increased to 98%.
Word prediction in most text-boxes.
Media Panel improvements including; music indexing is a lot faster, image scrolling is almost as smooth as it should be, changing tracks show information about the track at the bottom of the screen, and most importantly it now only shows pictures from the My Pictures and Camera folders on the main and internal storage – say goodbye to all those images from program files and windows showing up.
Camera improvements include faster focus lock and more stable focus. Preview is also smoother and introduces a new setting letting you define the frame rate to use for the video to shoot.
Furthermore, I think they updated the 3D drivers too. TouchFlo 3D is running way smooth - especially the Pictures and Media tabs! (flicking through pictures and music is quick and smooth) + Slide2Play is performing much better with this new updated ROM; quicker and smoother movement in landscape, switches album/song images correctly on song change, and so on.
http://xperiancer.blogspot.com/2009/01/xperia-software-update.html
initially when i just flashed the new firmware it was noticeably faster. boots faster and faster file system. used to take 8 secs to open /windows folder and after flash took just 2 secs!
but now after reinstalling my apps, the file system speed has decreased back to that of the old firmware. still boots faster tho.
i have reported that my x1 is very fast but i dont have new firmware installed yet..
i want to ask you how to install the new ROM? i got the new ROM from the pavel and download it in rapid share.
msalmank said:
Cynic enough???
Click to expand...
Click to collapse
I'm not sure I am able to be cynic enough. But I sure tried.
msalmank said:
The device now boots faster.
Click to expand...
Click to collapse
According to some, maybe. For me it booted in about 55 seconds before, and so it does now.
msalmank said:
Faster menus - switching tabs in settings is quicker.
Click to expand...
Click to collapse
It might be. I don't see the difference though, but that might be becuase it doesn't matter much to me. There are other things more important.
msalmank said:
Programs launch quicker and file explorer is quick in loading folders.
Click to expand...
Click to collapse
Yes, I agree. Loading the Windows Folder seems a lot faster. But still, that isn't something the average user does several times a day.
msalmank said:
The Vodafone ROM update (not sure if others have this) includes a couple of other additional trial games including Bubble Bash, Block Breaker Deluxe, and Tetris Mania.
Click to expand...
Click to collapse
I actually have no clue.
msalmank said:
Bluetooth Problem reported to be fixed. (I didn’t face any bluetooth problems with the old software and am not facing any now.)
Click to expand...
Click to collapse
Maybe, maybe not. I've seen reports saying there is no difference in this area. I haven't tried it myself yet, so I can't tell.
msalmank said:
Wi-Fi bug fixed.
Click to expand...
Click to collapse
I never notice that one myself. So I can't say it's better or worse.
msalmank said:
Panel animation is a bit smoother but still laggy on switching from portrait to landscape and vice versa. Overall a faster panels experience.
Click to expand...
Click to collapse
According to some users maybe. I can't say I see any difference at all.
msalmank said:
Video playback has improved a lot! CP benchmark on a video resulted in 90-92% on the old ROM and is now increased to 98%.
Click to expand...
Click to collapse
Well... 90-92% up to 98% isn't really A LOT. I've tried two WMV videos though and think they might have been a bit more fluid than before. But as far as I can tell the difference is not that incredible.
msalmank said:
Word prediction in most text-boxes.
Click to expand...
Click to collapse
If this is the case, that's good. I haven't seen it yet.
msalmank said:
Media Panel improvements including; music indexing is a lot faster, image scrolling is almost as smooth as it should be, changing tracks show information about the track at the bottom of the screen, and most importantly it now only shows pictures from the My Pictures and Camera folders on the main and internal storage – say goodbye to all those images from program files and windows showing up.
Click to expand...
Click to collapse
Well, that was a really good improvement. I still would have liked to be able to chose folders for images myself, but this was a step in the right direction.
msalmank said:
Camera improvements include faster focus lock and more stable focus. Preview is also smoother and introduces a new setting letting you define the frame rate to use for the video to shoot.
Click to expand...
Click to collapse
I see the framrate option. But I can't confirm it really works. As a matter of fact, I even don't know what to expect. I didn't get 30 fps before, and I'm sceptic I will get it now. But of course I may be wrong here.
As for preview and faster focus lock, I can't tell the difference from before. For me it's about the same.
msalmank said:
Furthermore, I think they updated the 3D drivers too. TouchFlo 3D is running way smooth - especially the Pictures and Media tabs! (flicking through pictures and music is quick and smooth) + Slide2Play is performing much better with this new updated ROM; quicker and smoother movement in landscape, switches album/song images correctly on song change, and so on.
Click to expand...
Click to collapse
Again, I can't tell the difference. I doubt Sony Ericsson had in mind that you should use TF3D. So the possbible improvements in using TF3D is irrelevelant to me. Maybe it's faster for other applications using 3D, but I haven't tried them yet and thus can't tell.
One of the most annoying bugs is not fixed.
That does not apply to you using english keyboard. But for me, using the swedish letters Å, Ä and Ö it does.
Those keys seems to be implemented after all "normal" keys. So where all other keys seems to get into a keyboard buffer when you type them, the special swedish characters are written immediately to the screen. That means when I write a swedish sentence that should look like "Jag ska försöka träffa dig innan mötet." instead looks lite "Jag skaö fröska ätrffa dig innaön mtet."
That is, in my opinion a HUGE bug, which they should have focused on before doing anything else.
Regards,
Michael
@Michael, did you bother to tell them about your HUGE bug?
artesea said:
@Michael, did you bother to tell them about your HUGE bug?
Click to expand...
Click to collapse
Yes of course I did. October 24 I mailed them about this problem.
Should have been enough time for anyone with some competence to fix it.
EDIT:
As a matter of fact I've mailed SE 24-25 mails on different matters on the phone. Most of them might be specific to the operating system which SE has no control over, but for me as a customer that really doesn't matter. But the response I've got was just that, freely translated from swedish: "SE has no direct control over the issues since that is a Windows Mobile specific matter".
They even told me that about the Radio Panel.
Do you understand why I am a bit upset?
I like the phone even though it still has some issues, but I really can't stand Sony Ericssons ignorance.
msalmank said:
Here are some things that have been noticed so far with this update.
Click to expand...
Click to collapse
Oh, and by the way...
Why should people even have to "notice" differences between firmwares?
We should be informed about the changes without having to guess what's fixed, and what's not.
It is our equipment, and it's our time and efforts we put in it to try to see if we get any improvments. We shouldn't have to do that. SE should give us information on what is done so we could decide for ourselves if the update might be needed or not.
/Michael
wow..
yes it's annoying.
no you don't get better help when sending 25 emails in a few months.
welcome to the world of consumer electronics!
Why do you think that the iphone doesn't have a copy/paste function after the product has been on the market for 2+ years?
they don't give a **** .. you paid already
I think some ppl here have fixed some issues regarding swedish key press's.
not sure but try to search.. have seen some stuff come by.. but I don't need it so forgot where.
good luck
Just tried to update on the SEUS (sony ericsson) and it didn't work. Said It was already up to date. When I check my rom version it is NOT the new version
Rodin69 said:
Oh, and by the way...
Why should people even have to "notice" differences between firmwares?
We should be informed about the changes without having to guess what's fixed, and what's not.
It is our equipment, and it's our time and efforts we put in it to try to see if we get any improvments. We shouldn't have to do that. SE should give us information on what is done so we could decide for ourselves if the update might be needed or not.
/Michael
Click to expand...
Click to collapse
I agree 100% to that.
Rodin69 said:
I'm not sure I am able to be cynic enough. But I sure tried.
According to some, maybe. For me it booted in about 55 seconds before, and so it does now.
It might be. I don't see the difference though, but that might be becuase it doesn't matter much to me. There are other things more important.
Yes, I agree. Loading the Windows Folder seems a lot faster. But still, that isn't something the average user does several times a day.
I actually have no clue.
Maybe, maybe not. I've seen reports saying there is no difference in this area. I haven't tried it myself yet, so I can't tell.
I never notice that one myself. So I can't say it's better or worse.
According to some users maybe. I can't say I see any difference at all.
Well... 90-92% up to 98% isn't really A LOT. I've tried two WMV videos though and think they might have been a bit more fluid than before. But as far as I can tell the difference is not that incredible.
If this is the case, that's good. I haven't seen it yet.
Well, that was a really good improvement. I still would have liked to be able to chose folders for images myself, but this was a step in the right direction.
I see the framrate option. But I can't confirm it really works. As a matter of fact, I even don't know what to expect. I didn't get 30 fps before, and I'm sceptic I will get it now. But of course I may be wrong here.
As for preview and faster focus lock, I can't tell the difference from before. For me it's about the same.
Again, I can't tell the difference. I doubt Sony Ericsson had in mind that you should use TF3D. So the possbible improvements in using TF3D is irrelevelant to me. Maybe it's faster for other applications using 3D, but I haven't tried them yet and thus can't tell.
Regards,
Michael
Click to expand...
Click to collapse
As for the biggest BUG you are facing, i can't say much about that - since it doesn't realy apply to me, as you too pointed out. But maybe you should try flashing on a non-Swedish ROM and see how that goes? For definitely all the points i highlighted are pretty much what i saw - with both the Vodafone as well as the Generic UK ROMs.
FYI - when i say that they probably updated the 3D drivers... i'm not just talking about TF3D (i use that as an example 'coz it was usually buggy before this firmware), but games are actually running as they should have done before. No glitches or problems with Atomic Cannon, Archibald's Adventures, and more games that faced usual lags or slowed down a bit in menus or something like that. Furthermore, Slide2Play is also working way better with this updated firmware.
the framerate option on the camera is great and actually works. The media panel has been improved a lot! The bluetooh and wifi issues have definitely been fixed... and the device startup time has been improved too, way quicker now.
55 Seconds?!?!?! - i barely got that with my old firmware! Maybe it is the Swedish ROM? Definitely try out the Generic UK or Vodafone UK ROM for a few days...
Best Regards.
Started a poll here: http://forum.xda-developers.com/showthread.php?t=478859
msalmank said:
55 Seconds?!?!?! - i barely got that with my old firmware! Maybe it is the Swedish ROM? Definitely try out the Generic UK or Vodafone UK ROM for a few days...
Best Regards.
Click to expand...
Click to collapse
I use the Swedish updated ROM, and I, as other swedes with updated phones I've talked to, don't feel any improvements with the new ROM. In fact, the phone seems to be slower when using SPB Mobile Shell: When clicking programs, it takes some time before the icons appear. Same time when sliding into the second page of programs. I didn't have this lag before updating...
thorell said:
I use the Swedish updated ROM, and I, as other swedes with updated phones I've talked to, don't feel any improvements with the new ROM. In fact, the phone seems to be slower when using SPB Mobile Shell: When clicking programs, it takes some time before the icons appear. Same time when sliding into the second page of programs. I didn't have this lag before updating...
Click to expand...
Click to collapse
Hmmm... definitely try out some other version, like perhaps the Generic UK ROM. See if you face same issues with that one...

Audio always out of sync when playing back converted video :(

How can I solve this? Ive converted using MP4ForHD and something else called encoder or something (forgot now). Yet whenever I try to play a video thats been converted for the hd2 specifically, the audio is out of sync. If doesnt happen on videos I record, just others that are converted.]
Might it be the Leo's media player? would anybody recomend using a different media player (free) for the device?
Thanks in advance
~~~BUMPETY!~~~
Please help
I used 4 convertors (handbrake, HD, MP4 and the media coder mentioned in the forum)
all of which will result in out of sync audio.. even while vieweing in computer!!!!
Mr.Observer said:
Please help
I used 4 convertors (handbrake, HD, MP4 and the media coder mentioned in the forum)
all of which will result in out of sync audio.. even while vieweing in computer!!!!
Click to expand...
Click to collapse
Annoying huh? I dont get out of sync audio on the computer, only when playing on the leo
This is a well-established bug which HTC has so far refused to acknowledge. Your best bet is for you and everybody else to keep complaining to HTC tech support until someone higher up gets to hear about it.
Shasarak said:
This is a well-established bug which HTC has so far refused to acknowledge. Your best bet is for you and everybody else to keep complaining to HTC tech support until someone higher up gets to hear about it.
Click to expand...
Click to collapse
Christ sake HTC have so many ****ing bugs in whats meant to be the best mobile device available. Dont get me wrong I love my device but theres just so many serious problems
[★] said:
Christ sake HTC have so many ****ing bugs in whats meant to be the best mobile device available. Dont get me wrong I love my device but theres just so many serious problems
Click to expand...
Click to collapse
What annoys me is not so much the bugs but the impossibility of getting hold of anyone at HTC to tell them about them; there seems to be virtually no communication at all between "tech support" and "head office". The bugs wouldn't be a problem if we could report them and get them fixed, but there isn't anyone we can usefully report them to.
Shasarak said:
What annoys me is not so much the bugs but the impossibility of getting hold of anyone at HTC to tell them about them; there seems to be virtually no communication at all between "tech support" and "head office". The bugs wouldn't be a problem if we could report them and get them fixed, but there isn't anyone we can usefully report them to.
Click to expand...
Click to collapse
Yeah I know what you mean, so annoying -.-
Do the videos in this link play OOS?
http://forum.xda-developers.com/showpost.php?p=5341496&postcount=32
As above, try setting an audio delay when encoding (if you can with whatever software you are using).
Works fine for me.
kenkiller said:
Do the videos in this link play OOS?
http://forum.xda-developers.com/showpost.php?p=5341496&postcount=32
Click to expand...
Click to collapse
Hi, erm I think they play correctly, ( I tried the star wars one ) Its hard to tell when theres no lip movement, but yeah it seems right
So do you recomend using those settings in that single thread?
(might I ask you, what starwars thing is that? it looks so epic )
I've raised this issue with HTC support. Clips that are perfectly in sync on the Touch HD2 are out of sync on the HD2. I'll let yout know what they say.
Moandal said:
I've raised this issue with HTC support. Clips that are perfectly in sync on the Touch HD2 are OPS on the HD2. I'll let yout know what they say.
Click to expand...
Click to collapse
Yes Ive done the same, but Im not expecting an answer, htc never reply to m but thats probably because im rude lol
[★] said:
Hi, erm I think they play correctly, ( I tried the star wars one ) Its hard to tell when theres no lip movement, but yeah it seems right
So do you recomend using those settings in that single thread?
(might I ask you, what starwars thing is that? it looks so epic )
Click to expand...
Click to collapse
Sure, just go along with kr00t0n's audio delay if my profiles give OOS results.
At least for me, my current setup on that thread gives me the best looking videos without too much fuss. But it also depends on the videos you feed into it. MKVs with dts/vorbis might encounter some problems....if you have those we can talk somemore.
That's Star Wars : The Old Republic iirc....upcoming video game.
kenkiller said:
Sure, just go along with kr00t0n's audio delay if my profiles give OOS results.
At least for me, my current setup on that thread gives me the best looking videos without too much fuss. But it also depends on the videos you feed into it. MKVs with dts/vorbis might encounter some problems....if you have those we can talk somemore.
That's Star Wars : The Old Republic iirc....upcoming video game.
Click to expand...
Click to collapse
Well I have a ton of mkvs lol, but Ive converted most of them to avi already so its not a problem. I tried that method, with your profile with the slight delays ect and it worked great! really high quality as well (Although I couldnt find where to change the FPS to 30)
The only problem was it took about 25 minutes to encode a 20 minute show which is pretty long @[email protected] Especially on a quad core pc
Here are some more 0.400 delayed 720p encodes:
http://www.kr00t0n.com/Kjam/Legion.mp4
http://www.kr00t0n.com/Kjam/HowToTrainYourDragon.mp4
http://www.kr00t0n.com/Kjam/Avatar.mp4
[★] said:
Well I have a ton of mkvs lol, but Ive converted most of them to avi already so its not a problem. I tried that method, with your profile with the slight delays ect and it worked great! really high quality as well (Although I couldnt find where to change the FPS to 30)
The only problem was it took about 25 minutes to encode a 20 minute show which is pretty long @[email protected] Especially on a quad core pc
Click to expand...
Click to collapse
This is why you should turn your pc on in the morning, queue up the videos, start encoding, then go to work, lol!
After some testing, I have found that the resolution of the original video needs to be factored in to the resolution used in WinMEnc.
Most videos are 1280x720, which is 16:9, but 800x480 is 16:10.
This will cause encoded videos to be stretched upwards slightly, or in the case of more cinematic resolutions (the Legion trailer is 1280x608) stretched quite a bit.
Using this website, you can find out what settings you need in WinMEnc.
Find out the original resolution and put it in the lefthand boxes.
Then put 800 in top righthand box, and calculate.
1280x608 needs 800x380 to maintain aspect ratio (no stretching).
I edited the ini to be 800:380, as you can't edit this in WinMEnc itself, save, then load.
Comparisons:
http://www.kr00t0n.com/Kjam/Legion.mp4
http://www.kr00t0n.com/Kjam/Legion800x380.mp4
no sync issues here. I use HDencoder @1000kbit Video 128kbit Audio and check Normalize Audio.
Never had a out of sync problem converting MKV to MP4.
Some MKVs contain an audio delay for specific audio tracks, which most converters cannot read. Have the same problem when converting/muxing MKVs for PS3. Maybe this is your problem here....?!
why bother converting??? just get coreplayer and play avi's....happy days??

Discovered small "easter-egg" which may surprise you ;)

Take your Xperia Play box in your hands and look at the main side (big XPERIA PLAY and two photos of the phone). Look at the second, right photo and look at the place near right trigger. See little engraved Camera-shape?
It means that the right trigger might be planned to be used as shutter button for our Plays but in some reason this idea was withdrawn and original Plays are without this engraved shape. I wonder why
Surprised? I am
Cheers!
You are correct. Nice find.
I am just surprised that this function was not included in the phone. Seems like a basic camera function on a phone like this.
Yeah awesome find dude. I am also surprised this was not included on the actual phone.
My right button trigger takes photos, you guys now theres a mod for it on these forums right?
swebosdev said:
My right button trigger takes photos, you guys now theres a mod for it on these forums right?
Click to expand...
Click to collapse
Yes. That mod bugs out on me though. Ceases to function often so I rather not use it at all. Point is we shouldn't have to mod to get that function. It must have been officially planned at some point.
Yeah, nice find.. the L and R buttons look a little curved too
Whats even more surprising to me is you can pinch the screen and have an overview of the widgets, and you can shake it
Found that by chance when it was in my pocket :S
ff7fan4eva said:
Whats even more surprising to me is you can pinch the screen and have an overview of the widgets, and you can shake it
Found that by chance when it was in my pocket :S
Click to expand...
Click to collapse
Yeah, pretty cool function. I've discovered it too, unexpectadely when I was testing multitouch. It causes a little jaw drop and jealousy in my friends' faces and they say the want it too on their phones (SGS 2, Galaxy Tab, Optimus 3D). Mwhahahahahaha >:-D
Also using two fingers is very helpful in scrolling up or down quickly if there's lot of a text or menu buttons (ex. Settings or text communicators, doesn't work in web browsers). You have to place them next to each other but not very close and slide both fingers up or down to scroll very very quickly. The position of displayed text is adequate to the position of the fingers - the end of options/text at the lowest part of the screen and the beginning of options/text at the highest part of the screen. Tried this on SGS and Optimus and these phones doesn't have that function, strange.
Try it if you didn't know about that
Camera mod for Xperia Play (found on Android Market) Works great for me
romcio47 said:
Yeah, pretty cool function. I've discovered it too, unexpectadely when I was testing multitouch. It causes a little jaw drop and jealousy in my friends' faces and they say the want it too on their phones (SGS 2, Galaxy Tab, Optimus 3D). Mwhahahahahaha >:-D
Also using two fingers is very helpful in scrolling up or down quickly if there's lot of a text or menu buttons (ex. Settings or text communicators, doesn't work in web browsers). You have to place them next to each other but not very close and slide both fingers up or down to scroll very very quickly. The position of displayed text is adequate to the position of the fingers - the end of options/text at the lowest part of the screen and the beginning of options/text at the highest part of the screen. Tried this on SGS and Optimus and these phones doesn't have that function, strange.
Try it if you didn't know about that
Click to expand...
Click to collapse
Yeah figured that one out in the music player had about 700 items and thought how am I gonna get to zz top
simacca said:
Camera mod for Xperia Play (found on Android Market) Works great for me
Click to expand...
Click to collapse
Yeah but it records HD in the 3gp container instead of mp4, bit annoying
It shouldn't be so, but pressing x takes photos.
That little camera icon and the Hdmi thing makes you wonder what else they got rid of.
Sent from my R800i using Tapatalk
ff7fan4eva said:
Yeah, nice find.. the L and R buttons look a little curved too
Whats even more surprising to me is you can pinch the screen and have an overview of the widgets, and you can shake it
Found that by chance when it was in my pocket :S
Click to expand...
Click to collapse
I found that out but never shook... Going to try that now.
Sent from my R800i using Tapatalk
It worked but what does shaking do? What's the point? Not only the shaking, but the pinching/widget overview thing?
Sent from my R800i using Tapatalk
MilkyJoePD said:
It worked but what does shaking do? What's the point? Not only the shaking, but the pinching/widget overview thing?
Sent from my R800i using Tapatalk
Click to expand...
Click to collapse
Shaking isn't needed for anything but tapping on a widget will bring you to that screen suppose it could save someone about a millisecond rather then switching screens

[Q] picture rendering time problem?

I didn't notice any problem like this in any of my other devices.
but whenever i take a picture with G2, and try to have a look at it in gallary,
the picture would first look really blurry at first.
and after 0.5~1 second, the the blur image would get cleaned up from top to bottom of the screen in multiple section, from right to left.
is this normal? or do i have a defect phone?
sorry for the multiple threads, my computer froze up for a second :/
It's normal. These are HUGE images and it is just essentially needing time to "load" it up and process it.
You can also try using a third-party app like Quick Pic which I think does a little better job of caching things.
But no, you don't have a defective phone just because of that.
burningembers said:
It's normal. These are HUGE images and it is just essentially needing time to "load" it up and process it.
You can also try using a third-party app like Quick Pic which I think does a little better job of caching things.
But no, you don't have a defective phone just because of that.
Click to expand...
Click to collapse
okay, thanks for the info.
can i ask you few more question? i don't feel like starting another thread.
first question is about the camera. whenever i try to record something while moving the camera, the camera would try to focus itself very often. it feels like it's doing it too much. is this normal?
second, i don't know if you would know this, but would outdated router prevent G2 from getting connect to the home network?
thx XD
ILLHYHL said:
okay, thanks for the info.
can i ask you few more question? i don't feel like starting another thread.
first question is about the camera. whenever i try to record something while moving the camera, the camera would try to focus itself very often. it feels like it's doing it too much. is this normal?
second, i don't know if you would know this, but would outdated router prevent G2 from getting connect to the home network?
thx XD
Click to expand...
Click to collapse
1) Yea, its normal for the G2, but its hardly ideal. It is something that has been mentioned in reviews and hopefully a future patch fixes it and makes it more stable.
2) Yes, it would. I've owned routers flat out incompatible for whatever reason with some devices I own. You may have luck forcing the router into a particular channel and/or G-mode -- or upgrading its firmware.
burningembers said:
1) Yea, its normal for the G2, but its hardly ideal. It is something that has been mentioned in reviews and hopefully a future patch fixes it and makes it more stable.
2) Yes, it would. I've owned routers flat out incompatible for whatever reason with some devices I own. You may have luck forcing the router into a particular channel and/or G-mode -- or upgrading its firmware.
Click to expand...
Click to collapse
sorry to bother you with so many questions.
one last question
when i record a video with 60fps, and look at the video in the gallary, the video seems to studder alot. the video looks more like 6 fps than 60 fps
i assume this is not normal, right?
ILLHYHL said:
sorry to bother you with so many questions.
one last question
when i record a video with 60fps, and look at the video in the gallary, the video seems to studder alot. the video looks more like 6 fps than 60 fps
i assume this is not normal, right?
Click to expand...
Click to collapse
Yeah, video sucks right now. It's really unfortunate as this is mostly an excellent phone. I'm sure DEV support or a official patch will fix it.
ILLHYHL said:
sorry to bother you with so many questions.
one last question
when i record a video with 60fps, and look at the video in the gallary, the video seems to studder alot. the video looks more like 6 fps than 60 fps
i assume this is not normal, right?
Click to expand...
Click to collapse
lattiboy said:
Yeah, video sucks right now. It's really unfortunate as this is mostly an excellent phone. I'm sure DEV support or a official patch will fix it.
Click to expand...
Click to collapse
Hmm, my 1080p 60fps video is fine on playback...
I usually opt for 720p though just to conserve space and because the video usually ends up on facebook or youtube anyway so it isn't like 1080/60 is necessary.
burningembers said:
Hmm, my 1080p 60fps video is fine on playback...
I usually opt for 720p though just to conserve space and because the video usually ends up on facebook or youtube anyway so it isn't like 1080/60 is necessary.
Click to expand...
Click to collapse
really? hm... i should go back to the tmo store and compare mine with the display ones...

Categories

Resources