[Q] disable app list button - Nexus 5 Q&A, Help & Troubleshooting

Is it possible to disable the collection of opened apps and web pages that comes up when you hit the square at the bottom right hand of the screen. It's really irritating to go through having to delete 20 or so screens. If I want an app, I can click the icon and open it. Arghhh!
My apologies if someone just point me to a link. I've looked and haven't been able to find anything.

astron46 said:
Is it possible to disable the collection of opened apps and web pages that comes up when you hit the square at the bottom right hand of the screen. It's really irritating to go through having to delete 20 or so screens. If I want an app, I can click the icon and open it. Arghhh!
My apologies if someone just point me to a link. I've looked and haven't been able to find anything.
Click to expand...
Click to collapse
I am not aware of a way to disable it.
FYI, it's called "recent apps", or just "recents".

astron46 said:
Is it possible to disable the collection of opened apps and web pages that comes up when you hit the square at the bottom right hand of the screen. It's really irritating to go through having to delete 20 or so screens. If I want an app, I can click the icon and open it. Arghhh!
My apologies if someone just point me to a link. I've looked and haven't been able to find anything.
Click to expand...
Click to collapse
By web pages, are you referring to tabs from chrome browser? If so, there is a option in chrome to disable showing open tabs in the recents screen
Please let me know If that didn't answer your question

Thanks but I'm not using chrome. It's really very insecure. You can be checking your bank account for example and if you leave your phone available someone can pick up all sorts of info about you by just looking at the web page (in my case dolphin) or apps you've had open. I know it was meant as a convenience, but it would be nice to be able to shut it off.

---------- Post added at 23:06 ---------- Previous post was at 23:06 ----------
upndwn4par said:
I am not aware of a way to disable it.
FYI, it's called "recent apps", or just "recents".
Click to expand...
Click to collapse
No, it's called "Overview" now :angel:

Lethargy said:
---------- Post added at 23:06 ---------- Previous post was at 23:06 ----------
No, it's called "Overview" now :angel:
Click to expand...
Click to collapse
Doh!

Lethargy said:
---------- Post added at 23:06 ---------- Previous post was at 23:06 ----------
No, it's called "Overview" now [emoji14] :angel:
Click to expand...
Click to collapse
LOL [emoji23] [emoji23]
astron46 said:
Thanks but I'm not using chrome. It's really very insecure. You can be checking your bank account for example and if you leave your phone available someone can pick up all sorts of info about you by just looking at the web page (in my case dolphin) or apps you've had open. I know it was meant as a convenience, but it would be nice to be able to shut it off.
Click to expand...
Click to collapse
Sorry I don't get u [emoji55]
Do u mean to say, u don't want anything to get displayed /happen, When u click on that small square button??? [emoji15] [emoji15]

That's exactly what I want. I want to be able to turn off recents or overview or whatever it is called so that when I touch the square button nothing happens
If it's not possible currently I hope someone from the Android development team is listening and gives it some thought.

astron46 said:
That's exactly what I want. I want to be able to turn off recents or overview or whatever it is called so that when I touch the square button nothing happens
If it's not possible currently I hope someone from the Android development team is listening and gives it some thought.
Click to expand...
Click to collapse
It's been in Android for a long time, and it's going to stay. It's a core part of the Android workflow. Removing the functionality is near-impossible, but one could make the button do nothing or set it's visibility to gone.
I recommend you just maybe log out or close anything you deem important enough to be a reason for wanting to disable this functionality. It's just a swipe away. Otherwise, you might as well leave it open as the foreground task and complain that it doesn't close it every time you turn on the screen while you're at it.

Thanks. Just have to live with it I guess.

Related

[REQ] Lock Screen App

