Question How can I remove this from home Screen? - Google Pixel 7 Pro

Wondering if someone can please help me to remove this circle area. I don't really want that on home screen. I could rather use widget.

It is not possible without root or another launcher.

Home Settings - At A Glance

Google really fakced up this time. Probably said before but they're really lost!

nds850 said:
It is not possible without root or another launcher.
Click to expand...
Click to collapse
Wow can't believe that goggle made us stuck with something stupid stuff that we really don't need. Thanks BTW

cmh714 said:
Home Settings - At A Glance
Click to expand...
Click to collapse
DO you mean can we remove it?

gotojanoo said:
Wow can't believe that goggle made us stuck ...
Click to expand...
Click to collapse
Just like the search box...

gotojanoo said:
DO you mean can we remove it?
Click to expand...
Click to collapse
Yes you can, this has been posted and explained here before not too long ago. You need to be rooted and if I'm correct use the xposed framework

blackspp said:
Just like the search box...
Click to expand...
Click to collapse
Exactly , I was about to post that screenshot to ask lol. Just received 7 pro a hour ago and was setting it up. Thanks bud.

As an alternative, you can just set up another home screen without At A Glance.

Lawnchair or nova your best bet

I used Niagara for a couple of days and paid for the full version this morning. Love the 'empty' screen!

