What is this widget installed? - Galaxy S 4 Q&A, Help & Troubleshooting

This widget has been installed on one of my friends S4. What is it? And how do I remove it?
Notice the annoying bar to the left of the first picture. See screenshots:

re: annoying bar
IsonNick said:
This widget has been installed on one of my friends S4. What is it? And how do I remove it?
Notice the annoying bar to the left of the first picture. See screenshots:
Click to expand...
Click to collapse
That bar you are talking about is for the MULTI-WINDOW feature.
If you don't want or don't like it you can simply disable it,
Here is how, go to the phone's Settings>Display>Multi Window
Uncheck the box for the Multi Window and it will be disabled.
Good luck, have a great day!

Misterjunky said:
Here is how, go to the phone's Settings>Display>Multi Window
Uncheck the box for the Multi Window and it will be disabled.
Click to expand...
Click to collapse
I'm not sure it's the Multi Window feature. It was disable. Here's a new screenshot, with it activated. I don't get it :/

IsonNick said:
I'm not sure it's the Multi Window feature. It was disable. Here's a new screenshot, with it activated. I don't get it :/
Click to expand...
Click to collapse
Its probebly an app that you've installed.
Look through the apps that you've installed when that showed up.

Did you install any apps recently? recall the app you've installed recently and remove it?
Other way is to install and scan your phone with antivirus. Good luck