The power button on my N1 has been giving me fits, and given the number of people I've read about with "dead" power buttons, I think mine is going out so I'm trying to preserve it as long as possible.
I enabled trackball wake (using CM6) which takes care of 1/2 the equation, but I need a good lockscreen app (just something to make the phone go to sleep). I found one in the market called Lock Screen Enabler, but it's not a "true" lockscreen app and it's very buggy, causing all sorts of problems for me.
I've been a web developer for 8 years and recently got into Android development (which I hope to be doing full-time soon), so I thought I'd just code a quick app for personal use in 5 minutes.
The problem, however, is that the DEVICE_POWER permission is needed in order to call goToSleep() and from what I've read so far from other online posts, this permission is only granted to native system applications.
Since my phone is rooted, I even tried granting my application SU privileges, but that doesnt seem to work either.
So, my question boils down to how do I grant my application DEVICE_POWER permission? I figure if anyone out there knows the answer, it's going to be someone on XDA as this place is full of geniuses. Thanks in advance!!
UPDATE: I've attached the finished app. Made this for personal use but if anyone wants to use it they are welcome to. My only gripe about it right now is the "screen flicker" that happens when you launch it because it's trying to launch an app that immediately locks the screen and finishes itself. If I can figure out how to get the app to launch in a smaller window maybe I can minimize the size to reduce the screen flicker. But for now, this works and I can set it to launch when I click the clock on Fancy Widget, so I'm happy. Thanks again to everyone who offered answers to my questions. Just another reason why I love the Android development community!!
-teleknEsis
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
nDrg said:
Search for Lock screen widget. I have the same problem and I use it. It immediately locks your phone once pressed
Click to expand...
Click to collapse
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
teleknEsis said:
Awesome, thx! Still would like to know how they got that prompt to show that basically made the application an Administrator app. Seems like the missing piece I need to complete my own
Click to expand...
Click to collapse
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
nDrg said:
It seems that you'll need to add the application as a device administrator. There seems to be some decent information half way down this page under Device policy manager: Link.
I'd be interested in using this application as I can't change the icon of my previously mentioned widget.
Edit: More information here as well: Link.
Click to expand...
Click to collapse
I will probably still go ahead and create one. I like how with FancyWidget you can set it so clicking the clock will launch an app. Unfortunately it doesn't work with widgets, so I need an extra icon on my home screen just to lock it. If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
I would be happy with any icon to be honest, I just don't like the lock screen widget one Good luck bud
teleknEsis said:
..If you have an icon you'd like me to use, feel free to share and I'll put it in
And thx for the info!!
Click to expand...
Click to collapse
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
rori~ said:
Yeah, put my themed one in from LockScreenWidget (smoked)
http://forum.xda-developers.com/showthread.php?t=731625
Click to expand...
Click to collapse
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
You disabled: device administrator ?
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
Try using "root explorer" to find the files and just delete them.
teleknEsis said:
Alright, I got it working, but there's one problem. It can't be uninstalled because it's currently a device admin. Same goes for that Lock Screen Widget I installed earlier.
Looking into a way to be able to uninstall, if one even exists....
Click to expand...
Click to collapse
You need to go to Security & Location - Device Administrators and disable both there.
Hollow.Droid said:
You need to go to Security & Location - Device Administrators and disable both there.
Click to expand...
Click to collapse
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
teleknEsis said:
Good call. Thx. However, I also came up with a work-around for ppl who are just as lazy as myself. There are 2 icons in the launcher. The first will lock the screen (once you enable the app as a device admin). The second will disable the app as a device admin, allowing you to uninstall at your will.
I really intended for this app to be for personal use, but if anyone wants it I'll put it up here for you to download. If you'd rather I remove the second launcher icon and just let you to disable it through Security settings, I will also do this (as really, I don't plan on uninstalling any time soon so this is fine for myself).
Thanks to everyone who helped out!!!
Click to expand...
Click to collapse
Yeah I'd appreciate the single launcher version please if possible
Hollow.Droid said:
Yeah I'd appreciate the single launcher version please if possible
Click to expand...
Click to collapse
OK - I'll update and upload when I get into work
Application is in the OP. Have at it
Great, works perfect on MIUI 0.9.30
Does the job perfectly! I especially like how it runs as an app so I can change the icon
You're a lifesaver, or should I say power button saver
Thanks so much.
I tried to develop something similar before but got stuck. Saved me some time!
Thanks for creating such useful app for my N1. My power bt is fine, but I would like to preserve it to powering up/down the phone.
BTW, I also downloaded Lock Screen Widget to test it out. Is it possible that you can make your app to shut off the screen smoother, like LSW? I like it you set it up as an app, which is super useful for me set up as a gesture swipe on my LauncherPro dock icons.
Thanks again and keep up your good work!
Thanks again, your app is really great. But could you add a option to map it to the search button (long press) please?
Thank you!

Keyboard dock short cuts to launch apps

Hey, got some free time, just jog down some short cuts using our keyboard docks...If anyone knows any, please do post. Have fun...
Format: hold down "Search" key and tab a letter key will launch certain apps
example: hold down "Search" key and tab the "E" key will lauch email app.
Search key itself is to launch Google now.
e=email
p=google music
a=calculator
l=calendar
c=contacts
b=stock browser
m=maps
alt+tab=recent apps
To turn the screen on using the keyboard dock: Go to Settings->Asus customized setting-> look under Power management and unchecked :MobileDock Battery saving mode. To turn the screen on, hit any key on the keyboard.(I used "space bar")
Have fun..If you don't like to use them, I don't need your comments. If you have something to contribute...please DO. Thanks.
good info. I didnt even know this. I always wondered if there was a way to see recent apps. Thanks a lot. Now, if would could only assign functions, that would be great.
---------- Post added at 04:47 PM ---------- Previous post was at 04:45 PM ----------
alt+tab=recent apps
This doesnt work for me
Cool -hadn't thought of this. btw alt+tab works for me
Sent from my ASUS Transformer Pad TF700T using xda app-developers app
timrock said:
good info. I didnt even know this. I always wondered if there was a way to see recent apps. Thanks a lot. Now, if would could only assign functions, that would be great.
---------- Post added at 04:47 PM ---------- Previous post was at 04:45 PM ----------
alt+tab=recent apps
This doesnt work for me
Click to expand...
Click to collapse
try to hold down Alt key then hold down tab key without let them go, and when you want to select certain app, just release the tab, but keep holding down the alt key, then tab the tab key to navigate through. Good luck!
Had you used the search function, you would have found several threads listing far more shortcuts than you do. They go back to early July, and January, respectively, for:
http://forum.xda-developers.com/showthread.php?t=1761782
and the shortcut list reported in the Prime forum here the above one is partly based on:
http://forum.xda-developers.com/showthread.php?t=1435242
Nothing new in here, I fear.
EDIT: they're not exactly the only threads on this subject, probably due the fact the list never made it to a sticky. My post probably comes about as being angry or irritated -- I'm not. I'm just preventing people from reinventing the wheel (and thinking they are pioneering in the process ).
It would be nice if there were some sort of users manual that at least lists all these search+key functions that can be used anywhere in the system. The menu+ combos are nice, but they're per-application.
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
BossMafia2 said:
It would be nice if there were some sort of users manual that at least lists all these search+key functions that can be used anywhere in the system. The menu+ combos are nice, but they're per-application.
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
Click to expand...
Click to collapse
yes, I agreed that search+key is more useful and practical for day to day usage (quick launch). Others, I don't think people want to bother with them.
If you download Any Cut for Android and install it, then run it, then create a short cut for the activity "Quick Launch" (there may be two entries, if it doesn't work with the first one, try the second one), then using this "Quick Launch" short cut, you can define any program to be run using the hotkeys Search+(a-z,0-9), ie. Search+Z could be used to run Marvin.
external keyboard info
For what it is worth, I just discovered something people probably already knew. On an external keyboard the Win key acts as a search key. I never freaking knew that. If you have a menu key, it also works as the dock menu key. Surprisingly some of the media buttons on my USB dell slim media keyboard also work. Volume, mute, track skip, pause, browser back/forward, calculator. The email and media player buttons might work as well for someone with stock apps, but I disabled my gmail/email and google media players so they do nothing for me. The VERY surprising key is the web/home button... the one with a house on it. It actually takes me to the home screen. Anyway, just some FYI.
Thank you , grear post, have
uestions
buhohitr said:
Hey, got some free time, just jog down some short cuts using our keyboard docks...If anyone knows any, please do post. Have fun...
Format: hold down "Search" key and tab a letter key will launch certain apps
example: hold down "Search" key and tab the "E" key will lauch email app.
Search key itself is to launch Google now.
e=email
p=google music
a=calculator
l=calendar
c=contacts
b=stock browser
m=maps
alt+tab=recent apps
Have fun..If you don't like to use them, I don't need your comments. If you have something to contribute...please DO. Thanks.
Click to expand...
Click to collapse
This is great stuff !!
Is there a way to modify these? To add or change the keyboard shortcuts?
When I did the e think for email, it works, but I get a window asking me if I want the Asus Mail or Google mail. I don't user either, I use K-9. Does anyone know to add K-9 to the email selection.
jolo100 said:
uestions
This is great stuff !!
Is there a way to modify these? To add or change the keyboard shortcuts?
When I did the e think for email, it works, but I get a window asking me if I want the Asus Mail or Google mail. I don't user either, I use K-9. Does anyone know to add K-9 to the email selection.
Click to expand...
Click to collapse
http://www.youtube.com/watch?v=vsxIrmOGST4
I just found this on youtube. I can't wait to use this when I get my dock!
I thought I saw a post at one time that showed a dock keyboard shortcut for waking the screen, in lieu of pressing the power button. Anyone aware of one?
Dave
shortcuts and documentation
I am sure glad that I stumbled across this thead.
I was looking around for some documentation for the dock/keyboard for my TF700T.
Is there anything the documents how to get the most of the keyboard.
I wonder about altering the existing shortcuts as well as all the other questions that I have about using it effectively.
There are some quirks in it, but I assume that future driver/firmware enhancements will help those items.
Thank you to everyone contributing to this thread. I hope that it will become a sort of warehouse for getting the most out of the keyboard.
Thanks,
Jon
---------- Post added at 09:50 PM ---------- Previous post was at 09:34 PM ----------
rikkoko said:
http://www.youtube.com/watch?v=vsxIrmOGST4
I just found this on youtube. I can't wait to use this when I get my dock!
Click to expand...
Click to collapse
I saw the video, then downloaded Any Cut and installed it on my TF700.
I went to add a keyboard shortcut to an activity, unfortunately when I add it, AnyCut aborts.
I just read that it does the same thing on the Nexus 7.
Too bad, from the video, that looked like a great tool.
Jon
jolo100 said:
Is there a way to modify these? To add or change the keyboard shortcuts?
Click to expand...
Click to collapse
See my post from Oct 12.
sparksd said:
I thought I saw a post at one time that showed a dock keyboard shortcut for waking the screen, in lieu of pressing the power button. Anyone aware of one?
Dave
Click to expand...
Click to collapse
um... I had this working ... had to re-flash my tablet & now I can't find the setting (I'm sure its a check box in the settings ...somewhere...)
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
IT_Scooter said:
um... I had this working ... had to re-flash my tablet & now I can't find the setting (I'm sure its a check box in the settings ...somewhere...)
Sent from my ASUS Transformer Pad TF700T using XDA Premium HD app
Click to expand...
Click to collapse
Go to Settings->Asus customized setting-> look under Power management and unchecked :MobileDock Battery saving mode. To turn the screen on, hit any key on the keyboard.(I used "space bar")
buhohitr said:
Go to Settings->Asus customized setting-> look under Power management and unchecked :MobileDock Battery saving mode.
Click to expand...
Click to collapse
I've noticed that this setting does not survive a reboot. The option will still be selected, but not actually honored. You will need to de-select and re-select for it to start working again.

