NO ROOT REQUIRED - Uninstall System Apps - Fire HD 8 and HD 10 General

***This will NOT work on FireOS 5.4.0.1 If your device hasn't updated to that version, it is advisable to IMMEDIATELY 'uninstall DeviceSoftwareOTA.apk.***
I can confirm this is working on the Fire HD . Here is the article from XDA with detailed instructions for newbies. Like all other hacks or tricks, I cannot be held responsible for any possible permanent damage you may cause to your devices.
**NOTE**
A factory rest will restore all SYSTEM/Amazon apps you 'uninstalled.' So if you mess your tablet, you can at least start over.
**WARNINGS**
1) If you plan on installing 3rd party apps to replace the Amazon apps you uninstalled, please install and setup your 3rd party apps BEFORE uninstalling Amazon apps. In many cases, installing replacement apps after the uninstalling of Amazon apps, causes some 3rd party apps to malfunction. You will then have to uninstall the 3rd party app or do a reset.
2) Uninstalling Fire Launcher, Retail Demo, some oobe and Whisper apps, *WILL* disable your home button. If you uninstall any parental controls, your camera picture roll will not work. Recommend installing replacement camera and gallery before uninstalling Amazon's. As of July 27, 2017 9:20am a *pre uninstall* fix exists to make sure your home button stays functional. If you already uninstalled the apps listed in the following link, you will have to perform a reset and download the tool linked just below, or if you prefer manually uninstalling the apps, *avoid uninstalling*: com.amazon.kor.demo, com.amazon.firelauncher and com.amazon.kindle.otter.oobe. You can also edit the tool's .bat to keep the apps you want. This link lists all the apps you can uninstall, that will NOT affect the home button. The three listed at the top should NOT be uninstalled.
** Gloating **
1) A tool has been created that allows this process to happen automatically. A huge thanks to 'savvytechwinner' for helping for months to get us to this stage and an even bigger thanks for creating the tool, something I have no idea how to do.
2) A little gloating: We've scored a great write up on Liliputing!
Code:
adb shell
$ pm list packages
$ pm uninstall -k --user 0 <name of package>
Example: (this removes Amazon video)
Code:
adb shell
$ pm list packages
$pm uninstall -k --user 0 com.amazon.avod

DragonFire1024 said:
Code:
adb shell
$ pm list packages
$ pm uninstall -k --user 0 <name of package>
I just removed the Appstore.
Click to expand...
Click to collapse
Do you know if it is possible to install an application again? I mean after unistalling a system package.
I uninstalled the firelauncher so now Nova it is loading by default during boot. Nice but the Home button is still not working.

afeno said:
Do you know if it is possible to install an application again? I mean after unistalling a system package.
I uninstalled the firelauncher so now Nova it is loading by default during boot. Nice but the Home button is still not working.
Click to expand...
Click to collapse
Very cool! Look in accessibility and see if there is an option for the home button. EDIT: I don't Know if you can or not. According to link, you can if you factory reset.

DragonFire1024 said:
Very cool! Look in accessibility and see if there is an option for the home button. EDIT: I don't Know if you can or not. According to link, you can if you factory reset.
Click to expand...
Click to collapse
I think that there is something else between Firelauncher and the Home button. Otherwise, I don't understand why the home button is never working... I have the feeling that the home button that we see is not really the Android Home button.
But on the other hand, If Firelauncher is dissable using root, then the home button can be assigned to any other launcher. So why it doesn work with hide/uninstall?

afeno said:
I think that there is something else between Firelauncher and the Home button. Otherwise, I don't understand why the home button is never working... I have the feeling that the home button that we see is not really the Android Home button.
But on the other hand, If Firelauncher is dissable using root, then the home button can be assigned to any other launcher. So why it doesn work with hide/uninstall?
Click to expand...
Click to collapse
I have a feeling a lot of what Amazon shows us, is not 'real.' I don't think the Accessibility controls at the bottom of Accessibility actually do anything at all. You can see my post here on how this could very well be the case.
In regards to the home button, this might work, it might not.
Code:
adb shell
$ settings put secure user_setup_complete 1
If somehow you managed to disable the home button in ABD by accident or something, that code will enable it again.
Firelauncher is linked to Prime Photos and at least Videos. At least those three are linked and it has something to do with syncing. I haven't been able to disable that yet. Of course if you get rid of the three, that problem is solved.

