[Z5,X,XZ] Ultimate Unlocked Camera with Manual Controls Version 7 Nougat - CHINMOY32 - Xperia Z5 Themes and Apps

....:::: Finally Its Here ::::....
Version : 6
Modified SEMCCameraUI.APK from XZ Stock Firmware [vF8332_39.0.A.1.250]
With Unlocked All Options, Intelligent Active Everywhere,
Scenes, ISOs and So on...
First Time Ever for Z5 series users
Introducing
Manual Focus
First Time Ever for XZ series users
Introducing
Manual Focus
&
Manual Shutter Speed ​
Manual Shutter Speed option is view-able and changeable but it is not working right now for Z5 & X series .
This development project is Open-Source under Copy-Left scheme for everyone interested
So that enthusiasts like I can do more on it , probably bring Manual Shutter Speed for Z5 series to it.​ISO & HDR now Unlocked Separately Even with Scenes Selected​
If you are looking for Ultimate Unlocked Camera v7 for Z5,XZ,X Series Nougat Then Please Click HERE​
Important Notice:
This is for mild to moderately advanced users, So I am not gonna waste my time writing how to flash, copy, assign permission or other novice staffs.
Always going to upload only the APK. Use the APK as-is , copy it to the exact location of the existing camera apk and delete the old one. As I intend to attract developers here to contribute to this project and bring working Manual Shutter Speed , so you can just download ADVANCE APKTOOL and decompile this APK and use your own working framework-res.apk as framework. If you dont know how then its probably not for you. And of course no PM please, not gonna answer via PM.
Please do not steal my work, Always ask for permission via PM and give credits accordingly ​
** FC during Zoom issue fixed on version 6
Credits:
I am forever grateful to the creators of the APKTOOL & Advance APKTOOL

So far modified SMALI codes:
01 - com/sonyericsson/cameracommon/contentsview/DataLoader; -> isSupportedFileExtension() must return true
02 - com/sonymobile/cameracommon/settingpreference/SettingPreference;-> isSelectable() must return true
03 - com/sonyericsson/cameracommon/commonsetting/CommonSettings;-> isSelectable() must return true
04 - com/sonyericsson/cameracommon/setting/settingitem/TypedSettingItem;-> isSelectable() must return true
05 - com/sonyericsson/cameracommon/setting/settingitem/TypedSettingItem;-> setSelectable() must set true value
06 - com/sonyericsson/cameracommon/device/CameraOpener$CameraOpenLegacySupportStateHolder; -> isSupported() must return true
07 - com/sonyericsson/cameracommon/device/CameraExtensionVersion; -> isSupported() must return true
08 - com/sonyericsson/cameracommon/utility/ClassDefinitionChecker$JpegEncoderSupportStateHolder; -> isSupported() must return true
09 - com/sonyericsson/cameracommon/utility/ClassDefinitionChecker$isBypassCameraSupportStateHolder;-> isSupported() do not touch this method
10 - com/sonyericsson/cameracommon/utility/ClassDefinitionChecker$MediaRecorderPauseAndResumeSupportStateHolder; -> isSupported() must return true
11 - com/sonyericsson/android/camera/view/settings/SettingUi;-> isSelectable() must return true
12 - com/sonyericsson/android/camera/configuration/SupportedValueList;-> isSupported() must return true
13 - com/sonyericsson/android/camera/configuration/parameters/VideoStabilizer;-> isIntelligentActiveSupported(), isSteadyShotSupported() must return true
14 - com/sonyericsson/android/camera/configuration/ParameterKey;-> isSelectable() must return true
15 - com/sonyericsson/android/camera/configuration/parameters/Scene; -> isSupportedBeachAndSnowIndividually() must return true
16 - com/sonyericsson/android/camera/configuration/parameters/VideoStabilizer; -> isValueSupported() must return true
17 - com/sonyericsson/android/camera/configuration/parameters/Flash; -> isSupported() must return true
18 - com/sonyericsson/android/camera/configuration/parameters/Flash; -> isSceneDependent() must return false
19 - com/sonyericsson/android/camera/configuration/MmsOptions; -> isSupported() must return true
20 - com/sonyericsson/android/camera/configuration/parameters/SuperResolution; -> isSupported() must return true
21 - com/sonyericsson/android/camera/configuration/parameters/VideoHdr;-> isSupported() must return true
22 - com/sonyericsson/android/camera/device/PlatformDependencyResolver; -> all isSupported types methods must return true except isVideoMetaDataSupported()
23 - com/sonyericsson/android/camera/configuration/SupportedValueList; -> getSupportedHdr() must return true
24 - com/sonyericsson/cameracommon/device/CameraOpener; -> isCameraOpenLegacySupported() must return true
25 - com/sonyericsson/cameracommon/capability/CameraSensor; -> isIndependentHdrSupported() must return true
26 - com/sonyericsson/cameracommon/device/CommonPlatformDependencyResolver; -> isVideoNrSupported() must return true
27 - com/sonyericsson/android/camera/configuration/parameters/Hdr; -> isResolutionIndependentHdrSupported() must return true
28 - com/sonyericsson/cameracommon/commonsetting/CommonSettings; -> isUnSelectableSetting() must return false
29 - com/sonyericsson/android/camera/parameter/NormalParameters; -> all DependencyApplier;->apply and DependencyApplier;->reset must be commented out
30 - com/sonyericsson/android/camera/parameter/Parameters; -> all DependencyApplier;->apply and DependencyApplier;->reset must be commented out
31 - com/sonyericsson/android/camera/parameter/dependency/ShutterTriggerApplier; -> all DependencyApplier;->apply and DependencyApplier;->reset must be commented out
32 - com/sonyericsson/android/camera/parameter/dependency/SceneHighSensitivityApplier; -> inside it's apply() method replace all ParameterUtil;->unavailable() with ParameterUtil;->applyCurrentValue()
33 - com/sonyericsson/android/camera/device/CameraDeviceHandler; -> setShutterSpeed() method holds the key to manual shutter speed for Z5 series
34 - com/sonyericsson/android/camera/configuration/parameters/Metering; -> isParameterSupported() method must be left alone
35 - com/sonyericsson/android/camera/device/PlatformDependencyResolver; -> isExtensionVersionEqualToOrLaterThan_1_8() must return true
36 - com/sonyericsson/android/camera/configuration/parameters/VideoStabilizer; -> isIntelligentActive() must return true
37 - com/sonyericsson/android/camera/configuration/ParameterKey;-> isInvalid() must return false
38 - com/sonyericsson/android/camera/device/PlatformDependencyResolver; -> isSuperResolutionZoomSupported() must be left alone
​
Code Segment for Boolean Methods to always return TRUE :
Code:
.locals 1
const/4 v0, 0x1
return v0
Code Segment for Boolean Methods to always return FALSE :
Code:
.locals 1
const/4 v0, 0x0
return v0
Comment out any Code Segment - Just put "#" in front of the line:
Code:
.locals 1
#this is a comment
const/4 v0, 0x0
return v0

