LG Camera Port - LG G8X ThinQ Questions & Answers

Plz someone port LG camera app for custom roms. I have made backup of lgcamera folder from /product/priv-app/. Also cameraserver file from /system/bin

Uniquehimesh said:
Plz someone port LG camera app for custom roms. I have made backup of lgcamera folder from /product/priv-app/. Also cameraserver file from /system/bin
Click to expand...
Click to collapse
Can you upload the g8x camera_config.xml file?

Related

[Solved] Cannot find camera.apk in system/apps

Today I was looking for camera apk in system/apps folder but couldn't find it. Can anyone point me out the path to the apk.
sskullcrusherr said:
Today I was looking for camera apk in system/apps folder but couldn't find it. Can anyone point me out the path to the apk.
Click to expand...
Click to collapse
Figured it out myself. It's the gallery2.apk which consists of camera and gallery.
sskullcrusherr said:
Figured it out myself. It's the gallery2.apk which consists of camera and gallery.
Click to expand...
Click to collapse
Dear sskullcrusherr,
I had the same trouble as you was. I try to copy camera.apk to system/app, and set the permission to rw-r--r--, but my camera still not work, it report that galery force close. I try other method but useless. Can you help me how to fix it? I'm using strange phone brand, OS is 4.2.1, rooted, and I can not up rom for my phone because of no rom available. Many thanks.

How to replace camera in any rom?

HEY FRNDS AND DEV"S I WANT TO REPLACE CURRENT CAMERA APP WITH STOCK CAMERA OF CANVAS HD .. SO WHICH APP AND LIB FILES I SHOULD REPLACE.. I DIND'T KNOWLEDGE ABOUT HOW TO REPLACE CAMERA IN ANY ROM.. SO PLEASE TELL ME THE PROCESSES AND STEPS WHICH FILE I REPLACE:silly:
waiting please any dev reply fast
please reply any one
Do you want replace only camera app from one Rom to other. If yes most of the times it will not work.
If you have to copy libs , apk and also need to modify boot.omg.
I have created one thread here check it out
sendhiloo7 said:
Do you want replace only camera app from one Rom to other. If yes most of the times it will not work.
If you have to copy libs , apk and also need to modify boot.omg.
I have created one thread here check it out
Click to expand...
Click to collapse
Give me link broo

