Question Nothing happen when open the floating window function - OnePlus 9 Pro

When I search the setting page of OP 9 pro for floating windows. It shows a floating windows setting under tools setting which suppose to allow app to display as window mode. However, nothing happened after enable it. I try to follow the instruction to activates it. Most interesting thing is that, I am not able to find it if try to go into tools setting, I cannot find it. Is it that a testing feature of hidden feature?
Anyone able to make it work?

Did you find a solution?

Exion_patrick said:
Did you find a solution?
Click to expand...
Click to collapse
No I did not. Appearantly, it is feature of the color os.

fifasax said:
No I did not. Appearantly, it is feature of the color os.
Click to expand...
Click to collapse
Oh, pretty sad. Well, thanks for answer. Have a nice day.

But I found this feature on oxygen os. Except nothing happened after enable it

fifasax said:
When I search the setting page of OP 9 pro for floating windows. It shows a floating windows setting under tools setting which suppose to allow app to display as window mode. However, nothing happened after enable it. I try to follow the instruction to activates it. Most interesting thing is that, I am not able to find it if try to go into tools setting, I cannot find it. Is it that a testing feature of hidden feature?
Anyone able to make it work?
Click to expand...
Click to collapse
This might help:
OnePlus Community
Introducing our new OnePlus Community experience, with a completely revamped structure, built from the ground-up.
forums.oneplus.com

svetius said:
This might help:
OnePlus Community
Introducing our new OnePlus Community experience, with a completely revamped structure, built from the ground-up.
forums.oneplus.com
thank you. I know that router but it is not a full function one
Click to expand...
Click to collapse

Related

Disabled open in a new tab by scroll-wheel click

I don't know why but such useful browser feature doesn't really work on XDA-Developers forums. For example I see a itneresting new on the right side widget. I middle mouse button click it, but it won't open in a new tab, but instead it will open in the current tab just like I would left click it. I can give you numbers of similiar behaviours like that over the xda. That's really annoying.
Why is that happening and are you guys ever going to fix it?
olokos said:
I middle mouse button click it, but it won't open in a new tab, but instead it will open in the current tab just like I would left click it. I can give you numbers of similiar behaviours like that over the xda. That's really annoying.
Click to expand...
Click to collapse
What browser/OS?
Works fine for me in Firefox 32 on Win8.
ST Dog said:
What browser/OS?
Works fine for me in Firefox 32 on Win8.
Click to expand...
Click to collapse
Win 7 x64/Chrome
olokos said:
Win 7 x64/Chrome
Click to expand...
Click to collapse
Suggest you try an alternate browser.
Also try a fresh profile in case something in your current profile is the cause.
Its not working for me can you suggest me an other way ?
Does it still work correctly on other sites?
Not a Chrome user so can't really help with it.
General troubleshooting though. Try other sites. Try a clean profile.
Try other tools with the problem site.
ST Dog said:
Does it still work correctly on other sites?
Not a Chrome user so can't really help with it.
General troubleshooting though. Try other sites. Try a clean profile.
Try other tools with the problem site.
Click to expand...
Click to collapse
It does work correctly on every other website. There's no "clean profile" option in chrome and I have no idea what do you mean by "other tools".
This issue happens with particular stuff, like the widget with the news on the right side of the thread view.
olokos said:
It does work correctly on every other website. There's no "clean profile" option in chrome and I have no idea what do you mean by "other tools".
Click to expand...
Click to collapse
Chrome user profiles:
https://support.google.com/chrome/answer/2364824?hl=en
https://support.google.com/chrome/answer/142059?hl=en
Other tools in this case would be other browsers, like IE, Firefox, or Opera.
This issue happens with particular stuff, like the widget with the news on the right side of the thread view.
Click to expand...
Click to collapse
I tried everywhere on the page on several pages (home, threads, single thread, profile, etc.) and all worked.
Are you using the new 2015 theme? I think there were one or two links on the old style which were like that, but it should be resolved now on the new style
pulser_g2 said:
Are you using the new 2015 theme? I think there were one or two links on the old style which were like that, but it should be resolved now on the new style
Click to expand...
Click to collapse
Just middle button pressed "XDA PORTAL POSTS" news and it still opens up on the same tab. Even on 2015 / 2015 dark theme :/
I'd actually would prefer to use the old theme either way so I could use Dark XDA Stylish theme by @GermainZ as for me it looks much better. Just a presonal preference.
@bitpushr
Fixed
bitpushr said:
Fixed
Click to expand...
Click to collapse
Can you elaborate a bit?
PM if you don't think it's germain to the thread.
I'm just curious what would cause that issue in one browser but not others.
bitpushr said:
Fixed
Click to expand...
Click to collapse
Thanks a lot! I'm out of thanks for today, but I'm glad it's fixed now. xda experience is now flawless IMO
@bitpushr
I'd also would love it if you could make the new xda look an option for logged in users, just like the forums are.
ST Dog said:
Can you elaborate a bit?
PM if you don't think it's germain to the thread.
I'm just curius what would cause that issue in one browser but not others.
Click to expand...
Click to collapse
We had additional google analytics code on those links, my guess is that was blocking the open in new tab option. We made this change a long time ago so this must have been long-standing.