DragonFire1024 said:
I haven't been able to disable that yet. Of course if you get rid of the three, that problem is solved.
Click to expand...
Click to collapse
What do you mean? What problem is solved if I get rid of the three?

Seems to work pretty well. Installed nova launcher and then removed the firelauncher . Home button not working but another thread i read suggested installing 'multi action home button' from play store. From there change 'action on click' and select application, then choose nova launcher. So far so good. Will have a play about and see what else can be uninstalled later on.

Mawfingerer said:
Seems to work pretty well. Installed nova launcher and then removed the firelauncher . Home button not working but another thread i read suggested installing 'multi action home button' from play store. From there change 'action on click' and select application, then choose nova launcher. So far so good. Will have a play about and see what else can be uninstalled later on.
Click to expand...
Click to collapse
Did the above code work to re-enable the home button?
Code:
adb shell
$ settings put secure user_setup_complete 1

afeno said:
What do you mean? What problem is solved if I get rid of the three?
Click to expand...
Click to collapse
If I recall, can't you set up the docking button in Nova to be 'home'? If so, you can get rid of the three packages.

DragonFire1024 said:
Did the above code work to re-enable the home button?
Click to expand...
Click to collapse
No. It is not having any effect. It seems that the home button is doing different when it is pressed without firelauncher installed.
When Firelauncher is uninstalled and Home is pressed, nothing happens, except if you press the Square and then Home then something strange happens (black screen -> Wallpaper -> Lock Screen -> Launcher if it is unlocked)
Is it possible to replace firelauncher with another laucher but keep the same name... (without root)
---------- Post added at 06:42 PM ---------- Previous post was at 06:38 PM ----------
Mawfingerer said:
Seems to work pretty well. Installed nova launcher and then removed the firelauncher . Home button not working but another thread i read suggested installing 'multi action home button' from play store. From there change 'action on click' and select application, then choose nova launcher. So far so good. Will have a play about and see what else can be uninstalled later on.
Click to expand...
Click to collapse
Did you manage to use another 'multi action home button' successfully? I tried with 'Home2 Shortcut' but nothing...

afeno said:
No. It is not having any effect. It seems that the home button is doing different when it is pressed without firelauncher installed.
When Firelauncher is uninstalled and Home is pressed, nothing happens, except if you press the Square and then Home then something strange happens (black screen -> Wallpaper -> Lock Screen -> Launcher if it is unlocked)
Is it possible to replace firelauncher with another laucher but keep the same name... (without root)
---------- Post added at 06:42 PM ---------- Previous post was at 06:38 PM ----------
Did you manage to use another 'multi action home button' successfully? I tried with 'Home2 Shortcut' but nothing...
Click to expand...
Click to collapse
I have done all of the above as well, and I'm getting the same results as you are. I'm hoping a simple solution comes along

DragonFire1024 said:
Did the above code work to re-enable the home button?
Code:
adb shell
$ settings put secure user_setup_complete 1
Click to expand...
Click to collapse
Nope, didnt restore function of the home button I am afraid . On restarting it went through a quick optimising apps before it went to lockscreen and it removed the setting i had set for home button via the multi-action home app.
afeno said:
Did you manage to use another 'multi action home button' successfully? I tried with 'Home2 Shortcut' but nothing...
Click to expand...
Click to collapse
I am using an app that I downloaded from play store and multi-action home button is the name of it. Seems to be working fine from what I can tell. Basically adds a small button above current home button.