Reserved :good:

Whoaaa this is great! Thanks Bro!
Sent from my E6653 using XDA-Developers mobile app

Works "from the box"
Awesome manual focus, this is insane
Great object tracking!!!
Trying out .v2
Great job chinmoy32

Works only for rooted I guess?

BrainstormPL said:
Works only for rooted I guess?
Click to expand...
Click to collapse
Surly

My, as I read your OP, I just wanted to say thank you.
I was near to give frustrated up, because it was everything the same thing - i try to unlock mf or shutter speed and Apk Crash.
This is a amazing work - Everyone who don't believe should take a look inside, on over 6000 smali files...

[email protected] said:
My, as I read your OP, I just wanted to say thank you.
I was near to give frustrated up, because it was everything the same thing - i try to unlock mf or shutter speed and Apk Crash.
This is a amazing work - Everyone who don't believe should take a look inside, on over 6000 smali files...
Click to expand...
Click to collapse
Thanks for your appreciation
I love all things "CAMERA" and thats why I do all of these ..............................
When editing existing codes I like to keep solid tracks of what I am editing from what to what and how much, so that I can revert every edit easily without starting over from scratch.

Will this mod be Integrated into Pete's camera unlock mod?

Trying Ultimate Unlocked Camera with Manual Controls by chinmoy32 in my sony xperia xz
It works fine, and manual camera works fine with my xz and all features are unlocked.
Hope chinmoy32 and [email protected] are working together.
[email protected] works hard and have a grat mod and noise reduction in his mode especially in xz
Chinmoy32 has a great application that works with all imx300 all z5 series and x series i think
Great work both

reserved. i ll try it when unlock my bootloader again

karrouma said:
Trying Ultimate Unlocked Camera with Manual Controls by chinmoy32 in my sony xperia xz
It works fine, and manual camera works fine with my xz and all features are unlocked.
Hope chinmoy32 and [email protected] are working together.
[email protected] works hard and have a grat mod and noise reduction in his mode especially in xz
Chinmoy32 has a great application that works with all imx300 all z5 series and x series i think
Great work both
Click to expand...
Click to collapse
Tell me , do you have working manual shutter speed in your XZ with my APK ??

BrainstormPL said:
Works only for rooted I guess?
Click to expand...
Click to collapse
Hamidreza2010 said:
Surly
Click to expand...
Click to collapse
YES, you need to replace the existing APK and copy this one into the exact place in SYSTEM partition
for that alone you need ROOT. after copying the APK there you need to set permission to 644 - which requires ROOT too

sirdoha said:
Will this mod be Integrated into Pete's camera unlock mod?
Click to expand...
Click to collapse
Pete is already using some of my techniques to unlock features in his project. Whether hes gonna use more stuff from here is up to him.
More on that matter :
If anyone wants to use any portion of what I have posted here he/ she just needs to ask permission via PM and provide credits accordingly. Its that simple.

chinmoy32 said:
Tell me , do you have working manual shutter speed in your XZ with my APK ??
Click to expand...
Click to collapse
Yes it is working

karrouma said:
Yes it is working
Click to expand...
Click to collapse
What's your maximum shutter speed?
I Only have 1s max but it seems to work well.
In Z5 this apk works very well, only bug is fc when light metering on touch.
Sent from my E6653 using XDA-Developers mobile app

