[App] Android 4.2 Camera (Preview fix) Install fix - Sony Ericsson Xperia Mini, Mini Pro, Xperia Pro, A

Android 4.2 Camera with Preview fix
irii-soft​
Pictueres: Use Google
Reason for fix: Why not
Download:
http://forum.xda-developers.com/attachment.php?attachmentid=1568511&stc=1&d=1355685802
Please hit the thanks button
Problems:
Some FCs
Preview is streched

we can just flash this for camera also or its just the fix??

cooldude9119 said:
we can just flash this for camera also or its just the fix??
Click to expand...
Click to collapse
Is the whole camera app with gallyery (The fix is included)

cooldude9119 said:
we can just flash this for camera also or its just the fix??
Click to expand...
Click to collapse
Is the whole camera app with gallyery (The fix is included) Just flash

not work for me

I tired this on ChampionSwimmers AOKP build (JB 4.1.2)....I know, I know it is a 4.2 camera but the 4.2 camera has been ported to JB 4.1 many times on other devices and since there are many more users of JB4.1 ROMs than 4.2, I thought I might as well get the test out of the way.....
Eventually I was able to get it to work. I wasn't able to install it using the flashable zip...it may be the recovery I am using (it is Thomas1991_12's dual recovery with TWRP and CWM...neither would install the zip). So I manually installed Gallery2.apk and the library files (set permissions to 644) and the camera is working. The videorec FCs when you stop recording (saves the video though!). Panorama is also FCing...but I believe this is common when putting the 4.2 camera onto JB4.1 based ROMs....also the Forward Facing camera is FCing but I believe this also may be a bug in the AOKP ROM I am using. Unless some one else reports for a 4.2 ROM, I will test it out later today...
I attached two logcats, one for the viderec crashing and one for the panorama crashing....
Thanks a lot for this!
EDIT: forgot to mention that the zip appears to load correctly (doesn't throw any errors) but the new gallery does not appear in /system/app....

Great job...work on my CM10 LWW...problem are the same like above...
btw...what about photo sphere...

Im working on Android 4.2 so this fix will be included but before the rom is stable, ... I thought why not first a camera fix I think this errors will go when we swtich to 4.2
bg
iriijo / irii-soft

PS Will upload a fix later for the zip flash package
Sent from my Xperia Ray using xda app-developers app

Installation fixed Reuploaded

Great, work great in preview 4.2 of PAC.
A little glitch: when i put vertical the phone, the app delay to refresh the image.
Salu2

Running szl.kiev's CM10.1 using the provided kernel. Flashed the latest update of the 4.2 camera. Camera is working just fine. Videorec is not...does not record or save anything. Weird because this was working on my 4.1 ROM....so I installed the original 4.2 camera and tried it as well...videorec also not working, so it is a Jelly Bean 4.2 issue. Also tried vidrec in 420p resolution and it behaves the same....
Attached logcat of videorec from the latest release....
I also noticed that when the camera is changing modes that it flashes an image of what appears to be the miui green grass wall paper......

Another bug.
The image preview is to much wide in 8mpx resolucion. If you add 6mpx (16:9) would be nice
Salu2
PD: I flash 4.2 w/gapps again and the fix not work

WOW ! Nicely done !
-Looking forward to your next release !

Wow! Great work! Confirmed working on Xperia arc s 4.1.2.
I did a little test. I put the camera on some perfectly circular coins. On the 16:9 preview, they're stretched from a 4:3 ratio. However the photo was saved as 4:3 and not stretched so the end result was circular coins.
Salute to you sir :beer:

I'm a student so I have not much time and I'm working on more projects like CM 10.1 (Android 4.2), Kernel Developing, MIUI and Camera and this needs all time, family, ....
But I look forward to release a next version soon
bg
iriijo / irii-soft

Is possible to add is to FXP sources?
Kind regards.

jlazkano said:
Is possible to add is to FXP sources?
Kind regards.
Click to expand...
Click to collapse
Just flash it...
Sent from my Xperia Ray using xda app-developers app

works well on cm10.1 alpha 3.2 ROM ....
EDIT : I face FC's sometimes on rotating camera..

Cool...
Have you pushed it on github? And may I use it?
Sent from my Xperia Ray using xda premium

Related

[DEV][TUT][JB] Camera Fix / Workaround JB [PLAY]

Hi.
Just though I would create this thread to help other dev's with getting the camera to work on JB.
This example is for compiling from source.
I will give a guide with commits I have just made on an example repo for the purpose of this thread.
I have made all the changes to zeus they are exact same for zeusc
You will need to -
- Get libstagefright_soft_aacdec.so from the attachment below (extract the zip) or any working ICS ROM for our device
Place libstagefright_soft_aacdec.so into vendor/semc/zeus/proprietary/lib
https://github.com/garwedgess/propr...mmit/004057e96521b231e2b42800e5ea142a3ff8dde5
- Then add the path to zeus-vendor-blobs.mk in vendor/semc/zeus NOTE - Do not add it to last line add it like this
Copy the whole line I made a mistake with initial commit :silly:
https://github.com/garwedgess/propr...mmit/1947b88aa45b2b879ac49241118a9cebcfa520b5
- Lastly Go into device/semc/msm7x30-common ----> open BoardConfigCommon.mk and make the changes like in this commit I have made
https://github.com/garwedgess/andro...mmit/d58dd288c1d277e661a4cb533fa8b9c6515c349f
You do not need last line TARGET_BOOTANIMATION_RGB565 := true
That is it, this will let you have a working legacy camera only thing that doesn't work is panorama. JB camera will not FC, can still take pictures and record but unusable due to the green tint on screen
Hope this guide helps you all to bring more JB ROM's to the PLAY and will hopefully help the development of JB on our device.
Nice share! Have you tried porting official latest ICS camera sources or is that what you've already done? Anyway, perhaps the green tint is due to the RGBA offset change made to jellybean. See http://review.cyanogenmod.org/#/c/20403/
mmmm... Do this change doesn't may affect the legacy camera too?
That's great. thanks for share.
farenheith said:
mmmm... Do this change doesn't may affect the legacy camera too?
Click to expand...
Click to collapse
wedgess said:
That is it, this will let you have a working legacy camera only thing that doesn't work is panorama. JB camera will not FC, can still take pictures and record but unusable due to the green tint on screen
Click to expand...
Click to collapse
QFT
CosmicDan said:
QFT
Click to expand...
Click to collapse
Sorry xD. I meant about your shot.
CosmicDan said:
Nice share! Have you tried porting official latest ICS camera sources or is that what you've already done? Anyway, perhaps the green tint is due to the RGBA offset change made to jellybean. See http://review.cyanogenmod.org/#/c/20403/
Click to expand...
Click to collapse
This change on the RGBA offset doesn't may affect the legacy camera too? I mean, if this is causing the green tint, then the legacy camera would have this problem too, isn't it?
farenheith said:
Sorry xD. I meant about your shot.
This change on the RGBA offset doesn't may affect the legacy camera too? I mean, if this is causing the green tint, then the legacy camera would have this problem too, isn't it?
Click to expand...
Click to collapse
Oh! So only JB Camera has a green tint but ICS AOSP Camera is fine? Sorry I misunderstood I have no idea then.
CosmicDan said:
Oh! So only JB Camera has a green tint but ICS AOSP Camera is fine? Sorry I misunderstood I have no idea then.
Click to expand...
Click to collapse
Ye JB camera has the green tint on preview, however it can take pictures fine, record fine and no FC's. On legacy camera only thing not working ATM is panorama, this will give a FC
Sent from my GT-I9300 On Official JB
wedgess said:
Ye JB camera has the green tint on preview, however it can take pictures fine, record fine and no FC's. On legacy camera only thing not working ATM is panorama, this will give a FC
Sent from my GT-I9300 On Official JB
Click to expand...
Click to collapse
Only on Preview? Maybe I will take a look at the smali and hack it to use same preview functions that AOSP camera does then. But not any time soon, so anyone else feel free to do it
I had the same idea.
If you want, you can see the original source code of both, jellybean and cm9.1 brand, here:
https://github.com/CyanogenMod/android_packages_apps_Camera
I think it's easier to see patterns on java/c++/c code than smali. I analyzed until now the jni folder (cpp and c files). I didn't found much relevant difference :/...
jni/feature_mos/src/mosaic/Mosaic.cpp
The code looks very the same, but on Jellybean this file have some treatment on a field called owned_frames. This field is declared at Mosaic.h and the ICS code looks pretty compatible with the JB one. Maybe is possible to compile the JB camera replacing this file for the one from ICS code... About what is owned_frames I didn't investigated yet xD.
jni/mosaic_renderer_jni.cpp
This code looks to be optimized on JB. On ICS we have a lot of buffer treatment (clean and fill) that in JB code is replaced by comments like "there's no need to clean the buffer". The initizliation of some semaphores has been moved either... on JB we have those jni functions: JNICALL JNI_OnLoad and JNICALL JNI_OnUnload. Looks like some semaphores is been initialized and destroyed there, instead of AllocateTextureMemory (for the sem_init) and FreeTextureMemory (for the sem_destroy)
Until now this is the only potential relevant info . Maybe I'm looking at the wrong place
wait... which one of the camera apps is with zoom option?
ravid1323 said:
wait... which one of the camera apps is with zoom option?
Click to expand...
Click to collapse
You shouldn't use Digital Zoom. Take photo in highest res possible then resize/crop photo on PC/photo software, better quality.
i searched for jb camera libs and saw this http://www.groubal.com/jb-camera-libs-for-all-sony-xperia-2011-phones/#signatures i don't saw a lot, but for case it will help, so there you go
ravid1323 said:
i searched for jb camera libs and saw this http://www.groubal.com/jb-camera-libs-for-all-sony-xperia-2011-phones/#signatures i don't saw a lot, but for case it will help, so there you go
Click to expand...
Click to collapse
No, it wont help. We need newer kernel.
http://forum.xda-developers.com/showthread.php?t=1890158 what about this?
ravid1323 said:
http://forum.xda-developers.com/showthread.php?t=1890158 what about this?
Click to expand...
Click to collapse
No, that's just basic change. We will soon have JB camera working thanks to CMX10 and wedgess (but probably no Photosphere because it requires gyroscope hardware AFAIK)
CosmicDan said:
No, that's just basic change. We will soon have JB camera working thanks to CMX10 and wedgess (but probably no Photosphere because it requires gyroscope hardware AFAIK)
Click to expand...
Click to collapse
that's makes me happy but i thought that it will possible only with newer kernel. anyway, it doesn't so bad the missing photosphere. it's like on galaxy s. and about littel missing smooth, it is can done like here: http://forum.xda-developers.com/showthread.php?t=2013425 and about the other things that don't works, i belive that with help from markphyton, the other things will be fixed like what wedgess did with ics camera libs
and all this makes me happy!
ravid1323 said:
that's makes me happy but i thought that it will possible only with newer kernel. anyway, it doesn't so bad the missing photosphere. it's like on galaxy s. and about littel missing smooth, it is can done like here: http://forum.xda-developers.com/showthread.php?t=2013425 and about the other things that don't works, i belive that with help from markphyton, the other things will be fixed like what wedgess did with ics camera libs
and all this makes me happy!
Click to expand...
Click to collapse
I have no idea what you're talking about. This is for Jellybean, not ICS. Wedgess, I and FXP are the main developers of JB for our device.

[FIX][JB][CAMERA 4.2] Camera & Gallery 4.2 For JB 4.1.2 & 4.2.2

Hello friends ... :victory:
I just want to share FIX & Modded CAMERA/GALLERY 4.2 for Jelly Bean 4.1.2 & 4.2.2
Changelog :
Code:
- Fix Preview
- Fix Video Recording
- Fix camera sometime FC in JB 4.2.2
- Modded media_profile.xml / Fix Quality Image
- Optimized Led Flash / Flashlight
- Some new driver for improve camera (this is not Primary camera driver)
- Removed HDR mode in Camera (Not stable)
- Fix Gallery sometime FC in JB 4.1.2
Bugs :
Code:
- Camera Panorama Mode still FC
DOWNLOAD :
http://d-h.st/ugB
How To Install :
- Reboot into Recovery
- Wipe cache
- Wipe dalvik cache
- Flash the zip
- Reboot
- Clear data Gallery
CREDITS :
Code:
* [URL="https://github.com/cm42semc?tab=members"][B]cm42semc team[/B][/URL]
* [URL="https://github.com/freexperia"][B]FXP team[/B][/URL]
* [URL="https://github.com/CyanogenMod?tab=members"][B]CyanogenMod Team[/B][/URL]
* [URL="http://forum.xda-developers.com/member.php?u=2882885"][B]szl.kiev[/B][/URL]
* [URL="http://forum.xda-developers.com/member.php?u=4359960"][B]iriijo[/B][/URL]
* All Member XDA-Developers
* All Member Official Group Xperia Indonesia
ENJOY!!! :laugh:
F.Q.A
Q : Can't record video in HD 720p, how to fix this?
A : Hmmm... Check Your ROM/Kernel is supported HD Video Recording 720p!!!
Q : Can i use in ICS Stock based ROM?
A : I don't know, you can try by yourself
SONY official libs ?!?!?!
Sent from my ST18i using xda app-developers app
Can you take 6mp 16:9 pictures with this fix ?
Rizal u rock bro... But how did u fix it??? Xperia s libs?? Awesome
Sent from my Xperia Ray using xda app-developers app
I just tried it on SuperJellybean, on Android 4.1.2, with Fusion kernel.
Gallery works just fine. But when I open camera app', or closes within 2seconds, saying "unfortunatly, gallery has stopped". Sometimes it's thé 3d gallery.
Any ideas ?
KahlanHaskeer said:
I just tried it on SuperJellybean, on Android 4.1.2, with Fusion kernel.
Gallery works just fine. But when I open camera app', or closes within 2seconds, saying "unfortunatly, gallery has stopped". Sometimes it's thé 3d gallery.
Any ideas ?
Click to expand...
Click to collapse
I also tried it on SJBv4 with lupus v7, everything works perfect , did u clean Gallery data after reboot ?
have this solved the pink colour issue >>>??
Will work in mdpi phones or only in ray?
camera works fine with super jelly bin 4 rom, noaa 3.0 kernel. Preview window looks like stretched... video @ 720p doesn't work but 460p does. Also I think shutter sound is not there.
What about the image quality? It´s better than in the JB 4.1.2 camera app?
Thanks
Sent from my Xperia Ray using xda app-developers app
So is this compatible with any other devices? Don't see anything mentioned.
Sent from my SPH-L710 using Tapatalk 2
Works on Xperia Mini (MPI) with last shufuking CM10.1 test rom and 3.0.8 kernel :good:
(I have only FC when I stop recording video)
But I found an other very very nice Camera 4.2 in this thread. Most complete that I found
I flashed V1 for CM10.1
Yes I have black screen during capture but pictures and video capture works really well!
I can test all features and see the result in gallery!
Gallery, camera (photo and video), rotation, all work fine without FC (only panorama not work).
But the most interresting is the effectiveness of additional settings:
Focus settings :good: fix / auto / continuous / macro / infinity and even face detector,...
All work and the picture quality is much better and finally excellent sharpness!! :good:
Auto focus mode, face detector are fast and very effective.
Another improvement is the sound level of recorded video finally excellent!
It would be really fantastic if you can solve this unique black screen problem porting this camera 4.2 on our 2011 Xperia...:fingers-crossed:
Working awesome on sjb with lupus. Jb v8 720p... Small problem the video skips frames when in 720p mode...
Sent from my Xperia Ray using xda app-developers app
video recording not works. gallery fc every time select video rec.
Dilesh Perera said:
video recording not works. gallery fc every time select video rec.
Click to expand...
Click to collapse
For me video recording works fine. I have FC too but only when I stop recording.
Steph310 said:
For me video recording works fine. I have FC too but only when I stop recording.
Click to expand...
Click to collapse
1st it stopped when ending the video , but now not works at all. normal cam works very well. hope Rizal will fix . so this will be the end of long
wait for JB cam for our 2011 range
can i use it on anzu?
n1kolaa said:
can i use it on anzu?
Click to expand...
Click to collapse
Yeah this will work for all Xperia 2011,
ALL : I will try to active focus mode in next release, for now i'm don't have much time
So i'm sorry this mod/fix still buggy
Sent from my Xperia V using Tapatalk 2

CM10.1 Camera/Gallery

i am making this thread to release the cm10.1 4.2.2 camera for xperia 2011 phones since they need some modifications.
you can find attached the modified camera.
i'll attach a separate zip with HDR disabled for cm10 users where HDR will not work, in a few minutes.
if you have any suggestions/ feature requests post here
install instructions:
clear Gallery app data from settings
reboot to recovery
flash zip
clear cache and dalvik cache
changelog
20130603:
fixed preview thanks to irii-soft
fixed the face detection problem
focus modes settings.
20130605:
removed panorama option.
removed continuous video focus mode
all cm changes. including the many new resolutions.
20130624:
latest cm changes
you can use the panorama app from here, which works.
http://forum.xda-developers.com/showthread.php?t=2155451
bugs:
if you find any post here, with an adb log.
also see some FAQ
http://forum.xda-developers.com/showpost.php?p=42315597&postcount=73
credits:
irii-soft
fxp
cyanogenmod
mikeioannina
Steph310
all the devs who are supporting cm10.1 for our phones.
Thanks alot
Sent from my Xperia Live with Walkman using xda premium
waiting for the separate zip for CM10..
jeromemo said:
waiting for the separate zip for CM10..
Click to expand...
Click to collapse
uploaded,
use the zip with noHDR prefix for cm10
gandhar said:
uploaded,
use the zip with noHDR prefix for cm10
Click to expand...
Click to collapse
oh yeah! il try to make a feedback later. :fingers-crossed:
edit: great camera sir! i love the new features!
thanks, but what about the other thread?
http://forum.xda-developers.com/showthread.php?t=2306961
edit: nothint! I just saw your post in the other thread...
focus mode in CM10:
auto, continuous picture, continuous video, fixed, infinity, macro
I'm not sure if we need "continuous video" mode in pictures, or what's the difference between fixed and infinity, but it's great job!
I asked you if it's possible to add focus settings in camera 4.2 and some minutes later you offer us a new thread with updated zip !!!!
Thanks Gandhar!!! :good:
Next step 720p nAa kernel test by the last very significant improvements?
---------- Post added at 06:38 PM ---------- Previous post was at 06:28 PM ----------
najodleglejszy said:
focus mode in CM10:
auto, continuous picture, continuous video, fixed, infinity, macro
I'm not sure if we need "continuous video" mode in pictures, or what's the difference between fixed and infinity, but it's great job!
Click to expand...
Click to collapse
- Infinity: a fixed focus maximum distance for landscape mainly.
- Fixed: Focus adjustment midpoint, closer than landscape. Less good sharpness than auto, face,... but no time focus for quick shoot or solution if auto focus can't lock subject.
Steph310 said:
I asked you if it's possible to add focus settings in camera 4.2 and some minutes later you offer us a new thread with updated zip !!!!
Thanks Gandhar!!! :good:
Next step 720p nAa kernel test by the last very significant improvements?
Click to expand...
Click to collapse
well the other thread was getting very messed up with all the camera stuff.
i don't understand what you mean about the kernel. explain
najodleglejszy said:
focus mode in CM10:
auto, continuous picture, continuous video, fixed, infinity, macro
I'm not sure if we need "continuous video" mode in pictures, or what's the difference between fixed and infinity, but it's great job!
Click to expand...
Click to collapse
i'm pretty sure hardware support for continuous focus in video mode is not there. so i will probably remove that.
edit:
i also have plans to disable panorama.
if anyone has any requests, post here. i will consider them.
gandhar said:
well the other thread was getting very messed up with all the camera stuff.
i don't understand what you mean about the kernel. explain.
Click to expand...
Click to collapse
720p was deleted because ram and poor quality.
Since the performance is significantly improved (rom and even more kernel).
I think we should test again...
I think too that 720p feature is implemented in kernel and not in rom (It's why I spoke about nAa kernel).
I'm wrong?
Waiting eagerly for this great can without panorama.. Also dev, pls just remove all unusable things from this great app..
You can just note what working/not..
That's what I call decreasing unsolved bugs..
Steph310 said:
720p was deleted because ram and poor quality.
Since the performance is significantly improved (rom and even more kernel).
I think we should test again...
I think too that 720p feature is implemented in kernel and not in rom (It's why I spoke about nAa ke rnel).
I'm wrong?
Click to expand...
Click to collapse
i actually like the idea that we get a better experience than having a feature which doesn't work properly.
the overall user experience is bad, the picture quality is not great plus we get bad frame rates
also 22mb is a lot of ram to waste on a feature which one can live without.
anyway thats my opinion.
gandhar said:
well the other thread was getting very messed up with all the camera stuff.
i don't understand what you mean about the kernel. explain
i'm pretty sure hardware support for continuous focus in video mode is not there. so i will probably remove that.
edit:
i also have plans to disable panorama.
if anyone has any requests, post here. i will consider them.
Click to expand...
Click to collapse
Gandhar please go ahead and remove panorama. The less non working components the simpler and easier it will be to maintain. For people that need panorama can use use this one. Works perfectly just tried it out on M66B's CM10 build from yesterday. I'm confident will work on CM10.1 as well...
gandhar said:
i am making this thread to release the cm10.1 4.2.2 camera for xperia 2011 phones since they need some modifications.
you can find attached the modified camera.
i'll attach a separate zip with HDR disabled for cm10 users where HDR will not work, in a few minutes.
install instructions:
clear Gallery app data from settings
reboot to recovery
flash zip
clear cache and dalvik cache
changelog
20130603:
fixed preview thanks to irii-soft
fixed the face detection problem
focus modes settings.
i can only confirm this working on cm-10.1.
bugs:
panorama not working
if you find any others post here, with an adb log.
you can use the panorama app from here, which works.
http://forum.xda-developers.com/showthread.php?t=2155451
credits:
irii-soft
fxp
cyanogenmod
mikeioannina
all the devs who are supporting cm10.1 for our phones.
Click to expand...
Click to collapse
Hey thanks for the camera But I got a small request for you.. Can you please make a camcorder fix for PAC-man ROM 4.2.2_Mango?
Here is the fix that got the camcorder working on pac-ROM Mango but the camera got inverted and the swipe keyboard function got disabled.
Here are some posts that might help you make the fix if you wish to make the fix:
hmnk said:
@ Frankin96, thanks for this fix
Hope you can fix the inverted camera bug soon.:good:
After flashing this fix, the gesture typing doesn't work.
Click to expand...
Click to collapse
Frankin96 said:
On coconut i don't have the bug, maybe I've to make 4 fix for any mdpi device.. Btw, some other can say that on coconut all is working?
Click to expand...
Click to collapse
Frankin96 said:
I need only the lib folder from mike cm10.1 of every device, and some time to upload it
Sent from my Xperia Live with Walkman using xda app-developers app
Click to expand...
Click to collapse
Frankin96 said:
Need from mike cm10.1 ... As pac is based on mike sources but with omx encoder problem
Sent from my Xperia Live with Walkman using xda app-developers app
Click to expand...
Click to collapse
hmnk said:
Took sometime coming but here you go
https://dl.dropboxusercontent.com/u...1-20130515-UNOFFICIAL-mango_required_libs.rar
Thanks!!
Click to expand...
Click to collapse
hmnk said:
Hey thanks for the camera But I got a small request for you.. Can you please make a camcorder fix for PAC-man ROM 4.2.2_Mango?
Here is the fix that got the camcorder working on pac-ROM Mango but the camera got inverted and the swipe keyboard function got disabled.
Here are some posts that might help you make the fix if you wish to make the fix:
Click to expand...
Click to collapse
the camcorder problem is not a app problem, it exists on cm10.1 too, just needs this commit to be merged.
http://review.cyanogenmod.org/#/c/32906/
perhaps someone could put it on the PAC gerrit or manually merge it.
also iirc the inverted camera was due to the missing liboemcamera.so , this was back in gingerbread times when a rom had the problem..
not sure about this case though, but you can try it. get it form stock rom, push it to /system/lib and give 755 permission.
gandhar said:
the camcorder problem is not a app problem, it exists on cm10.1 too, just needs this commit to be merged.
http://review.cyanogenmod.org/#/c/32906/
perhaps someone could put it on the PAC gerrit or manually merge it.
also iirc the inverted camera was due to the missing liboemcamera.so , this was back in gingerbread times when a rom had the problem..
not sure about this case though, but you can try it. get it form stock rom, push it to /system/lib and give 755 permission.
Click to expand...
Click to collapse
Can anybody uplad the needed file!
gandhar said:
the camcorder problem is not a app problem, it exists on cm10.1 too.
Click to expand...
Click to collapse
I got the camcorder working on Mike's CM10.1 with Rizal's cam fix.
gandhar said:
also iirc the inverted camera was due to the missing liboemcamera.so , this was back in gingerbread times when a rom had the problem..
not sure about this case though, but you can try it. get it form stock rom, push it to /system/lib and give 755 permission.
Click to expand...
Click to collapse
You mean flash Frankin96's camcorder fix and the push liboemcamera.so from stoack ICS ROM to system and set the permissions?
hmnk said:
I got the camcorder working on Mike's CM10.1 with Rizal's cam fix.
You mean flash Frankin96's camcorder fix and the push liboemcamera.so from stoack ICS ROM to system and set the permissions?
Click to expand...
Click to collapse
you can try, i can't tell for sure.
edit:
does someone here have an anzu?
i need this to be tested.
http://forum.xda-developers.com/showpost.php?p=42103664&postcount=464
gandhar said:
you can try, i can't tell for sure.
edit:
does someone here have an anzu?
i need this to be tested.
http://forum.xda-developers.com/showpost.php?p=42103664&postcount=464
Click to expand...
Click to collapse
****.. It worked... Thanks a lot Gandhar :good:
I have attached the file needed if anyone needs it
NOTE: I have tested this with Mango
hmnk said:
****.. It worked... Thanks a lot Gandhar :good:
I have attached the file needed if anyone needs it
Click to expand...
Click to collapse
+1

[Q] Racing Bean JB 3.1.8 - how to Power Amp working?

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.

[APP] [CM13] [Flashable] Moto Camera & Gallery 2.0

Moto Camera & Gallery
Hi guys, this is a zip to install the up to date Motorola Camera and Gallery.
All work perfectly.
This is the up to date version from play store, and not the present in Moto 2016.​
Current version:
- Camera 5.1.13.12
- Gallery 530032
Tested and working in:
- CM13 based
Download:
v2.0
PS:
- Do not forget to backup to prevent possible problems
- To fix FC of gallery just disable the start on boot
Credits:
- Motorola
Created 2016-07-05
Last updated 2016-07-09
Changelog:
v1.0:
- Initial release
v2.0:
- Add files to run on other devices
It works only with CM12/13 or with Resurrection Remix and others too based on Cm?
Ricky_Karmator said:
It works only with CM12/13 or with Resurrection Remix and others too based on Cm?
Click to expand...
Click to collapse
I didn't the test, but should work perfectly! Send me feedback
It works perfect on Resurrection Remix rom 5.6.9. Thank you very much!
Just wondering if anyone knows what changes/updates were made from Camera 5.1.13.12 (which I have on CM13) to Camera 5.1.13.13 ?
dhyamato said:
Just wondering if anyone knows what changes/updates were made from Camera 5.1.13.12 (which I have on CM13) to Camera 5.1.13.13 ?
Click to expand...
Click to collapse
Sorry, it was a typo
Thx, works so far!
I unfortunately I have a problem, I cannot get rid of the tutorial screen permanently, as he does not accept the click on the screen. The only way to remove it is by using the android back button, but due to this the tutorial will be there on next camera start again =/
Also I cannot switch to front the front facing cam or video mode. But I CAN swipe and change the camera setting menu. I'm on CM 13.
Any Ideas?
FuelFlo said:
Thx, works so far!
I unfortunately I have a problem, I cannot get rid of the tutorial screen permanently, as he does not accept the click on the screen. The only way to remove it is by using the android back button, but due to this the tutorial will be there on next camera start again =/
Also I cannot switch to front the front facing cam or video mode. But I CAN swipe and change the camera setting menu. I'm on CM 13.
Any Ideas?
Click to expand...
Click to collapse
Stock camera only work on default dpi(480)
Change your screen density to 480 or use appsetting(xposed module) to only change it to the camera
Oh, okay I see. Thx very much for the heads up!
I'm having a trouble with the gallery. It hangs up after launch and doesn't show the photos and only the outlines of the albums. Please help.
I miss the speed of sequential photos, the original rom was much faster, can you solve it?

Categories

Resources