[MOD][AOSP]Enable or Disable Softkeys for CM/AOSP ROMs 1.2/1.0 - One (M7) Android Development

Code:
/* Disclaimer: This MOD is not officially endorsed or supported by the CyanogenMod team. */
Due to numerous requests, I decided to make this MOD publicly available.
What this MOD does is disable the hardware keys from the UI (wake functions will still work) and enable the softkeys via a build.prop edit. It also disables the softkey lights via an init.d script. You can disable that part of the MOD by creating an empty 99nobacklights file in init.d.
Download Enable Softkeys MOD v1.2
Download Disable Softkeys MOD v1.0
Just an FYI on what is being modified in this MOD:
/system/build.prop
/system/usr/keylayout/synaptics-rmi-touchscreen.kl
If you backup the above files, you can undo the mod without reflashing it by dropping in the originals. As of v1.2 of the enable softkeys MOD, you can flash the latest disable softkeys MOD to disable the softkeys and get the hardware buttons back.
Also the following file is created by the MOD to disable the backlights only if the file doesn't exist:
/system/etc/init.d/99nobacklights
If you don't want to flash the new disable MOD, you can delete 99nobacklights and remove the # symbols from synaptics-rmi-touchscreen.kl as well as delete the line that says qemu.hw.mainkeys=0 and then reboot.
Delete it and reboot to regain the backlight functionality.
If you don't have init.d support in your ROM, the backlights will function as normal but the rest of the MOD will work. As an alternative to this, you can run this at boot or manually edit the below referenced file and set the value to 0:
echo 0 > /sys/class/leds/button-backlight/max_brightness
NOTE: One little aesthetic bug I've noticed of the current method is that each flash of the enable MOD puts an extra blank line before qemu.hw.mainkeys=0 and the disable MOD doesn't delete that extra line. If you flash back and forth between an enabled state and disabled state, you'll see a lot of blank lines at the bottom of your build.prop. There are no negative implications other than it looking kind of weird.
Changelog:
Enable softkeys
v1.2
make mod more universal by editing the files via instead of dropping them in
This also allows a simple disable softkeys MOD to be put in place.
v1.1
fix issue where capacitive buttons weren't actually getting disabled
v1.0
Initial release
disables backlight and capacitive buttons
enables softkeys via a build.prop edit
Disable softkeys
v1.0
Revert changes in v1.2 of the enable MOD via sed edits.

Thank you kindly.
I had the software buttons enabled already, it was just disabling the hardware buttons and backlighting that I didn't have yet.
[edited]
Finally got a chance to flash the mod.
While the mod did disable the backlighting to the capacitive buttons, it did not disable the capacitive buttons themselves. CM10.1 nightlies

msgnyc said:
Thank you kindly.
I had the software buttons enabled already, it was just disabling the hardware buttons and backlighting that I didn't have yet.
[edited]
Finally got a chance to flash the mod.
While the mod did disable the backlighting to the capacitive buttons, it did not disable the capacitive buttons themselves. CM10.1 nightlies
Click to expand...
Click to collapse
Fixed it for v1.1. If you don't want to reflash, you can edit the file /system/usr/keylayout/synaptics-rmi-touchscreen.kl and clear everything from that file and save and reboot.

Ahh Kool. Yeah I sorted everything out, but this'll make everything a few steps easier between nightlies.
You don't have to clear the file tho. Mearly commenting out each line with # does the trick..

msgnyc said:
Ahh Kool. Yeah I sorted everything out, but this'll make everything a few steps easier between nightlies.
You don't have to clear the file tho. Mearly commenting out each line with # does the trick..
Click to expand...
Click to collapse
I cleaned it up a bit more and wanted to do some more improvements for 1.2. I'm using more edits instead of replacing files. This should make it more universal.
I took your tip into consideration. I knew about the # being for comments but I didn't think about the OS ignoring it in non script files.
I'm setting it up for a revert mod now based on wanting to do more than just replace with a blank file to disable and to make it easily revertible. The next version will feature these improvements.
I'm actually surprised this thread isn't getting more responses with the number of requests I got. I guess Android development doesn't get as much viewing.

lol yeah im a bit surprised there arent many hits on this thread aswell. I get hit up about how to do it aswell.
I really wish HTC made the buttons transparent like the S3/4 rather then white and always there. Works fine for me now tho. I took the iBlasso screen protector and added a carbonfiber skin insert were the cutout is at the bottom. Looks real nice and still a flush fit.
Onscreen softkeys for nav n slide my finger across the carbon fiber strip to wake.