langeveld024 said:
What's your maximum shutter speed?
I Only have 1s max but it seems to work well.
In Z5 this apk works very well, only bug is fc when light metering on touch.
Sent from my E6653 using XDA-Developers mobile app
Click to expand...
Click to collapse
ok,
I need extensive details here :
# I am using Z5 E6683 DSDS
# I dont have light metering option
# Shutter Speed is showing and changeable through the slider but NOT WORKING ( DOESNT HAVE ANY EFFECT )
Now tell me about your setup, I mean your rom, MODs and everything installed on your device and at which point you installed my APK and get shutter speed working on your Z5 ???
I am assuming you are on Z5 by looking at your signature !!

karrouma said:
Yes it is working
Click to expand...
Click to collapse
I am very glad to hear that
Please give me your system details :
ROM version , MODs installed and other things
I want to go through your system files to see what is missing and what I could possibly do to bring manual shutter speed to Z5

chinmoy32 said:
I am very glad to hear that
Please give me your system details :
ROM version , MODs installed and other things
I want to go through your system files to see what is missing and what I could possibly do to bring manual shutter speed to Z5
Click to expand...
Click to collapse
I have xperia xz f8332
Software version stock 39.0.A.1.250
I use ([email protected] MODE) version XZ™ Camera Project Xperia XZ v3b
But i change the .apk in private app and use you application (rename your v3 to SemcCameraUI-jniLibs64-xxhdpi-release.apk) changing permission and restart
All work fine, trying all option and all working i like the new camera icon by the way.
I do a difference between your apk and peter i see that comprssion size is different and good light yours is better but in low lighte peter is better.
No lags or fc.
Thank you
---------- Post added at 05:21 AM ---------- Previous post was at 05:18 AM ----------
langeveld024 said:
What's your maximum shutter speed?
I Only have 1s max but it seems to work well.
In Z5 this apk works very well, only bug is fc when light metering on touch.
Sent from my E6653 using XDA-Developers mobile app
Click to expand...
Click to collapse
1s max shutter till now. Waiting op doing the magic 4-8-10 sec

Related

Another ColorOS Camera Port [Last Update : Version K1&K2] [18/07/15]

