[ROOT] [LG G4S H735] 30/20 Mbit camera + 100% photo quality mod - G4 Themes and Apps

There is no thread for LG G4S (H735) camera mod. Here it is.
I changed some values in camera_config.xml and media_profiles.xml files, here is the result:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What does it change?
720p video bitrate to 20MBit/s
1080p video bitrate to 30MBit/s
Rear and Front camera photo quality to 100%
What do I need?
- ROOT access to LG G4S
- Any file manager vith root support (i recommend ES File Explorer)
- camera_config.xml (6.7 KB) and media_profiles.xml (18.6 KB) downloaded below
Steps:
- backup your original camera_config.xml and media_profiles.xml from /system/etc
- copy camera_config.xml (6.7 KB) and media_profiles.xml (18.6 KB) to your internal/external storage
- go to phone's file manager, copy these 2 files to /system/etc, overwrite and set permissions (picture below)
- try your camera app after phone restart
Feel free to ask and comment this thread.

does this work for H815twn, Im asking because some few weeks ago I tried modding XML using root browser and cause a bootloop...I'm afraid if I try this now (im in the office) it will cause the same issue for me.. I'm rooted BTW locked bootloader

Can't say, i tested this ONLY on H735 LG G4S BEAT.

donĀ“t work lg g4s h735p
Follow the steps and copy the files with Es explorer . to Reboot my device says " the camera has stopped "

guillos3 said:
Follow the steps and copy the files with Es explorer . to Reboot my device says " the camera has stopped "
Click to expand...
Click to collapse
Try to set file permissions as shown on 2nd picture

Has anyone else tried on other devices?

Tested on H815 MM v20d. Causes instability and a cropped view finder. Manual mode force closes the camera.
Edit: ooops, just noticed this is a G4s thread

Related

[Q] Enable Auto Awesome Movies in Google+ 4.2 on S3

The new Auto Awesome Movie functionality in Google+ 4.2 seems pretty cool. Here's an article if you don't know what it is:
http://lifehacker.com/google-adds-auto-awesome-movies-great-video-editing-f-1454154626
Anyway, it's only enabled on certain devices running Android 4.3 like the Nexus's. How can it be enabled on S3's running 4.3?
Here's how you see it's enabled:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://forum.xda-developers.com/showthread.php?t=2503650
how to enable in other devices
has anyone found the way yet?
I'm also looking for this for my Note 2. Would love to have auto awesome movies, but it is not available on many devices. Surely someone out there has found a way to make it work on other devices?!
Maybe you can change your device ID within the build prop?
any solution?
I've got a Note 2 as well running Kitkat and I'm sort of pissed for a few weeks now that I can't get movies to work.
I found the solution to enable making movie feature in google photos, but you will need to have your phone rooted.
You need to edit build.prop file in /system folder in root and find and edit as following:
(be sure to backup your build.prop file first)
ro.product.brand=google
ro.product.name=shamu
ro.product.manufacturer=Google
o.build.product=shamu
ro.product.model=Nexus 6
ro.product.device=shamu
ro.cm.device=shamu
Save the file and do a reboot and then try selecting multiple photos and click on the plus button on top, it will now show an option to make a movie, if still it does not show, reboot again it will show up.
akss009 said:
I found the solution to enable making movie feature in google photos, but you will need to have your phone rooted.
You need to edit build.prop file in /system folder in root and find and edit as following:
(be sure to backup your build.prop file first)
ro.product.brand=google
ro.product.name=shamu
ro.product.manufacturer=Google
o.build.product=shamu
ro.product.model=Nexus 6
ro.product.device=shamu
ro.cm.device=shamu
Save the file and do a reboot and then try selecting multiple photos and click on the plus button on top, it will now show an option to make a movie, if still it does not show, reboot again it will show up.
Click to expand...
Click to collapse
Hi !
Thank you for that !
Do you think it would also work on a Galaxy Tab S 10 ?
didn't get Movies option
didn't get movies option even after several boots also cleared data

