|Mod| GE home button lag removal aosp tw based roms - Galaxy S 4 Themes and Apps

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

Related

[Q] Changing home screen numbers on ICS 4.0.4

Hi all, as written in the title, how can i change the homescreens number from 5 to 1 on Android 4.0.4?
I have root permissions, so i can edit system file if it is needed to change this number, i want only 1 homescreen because i use just one...
I didn't find anything in phone settings...
Thanks in advance,
Bye!
harlandraka said:
Hi all, as written in the title, how can i change the homescreens number from 5 to 1 on Android 4.0.4?
I have root permissions, so i can edit system file if it is needed to change this number, i want only 1 homescreen because i use just one...
I didn't find anything in phone settings...
Thanks in advance,
Bye!
Click to expand...
Click to collapse
I think that, just as with GingerBread and HoneyComb that will not be possible if you stay stock - Google seem to think that EVERYBODY needs 5 or 7 home screens. I'm with you - I only need one for my purposes.
The only way you will achieve what you want is by installing a separate launcher running on top of your system - most of these have the ability to customise the number of screens.
Install a replacement launcher - Nova, Apex or whatever. Nice and simple. Plus you will also be able to remove the search box, change the grid size and much more.
Sent from my Nexus 7 using xda premium
SimonTS said:
I think that, just as with GingerBread and HoneyComb that will not be possible if you stay stock - Google seem to think that EVERYBODY needs 5 or 7 home screens. I'm with you - I only need one for my purposes.
The only way you will achieve what you want is by installing a separate launcher running on top of your system - most of these have the ability to customise the number of screens.
Click to expand...
Click to collapse
Well, i don't have a stock rom, i use AOKP ics for i9001, is there a way to do that? i didn't find any way to do that by the settings menu
EDIT: i also prefer not to use alternative launchers if i can
harlandraka said:
Well, i don't have a stock rom, i use AOKP ics for i9001, is there a way to do that? i didn't find any way to do that by the settings menu
Click to expand...
Click to collapse
Without knowing exactly which AOKP ROM you are running on your Galaxy S Plus I am unable to do the same thing as you ought to do. Search the ROM thread in your Dev forum and if you genuinely can't find the answer then post a question in your device's Q&A forum to ask there.
thanks, i didnt find answers for this but i'll try posting that question in i9001 section
harlandraka said:
thanks, i didnt find answers for this but i'll try posting that question in i9001 section
Click to expand...
Click to collapse
System Settings>Launcher>Homescreen>Homescreens? in JB
xdadce said:
System Settings>Launcher>Homescreen>Homescreens? in JB
Click to expand...
Click to collapse
Yeah, JB... but i have ICS...
sorry for necroposting, but actually you can delete unwanted screens on stock ics, and i quote
How to remove/delete unused android home screens:
Method one:
Place two fingers on any home screen and drag in a clockwise or counter clockwise direction.
All active home screens will appear and you can drag any unused screens to the trash.
You can also restore deleted home screens the same way by clicking the giant plus sign on the deleted home screen icon.
Method two:
From your main (center) home screen, press menu and choose edit.
All active home screens will appear and you can drag any unused screens to the trash.
You can also restore deleted home screens the same way by clicking the giant plus sign on the deleted home screen icon.
Click to expand...
Click to collapse

[MOD][AOSP]Enable or Disable Softkeys for CM/AOSP ROMs 1.2/1.0

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