Andriman's OppoCamera Mod
This is not an update for @BOOTMGR camera. This is my private port of @andriman 's camera mod. It's got a enormous number of customizations and you can read more in detail about them here. Also don't forget to thank him.
Again this is my private port so don't bug the other developers about issues with this app.
Issues -
- Doesn't work on cm11 ART.
- The plugins for this app aren't compatible with bootmgr's app. If you wish to revert to his app please use this flashable zip to remove all my plugins and replace them with those which are compatible with his app.
- To make manual focus work please refer to this thread.
Changelog:
Since the last release was really buggy i am uploading two versions this time. Use whichever works well for you. Both have the same features included and major bugfixes. All the plugins are already included in the flashable zip file.
Version K1
- Based on ColorOS Camera version 2.0_3453_150604
Version K2
- Based on ColorOS Camera version 2.0_3438_150603
Also JPEG Quality has been set to 100% in both these apps. (Thanks to @Riichard63)
To avoid all the confusion regarding different plugins from @bootmgr's app i have made a flashable zip which replaces my plugins with those which are compatible with his app - http://www.mediafire.com/download/7muc6r6uya2vrlj/Revert-to-BOOTMGR.zip
Use this when you wish to install either his app (Version 2.5) or any older versions of my app (Version-I and below)
Version A :
Initial release
Version B :
Fixed fullscreen as default on cm12 roms (fixes focus issues when enabling onscreen keys and any DPI changes)
Fixed 5 plugin limit (thanks to bootmgr)
Version C :
Disable max brightness and fix video quality issues. (thanks to bootmgr)
Latest changes from andriman's mod v0.20:
- scene modes reduced to fit on the screen
- added focus and exposure menus
- scene settings can now be changed in video mode as well
- continuous focus in video enabled (start recording, select Fixed focus, then select Continous focus)
- Touch-to-track enabled for all video modes except of 4K UHD
Version D:
Changed image and video file name format. Now pictures will save as IMG_yyyyMMdd_HHmmss.
Added options for sharpness and skintone enhancement in settings. (still testing)
Moved focusmode to settings.
Fixed geo-tagging (by bootmgr)
Fixed icons overlapping video tracker while recording. (removed a few options...let me know if u need me to add other options)
Version E:
- Replaced the green arrows and added all the missing icons
- Removed smart scene as it was a little buggy and added intelligent scene to settings
- Fixed timed shots looping
- Disabled focus before recording (fixes blurs at the beginning of the recording)
(I haven't added 'continuous focus in video' from bootmgr's app because its the same as 'Continuous' option in Settings>Focus Mode)
- Added zero shutter lag (experimental)
- Some minor changes to make touch-to-track work properly. It will work during recording too. (tap with two fingers on the screen to activate it)
- Removed sharpness and skintone enhancement since those options require more code to work
Version F :
Rebased to new version V2.0.2393.150306
All latest fixes from bootmgr's app.
- Added option to disable/enable flash when taking blind shots
- Settings can be viewed in landscape mode
- Can take upto 50 burst shots and all the pics will now be saved in a separate folder (DCIM/CShot/<timestamp>)
- Enabled 'v' gesture object tracker. (removed touch-to-track per user request)
Version G -
- Updated to latest official camera app from ColorOS Rom 2.0.50
- New manual exposure feature:
Instructions: Tap anywhere on the screen to focus and wait till you see a yellow sun icon. Then scroll up to increase exposure and scroll down to decrease it.
- Added Video Mode menu
Version H -
- 4k support for cm12/12s roms
- Added Video Quality toggle. Please select 'highest' for best output.
Version I -
- Re-based to camera app from Color OS 2.1 (Lollipop)
- Reduced memory usage (removed a couple of unneeded features)
- Tweaked UI to lessen all the lags
- Latest bugfixes from bootmgr's app
- Few more bugfixes by me
Version J:
- Rebased to latest ColorOS app
- UI tweaked for smoother response
- Added latest changes from andriman's app
- Added a few fixes from bootmgr
- All plugins updated to latest versions.
- Filter plugin preview bug fixed
Download K1 - http://www.mediafire.com/download/mdacqpland8z38m/Flashable_Version-K1.zip
K1 Mirror 1 - https://drive.google.com/file/d/0B_lYhbWo3pojODZhZVJKdHJwYTg/view?usp=sharing
K1 Mirror 2 - http://d-h.st/bQ6C
Download K2 - http://www.mediafire.com/download/wbefrrf2ivr7juc/Flashable_Version-K2.zip
K2 Mirror 1 - https://drive.google.com/file/d/0B_lYhbWo3pojU1l0YTZzTTllMjA/view?usp=sharing
K2 Mirror 2 - http://d-h.st/prUg
All Versions: https://www.mediafire.com/folder/eudrpiuk8kdmi/Documents
Plugins - https://drive.google.com/folderview?id=0B_lYhbWo3pojR2ZIUXNsbzE3MzQ&usp=sharing
Older Plugins - https://drive.google.com/folderview?id=0B_lYhbWo3pojQ2JtSjNVdm43UzQ&usp=sharing
Plugins State:
Passerby Mode - Working with all versions before Version J
FilterCamera - Working
AudioCamera - Not Working
Double Exposure - Working
FaceBeautify - Working
GIF Mode- Working
HDRCamera - Working
Mircospur / Magnifier - Working
NightMode - Working
Panorama - Not working
Professional Camera - Working but manual focus is broken (Refer to this page to fix manual focus)
RawPicture - Working
Slow Shutter - Working
Superzoom/HDCamera/Picture Plus - Working
UbiFocus / AfterFocus - Not Working
VoiceBeautify - Not Working
Credits: @BOOTMGR - For the amazing work on the official camera port and also for most of the code i used to port this mod. @andriman - For this amazing mod of the OppoCamera
Color OS Team - For creating such a flexible and user friendly camera app
Note: If u have issues that you can not live with then u can go back to using the original app...this is just a port I made to test out the features included by Andriman and i thought you guy's can have some fun with it too.
Important!
This app currently is meant to work only on One Plus One. Other devices aren't supported so please don't report problems if you aren't using an opo
XDA:DevDB Information
ColorOS Mod Port, App for all devices (see above for details)
Contributors
infinityplus
Version Information
Status: Stable
Current Stable Version: K1 and K2
Stable Release Date: 2015-03-22
Created 2015-02-18
Last Updated 2015-07-17
@infinityplus Was just about to do this, oh well looks like you beat me to it
Edit: can't seem to install it
sent from my amazingly awesome OnePlus One with Stereo Mod
Don't forget to hit thanks!
abhi08638 said:
@infinityplus Was just about to do this, oh well looks like you beat me to it[emoji14]
sent from my amazingly awesome OnePlus One with Stereo Mod
Don't forget to hit thanks!
Click to expand...
Click to collapse
Really? Haha sorry man!
infinityplus said:
Really? Haha sorry man!
Click to expand...
Click to collapse
Did you get it to install correctly?
Yup installs and works perfectly! Except for the same issues from the original camera port
I try to install but app not installed on cm11s 0Q5.
I noticed in the issues section the storage bug isn't listed:
Does that mean that it's fixed in this version?
Robot Ross said:
I noticed in the issues section the storage bug isn't listed:
Does that mean that it's fixed in this version?
Click to expand...
Click to collapse
Yup
infinityplus said:
Yup installs and works perfectly! Except for the same issues from the original camera port
Click to expand...
Click to collapse
Its still not installing for me on KitKat. What rom are you on
abhi08638 said:
Its still not installing for me on KitKat. What rom are you on
Click to expand...
Click to collapse
I haven't tested it on cm11..I just checked and I see that its broken on kitkat..sigh
I'll upload a new version soon..thanks for pointing out..I use slimsaber and didn't expect this to have any problems on kitkat
Edit: it just worked..after it shows the error just try opening the app again
infinityplus said:
I haven't tested it on cm11..I just checked and I see that its broken on kitkat..sigh
I'll upload a new version soon..thanks for pointing out..I use slimsaber and didn't expect this to have any problems on kitkat
Edit: it just worked..after it shows the error just try opening the app again
Click to expand...
Click to collapse
No, the problem was it doesnt even install
abhi08638 said:
No, the problem was it doesnt even install
Click to expand...
Click to collapse
installed on cm11s 05Q perfectly! downloaded file from google drive
miloita said:
installed on cm11s 05Q perfectly! downloaded file from google drive
Click to expand...
Click to collapse
Strange, its still not working for me
abhi08638 said:
Strange, its still not working for me
Click to expand...
Click to collapse
If you have the old camera try uninstalling and installing again..maybe the old camera left a couple of residual files
Or maybe the file you downloaded is corrupt?
Awesome app!
For those who dislike the app title bar (The one which says "Camera" at the top), You can use the App Settings Xposed module to hide the title bar, and you can also use the Force Immersive Mode module to force the camera into fullscreen!
infinityplus said:
If you have the old camera try uninstalling and installing again..maybe the old camera left a couple of residual files
Or maybe the file you downloaded is corrupt?
Click to expand...
Click to collapse
Tried that already, cleared data, uninstalled the old version and tried the new version. Its not corrupt because its a full 7 mb file
abhi08638 said:
Tried that already, cleared data, uninstalled the old version and tried the new version. Its not corrupt because its a full 7 mb file
Click to expand...
Click to collapse
i installed it over the BOOTMGR version
maybe try clean data cache reboot
miloita said:
i installed it over the BOOTMGR version
maybe try clean data cache reboot
Click to expand...
Click to collapse
No luck, still the same result
Great work @infinityplus and @andriman. :highfive:
One small doubt - BootMGR's app and your app use the same plugins, right?
NOTE: The mediafire link for the plugins in OP is broken/wrong.
abhi08638 said:
No luck, still the same result
Click to expand...
Click to collapse
Sorry man..I am really confused why its not working for u..i really wanted you try this app and all these insane options..can u try downloading from the mirrors I posted and try again?

