Recently, I figured out that when i click on torch app it sbows "permission denied" message (see in atachment)... I am currently using nova launcher... is it common issue for all nova users?... do reply
It's a common thing, but not only for Nova users; this happens with every launcher, except Huawei's stock launcher. Discovered it by myself while trying to force the launch of torch app through Lawnchair, since that it was keeping to give me as error "the app is not installed"; anyway, after an in-depth search i've found out that torch app gives permission denial error because the FlashlightActivity (that has to pass through SystemUI before its launch) requires the following permission (screenshot attached):
Code:
huawei.android.permission.[COLOR="Red"]HW_SIGNATURE_OR_SYSTEM[/COLOR]
and with "HW_SIGNATURE_OR_SYSTEM", i understood that the app will launch only if started by an app signed by Huawei, like the stock launcher, or an EMUI system activity.
To bypass this issue, you can do this in way to being able to keep using the torch activity without going back to stock launcher - use the torch shortcut in quick tiles, in notification panel: it works, since that in this way it's EMUI that launches the FlashlightActivity, and not another app.
If you can live without the torch UI (that contains only a button that acts like an on-off ), this is the solution.
RedSkull23 said:
It's a common thing, but not only for Nova users; this happens with every launcher, except Huawei's stock launcher. Discovered it by myself while trying to force the launch of torch app through Lawnchair, since that it was keeping to give me as error "the app is not installed"; anyway, after an in-depth search i've found out that torch app gives permission denial error because the FlashlightActivity (that has to pass through SystemUI before its launch) requires the following permission (screenshot attached):
and with "HW_SIGNATURE_OR_SYSTEM", i understood that the app will launch only if started by an app signed by Huawei, like the stock launcher, or an EMUI system activity.
To bypass this issue, you can do this in way to being able to keep using the torch activity without going back to stock launcher - use the torch shortcut in quick tiles, in notification panel: it works, since that in this way it's EMUI that launches the FlashlightActivity, and not another app.
If you can live without the torch UI (that contains only a button that acts like an on-off ), this is the solution.
Click to expand...
Click to collapse
i am using torch in quick tiles... thanks for reply :good:
No problem dude
Related
Keyboard Manager allows you to customize what keyboard (input method) appear on input based on your phone orientation.
It displays the keyboards you have enabled on your android device, and let you select one per orientation (landscape/portrait).
As your phone switch orientation, the app automatically switch the keyboard.
The source code for the app is available at https://bitbucket.org/ne0fhyk/keyboard-manager/overview
Version 2.2:
- Bug fix: certain apps (MLB, Youtube, ...) misbehave while KM is running. This is caused by a 'transition screen', introduced in prior versions to prevent keyboard input freezes on orientation switch for older devices.
I added the option to MANUALLY DISABLE/ENABLE the 'transition screen'. Testing on Galaxy nexuses shows that affected apps stop misbehaving.
- Bug fix: fix KM's requests for root access outside of orientation switches.
Version 2.1:
Update should reduce the frequency of force closes for the swiftkey 3 keyboard.
Unfortunately, it's not possible at this point to eliminate all force closes while using swiftkey 3. The problem primarily lies with swiftkey 3, as many other keyboards (Thumb keyboard, hacker keyboard, swype,..) perform fine under Keyboard Manager.
If you think you can help, feel free to take a look at the code, and submit patches.
Version 2.0:
This version can he found on the android market by searching for Keyboard Manager.
I have open sourced the application source code to allow anyone to continue developing and improving the app.
The code can be found @ https://bitbucket.org/ne0fhyk/keyboard-manager/overview
Version 1.4:
The updated version can be found on the android market app by searching for 'Keyboard Manager'.
- Fix installation bugs issue cause by /etc/fstab read/write permissions on certain android devices.
INSTALLATION ISSUES FIX:
MOTOROLA ATRIX USERS, please follow the steps below if you cannot start the app after installing it.
If you are unable to launch the app after installation, please follow these steps:
- Look in your sdcard folder for the directory /Android/data/com.ne0fhykLabs.android.utility.kmLauncher/files/
- There should be an apk file there, Keyboardmanager.x.y.apk, where x,y stands for the version number
- Copy that file to /system/app/, and change the permissions to rw-r--r-- (Read/write for owner, read for group, and read for other)
- Reboot your device, and try running the app again.
If the problem still persists, please contact me through xda, or at [email protected]
Version 1.3:
The updated version can be found on the android market app by searching for 'Keyboard Manager'.
This update contains fixes to installation bugs, as well as better error reporting.
Version 1.2:
I uploaded an updated version of the app to the android market.
It can be found here( Mod edit: No Market links for paid apps) or on the 'android market' app by searching for 'Keyboard Manager'.
This update should fix the installation issue, and make it easier to push future updates to users.
Again feedbacks are welcome, and greatly appreciated.
Version 1.1:
Requirement:
- rooted android device (app was tested on Samsung captivate with Cognition v2.3b8 rom)
Installation:
a- Download, and install the apk file KMLauncher.1.1.apk
b- If KMLauncher.1.1.apk failed to install on your device, download KeyboardManager.1.1.apk manually to your sdcard, and follow the instructions for v1.0
The app should be visible in your launcher as 'Keyboard Manager'
Update:
- added KeyboardManager.1.1.apk for cases where KMLauncher.1.1.apk failed to install
- added/implemented 'start on boot' option
- notification disabled by default. added option to enable it
- ease up installation method
- removed freeze on orientation switch
Bugs:
- Depending on the foreground app, there might be a slight lag in the keyboard switch.
- KMLauncher.1.1.apk has trouble installing on certain devices. If this happens, please report device information, and follow instructions for KeyboardManager.1.1.apk. I am working on a fix for KMLauncher.1.1.apk
Version 1.0:
Requirements:
- Rooted android device (app was tested on Samsung captivate 2.1)
- Root Explorer app, or similar app that allows you to edit the permissions of a file.
To install:
1- Download the app (KeyboardManager.apk) on your device sdcard.
2- Using Root Explorer, move the apk file to /system/app
3- Using Root Explorer, edit the file permissions like below:
-- User: 'Read/Write' checked
--Group: 'Read' checked
--Others: 'Read' checked
4- Exit Root Explorer
The app should be visible in your launcher as 'Keyboard Manager'
Update:
- Added option to disable notification icon
-' start on boot' feature is disabled because it's not yet complete and tested... Sorry for the confusion
Bugs:
-On certain applications (i.e: Messaging on Samsung Captivate), the input window occasionally freeze on orientation switch. Exiting the app, and resuming should fix it.
Thanks!
- ne0fhyk
Sweet, thanks for the update.
need option to disable notfication icon
only have two things wrong
1. notification that the app is running stays in notification bar
2. when I switch it doesn't freeze but it closes the keyboard and have to reclick to open the keyboard back up
other than that works great
Sent from my Samsung Fascinate using XDA App
The notification icon is intended to remind the user that the service is running. I will add an option to disable it.
Does it close the keyboard everytime?
Sent from my SAMSUNG-SGH-I897 using XDA App
ne0fhyk said:
The notification icon is intended to remind the user that the service is running. I will add an option to disable it.
Does it close the keyboard everytime?
Sent from my SAMSUNG-SGH-I897 using XDA App
Click to expand...
Click to collapse
using nexus one it doesnt change kb everytime from portrait to landscape mode.. stays in the same mode sometimes.
yea I flipped it several times it switched everyone but closed the keyboard. not a fc or anything just dropped the board
Sent from my Samsung Fascinate using XDA App
wow.. these looks really promising! Will it work on any rom, or is it specific to certain types?
is this the same version that was posted in the middle of some thread a couple months ago?
want to know if I need to update or not.
Works perfectly for me on droid x
rmoney said:
is this the same version that was posted in the middle of some thread a couple months ago?
want to know if I need to update or not.
Click to expand...
Click to collapse
It is an updated version.
Ditto on getting rid of the notification icon.
For me it isn't working. When configured it, and every time I switch between orientations, I get this message
"Exception caught: java.lang.SecurityException: Using null token requires permission android.permission.WRITE_SECURE_SETTINGS"
I thought it was a little strange, but when I installed it it said it didn't require any permissions. That didn't seem right to me...
bonikowsky said:
Ditto on getting rid of the notification icon.
For me it isn't working. When configured it, and every time I switch between orientations, I get this message
"Exception caught: java.lang.SecurityException: Using null token requires permission android.permission.WRITE_SECURE_SETTINGS"
I thought it was a little strange, but when I installed it it said it didn't require any permissions. That didn't seem right to me...
Click to expand...
Click to collapse
Did you follow the instructions to install. Based on your description, it seems you install it like a regular app.
After you install restart (reboot) your phone. App is awesome dude, few glitches still on the incredible, but much better then the last version!
Good app!!
A sugestion for an extended version: choose keyboard based on the app you are usin (swipe for handcent and stock for search for example). That would turn this app into something unique!
Thanks!
Enable service on boot is grayed out for some reason and the notification persists even after unchecking the box. 2.2 droid x
BUT! This app is awesome. Been waiting for something like this. Thanks so much
Nitromind said:
Good app!!
A sugestion for an extended version: choose keyboard based on the app you are usin (swipe for handcent and stock for search for example). That would turn this app into something unique!
Thanks!
Click to expand...
Click to collapse
It's already pretty unique. ;-)
The "enable on boot" option is grayed out on my Droid X.
Worked the first time when I tested it in search, but all subsequent attempts failed when I went into landscape. Also, the notification icon at the top is still showing even though I had it disabled. That boot option is grayed out for me too (I don't know if that's a bug). EVO
It works as far as switching from portrait to keyboard, but when I switch from Portrait (Swype) to landscape (multi) in Handcent, I cannot see what I'm typing in landscape until I rotate back to portrait. The text entry box is there and the keyboard behaves normally, but nothing shows up in the box I'm typing into until I rotate. This happens whether or not I type anything in portrait prior to rotating. I have a Droid X.
Glad to see this being developed though!
Looking for a screenshot app that has no UI. I had one before, but can't recall the name. Long story short, my bf has a phone with a wonky home button (Samsung) and the native screenshot method won't work. I want to use such an app as a trigger paired with either Tasker or Xposed Additions, to map 'launching' the app to a long-press of one of his nav buttons, thus taking a screenshot through long-press of a single button. My ROM allows a screenshot option in the notification panel, but his ROM (Optimized CM12.1) doesn't have this, and aside from this small missing feature the ROM is fantastic. He also doesn't want to use gestures as a trigger. GravityBox breaks touchscreen functionality, so that is also out of the question. The app I used before did not create a notification icon, so this would be great if a similar app exists or if you know the name of what I used. Any suggestions?
Hi all;
I used to have NS toggle, NS Shortcuts and Tuffs applications before with my old smpartphones and Android 5.1.1.
These shortcut methods also could do the direct dial with your favorite contacts. But on MAte 8 it cannot be with any of theese apps.
I let the permissions for launching telephone and making calls but ıt says can not and does not do anything. Nova launcer also can not do the direct call.
I want my favorites on notification drawer. I know shortcuts may be done on the home screen but not the same thing. I want to scroll down the notification drawer and see my favorite contacts there with 3 of theese apps. And ith just one click dial them.
What permission or what app may be problematic? Is that an EMUI issue? Why does a third party app can not have permission to call a contact directly.
Thanks.
This widget makes direct call from my launcher (Nova).
Free, no ads.
https://play.google.com/store/apps/details?id=com.codificador.speeddial
This is from homescreen.
What i said is from notification drawer. It creates the shortcut. But when you click ıt doesnt call. At the same drawer any other shortcut is working. Like Whatsapp, gallery etc any other.
themissionimpossible said:
This widget makes direct call from my launcher (Nova).
Free, no ads.
https://play.google.com/store/apps/details?id=com.codificador.speeddial
Click to expand...
Click to collapse
What creates is = Tuffs, NS Toggle, NS Shortcuts apps.
gedizlib said:
This is from homescreen.
What i said is from notification drawer. It creates the shortcut. But when you click ıt doesnt call. At the same drawer any other shortcut is working. Like Whatsapp, gallery etc any other.
Click to expand...
Click to collapse
gedizlib said:
What creates is = Tuffs, NS Toggle, NS Shortcuts apps.
Click to expand...
Click to collapse
IMHO these apps can't have direct dial permission as they aren't telephony type apps, only shortcut making apps.
Android 6.0 is much more restrictive on permissions available based on the app type.
But it was not like tihs in Lolipop. That is the 6.0 ristriction i understand?
themissionimpossible said:
IMHO these apps can't have direct dial permission as they aren't telephony type apps, only shortcut making apps.
Android 6.0 is much more restrictive on permissions available based on the app type.
Click to expand...
Click to collapse
I think it's a more restrictive Marshmallow operation mode.
If an app doesn't explicitly require a particular permission, this permission will be automatically negated.
Permissions requested by an app can be negated by the user, but new ones cannot be granted.
You can see all available permissions for an app in the app setting menu (all permissions), check if direct call authorization is listed.
Edit:
I checked Tuff's permissions in Google Play store and "directly call phone numbers" is listed as available for current version 2.5 (February 24, 2016)
Hi,
I've checked again but no way. Quick dial doesnt work. Quick SMS works but interestingly.
I have attached 2 photos. When i click Home it does nothing.
themissionimpossible said:
I think it's a more restrictive Marshmallow operation mode.
If an app doesn't explicitly require a particular permission, this permission will be automatically negated.
Permissions requested by an app can be negated by the user, but new ones cannot be granted.
You can see all available permissions for an app in the app setting menu (all permissions), check if direct call authorization is listed.
Edit:
I checked Tuff's permissions in Google Play store and "directly call phone numbers" is listed as available for current version 2.5 (February 24, 2016)
Click to expand...
Click to collapse
Any more suggesitons?
Go to Launcher3 in Settings - App and grant permission to phone.
Direct dial widget that works on Nova (and other launchers)
Hi,
To circumvent this problem with the direct-call widget some people recommended Speeddial.apk (see at the beginning of this thread). The free version only lets you create dial-contacts while the pro version also allows sms-contacts. But since SMS widgets already work (they use a different app to actually direct-text) the free version is sufficient. The only problem of Speeddial is its big storage requirements and the regular nagging to obtain the pro-version.
A much better alternative IMHO that is completely free is Quickdial.apk. This is widget-app is only limited to dialer-shortcuts but it only requires 384kB instead o/t +2MB of the other app. Beware that some people might not like the look of QuickDial's widgets.
Link to Quick Dial Widget below
Quickdial: https://play.google.com/store/apps/details?id=com.krizai.phonewidget&hl=nl
I'm currently on Android 10 and reluctantly sticking with the pixel launcher. When I use Lawnchair or Nova I get the the recents tab as sort of an overlay over the homescreen. This happens a few times a day and the only thing I can do to get rid of it is to reboot. This is wicked annoying. Has anyone experienced this and/or know if there's a fix?
guitarsmurf2501 said:
I'm currently on Android 10 and reluctantly sticking with the pixel launcher. When I use Lawnchair or Nova I get the the recents tab as sort of an overlay over the homescreen. This happens a few times a day and the only thing I can do to get rid of it is to reboot. This is wicked annoying. Has anyone experienced this and/or know if there's a fix?
Click to expand...
Click to collapse
I've not experienced this ? although I am using Lawnchair with QuickSwitch on a LC build that supports Q as a recents provider, but I've had no real issues regarding the weird recents overlay stuff.
Sent from my Google Pixel 3a XL using XDA Labs
I also experience this with Nova launcher. I am really missing the clear all button. I am guessing some compatibility issue with the pixel launcher. I typically freeze or delete the stock launcher, however when I froze it I lost the ability to open the recent tab at all.
Im using Evie launcher. Its simple, but does what I want for my Pixel 3A.
Sent from my Pixel 3a using Tapatalk
lancasterv3 said:
I also experience this with Nova launcher. I am really missing the clear all button. I am guessing some compatibility issue with the pixel launcher. I typically freeze or delete the stock launcher, however when I froze it I lost the ability to open the recent tab at all.
Click to expand...
Click to collapse
The clear all button only shows when using a launcher that is the recents provider.
Sent from my Google Pixel 3a XL using XDA Labs
guitarsmurf2501 said:
I'm currently on Android 10 and .... [w]hen I use ... Nova [Launcher] I get the the recents tab as sort of an overlay over the homescreen. ...
Click to expand...
Click to collapse
I don't use gesture navigation, rather I prefer the old-style three-button system navigation (System settings -> System -> Gestures -> System navigation -> 3-button navigation). I'm not sure this suggestion will help you but it was offered to me through the Discord support site:
After a reboot go into Nova Launcher's settings and scroll near the bottom. Click on "Set Default Launcher". The normal Android prompt asks if you want to "Use Nova Launcher as Home". Tap "Always". It will appear as if the Nova Launcher Settings window is re-drawn. Back out of Nova's settings.
Now when you tap on the square recents button you'll see your recent application list in a manner which is similar to Android 9. Even though you told Android 10 to always use Nova Launcher, after each reboot you'll need to follow this process to get the three-button navigation to work in Nova Launcher the way it traditionally has. So this isn't really a fix but a circumvention for how Android 10 and third-party launcher software work together.
wpscully said:
I don't use gesture navigation, rather I prefer the old-style three-button system navigation (System settings -> System -> Gestures -> System navigation -> 3-button navigation). I'm not sure this suggestion will help you but it was offered to me through the Discord support site:
After a reboot go into Nova Launcher's settings and scroll near the bottom. Click on "Set Default Launcher". The normal Android prompt asks if you want to "Use Nova Launcher as Home". Tap "Always". It will appear as if the Nova Launcher Settings window is re-drawn. Back out of Nova's settings.
Now when you tap on the square recents button you'll see your recent application list in a manner which is similar to Android 9. Even though you told Android 10 to always use Nova Launcher, after each reboot you'll need to follow this process to get the three-button navigation to work in Nova Launcher the way it traditionally has. So this isn't really a fix but a circumvention for how Android 10 and third-party launcher software work together.
Click to expand...
Click to collapse
Thanks I'll try that. So far it seems to work. I used to just go into settings and pick there default home there. Fingers crossed!
The Clear all works with nova launcher when using 2 button navigation but not 3 button.
I sent an email to Nova about this and this is on Googles side according to them. They sent this back
Hello,
You can read Google's official statement and our statement about the issues you and anyone else using Android 10 is experiencing. Please take note that Google admits to this being broken on their end of things and that a fix will be coming in a future update to Android.
We understand that this statement was made 2 months during a beta of Android 10. However, as is stated in the below URL, this issue will remain broken even after Android 10 is released in its final form, which was September 3rd, 2019. What this means is that Google knew well ahead of time that they had no plans to fix this until much later so it's still a relative issue today.
Google's statement: https://android-developers.googleblog.com/2019/07/android-q-beta-5-update.html
Our statement: https://help.teslacoilapps.com/faq/gesture-navigation
What this means is that Nova, nor any other 3rd party launcher, can fix or change this in any way at this time. This issue is 100% on Google's end and Google is the only ones who can fix this issue. Their entire statement is below. Please note that the statement was from some time in July 2019, but it still pertains today and will continue to pertain until Google includes a fix for it in an upcoming release of Android 10.
PLEASE READ OUR SIGNATURE BELOW
If you didn't do so this time, please always use Nova Settings -> Contact Support to contact us as this provides us with a ton of useful information that can and will help us help you quicker and better. When doing so, please make sure the supportdetails.txt file remains attached to your email.
Answers to your questions are often found in the FAQ's so please read them prior to sending an email to possibly find your answer without having to wait for a response: https://help.teslacoilapps.com/faq You can also always access the FAQ's via Nova Settings -> FAQ's.
Yeah, looks like I'm stuck with the Pixel Launcher, which is not too bad really.
I knew Android 10 gestures don't work with 3rd party launcher, but now recents is buggy as well... Almost as if they tied the recents in with the launcher.
Don't want to sound like I'm ranting, but... My Huawei had these gestures since Android Pie (EMUI 9) and it worked properly from day one. Just saying...
I'll have to wait.
What is the Best launcher with cool transitions
Could try nova launcher lawn chair and ruthless those are the only ones I can think of I know there are more
Nova, by far
Lawnchair beta 4. Everything else is just overhead imho.
Anyone running nova on the march update? I saw mention of a fix for animations or something similar when using 3rd party launchers. I wonder if they fixed the issue of not being able to use split screen with 3rd party launchers IF you have animations disabled.
boorog said:
cool transitions
Click to expand...
Click to collapse
None as third party launchers break animations with gestures
I've been using Nova since Android v5
iRhyiku said:
None as third party launchers break animations with gestures
Click to expand...
Click to collapse
I think you're hitting on what I said. The Nova developers replied in the nova thread here on XDA that this break is on the android side. Any third part launcher will not allow for split screen if animation duration scale is set to "off" or "0." This is ridiculous and google needs to fix it. There is a mention of fixes with third part launchers in the march update change log. I double it has to do with this specific issue, but I can hope.
I was using Microsoft Launcher for quite some time. Then switched back to Nova. There really is no competition.
Anyone who is used to the triple launch actions (tap, swipe up and swipe down) for every icon on homescreen would find it very difficult to switch to another launcher. I like to keep my home screen clean and uncluttered, and this feature helps me launch 36 apps with just 2 rows of apps (6 in each), including the dock.
Ofcourse, there are so many other features. I can't imagine how people use stock launchers on their devices.
TheMystic said:
I was using Microsoft Launcher for quite some time. Then switched back to Nova. There really is no competition.
Anyone who is used to the triple launch actions (tap, swipe up and swipe down) for every icon on homescreen would find it very difficult to switch to another launcher. I like to keep my home screen clean and uncluttered, and this feature helps me launch 36 apps with just 2 rows of apps (6 in each), including the dock.
Ofcourse, there are so many other features. I can't imagine how people use stock launchers on their devices.
Click to expand...
Click to collapse
How do you do this?
There's a new beta version of Nova that works with gestures and animations etc. Running it myself at the moment
bird333 said:
How do you do this?
Click to expand...
Click to collapse
I second this. Can you provide screen shots or something?
bird333 said:
How do you do this?
Click to expand...
Click to collapse
It is a feature available with Nova launcher when you long press on any app icon. You'll need the Prime license for swipe actions though.
TheMystic said:
It is a feature available with Nova launcher when you long press on any app icon. You'll need the Prime license for swipe actions though.
Click to expand...
Click to collapse
ah, i see. What are your swipe actions? It looks like the swipe actions are launcher/OS action like open quick settings though...so for example you have a swipe up action on photos set to open, say, your messaging app? That seems goofy. what's the utility of that? that'd be a lot of stuff to remember: swipe up on photos to open messaging, swipe right on photos to open facebook, swipe down on settings to open brace browser, etc.???
If the swipe actions did things internal to that app like a swipe up on photos opened a certain folder or that app's settings that might make sense. Maybe I'm not understanding correctly.
Schroeder09 said:
ah, i see. What are your swipe actions? It looks like the swipe actions are launcher/OS action like open quick settings though...so for example you have a swipe up action on photos set to open, say, your messaging app? That seems goofy. what's the utility of that? that'd be a lot of stuff to remember: swipe up on photos to open messaging, swipe right on photos to open facebook, swipe down on settings to open brace browser, etc.???
If the swipe actions did things internal to that app like a swipe up on photos opened a certain folder or that app's settings that might make sense. Maybe I'm not understanding correctly.
Click to expand...
Click to collapse
Swipe actions can do a whole lot of things such as launching an app, launching a shortcut provided by an app (such as launching a contact, conversation, composing an email, running a backup, etc.), launching a system activity, etc.
TheMystic said:
Swipe actions can do a whole lot of things such as launching an app, launching a shortcut provided by an app (such as launching a contact, conversation, composing an email, running a backup, etc.), launching a system activity, etc.
Click to expand...
Click to collapse
ok, that makes more sense. thank you.
Bxperiaz3 said:
There's a new beta version of Nova that works with gestures and animations etc. Running it myself at the moment
Click to expand...
Click to collapse
I've been running this pretty much since it was released with Nova Google Companion and have had no issues.
Bxperiaz3 said:
There's a new beta version of Nova that works with gestures and animations etc. Running it myself at the moment
Click to expand...
Click to collapse
what version? I'm on the 8.0.3 beta. Turning animation duration scale means you can't use split screen in the app drawer. A nova developer addressed this issue here on XDA, confirmed it, and said it's an android issue. It will work if animations are enabled. Are yours enabled?
I was on Nova for a long time. From the past couple of years I've been in Niagara Launcher. It fits my needs. Here is a screenshot of the launcher on my device
boorog said:
What is the Best launcher with cool transitions
Click to expand...
Click to collapse
I've used Nova for years...won't use anything else. But, I set my animations to .5x in developer mode, so I don't see any "cool transitions".