Reorder navbar buttons (android Oreo,Pie) - Xiaomi Mi A2 / 6X Guides, News, & Discussion

ANDROID 8
to pass data to the mobile through adb we type in the command console
adb shell enter
....
We correctly type the following command to Reorder Nav Bar...
Code:
settings put secure sysui_nav_bar "space,recent;home;back,menu_ime"
and to reverse the changes...
Code:
settings delete secure sysui_nav_bar
ANDROID 9
In Android pie type the following command ..
Code:
settings put secure sysui_nav_bar "space[1.20],recent;home;back,contextual[0.60]"
result....
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
you can see the additional screen turn icon of Foot and the correct keyboard change ..
and to reverse the changes...
Code:
settings delete secure sysui_nav_bar
.....

Related

[TOOL][Windows] Wireless Android manager

This is a simple batch script for Windows users that helps you to easily manage ANY Android device over WiFi. It also works with USB.
Features:
All the features are done over WiFi. (you can still use USB cable)
Install APKs with drag & drop !
Real-time logcat
native shell prompt
view connected devices
How-to
Enable USB debugging & ADB over network in developer settings
Go to WiFi settings>advanced and check your IP
Start the program, type the IP adress and press ENTER
To use with USB cable just press ENTER in the beginning
Download:
Mediafire: http://q.gs/1OJTw
Rapidshare: http://q.gs/1OJSj
Google Drive: http://q.gs/1OJXh
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[APP]adbNetScan (scans your network for devices that have "ADB over network" enabled)

[APP]adbNetScan (scans your network for devices that have "ADB over network" enabled)
adbNetScan
==================
Open Source
-----------------------------------
https://github.com/Simran/adbNetScan​
adbNetScan is a command line binary coded in C# that scans your network for any Android device that is "ADB over network" enabled. It scans port 5555, which is the default port. If you have device that listens on another port, I will try to add support for other ports. It scans under a second, so it is pretty fast as it threaded!
*Coded using MonoDevelop on Ubuntu 12.04
*Works on Windows, Linux, and MacOSX.
Image:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If you didn't see at the top, adbNetScan is Open Source, and it can be found on GitHub @ https://github.com/Simran/adbNetScan
Download binary: https://github.com/Simran/adbNetScan/blob/master/adbNetScan/bin/Debug/adbNetScan.exe?raw=true
--Simran

disable 3 dot menu on roms

i wanna to disable the 3 dot menu on the apps (not the nav bar) to change the menu windows to bottom, how i do that ?
thanks
Please report ur thread and have it moved to q and a.
This is software Development forum
Regards
N
i think it is...
i think i need to do this
To remove 3-dot menu:
Decompile your framework-res.apk
Go to values folder
Open bools.xml
Search for
<bool name="config_showNavigationBar">true</bool>
and change it to
<bool name="config_showNavigationBar">false</bool>
Recompile your framework-res.apk
want to remove this
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
and move the menu window to bottom

Windows Media Center working on RTM and 10532!

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
1) run _TestRights.cmd script as administrator if another command prompt window is opened, then proceed to step 2) if no cmd window opened, then you need to reboot the system and test again.
2) Use the outer Installer.cmd script as administrator to install the pack
Uninstaller.cmd script is for uninstalling the pack properly
refer and download link :
https://www.reddit.com/r/Windows10/comments/3jrwnc/windows_media_center_working_on_rtm_and_10532/
#############################################################
The Best On Screen Touch Gamepad for Windows 10 Tablet
preview document view here : http://pdfsr.com/pdf/touch-plus-for-windows-10-tablet
video demo : http://johanwang2014.blogspot.com
#############################################################

Enable multi-window mode without root?

Can someone please create a guide on how to enable multi-window mode on our phone (US version) without rooting the phone?
I've tried the following steps but no success
adb devices
adb pull /system/build.prop
edited build.prop and changed ro.build.type=user to ro.build.type=userdebug
adb push build.prop /system/ <---- getting read-only error here so I tried these next steps
adb devices
adb reboot bootloader
fastboot devices
fastboot boot recovery.img <-- getting FAILED (remote: unlock device to use this command)
In the first place, I think can not use multiwindow in EUI...
I think you can for e.g EUI can do floating video player like this...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Categories

Resources