[Q] Design advice required

Hi All, I'm a long standing Windows developer who is dipping his toes into mobile development and Android, what is the preferred method of creating a form ( in Windows speak ) to enter / edit data. For example I have a database of contacts and I want to be able to create / edit them in a separate window. I know I can create a separate activity to do the work there but that seems overkill and also if I'm only editing three or four fields it would look ridiculous on a 10 inch tablet. I've looked at alertdialog and DialogFragment but I don't think they are meant for what I'm trying to do.
pkfox said:
Hi All, I'm a long standing Windows developer who is dipping his toes into mobile development and Android, what is the preferred method of creating a form ( in Windows speak ) to enter / edit data. For example I have a database of contacts and I want to be able to create / edit them in a separate window. I know I can create a separate activity to do the work there but that seems overkill and also if I'm only editing three or four fields it would look ridiculous on a 10 inch tablet. I've looked at alertdialog and DialogFragment but I don't think they are meant for what I'm trying to do.
Click to expand...
Click to collapse
To be specific, are you asking how to make it look or how to code it?
From what I'm understanding, you're doing a DialogFragment as you've spoken--try customizing it.
Maybe if you mock up what you are trying to do we could give you a better option.
Im Saint said:
To be specific, are you asking how to make it look or how to code it?
What I'm asking is what class should I use that resembles a Windows form, I'm OK coding ( I do it for a living ) I keep reading about Fragments and the like but can't find an example that doesn't take up the whole screen, is there such an animal in Android ? Maybe I'm looking for something that doesn't exist, thanks for your interest
Click to expand...
Click to collapse
pkfox said:
What I'm asking is what class should I use that resembles a Windows form, I'm OK coding ( I do it for a living ) I keep reading about Fragments and the like but can't find an example that doesn't take up the whole screen, is there such an animal in Android ? Maybe I'm looking for something that doesn't exist, thanks for your interest
Click to expand...
Click to collapse
I would take a stab at an Alert Dialog. It sounds like you just want a new window/modal/form to pop up and have editable characteristics. I believe the alert dialog is the closest you will get without hand coding. You can always fake it by creating an animation that gives the appearance of a form.
Youu can always fake it by creating an animation that gives the appearance of a form.
Click to expand...
Click to collapse
How could I do that ?
You can always fake it by creating an animation that gives the appearance of a form.
Click to expand...
Click to collapse
How could I do that ?
pkfox said:
How could I do that ?
Click to expand...
Click to collapse
The most simple way for me to explain would be to point you towards the 2D Graphics section of the Android Developers documentation. This is the best starting point.
Hi there and thanks for your time, whilst browsing that site I came across a link which led me to a site demoing custom views and I found a good example there which will do me perfectly - thanks again
pkfox said:
Hi there and thanks for your time, whilst browsing that site I came across a link which led me to a site demoing custom views and I found a good example there which will do me perfectly - thanks again
Click to expand...
Click to collapse
Excellent! I hope it turns out just as you were hoping!

Rear view camera ruler

