9(Solution)Problem with phone keep turning on while charging offline - Xiaomi Mi A2 / 6X Guides, News, & Discussion

Here is the solution
with usb debuging on we enter fastboot (volume - power) after
we connect to pc and with cmd we give the following commands
1rst to see unlock status
Code:
fastboot oem device-info
and there we check the 4rth line
(bootloader) charger screen enabled
If this is false this is the problem, now we have to change this to true, 4 this we give the command:
Code:
fastboot oem enable-charger-screen
that's all, if we want to check it we give again the command
Code:
fastboot oem device-info
to see the status which must be like the attachment
{
"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 then the command
Code:
fastboot continue
to leave fastboot and enter the system
This guide maybe not working if your phone is rooted with magisk.
Thx 4 reading.

Related

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"
}

Please help me i have a big prob with my leeco s3

Hello
I have a leeco s3 and i tried to install twrp and rooting them and i flollwed the link in the photo
{
"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"
}
the process stucks to process 8
{ 8. Next, install custom recovery by typing the following commands:
fastboot flash recovery recovery.img}
After this the phone stuck to fastboot mode and I press fastboot reboot to adb cmd.
After this the phone stops working doesnt turn on.
I think that have hard brick.
PLEASE PLEASE help me.
Is your computer detecting the device properly?
SasoGO said:
Is your computer detecting the device properly?
Click to expand...
Click to collapse
Yeah the computer makes the connect and disconnect sound.

Reorder navbar buttons (android Oreo,Pie)

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
.....

Fastboot Devices Found In Cmd But Not In Mi Unlock tool

Hello Sir I'm Facing Very Strange Problem On My windows 10 Pc. I tried all way to install driver also disabled driver signature but still I'm facing this issue.
{
"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"
}
When I Plug My Phone In Fastboot mode it shows in cmd
See this when I again type "fastboot devices" It showing something like this "?????????? "
It also automatically disappeared from "DEVICE MANAGER"
When I type again "fastboot devices" N third time it doesn't show anything.
It always happens in same sequence
N most important when I keep open mi unlock tool.
My device never show in cmd & device manager.
"""I did everything after disabling driver signature ""
.....Please tell me some working method.
you should not make two threads for same problem...
21vm said:
you should not make two threads for same problem...
Click to expand...
Click to collapse
This
Closed

Cannot unlock bootloader

Hello.
I'm trying to unlock my Redmi Note 7 bootloader.
Both 'allow OEM unlocking' and 'USB debugging' are turned on.
I installed ADB and the official unlock tool.
I can find my device listed under 'ADB devices', even though it requires me to unplug and plug a couple times.
When I reboot into bootloader, it takes me some time for the tool to recognize the phone. When it does, I start to unlock it and it stops at 99% and gives me this message:
{
"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"
}
The fact is, I already added my account there.
If it helps, I noticed that my phone tends to disconnect randomly, not resulting in 'fastboot devices'.
Can you guys help me out?
What message? I just see a space.

Categories

Resources