mishathegoat said:
I have done all of the above as well, and I'm getting the same results as you are. I'm hoping a simple solution comes along
Click to expand...
Click to collapse
See here. If you are using this method, make sure to enable home button detect in accessibility.
EDIT: Now I recall it having to do with Alexa and having that option activated on long pressing home as well as the home button detect. If you got rid of Alexa, there's your (and my) problem I suspect.

DragonFire1024 said:
See here. If you are using this method, make sure to enable home button detect in accessibility.
Click to expand...
Click to collapse
So far, the solution that I like more is uninstall the firelauncher and use "Multi-Action Home Button". It is not perfect but the hijack scrip is having a glitch that I don't like.

afeno said:
So far, the solution that I like more is uninstall the firelauncher and use "Multi-Action Home Button". It is not perfect but the hijack scrip is having a glitch that I don't like.
Click to expand...
Click to collapse
I will try it. Nova keeps going between it and what's left of the ridiculous Amazon wallpaper/desktop. I will get a black screen for a few seconds once, sometimes twice before Nova kicks back in. Has that been fixed yet?

DragonFire1024 said:
I will try it. Nova keeps going between it and what's left of the ridiculous Amazon wallpaper/desktop. I will get a black screen for a few seconds once, sometimes twice before Nova kicks back in. Has that been fixed yet?
Click to expand...
Click to collapse
No. I have the same black screen and wallpaper. But Only when I press Home button after the square button. I realized that the "Multi-Action Home Button" overlaps the keyboard
There is no app that replace the 3 buttons just where they are? I saw several apps to customize the buttons but none of them is able to change the applications associated to each.

So if i'm using "Multi-action home" is there a way to hide the default home button? Pretty much ready to just root this thing :/

afeno said:
No. I have the same black screen and wallpaper. But Only when I press Home button after the square button. I realized that the "Multi-Action Home Button" overlaps the keyboard
There is no app that replace the 3 buttons just where they are? I saw several apps to customize the buttons but none of them is able to change the applications associated to each.
Click to expand...
Click to collapse
I was just looking fora home screen setting when I just realized...Firelauncher has a home screen setting activity. You can reinstall Firelauncher by searching for it in a file manager like Total Commander. Only problem is you're stuck with it unless there's a way to use the home screen settings in Firelauncher's activity, but get rid of the actual launcher. There's where our home button is.

I was able to install Evie launcher and unistall fire launcher and have no problems with the home button. Maybe it has something to do with Nova?

DragonFire1024 said:
I was just looking fora home screen setting when I just realized...Firelauncher has a home screen setting activity. You can reinstall Firelauncher by searching for it in a file manager like Total Commander. Only problem is you're stuck with it unless there's a way to use the home screen settings in Firelauncher's activity, but get rid of the actual launcher. There's where our home button is.
Click to expand...
Click to collapse
You are too good. I can't follow you with my knowledge...
Where do you see and how do you enter into the Firelauncher settings activity?
And where is located Firelauncher to re-install it with Total commander?
---------- Post added at 08:55 PM ---------- Previous post was at 08:53 PM ----------
Scorch580 said:
I was able to install Evie launcher and unistall fire launcher and have no problems with the home button. Maybe it has something to do with Nova?
Click to expand...
Click to collapse
Can you give more details? What FireOS do you have? Did you Hide or uninstall Firelauncher? What order did you use? :fingers-crossed:

Related

[Q] LauncherPro question