Noble Stock Rom (A510F)

Code:
[CENTER]* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if[/CENTER]
Installation Instructions
1.Install with Recovery (TWRP)
2.Download the ROM and copy it to your sd card.
3.Enter in Recovery and make 5 wipes (Recommended Full wipes)
4.Install zip of Recovery (TWRP)
5.Wait 5 to 10 minutes (First start of installation, long delay)
6.Configure and enjoy the ROM
Code:
Date of first release: 10/13/2017
Firmware Status: Stable
The firmware is based on the stock A510FXXU4CQI5
Android 7.0
Kernel: Stock last (no changes applied)
Changes
Version 1.0
-Removed: System software debris from Samsung, Google, Microsoft.
-Root right
-DEODEX
-Library Busy Box
- Zipalagin plugin and other useful plugins are applied
-Added new types of CsC codes (small system tweaks)
-Call Record and auto-record
-VOLTE in the curtain
-NFC status bar icon
-Ability to send empty sms
-Added to the camera settings "Shutter sound"
-Added new tiles in the blind
-Ignored KNOX (it's not in the device description either)
-Updated Touchwiz
-Updated some system apk
-Activate App Lock
- Added video recording in the curtain
-Added New Menu Use. Data (in settings and curtains)
-All system apk in the system was not edited (not modified)
-unlock : the vibration of soft keys
-unlock : Outdoor mode
-unlock : activation toch key light duration
-unlock: item Record screen (Usefulfeature.smali)
-delete FBAppManager_NS.apk (useless application)
-Can that else, I'll remember I'll add
XDA:DevDB Information
Noble Stock Rom, ROM for the Samsung Galaxy A Series
Contributors
wowanbelousov,
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.x
ROM Firmware Required: SM-A510F
Version Information
Status: Stable
Current Stable Version: Ver.1.2
Stable Release Date: 2017-10-13
Created 2017-10-18
Last Updated 2017-10-18
Download
Reserve
Reserve.
That look nice ! Can you provide screenshots ? Thanks :good:
sm-a510f said:
That look nice ! Can you provide screenshots ? Thanks :good:
Click to expand...
Click to collapse
Please click (In chapter) on the screenshots tab.
Good luck!
Update Noble Stock Rom ver.1.2
Code:
-unlock : the vibration of soft keys
-unlock : Outdoor mode
-unlock : activation toch key light duration
-unlock: item Record screen (Usefulfeature.smali)
-delete FBAppManager_NS.apk (useless application)
Downloading occurs in (androidfilehost) the appropriate folders of the required versions
Thanx for sharing.
Why removed Smusic.apk, Youtube.apk, sBrowser.apk files? I add this files on your rom.
xpity34 said:
Thanx for sharing.
Why removed Smusic.apk, Youtube.apk, sBrowser.apk files? I add this files on your rom.
Click to expand...
Click to collapse
Thank you, I do not see the need
Everyone chooses a browser and a music player, the more these are easily accessible in the selection of the Play Market.
Good luck!
Tested
Hey Dev i tested it on A510FD itS works fine:fingers-crossed:
Nice Is good see you here!!!
Good Job
Here Some Screen shots
( slide fluency modifyng codes in build.prop ; # HWUI_BUILD_PROPERTIES ) ?
AnotherOneTest said:
( slide fluency modifyng codes in build.prop ; # HWUI_BUILD_PROPERTIES ) ?
Click to expand...
Click to collapse
What exactly are you interested in?
This is not a topic for editing (moding) discussion, if so interesting then in build.prop (this firmware) changed all one line that allows you to remove the state of KNOX. If you want to add it yourself, then search on the forum.
Have a nice day
wowanbelousov said:
Update Noble Stock Rom ver.1.2
Code:
-unlock : the vibration of soft keys
-unlock : Outdoor mode
-unlock : activation toch key light duration
-unlock: item Record screen (Usefulfeature.smali)
-delete FBAppManager_NS.apk (useless application)
Downloading occurs in (androidfilehost) the appropriate folders of the required versions
Click to expand...
Click to collapse
Good job man
I will test vibration soft keys and toch key light duration working perfectly :good:
Did you activate the vibrator while typing on the keyboard?
wowanbelousov said:
What exactly are you interested in?
This is not a topic for editing (moding) discussion, if so interesting then in build.prop (this firmware) changed all one line that allows you to remove the state of KNOX. If you want to add it yourself, then search on the forum.
Have a nice day
Click to expand...
Click to collapse
Ok thanks
I was Trying to say if possible
If Can it reset conter
xpity34 said:
Good job man
I will test vibration soft keys and toch key light duration working perfectly :good:
Did you activate the vibrator while typing on the keyboard?
Click to expand...
Click to collapse
No, but it's possible.
In the keyboard, I just activated the extra symbol -if you certainly tried my Rom
AnotherOneTest said:
Ok thanks
I was Trying to say if possible
If Can it reset conter
Click to expand...
Click to collapse
You need to disable the counter (KNOX) at the kernel level.
Perhaps there will eventually be a craftsman, but for now .. we have something that we have
wowanbelousov said:
No, but it's possible.
In the keyboard, I just activated the extra symbol -if you certainly tried my Rom
You need to disable the counter (KNOX) at the kernel level.
Perhaps there will eventually be a craftsman, but for now .. we have something that we have
Click to expand...
Click to collapse
Ye maybe someone will
(So yeah it supports A510F/FD)
Bug'S
There Are some Delay Unlocking
VoLTE Not Working maybe it's from my CSC
SuperSu don't Show logs Re Flash To make it work
That s the only bugs found for now :fingers-crossed:
AnotherOneTest said:
Ye maybe someone will
(So yeah it supports A510F/FD)
Bug'S
There Are some Delay Unlocking
VoLTE Not Working maybe it's from my CSC
SuperSu don't Show logs Re Flash To make it work
That s the only bugs found for now :fingers-crossed:
Click to expand...
Click to collapse
I have no such problems-on the model A510F :fingers-crossed:
So I don't know why you have this
wowanbelousov said:
I have no such problems-on the model A510F :fingers-crossed:
So I don't know why you have this
Click to expand...
Click to collapse
Ok so i will have to
Fix it my self
AnotherOneTest said:
Ok so i will have to
Fix it my self
Click to expand...
Click to collapse
Thank you, it's good :good: that it helps you, (many unnecessary files) we will always raise those(here to your post) people who have such problems
Have a nice day!

Moto Camera Modded APK with Professional Mode Enabled V6.2.14.4

DISCLAIMER
Code:
[LIST]
[*]Your warranty is now void.
[*]I am not responsible for bricked devices, dead SD cards,
[*]thermonuclear war, or you getting fired because the alarm app failed.
[*]before flashing it! YOU are choosing to make these modifications, and if
[*]you point the finger at me for messing up your device, I will laugh at you.
[/LIST]
Hi Guys,
An working modded Moto camera app which is working fine with our device running..
I have tested the same with Osprey.
It should be work on every Custom ROM
FEATURES:
Automatic HDR
Night mode
Video recording
Slow Motion recording (SloMo)
Panorama
Swipe left to show gallery
QR code reader
Professional mode
This app is modified with the help of this OP - Moto Camera Modded APK
Credits - @rahul9999, @data365, @dxp420
Thanks to:
Moto team for perfect apps!
Version Information
Status: Stable
Downloads :-
MotoCamera_Mod_6.2.14.4
Changelog :-
Bug fixes & performance improvements
MotoCamera_Mod_6.2.14.4 APK
https://drive.google.com/file/d/12D9wY28mJzF5IBDfJ4y6lFs2H4rdRymt/view
MotoCamera_Mod_6.2.14.4 ZIP
https://drive.google.com/file/d/1fadLXf7_NNGtdPb45Xc8onCZHvCI2F7j/view
Thanks to @dxp420 for this updated apk
MotoCamera_Mod_6.2.5.16
Changelog :-
Bug fixes & performance improvements
MotoCamera_Mod_6.2.5.16.apk
https://drive.google.com/file/d/1d1jOaevR-LKAh9nt8m9HiDiNmMhdZqSp/view
MotoCamera_Mod_6.2.5.16 Sdcard save option zip
https://drive.google.com/file/d/1Zm8Vr7tMm4jtW8F_f6imGoRxY7WtYBH5/view
Thanks to @dxp420 for this updated apk
MotoCamera_Mod_6.2.5.12
https://drive.google.com/file/d/1XwdsXFA65U_octYGSr_CJ7EfDfoUksWM/view?usp=drivesdk
Also i have made a Flashable Zip which have Sdcard save option
https://drive.google.com/file/d/1y0dtgqLo9mp4r4Xhsru-7Mle-ESIs6jO/view?usp=drivesdk
Thanks to @dxp420 for this updated apk
Changelog -
New 2018 Camera user interface
Bug fixes & stability improvements
-------------------------------
MotoCamera_Mod_6.2.5.11
https://drive.google.com/file/d/1IlQmjz0qNUyKCDOm_PpyfGhK5GWk2Ww0/view?usp=drivesdk
Also i have made a Flashable Zip which have Sdcard save option,
https://drive.google.com/file/d/1hKddoUvrgxvwvFFVZMluLNWWPIqtDl7p/view?usp=drivesdk
Thanks to @dxp420 for this updated apk
Changelog :
New UI
-------------------------------------------------
MotoCamera_Mod_6.0.91.19V2
Updated last version apk with another signing method because a old one is detected as a virus probably because the signing key is outdated
Thanks to @dxp420 for this updated apk
https://drive.google.com/open?id=1q5oxKr4_LVkLmVGt_SLyxsdYXM4lqFQN
Also i have made a Flashable Zip which have Sdcard save option,
Please test & let me know if it's working fine..
https://drive.google.com/open?id=1hgtTdoLlfYlMxH3T5vWz8Nyl2GgDapsq
MotoCamera Modded v6.0.91.19 Test Version (Thanks to @dxp420 for modding this )
https://drive.google.com/file/d/1IOVG40Z5hh0vjoZyDn7b6HiZnjQY3az3/view?usp=drivesdk
Also i made a Flashable Zip which have Sdcard save Enabled option,
Please test & let me know if it's working fine..
https://drive.google.com/file/d/1Pxu2mHBckTRuwyrFgFUVbulvr371HTQJ/view?usp=drivesdk
MotoCamera Modded v6.0.90 Test Version
https://mega.nz/#!aZ5C2TQZ!6cGOM9KRfIS2c7bt3Atc7OYX3ZEj_3BcLKyYKHxFpgI
Credits to @dxp420
MotoCamera_V6.0.86.7_ModV1_SDcardEnabled Credits to @rsk_kelkar
MotoCamera_V6.0.86.7_ModV1.apk
MotoCamera_V6.0.84.1_ModV4.apk
Known Issues:-
Professional mode is not fully functional.
Video recording at 720p 60Fps is not working.
Shutter Sound On/off option is not working
does pro mode work actually..? It's just an option which won't work
Rahul1608 said:
does pro mode work actually..? It's just an option which won't work
Click to expand...
Click to collapse
It's working for me..
rahul9999 said:
It's working for me..
Click to expand...
Click to collapse
Oh.. are you getting full control over focus, iso and shutter speed??
Rahul1608 said:
Oh.. are you getting full control over focus, iso and shutter speed??
Click to expand...
Click to collapse
As I'm not a professional user i can't figure out if this option is fully functional.. some professional user need to confirm this.. thats why i have mentioned build status is testing..
rahul9999 said:
As I'm not a professional user i can't figure out if this option is fully functional.. some professional user need to confirm this.. thats why i have mentioned build status is testing..
Click to expand...
Click to collapse
Ok.. I can confirm that pro mode doesn't work on our osprey even with the modded one.. Even 720p 60fps wasn't working.
Rahul1608 said:
Ok.. I can confirm that pro mode doesn't work on our osprey even with the modded one.. Even 720p 60fps wasn't working.
Click to expand...
Click to collapse
Ok. thanks for the confirmation.. i will add this to known issues..
Can we get the v7 camera or it is incompatible because of the camera2 api?
M1810 said:
Can we get the v7 camera or it is incompatible because of the camera2 api?
Click to expand...
Click to collapse
It's incompatible as confirmed by dev in his OP.
rahul9999 said:
It's incompatible as confirmed by dev in his OP.
Click to expand...
Click to collapse
Oh that's bad.. guess we won't have a new camera app since all of them are camera2 api
M1810 said:
Oh that's bad.. guess we won't have a new camera app since all of them are camera2 api
Click to expand...
Click to collapse
Don't know bro.. hope someone get it Port for our devices..
Version Update V6.0.86.7
Download link - https://drive.google.com/file/d/1UQv_LIbz14yAmENKOqd9Sg5t8yL2My14/view
Change log -
Adds Hasselblad True Zoom support.
Bug fixes and stability improvements.
Previous limitations doesn't occur?
pantxus said:
Previous limitations doesn't occur?
Click to expand...
Click to collapse
not got you're point.. you have to fully uninstall previous version & install this
Hooe moto release a new version wheb oreocomes out, with adañtative icon and nocamera2 api so we can install it
M1810 said:
Hooe moto release a new version wheb oreocomes out, with adañtative icon and nocamera2 api so we can install it
Click to expand...
Click to collapse
???
I think the shutter speed, ISO, and manual focus are just for a relief...it doesn't work because of the limitations of camera2API ...anyway it can do what a camera app can do. ??
Hello guys, just sharing my experience , downloaded latest version V6.0.86.7 on Moto g3 with latest lineageos 14.1 20171109 and everything works fine so far, slow motion video panorama, all of it with no bug or crash so far. Very good job ?
Though I did not get how to write to an external SD card ? , where do you add lines? It's written after <perms> but which one?
If someone can help thanks
figg2blet said:
Hello guys, just sharing my experience , downloaded latest version V6.0.86.7 on Moto g3 with latest lineageos 14.1 20171109 and everything works fine so far, slow motion video panorama, all of it with no bug or crash so far. Very good job
Though I did not get how to write to an external SD card ? , where do you add lines? It's written after <perms> but which one?
If someone can help thanks
Click to expand...
Click to collapse
You have to Root your device first..
After that use a file manager which can access Root directory (I'm using ES file explorer)
Open Root directory in that file manager & serch for system folder
In that folder look for packages.xml
In there, look for com.motorola.camera1
2.- Add
Code:
Code:
<item name="android.permission.WRITE_MEDIA_STORAGE" granted="true" flags="0" />
Right after <perms>
3.- Save and Reboot

How to enabling Camera2 Api - Google Camera Mod

-------------------------------> PRE-REQUIREMENTS <---------------------------------​
Your phone must be Rooted!
You can find the Tutorial: How to install the TWRP HERE
You can find the Tutorial: How to root HERE
]-------------------------------> ENABLE THE CAMERA2 GOOGLE API <---------------------------------​
Q: Why I must enable camera2 api?
A: Here is explained very well: https://goo.gl/yYwRro
Once you have root permissions, open the playstore and look for the app:
BuildProp Editor - Play Store Direct Link: https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor or from the View attachment com.jrummy.apps.build.prop.editor_2.2.4.0-22400_minAPI14(nodpi)_apkmirror.com.apk
1) Install it and start it (you must grant it the root permissions)
2) Search, by tapping on the lens, the following sentence:
persist.camera.HAL3.enabled=0​
3a) If you find it, you simply have to change the string putting =1 instead of =0
3b) If you can not find it, click on the pen symbol to edit the file and add the following string:
persist.camera.HAL3.enabled=1​
4) Save
5) Restart the phone
-------------------------------> INSTALL THE GOOGLE CAMERA MOD <---------------------------------​
1) Open your phone's browser and type the following address: https://celsoazevedo.com/files/android/google-camera/
You will get a lot of Google Camera to download.
Personally I would recommend you to install this version: MGC_6.1.021_BSG_Arnova
Best Setting:
1) Settings -> Quick settings -> Advanced -> Saturation:
Set to 1.9 for both front and back camera Highlight and Shadow Saturation.​(It will look bleached if you don't set this)
2) Settings-> Quick settings -> Advanced -> Base:
- Interface set to Pixel 3
- Back and front camera set to Pixel 3 XL​
Thanks to @Nikorasu
Wow u're amazing! ? I will buy a Lenovo z5 pro GT. Can u do all it (unlock bootloader, install TWRP, custom Roms and able API 2 camera tutorials) for GT version later please ?
Someone found a version of Google Camera that works with the new Pie firmware (10.5.153)?
Thank you.
crwm74b4x said:
version of Google Camera that works with the new Pie firmware (10.5.153)
Click to expand...
Click to collapse
f.celsoazevedo.com/file/gcamera/MGC_6.2.024_RazerPhone2_V1d.apk works for me on Android 9.0, 10.5.153 ST
Update:
6.2.030 is available celsoazevedo.com/files/android/google-camera/dev-bsg/#apk868 (Razer Phone 2).
HDR+ and RAW (.dng) works without enabling camera2 api (and without root).
Excellent... It works without camera2 api.
On Android Pie (10.5.153 ST) persist.camera.HAL3.enabled=1 on build.prop seems that it's not enough to enable camera2 api.
Thank you very much.
are you happy with the quality the GCAM gives without root permission? i just installed it and it works, but im not sure if it is an improvement over the normal camera (latest software 1.350)
anonOmattie said:
are you happy with the quality the GCAM gives without root permission? i just installed it and it works, but im not sure if it is an improvement over the normal camera (latest software 1.350)
Click to expand...
Click to collapse
Sent from my Lenovo YT3-850F/Lenovo YOGATab3 using XDA Labs
---------- Post added at 01:58 AM ---------- Previous post was at 01:55 AM ----------
[email protected]
6466433754
Replying to: How to enabling Camera2 API Google Camera Mod:good:
Sent from my Lenovo YT3-850F/Lenovo YOGATab3 using XDA Labs