[Patch] Disable emulated SD card on V20C and Mokee OS

L9 has very limited internal storage (only 2.3 GB usable ), and due to emulated sdcard all the apps store data on internal storage which gets lost after factory reseting . I lost lot of data due to it , so i decided to get rid of the internal emulated (read fake) SD card.
After asking developers on this forum about it i got reply from @artit
You can review code in disabled sdcard rom. Just extract it (also extract boot.img). Then look into
1. init.[HWBOARD].rc
2. /system/etc/vold.fstab (JB 4.3 don't use this, it use /[HWBOARD].fstab instead)
3. /system/framework-res.apk (extract this file and look in /res/xml/storage_list.xml)
You can compare with original CM rom to see what is changed
Click to expand...
Click to collapse
You can create your own patches for your rom
To edit " init.u2.rc " , U2 = Board name of Optimus L9
You have to unpack boot.img, to edit the init.u2.rc , Also edit " u2.fstab " (for android 4.3 and above ) then repack the boot.img.
For Jellybean (4.1-4.3 ) you have to edit " System/etc/vold.fstab"
To edit storage_list.xml
For this you have decompile framework-res.apk, and dig into it "res/xml/storage_list.xml" edit the file recompile the file to flash to the device.
I have attached to patches which i have created for using on my L9.
First Patch is for stock rom for P765 , firmware version : 20c
it should work on other version also but i cannot guarantee , You can also prepare your patch using the above knowledge.
Second patch is for MoKee OS android 4.4.4, MK44.4-p760-150131-HISTORY.zip which can be downloaded from get it here
After applying the patch storage would look like this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Always make backup before trying anything new.
Hope you enjoy optimus L9 a little longer as this phone is getting old. New powerful phones coming everyday. :angel:

[D625 w/ KK tested] Universal remote for g2 mini

Sorry for my eng, i speak spanish.
I dont know exactly how i managed to get this, but i ve unzipped QRemote zip for G2 and replaced ONLY stock QuicksetSDK on /system/app (because lg has released the sdk for g2, g3 and other models)
Some screenshots:
images tapatalk-cdn com/15/11/30/c1514fa50162ac63a9cc8844f4b68509.jpg
images tapatalk-cdn com/15/11/30/2e29657900d358e480d8c9882b048af4.jpg
images tapatalk-cdn com/15/11/30/03b22fd46e0eca537d48a9a8a2a13181.jpg
images tapatalk-cdn com/15/11/30/e67ac8e796cc8f2d31fa09a1e473b0f4.jpg
Sent from my LG-D625 using Tapatalk
I can't see images
I can't post links because this acc is new, replace que spaces with dot
I've tested on v10d (flashed today) and its working, only QRemote stops working (doesn't get the brands list) and the QRemote from the zip doesn't opens, but ZazaRemote its very good with +135k brands
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
You can copy it and open in a new tab, sorry
Does it work on projector ?
I done all this and zaza remote dont reconize ir blaster.Can anyone help ?
fake g2 qremote is not compatible with g2mini already tried
iDarkfusion said:
Sorry for my eng, i speak spanish.
I dont know exactly how i managed to get this, but i ve unzipped QRemote zip for G2 and replaced ONLY stock QuicksetSDK on /system/app (because lg has released the sdk for g2, g3 and other models)
Some screenshots:
images tapatalk-cdn com/15/11/30/c1514fa50162ac63a9cc8844f4b68509.jpg
images tapatalk-cdn com/15/11/30/2e29657900d358e480d8c9882b048af4.jpg
images tapatalk-cdn com/15/11/30/03b22fd46e0eca537d48a9a8a2a13181.jpg
images tapatalk-cdn com/15/11/30/e67ac8e796cc8f2d31fa09a1e473b0f4.jpg
Sent from my LG-D625 using Tapatalk
Click to expand...
Click to collapse
Test video
Guys as soon i can get a camera i will record from rom flash to zazaremote install to prove its working
i have tried but nothing seems to work for my g2 mini d618 lollipop. would be great if you can show us yours