I installed launcherpro and really it. when switching back and forth from twlauncher and launcherpro i accindently checked make twlauncher default when bottom home key is pressed. how do i undo that so it doesn't switch to twlauncher everytime I hit the home button at the bottom of the phone. Thanks
You must uninstall and re-install launcher pro.
Sent from my SGH-T959 using XDA App
You don't have to reinstall launcher pro. You can download an app called Home Switcher from the market. Its free
Sent from my SAMSUNG-SGH-I897 using XDA App
yes i have home switcher and it does not fix this problem. still everytime i press home (bottom row below the samsung). I should also note this is a froyo phone.
I have a question regarding LauncherPro also. To be safe, should I disable it, or uninstall it, before updating to JF7? I just got my new phone few days ago and still on JF6..
I switched mine to twlauncher just to be sure.
corrected by starting phone in recovery starting with vol buttons pressed and then deleted user data. had to set up phone again but oh well
technut963,
If this happens to you again, in Froyo all you have to do is click settings, applications, manage applications, on the top bar click All, then go down and click TwLauncher, then clear default. Then hit the home button and you should be asked what one you want to use and set it as default again.
I simply setup a shortcut that links to Activities -> TwLauncher and one for LauncherPro on the phone. As for adjusting the default see above.
mcx6 said:
technut963,
If this happens to you again, in Froyo all you have to do is click settings, applications, manage applications, on the top bar click All, then go down and click TwLauncher, then clear default. Then hit the home button and you should be asked what one you want to use and set it as default again.
Click to expand...
Click to collapse
thank you very much. works great. This site is the greatest,

[Q] Remapping hardware buttons

Does anybody know a good app to assign actions to the hardware buttons (Touchbuttons on the bottom)? Of course only for the long press action. Otherwise I think I need the defaults I found out that when you keep the home key pressed, it shows a panel with the last opened apps, and the same with the Search button gives you Google Voice. I also have an App that toggles auto-rotate which runs on the long press of the Search button. However, must apps are not smart enough to distinguish between short and long press: They perform their action anyway, and if I keep the button pressed, I can also turn off auto rotate. But that's kinda annoying. The Homekey doesn't have this problem, so I'd like to move auto-rotate to this key. Is there an app that can do this? Or some other means of configuration?
Found LaunchKey in the meantime, but it only works for the Long-press search button. Would like long press home button... No ideas?! There is Button remapper, but it says it requires root.
Firefall! said:
Found LaunchKey in the meantime, but it only works for the Long-press search button. Would like long press home button... No ideas?! There is Button remapper, but it says it requires root.
Click to expand...
Click to collapse
there you go.
greengoldmello said:
there you go.
Click to expand...
Click to collapse
So, and if I EVER, for some foolish reason, I decide to actually reboot my phone, you expect me to reconfigure everything?
Or just wait a few weeks for root...
Firefall! said:
So, and if I EVER, for some foolish reason, I decide to actually reboot my phone, you expect me to reconfigure everything?
Click to expand...
Click to collapse
it could be hard enough process for everyone like me to re-setup the device after each reset!
im kind of very obssesive about my device stability and such
---------- Post added at 12:05 PM ---------- Previous post was at 12:04 PM ----------
Firefall! said:
So, and if I EVER, for some foolish reason, I decide to actually reboot my phone, you expect me to reconfigure everything?
Click to expand...
Click to collapse
it could be hard enough process for everyone like me to re-setup the device after each reset!
im kind of very obssesive about my device stability and such
:laugh:
If your sensation is rooted.. You can try this one dude..
1. Download Xposed installer, install. once installed,
2. Open Xposed installer, Click on Framework
3. Install Updates and reboot your phone
4. Once your phone has booted up.. Open Xposed Installer
5. Click on Download then scrol down and choose Xposed Additions and install
6. Click on Modules, Tick on Xposed Additions and reboot your phone
7. Once the phone has booted up, click on the app Xposed Additions and Re-map Settings
8. Then you'll be able to remap your hardware buttons
hope it helps...
Naipadala sa pamamagitan ng pangungulangot sa ilong

[Q] button remap?