msgnyc said:
lol yeah im a bit surprised there arent many hits on this thread aswell. I get hit up about how to do it aswell.
I really wish HTC made the buttons transparent like the S3/4 rather then white and always there. Works fine for me now tho. I took the iBlasso screen protector and added a carbonfiber skin insert were the cutout is at the bottom. Looks real nice and still a flush fit.
Onscreen softkeys for nav n slide my finger across the carbon fiber strip to wake.
Click to expand...
Click to collapse
I've made progress on the mod. I should have a version that reverts the enable mod ready to go soon but I'll need to test it when I'm back on AOSP.

Heads up: this doesn't even work...
Sent from my HTC One using Tapatalk 4 Beta

Yeah it do
Sent from my HTC One using Xparent Skyblue Tapatalk 2

It works with aosp roms like the title says. Does not work with stock rom.

It didn't work on CM.. Had to restore from backup and do it manually with root browser..
Sent from my HTC One using Tapatalk 4 Beta

Toaster Strudels said:
It didn't work on CM.. Had to restore from backup and do it manually with root browser..
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
Same here
Sent from my One using xda premium

Is that the latest version of the mod? (1.1) if so, then I'll look at this sometime next week. I'm trying to hold out for in call audio to work on CM before checking this out. I have a updated version in the works anyway that should not have any issues.
What CM variant are you guys with issues on? The initial version used a build.prop in the mod. It wasn't a good idea so I'm having it edit it now for the upcoming version.
Sent from my HTC One using Tapatalk 2

It's worked for me fine for every nightly build... So I don't know.

V1.2 of the Enable MOD is up as well as an initial release of the Disable MOD. This should address the major concerns and issues with the previous version.

It's doesn't work on the Rootbox rom. Luckily I have gesture.
Sent from my HTC One using Tapatalk 4 Beta

yiwsg said:
It's doesn't work on the Rootbox rom. Luckily I have gesture.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
It's only been tested on CM so I don't know if there's something that'd make it fail on Rootbox or another ROM? Can you output the last 5 or 10 lines of the following files:
/system/build.prop
/system/usr/keylayout/synaptics-rmi-touchscreen.kl
build.prop should have qemu.hw.mainkeys=0 at the end and synaptics-rmi-touchscreen.kl should have every line preceded with the # symbol. That's all the mod does in addition to turning off backlights by creating an init.d script.
Also, did you flash the latest versions listed in the OP?

works great on cm.10 latest nightly. but somehow i miss the sense rom, too bad it doesnt work on sense. btw does this mod work with google edition based roms?

adichandra said:
works great on cm.10 latest nightly. but somehow i miss the sense rom, too bad it doesnt work on sense. btw does this mod work with google edition based roms?
Click to expand...
Click to collapse
I don't know. I haven't tested. I'm leaning toward no.
Sent from my HTC One using Tapatalk 2

Twrp unable to open zip file. Same with es explorer.
Sent from my One using Tapatalk 4 Beta

Related

[MOD] Quick Settings - 5.07/4.67/4.54/53 OTA Based Roms [SENSE 1.0] - Updated 7/13/12

