[APP] P9 Camera APK port - Honor 8 Themes, Apps, and Mods

I ported the Camera apk, use recovery/root to put the apk under /system/priv-app & remove HwCamera2 folder
The black and white mode won't show up. The FRD camera configuration server doesn't enables monochrome mode. I am working on modifying it, not sure if it will work or if it's even possible.
Some info:
hwcam/hwcam.ddt.so - this represents the vendor tags the phone is supporting. Built from arrays of (I think) name, tag, size, type, reserved(unknown/0).
HwCamCfgSvr daemon, I think it's using libHwCamCfgSvr.so and communicates through Binder to query the device capabilities.
hwcam.hi3650.m.FRD.so / hwcam.hi3650.m.EVA.so - this library responds to the query requests, and seems to be implemented for the device. FRD is honor, EVA is P9.
How it checks if the device has monochrome?
1. The cameramanger has the CameraCharacteristics interface. The camera apk checks for CameraCharacteristicsEx.HUAWEI_MONO_MODE_SUPPORTED. That's translated through the camera.hi3650.so to com.huawei.device.capabilities.monoModeSupported, monoModeSupported is checked against the CamCfgSvr, the hwcam.ddt.so translates that to 0x80000056. The hwcam.hi3650.m.FRD.so responds. P9 uses 0x80000056 and this tag seems to be initialized with the value 2.
WhiteBlackMode isAvailable code:
Code:
@Override
public boolean isAvailable(final SilentCameraCharacteristics silentCameraCharacteristics) {
final Byte b = silentCameraCharacteristics.get(CameraCharacteristicsEx.HUAWEI_MONO_MODE_SUPPORTED);
final byte[] array = silentCameraCharacteristics.get(CameraCharacteristicsEx.HUAWEI_AVAILABLE_DUAL_PRIMARY);
if (b != null && array != null) {
for (int length = array.length, i = 0; i < length; ++i) {
if (array[i] == b) {
return true;
}
}
}
return false;
}
HUAWEI_MONO_MODE_SUPPORTED value is checked against HUAWEI_AVAILABLE_DUAL_PRIMARY. I guess P9 uses 2, which is equals to DUAL, meaning the mode is supported on the dual lens only?
If anyone has some ideas, or wants more info, PM me.
The APK in the attachments.

Awesome, is it fully functional?!

PalakMi said:
Awesome, is it fully functional?!
Click to expand...
Click to collapse
Besides monochrome being disabled, yes it is.

BBLN said:
Besides monochrome being disabled, yes it is.
Click to expand...
Click to collapse
Great job :good: :highfive:

Ok, so if someone is good with DexPatcher, PM me.
I think I got something simple enough that would work.

nice work, thanks for sharing

I can't open the apk for install.. anyone know why ?
Gesendet von meinem FRD-L09 mit Tapatalk

murat669 said:
I can't open the apk for install.. anyone know why ?
Gesendet von meinem FRD-L09 mit Tapatalk
Click to expand...
Click to collapse
I havent modified it, you must replace the normal camera with this apk on /system/priv-app.

BBLN said:
I havent modified it, you must replace the normal camera with this apk on /system/priv-app.
Click to expand...
Click to collapse
Where is the normal camera ? I mean which folder
Gesendet von meinem FRD-L09 mit Tapatalk

I think I need to root my phone, ya?
Sent from my HUAWEI FRD-L09 using XDA Labs

dusikeee said:
I think I need to root my phone, ya?
Click to expand...
Click to collapse
yes you should

venom007 said:
yes you should
Click to expand...
Click to collapse
but I will lose my warranty any screenshots if app works fine?
Sent from my HUAWEI FRD-L09 using XDA Labs

dusikeee said:
but I will lose my warranty any screenshots if app works fine?
Click to expand...
Click to collapse
everything works fine except monochrome it seems

hm, it's only one thing that I want to do it for, but if it doesn't work, I haven't seen a reason to do it
Sent from my HUAWEI FRD-L09 using XDA Labs

Does the dual camera work? I mean, when you take a picture, it uses both cameras at same time to improve the photo?