Is it possible to remap the menu button on the verizon s 3 to multitasking?
I'm going to think your going to have to be rooted, and maybe change something in the build prop.
Apex launcher let's customize buttons in the settings.. Just download it from the play store!
http://forum.xda-developers.com/showthread.php?t=1789000
Check out this thread. This app remaps home button but on the app Page in play store the same dev also has an app that remaps other buttons if I'm not mistaken.
Hope this helps.
Home2shortcut
Sent str8 from my half eaten Banilla Ice Cream Samich
Yes, its possible, I have my buttons totally remapped with:
Menu button - Home/Multitasking
Home button - Menu/whatever holding it down does
Back - Back
I also made it so that the home button doesn't wake the phone as well.
In a couple days (or whenever i have time really) im gonna put a guide together how to do this in detail (i havent seen an extensive one yet).
BEFORE DOING THIS, BACK UP EVERYTHING!!! I'M NOT RESPONSIBLE FOR ANY PROBLEMS OR MISHAPS.
Also, you need root for your phone to mount the system as writable.
NOTE when i first did this, i only changed one at a time, and made the mistake as not having a Menu button (i had two home buttons and a back button) which proved tricky to find a way around. Just be very careful!
In short, modify the files sec_touchkey.kl and sec_keys.kl within ES File Explorer or Root Explorer under ~/system/usr/keylayout/ . As soon as you edit these and save them, the App will automatically create a sec_touchkey.kl.bak or sec_keys.kl.bak file next to your modified file. After an edit, you'll need to reboot your phone for the changes to be in effect.
I would advise to look at these files in detail before mounting the system as writable, to avoid mistakes.
Good luck!!
usatf1290 said:
Yes, its possible, I have my buttons totally remapped with:
Menu button - Home/Multitasking
Home button - Menu/whatever holding it down does
Back - Back
I also made it so that the home button doesn't wake the phone as well.
In a couple days (or whenever i have time really) im gonna put a guide together how to do this in detail (i havent seen an extensive one yet).
BEFORE DOING THIS, BACK UP EVERYTHING!!! I'M NOT RESPONSIBLE FOR ANY PROBLEMS OR MISHAPS.
Also, you need root for your phone to mount the system as writable.
NOTE when i first did this, i only changed one at a time, and made the mistake as not having a Menu button (i had two home buttons and a back button) which proved tricky to find a way around. Just be very careful!
In short, modify the files sec_touchkey.kl and sec_keys.kl within ES File Explorer or Root Explorer under ~/system/usr/keylayout/ . As soon as you edit these and save them, the App will automatically create a sec_touchkey.kl.bak or sec_keys.kl.bak file next to your modified file. After an edit, you'll need to reboot your phone for the changes to be in effect.
I would advise to look at these files in detail before mounting the system as writable, to avoid mistakes.
Good luck!!
Click to expand...
Click to collapse
Nice! So it's possible to map the menu key to "open apps" after all? I tried messing with those files awhile ago but couldn't get the menu remapped to recent apps and hold home for menu.
I've looked all over, and tried a lot of things, and its proving more difficult than i had thought to simply remap menu longpress to recent apps, and home longpress to menu.
I tried lots of things such as switching around the order, adding "APP_SWITCH" After HOME, and "RECENT" after HOME.
It seems to me there is no command that would readily do this.
In order to do this, I'll have to dig and find where the command "HOME" actually is, take out the recent apps section from that, and add it to the location of the "MENU" command.
However, if you don't mind using the Menu button as a home button (for now), and the home button as a menu button, its as simple as switching HOME and MENU within the sec_touchkey.kl file (then rebooting).
Bumpers
Try downloading nova launcher. You can remap the keys inside its settings. I used it to set the home key to google voice search.
werked said:
http://forum.xda-developers.com/showthread.php?t=1789000
Check out this thread. This app remaps home button but on the app Page in play store the same dev also has an app that remaps other buttons if I'm not mistaken.
Hope this helps.
Home2shortcut
Sent str8 from my half eaten Banilla Ice Cream Samich
Click to expand...
Click to collapse
Good find! thanks for that. This seems to be a good app, however it is not working the way i want it to. I have Nova launcher pro installed, and the ported version of Google Now. I wanted to map the double press to launch Google now, but could not make it work. I could remap anything else though, so this is a good app to have.
---------- Post added at 01:31 PM ---------- Previous post was at 01:21 PM ----------
kmdtcs said:
Try downloading nova launcher. You can remap the keys inside its settings. I used it to set the home key to google voice search.
Click to expand...
Click to collapse
I as well have Nova Prime. I could remap the home button, but not the double tap on home button. (maybe this will help someone else out as well)

