Related
Hi,
I am using Paranoid 4.4 RC2 and I have set some preferences through on-the-spot settings (just answering the questions I was asked). I would now like to change some of these choices I made. Where/how can I do that? I do not find any settings corresponding to the quesions I was asked...
To be more precise, I'd like to know, how:
to disable the "clear all recent apps" button.
to change QuickSettings
- mcsmart
- Settings> Backup and Reset> Reset Preferences
- Click on the four square boxes icon. Drag and drop.
The change log thread covers this option if you read it.
Post 31
#stayparanoid
PünchUp said:
- Settings> Backup and Reset> Reset Preferences
Click to expand...
Click to collapse
Thanks, that's what I wanted to know. I would have never looked there without your hint.
Pirateghost said:
The change log thread covers this option if you read it.
Post 31
Click to expand...
Click to collapse
Okay. Please don't get me wrong (I don't want to be rude or something), but I believe the answer for such a trivial thing should be placed in a more prominent place (not on the third page of a forum thread). Of course you can expect people to read change logs, but just for the ROM version they are using/installing, not for previous versions.
- mcsmart
mcsmart said:
Thanks, that's what I wanted to know. I would have never looked there without your hint.
Okay. Please don't get me wrong (I don't want to be rude or something), but I believe the answer for such a trivial thing should be placed in a more prominent place (not on the third page of a forum thread). Of course you can expect people to read change logs, but just for the ROM version they are using/installing, not for previous versions.
- mcsmart
Click to expand...
Click to collapse
The thread exists to detail every feature of the ROM. It is not merely a change log but detailed instructions on how to use each feature. If people would read it they would know this.
#stayparanoid
is there any wayto get inspect element and view source on edge..i got this while browsing the files...but when i opened about:flags i don't get the first optionIs there any way to get this option on my phone..
that'smee said:
is there any wayto get inspect element and view source on edge..i got this while browsing the files...but when i opened about:flags i don't get the first optionIs there any way to get this option on my phone..
Click to expand...
Click to collapse
What's the route of the first image??
xxJMarian said:
What's the route of the first image??
Click to expand...
Click to collapse
C:\Data\PROGRAMS\WINDOWSAPPS\Microsoft.MicrosoftEdge_40.15063.540.0_arm__8wekyb3d8bbwe\assets\flags.htm
that'smee said:
C:\Data\PROGRAMS\WINDOWSAPPS\Microsoft.MicrosoftEdge_40.15063.540.0_arm__8wekyb3d8bbwe\assets\flags.htm
Click to expand...
Click to collapse
Here you have the modified file, without the hideformobile flags. Make a backup of yours before replacing. Didn't have time for testing it.
Edit: Tested it. Shows the developer tools and can be activated from about:flags
xxJMarian said:
Here you have the modified file, without the hideformobile flags. Make a backup of yours before replacing. Didn't have time for testing it.
Edit: Tested it. Shows the developer tools and can be activated from about:flags
Click to expand...
Click to collapse
Didn't worked on my phone..but how did you do this??
that'smee said:
Didn't worked on my phone..but how did you do this??
Click to expand...
Click to collapse
Editing the flags.htm. Reading the file, the properties you want have a hideformobile propertie, delete it or set it to false.
Screenshot
I checked with my own flags file. You can switch "hideformobile" flags to true and the result is the same - aka it works.
rateiosu said:
I checked with my own flags file. You can switch "hideformobile" flags to true and the result is the same - aka it works.
Click to expand...
Click to collapse
The flags are by default TRUE, maybe you meant FALSE.
xxJMarian said:
Editing the flags.htm. Reading the file, the properties you want have a hideformobile propertie, delete it or set it to false.
Screenshot
Click to expand...
Click to collapse
Have you got inspect element in menu on your browser or will have to do more tweaks for getting this inspect element and view source menu..
that'smee said:
Have you got inspect element in menu on your browser or will have to do more tweaks for getting this inspect element and view source menu..
Click to expand...
Click to collapse
Right click doesn't exist in mobile nor does f12... so the answer is no. Maybe if you have a bluetooth keyboard... i don't know. The mobile context menu doesn't show developer tools but it is enabled indeed with this tweak. Desktop edge has a button for developer options in the [. . .] menu but mobile doesn't.
ah, my bad!
Yeah, the flag can be switched to FALSE in order to see it on the mobile.
Also, you can access the other options as well. So far, doing this did my 640XL working better with Edge.
How do i disble dt2w. It turns on in my pocket. I have the Sept update
Mi a2 lite doesn't have dt2w
Some pieces does have dt2tw, I even remember a thread here with the conclusion that it depend of screen vendor. I have one of them in my hand and there is no relevant options in menu. Dt2w cannot be disabled.
So I take your phone and you take mine as I want this feature xD
I'm not complaining at all, even more, I'm really happy with such unexpected feature
I have this fonction in my MiA2Lite , it cant be disabled also I want to hide the battery percentage but I didn't find any solution
I have mi a2 lite and I had active dt2w. I disabled over root system/usr/keylayout/generic.kl. In this file is key 143. You can disable it over #.
Mikross said:
I have mi a2 lite and I had active dt2w. I disabled over root system/usr/keylayout/generic.kl. In this file is key 143. You can disable it over #.
Click to expand...
Click to collapse
I did not find it myself. do it in detail.Thank you
Mikross said:
I have mi a2 lite and I had active dt2w. I disabled over root system/usr/keylayout/generic.kl. In this file is key 143. You can disable it over #.
Click to expand...
Click to collapse
Thnx @Mikross works great for me
Mikross said:
I have mi a2 lite and I had active dt2w. I disabled over root system/usr/keylayout/generic.kl. In this file is key 143. You can disable it over #.
Click to expand...
Click to collapse
Very nice! Just what I was looking for. :laugh:
Sprut_name said:
I did not find it myself. do it in detail.Thank you
Click to expand...
Click to collapse
Basically you need to edit the Generic.kl file using root permissions. I use the editor in FX File Explorer, but there's plenty around to choose from. Load up the file explorer and browse to /system/usr/keylayout/ and edit Generic.kl. Change this line:
Code:
key 143 WAKEUP
To this (just put a hash in front):
Code:
# key 143 WAKEUP
How to do this without root?
The above described solution always worked like a charm, but it does not work any longer after I upgraded to Pie... Any Idea how to disable dt2w using Pie?
crazyd said:
The above described solution always worked like a charm, but it does not work any longer after I upgraded to Pie... Any Idea how to disable dt2w using Pie?
Click to expand...
Click to collapse
I edited the ft5435_ts.kl and the fts_ts.kl files.
Change
Code:
key 143 WAKEUP
To
Code:
# key 143 WAKEUP
solution confirmed
crazyd said:
The above described solution always worked like a charm, but it does not work any longer after I upgraded to Pie... Any Idea how to disable dt2w using Pie?
Click to expand...
Click to collapse
I can confirm: The solution did neither work for me anymore, after an upgrade to Pie.
otobeker said:
I edited the ft5435_ts.kl and the fts_ts.kl files.
Change
Code:
key 143 WAKEUP
To
Code:
# key 143 WAKEUP
Click to expand...
Click to collapse
I can confirm: Editing these two files (as well) worked again on Pie!
does it possible to know that device support this function before opening the device ( actually before buy) ???
Touch-SENSITIVE said:
does it possible to know that device support this function before opening the device ( actually before buy) ???
Click to expand...
Click to collapse
I'm not sure whether this depends on the RAM/ROM, but I know it has two versions. With EBBG display or with CSOT display. EBBG = without dttw, CSOT = with dttw. You can check it with *#*#6484#*#* (6484 = MIUI), tap on Version Information and search for LCD or TP.
otobeker said:
I'm not sure whether this depends on the RAM/ROM, but I know it has two versions. With EBBG display or with CSOT display. EBBG = without dttw, CSOT = with dttw. You can check it with *#*#6484#*#* (6484 = MIUI), tap on Version Information and search for LCD or TP.
Click to expand...
Click to collapse
Thanks so much
actually i want to know that before turning on the phone ( if possible from serial number or build date ...)
Any news?
Does somebody have any news regarding this topic? Is there a way to disable dt2w?
Solution from post #14 (second quote) is not working for you?
katoda_ltd said:
Solution from post #14 (second quote) is not working for you?
Click to expand...
Click to collapse
Do I need to have the device rooted?
I found this in the Fire tv section but it works great for the Shield too. Just another option for people to change launchers.
Just install the FTVLaunchX 1.0.0 apk
Open the app and choose your launcher you want.
Reboot and after a reboot it takes about 10 seconds for it to change to your new launcher. The person who made the app says he is going to try to get it to change quicker on boot.
It is inspired by the famous LauncherHijack of @BaronKiko and tries to overcome several issues relating to it:
- Reliably intercepts any & all presses of the home button
- Starts the selected launcher on boot
- Starts the selected launcher when waking up from sleep
- Fixes the ominous missing-cursor bug in Silk
- etc.
FTVLaunchX needs the WRITE_SECURE_SETTINGS permission to enable an accessibility service on your Fire TV device.
If you know what you are doing then simply grant this permission by executing the following command in an ADB shell on your device:
$ pm grant de.codefaktor.ftvlaunchx android.permission.WRITE_SECURE_SETTINGS
https://github.com/codefaktor/FTVLaunchX/releases/download/v1.0.0/FTVLaunchX-1.0.0.apk
Thanks go to @TheRealQubix and @BaronKiko
Thanks for posting!
A development version with a higher boot priority can be found at the original thread
Oh, and could you tell me which Android version is running on your shield? 7.x?
TheRealQubix said:
Thanks for posting!
A development version with a higher boot priority can be found at the original thread
Oh, and could you tell me which Android version is running on your shield? 7.x?
Click to expand...
Click to collapse
I believe it is version 9
It also says Shield Android TV SW Version 8.0.1(32.5.205.75) .
TheRealQubix said:
Thanks for posting!
A development version with a higher boot priority can be found at the original thread
Oh, and could you tell me which Android version is running on your shield? 7.x?
Click to expand...
Click to collapse
Just tried it and the original launcher only shows for about a second. Awesome
brick00444 said:
Just tried it and the original launcher only shows for about a second. Awesome
Click to expand...
Click to collapse
Excellent – thanks for reporting back!
Ok, so this will be in the next official release too then
I'm unclear on the purpose of this. On the shield you can change your launcher and the home button takes you right to it, and it appears on boot. Is this for non-TV designed launchers?
brashmadcap said:
I'm unclear on the purpose of this. On the shield you can change your launcher and the home button takes you right to it, and it appears on boot. Is this for non-TV designed launchers?
Click to expand...
Click to collapse
I actually don't know since I don't have any experience with the Shields but it seems to help the poster
TheRealQubix said:
I actually don't know since I don't have any experience with the Shields but it seems to help the poster
Click to expand...
Click to collapse
im not 100% sure but i think some had issues changing launcher on the 2019 models
elliwigy said:
im not 100% sure but i think some had issues changing launcher on the 2019 models
Click to expand...
Click to collapse
This is for the current hotfix for the 2019 models.
Q. The ability to set an alternative default launcher is a feature a lot of users want and did have until this hotfix! Can the ability to change default launcher be re-implemented?
A. No, unfortunately not.
Q. Is that with this hotfix or is this something we won’t be able to do from here on out?
A. From here on out. In order for us to pass Google certification and release images, this rule must be followed.
Q. Not even when the final 8.1.1 image is released?
A. Not even the final production image. It's even more important for the final 8.1.1 image. Full production images need Google certification, past hotfixes did not need google certification but Disney+ will only install on Google certified images so even HotFix images that have Disney+ install support need it now.
A. It applies to all future SHIELD experience updates for all models.
Click to expand...
Click to collapse
So eventually it will happen to all models in a future update.
I wish I knew this. Bought the new Shield tv pro and changed the default launcher in TV launcher. Set it on default. But now I can't find the option to go back to the android launcher. Need some help with this one.
bluesman63 said:
I wish I knew this. Bought the new Shield tv pro and changed the default launcher in TV launcher. Set it on default. But now I can't find the option to go back to the android launcher. Need some help with this one.
Click to expand...
Click to collapse
You should be able to go to settings/apps/all apps/Disabled apps/Android TV Home and enable it.
settings/apps/all apps/Disabled apps/Android TV Home
I don't see Disabled apps/Android TV Home
After All apps there's only System apps
bluesman63 said:
settings/apps/all apps/Disabled apps/Android TV Home
I don't see Disabled apps/Android TV Home
After All apps there's only System apps
Click to expand...
Click to collapse
Try going to settings/apps/FTVLaunchX/clear data. Then when you hit the home button it should ask you which launcher you want.
brick00444 said:
Try going to settings/apps/FTVLaunchX/clear data. Then when you hit the home button it should ask you which launcher you want.
Click to expand...
Click to collapse
There is no FTVLaunchX,
bluesman63 said:
There is no FTVLaunchX,
Click to expand...
Click to collapse
Sorry it's called "LaunchX"
brick00444 said:
Try going to settings/apps/FTVLaunchX/clear data. Then when you hit the home button it should ask you which launcher you want.
Click to expand...
Click to collapse
brick00444 said:
Sorry it's called "LaunchX"
Click to expand...
Click to collapse
There is also no LaunchX.
bluesman63 said:
There is also no LaunchX.
Click to expand...
Click to collapse
adb into it and then type: "adb shell" then hit enter
then type: "pm enable-user --user 0 com.google.android.tvlauncher" then hit enter
do not type the quotation marks.
brick00444 said:
adb into it and then type: "adb shell" then hit enter
then type: "pm enable-user --user 0 com.google.android.tvlauncher" then hit enter
do not type the quotation marks.
Click to expand...
Click to collapse
unknown command: enable-user
bluesman63 said:
unknown command: enable-user
Click to expand...
Click to collapse
Tell me how you went about changing your launcher. Did you use FTVLaunchX or something else?
brick00444 said:
Tell me how you went about changing your launcher. Did you use FTVLaunchX or something else?
Click to expand...
Click to collapse
I have also tried "disable" instead of "enable" and now I can see Disabled apps/Android TV Home.
Android TV Home is now set default but if I want to get back. Tvlauncher will start but I don't know how to set it default. And to toggle between the launchers.
I intend to use Nokia 6.1 as secondary phone for linking WhatsApp with same number in another phone.For this I installed WhatsApp 2.23.410 Beta in the Nokia 6.1 and proceeded to WhatsApp set up.In the page asking Phone number I pressed the 3dot menu to get the link option.But there is no 'link' option,only 'help' option appears.How to get 'Link' option in Nokia 6.1 phone ?
pnsdhrn said:
I intend to use Nokia 6.1 as secondary phone for linking WhatsApp with same number in another phone.For this I installed WhatsApp 2.23.410 Beta in the Nokia 6.1 and proceeded to WhatsApp set up.In the page asking Phone number I pressed the 3dot menu to get the link option.But there is no 'link' option,only 'help' option appears.How to get 'Link' option in Nokia 6.1 phone ?
Click to expand...
Click to collapse
This option is only available for tablets. But if you wish you can change min. width of your device temporarily (DPI) and after setting up WhatsApp changing it back to original.
_allaie_ said:
This option is only available for tablets. But if you wish you can change min. width of your device temporarily (DPI) and after setting up WhatsApp changing it back to original.
Click to expand...
Click to collapse
Thank you allaie for your great advice.Can you also advise me how to change the DPI in Nokia running with Android 10 Havoc OS?
Again waiting with thanks...
pnsdhrn said:
Thank you allaie for your great advice.Can you also advise me how to change the DPI in Nokia running with Android 10 Havoc OS?
Again waiting with thanks...
Click to expand...
Click to collapse
You can change it under developer settings. To enable that click multiple times on your device build number and you'll see developer settings.
The steps may vary
_allaie_ said:
You can change it under developer settings. To enable that click multiple times on your device build number and you'll see developer settings.
The steps may vary
Click to expand...
Click to collapse
_allaie_ said:
You can change it under developer settings. To enable that click multiple times on your device build number and you'll see developer settings.
The steps may vary
Click to expand...
Click to collapse
Thank you allaie.I have already enabled Developer options.But in that I don't see DPI change option.
pnsdhrn said:
Thank you allaie.I have already enabled Developer options.But in that I don't see DPI change option.
Click to expand...
Click to collapse
The naming differs. Maybe you'll have an option of minimum width.