strollaco said:
Does the dual camera work? I mean, when you take a picture, it uses both cameras at same time to improve the photo?
Click to expand...
Click to collapse
The APK itself isn't really aware of this, I believe. The only thing missing is making the "monochrome" capability on, as the sensor itself should support it.
I see two options, one is to modify the camera service to say it supports monochrome, and the other is to modify the APK to assume that monochrome is supported.
The second option should be easy using DexPatcher, but I didn't have time for this yet.
If anyone has DexPatcher installed and wants to help, I'll show you what to modify, that should be like one line of code.
Some instructions about installation:
Using root/recovery go to /system/priv-app, remove the HwCamera2 folder, push HwCamera2.apk to /system/priv-app/HwCamera2.apk
For uninstall, remove the apk, and use the folder instead. If no backup was made, use the full firmware update using original recovery to restore.

strollaco said:
Does the dual camera work? I mean, when you take a picture, it uses both cameras at same time to improve the photo?
Click to expand...
Click to collapse
As of now, no

Can really nobody bring us the monochrome-feature?

mmeidl78 said:
Can really nobody bring us the monochrome-feature?
Click to expand...
Click to collapse
Its hard to do so, but, maybe someone can bring it in the future

I will try this in my 5X. Thanks.

Related

[MOD] Touchpad as Dual-Touch Mouse!

IM NOT RESPONSIBLE IF YOUR PHONE GETS BRICKED!
REMEMBER TO BACKUP BEFORE DOING THIS!
THIS SHOULD WORK ON EVERY ICS ROM TO XPERIA PLAY!
Currently tested on=
ICS 4.0.3/4.0.4
INSTRUCTIONS!=
Download and flash the files below in CWM.
Pointer=View attachment touchpad_pointer.zip
Spots=View attachment touchpad_spots.zip
Gaming=View attachment touchpad_gaming.zip
NOTE:Touchpad is reversed when using it as mouse!
Things that need to be fixed= Reverse touchpad.
Coming soon= Update for support for all Jelly Bean versions!
Im confused. Is that trick to connect to computer via USB and use as mouse?
Ios suckkss.
No' it means you can use your touchpads like mouse in phone
Sent from my R800i using Tapatalk 2 Beta-5
Streykatorato said:
IM NOT RESPONSIBLE IF YOUR PHONE GETS BRICKED!
REMEMBER TO BACKUP BEFORE DOING THIS!
THIS SHOULD WORK ON EVERY ICS ROM TO XPERIA PLAY!
Okey. Here is the trick:
Any root explorer>------>Mount system as RW>------>Open the SYSTEM folder>------>Then open "usr" folder>----->And then open the "idc" Folder>---->In the folder there is 4 files with .idc extension, Backup "synaptics_touchpad.idc" And then delete the "synaptics_touchpad.idc" file from your system.
Forgot to Backup? Flash the Attachment in cwm WHEN you dont want to use the "Mouse" anymore.
Click to expand...
Click to collapse
After I do this, will i still be able to use touchpads normally in games like in Asphalt or such? I am asking this as you are on the ICS Beta aswell. And what negative effects does this have?
Thanks
HussainQ said:
After I do this, will i still be able to use touchpads normally in games like in Asphalt or such? I am asking this as you are on the ICS Beta aswell. And what negative effects does this have?
Thanks
Click to expand...
Click to collapse
Flash the Attachment in CWM to use your touchpad to gaming...
Streykatorato said:
Flash the Attachment in CWM to use your touchpad to gaming...
Click to expand...
Click to collapse
So basically as a cursor, touchpads don't work in games, right?
HussainQ said:
So basically as a cursor, touchpads don't work in games, right?
Click to expand...
Click to collapse
Yes, But it's great for non touchpad optimized games though
Done it, but can't really use it very well... can't see how it works, or helps...
I'm not saying it's a bad thing, but i can't figure out what to do after that
Magnumutz said:
Done it, but can't really use it very well... can't see how it works, or helps...
I'm not saying it's a bad thing, but i can't figure out what to do after that
Click to expand...
Click to collapse
Use it 1 day and hopefully you will get used to it
Awesome
I wish the touch pads weren't all inverted, it's too confusing.
There must be a way to fix that too.
Still touchpads are cool to use
Thanks
sfex3best said:
Awesome
I wish the touch pads weren't all inverted, it's too confusing.
There must be a way to fix that too.
Still touchpads are cool to use
Thanks
Click to expand...
Click to collapse
Trying to figure this out... But im working on a Kernel too and i have school so it's not so easy to keep up.
Am I the only one who likes this mod?
I just tried it again and its so cool. It Helps me press the little buttons that are hard to click on with your finger (like the full screen on videos)
try changing synaptics_touchpad.idc to match the following instead of deleting it.
you may also need to change the 0 to 1
touch.deviceType = pointer
touch.orientationAware = 0
touch.gestureMode = pointer
or for the spots try this
touch.deviceType = pointer
touch.orientationAware = 0
touch.gestureMode = spots
I like it too but I think it needs to have some sort of a toggle, that maybe can be bound to the select button or a switch widget.
does not work for me i am on ka12 with DooMKernel
chevyowner said:
try changing synaptics_touchpad.idc to match the following instead of deleting it.
you may also need to change the 0 to 1
touch.deviceType = pointer
touch.orientationAware = 0
touch.gestureMode = pointer
or for the spots try this
touch.deviceType = pointer
touch.orientationAware = 0
touch.gestureMode = spots
Click to expand...
Click to collapse
Ill give it a try
Sent from my LT18i using xda premium
Awesome it worked, the icon actually turned into a mouse this time
The only problem is that the pointer is even more confusing now. xD
sfex3best said:
Awesome it worked, the icon actually turned into a mouse this time
The only problem is that the pointer is even more confusing now. xD
Click to expand...
Click to collapse
Ill publish a CWM zip that enables this. Maybe ill edit the framework to make the cursor look like a touchpad touch.. Im in Sweden right now so you guys have to wait some hours/days!
Sent from my LT18i using xda premium
An app (or better yet,a widget) could be made in order to tweak those settings. However, that would require root permissions.
Logseman said:
An app (or better yet,a widget) could be made in order to tweak those settings. However, that would require root permissions.
Click to expand...
Click to collapse
Sounds great! But ill need a team!
Sent from my LT18i using xda premium

