[Q] PACman multi-user? - Droid RAZR M Q&A, Help & Troubleshooting

Has anyone gotten the multi-user working correctly? I'm able to add additional users, but I can't switch between them -- the "faces" don't show up on the lockscreen.
I checked around the lockscreen settings, but I couldn't see anything obvious to enable this function. Any ideas?

pmbasehore said:
Has anyone gotten the multi-user working correctly? I'm able to add additional users, but I can't switch between them -- the "faces" don't show up on the lockscreen.
I checked around the lockscreen settings, but I couldn't see anything obvious to enable this function. Any ideas?
Click to expand...
Click to collapse
try rotating your phone
They only appear in landscape mode

sloosecannon said:
try rotating your phone
They only appear in landscape mode
Click to expand...
Click to collapse
No kidding? That's interesting.
Don't suppose there's a setting to turn them on in portrait mode, is there?

Related

Slide Aside

Hi all,
I've disabled the "Slide aside" but now i want to enable it again but when i go the to apps menu/disabled and select the slide aside i don't have the option to re-enable.
In the Setting/general the slide aside option also disappeared...
Please help
m0rPhEuZz said:
Hi all,
I've disabled the "Slide aside" but now i want to enable it again but when i go the to apps menu/disabled and select the slide aside i don't have the option to re-enable.
In the Setting/general the slide aside option also disappeared...
Please help
Click to expand...
Click to collapse
I go to Settings, scroll down to Slide Aside (Device section) and then click the toggle switch (top right), does that not work for you?
I don't even have that option...
I never really found it all that useful when Google's builtin Multitasking app lets me pick any open app (not just 3). Plus I don't have to manually hide anything.
I DO use the floating apps and Memo often.
m0rPhEuZz said:
I don't even have that option...
Click to expand...
Click to collapse
Sorry, I read your initial post too quickly. I now understand that you meant you had disabled Slide Aside. So now it is listed with your Disabled apps but the Enable button is greyed out, correct?
I wonder if another app is also disabled that Slide Aside had as a dependency?
Are you rooted? Have you ever run GMD Auto Hide Softkeys?
No i'm not rooted.
D802 International with kit kat 4.4.2
As you'r right the button its greyed out.
And in the menu the option its not there.
same issue here, disabled slide away while phone is on root, flashed to official 4.4.2 and am unable to enable slide away.
I guess the solution is to root my phone and enable it again
But i'v never been rooted at all
No ideas guys?
m0rPhEuZz said:
Hi all,
I've disabled the "Slide aside" but now i want to enable it again but when i go the to apps menu/disabled and select the slide aside i don't have the option to re-enable.
In the Setting/general the slide aside option also disappeared...
Please help
Click to expand...
Click to collapse
Lol I have the opposite issue. I disabled mine (although mine is listed in disabled so idk wth is up with that) but slide aside is always showing up in running apps even though it is disabled in settings AND apps.

(camera) Flash notification not working!

I went into the settings, accessibility, and turned on the flash notification, and it never worked for me and still isn't. i tried to toggle i on and off but it still doesnt work! anyone know how to make this feature work without any apps? thanks
nayanwaghmare said:
I went into the settings, accessibility, and turned on the flash notification, and it never worked for me and still isn't. i tried to toggle i on and off but it still doesnt work! anyone know how to make this feature work without any apps? thanks
Click to expand...
Click to collapse
You have to enable Motions settings also for it to work. Enable at least one.
tribalfs said:
You have to enable Motions settings also for it to work. Enable at least one.
Click to expand...
Click to collapse
I have but it's still not working! I'm on 4.4.2 and the latest firmware. Please advice me on how to get this working and the exact settings required. Thank you

virtual keys edit