Bixby turning screen on in pocket

Has anybody experienced this even while having the "Keep screen turned off" option toggled on?
The power button does like it should when it's pressed in my pocket (meaning it has a pop-up notification saying the screen will turn off in x seconds) but the Bixby button just turns the screen on and activates like the phone is unlocked.
I've restarted phone and cleared cache (from the hard button press with phone off) and it still persists. I'm hoping there's a toggle somewhere I haven't found to keep the screen locked as I don't really want to download an app to remap or disable the button, but if there's no way around it I suppose I'll just go ahead and do it.
From- A very annoyed customer who texted 5 people and opened the weather app about 30 times today while he was at work
I've had this same issue. I thought it was me. I take my device out of my pocket and Bixby is on. If you find the toggle, please post it.
I had this problem and inadvertent presses just holding the phone then got an update now the button does nothing !!!
Actually that's probably an improvement
Sent from my SM-G955F using XDA-Developers Legacy app
i bought Package Disabler Pro on Playstore and turned off that useless button. Works and no Root needed.
Sindroid said:
i bought Package Disabler Pro on Playstore and turned off that useless button. Works and no Root needed.
Click to expand...
Click to collapse
Which app do you disable to turn off the button?
ericdmiller said:
Which app do you disable to turn off the button?
Click to expand...
Click to collapse
I did what he did as well just to solve my issue for the time being. The App is called Package Disabler Pro. It's $1.49 on the app store. I installed, scrolled down and selected 'Bixby' (com.samsung.android.bixby.agent) and selected 'disable' at the top.
It keeps the button from working when pressed. I'm still hopeful they find a solution to fix this, because I have absolutely no use for the button thanks to the Edge Panel and Nova Launcher being able to launch everything I want...
ericdmiller said:
Which app do you disable to turn off the button?
Click to expand...
Click to collapse
Everything that has the word Bixby..
You can use this app it's working great and can disable brix or remap key to open another app..
It's called bxActions and is free in play store without need of root!
With bxActions you can remap your Bixby button to any action or app you like!
Use the Bixby button launch you camera, open google, toggle recent apps or launch any app you like!
You can even remap the Bixby button to launch google assistant
Theres also an option to disable the Bixby button completely.
I downloaded that app and couldn't find any option to disable the button itself. Disabling Bixby or remapping the button didn't help...it seems to me to be the button, not the Bixby app that is causing the problem.
---------- Post added at 07:50 PM ---------- Previous post was at 07:48 PM ----------
Stuarttt said:
I did what he did as well just to solve my issue for the time being. The App is called Package Disabler Pro. It's $1.49 on the app store. I installed, scrolled down and selected 'Bixby' (com.samsung.android.bixby.agent) and selected 'disable' at the top.
It keeps the button from working when pressed. I'm still hopeful they find a solution to fix this, because I have absolutely no use for the button thanks to the Edge Panel and Nova Launcher being able to launch everything I want...
Click to expand...
Click to collapse
I used a different app to disable Bixby and although that worked, the button itself still turned the phone on and causes me to text or call people. It even bought something on Google Play one time.
I am going to try Package Disabler Pro on your recommendation and give it a try though.
Samsung better get a handle on this. The Bixby thing might turn out to be a great feature eventually, but they are causing people to hate it in the meantime.

Button Mapper (remap Bixby and other buttons)