[APP][5.0.0+][XPOSED] HowGiveLolli

Stops shouting for a Lolli.
THIS MODULE PREVENTS LOLLIPOP FROM USING UPCASE EVERYWHERE, LIKE NOTIFICATION ACTIONS, DIALOGS AND BUTTONS. I DON'T LIKE IT AND THINK IT WAS A BAD DECISION.
Additional it is also annoying to have a 7" display, but the dialog buttons are shrinked now. Most time there is just a JA, NO, OK or GO - and you have to hit it. I'm not a monster, but my fingers are larger than of a 10 year old child.
So this module also uses for these buttons the whole width of the dialogs, like it was previously. You could set the position for a the text of 1 button dialogs to center or default position by open the module. Initial its random so you could check what's more suitable for you.
Only compatible with AOSP Lollipop!
Website: http://tinyurl.com/nq32zze
Play Store: http://tinyurl.com/mebbnqb
Xposed Repository: http://tinyurl.com/pc8tp4f
APK download: http://tinyurl.com/mzert7f
This affects not only dialogs but also tabs in apps, eg Tasker, nova launcher, ... Could you please make it its only for dialogs?
Sent from my Nexus 4 using Tapatalk
XlAfbk said:
This affects not only dialogs but also tabs in apps, eg Tasker, nova launcher, ... Could you please make it its only for dialogs?
Sent from my Nexus 4 using Tapatalk
Click to expand...
Click to collapse
:good: ya would be better i think too but still nice addon
The width ot the "casing" of tabs?
defim said:
The width ot the "casing" of tabs?
Click to expand...
Click to collapse
not sure i get it so i'm attaching screenshots. none of these "toolbars" should be affected imho, only dialogs.
XlAfbk said:
not sure i get it so i'm attaching screenshots. none of these "toolbars" should be affected imho, only dialogs.
Click to expand...
Click to collapse
Thx for the screenshot! I've disabled the upcase transformation global, there is not available by which component it is requested.
But anyway upcase tabs are ugly, it so Visual Studio style ^^
It would be great if you could add buttons to enable/disable upcase. I really like your work of putting the buttons in center and using the whole width, that is great. But I like the capital letters, too :angel: :good:
fiz:ik said:
It would be great if you could add buttons to enable/disable upcase. I really like your work of putting the buttons in center and using the whole width, that is great. But I like the capital letters, too :angel: :good:
Click to expand...
Click to collapse
I've split the functions into 2 separate modules and just uploaded them to Xposed repo
Excellent, again! Two BIG thumbs up!
thanks for the split modules
sometimes the button text resets to its default place, even when i choose "center" in the module settings (only happens with single-button dialogs).
module: HowGiveLolliButton
device & rom: moto g 2013 / android 5.0.1 (gpe)
kingkaminari said:
sometimes the button text resets to its default place, even when i choose "center" in the module settings (only happens with single-button dialogs).
Click to expand...
Click to collapse
With the same dialog? Can you long touch the button to see if it used the whole width even the text is not in right place?
@defim yes. The button uses the whole width even with the text out of place. Can't post a screenshot right now because I downgraded to KK.
Sent from my XT1032 using Tapatalk
---------- Post added at 01:37 AM ---------- Previous post was at 01:33 AM ----------
I was previously using the original module (HowGiveLolli) but I prefer this one since I don't have problems with that whole load of uppercase text [emoji14]
Sent from my XT1032 using Tapatalk
kingkaminari said:
@defim yes. The button uses the whole width even with the text out of place. Can't post a screenshot right now because I downgraded to KK.
Sent from my XT1032 using Tapatalk
---------- Post added at 01:37 AM ---------- Previous post was at 01:33 AM ----------
I was previously using the original module (HowGiveLolli) but I prefer this one since I don't have problems with that whole load of uppercase text [emoji14]
Sent from my XT1032 using Tapatalk
Click to expand...
Click to collapse
Sometimes Android "forget" to create shared_pref directory in the apps data dir. Then savin preferences is not possible, but no error. You could check with a root enabled file manager. Or you could get an "shared preferences" editor/viewer from play store to verify that there was a value saved
defim said:
Sometimes Android "forget" to create shared_pref directory in the apps data dir. Then savin preferences is not possible, but no error. You could check with a root enabled file manager. Or you could get an "shared preferences" editor/viewer from play store to verify that there was a value saved
Click to expand...
Click to collapse
if i create that dir myself, will it solve the problem?
kingkaminari said:
if i create that dir myself, will it solve the problem?
Click to expand...
Click to collapse
Should. Is it missing?
defim said:
Should. Is it missing?
Click to expand...
Click to collapse
didnt check that at the time. i'll have to install lollipop again soon (to test a deodexed stock rom i created) so i'll test your module again and create that dir if needed, then report back
i can confirm that no shared prefs dir was created. even after i created the dir, no preference was written
kingkaminari said:
i can confirm that no shared prefs dir was created. even after i created the dir, no preference was written
Click to expand...
Click to collapse
If you create it by "root" only root is allowed to r/w/x -> set user+group+permission like other dirs, eg the existing "files" or "cache".
Another "fix" could be to remove & reinstall.
But the suspect is that the directory is missing sometimes!
defim said:
If you create it by "root" only root is allowed to r/w/x -> set user+group+permission like other dirs, eg the existing "files" or "cache".
Another "fix" could be to remove & reinstall.
But the suspect is that the directory is missing sometimes!
Click to expand...
Click to collapse
actually, i just cleared the app's data and its working fine now