[Soluition][New][First in XDA Latest Camera Fix By Ajeesh.C.R

Hai dear frndz this is my first post in XDA
My Name is Ajeesh From Kerala
This solution Found by me (its My 2 weekz work) and i wl give diz solution for XDA users Good luck
if you faced new roms camera problem
Plz follow this steps i am 1000 times sure this guide Fix your NEW CAMERA PROBLEM
First edit your boot.img
1, extract the boot.img from Port ROM. Copy n past zimage file stock to port boot extracted folder
2, open ramdisk folder in boot extracted folder and find "init.project.rc" file
3, Open "init.project.rc" file in notepad++
4, Add this lines under the 'chown system system /dev/wmtWifi' (Very Important view attached image b4 editing)
#Camera
chmod 0660 /dev/OV8825AF
chown system camera /dev/OV8825AF
chmod 0660 /dev/OV8825TRULYAF
chown system camera /dev/OV8825TRULYAF
chmod 0660 /dev/OV8826AF
chown system camera /dev/OV8826AF
5, save and repack ur boot.img
6, Open stock system\lib\ folder
6, Copy this lib files stock to port
libcamalgo.so
libcamera_client.so
libcamera_metadata.so
libcameracustom.so
libcameraservice.so
Done itz 100000000% Fix your new camera problem i port a116 roms to a116i but camera not working. after i try diz solution camera working properly
Thankz Fendz Happy Porting
If i helpd u plz say juz a thankz :cyclops::cyclops::cyclops::cyclops::fingers-crossed::fingers-crossed:
Will try it
Sent from my Micromax A116i using xda app-developers app
ajeeshcr20 said:
Hai dear frndz i am new in xda this is my first post
My Name is Ajeesh From Kerala
This solution Found by me (its My 2 weekz work) and i wl give diz solution for XDA users Good luck
if you faced new roms camera problem
Plz follow this steps i am 1000 times sure this guide Fix your NEW CAMERA PROBLEM
First edit your boot.img
1, extract the boot.img from Port ROM.
2, open ramdisk folder and find "init.project.rc" file
3, Open "init.project.rc" file in notepad++
4, Add this lines under the 'chown system system /dev/wmtWifi' (Very Important view attached image b4 editing)
#Camera
chmod 0660 /dev/OV8825AF
chown system camera /dev/OV8825AF
chmod 0660 /dev/OV8825TRULYAF
chown system camera /dev/OV8825TRULYAF
chmod 0660 /dev/OV8826AF
chown system camera /dev/OV8826AF
5, save and repack ur boot.img
6, Open stock system\lib\ folder
6, Copy this lib files stock to port
libcamalgo.so
libcamera_client.so
libcamera_metadata.so
libcameracustom.so
libcameraservice.so
Done itz 100000000% Fix your new camera problem i port a116 roms to a116i but camera not working. after i try diz solution camera working properly
Thankz Fendz Happy Porting
If i helpd u plz say juz a thankz :cyclops::cyclops::cyclops::cyclops::fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse
I'm pretty sure it aint a first in Xda,Do u even know what ur doing when u fill the stuff in init.rc? can u please explain?Cos as far as i remember ur making extra calls to drivers that may or may not exist on kernel to guess what's the driver which is utterly redundant
bharat_goku said:
I'm pretty sure it aint a first in Xda,Do u even know what ur doing when u fill the stuff in init.rc? can u please explain?Cos as far as i remember ur making extra calls to drivers that may or may not exist on kernel to guess what's the driver which is utterly redundant
Click to expand...
Click to collapse
nothing changes or add in intd.rc file. only add this lines in "init.project.rc" file see attached image bro
#Camera
chmod 0660 /dev/OV8825AF
chown system camera /dev/OV8825AF
chmod 0660 /dev/OV8825TRULYAF
chown system camera /dev/OV8825TRULYAF
chmod 0660 /dev/OV8826AF
chown system camera /dev/OV8826AF
ajeeshcr20 said:
Hai dear frndz i am new in xda this is my first post
Click to expand...
Click to collapse
Thanks for the work bro, will surely try it on my own lewaos and tell if it works.
lewa os working on my A116 & A116i
SaketJoshi said:
Thanks for the work bro, will surely try it on my own lewaos and tell if it works.
Click to expand...
Click to collapse
lewa os working on my A116 & A116i. i tested 10000000000%
Edit boot.img
Can you please let me know how to edit boot.img file
ajeeshcr20 said:
lewa os working on my A116 & A116i. i tested 10000000000%
Click to expand...
Click to collapse
edit boot.img file
vgopalap said:
Can you please let me know how to edit boot.img file
Click to expand...
Click to collapse
Use android kitchen or Linux kernel kitchen
working
Thanks bro, camera works now. but it shows 6MP instead of 8.
6MP to 8 MP
SaketJoshi said:
Thanks bro, camera works now. but it shows 6MP instead of 8.
Click to expand...
Click to collapse
open camera setings and change preview size full screen to standard
Lenovo vibe s820 port camera not working
Sad!
ripalbaria said:
Lenovo vibe s820 port camera not working
Sad!
Click to expand...
Click to collapse
juz upload u portd rom i wl try
ajeeshcr20 said:
open camera setings and change preview size full screen to standard
Click to expand...
Click to collapse
Dear Ajeesh,
Is it possible to upload the modified boot.img so that I can directly use it. I have diffeculty in modifying the boot.img. I can just use it inside my ROM by replacing existing boot.img.
bollyfan2005 said:
Dear Ajeesh,
Is it possible to upload the modified boot.img so that I can directly use it. I have diffeculty in modifying the boot.img. I can just use it inside my ROM by replacing existing boot.img.
Click to expand...
Click to collapse
ok bro wich rom u use? plz upload boot.img from ur port rom
SamFlare V4 ROM
Dear Ajeesh,
Please find the ROM as per attachment. This boot.img is pulled from SamFlare V4.
I extracted the boot.img but ramdisk folder is blank and when Iam extracting boot.img its giving a message that its not in gzip format. If possible can you do this for me.
ajeeshcr20 said:
ok bro wich rom u use? plz upload boot.img from ur port rom
Click to expand...
Click to collapse
vgopalap said:
I extracted the boot.img but ramdisk folder is blank and when Iam extracting boot.img its giving a message that its not in gzip format. If possible can you do this for me.
Click to expand...
Click to collapse
use linux kernel kitchen see the attachment
Boot.img
bollyfan2005 said:
Dear Ajeesh,
Please find the ROM as per attachment. This boot.img is pulled from SamFlare V4.
Click to expand...
Click to collapse
Dear Ajeesh,
I hope you received the boot.img I sent last time. Is it possible to fix the Camera issue and send it back to me. Once again thanks in advance.
I am not able to use any of the Samsung Rom because of this camera issue. I tried various experiments but none of them yielded any results.
bollyfan2005 said:
Dear Ajeesh,
I hope you received the boot.img I sent last time. Is it possible to fix the Camera issue and send it back to me. Once again thanks in advance.
I am not able to use any of the Samsung Rom because of this camera issue. I tried various experiments but none of them yielded any results.
Click to expand...
Click to collapse
extract attached zip file
delet boot img in to samflare V4 and add new boot.img
copy lib files to system/lib folder
Done
plz try nd report
the best u found for my CHD i amfacing camera problem on most of the roms.... ur guide works perfect thanks a ton
+1hitted

Help bringing LG V10's camera to the G4

LG recently presented the V10. Apart from some goodies (like the 2nd screen, 2 front cameras and a Hifi DAC) and +1GB RAM it has pretty similar hardware as the G4. The main camera is the same.
One of the most interesting software features is a manual video mode in the camer app. With this ist's possible to set ISO, aperture etc. manually. I hope that LG will port the app also to the G4, but it could be that they keep it back a bit to let this be an exclusive feature of the v10 for a while. So maybe someone could help to port the v10 app for the G4.
A early user of the V10 exported the folder in /system/priv-app/LGCamera App/ that camera has the version 4.55.52.1 (while my camera on the G4 LMY47D / V10d-EUR-XX is 4.52.34.10). But simply replacing the same folder in the G4 with the one of the V10 doesen't work. The camera app just crashes when starting. Well, that's not so surprising, but was worth a try.
Is there someone here who would like to look into that? Manual video mode on the G4 would be a blast!
The contents of /system/priv-app/LGCamera App/ are attached to this post.
Edit: Added config xmls from /system/etc/
Edit2: Added more files. The attached zip (LGV10camera.zip) now contains:
- system/priv-app/LGCameraApp/*
- system/etc/media_profiles.xml and camera_config.xml
- system/lib/libcamera_metadata.so, libcamera_service.so and libcamera_service.so
Might need the camera_config.xml and media_profiles.xml from system/etc/
Sent From My LG G4
I'm really interested, for performances but mostly manual focus on video mode.
Might need the camera_config.xml and media_profiles.xml from system/etc/
Click to expand...
Click to collapse
Realized that now. Already asked for it. Will provide asap.
Thx)
TapTap in 7 HD 6.0 for LG G4 by S3V3N
Like @Rydah805 said, without media_profiles.xml and camera_config.xml not much can be done...
Looking forward to manual controls in video...
Added the necessary xmls to the top post.
DeGon said:
Added the necessary xmls to the top post.
Click to expand...
Click to collapse
so now it working? or you need someone to take a look on it?
solokiller11 said:
so now it working? or you need someone to take a look on it?
Click to expand...
Click to collapse
No. I just added the files from the V10, I don't think it would work out of the box, but maybe other xda users have experience with modding the LGCamera App.
Sent from my LG-H815 using XDA Free mobile app
Maybe when I put the kids and wife to sleep tonight I'll pick at it. Lol
Sent From My LG G4
Need libcamera_metadata.so, libcamera_service.so and libcamera_service.so inside system/lib folder.
Sent from my LG G4!
Will try to get them...
How can you dump the system. You can then porting applications most )
TapTap in 7 HD 6.0 for LG G4 by S3V3N
Unfortunately I don't have a v10 (yet?), so I asked a early user to send me the files. Can't ask for a full dump of his personal phone though.
Should ask for a dump of /system since it should contain everything.
Luhccas-X10 said:
Need libcamera_metadata.so, libcamera_service.so and libcamera_service.so inside system/lib folder.
Sent from my LG G4!
Click to expand...
Click to collapse
there is a problem with this method , this will not work on all of the G4 devices like the T mobile or the Verizon model
if you try it on the h-815 model i think this model is the one that most of the users have , but yet again if this works then the files must be tested and modified for all the models
Luhccas-X10 said:
Need libcamera_metadata.so, libcamera_service.so and libcamera_service.so inside system/lib folder.
Sent from my LG G4!
Click to expand...
Click to collapse
There you go! http s://drive.google.com/file/d/0Bz6PUw7NIcDAczlURE8xY3lWdEk/view?usp=sharing
All files (app, config files, libs) now in a single zip in the first post. No dump of /system available by now...
DeGon said:
All files (app, config files, libs) now in a single zip in the first post. No dump of /system available by now...
Click to expand...
Click to collapse
I guess you want to keep the permissions, etc... but I do not know how.
What can I use to dump /system ?
is this working ?... anyone try it ??

Bluetooth doesn't work in CM 12 based rom Tesla OS

I have upgraded my symphony v30 (kk, MT6572) with Tesla OS. Everything is working fine.. But i cannot use Bluetooth anymore.
Any solution for this?? Which files should i need to port for bluetooth??
Can anybody help me?
Try to add libbluetooth files through twrp
sagargjasani264 said:
Try to add libbluetooth files through twrp
Click to expand...
Click to collapse
How to do that?? Please explain. I am a bigginer
maruf8 said:
How to do that?? Please explain. I am a bigginer
Click to expand...
Click to collapse
Copy ur lib folder to sdcard or all libs files in a folder..
Go to twrp..
File manager..
Navigate to ur files..
Select one file.. Copy..
Then navigate to system folder/lib and paste there

Categories

Resources