I've seen some apps that change the basic virtual keys to others. I remenber an app changing the virtual back,home and recent app buttons , to only one camera button, and after exiting the app it's back to normal
How is that possible ?
i want to remove the recent apps button.
TakisBeskos said:
I've seen some apps that change the basic virtual keys to others. I remenber an app changing the virtual back,home and recent app buttons , to only one camera button, and after exiting the app it's back to normal
How is that possible ?
i want to remove the recent apps button.
Click to expand...
Click to collapse
I don't think that is possible without root... The only thing one could do is completely hide the navigation bar with immersive mode, and then perhaps draw a custom bar on the bottom of the screen which looks just like it. But I'm interested, can you remember which app exactly had that behaviour?
SimplicityApks said:
I don't think that is possible without root... The only thing one could do is completely hide the navigation bar with immersive mode, and then perhaps draw a custom bar on the bottom of the screen which looks just like it. But I'm interested, can you remember which app exactly had that behaviour?
Click to expand...
Click to collapse
i've seen many apps doing that, but i remenber only mini-lock ( can't give link because it is on blackmart )
immersive mode is only for >=kitkat , i might have problems with that...
i might have to take a look at android's lockscreen source code
TakisBeskos said:
i've seen many apps doing that, but i remenber only mini-lock ( can't give link because it is on blackmart )
immersive mode is only for >=kitkat , i might have problems with that...
i might have to take a look at android's lockscreen source code
Click to expand...
Click to collapse
mmhh yeah now that you say that, i think it might be possible on the lockscreen if your apps is registered as a device admin, though I didn't quite find it during my quick search...
SimplicityApks said:
mmhh yeah now that you say that, i think it might be possible on the lockscreen if your apps is registered as a device admin, though I didn't quite find it during my quick search...
Click to expand...
Click to collapse
that's what i understood too by using that app, but i didn't find any way to do it in my app , or any answer on stack overflow
TakisBeskos said:
that's what i understood too by using that app, but i didn't find any way to do it in my app , or any answer on stack overflow
Click to expand...
Click to collapse
Found this one here:
You can not hide it unless you have rooted the device. But of course there is a workaround which might not fit with your requirement but several well known apps in the market at the moment using this strategy to achieve this disable menu bar feature for their apps.
Grant admin privilege.
Set password & lock the device using device admin profile api
Then load what ever the UIs on top of the native lock screen. (Of course this will show background lock screen whenever a transition happens between activities. But if logic is organized well, then it will be smooth & less noticed by the user)
When need to enable back, reset password to "" using resetPassword("", 0) of device policy manager object.
Click to expand...
Click to collapse
You can set the password and lock the screen using the DevicePolicyManager. Don't know how you would "load your UIs on top of native lock screen" though...
SimplicityApks said:
Found this one here:
You can set the password and lock the screen using the DevicePolicyManager. Don't know how you would "load your UIs on top of native lock screen" though...
Click to expand...
Click to collapse
i just want to disable the navigation bar while in my app. hide navigation flag and immersive mode didn't work
TakisBeskos said:
i just want to disable the navigation bar while in my app. hide navigation flag and immersive mode didn't work
Click to expand...
Click to collapse
mmhhh and why is immersive not working for you? You have to keep in mind that the user needs the navigation bar to exit your app anytime...
SimplicityApks said:
mmhhh and why is immersive not working for you? You have to keep in mind that the user needs the navigation bar to exit your app anytime...
Click to expand...
Click to collapse
immersive is only for kitkat and newer , and i want for ics and newer versions of android.
i want to hide the navigation bar because i am making a lockscreen. you get out of the application by unlock

floating pop-ups

hi. anyone found out how to disable floating pop-ups? i see the option to disable it, but then you'd also disable the vibrate/sound.
is there a method to disable only the floating pop-up?
What are you referring to?
eddyz said:
hi. anyone found out how to disable floating pop-ups? i see the option to disable it, but then you'd also disable the vibrate/sound.
is there a method to disable only the floating pop-up?
Click to expand...
Click to collapse
Are you referring to the edge lighting?
stompy09 said:
Are you referring to the edge lighting?
Click to expand...
Click to collapse
no. when a text comes in, it pops up at the top of the screen. thats the thing i want to get rid off, but cant seem to unless you turn off sound/vibrate as well.
Did you try settings>apps> then select the app that you want to disable floating popup > scroll all the way down to the bottom and select apps that can appear on top and then switch this option off.
I did this for esexplorer which kept showing floating add icons
eddyz said:
no. when a text comes in, it pops up at the top of the screen. thats the thing i want to get rid off, but cant seem to unless you turn off sound/vibrate as well.
Click to expand...
Click to collapse
@eddyz We're the opposite because I turned on the edge lighting now I lost that functionality that you don' t want and I want it. Lol
llaugerm said:
@eddyz We're the opposite because I turned on the edge lighting now I lost that functionality that you don' t want and I want it. Lol
Click to expand...
Click to collapse
Go to settings - > apps hit the 3 dot menu - select special access
ElBeaner said:
Go to settings - > apps hit the 3 dot menu - select special access
Click to expand...
Click to collapse
I went there I have checked every settings on that menu with no luck.

Force Landscape Mode

Is the any way to force landscape viewing of Instagram on this device? IE when I open the app, it always defaults to portrait!
alexdpaul said:
Is the any way to force landscape viewing of Instagram on this device? IE when I open the app, it always defaults to portrait!
Click to expand...
Click to collapse
Try smart rotate. This app is able to rotate any app including the home screen.
I suggest to tick the following in settings.
Show notification shade.
Show advanced modes
On power - Activate
Force orientation.
Then pull down the notification shade to reveal the shortcuts and ensure that the lock symbol and the orientation symbol far right are both highlighted.
This should make any app rotate with the screen.
ashyx said:
Try smart rotate. This app is able to rotate any app including the home screen.
I suggest to tick the following in settings.
Show notification shade.
Show advanced modes
On power - Activate
Force orientation.
Then pull down the notification shade to reveal the shortcuts and ensure that the lock symbol and the orientation symbol far right are both highlighted.
This should make any app rotate with the screen.
Click to expand...
Click to collapse
Thanks, that seems to have done the trick.
alexdpaul said:
Is the any way to force landscape viewing of Instagram on this device? IE when I open the app, it always defaults to portrait!
Click to expand...
Click to collapse
Pretty sure that you can just put your tablet on sideways and then swipe down and you just press the rotate mode to lock...
Paradoxify said:
Pretty sure that you can just put your tablet on sideways and then swipe down and you just press the rotate mode to lock...
Click to expand...
Click to collapse
Nope, that doesn't work.
The app advised above does thou.
This is an excellent app - Just installed it on my Tab S6, running Pie and it has managed to rotate all the apps I've so far thrown at it (Reddit, Xbox, Gamepass, eBay) thanks @ashyx

Categories

Resources