[CameraNextMod Apk] COS12/CM12/CM12.1

CameraNextMod :laugh:
Hey Gyzzz there is a cool app for your yureka. This is the best camera app for yureka as well as with many features. There is no need to do anything with your original camera or the previous CameraNextMod. Just download the apk file, this installs as a separate app.
NOTE :- This app mainly made for ONE+ mobiles not for yureka but app is perfectly working on yureka.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Bugs
Screen might freeze- toggle ZSL in settings to unfreeze it
Scene mode might reset to slow shutter
All previous Stock CameraNext Bugs
To use it, you must change the scene mode to "slow shutter" and then select the speed. If you don't have this scene available, then your camera does not support it and won't work.
Things I can do
Remove scenes
Rearrange settings
Unlock hidden options
Things I can't do
Modify the ViewFinder
Change the framerate for 1080p to use 60
make the an option for 240 fps
To remove camera sounds
go into /system/media/audio/ui
delete camera_click.ogg
delete camera_focus.ogg
delete VideoRecord.ogg
Picture Settings
All defaults except two things
Set quailty to 100 (Bug has been fixed)
set focus and exposure to frame-average
NOTE
The required lib files have been included inside the app. No need to flash anything, just install the apk file.
Credits
Credits to @Yeti12 for his material icons
Credits to @funCrash93 for the mirrors
Credits to @BOOTMGR for his additions like 50 mp port
Credits to @infinityplus for bugfixes
Sorry Gyzz I'm not posting the direct APK downloading link if you want download the apk file you will gone to the original thread
Click below :-
LINK :- http://forum.xda-developers.com/oneplus-one/themes-apps/app-cos12-cameranextmod-t3086513
If you like click on thanks button.

[Bootanimation] Google Pixel Bootanimation Resized for HP Touchpad

HP TOUCHPAD
Google Pixel Bootanimation
ABOUT
I optimized the Google Pixel bootanimation for the HP Touchpad by adjusting the canvas size of each image, deleting half the image files to improve the FPS, and re-zipping with Compression Level set to "Store." The result is a smooth animation that fits the height and width of the tablet's screen. If you have any suggestions, let me know. Enjoy!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOADS
Download (White) https://drive.google.com/file/d/0B_Z7ptWz2zMjeWlUaEt0WmJVTWc/view?usp=sharing
Download (Black) If anyone has a good way of converting the white version to black, please let me know or feel free to do it yourself. I have tried inverting the colors followed by adjusting the hue, but given the saturation of Google's green color, it always ends up too bright in the black version. The colors also have a worn look to them after doing this as a batch operation in Gimp.
HOW TO INSTALL
You need root access. A lot of the ROMs have this capability either already enabled or available in their toolbox in settings. If you are using the recent Android Nougat 7.1.2 Evervolv ROM, then you will need to download the SuperSU 2.46 zip file and flash that from your TWRP recovery (go to "Install" and select the zip file once it's on your Touchpad). From here, you can reboot and allow SuperSU to enable root access as a super user.
1. Change your USB connection to MTP (Media Transfer Protocol). You should be able to do this from the notification when your USB cable is plugged in. Otherwise, you can tap "About>Build Number" 7 times to unlock the Developer Options and you can find this option there.
2. Now, your HP Touchpad is recognized by your PC, so copy the bootanimation.zip onto your device somewhere in the Internal Storage.
3. With your favorite file explorer (I am using Solid Explorer which offers a free trial), cut/copy bootanimation.zip into the "root>system>media" directory and paste it there (overwriting the current bootanimation).
4. Done!
CREDITS
ZawZaw for the bootanimation intended for phones.
https://forum.xda-developers.com/cr.../bootanimation-official-google-pixel-t3480843
Google for the original bootanimation and images.
Great work! Thanks for contributing to our fine community:highfive:

Categories

Resources