[MOD][FIX] Audio Bitrate Increase For Poco X2

Disclaimer :
Code:
I am not responsible for any damage to your device!
Use this mod at your own risk!
What's this?
This mod increases the audio bitrate on video recording from a disgraceful 96kbps to a respectable 320kbps. Thus, giving a richer, more pleasing audio quality.
Still confused? Click here for a better explanation
Requirements :
- A rooted phone with magisk installed
- An opened mind (important!)
Contributors :
@Jt380p
@C4mine
* NOTES * (READ) :
- Not all ROMs are compatible with this mod, you might end up in a bootloop. YOU HAVE BEEN WARNED!
Download :
https://drive.google.com/file/d/1EAgjQYpfeW0StjL4ezXpFvWw18G-3T4b/view?usp=sharing (Flash with magisk manager)
Source :
https://forum.xda-developers.com/Mi-9/themes/magisk-audio-bitrate-increase-t3927810
Audio files provided by @C4mine
Thanks to :
@C4mine
@topjohnwu for Magisk
Created : 7/11/2020
Last updated : 7/11/2020
reserved
It would be awesome if u build dual speaker mod for our device
iamfarhanansari said:
It would be awesome if u build dual speaker mod for our device
Click to expand...
Click to collapse
I had a look at the files and unfortunately I can't. I don't understand the new code lines on recent Xiaomi devices. I just gave up on it completely now.
Jt380p said:
I had a look at the files and unfortunately I can't. I don't understand the new code lines on recent Xiaomi devices. I just gave up on it completely now.
Click to expand...
Click to collapse
well i am happy that u tried
May be u get the solution in future
U should take help from someone
I found a thread
https://forum.xda-developers.com/an...r-soundmod-devices-root-t3735280/post75203698
Ask the dev if he could help

Categories

Resources