[MOD] request: Scrolling Screen Capture + Double Tap to open Camera

Hey there,
Can someone port the Scrolling Screen Capture feature over from the N5 to the N4?
also is it possible to Port the Double Tap to open the Camera while Screen is off/with a secure Lockscreen from the N5/S6 to the N4? I don't want to use Home2 Button.
Greetings,
Kivikaki:
Double tap can easy be set by download xposed and gravitybox and under the hardware buttons you can set the home button to open camera app by double tap
saifullah90 said:
Double tap can easy be set by download xposed and gravitybox and under the hardware buttons you can set the home button to open camera app by double tap
Click to expand...
Click to collapse
But this method doesn't work with locked screen...
Sent from my SM-N910F using XDA Premium 4 mobile app
saifullah90 said:
Double tap can easy be set by download xposed and gravitybox and under the hardware buttons you can set the home button to open camera app by double tap
Click to expand...
Click to collapse
you can do it without any apk or module:
http://forum.xda-developers.com/note-4/themes-apps/howto-config-double-tap-to-launch-camera-t3203026
Is the "Scrolling Screen Capture" mod available somewhere?
AndroidDeveloperLB said:
Is the "Scrolling Screen Capture" mod available somewhere?
Click to expand...
Click to collapse
No. Scrolling screen capture needs 64 bits lib.
technoyama said:
No. Scrolling screen capture needs 64 bits lib.
Click to expand...
Click to collapse
Is there any chance of overcoming this?
AndroidDeveloperLB said:
Is there any chance of overcoming this?
Click to expand...
Click to collapse
I really don't know. But here in XDA nothing is impossible...hehehehe
I hope that I'm wrong about the 64 bits lib
technoyama said:
I really don't know. But here in XDA nothing is impossible...hehehehe
I hope that I'm wrong about the 64 bits lib
Click to expand...
Click to collapse
Thank you. The current apps that do this aren't so comfortable, and they have issues. If you wish, here are those apps that I've found:
https://play.google.com/store/apps/details?id=com.web2mine.wg01
https://play.google.com/store/apps/details?id=com.nop.urltopdf
AndroidDeveloperLB said:
Thank you. The current apps that do this aren't so comfortable, and they have issues. If you wish, here are those apps that I've found:
https://play.google.com/store/apps/details?id=com.web2mine.wg01
https://play.google.com/store/apps/details?id=com.nop.urltopdf
Click to expand...
Click to collapse
Enjoy:
https://play.google.com/store/apps/details?id=com.glitch.stitchandshare
Thanks TmaLust for the info :good:
TMaLuST said:
Enjoy:
https://play.google.com/store/apps/details?id=com.glitch.stitchandshare
Click to expand...
Click to collapse
It's more for my mom, and this one takes quite a lot of steps.
It is nice though, as you can stitch from any app.
So, thank you.
Latest Version of Kyubi already have this scrolling capture ported.
:highfive:
PsiPhiDan said:
Hello All! I currently own an LG V20 and am getting the Pixel XL in February (allegedly). One feature I will need a proper replacement for is the Capture+ app. If you have never used it, It was much like the Note 5/7 in that you can get screenshots of only pertinent parts of the screen.
Being a system app it cannot be downloaded , but I cannot find any apps that do something similar. Does anyone know of any apps that do this? Any other suggestions for quickly getting partial screenshots?
Click to expand...
Click to collapse
ithehappy said:
Can't speak for LG, but I'm missing this feature too coming from a Note 4. Since getting this phone I am forced to take full screenshots only, even though most times I needed a small portion only. Would really like to know if there's an app or something for this.
Click to expand...
Click to collapse
:highfive: :highfive: :highfive: :laugh: :laugh:
I too wanna port of an app called "Smart Select"【https://youtu.be/OWcAeMXUuS4】 in Samsung S8 which can capture a small rectangular portion, capture in different shapes (predefined or using lasso tool), LONG CAPTURE and a GIF CAPTURE with various pro editing options.
If someone finds any app with all the above features, please reply!!!
Jaistah said:
Latest Version of Kyubi already have this scrolling capture ported.
Click to expand...
Click to collapse
And whats that??
The scrolling capture is available by just update your Smart select apk. I'm using 2.0.53 version and it works pretty well. It also will add the gif capture feature. And if you want to scroll capture without taking out s pen to capture with Screen Write, just enable the setting in Display>Enable Edit After Capture. If the option not available, just edit in system/etc/floating_feature and find line with Edit After Capture and change the word FALSE to TRUE
Note: You need to update the Smart select first.
Sent from my Note4 N9100
Anas Satria said:
The scrolling capture is available by just update your Smart select apk. I'm using 2.0.53 version and it works pretty well. It also will add the gif capture feature. And if you want to scroll capture without taking out s pen to capture with Screen Write, just enable the setting in Display>Enable Edit After Capture. If the option not available, just edit in system/etc/floating_feature and find line with Edit After Capture and change the word FALSE to TRUE
Note: You need to update the Smart select first.
Sent from my Note4 N9100
Click to expand...
Click to collapse
I am using v2.0.55 and there is no scrolling capture feature.... Or do we mean different things...? I mean for example a long screenshot, a screenshot made by scrolling down and capuring everything on the way.
megaequs said:
I am using v2.0.55 and there is no scrolling capture feature.... Or do we mean different things...? I mean for example a long screenshot, a screenshot made by scrolling down and capuring everything on the way.
Click to expand...
Click to collapse
Yeah, I mean long screenshot
Anas Satria said:
Yeah, I mean long screenshot
Click to expand...
Click to collapse
Seems like there is no option like in your screenshot....
Which custom rom you are using?
megaequs said:
Seems like there is no option like in your screenshot....
Which custom rom you are using?
Click to expand...
Click to collapse
Stock Samsung 6.0.1

