Related
So I just installed CyanogenMod 7 Beta5 on my Defy and it's AWESOME!
But the only thing that disturb me is the Camera app in the ROM,
It does not have widescreen option for photos and The flash comes too early when taking pictures (photos becomes way too bright)..
So I'm asking that if someone could provide me the Stock BlurCamera.apk of froyo Defy please!!....
And if you could please explain how to install a stock app...
Many thanks
moment i try it
sorry, deos not work... i pulled the apk from pays ROM and tried to install it or put it to system/app both does not work.
If you want to trie it your own here the apk
IE-coRe said:
moment i try it
sorry, deos not work... i pulled the apk from pays ROM and tried to install it or put it to system/app both does not work.
If you want to trie it your own here the apk
Click to expand...
Click to collapse
Thanks anyway!! I'll test it...
EDIT: Doesn't work unfortunately :'(
Thanks
The BlurCamera uses libs from Blur core, I checked some files inside the .apk, it requires Motoblur.
I'm no android dev so I don't know what is possible here, but it would be awesome to have the BlurCamera (in my opinion the only good Blur app) on CM7, so if anyone of the devs has some time, BlurCamera fully supports Defy hardware, has an option to turn shutter sound off, and provides widescreen pictures as well as many effects and a decent UI.
the camera is the only bug of cm7,after AGPS being fixed today
fix flash focus maybe?
I am not using CM7 ( going to install it in the next few days). As i was reading i understood on a thread that in Camera Settings there is and option to pre-focus that fixes your problem??? Don't really know if it's there, maybe i red it elsewhere.
Any news on this? If there are no legal problems regarding motorola, I think this would be worth to work on, I could try but I think one of our great developers like Quarx or dexter could do it faster and more professional
Here again a short summary of the features:
- nice UI designed for fullscreen recording (16:9 pictures, maybe soon 16:9 videos?)
- up to 5mp pictures
- 6x zoom
- some effects (grayscale, color inversion etc.)
- camera modes (night, macro, motion)
- many options (shutter sound, shutter animation, ...)
- autofocus and flash optimized for defy (very good pictures, especially with jpg compression patch)
- google camera somehow always is on full brightness... blurcamera can manage brightness levels of the screen that the display doesn't blind you while taking nightly images
- some things I forgot
Quarx already posted a zip with the blur camera for cm7 its only a test and I think video does not work at least no sound.
Sent from my Defy on EphuNord rom.
ephumuris said:
Quarx already posted a zip with the blur camera for cm7 its only a test and I think video does not work at least no sound.
Sent from my Defy on EphuNord rom.
Click to expand...
Click to collapse
Thanks for the info!!
I just hope that the blur camera will be worked and integrated in CM7... Because the UI is sleek and simple..
When the BlurCamera works and most of the minor bugs are fixed CM7 by Quarx will be the perfect rom, but until now it's also the best I've ever seen
I hope that we'll find soon a way to install original MotoBlur apps separately on any unofficial ROM. It will be great to have the BlurCamera and the Blur Music Player on CM7.
I agree, although does slow phones down quite a bit, I've yet to find an app that integrates contacts as well. Hopefully there will be a way to bring motoblur to CM7.
Hello, Zdzihu give us Bravia Engine. Right, i see differences on his screenshot, but how i can test this option on my x10i? I want to check this on my own eyes
There is some option like "Use bravia engine on this picture" xd
Or this working on all pictures displayed in background?
P.s. sorry for crapy english xd
Hi, yes
there is an option, to tick, on or off, in the settings, then you might be able to see the difference, bout to flash it now, seems legit though
I have checked this option on Settings->Display->Bravia Engine.. ;/
BUT, if i make 1 photo with this, and 1 without, i don't see difference, 2 pics are identical.. not like on Zdzihu pics where i see 2 difference pictures.
I see no difference
Argh.. i try 4 times with taking pictures.. again no differences...
We are RickRoll'D .. ??
I see no difference
intrak said:
Argh.. i try 4 times with taking pictures.. again no differences...
We are RickRoll'D .. ??
Click to expand...
Click to collapse
It doesn't effect the quality of pictures taken but the quality of the display...
Lmfao at the thought of people turning it on, taking a picture, turning it off, taking a picture
Only way you can do it is to screen capture a photo with BE on then screencap with it off.
maybe effects of bravia would be noticeable in phones with 16m colors like the new xperia lineup
Bravia "Engine" only affects pictures seen in the Gallery, nothing else, you're thinking about the Exmor Sensor
Alakasam said:
Bravia "Engine" only affects pictures seen in the Gallery, nothing else, you're thinking about the Exmor Sensor
Click to expand...
Click to collapse
It also effects videos too when watching something on the phone
Well... then
intrak said:
Or this working on all pictures displayed in background?
Click to expand...
Click to collapse
I must compare my phone with other witout bravia. Fine. Xd
Sent from my X10i using XDA Premium App
The Bravia engine is simply put a color filter/sharpening filter.
And yes it affects both video and gallery images.
If you flashed the zip file yesterday when it was "only" 50% in Z's thread you won't see any difference because all it did back then was to enable the option in the menu (without actually doing anything else than just enabling the option).
However with the updated release he has enabled the engine for our phone.
I made a simple comparison here:
Without: http://imageshack.us/photo/my-images/12/screenshotnon.png/
With: http://imageshack.us/photo/my-images/10/screenshot1with.png/
I personally can see quite the difference on this photo (for the better).
Ok, i see.. I check this immediately
http://imageshack.us/photo/my-images/853/snap20110731132947.png
http://imageshack.us/photo/my-images/812/snap20110731133038.png
Is there anyway to port 3d camera to X10 because it could installed on arc in straight shot even in 2.3.3.
but in the x10 "camera availible
sry for eng.
edit
if wrong section apologise but some serious mondyfication will be needed especially in drivers
marcoplo said:
Is there anyway to port 3d camera to X10 because it could installed on arc in straight shot even in 2.3.3.
but in the x10 "camera availible
sry for eng.
edit
if wrong section apologise but some serious mondyfication will be needed especially in drivers
Click to expand...
Click to collapse
not realy in driver , you all need to know , SE or any manufacter creat app , and the resources of the app , is not on the app , but on the framework , exemple if it need the background of the camera , it use a image but the image is not onthe app but on framework-res.apk or semcgenericuxpres.apk , so you will need to add them to it and then make it public so add the line on public.xml
my sugestion , open your app with apktool , then lock on all xml files , and search for @android: , and @com.sonyericsson.uxp: , so you can if apktool decompil it succesfully and recompile it without any change without any issue so , edit the @android:drawable/slider for exemple to @drawable:slider, and add the image from you decompiled framework-res.apk , and recomoile it so it will have all the resources , then if not work again use logcat and tray to understand why it not work , if you can not do it so just give up no need to past time ,
cheers
Achotjan
Achotjan said:
not realy in driver , you all need to know , SE or any manufacter creat app , and the resources of the app , is not on the app , but on the framework , exemple if it need the background of the , it use a image but the image is not onthe app but on framework-res.apk or semcgenericuxpres.apk , so you will need to add them to it and then make it public so add the line on public.xml
my sugestion , open your app with apktool , then lock on all xml files , and search for @android: , and @com.sonyericsson.uxp: , so you can if apktool decompil it succesfully and recompile it without any change without any issue so , edit the @android:drawable/slider for exemple to @drawable:slider, and add the image from you decompiled framework-res.apk , and recomoile it so it will have all the resources , then if not work again use logcat and tray to understand why it not work , if you can not do it so just give up no need to past time ,
cheers
Achotjan
Click to expand...
Click to collapse
you need two cameras lences. x10 has only one
robertberma said:
you need two cameras lences. x10 has only one
Click to expand...
Click to collapse
oh thanks for the info , but i not wrot that for camera only is in general
cheers
Achotjan
dont worry, I know we will all get 66.66% 3D camera on our x10s ...
robertberma said:
you need two cameras lences. x10 has only one
Click to expand...
Click to collapse
how do you need TWO camera lenses? there is not one sony ericsson xperia phone with two cameras on one side...yes there is some with one front camera and one back but SE has yet to make a phone with two cameras on one side, it indeed can be ported.
CAYCE_VII said:
how do you need TWO camera lenses? there is not one sony ericsson xperia phone with two cameras on one side...yes there is some with one front camera and one back but SE has yet to make a phone with two cameras on one side, it indeed can be ported.
Click to expand...
Click to collapse
Two built in camera lenses are needed to make the 3D effect.
xArtanis said:
Two built in camera lenses are needed to make the 3D effect.
Click to expand...
Click to collapse
This app is on the arc, Neo, and mini. None of which have 2 cameras
Sent from my X10i using xda premium
i AM ALREADY WORKING ON IT NOW. AND WHAT THE HELL IS ROBERTBERMA ON ABOUT? YOU NEED TWO CAMERA'S? THE ARC OR THE NEO DOES NOT HAVE TWO CAMERA'S UNLESS THEY FLASHED A MAGICAL ZIP THAT ADDED THAT CAMERA THE CAMERA IS PORTABLE AND ME AND MY MATES ARE WORKING ON IT NOW. LIBS NEED TO BE MODIFIED AND SO DO THE FRAMEWORK FILES. I AM NOT PROMISING IT WILL BE PORTED BY ME AS IT PROBABLY NEED SOMEONE WITH MORE SKILL BUT THERE IS 3 OF US WORKING ON THIS BUT IM THE ONLY ONE OF US THREE THAT HAS A X10
ALSO IN THE WRONG THREAD BUDDY
Hi Black,
do us all a favour and proof your Keyboard-Settings or take a view before sending it.
It isn't the right "style" to write something only in CAPS ...
Best regards
tekknix
Blackwatch89 said:
i AM ALREADY WORKING ON IT NOW. AND WHAT THE HELL IS ROBERTBERMA ON ABOUT? YOU NEED TWO CAMERA'S? THE ARC OR THE NEO DOES NOT HAVE TWO CAMERA'S UNLESS THEY FLASHED A MAGICAL ZIP THAT ADDED THAT CAMERA THE CAMERA IS PORTABLE AND ME AND MY MATES ARE WORKING ON IT NOW. LIBS NEED TO BE MODIFIED AND SO DO THE FRAMEWORK FILES. I AM NOT PROMISING IT WILL BE PORTED BY ME AS IT PROBABLY NEED SOMEONE WITH MORE SKILL BUT THERE IS 3 OF US WORKING ON THIS BUT IM THE ONLY ONE OF US THREE THAT HAS A X10
ALSO IN THE WRONG THREAD BUDDY
Click to expand...
Click to collapse
Even the normal Sony Cybershot cmaeras manage to make 3D Photos with a normal Objectif.
But does someone here have a 3D Screen and can see the pictures in 3D ? I dont think they look that good.
Blackwatch89 said:
i AM ALREADY WORKING ON IT NOW. AND WHAT THE HELL IS ROBERTBERMA ON ABOUT? YOU NEED TWO CAMERA'S? THE ARC OR THE NEO DOES NOT HAVE TWO CAMERA'S UNLESS THEY FLASHED A MAGICAL ZIP THAT ADDED THAT CAMERA THE CAMERA IS PORTABLE AND ME AND MY MATES ARE WORKING ON IT NOW. LIBS NEED TO BE MODIFIED AND SO DO THE FRAMEWORK FILES. I AM NOT PROMISING IT WILL BE PORTED BY ME AS IT PROBABLY NEED SOMEONE WITH MORE SKILL BUT THERE IS 3 OF US WORKING ON THIS BUT IM THE ONLY ONE OF US THREE THAT HAS A X10
ALSO IN THE WRONG THREAD BUDDY
Click to expand...
Click to collapse
I kept trying to tell him that. I'm also making a zip for the keyboard and also trying to get the 3d camera working.
Sent from my X10i using xda premium
For all those who believe that for capturing 3D image you need two cameras... well look at this:
http://stereo.gsfc.nasa.gov/classroom/3d.shtml
What you basically need is to take 2 pictures with small difference in angles of a shoot, and software for processing/merging them together.
I understand that the SE phones do not have two lenses, but from what I've seen, SE is the only company to release a '3d camera' that does not have two lenses.
Like I said, obviously, SE does not do this, but I understand the confusion....close one eye....do you still have depth perception? no, you lose it, because you need two focal points to see distance & depth. This is true with cameras as well....just look at the evo 3d. it takes amazing 3d pics, and that's thanks to its second lens.
That being said, obviously SE has discovered a way to make it work with only one lens....but IMHO, I wouldn't even bother. It's gonna be a horrible attempt at 3d, from what I can tell with the hardware that is available. I can't say I've seen the 3d pics taken with the app, nor do I own any of the phones that have the app already working...but making an educated guess, this will most likely be a horrible image that barely looks 3d...it just suggests the image COULD have some more depth to it than usual. But as I said, I'm just speculating, so please don't go flaming me just for stating my opinion
hey people little online research will tell you how sony gets 3d photos from a single lens camera , while it is true that 2 lenses are used because , you need 2 different perspectives for 3d
what sony does is ask you to take a photo , move your hand to the side a little (causing the change in perspective) and take one more , they then combine the 2 perspectives to make a 3d image , like if it had 2 lenses
my research shows that the 3d combination program is based on their panaroma image combination technique
pardon my laziness but how is the 3d camera app different from panorama?
Hmm, 3D is not Panorama. With Panorama you will be able to take a photo seamless from left to right (or vice versa) or Up to down (or vice versa) and the App will then put the images captured into one big photo and due to this you will get a Panorama - View.
3D is a complete different thing.
Best regards
tekknix
I had these files extracted from Xperia RAY latest ICS firmware with Unlocked BL. it worked on Xperia Neo, Ray, and Arc even I already unlocked the BL, but anyone who tried to use the Album app on any 2011 devices with unlocked BL, MBE is not working.
i managed to install this apps on my Acro S, it loads the Xperia Gallery but closes once it loads a pic.
Anyone in here who has the knowledge to make this files work on Xperia S and Acro, might help us experience BE on pics again.
Please cooperate.
Files...
here are the files..
I tried this earlier (with many more files); the gallery crashes (it's for GB ROMS). I also tried to use GB libraries from Xperia S past firmwares but even they don't work on ICS.
By the way, I was able to come to the point where the thumbnail loads before the full image in the GB gallery. In that momentary fraction, it appeared ordinary - i.e. the Bravia Engine probably wouldn't work even if the gallery app can be tweaked
The problem is perhaps in the libSwiqi.so (or similarly named file). That is present in ICS but was absent from GB. Replacing some of the other files associated with Bravia engine didn't break the video functionality in my tests, however alterations of this file made the engine stop working altogether (in videos as well ).
This issue is somewhat complex and the exact CAUSE and associated files are hard to determine
Screw Sony for not fixing this yet! It has been several months now...
-------
P.S. Can anyone with Xperia Arc / 2011 Xperia with working Bravia engine on unlocked bootloader upload that libSwiqi file?
ics files
this files are from xperia ray running ICS. not gingerbread mate.
got them from my xperia ray with unlocked bootloader yet be is working perfectly fine.
i could attach that file you want.. just a sec..
let us help each other in making this work.
others out there dont even care.
mate, i cant see any lib file that goes with the name libSwiqi
i saw someone who is claiming about successfully porting BE to other devices. can you help me analyze which file was used?
http://forum.xda-developers.com/showthread.php?t=1923630
lib file
got this one from acid sound mod files claiming to have BE ported properly.
saying that this file is from 2011 line up.
install the ones i have provided above, together with this mate. then tell me..
I wished I could use this gallery version instead of the Xperia s one.
Gesendet von meinem LT26i
Thanks for uploading the files mate. I'll test and report back.
So Xperia Ray still has this old gallery on ICS. We used to have a similar one (and with some different libraries) in GB. i.e. libSwiqiController wasn't present in the GB version of Xperia S as well. In ICS update, Sony added new libraries to control Bravia Engine and that must have messed up..
I'm convinced that the messed up files are the libraries and not the app itself. Would you also check something else: On your Xperia Ray, install QuickPic, turn HW rendering on from settings and check if Bravia Engine appears to work in that mode. (To get an idea about how closely the functioning of BE is related to the gallery app. I noticed that HW mode in 3rd party video players enables Bravia Engine ; maybe it's the same for photos as well)
quickpic
BE doesnt work on quickpic even with hardware acceleration.
and its a misconception with MX video mate. galaxy SII doesnt have MBE but it works the same way with GSII using MX video HW acceleration. i decided to put it under SW when i still have the GSII because it makes the colors less saturated.
MBE only works with sony apps.
ambetdelarosa said:
BE doesnt work on quickpic even with hardware acceleration.
and its a misconception with MX video mate. galaxy SII doesnt have MBE but it works the same way with GSII using MX video HW acceleration. i decided to put it under SW when i still have the GSII because it makes the colors less saturated.
MBE only works with sony apps.
Click to expand...
Click to collapse
Maybe u don't know that GS3 have a type of display rendering engine! There's are option like: dynamic, standard, or vivid, i forgot! That's y it's work the same way with GS3 or 2 or note! But i think that it's rendering engine isn't any better than Bravia engine!
Sent from my LT26i using xda premium!
Don't forget to thank me if i help!
ambetdelarosa said:
BE doesnt work on quickpic even with hardware acceleration.
and its a misconception with MX video mate. galaxy SII doesnt have MBE but it works the same way with GSII using MX video HW acceleration. i decided to put it under SW when i still have the GSII because it makes the colors less saturated.
MBE only works with sony apps.
Click to expand...
Click to collapse
Hmm.. so QuickPic doesn't work... :\
But as far as MX is concerned, it DEFINITELY uses Bravia on HW. (You can see that the colour saturation and contrast disappears when you turn Bravia off)
MX VIDEO
sorry mate but that is not the case from what i see.
mx video using hw+ also makes the sound louder and better. i think it does the same thing with hw for videos. it enhances something in the process but that is not BE.
then how can you explain it with my GALAXY SII? as you well know, the over rated super over saturated far from reality SUPERAMOLED PLUS will stress your eyes and will lead to head acheif you wont stop looking at it. much worst if you will watch a full length movie.
if you will turn off HW and put it under SW, it gives a more natural color look (taking off about 25%) of color saturation and contrast.
but if you turn it on, it will show something like the ones we experience on our 2012 xperia devices. bumping up colors and showing a less noisy output.
sony has made something magical yet a buggy software. no one managed to port MBE properly with other sony devices like xperia neo L, live with walkman and the good old xperia x10.
anyways, let us keep on searching till we get something to make it work.
any news about the xperia gallery from 2011 line up? i have sent an email to several talented devs, but no one seems to care. sorry if i am not a dev but i think you have a better understanding with programs, right?
monivan said:
Maybe u don't know that GS3 have a type of display rendering engine! There's are option like: dynamic, standard, or vivid, i forgot! That's y it's work the same way with GS3 or 2 or note! But i think that it's rendering engine isn't any better than Bravia engine!
Sent from my LT26i using xda premium!
Don't forget to thank me if i help!
Click to expand...
Click to collapse
oh and yes, GSII have those options as well. but you can only select those options under the display settings. and it also have 3 color tones available under the default video player.
but none of these color settings offers the same level of saturation and color accuracy compared to that of SW mode of MXVIDEO.
ambetdelarosa said:
sorry mate but that is not the case from what i see.
mx video using hw+ also makes the sound louder and better. i think it does the same thing with hw for videos. it enhances something in the process but that is not BE.
then how can you explain it with my GALAXY SII? as you well know, the over rated super over saturated far from reality SUPERAMOLED PLUS will stress your eyes and will lead to head acheif you wont stop looking at it. much worst if you will watch a full length movie.
if you will turn off HW and put it under SW, it gives a more natural color look (taking off about 25%) of color saturation and contrast.
but if you turn it on, it will show something like the ones we experience on our 2012 xperia devices. bumping up colors and showing a less noisy output.
sony has made something magical yet a buggy software. no one managed to port MBE properly with other sony devices like xperia neo L, live with walkman and the good old xperia x10.
anyways, let us keep on searching till we get something to make it work.
any news about the xperia gallery from 2011 line up? i have sent an email to several talented devs, but no one seems to care. sorry if i am not a dev but i think you have a better understanding with programs, right?
Click to expand...
Click to collapse
Hrm, if i compared the SW mode in Gs2 or 3 with xperia s, u'll see same effect! Now try to turn on Hardware acceleration and compare, they both enchance color due to the use of their hardware rendering engines while GS3 got those options, ours got bravia engine, but difcerent effect! If u try to turn off BE in Xperia S and switch between SW and HW there's NO difference! U can try!
Sent from my LT26i using xda premium!
Don't forget to thank me if i help!
---------- Post added at 07:57 PM ---------- Previous post was at 07:55 PM ----------
ambetdelarosa said:
oh and yes, GSII have those options as well. but you can only select those options under the display settings. and it also have 3 color tones available under the default video player.
but none of these color settings offers the same level of saturation and color accuracy compared to that of SW mode of MXVIDEO.
Click to expand...
Click to collapse
So u mean than those options for GS3 make the display look worse than It should be! Lolz! I've been thinking the same!
Sent from my LT26i using xda premium!
Don't forget to thank me if i help!
okay, its my mistake. it works with mx
it works with mx, but yeah, superamoled even plus sucks no matter what color calibration or settings you would do. i do not know how others like the greenish and bluish tones of superamoled. now, can you help making xperia gallery work on our devices? it might work that way, but that one works with xperia ray with unlocked bootloader.
ambetdelarosa said:
it works with mx, but yeah, superamoled even plus sucks no matter what color calibration or settings you would do. i do not know how others like the greenish and bluish tones of superamoled. now, can you help making xperia gallery work on our devices? it might work that way, but that one works with xperia ray with unlocked bootloader.
Click to expand...
Click to collapse
I don't know! I can't make it work for myself neither! Maybe we'll try to pull all BE related file and test with ours! I used to try with GB version! But no use!
Sent from my LT26i using xda premium!
Don't forget to thank me if i help!
Hi, i'm sorry, but i can't ask questions in dev area, so i need t start here.
I can't get managed power amp to work on this rom.
I didn't install walkman and no xloud, but even then it doesn't work.
Has anyone a hint for me what i need to do?
Thanks.
I had this problem too ... tried reinstalling many times with different settings in aroma .... but powerAMP didn t work.
I think its a bug and it won t work until it is fixed
Mr.Bombastic said:
I had this problem too ... tried reinstalling many times with different settings in aroma .... but powerAMP didn t work.
I think its a bug and it won t work until it is fixed
Click to expand...
Click to collapse
NO i got it fixed.
It went into the different addons and found, that with project "fluid" there are some files placed in the lib-folder which have to do with audio.
So i tried to install without the fluid package and now it works.
Then i removed the files that have to do something with audio from the fluid add on folder, and now i have, walkman, poweramp, and fluid patches working.!
Frodo07 said:
NO i got it fixed.
It went into the different addons and found, that with project "fluid" there are some files placed in the lib-folder which have to do with audio.
So i tried to install without the fluid package and now it works.
Then i removed the files that have to do something with audio from the fluid add on folder, and now i have, walkman, poweramp, and fluid patches working.!
Click to expand...
Click to collapse
Sooo SOOO Coooooll !!!! Thk BRO i have search how to solved this bug since a long time ago and no fix !!! I will add you in my Credits :victory::victory::victory::victory:
I had made an error in files copy...
HeadFox said:
Sooo SOOO Coooooll !!!! Thk BRO i have search how to solved this bug since a long time ago and no fix !!! I will add you in my Credits :victory::victory::victory::victory:
I had made an error in files copy...
Click to expand...
Click to collapse
Now, the last thing missing on your rom, is just a camera which has pictures with same quality than the original... Then it would be perfect
I don't want features and tools, i just need quality - i know what my camera was abled to do.
At the moment i'm using the stock android camera.
Other problem with this is, it shows always a 16:9 picture, even if i select 8mpx. The outcome is 4:3, but in the preview the picture is cut, and not as sharp, as the real output is then. So you never know if it is well focused or not, because in preview it s always not realy sharp.
Frodo07 said:
Now, the last thing missing on your rom, is just a camera which has pictures with same quality than the original... Then it would be perfect
I don't want features and tools, i just need quality - i know what my camera was abled to do.
At the moment i'm using the stock android camera.
Other problem with this is, it shows always a 16:9 picture, even if i select 8mpx. The outcome is 4:3, but in the preview the picture is cut, and not as sharp, as the real output is then. So you never know if it is well focused or not, because in preview it s always not realy sharp.
Click to expand...
Click to collapse
Yes i just check it. It will be fix in Next Release wh comes thiw week-end The photos quality of CM for Xperi is really really bad.... ! Only Focal Camera have a good quality but didn't work on our cm10 device for now
HeadFox said:
Yes i just check it. It will be fix in Next Release wh comes thiw week-end The photos quality of CM for Xperi is really really bad.... ! Only Focal Camera have a good quality but didn't work on our cm10 device for now
Click to expand...
Click to collapse
Yes exactly, focal is just a FC on xperia neo. The real output pictures on xperia neo aren't sooo bad with stock camera... i just compared some pic's. Not so bad... minimal difference
Biggest Problem on stock camera: Preview 16:9, not sharp preview, and lot slower then cybershot camera.
Do you think that the 16:9 problem is just any xml or other config problem? If so, please tell me just what i need to change (or replace gallery.apk?), so that i don't need to reflash the whole rom (i've done some changes... )
Other small bug i found is (but i think its cm10 problem): GPS Problems - with Navigon it gets connection for 5 seconds, then looses, reconnect, lost and so on. Only if i start gps status tool before opening navigon, it's working. And the google maps arrow is spinnig around all the time - no idea what this problem causes.