How to get 4.2 Nexus 10 Launcher!

All credit goes to Droid-Eye here for this one http://forum.xda-developers.com/showpost.php?p=40021984&postcount=6 !!:good:
Anyone who was hoping to be able to use the new launcher (such as myself) will be happy to know that you can! It appears that the option is there in the 4.2 OTA update, it is just hidden from the settings menu. I assume that Asus are probably still working on it and will release it in a future update.
The only modification I made to Droid-Eye's method was to simply use a setting shortcut widget rather than an entire launcher option such as ADW.
I used 'Secure Settings' from Google Play, which is free. Please bear in mind you also need an Ipack for an icon for your shortcut. Luckily Secure Settings has a handy link to download free ones from Google Play when you are setting up your shortcut.
I hope it helps anyone desperte to try out the new launcher style. It seems many people hate the new launcher, and I'll admit that I did myself the first time I saw it. However, it has grown on me and I'm going to give it a run to see if I like it over the old style. I can always change back...for the moment anyway.
Note: There is no need to be rooted or unlocked to do this. You can always change back to previous launcher by setting up another shortcut widget in the new style launcher. Your tablet will need to restart to make the change, that is normal.
Screenshots.
As Droid-Eye correctly pointed out, the home soft button doesn't line up with the app draw button. I haven't found any other bugs yet.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Gudders said:
Screenshots.
As Droid-Eye correctly pointed out, the home soft button doesn't line up with the app draw button. I haven't found any other bugs yet.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Click to expand...
Click to collapse
The instructions worked well for me. So far I keep looking for the buttons in the wrong place. But overall the tablet seems snappier with this launcher. I also do like that the notifications shows across the top so you can see a lot more of the text.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
Good looking out
I didn't even think about giving this its own thread. Hopefully, more people will consider trying the new layout now instead of just sticking with the status quo. I know not everyone will prefer them but it's always better to have the choice (I mean, this is Android after all).
Thanks for the credit.
Droid-Eye said:
I didn't even think about giving this its own thread. Hopefully, more people will consider trying the new layout now instead of just sticking with the status quo. I know not everyone will prefer them but it's always better to have the choice (I mean, this is Android after all).
Thanks for the credit.
Click to expand...
Click to collapse
+1, how the hell that you found this out is beyond my imagination! good job bro!
Thanks for the tip, but gmd gesture control seems to have stopped working for me after enabling stock 4.2 launcher.
Sent from my Galaxy Nexus using Tapatalk 2
buhohitr said:
+1, how the hell that you found this out is beyond my imagination! good job bro!
Click to expand...
Click to collapse
Thanks, man. I've been playing around in the activities shortcuts since I first got my brand new (at the time) Moto Droid with 2.0.1(to give you a time frame). I've found all kinds of cool stuff that way and it's nice finding solutions that don't require root once in a while. I highly recommend combing through the system activities if only just to see if there's anything hiding, waiting for a later update. This is how I found Face Unlock before they were ready to give it to us, too (though it took some interesting hoop jumping to get it to actually work). Also how I found the stock android dialer so I could try it wwith different SIP clients (still a work in progress).
Anyway, dig through the activities. Guaranteed you'll find something to play with in there.
---------- Post added at 08:07 PM ---------- Previous post was at 07:53 PM ----------
t3ej4y said:
Thanks for the tip, but gmd gesture control seems to have stopped working for me after enabling stock 4.2 launcher.
Sent from my Galaxy Nexus using Tapatalk 2
Click to expand...
Click to collapse
Maybe check the tf300 threads (since they're the only other ones with this ability) and see if anyone's found a workaround for it. If it's happening for them too and there isn't a fix, I'm sure GMD will want to know about it so it can be fixed before the rest of the tf700 and tf201 communities run into it. Either way, keep the shortcut handy and you can always toggle back whenever they update the app.
Gudders said:
All credit goes to Droid-Eye here for this one http://forum.xda-developers.com/showpost.php?p=40021984&postcount=6 !!:good:
Anyone who was hoping to be able to use the new launcher (such as myself) will be happy to know that you can! It appears that the option is there in the 4.2 OTA update, it is just hidden from the settings menu. I assume that Asus are probably still working on it and will release it in a future update.
The only modification I made to Droid-Eye's method was to simply use a setting shortcut widget rather than an entire launcher option such as ADW.
I used 'Secure Settings' from Google Play, which is free. Please bear in mind you also need an Ipack for an icon for your shortcut. Luckily Secure Settings has a handy link to download free ones from Google Play when you are setting up your shortcut.
I hope it helps anyone desperte to try out the new launcher style. It seems many people hate the new launcher, and I'll admit that I did myself the first time I saw it. However, it has grown on me and I'm going to give it a run to see if I like it over the old style. I can always change back...for the moment anyway.
Note: There is no need to be rooted or unlocked to do this. You can always change back to previous launcher by setting up another shortcut widget in the new style launcher. Your tablet will need to restart to make the change, that is normal.
Click to expand...
Click to collapse
What setting shortcut did you use? I'm trying to use the Settings and am having difficulty in choosing the right option underneath it.
animejay said:
What setting shortcut did you use? I'm trying to use the Settings and am having difficulty in choosing the right option underneath it.
Click to expand...
Click to collapse
Not sure if you're using my method or Gudder's but here's a photo step-by-step of how I do it.
Droid-Eye said:
Not sure if you're using my method or Gudder's but here's a photo step-by-step of how I do it.
Click to expand...
Click to collapse
Thanks so much. I was having a hard time seeing the setting.
animejay said:
Thanks so much. I was having a hard time seeing the setting.
Click to expand...
Click to collapse
No problem. Enjoy.
Hi,thx for sharing this...unfortunatelly cannot find this shortcut option in Secure Settings or its not valid anymore in free version(adw luncher need to be installed as well?)...Could you please share step by step what need to be clicked filled etc thanks
zbig0 said:
Hi,thx for sharing this...unfortunatelly cannot find this shortcut option in Secure Settings or its not valid anymore in free version(adw luncher need to be installed as well?)...Could you please share step by step what need to be clicked filled etc thanks
Click to expand...
Click to collapse
The setting is there, just the Secure Settings tool is less than intuitive. Keep looking around at the tool. I had to look at the sample picture in the second post several times before I figured out what it was showing. I'll post instructions later in the evening when I have time if no one else does.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
After you have selected to create a widget using secure settings, pick an app, wait, and select settings. Next, you can click the .settings textfield. That will bring up a long list where you have to pick the .settings#launcherSwitchSettingsActivity. (Almost at the end of the list) Save.
Give the shortcut an appropriate name, pick an icon, and save the shortcut.
Just install Nova launcher.
mistraller said:
After you have selected to create a widget using secure settings, pick an app, wait, and select settings. Next, you can click the .settings textfield. That will bring up a long list where you have to pick the .settings#launcherSwitchSettingsActivity. (Almost at the end of the list) Save.
Give the shortcut an appropriate name, pick an icon, and save the shortcut.
Click to expand...
Click to collapse
Load an icon pack first...or you will have to do it again when you get to the pick an icon step.
Sent from my ASUS Transformer Pad TF700T using Tapatalk HD
mistraller said:
After you have selected to create a widget using secure settings, pick an app, wait, and select settings. Next, you can click the .settings textfield. That will bring up a long list where you have to pick the .settings#launcherSwitchSettingsActivity. (Almost at the end of the list) Save.
Give the shortcut an appropriate name, pick an icon, and save the shortcut.
Click to expand...
Click to collapse
Lol I dont see any create shortcut? Ive installed first secure settings from google play(blak icon with shield) have only
Info ,options ,helper ,compat apps and ofc preferences.
What am I doing wrong?
zbig0 said:
Lol I dont see any create shortcut? Ive installed first secure settings from google play(blak icon with shield) have only
Info ,options ,helper ,compat apps and ofc preferences.
What am I doing wrong?
Click to expand...
Click to collapse
Back of of Secure Settings and go to your Home screen. Go into the app drawer and tap the Widgets tab. Find the Secure Settings widget and long-press to add to your Home screen. Then, follow the rest of the directions.
Okay folks, hot off the presses. The visual walkthrough of Gudder's suggested Secure Settings method. Enjoy.
Droid-Eye said:
Okay folks, hot off the presses. The visual walkthrough of Gudder's suggested Secure Settings method. Enjoy.
Click to expand...
Click to collapse
Very nice! Thanks.

Stripped from the Note 4

This a thread to compile a list of things that we noticed were stripped from the Note 4 in the Note 5. We already know about the big things like removeable battery and SD and ir blaster... if you find something include a work around if you know of one.... I've noticed the removed continuous scroll on TouchWiz as well as hiding apps from TouchWiz launcher. They also removed the "Samsung cloud" which has been present since the Note 2 that allowed my Facebook and Dropbox photos to appear in my gallery..... please if anyone knows how to activate that feature please tell me!! Add more below
This may be a software issue (5.01 to 5.11) but I can not find the MULTI WINDOW ON/OFF switch. Not where it is on note 4
Charlie
Cant figure out how to hide apps, folders, pics, turn off notifications for certain apps. Also coming from a note 3, the button to the left of the home key used to be a settings button now it only brings up open windows. I do not like this at all... need some serious help here.
---------- Post added at 07:03 PM ---------- Previous post was at 06:40 PM ----------
Update found out how to turn notifications on certain apps off... it is now a little tiny check box at the top in applications manager instead of a big giant button at the bottom. Still need to figure out how to hide apps and photos.
Sent from my Note 5 using XDA Free mobile app
Droski said:
Cant figure out how to hide apps, folders, pics, turn off notifications for certain apps. Also coming from a note 3, the button to the left of the home key used to be a settings button now it only brings up open windows. I do not like this at all... need some serious help here.
---------- Post added at 07:03 PM ---------- Previous post was at 06:40 PM ----------
Update found out how to turn notifications on certain apps off... it is now a little tiny check box at the top in applications manager instead of a big giant button at the bottom. Still need to figure out how to hide apps and photos.
Sent from my Note 5 using XDA Free mobile app
Click to expand...
Click to collapse
Yea they replaced the menu key with thenmulti window key on the note 4 you'll get used to it shortly... And another way to turn notifications off is if you hold your finger on it some options will come up.
Psychteach1 said:
This may be a software issue (5.01 to 5.11) but I can not find the MULTI WINDOW ON/OFF switch. Not where it is on note 4
Charlie
Click to expand...
Click to collapse
Yea it looks like a lot of toggles are missing it went from like 40 on the note 4 to like 12 on here. When you go over to the "edit" screen on the drop down menu.
nique0201 said:
Yea they replaced the menu key with thenmulti window key on the note 4 you'll get used to it shortly... And another way to turn notifications off is if you hold your finger on it some options will come up.
Click to expand...
Click to collapse
Worth noting: On the Note4, you can still access the menu by holding down the recent programs soft key for a couple seconds. On the Note5, you can do it by holding down the back soft key. Holding down recents will give you easy access to split screen view.
I don't see "download booster" anymore.
Sent from my SM-N920T using Tapatalk
princeasi said:
I don't see "download booster" anymore.
Sent from my SM-N920T using Tapatalk
Click to expand...
Click to collapse
Its under section tings and more connection settings
On Note 5 they removed the ability to backup settings on your Samsung Account like call rejection list etc...
I can't find setting for video recording
nique0201 said:
Yea it looks like a lot of toggles are missing it went from like 40 on the note 4 to like 12 on here. When you go over to the "edit" screen on the drop down menu.
Click to expand...
Click to collapse
I noticed this, as well, but I think this is an "upgrade" as the "100s" of toggles were too many before. I have also noticed that there are less entries in the menu, making it simpler looking and easier to navigate/find stuff. It doesn't always necessarily mean options were removed, but just put into a different place. I think overall, this is a good thing because it makes navigating and using the menus much easier and faster.
Among other things, I did notice in S-Note the ability to transcribe handwriting into text is gone. I noticed this even though I don't use it much, so it isn't a huge loss. I think most of the missing items on this phone are mostly not necessary and were rarely ever used, so it seems like it's basically a good thing.
I do wish they didn't remove the ability to disable the Flipboard screen on the stock launcher. Now, the only way to get rid of it even after disabling the Flipboard app is the install a 3rd party launcher. That is my only complaint, but I rarely ever use the stock launcher anyway, so it's not really a huge issue for me.
So far this phone is F***ing sick!
Predictive Emoji is gone..at least on mine
MrAwesome75 said:
I noticed this, as well, but I think this is an "upgrade" as the "100s" of toggles were too many before. I have also noticed that there are less entries in the menu, making it simpler looking and easier to navigate/find stuff. It doesn't always necessarily mean options were removed, but just put into a different place. I think overall, this is a good thing because it makes navigating and using the menus much easier and faster.
Among other things, I did notice in S-Note the ability to transcribe handwriting into text is gone. I noticed this even though I don't use it much, so it isn't a huge loss. I think most of the missing items on this phone are mostly not necessary and were rarely ever used, so it seems like it's basically a good thing.
I do wish they didn't remove the ability to disable the Flipboard screen on the stock launcher. Now, the only way to get rid of it even after disabling the Flipboard app is the install a 3rd party launcher. That is my only complaint, but I rarely ever use the stock launcher anyway, so it's not really a huge issue for me.
So far this phone is F***ing sick!
Click to expand...
Click to collapse
You can disable the flipboard page just hold your finger down on the home screen and then scroll to the flipboard page and you'll see a check mark, just uncheck it. Is that what you're talking about? Hope this helps
Wow! Thanks so much!
That's what I was taking about. They simplified everything so it's not so cluttered, but in some cases it makes things harder to find.
That is what I was looking for. I didn't even notice the check mark before. Thanks, again.
Sent from my SM-N920T
The IR blaster gone, cannot use phone as remote control
As someone who shoots lots of photography. I noticed they have removed the Black and White setting from the camera. It has been replaced with a terrible filter called "Monogram". I have searched through all the menus and even the "downloads" section. NOTHING! I honestly can't believe it. Like WHY? I prefer shooting in B&W. Like at least let me download it. WTH?!
re: B/W Filter
D1G1N1XY said:
As someone who shoots lots of photography. I noticed they have removed the Black and White setting from the camera. It has been replaced with a terrible filter called "Monogram". I have searched through all the menus and even the "downloads" section. NOTHING! I honestly can't believe it. Like WHY? I prefer shooting in B&W. Like at least let me download it. WTH?!
Click to expand...
Click to collapse
If you have a backup of all your apps using titanium backup or another similar app
you can get that black/white filter file from there.
Or you can even get it from the twrp flashable zipfile which you used to flashed
your rom with.
It's in the same location in the zip file as all the other camera filter files.
(it's either in system/apps or in the system/priv-apps folder.)
Once you extract the b/w filter file copy it into the same location where all the other
filter files are located in your note 5, who knows you just might luck out and it might
work for you.
The filter files don't require flashing or even installing
so there's really a good chance that it will work for you.
To play safe, be sure to fix the attributes for the b/w filter
file to match all the other filter files attributes after copying.
Good luck,
Have a great day!
I've noticed that Google Play Music no longer puts the album art on your lockscreen when you're listening to music. Frankly I'm kinda pissed about this because I really liked it.
S-Note doesn't allow you to change the default notes view. I used to change it to "list view" instead of the default "tile" view. Now I can only see it in"tile"view.
Sent from my SM-N920T
D1G1N1XY said:
As someone who shoots lots of photography. I noticed they have removed the Black and White setting from the camera. It has been replaced with a terrible filter called "Monogram". I have searched through all the menus and even the "downloads" section. NOTHING! I honestly can't believe it. Like WHY? I prefer shooting in B&W. Like at least let me download it. WTH?!
Click to expand...
Click to collapse
Click effect then download then in the first section get the filter called memory. It's free

[Q] What is this App

I saw this icon from other's android desktop screenshot, it seems like a gesture app, does anyone know? Thanks in advanced!
This is the first time I've seen something like it. I don't know what is it.
matif525 said:
I saw this icon from other's android desktop screenshot, it seems like a gesture app, does anyone know? Thanks in advanced!
Click to expand...
Click to collapse
It can be an app for disabled ppl who are deaf
(May be)
Coz it's showing gestures of no 5
ChahatGupta said:
It can be an app for disabled ppl who are deaf
(May be)
Coz it's showing gestures of no 5
Click to expand...
Click to collapse
Thanks!
But I also saw a sound enhance mod in that homescreen, so maybe not for deaf.
matif525 said:
Thanks!
But I also saw a sound enhance mod in that homescreen, so maybe not for deaf.
Click to expand...
Click to collapse
That's confusing :laugh:
ChahatGupta said:
That's confusing :laugh:
Click to expand...
Click to collapse
Its probably the TalkBack feature for the blind. It helps them navigate by touch and tells them what they're touching and asks whether that's what they want to select.
Droidriven said:
Its probably the TalkBack feature for the blind. It helps them navigate by touch and tells them what they're touching and asks whether that's what they want to select.
Click to expand...
Click to collapse
now we got it
---------- Post added at 02:51 AM ---------- Previous post was at 02:49 AM ----------
Droidriven said:
Its probably the TalkBack feature for the blind. It helps them navigate by touch and tells them what they're touching and asks whether that's what they want to select.
Click to expand...
Click to collapse
Can u help me with this please
I found what is that, it is an app which will not be finished develop for snap.
matif525 said:
I found what is that, it is an app which will not be finished develop for snap.
Click to expand...
Click to collapse
Thanks, mystery solved.

Categories

Resources