[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

AOSP Lockscreen on Stock Based Rom

Generally speaking I really prefer the AOSP Roms but I have a few things in the stock based roms that I can't seem to get away from. One of them is the sound. Its just better on stock. I won't go into detail because a) that's not the point of this post and b) I don't want any of the excellent devs working on AOSP roms to think I'm being critical of their work.
One of the things I preferred about the AOSP Roms was the lockscreen. I just don't like LG's implementation. I don't think it looks as good and I don't like having to press enter after typing in my pin. It's petty on my part, but it irks me. Anyway, I had been trying to figure out how to port the lockscreen from AOSP to work on stock based roms and as it turns out, it's already there. In a rather foolhearty attempt to learn more about LG's lockscreen, I decided to make a nandroid backup, then boot, and just erase the LGLockScreen.apk/LGLockScreen.odex files from the /system/app folder using ES file explorer. I also erased the LGLockSreenSettings.apk/LGLockScreenSetting.odex files as well.
Now I have the AOSP lockscreen but things aren't exactly 100 percent stable. I'm trying to find a solution to make the switch and not have weird force closes. Sometimes it works fine but every once and a while, it will behave strangely and spit error messages at me. I've searched but I haven't seen any threads where anyone has managed to do this. (I tried erasing the lockscreen and leaving the settings files but that didn't work 100% either) Any suggestions?
Before:
After:
a working AOSP lockscreen for stock would be more than a welcome addition.
I changed this line in my build.prop because i wanted a live wallpaper on my lockscreen. It also makes your lockscreen aosp style.
Find
ro.lge.capp_lockscreen=true
Change to
ro.lge.capp_lockscreen=false
Reboot
Enjoy
Also for whatever reason root explorer wouldn't let me change true to false. It would only let me spell out fals so i downloaded buildprop editor free from play store worked great.
Should mention i have Verizon G2
Jeff Zaugg said:
I changed this line in my build.prop because i wanted a live wallpaper on my lockscreen. It also makes your lockscreen aosp style.
Find
ro.lge.capp_lockscreen=true
Change to
ro.lge.capp_lockscreen=false
Enjoy
Also for whatever reason root explorer wouldn't let me change true to false. It would only let me spell out fals so i downloaded buildprop editor free from play store worked great.
Click to expand...
Click to collapse
Sweet, thanks man! That seems to work great.
Glad i could help
Sent from my VS980 4G using xda app-developers app
Well setting the LG lockscreen to false enabled the AOSP lockscreen. I was able to get the lockscreen to unlock when the correct PIN was entered without having to press the enter button, which was not possible previously. I did notice that my navigation bar transparency was disabled when I was not using the LG lockscreen. With the QuickWindow cover I have I reverted back to LG lockscreen for the window effect and the transparent nav bar.
I went ahead and changed the line in my build.prop as stated above, and it definitely cleaned up the lockscreen how I wanted, but now my wallpaper is gone. Its just a black screen and I've tried changing it to other wallpapers but it just stays black. Any ideas?
Sent from my VS980 4G using xda app-developers app
I did this to have my homescreen live wallpaper on my lockscreen to mimic the look of Gummys kitkat rom while running lg based rom. I really havent tested beyond that. I set live wallpaper of choice ( phase bean ) onn homescreen then modified the build.prop. After reboot ive got a aosp style live wallpaper lockscreen.
Edit
Just tried and whatever wallpaper i set to homescreen is on lockscreen live or from gallery. Tried changing just lockscreen alone with no luck so if you want to separate wallpapers this might not be for you
Sent from my VS980 4G using xda app-developers app
Jeff Zaugg said:
I did this to have my homescreen live wallpaper on my lockscreen to mimic the look of Gummys kitkat rom while running lg based rom. I really havent tested beyond that. I set live wallpaper of choice ( phase bean ) onn homescreen then modified the build.prop. After reboot ive got a aosp style live wallpaper lockscreen.
Edit
Just tried and whatever wallpaper i set to homescreen is on lockscreen live or from gallery. Tried changing just lockscreen alone with no luck so if you want to separate wallpapers this might not be for you
Sent from my VS980 4G using xda app-developers app
Click to expand...
Click to collapse
Agreed, actually one of the things I wanted from the AOSP lockscreen was to use the same wallpaper as the desktop. I thought it looked weird having different ones and when I would choose the same one for the desktop and the LG based lockscreen, they would be clipped differently and just looked even weirder to me....
FYI, for those of you doing this, I'm noticing some strange issues when combined with some Xposed modules. I'm actually thinking I might install a fresh rom and do this so that I can try to figure out which module(s) might be of concern...
Tried the build prop thing too but although i am able to save it it gets revertet to "true" directly after...
EDIT: Forget it! Altered the build.prop manually with root browser and now the lockscreen has changed. But still i have to press enter after the pin...
EDIT: Forget that too. In xposed g2 settings i could activate "quick unlock".
Thanbks Guys
Chris
MasterTRL said:
Tried the build prop thing too but although i am able to save it it gets revertet to "true" directly after...
EDIT: Forget it! Altered the build.prop manually with root browser and now the lockscreen has changed. But still i have to press enter after the pin...
EDIT: Forget that too. In xposed g2 settings i could activate "quick unlock".
Thanbks Guys
Chris
Click to expand...
Click to collapse
What menu is the quick unlock option under? I can't find it.
youngpic48 said:
What menu is the quick unlock option under? I can't find it.
Click to expand...
Click to collapse
I found it under the gravity box module. I'm not sure it's in the G2 module since our G2 wouldn't normally use this lockscreen...
Jeff Zaugg said:
I changed this line in my build.prop because i wanted a live wallpaper on my lockscreen. It also makes your lockscreen aosp style.
Find
ro.lge.capp_lockscreen=true
Change to
ro.lge.capp_lockscreen=false
Reboot
Enjoy
Also for whatever reason root explorer wouldn't let me change true to false. It would only let me spell out fals so i downloaded buildprop editor free from play store worked great.
Should mention i have Verizon G2
Click to expand...
Click to collapse
Anyone try this on the canadian d803?
GetPatriotized said:
Anyone try this on the canadian d803?
Click to expand...
Click to collapse
this little mod should work on any version.
MasterTRL said:
Tried the build prop thing too but although i am able to save it it gets revertet to "true" directly after...
EDIT: Forget it! Altered the build.prop manually with root browser and now the lockscreen has changed. But still i have to press enter after the pin...
EDIT: Forget that too. In xposed g2 settings i could activate "quick unlock".
Thanbks Guys
Chris
Click to expand...
Click to collapse
Which G2 Xposed module did you use? Nevermind
noticed a small issue with using this tweak: sometimes after a phone call when it goes back to the home screen it's just an empty wallpaper instead without any icons and the only way to get out of is to bring the notification shade and go into settings from there and then go back to the home screen.
I've seen that too. It's kind of annoying and really strange. I wish I knew how to stop it from happening because I really don't like the lg lockscren...
Sent from my LG-D800 using xda app-developers app
Just wanted to mention that the latest Malladus 1.2.3 has the aosp lock screen baked into the rom. Very nice!
Sent from my VS980 4G
Jeff Zaugg said:
Just wanted to mention that the latest Malladus 1.2.3 has the aosp lock screen baked into the rom. Very nice!
Sent from my VS980 4G
Click to expand...
Click to collapse
Can u ask the dev to make a flashable zip for that mod.. that rom isnt supported for my device do i dont know alot about it, if its a lg rom withaosp lockscreen a zip would make LG roms alot better
Sent from my LG-D802 using XDA Premium 4 mobile app
razrlover said:
Can u ask the dev to make a flashable zip for that mod.. that rom isnt supported for my device do i dont know alot about it, if its a lg rom withaosp lockscreen a zip would make LG roms alot better
Sent from my LG-D802 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
What carrier are you on? If you just want the aosp lock screen this thread explains how to make the change in your build.prop very simple
Sent from my VS980 4G

New stuff in 5.0.1? what have yu found?

so far i've found new panels..... this list will grow,
favorite contacts
multiple "fave" apps
The location edge screen - home, out and about, work etc
A few other things I forgot ^-^
-sent from the edge of the note galaxy-
Anybody get viper4android to work?
I found this game
bignibb said:
I found this game
Click to expand...
Click to collapse
yes, flappy android hidden in the version
Camera buttons are not on edge anymore, pulling out phone from lock screen does not take me to dialer from within lock screen unless I click on emergency call.
MickeyMcE said:
Camera buttons are not on edge anymore, pulling out phone from lock screen does not take me to dialer from within lock screen unless I click on emergency call.
Click to expand...
Click to collapse
theres a toggle in "lock screen" setting to give you the little phone back on your lock screen.
working mods. Wiziconizer, font mod, hotspot mod, add toggles mod, system wide emojis, custom TW launcher. Mixer_path mod.... working to find more. All these mods have to be added manually. I used root explorer. Its a god send.
Hotspot mod using sqlite editor...
z31k said:
working mods. Wiziconizer, font mod, hotspot mod, add toggles mod, system wide emojis, custom TW launcher. Mixer_path mod.... working to find more. All these mods have to be added manually. I used root explorer. Its a god send.
Hotspot mod using sqlite editor...
Click to expand...
Click to collapse
can you explain alittle more about how to add threse mods?..i thought they were just xposed mods..but adding them manually ill need step by step directions im sure there is a thread for each mod you mentioned can you link them plz?..also are you adding these mods for the lolipop stock rom?im sure it is,thread says 5.0 lolipop...im never used some of the mods your talking about,they sound very cool..does xposed have anything to do with them?
lucky_515 said:
can you explain alittle more about how to add threse mods?..i thought they were just xposed mods..but adding them manually ill need step by step directions im sure there is a thread for each mod you mentioned can you link them plz?..also are you adding these mods for the lolipop stock rom?im sure it is,thread says 5.0 lolipop...im never used some of the mods your talking about,they sound very cool..does xposed have anything to do with them?
Click to expand...
Click to collapse
Xposed is not available for lollipop yet. I will post up links to the files tomorrow as well as directions and apps needed if you are really interested. Yes, they are all things that devs posted and helped me out in. Ill be happy to share and give credit where credit is due. XD
cvaria said:
theres a toggle in "lock screen" setting to give you the little phone back on your lock screen.
Click to expand...
Click to collapse
My phone icon is still on the lock screen, when I slide our up the dialer does not appear unless I hit "emergency dialer". I remember that setting from Kit Kat but its no longer in the lock screen settings...unless I missed it.
Sent from my SM-N915P using XDA Free mobile app
MickeyMcE said:
My phone icon is still on the lock screen, when I slide our up the dialer does not appear unless I hit "emergency dialer". I remember that setting from Kit Kat but its no longer in the lock screen settings...unless I missed it.
Sent from my SM-N915P using XDA Free mobile app
Click to expand...
Click to collapse
still here
cvaria said:
still here
Click to expand...
Click to collapse
Weird I don't have it...I have the camera option but no phone option.
MickeyMcE said:
Weird I don't have it...I have the camera option but no phone option.
Click to expand...
Click to collapse
it's not wierd at all, my phone is jacked up and using a f/w from sammobile... my spen doesn't work and more

Categories

Resources