Greetings Everyone,
While I still try to get the power widgets to work on the new GB setup, I figured I would port this over to give those sense 1.0 lovers something in the meanwhile. I will work on getting screenshots next time I'm on stock.
Thanks to MrLuje in the Desire forum for posting his mod that this is based off of.
Ported Quick Settings for good old Sense 1.0 on the 4.53 OTA
Ported Recent Apps and Quick Settings for Sense 1.0
Attached Files
Use these for 5.07
QS-5.07_signed.zip
QSRA-5.07_signed.zip
Use these for 4.67
QS-467_signed.zip
QSRA-467_signed.zip
Diff Files for Chefs/Devs
Quick Settings - QS467-Diff.txt
Quick Settings and Recent Apps - QSRA467-Diff.txt
Use these for 4.53/4.54
QS-V2-4.53_signed.zip <- Quick Settings Only Mod
QSRA-V2-4.53_signed.zip <- Quick Settings and Recent Apps Mod
Current Settings Available:
Brightness
Wi-Fi
Bluetooth
Wi-Fi Hotspot
GPS
4G
Mobile Network
Auto Rotation
All Settings
What is needed for this to work.
A DeOdexed 4.53/4.54/4.67 or 5.07 OTA based rom.
A recovery that flashes edify scripts.
Note
Please check with your rom's developer to see if he/she has made any modifications to the SystemUI.apk ... if they haven't and you haven't added any custom themes that override this file you should be all set..
Update Log
9-17-11 - Initial Post of Quick Settings
9-20-11 - Added second zip file for Recent Apps and Quick Settings
10-5-11 - Fixed the apk to show Brightness and Auto Rotation Quick Settings
2-12-12 - Added updated zips for 4.67 and diff file for chefs
7-13-12 - Added updated zips for 5.07 ota
Extended Quick Settings
Please see tommytomatoe's thread for extended quick settings which include the additions of:
Media Volume - 7-in-1 mod. Press to change which volume to change*
Flashlight
Classic Control Panel**
link: [Mod] Extended Quick Settings - Sense 1.0 Legacy
Once again, great job tommy!
Oh this is nice! I love quick settings and it was the thing I missed the most when I had to switch to stock for a few days. I would be all over this if I was a stock user. Thanks for bringing this to the community!
Works perfectly. I have my quick settings and my 4 in 1 boot and now i'm coo. All that other stuff is cosmetic. i'm all flashed out until custom 4.53 roms come out.
Sent from my PC36100 using xda premium
One thing that would make this better is if the recent apps used showed in quick settings also, is that possible?
Sent from my PC36100 using xda premium
rialsi6 said:
One thing that would make this better is if the recent apps used showed in quick settings also, is that possible?
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
I can make a separate zip that will have both quicksettings and recent apps, though I am done for the night, so probably in a couple of days, I'll have it out, rest of the weekend/week is going to be busy.
I've used widgetsoid to replace pcw. Here's a guide on how it works.
https://sites.google.com/site/droidkarson/index/statusbarsettingsupdate
It's better than nothing. Nice work BTW.
Tapatalk like cookies ... nmmm
Right on, thank you! Don't use sense a whole lot anymore, but this fixes one of the reasons I don't.
But I always use theme stuff. Would it be hard for you to identify what you changed in systemUI so I could pull it out and just drop it in systemUI of theme I use? Or is it more complicated than that?
Also, does this affect the PCSCII that pops up when you plug into USB?
Thanks for this.
Sent from my PC36100 using xda premium
ca1ne said:
I can make a separate zip that will have both quicksettings and recent apps, though I am done for the night, so probably in a couple of days, I'll have it out, rest of the weekend/week is going to be busy.
Click to expand...
Click to collapse
Alright that sounds great I'll be looking forward to it. Thanks for the time and energy.
Sent from my PC36100 using xda premium
Nice work, I'm trying out the swagged out stock Rom and this makes it even better.
I was wondering can you change which quick settings are displayed? Thanks.
Sent from my PC36100 using Tapatalk
Holy sh_t ca1ne! You are a f_ckin' GOD I could kiss you right now
Here are some screenshots from my Swagged Out Stock ROM (attached below).
Only issue I faced was that the SystemUI.apk didn't work on it's own. (The apk was missing a META-INF folder, is that normal?)
Anyways, I re-enabled transparency on your classes.dex (after decompiling of course), pushed the edited classes.dex to my SystemUI.apk and got it working. (Although the transparency step is not needed). I have attached a working, Swagged Out SystemUI.apk (push it with Root Explorer, ES File Explorer, ADB, it's up to you).
From my testing, I thought some of the settings were not working at first. But after some time, they all started working (nice!).
With your permission, I would like to include this MOD into the next release of SOS (adding in the previous Swag as before, of course). All props would be directed to you (duh).
Also, for future reference (when you have the time), could you throw together a quick tutorial of how you did this? Like, which smali or xml's you edited and where. That would be great for future OTAs. Unless EOL means EOU(pdates) for the EVO
Anyway, thanks again man! This is baller as hell!!!!!
I was just about to start on this.
I tell you what. Those desire guys know their stuff.
tapatalk signature here. lovely.
Hey man, Very nice work! I've been waiting for a while for someone to finally port quick settings into sense 1.0, Its working flawlessly! Try to add the flashlight to it if you can.
Thanks!
Thanks SO much for this you are awsome just flashed this on Stock OTA Team Nocturnal Edition Works perfectly
Hitting the thanks button
+1 on flashlight. It just seems like the most effective for flashlight toggle. Thanks for your work.
Sent from my PC36100 using xda premium
swagstr said:
Holy sh_t ca1ne! You are a f_ckin' GOD I could kiss you right now
Here are some screenshots from my Swagged Out Stock ROM (attached below).
Only issue I faced was that the SystemUI.apk didn't work on it's own. (The apk was missing a META-INF folder, is that normal?)
Anyways, I re-enabled transparency on your classes.dex (after decompiling of course), pushed the edited classes.dex to my SystemUI.apk and got it working. (Although the transparency step is not needed). I have attached a working, Swagged Out SystemUI.apk (push it with Root Explorer, ES File Explorer, ADB, it's up to you).
From my testing, I thought some of the settings were not working at first. But after some time, they all started working (nice!).
With your permission, I would like to include this MOD into the next release of SOS (adding in the previous Swag as before, of course). All props would be directed to you (duh).
Also, for future reference (when you have the time), could you throw together a quick tutorial of how you did this? Like, which smali or xml's you edited and where. That would be great for future OTAs. Unless EOL means EOU(pdates) for the EVO
Anyway, thanks again man! This is baller as hell!!!!!
Click to expand...
Click to collapse
Anything I post on this forums is available for all to use as they wish. I have benefited so much from the members of this community sharing their roms/mods/etc, I am just glad I can finally give back a bit..
Thank you everyone for the thanks!
jd2589 said:
Hey man, Very nice work! I've been waiting for a while for someone to finally port quick settings into sense 1.0, Its working flawlessly! Try to add the flashlight to it if you can.
Thanks!
Click to expand...
Click to collapse
I'm working on the flashlight, might be a bit, think I found a useable source that I can port over for it
tommytomatoe said:
I was just about to start on this.
I tell you what. Those desire guys know their stuff.
tapatalk signature here. lovely.
Click to expand...
Click to collapse
Tommy,
You are one of the reasons I started to do this... Thank you for all your work.
rialsi6 said:
One thing that would make this better is if the recent apps used showed in quick settings also, is that possible?
Sent from my PC36100 using xda premium
Click to expand...
Click to collapse
Will be adding a flashable zip to the OP with Quick Settings and Recent Apps together...
Cool can't wait
Sent from my PC36100 using xda premium
Hey, This is sick, Very nice work, Recent apps work perfectly also! Thanks again =D
Sorry for the question.... but in the op it states that Auto Brightness and Auto Rotate are available. When I installed I have everything but those two on my quick settings bar. How can I get those added to my quick settings bar? Did I miss something? I am running the Stock Rooted deodexed 4.53 rom posted by NinjaWolf.
Thanks for your help
Noel
absolutely perfect, my phone has all the new options as possible and as close to stock as it can be. Recent apps works great. Thanks for this.
Sent from my PC36100 using xda premium
N_Jones said:
Sorry for the question.... but in the op it states that Auto Brightness and Auto Rotate are available. When I installed I have everything but those two on my quick settings bar. How can I get those added to my quick settings bar? Did I miss something? I am running the Stock Rooted deodexed 4.53 rom posted by NinjaWolf.
Thanks for your help
Noel
Click to expand...
Click to collapse
good catch, yup those aren't in the quick settings list yet... I'm working on porting as many options as I can find. though I did also note that I didn't list 4g as an option which is actually in there, updated OP... thanks again for letting me know about my typo.

[MOD] Onscreen navigation / softkeys on CM9/10

It took me a few days to find a working flashable file to enable onscreen nav buttons but I finally found it. I did not make this mod. It was made for the gs2 international version, but works flawlessly on the skyrocket.
Can't post a hyperlink cause I'm new. Cut and paste into your browser instead:
db.tt/hxhJPdWS
Enjoy. It's also themeable
Sent from my SAMSUNG-SGH-I727 using xda premium
On the skyrocket?
...
Really?
Moved from ATT S2 to here
But why would we need this?
Also, fyi to anyone who's curious, if you're rooted, you can edit a file (I don't remember right now but if someone wants to know I can easily find out) to change our soft keys to basically any other function; so I changed the SEARCH softkey that I never use to the multi-task key.

[ROM][PORT][4.2.1] Unofficial XenonHD [DoubleShot][7-10-13]

​
Thanks to iceandfire and TEAM HORIZON for letting me port their awesome ROM to the MT4Gs with Special Thanks to TroNit for allowing me to use his port as a base. As always, Thank You to Tbalden & SilverL for their superb work that makes ALL this possible for our DoubleShots.​ORIGINAL THREAD​
​
JB 4.2.1
Rooted
Busybox
Miscellaneous:
Add reboot and screenshot options to power menu.
Quick Settings Mod By Kevdliu. (Long press to open settings and single click to toggle.)
Additional tiles in Quick Settings.
Theme Chooser support. (Updated for 4.2)
Volume rocker wake. (Settings>Display)
Volume rocker long press to seek tracks. ("")
Show rotation lock in quick settings.
Improved scrolling cache.
Fixed December bug.
Fixed Google location service.
Add an option to change the device hostname.
DSPManager added with all the binaries.
Added XenonHD wallpapers.
Louder output on speaker for Maguro and Toro.
Added Galaxy4, PhaseBeam and Holo spiral wallapers.
Run sysinit during boot.
Change sysfs permissions to allow user control ksm.
Wi-fi scan time to 100 to save battery.
Performance, battery life and other misc tweaks.
Init.d support with added tweaks and scripts.
SuperSU application for root.
CMFile manager added.
Build.prop tweaks.
Battery life tweaks.
Some secret tweaks.
Etc
Phone and Contacts:
T-9 Dialer and with other stuff.
Dialpad settings.
Wifi/Data
a2sd
MazWoz Kernel
Smooth, Butter!!!
​
** If u choose TabletUI it might not work like it should i would get phablet and change DPI
** System Tweaks on settings might not Stick.. the Rom has its own tweaks baked in so not really in need of the option.
** Bugs of 4.2 in our device..
​Iceandfire and TEAM HORIZON for their awesome ROM
Swiperrat
MaZwoZ for his Rom that was used for base Original thread
Preludedrew for his awesome work on EVO 4G! really thanks!
Death-by-soap
Google
XDA
AND of course TroNit for once again allowing us to share the work he has done.
​
​XenonXD Unofficial SuperSonic [Port]​
Gapps 4.2.1​
Damn you rock! A porting machine I tell yas!
Sent from my Nexus 4 using xda premium
LOL! When you learn how to do something that's fun a guy has to be careful not to overdo it. Time's been a bit more limited lately.
Tell me how it works~ I'm wondering if this ROM is more stable that the CM 10.1 ROMs. Battery life, too?
I take it that it's because it's a PORT that the screen doesn't rotate when opening the physical keyboard
hapa8o8 said:
I take it that it's because it's a PORT that the screen doesn't rotate when opening the physical keyboard
Click to expand...
Click to collapse
Just tried this and the screen rotates just fine. I do actually find this build pretty stable. Can't really tell the difference between this and CM 10.1 . Been using it a few days, GPS locks fine, battery life is solid. Install and run it
Sent from my MyTouch 4G Slide using xda app-developers app
bit1 said:
Just tried this and the screen rotates just fine. I do actually find this build pretty stable. Can't really tell the difference between this and CM 10.1 . Been using it a few days, GPS locks fine, battery life is solid. Install and run it
Sent from my MyTouch 4G Slide using xda app-developers app
Click to expand...
Click to collapse
did you do a full wipe? I did a full wipe and installed it. the screen wouldn't rotate when I slid out the keyboard...
hapa8o8 said:
did you do a full wipe? I did a full wipe and installed it. the screen wouldn't rotate when I slid out the keyboard...
Click to expand...
Click to collapse
There is a setting for that under settings/display.
WeekendsR2Short said:
There is a setting for that under settings/display.
Click to expand...
Click to collapse
If you're talking about the "Rotation" settings under display, I have that disabled on CM10.1. It shouldn't have to be enabled for the hardware keyboard to rotate the screen; or else I would have my keyboard in and it would rotate anyway... :silly:
I didn't see any other setting for rotation
hapa8o8 said:
If you're talking about the "Rotation" settings under display, I have that disabled on CM10.1. It shouldn't have to be enabled for the hardware keyboard to rotate the screen; or else I would have my keyboard in and it would rotate anyway... :silly:
I didn't see any other setting for rotation
Click to expand...
Click to collapse
VERY good point! LMAO
WeekendsR2Short said:
VERY good point! LMAO
Click to expand...
Click to collapse
So did this ROM and the hard keyboard turn the display automatically? or no? :/
Links have been re-enabled.

|Mod| GE home button lag removal aosp tw based roms

Hello have you been tired of that stupid lag on the Google edition when pressing the home button? There's no way to disable the double tap home to open recent apps so the ui will always studder to wait if you double tap. Everything still functions perfect. Flash via recovery and viola the lag is gone:thumbup::thumbup::thumbup:
100% working tested on all GE ROMs
androidfilehost/?fid=23050663588003995
Please add the .com after androidfilehost and go to the URL XDA won't let me upload URLs
Just flashed this and i got the SIM-unlock problem on my GE based Null ROM. Restored it back the way it was and it's gone
Don't flash if you have Null ROM.
Within the GE rom there is a very easy framework-res/bools edit for those that know apktool. But then you either need another method to access the recents panel or enable the navbar (that is my favorite method, easy to enable by the bools too). The downside is that this must be built for each rom, and every version that framework-res is modified. Then you get a domino effect of now you now have active capacitive buttons and a navbar which can be frustrating. Disable those within the /system/usr/keylayout/sec_touchkey.kl. Then you still have the button back lights . . there is an app over in the tmo gs4 section for that.
Any possibility to port this mod on samsung stock based roms? Or to found an "how to"? I search in xda sections but i found nothing..
S Voice is the problem!
bluflight said:
Any possibility to port this mod on samsung stock based roms? Or to found an "how to"? I search in xda sections but i found nothing..
Click to expand...
Click to collapse
Do you S Voice? If so then go in its setting and uncheck double tap to open or something along the lines, Sorry can't really remember.:silly:
ExjeetzZ said:
Do you S Voice? If so then go in its setting and uncheck double tap to open or something along the lines, Sorry can't really remember.:silly:
Click to expand...
Click to collapse
Thanks work fine. And is possible to make an "how to" about this mod for ge? To know what changes must to do inside android. Policy smali to let work this mod?
Inviato dal mio GT-I9505 con Tapatalk 2

[APP]SoftKeyZ - Apply and mix Softkeys/Navigation Button themes

Hi,
I have just remembered this app, I share it here:
Description
This application will let you change the SoftKeys / Navigation Buttons fast and easily. This app comes with more than 150+ different soft-buttons to choose from and more will be added with every update. If you got some navigation buttons you would like to see in this app just write an email about it. Until I've added them, you can just use the import feature for these soft keys. This application needs root and "BusyBox" to be installed. This app will NOT overwrite your applied themes, or enable the navigation buttons on devices without them.
Odexed ROM?: Some people are reporting small to bigger problems with odexed ROMs. Sometimes your choosen wallpaper can disappear.
WARNING: This app modifies system files and should only be used with a flashable backup of your current ROM on your device. The developer is not responsible for any damages.
Click to expand...
Click to collapse
Play Store
Original thread
It can be nice to change the look of the soft buttons , I have not tested yet so I don't know if it works well and maybe it can conflict with some Xposed modules for the navigation bar...
Feedbacks are welcome...
Doesn't work for me
Sent from my VS980 4G using Tapatalk
The guy that made the app made it to work on the nexus line. He didn't expect it to work on the g2. I tested also and as was expected it doesn't work. Steer clear of this thing until/unless the app developer okays it.
Sent from my LG-D800 using XDA Premium 4 mobile app
These work for me so far.
UDN - Needs Xposed and works really well. http://forum.xda-developers.com/showthread.php?t=2270198
LMT Launcher - Awesome pie nav bar. Select #9 in Gesture input. Works perfectly on my G2.
G2 Exposed - Use this to hide stock navbar. http://forum.xda-developers.com/showthread.php?t=2477586
Anyone find a way yet?
Just Found This
ok guys i found this app called "Floating Soft Keys *ROOT*"
https://play.google.com/store/apps/details?id=com.rhoadster91.floatingsoftkeys&hl=en
hope if works out for you guys
Works fine for me but I'm on cm based rom. Also anyone know where to find more icons? All I find are recolored stock ones mostly.
There is an online gallery
Gesendet von meinem LG-D802 mit Tapatalk
Is this working on KK based Roms ?
Lowresolution said:
Is this working on KK based Roms ?
Click to expand...
Click to collapse
Nope

Categories

Resources