Tomtom_V1.4_How 2 make it compatible with note 4 & s6

In this tutorial I will explain how to make compatible the gps tomtom in our smartphones
Only with root
Installs screen shift
https://mega.nz/#!yM0HEYyY!7mZX45E47fDRP-hSs2ruzYgs_Zhne****POFpPfTX2E
https://play.google.com/store/apps/details?id=com.sagar.screenshift2
and this application does is change the screen resolution so you can operate the tomtom.
http://images.tapatalk-cdn.com/15/10/01/5d44acc9f9801074db92ef2a6fca60a2.jpg
The good thing about this application is that it creates a notification in the notifications panel for one-touch can change the resolution back to the curtain down and clicking on it.
Samsung keyboard fails so I use when the use of google.
https://vimeo.com/141046188
I use resolution changer but i try SS
Edit: i used resolution changer. SS is batter. I use perapp profiles to set only tomtom! Thanks
I nviato dal mio SM-N920C utilizzando Tapatalk
Thx mate for this topic. I know it was the resolution but i cant find an app for per-app and you tell it.
rskstier said:
Thx mate for this topic. I know it was the resolution but i cant find an app for per-app and you tell it.
Click to expand...
Click to collapse
which application are you looking for?
What do you mean?
You tell this app below and i thank you for it
https://play.google.com/store/apps/d...r.screenshift2
It doesnt work to me the app dont change or chrasht many times and i must stop the app on a hard reset
rskstier said:
It doesnt work to me the app dont change or chrasht many times and i must stop the app on a hard reset
Click to expand...
Click to collapse
What smartphone model you have?
This app already dont works in note 5 because his system ui is not compatible
deiff76 said:
What smartphone model you have?
Click to expand...
Click to collapse
Note 4. With an app with you can change whole android its doesnt work too.
I have change the resolution low and system ui feom android chrast many times.
I must reinstall android and if the resolution works you cant typ your destination
rskstier said:
Note 4. With an app with you can change whole android its doesnt work too.
I have change the resolution low and system ui feom android chrast many times.
I must reinstall android and if the resolution works you cant typ your destination
Click to expand...
Click to collapse
Which is your rom ?
deiff76 said:
Which is your rom ?
Click to expand...
Click to collapse
Emotion revolution r10.1 but i want this week to r2.1 with note 5 ui.
See with the link below with note 5 ui
http://forum.xda-developers.com/note-4/snapdragon-dev/twrom-emotion-revolution-note-iv-t2976107
Did you think that a bug in de custom rom or somethink else?
Deleted
rskstier said:
Emotion revolution r10.1 but i want this week to r2.1 with note 5 ui.
See with the link below with note 5 ui
http://forum.xda-developers.com/note-4/snapdragon-dev/twrom-emotion-revolution-note-iv-t2976107
Did you think that a bug in de custom rom or somethink else?
Click to expand...
Click to collapse
Its not a bug, for the moment n5 systemui It does not allow it. hopefully in the future if you can because I have the rom kyubi n5 port and have the same problem
Working in kyubi rom port V7
http://forum.xda-developers.com/showthread.php?t=3254964
deiff76 said:
Only with root
Installs screen shift
https://mega.nz/#!yM0HEYyY!7mZX45E47fDRP-hSs2ruzYgs_Zhne****POFpPfTX2E
https://play.google.com/store/apps/details?id=com.sagar.screenshift2
and this application does is change the screen resolution so you can operate the tomtom.
http://images.tapatalk-cdn.com/15/10/01/5d44acc9f9801074db92ef2a6fca60a2.jpg
The good thing about this application is that it creates a notification in the notifications panel for one-touch can change the resolution back to the curtain down and clicking on it.
Samsung keyboard fails so I use when the use of google.
Click to expand...
Click to collapse
"Enter decryption key" ??
jvarela said:
"Enter decryption key" ??
Click to expand...
Click to collapse
I don't know, don't ask this for me
Deleted