Button Mapper on the Play Store:
https://play.google.com/store/apps/details?id=flar2.homebutton&hl=en
If your device is rooted, you have complete ability to remap the Bixby Button. You can disable the Bixby assistant, it does not need to be enabled for this to work. There are no compromises with this method. You can get rid of Bixby and program whatever single, double and long press actions you want.
If your device is not rooted, you can still remap Bixby using an experimental method. This method also works with Bixby disabled, and will allow you to map whatever actions you like to a single press or long press. It requires running a command in adb shell once. After this, the Bixby button can be remapped with Button Mapper. A slight inconvenience, but it works.
If you don't like the stuttering that occurs on Samsung devices with certain Accessibility features enabled, got to Advanced Options and select "Remap Bixby only"

Sweet, installing this now. I'll let you know if it works on my phone. Just what I was looking for.
---------- Post added at 12:44 PM ---------- Previous post was at 12:23 PM ----------
It works fantastic on my cricket wireless s8 with unlocked firmware on it. Just tells me I will need to resubmit the adb command anytime I restart my phone. No big deal. This is great. No more Bixby..haha.
Its working just fine, i do not have any bixby apks on my device, and with root even working with screen off. Thanks @flar2 for your great work again.
Bought Premium already!
Installing now thanks @flar2
sent from dans R.I.C.E powered V8+ on one of jesses kernels
@flar2 can you do the commands in terminal emulator or does it need adb shell?
t12icky0 said:
@flar2 can you do the commands in terminal emulator or does it need adb shell?
Click to expand...
Click to collapse
Needs adb shell, no way around that.
flar2 said:
Needs adb shell, no way around that.
Click to expand...
Click to collapse
No big to me, well worth it.
Sent from my SM-G950U1 using Tapatalk
t12icky0 said:
No big to me, well worth it.
Sent from my SM-G950U1 using Tapatalk
Click to expand...
Click to collapse
The only time I ever reboot is for system updates, so not a big deal for me either.
Hi flar,
Quick question, I already remapped my Bixby button to ASSIST action to have Google assistant on button press.
I am therefore rooted.
Would I need to remap the button to the stock feature, or can I leave it like this ?
Works like a charm ? thanks ?
Paradoxxx said:
Hi flar,
Quick question, I already remapped my Bixby button to ASSIST action to have Google assistant on button press.
I am therefore rooted.
Would I need to remap the button to the stock feature, or can I leave it like this ?
Click to expand...
Click to collapse
I'm not exactly sure what you're asking. You should be able to remap whatever you like. With root you can do almost anything.
best!
This is great!
flar2 said:
I'm not exactly sure what you're asking. You should be able to remap whatever you like. With root you can do almost anything.
Click to expand...
Click to collapse
My question is, should I revert the Generic Keylayout to its original state to use that app properly or not.
The only issue I have seen is now the volume slider only has 4 steps of volume instead of the 15 steps it used to have. When I do a volume up up or down it goes 25% each way. I uninstall this and it goes back to normal.
Am I missing something or what is the ADB command that I need to use?
Never mind.
Paradoxxx said:
My question is, should I revert the Generic Keylayout to its original state to use that app properly or not.
Click to expand...
Click to collapse
Oh I see. You should not need to change the key layout, the point of the app is to modify without having to do that. It may not even work correctly if you've modified the keylayout file.
Really appreciate this app! Got the pro already.
About the Tasker intent, how does it work really?
Can't wait to test this app, although I have a question..why does this app needs access to observe the text you write, thy is this needed? Until now I used bxActoins which did not needed this but yours doesn't need bixby services enabled so I would like to try it.. I'm just curious why is this needed
EDIT: Just tried the app and its working really really well, I am very pleased with the result on non-rooted phone Is there a way to add the google now screen scan option to open? I used to get this smart screen search with the google now on my HTC 10 but now with this I can only see it opens either google assistant or google search..
Thank you for all your hard work, I appreciate it
App works great but it's limited on the functions of the button. Would be nice to be able to start up any app. Also, after uninstalling and rebooting, I can't seem to get bxActions to work again. The button is just disabled and doesn't do anything.

Categories

Resources