That is some kind of Push notification add-on that was installed by some application.
What I suggest is: Go to the Play Store and find an app called "Addons Detector".
Run it and let it scan the device. It will tell you what apps are using what add-ons.
Uninstall everything that uses Push Notification and Icon Ads.
Then if you want, you can uninstall Addons Detector or just keep using it every now and then (it's quite good and free!)

Simonetti2011 said:
What I suggest is: Go to the Play Store and find an app called "Addons Detector".
Click to expand...
Click to collapse
Thanks for the tip.

Related

Grey Google search bar on top of all screens? Can I get rid of it?

Is there a way to get rid of that grey Google search bar on top of all the screens? The drag an delete function doesn't seem to work.
Thanks!
I don't think there is any way to get rid of it on the Stock ROM. From what I understand its basically built onto the launcher. If it really bothers you, you could consider switching to an alternate launcher like Apex or Nova to get rid of it.
Sent from my Nexus 10 using XDA Premium HD app
Biohazard0289 said:
I don't think there is any way to get rid of it on the Stock ROM. From what I understand its basically built onto the launcher. If it really bothers you, you could consider switching to an alternate launcher like Apex or Nova to get rid of it.
Sent from my Nexus 10 using XDA Premium HD app
Click to expand...
Click to collapse
Didn't think of that. Maybe I'll give one of those a whirl.
This worked for me:
Settings>Apps>All>Google Search>select "Disable", then click "OK" on the "...other apps may misbehave" pop-up. You may have to reboot to get rid of the bar.
This will disable the search function on your tablet; there will be no way to search for contacts, apps or anything. If there is a problem you can always repeat the process and enable Google search again.
I personally didn't care for the search bar and I don't use the search function. I have only had my N10 since this morning, but removing the search bar was one of the first things I did and I have yet to have a problem.
Hope this helps.
Twiggi said:
This worked for me:
Settings>Apps>All>Google Search>select "Disable", then click "OK" on the "...other apps may misbehave" pop-up. You may have to reboot to get rid of the bar.
This will disable the search function on your tablet; there will be no way to search for contacts, apps or anything. If there is a problem you can always repeat the process and enable Google search again.
I personally didn't care for the search bar and I don't use the search function. I have only had my N10 since this morning, but removing the search bar was one of the first things I did and I have yet to have a problem.
Hope this helps.
Click to expand...
Click to collapse
Thanks. After the reboot it disappeared.
Biohazard0289 said:
I don't think there is any way to get rid of it on the Stock ROM. From what I understand its basically built onto the launcher. If it really bothers you, you could consider switching to an alternate launcher like Apex or Nova to get rid of it.
Sent from my Nexus 10 using XDA Premium HD app
Click to expand...
Click to collapse
Is Google Now! popupable on these launchers as well?
BoneXDA said:
Is Google Now! popupable on these launchers as well?
Click to expand...
Click to collapse
Yes, the Now swipe-up functionality is in the navigation bar, which 3rd-party launchers don't change.

[Q] hiding notification bar. (Noob)

I need to make an app that hides my notification bar and shows it when i need it.
How can i make the app with AIDE or eclipse?!
I know how to make an app but i dont know how to make a usefull background app.
I would need help how it is done.
Any help is appreciated.
Tried googling about apps that show ui etc. etc.
2hrs no answers. Im really bad with googling.
Fatsodonkey said:
I need to make an app that hides my notification bar and shows it when i need it.
How can i make the app with AIDE or eclipse?!
I know how to make an app but i dont know how to make a usefull background app.
I would need help how it is done.
Any help is appreciated.
Tried googling about apps that show ui etc. etc.
2hrs no answers. Im really bad with googling.
Click to expand...
Click to collapse
Well, I think that this is simply not possible.
You can hide the notification bar in your app but you cannot do this while other apps are in the foreground. You would need to use a custom ROM for that.
However, what would probably be possible is creating an overlay which is shown on top of the notification bar. Nevertheless apps will not be fullscreen, just your overlay will be displayed instead of the notification bar. (If you want to do this, have a look at the RoundR sources on github.) I do not think that this is what you want.
Modifiying the system UI from an app is not possible!
(And it is good that it is not. What would you say if an app removes your notification bar without your agreement? )
nikwen said:
Well, I think that this is simply not possible.
You can hide the notification bar in your app but you cannot do this while other apps are in the foreground. You would need to use a custom ROM for that.
However, what would probably be possible is creating an overlay which is shown on top of the notification bar. Nevertheless apps will not be fullscreen, just your overlay will be displayed instead of the notification bar. (If you want to do this, have a look at the RoundR sources on github.) I do not think that this is what you want.
Modifiying the system UI from an app is not possible!
(And it is good that it is not. What would you say if an app removes your notification bar without your agreement? )
Click to expand...
Click to collapse
I understand what you are saying.
But how is Smart Statusbar done?!
http://www.xda-developers.com/android/smart-statusbar-gives-you-easy-statusbar-access-in-full-screen-apps/
Im trying to create a similar but more simplistic.
Fatsodonkey said:
I understand what you are saying.
But how is Smart Statusbar done?!
http://www.xda-developers.com/android/smart-statusbar-gives-you-easy-statusbar-access-in-full-screen-apps/
Im trying to create a similar but more simplistic.
Click to expand...
Click to collapse
Looks like the dev is really clever. :good:
I have got an idea how he could have done it:
Create an overlay on the screen (look at some souce at github: https://github.com/MohammadAdib/RoundR , https://github.com/sukso96100/SidePanel)
If it is clicked, launch a transparent activity with this attribute in Android manifest: android:theme="@android:style/Theme.NoTitleBar"
After some time or after a click on the screen close it.
(No need for the status bar permission. It seems to be a one created by himselft.)
I think that this should work.
nikwen said:
Looks like the dev is really clever. :good:
I have got an idea how he could have done it:
Create an overlay on the screen (look at some souce at github: https://github.com/MohammadAdib/RoundR , https://github.com/sukso96100/SidePanel)
If it is clicked, launch a transparent activity with this attribute in Android manifest: android:theme="@android:style/Theme.NoTitleBar"
After some time or after a click on the screen close it.
(No need for the status bar permission. It seems to be a one created by himselft.)
I think that this should work.
Click to expand...
Click to collapse
Thank´s!
I´ll try this!
Fatsodonkey said:
Thank´s!
I´ll try this!
Click to expand...
Click to collapse
You're welcome.
Good luck! :good:
There is fullscreen mode, gallery and some other apps use it
GR0S said:
There is fullscreen mode, gallery and some other apps use it
Click to expand...
Click to collapse
Yes, but you cannot tell the system how other apps should be shown.

[SOLVED via Root] Secure Lock Screen with Widgets?

Got my Note 3 today and began customizing the settings. When I select "Secure with PIN" it does not give me the option for "with swipe lock". I don't remember whether that option was a stock option or one that got added with my Beans Rom on my Note 2. Either way, I can't figure any way to setup a secure screen lock with pin AND have lock screen widgets!!! I had previously used Widget Locker, but it says it's not compatible with my Note 3. Any ideas?
i dont think that is a factory option
Well, I just did an APK+Data backup of Widget Locker on my Note II and restored it to my Note 3. Problem solved...for now. I was looking forward to getting 4.3 so I didn't have to keep using 3rd party lock screens, though. Oh, well....
edwmsjr said:
Well, I just did an APK+Data backup of Widget Locker on my Note II and restored it to my Note 3. Problem solved...for now. I was looking forward to getting 4.3 so I didn't have to keep using 3rd party lock screens, though. Oh, well....
Click to expand...
Click to collapse
I did this as well, but the pull down of notification bar sits "behind" the widget locker icons/widget, etc - sort of semi-transparent - making the pull down almost unusable..not an issue for you?
edwmsjr said:
Got my Note 3 today and began customizing the settings. When I select "Secure with PIN" it does not give me the option for "with swipe lock". I don't remember whether that option was a stock option or one that got added with my Beans Rom on my Note 2. Either way, I can't figure any way to setup a secure screen lock with pin AND have lock screen widgets!!! I had previously used Widget Locker, but it says it's not compatible with my Note 3. Any ideas?
Click to expand...
Click to collapse
Almost self defeating isn't it? I love choices, but to have a lockscreen locked with PIN number, and bust still have access to Lockscreen widgets that show info? I can see why stock wouldn't do that.. But I can see more choices as well sir!
ccctexas said:
I did this as well, but the pull down of notification bar sits "behind" the widget locker icons/widget, etc - sort of semi-transparent - making the pull down almost unusable..not an issue for you?
Click to expand...
Click to collapse
No, I didn't have that problem. However, I've since rooted my phone and used Xposed Framework with a couple of modules & Wanam Xposed to get it exactly like I wanted. They allow me to use the stock lock screen with multiple widgets and a PIN with quick PIN entry (no need to hit enter).
[SOLVED]
Root and install Xposed Framework with the following modules: "Maximize Widgets", "Samsung Multiple Widgets", "Enable Camera on Lockscreen" & "Wanam Xposed". In Wanam Xposed, under 'lockscreen', select "enable quick PIN unlock".
Check other settings as desired...but the above settings will give you a secure lock screen with access to the camera and several full screen widgets, as well as quick PIN unlock (no need to hit enter).
I would like to add, for some not superusers (like myself) After installing xposed installer and installing and activating "Maximize Widgets", "Samsung Multiple Widgets", "Enable Camera on Lockscreen" & "Wanam Xposed"...
Under Modules, Click Samsung Multiple Widgets >> Check "Force Camera Widget".
Enjoy
Hello
I have account exchange (pin on lock screen) and i have problem with Samsung Multi Widget....
On lock screen I can move left and I have camera but I can add new widget...when I deleted exchange account I can add new widgets...
It is possible to add widget when I have account exchange??
Gladyscoleman said:
you can install widget locket app from google play.
If some application shown error in downloading then its not a issue. You can install alternate app bro
---------- Post added at 08:49 AM ---------- Previous post was at 08:48 AM ----------
Yes its possible. Just hold on selected widget and drag your selected widget on main screen or what ever the place you want then unhold it.
your widget has been set.
Click to expand...
Click to collapse
I want to set widets on lock screen - no on the main screen after unlock (pin) phone....
BLuff.Master said:
I would like to add, for some not superusers (like myself) After installing xposed installer and installing and activating "Maximize Widgets", "Samsung Multiple Widgets", "Enable Camera on Lockscreen" & "Wanam Xposed"...
Under Modules, Click Samsung Multiple Widgets >> Check "Force Camera Widget".
Enjoy
Click to expand...
Click to collapse
I just found this post and was able to get my ICE widget on my lockscreen, thanks!
However, I tried the "Force Camera Widget" but didn't care for it. I have unchecked and uninstalled "Maximize Widgets" and "Samsung Multiple Widgets" but I still have the camera widget on my lockscreen. Prior to enabling it I had a screen of shortcuts. I would prefer that but would settle for getting rid of the camera widget. I hope you or someone can help.
I'm trying to use the multiple widgets on secure lockscreen addon (http://forum.xda-developers.com/showthread.php?t=2363189), but not working for me on kit kat.
multiple widgets
leland_jr said:
I'm trying to use the multiple widgets on secure lockscreen addon (http://forum.xda-developers.com/showthread.php?t=2363189), but not working for me on kit kat.
Click to expand...
Click to collapse
fwiw.. i will see if i can uncover the fix for you, ill have to install wanams ui.. after lights out in a minute
tlipitli said:
FWIW, just recovered from lights out directly after Wanams UImods..
Click to expand...
Click to collapse
Sorry, no idea what that means.
Question: Do I need to uninstall my Exchange account to be able to get things working? The Wanams Exchange hack seems to do nothing. Maybe that's also because I didn't disable Knox? (doing that scares me)
enterprise permissions on exxchange account
leland_jr said:
Sorry, no idea what that means.
Question: Do I need to uninstall my Exchange account to be able to get things working? The Wanams Exchange hack seems to do nothing. Maybe that's also because I didn't disable Knox? (doing that scares me)
Click to expand...
Click to collapse
no, youre good with knoxx.... go to your superuser app and clear all auto deny/ time limit.. disable enforce permission, trust system user. app should install and you can reset your settings
if the app still does not work, then its root causing an issue with permissions on the exchange side. , and will take a little work.. i believe what you do with your device is between you and your pocketbook... GNL and VZW should have no business using apps that detect root, other than more $$$$ ..... but hey, its just my opinion ... protect your root, and check files upload, and to verify the repo list can be found here:
http://repo.xposed.info/module/ma.wanam.xposed
latest installer :
http://forum.xda-developers.com/xposed/xposed-installer-versions-changelog-t2714053
wanam is the UI for the mods.
http://repo.xposed.info/module/ma.wanam.xposed
tested on hotmail.
http://repo.xposed.info/module/com.shantz.exchangebypass
here's the link to file,again
http://repo.xposed.info/module/com.mohammadag.multiplewidgets
maybe this applies to you
https://play.google.com/store/apps/details?id=com.good.android.gfe
what it boils down to.... latest version of app, maybe ..
http://repo.xposed.info/module/com.devadvance.rootcloak
thinking you really want this app if youre willing to go through all these links.. however, once the framework is installed its alot easier on your device. and its updated first. once you connect, you can uninstall apps you dont need good luck..
This could be the solution...
JimSmith94 said:
I just found this post and was able to get my ICE widget on my lockscreen, thanks!
However, I tried the "Force Camera Widget" but didn't care for it. I have unchecked and uninstalled "Maximize Widgets" and "Samsung Multiple Widgets" but I still have the camera widget on my lockscreen. Prior to enabling it I had a screen of shortcuts. I would prefer that but would settle for getting rid of the camera widget. I hope you or someone can help.
Click to expand...
Click to collapse
Assuming you are not using any security for lock screen..
You can get shortcuts using Menu > Settings > Device > Lock Screen Then..
1* Make sure Multiple Widgets says ON..
2* Click Multiple Widgets (Not the button that says ON/OFF). Then Click Favorite Apps or Camera..
3* Select Favorite Apps.
Hope that helps.
BLuff.Master said:
Assuming you are not using any security for lock screen..
You can get shortcuts using Menu > Settings > Device > Lock Screen Then..
1* Make sure Multiple Widgets says ON..
2* Click Multiple Widgets (Not the button that says ON/OFF). Then Click Favorite Apps or Camera..
3* Select Favorite Apps.
Hope that helps.
Click to expand...
Click to collapse
Awesome, thank you so much! After turning off my lock screen security, I was able to follow your steps, turn lock screen security back on, and it's working!
Camera not accessible
BLuff.Master said:
I would like to add, for some not superusers (like myself) After installing xposed installer and installing and activating "Maximize Widgets", "Samsung Multiple Widgets", "Enable Camera on Lockscreen" & "Wanam Xposed"...
Under Modules, Click Samsung Multiple Widgets >> Check "Force Camera Widget".
Enjoy
Click to expand...
Click to collapse
After following everything directed by you, still I could not access camera from lock screen. I use PIN security on my device.
Swiping to right gives me access to add widgets. Cannot add widgets to the lock screen.
Please help me with this!
Deleted.
---------- Post added at 07:05 PM ---------- Previous post was at 07:01 PM ----------
sidfarazster said:
After following everything directed by you, still I could not access camera from lock screen. I use PIN security on my device.
Swiping to right gives me access to add widgets. Cannot add widgets to the lock screen.
Please help me with this!
Click to expand...
Click to collapse
Sorry, I am on Android L rom now. But I don't remember if I did anything else other than I posted..
I am using Widgetlocker. I have a pin but can still hit a button on the lockscreen for instant camera access. Also - NO ROOT REQUIRED!

[Q] Block recent apps and status bar

Hi,
I installed "One Locker" from the Play Store ( https://play.google.com/store/apps/details?id=com.mobile.onelocker ) and I noticed when I press the home button, the app don't close. Also, I can't pull down the status bar.
How is this possible without setting the app as a launcher, like many other lockscreen apps are doing?
Question is also in the following post.
Auroratic said:
Hi,
I installed "One Locker" from the Play Store ( https://play.google.com/store/apps/details?id=com.mobile.onelocker ) and I noticed when I press the home button, the app don't close. Also, I can't pull down the status bar.
How is this possible without setting the app as a launcher, like many other lockscreen apps are doing?
Click to expand...
Click to collapse
It is possible by overriding the onUserLeaveHint() method of the activity class and using the AlarmManager class. But as a security feature, the task u want to perform starts after 5 seconds. If u want to remove this delay then ull have to write ur own HomeLauncher.
OkieKokie said:
If u want to remove this delay then ull have to write ur own HomeLauncher.
Click to expand...
Click to collapse
I want to avoid that because if I use Nova launcher for example and set my lockscreen app as launcher (Nova will be opened by my app), then Nova will be in the recent apps and I really don't like this.
Auroratic said:
I want to avoid that because if I use Nova launcher for example and set my lockscreen app as launcher (Nova will be opened by my app), then Nova will be in the recent apps and I really don't like this.
Click to expand...
Click to collapse
Well can't think of any other way to do it! If u manage to find out anything then do let me know! All the best :good:
OkieKokie said:
Well can't think of any other way to do it! If u manage to find out anything then do let me know! All the best :good:
Click to expand...
Click to collapse
Hi,
I found a way to hide the launcher from the recent apps.
Please tell me more details on hide the recent app list and block the status bar from pull down.

Get rid of navigation bar "no root needed"

Download this app.. Install & follow the adb command to allow secure access for the app .. After that.. Enable the immersive tab... And add it to your quick settings.. BAM.. ENJOY THE FULL 6.2 screen.. Also.. Go premium.. It's well worth it!!
https://play.google.com/store/apps/details?id=com.leedroid.shortcutter:good:
Finally a great piece of kit!!! Perfect as you say. Need to adb the permission it but that kind of proves it is doing it Right.
Thanks a lot!
ad44891 said:
Download this app.. Install & follow the adb command to allow secure access for the app .. After that.. Enable the immersive tab... And add it to your quick settings.. BAM.. ENJOY THE FULL 6.2 screen.. Also.. Go premium.. It's well worth it!!
https://play.google.com/store/apps/details?id=com.leedroid.shortcutter:good:
Click to expand...
Click to collapse
Link no workie
suzook said:
Link no workie
Click to expand...
Click to collapse
Sorry.. Just got to playstore.. And type in shortcutter.. It will come up..
ad44891 said:
Download this app.. Install & follow the adb command to allow secure access for the app .. After that.. Enable the immersive tab... And add it to your quick settings.. BAM.. ENJOY THE FULL 6.2 screen.. Also.. Go premium.. It's well worth it!!
https://play.google.com/store/apps/details?id=com.leedroid.shortcutter:good:
Click to expand...
Click to collapse
The immersive mode works well but is there a way to only hide the navigation bar?
Some of the other apps that I tried disables other apps that help with navigation like All in one gesture, etc when the navigation bar is hidden.
Here is the link for those who need it
https://play.google.com/store/apps/details?id=com.leedroid.shortcutter&hl=en
Edit: Spoke too early. Press and hold gives you the options.
This is a really good app.
Going to purchase it just to show the support.
This is one of the reasons I always rooted phones.. Next is to have GMD gestures but there are alternatives that work ok.
What's the immersive mode like? Can anyone post a screenshot please?
The G Dept. said:
What's the immersive mode like? Can anyone post a screenshot please?
Click to expand...
Click to collapse
Immersive mode is the one that does not have task bar or navigation bar.
All apps work in total full screen.
Just what the doctor ordered. Good stuff, went premium. Thanks!
The G Dept. said:
What's the immersive mode like? Can anyone post a screenshot please?
Click to expand...
Click to collapse
Here you go
Launcher
Is it easy to revert back since ADB is used? Just uninstall app?
Sent from my SM-G955U using Tapatalk
bigmase01 said:
Is it easy to revert back since ADB is used? Just uninstall app?
Click to expand...
Click to collapse
Yup.. I think so..
Techvir said:
The immersive mode works well but is there a way to only hide the navigation bar?
Some of the other apps that I tried disables other apps that help with navigation like All in one gesture, etc when the navigation bar is hidden.
Here is the link for those who need it
https://play.google.com/store/apps/details?id=com.leedroid.shortcutter&hl=en
Edit: Spoke too early. Press and hold gives you the options.
This is a really good app.
Going to purchase it just to show the support.
This is one of the reasons I always rooted phones.. Next is to have GMD gestures but there are alternatives that work ok.
Click to expand...
Click to collapse
Thx for the correct link
Yes!!! This is exactly what I have been looking for! Thank you for sharing.
bigmase01 said:
Is it easy to revert back since ADB is used? Just uninstall app?
Click to expand...
Click to collapse
You can toggle between layouts easily.
Techvir said:
Immersive mode is the one that does not have task bar or navigation bar.
All apps work in total full screen.
Click to expand...
Click to collapse
This looks super handy. One question, please: in immersive mode, does the navigation bar temporarily reappear if you tap on the screen?
Gary02468 said:
This looks super handy. One question, please: in immersive mode, does the navigation bar temporarily reappear if you tap on the screen?
Click to expand...
Click to collapse
Just swipe up from bottom of screen:good:
robber said:
You can toggle between layouts easily.
Click to expand...
Click to collapse
Lol.. How you get that to show up?
Gary02468 said:
This looks super handy. One question, please: in immersive mode, does the navigation bar temporarily reappear if you tap on the screen?
Click to expand...
Click to collapse
If u swipe up from the lower edge of the screen it will re appear for a couple of seconds and then goes away.
I have not used the navigation bar for the last 3 to 4 years.. Felt like a wasted space... Always used Gmd gesture control app. But that app is only for rooted devices.
For now I am using all in one gestures. Works quite well.
The screen shot shows the gestures that I have configured
Why not turn on immersive mode using adb? No apps required.
https://forum.xda-developers.com/nexus-6p/general/guide-hide-navigation-bar-status-bar-app-t3509747
Or you can set it on a per app basis: https://www.xda-developers.com/how-to-enable-system-wide-immersive-mode-without-root/

Categories

Resources