[APP][6.0+] Fingerprint Quick Action --- Updated V0.8.0 --- Playstore Link

[APP][6.0+]Fingerprint Quick Action
Fingerprint Quick Action <<<< Play Store.
Confiemed working on RR 5.7.4 10-10 build + Radon 2.9.5.
Thanks for the app!
 @flar2 Maybe,you beed to look into this to enable Fingerprint tap to home on FPC102x (I have that variant and this works for me)
original post:
http://forum.xda-developers.com/android/apps-games/app-fingerprint-to-unlock-t3466549
Pavel Sajjad Khan said:
original post:
http://forum.xda-developers.com/android/apps-games/app-fingerprint-to-unlock-t3466549
Click to expand...
Click to collapse
Also linked at the top of the first post in this thread, or use the arrow in the quote.
not work on multirom 6.10.27
Works on official cm13 snapshot with radon 2.9.5. : )
Sadly it only for androids 6.0+
Works on @TheStrix CM 14.0 flawlessly... No probs at all...
need more action
works sometimes.....other times doesn't.
quite buggy.
P.S. I am on MIUI GLOBAL BETA
corkiejp said:
[APP][6.0+][29/10/2016] Fingerprint Quick Action
Click to expand...
Click to collapse
Great job corkiejp. I am wonder can this app add optional function let say the fingerprint when touch will take a picture in camera.
Miui has the function but CM13 dont have the fingerprint camera shutter function.
shanemod said:
Great job corkiejp. I am wonder can this app add optional function let say the fingerprint when touch will take a picture in camera.
Miui has the function but CM13 dont have the fingerprint camera shutter function.
Click to expand...
Click to collapse
I'm not the developer but in the original linked thread. I believe that feature has been requested!
Currently if you use the action to sleep, it will interfere with MIUI camera function, sleeping the device instead of taking a picture.
corkiejp said:
I'm not the developer but in the original linked thread. I believe that feature has been requested!
Currently if you use the action to sleep, it will interfere with MIUI camera function, sleeping the device instead of taking a picture.
Click to expand...
Click to collapse
It seem the app cannot work independently in miui.
shanemod said:
It seem the app cannot work independently in miui.
Click to expand...
Click to collapse
Yes agree need to put it in locked form always in resent apps only then works
CHETAN9 said:
Yes agree need to put it in locked form always in resent apps only then works
Click to expand...
Click to collapse
Or you can choose in app to enable "Foreground Service" - Resulting in a persistent notification.
Xposed Module Beta
Confirmed working and more stable than without the module.
ztc1997 said:
Early version of the xposed implementation was just completed. I upload it for test only, you need to bear the risk of testing yourself. In addition to xposed implementation, it is no different from the 0.5.0 version, if you do not want to test the Xposed module, there is no need to update.
Click to expand...
Click to collapse
Please send me that app link
becase of this was not installed in my redmi
yrk4674 said:
Please send me that app link
becase of this was not installed in my redmi
Click to expand...
Click to collapse
This is an app you need to install yourself. Doesn't come pre-installed.
The latest version can be found attached to this post or also available from xda labs <<< Open with XDA Labs app.
Fingerprint Gestures
There is an alternative app called "Fingerprint Gestures" that people may like to try instead. But requires allot of permissions.
It marked my device as incompatible, but is also available from xda labs.
Edit: - Just tested on my device and is incompatible for a reason, it doesn't work.
corkiejp said:
[APP][6.0+]Fingerprint Quick Action
Fingerprint Quick Action <<<< Play Store.
Click to expand...
Click to collapse
Wat is this?
Wat do work this app?
I need an app that screen is off , wit touch FP,my screen be ON.
Sent from my Redmi Note 3 using Tapatalk

Categories

Resources