Is there a way to adjust the rear view ruler? Because mine is too short and useless. In some youtube video they changed the angle of the ruler and the distance betwin the yellow and red lines but with no explanation.
I have Px5 6.0.1 android mxc89l hct20170512
Thanx.
If there is it will be in the 'Factory Settings' area of the 'Settings' menu.
Password to enter the 'Factory Settings' is usually 126
looked there and didn't find it
MaskedMarauder said:
If there is it will be in the 'Factory Settings' area of the 'Settings' menu.
Password to enter the 'Factory Settings' is usually 126
Click to expand...
Click to collapse
its not there maybe there is a different place or app or something else?
This was a good explanation of how to do it but the link is not working for me.
You have to create a replacement image of the guidelines to replace the existing one.
https://www.carjoying.com/blog/joying-head-unit-after-sale-support/28.html
edit: Found another version
http://www.rav4world.com/forums/98-4-3-interior/177033-android-head-unit-huifei.html#post1910761
https://www.tylast.com/blog/2016/android-car-stereo-reverse-guides-tweaking
argus357 said:
This was a good explanation of how to do it but the link is not working for me.
You have to create a replacement image of the guidelines to replace the existing one.
https://www.carjoying.com/blog/joying-head-unit-after-sale-support/28.html
edit: Found another version
http://www.rav4world.com/forums/98-4-3-interior/177033-android-head-unit-huifei.html#post1910761
https://www.tylast.com/blog/2016/android-car-stereo-reverse-guides-tweaking
Click to expand...
Click to collapse
that's a great idia! I will try that. Thank you.
Any thought about the curving ruller the one that moves when you twist the steering wheel?
I have not seen a mod that achieves that yet, I think that it would require information coming from the can bus and probably a new apk.
argus357 said:
I have not seen a mod that achieves that yet, I think that it would require information coming from the can bus and probably a new apk.
Click to expand...
Click to collapse
did all the stages and now I have a new apk with the picture I created (with my son who really liked drowing on the street). Now I can't copy it back to the system/app. My android car isn't rooted and I tryid with no sucess . Please advice.
borislivs said:
did all the stages and now I have a new apk with the picture I created (with my son who really liked drowing on the street). Now I can't copy it back to the system/app. My android car isn't rooted and I tryid with no sucess . Please advice.
Click to expand...
Click to collapse
Plenty of info on root here if you search or if compatible with your HU install Malaysk rom, it has root already.
https://forum.xda-developers.com/android-auto/mtcd-software-development/rom-malaysk-roms-mtcd-device-t3598908
Or you can use Kingoroot for rooting your original ROM.
For Android 6 use Kingoroot Version 4.2.8
solved! Nudelsose helped me and his version did the root! thank you.
borislivs said:
that's a great idia! I will try that. Thank you.
Any thought about the curving ruller the one that moves when you twist the steering wheel?
Click to expand...
Click to collapse
Are you looking for something like this? https://ru.aliexpress.com/item/2017...32823944849.html?spm=a2g0s.9042311.0.0.NrllMx
I am looking for it. That is a function in the system but it's a wrong size and shape so I want to adjust it some how
Search in Settings
NexGen4 said:
Search in Settings
Click to expand...
Click to collapse
It not adjustable out of the box. A modded app is available on the forums to achieve this.

[NO PRIVATE SPACE] IS THERE ANY WAY TO GET PRIVATE SPACE IN 7x ??