Please tell me how to remove this information from the locked screen? a flashlight also appears instead of the date ((very annoying. There are no lock screen settings in AOSP.

uways86 said:
Please tell me how to remove this information from the locked screen? a flashlight also appears instead of the date ((very annoying. There are no lock screen settings in AOSP.
Click to expand...
Click to collapse
Are you using a Pixel 7?
Your best bet for fixing the flashlight issue is to probably install a Pixel Launcher, stock or modded and customize your At A Glance settings. As for the lock screen weather, not so sure you can turn that one off.

Curiousn00b said:
Are you using a Pixel 7?
Your best bet for fixing the flashlight issue is to probably install a Pixel Launcher, stock or modded and customize your At A Glance settings. As for the lock screen weather, not so sure you can turn that one off.
Click to expand...
Click to collapse
I installed the standard pixel, turned off everything that was possible, the flashlight disappeared, but I can’t remove the date and weather. phone pixel 7 pro

Home Settings >> At a Glance >> See more features >> Disable Weather.
Unfortunately, I am not sure how to remove the date. My apologies there.

gotojanoo said:
Wondering if someone can please help me to remove this circle area. I don't really want that on home screen. I could rather use widget.
Click to expand...
Click to collapse
It was the same on my 4XL. It's nuts that they put that on the homescreen. Every morning when I turn the phone on, I have to swipe left to get to the homescreen I want to use. I don't want to root, or change the launcher. Back in the day, I was able to choose the homescreen page I wanted.

Related

Change Apps in Home Screen Bottom Dock

On my captivate there are four apps on the bottom of all home screens: Phone, Email, Browser, and Apps.
Any way I can change it? It doesnt seem to be accessible/customizable.
I havent found a way yet either....so doesn't seem possible.
Sent from my Samsung Captivate(tm) on AT&T
camelontherun said:
On my captivate there are four apps on the bottom of all home screens: Phone, Email, Browser, and Apps.
Any way I can change it? It doesnt seem to be accessible/customizable.
Click to expand...
Click to collapse
Yep, I figured it out. Follow this:
1. From the Home screen select "Applications"
2. Menu> View Type> Customizable Grid
3. Menu> Edit
You can now slide any App down to the bottom dock. You can even change it back to "Alphabetical Grid" and it will still save the Apps on the dock.
thank you sir!
camelontherun said:
thank you sir!
Click to expand...
Click to collapse
No issue what-so-ever, my friend.
dressanderc said:
No issue what-so-ever, my friend.
Click to expand...
Click to collapse
if i'm using launcherpro, will I be able to change the logos to a customizable logo?
like something that i draw and upload to the phone?
accinfo said:
if i'm using launcherpro, will I be able to change the logos to a customizable logo?
like something that i draw and upload to the phone?
Click to expand...
Click to collapse
Yes you can use whatever you want
dsjr2006 said:
Yes you can use whatever you want
Click to expand...
Click to collapse
do you have a guide on how to do that?
do i need to draw it in paint or???
dressanderc, i love you for this!!
I spent 2 hours searching for ways to remove the email app and replace it with gmail.
THANK YOU!
southsidedan said:
dressanderc, i love you for this!!
I spent 2 hours searching for ways to remove the email app and replace it with gmail.
THANK YOU!
Click to expand...
Click to collapse
No problem
Is anyone having success with Launcher Pro replacing touchwhiz?
I really prefer launcher pro over touchwiz. Are you asking how to change the buttons on the dock in launcher pro? If so, just hold down one of the little +'s until the menu opens up and go from there.
on a related note, is there a way to remove the different pre-loaded AT&T applications from the phone? there are a number that seem useless given other apps out there that do the same thing but better, but i can´t seem to figure out how to delete them.
keep your finger on the icon you want to move a second longer than normal (if you have your phone on vibrate, it will buzz) then you can move them around the screen as many or as much as you like. You can also drag them into a bin which will appear in the bottom of the screen. This action doesn't delete the app or icon, it just reappears in the apps page. Very easy but took me ages to work it out. So simple. Have fun

[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!

[Q] Removing the Google Now Search widget

This is going to sound trivial to a lot of you, but i really don't like the Now search widget parked on each of my desktops. On the Now screen, it's fine, but I like seeing my home screen wallpaper.
In KitKat, there used to be a setting to remove this from other screens, but I can't seem to find it in Lollipop. Anyone know if I'm missing it somewhere, or is this one of those things we have to wait for in the next update?
Did you look in google settings? I'm pretty sure its there.
jayRokk said:
Did you look in google settings? I'm pretty sure its there.
Click to expand...
Click to collapse
They might have removed it, not sure. But since Xposed isn't available on Lollipop right now, you have to completely disable google now or use a custom launcher.
spiderflash said:
They might have removed it, not sure. But since Xposed isn't available on Lollipop right now, you have to completely disable google now or use a custom launcher.
Click to expand...
Click to collapse
For the record, I never used Xposed on KitKat. All I know was that I was able to remove the widget from the center and right home pages, either through a drag and delete or through a setting on the phone. I've dug through all the settings and can't seem to find it. Maybe I'll check my wife's phone later, since she hasn't installed the update on hers yet.
spiderflash said:
They might have removed it, not sure. But since Xposed isn't available on Lollipop right now, you have to completely disable google now or use a custom launcher.
Click to expand...
Click to collapse
You can use nova launcher and use the "OK Google" command on any screen with out having the search bar/google now. I use that.
jayRokk said:
You can use nova launcher and use the "OK Google" command on any screen with out having the search bar/google now. I use that.
Click to expand...
Click to collapse
:good:
Yeah, this method works well & the bonus is a nice launcher too. OK Google from any screen is nice.

Good Lock wont add widgets to lock screen

I finally downloaded Good lock after reading some good things on it. I switched from C-locker from the app store. So amyways ive been trying to add the widgets i want on the lock screen and they dont show up. I go to Good lock>routines > default > then I click next till i get to "set layout" I add the widgets and click finish. Then i go to my lock screen and i just have a clock. Any help? Thanks
I'm in the same boat. Tried everything. Just happy for the change so i didn't bother saying anything!
bazzar1206 said:
I'm in the same boat. Tried everything. Just happy for the change so i didn't bother saying anything!
Click to expand...
Click to collapse
If we cant figure it out, look into C-locker. Even the free version is awesome. It can be a little complicated to set up but if you have questions email the dev hes awesome at responding.
But I have some things i want to do that Clocker cant which is why i switched so I'm hoping someone can help!
aexp08 said:
If we cant figure it out, look into C-locker. Even the free version is awesome. It can be a little complicated to set up but if you have questions email the dev hes awesome at responding.
But I have some things i want to do that Clocker cant which is why i switched so I'm hoping someone can help!
Click to expand...
Click to collapse
Looks promising but the less software loaded the better. Good recommendation though.
I don't think you can replace the clock. You can only access the widgets by swiping down on the lockscreen clock.
Sent from my SM-G935P using XDA-Developers mobile app
I didnt think you could replace the clock, but i was under the impression that you could add other widgets to the lock screen
Swipe down from the clock on the lock screen and your widgets will show.
I see it now. Thanks. I wish they we on the main screen though.

Lock Screen Wallpaper

Anyone figure this one out yet? I have been scratching my head trying to be able to change mine. I followed some guys instructions on Reddit, but that didn't work for me. Wondering if anyone else had figured it out.
settings>display>wallpaper>lockscreen wallpaper
at least on the pb2-650y
alaska100 said:
settings>display>wallpaper>lockscreen wallpaper
at least on the pb2-650y
Click to expand...
Click to collapse
Unfortunately not on the pb2-690y
doctahjeph said:
Unfortunately not on the pb2-690y
Click to expand...
Click to collapse
Can you post a screenshot? I'm just curious at this point. There's also access to some settings from the lock screen.
Edit: disregard, it just goes to system settings or Nagar settings.
doctahjeph said:
Anyone figure this one out yet? I have been scratching my head trying to be able to change mine. I followed some guys instructions on Reddit, but that didn't work for me. Wondering if anyone else had figured it out.
Click to expand...
Click to collapse
Here's how to change it:
Long press on an empty area of the home screen
At the bottom, choose "Lockscreen Wallpaper"
Make your selection
Hit "Set For LockScreen Wallpaper"
calamari said:
Here's how to change it:
Long press on an empty area of the home screen
At the bottom, choose "Lockscreen Wallpaper"
Make your selection
Hit "Set For LockScreen Wallpaper"
Click to expand...
Click to collapse
Do you have the phone? If so your phone is different than mine. I don't have a lockscreen wallpaper option.
calamari said:
Here's how to change it:
Long press on an empty area of the home screen
At the bottom, choose "Lockscreen Wallpaper"
Make your selection
Hit "Set For LockScreen Wallpaper"
Click to expand...
Click to collapse
nope.
The lockscreen wallpaper is kind of annoying, but the persistent "This device is HD capable" notification is driving me out of my mind.
doctahjeph said:
Do you have the phone? If so your phone is different than mine. I don't have a lockscreen wallpaper option.
Click to expand...
Click to collapse
Attached my phone details and proof.
He's using the stock launcher. If you switch back to that, you can change the lock screen wallpaper with a long press on the homescreen.
travisgreen said:
nope.
The lockscreen wallpaper is kind of annoying, but the persistent "This device is HD capable" notification is driving me out of my mind.
Click to expand...
Click to collapse
If you uncheck the Enhanced 4G LTE mode option on mobile network settings that notification will dissappear.
Sent from my Lenovo PB2-690Y using Tapatalk
calamari said:
Attached my phone details and proof.
Click to expand...
Click to collapse
Real question now is how the hell did you get google+ installed.
travisgreen said:
He's using the stock launcher. If you switch back to that, you can change the lock screen wallpaper with a long press on the homescreen.
Click to expand...
Click to collapse
Holy ****! Thank you!
doctahjeph said:
Real question now is how the hell did you get google+ installed.
Click to expand...
Click to collapse
Unfortunately, I didn't (well, at least not for what you're seeing in that screenshot). If you visit plus.google.com in Chrome, it offers to put a link to the site on your home screen. So, that icon just opens the web version of Google+. I did install Google+ earlier today, but because I had to sign it myself to remove the conflicting permissions (it conflicts with the improperly built Gallery app), Google's servers rejected the client. IMO, the only chances we have of getting a working Google+ installed are 1) if the phone is rooted, then we should be able to replace the Gallery app with a non-broken one, or 2) Lenovo needs to fix it. Option 2 might happen by accident if they ever decide to release Android 7.
Looks like you can only change the lock screen wallpaper to a static picture, no live wallpapers unfortunately. On other phones you can.
Also, I can install and use Google+ just fine it seems, perhaps because I installed their latest December update.
stock launcher
travisgreen said:
He's using the stock launcher. If you switch back to that, you can change the lock screen wallpaper with a long press on the homescreen.
Click to expand...
Click to collapse
My stock launcher somehow become corrupted, every second, I get "Unfortuantely Launcher has stopped working". It was a ***** to get to the Google Play store between saying, "ok" and having the message pop again in 1 second. So I was able to get into Play store and install another Launcher that is near the original Launcher_3. However, it does not have that LockScreen Walpaper mode.
I don't know how to fix and reinstate the original launcher. Even after trashing and reinstalling it, it still doesn't work.
Any insight?
jb1951 said:
My stock launcher somehow become corrupted, every second, I get "Unfortuantely Launcher has stopped working". It was a ***** to get to the Google Play store between saying, "ok" and having the message pop again in 1 second. So I was able to get into Play store and install another Launcher that is near the original Launcher_3. However, it does not have that LockScreen Walpaper mode.
I don't know how to fix and reinstate the original launcher. Even after trashing and reinstalling it, it still doesn't work.
Any insight?
Click to expand...
Click to collapse
You still have these phone great but do you have updated android like 8 , 9 or 10??

Categories

Resources