Hey, I want to know that is there a way to get Private Space in Honor 7x...??
It wasn't in nougat and I thought it might come in OREO, It was mentioned in my update's changelog too but it is not in firmware...
Is there a way we get it somehow ??
hbilalshah said:
Hey, I want to know that is there a way to get Private Space in Honor 7x...??
It wasn't in nougat and I thought it might come in OREO, It was mentioned in my update's changelog too but it is not in firmware...
Is there a way we get it somehow ??
Click to expand...
Click to collapse
-->settings -->security and privacy-->file safe-->enable
Is that what you mean?
mrmazak said:
-->settings -->security and privacy-->file safe-->enable
is that what you mean?
Click to expand...
Click to collapse
nope.... Emui has a feature called private space... It lets you make two different accounts in your mobile with different data.... You can assign different fingers to access them..
For Example: if you open phone with finger 1 the main space will open with all your data... if you open phone with finger 2 then private space will open with completely different storage and settings of its own...
This feature is only for specific models of the Honor 7x. I had it on a LA (latin america) build but not on my US (usa/united states of america) build.
steven360 said:
This feature is only for specific models of the Honor 7x. I had it on a LA (latin america) build but not on my US (usa/united states of america) build.
Click to expand...
Click to collapse
That's bad.... Can anyone here port it for us ??
hbilalshah said:
That's bad.... Can anyone here port it for us ??
Click to expand...
Click to collapse
Stop taking everything for granted and port it yourself, developers aren't required to port things for you, so at least say please and ask nicely... geez, I don't get what's with the double question marks and all this.
steven360 said:
Stop taking everything for granted and port it yourself, developers aren't required to port things for you, so at least say please and ask nicely... geez, I don't get what's with the double question marks and all this.
Click to expand...
Click to collapse
1) Double Question marks is my style of typing you can see that anywhere in my posts.
2) Can someone please port it for us because I don't know how to do that so I'm asking for help... Okay now ??
hbilalshah said:
1) Double Question marks is my style of typing you can see that anywhere in my posts.
2) Can someone please port it for us because I don't know how to do that so I'm asking for help... Okay now ??
Click to expand...
Click to collapse
I can't port it because I don't have it either, and I don't understand why you even need this feature, perhaps if you do some digging around you can install an apk.
steven360 said:
I can't port it because I don't have it either, and I don't understand why you even need this feature, perhaps if you do some digging around you can install an apk.
Click to expand...
Click to collapse
That sounds like an awesome app if you asked me! You use a different finger for getting different modes? What's not to like about that?(?)
I asked about something like this a long time ago and got nothing. I guess the Android OS is just setup for using one finger.......right?
Us3r_1 said:
That sounds like an awesome app if you asked me! You use a different finger for getting different modes? What's not to like about that?(?)
I asked about something like this a long time ago and got nothing. I guess the Android OS is just setup for using one finger.......right?
Click to expand...
Click to collapse
Bro this has been a huawei/honor feature for a long time now.... It's just they don't provide it on budget devices... You can find it on Mate 10 Lite and all higher budget devices of Huawei/Honor.... Named PRIVATE SPACE
I stumbled upon something like this on my mate se the other day. I have my work profile on this device but it's not a managed device. This is easy, get the app "island", install and setup the island in the app...no need to setup the account or anything. Then go to settings > security & privacy > screen lock and passwords. Disable "Use the same lock method" under "Work profile" to setup your separate fingerprint.
HumanMan said:
I stumbled upon something like this on my mate se the other day. I have my work profile on this device but it's not a managed device. This is easy, get the app "island", install and setup the island in the app...no need to setup the account or anything. Then go to settings > security & privacy > screen lock and passwords. Disable "Use the same lock method" under "Work profile" to setup your separate fingerprint.
Click to expand...
Click to collapse
Umm... Okay let me check it....

Watch face editor on android soon?

I really like my mi band 4, bought it from xiaomi official shop in Budapest for equivalent of 35$ and I have found the price phenomenal for the features.
I liked the way we can change watche faces but it will be awesome if xiaomi or any dev can release an editor on android so we can customise on the go by making our own designs.
There is a tool on PC but it's not easy to use.
As this band is relatively new I still hope such easy editors will come on android
Technically it's probably possible, but I doubt that anyone will bother. It's just too cumbersome to create a WF on a phone. For a simple custom watch face (different background picture) you can already use Mi Fit or Notify & Fitness. For anything more complicated just boot up your PC and do the magic there.
Btw. not sure which tool you have in mind, but I doubt that there can be anything more simple (yet offering all the possible features) than this https://amazfitwatchfaces.com/forum/viewtopic.php?f=29&t=890
_mysiak_ said:
Technically it's probably possible, but I doubt that anyone will bother. It's just too cumbersome to create a WF on a phone. For a simple custom watch face (different background picture) you can already use Mi Fit or Notify & Fitness. For anything more complicated just boot up your PC and do the magic there.
Btw. not sure which tool you have in mind, but I doubt that there can be anything more simple (yet offering all the possible features) than this https://amazfitwatchfaces.com/forum/viewtopic.php?f=29&t=890
Click to expand...
Click to collapse
Can someone upload it somewhere else? Do I need to log in? It is in Russian.
Scorpion2185 said:
Can someone upload it somewhere else? Do I need to log in? It is in Russian.
Click to expand...
Click to collapse
No need to login and page is in English. Just click on the "download" button.
_mysiak_ said:
No need to login and page is in English. Just click on the "download" button.
Click to expand...
Click to collapse
I did it but on firefox probably some extension, I have a lot of them, was blocking it.

Categories

Resources