Question Send volume down to WSA (Windows Subsystem for Android) - Windows 11

Hi , i want install magisk module "Magisk Bootloop protector" in WSA, but i cant send volume down while install the module..
Try adjust volume windows, with adb input keyevent 25, APK adjust volume in playstore (tried many apk), still cant send volume down. any help ?
{
"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"
}

Use ADB R33.0.3 - released August 2022
Code:
adb connect 127.0.0.1:58526
adb shell
input keyevent 25
...
exit
works at me
No need to switch to ROOT user
Try "adb sendevent" instead of "adb input keyevent": that sends the input code directly into the /dev/input.... of Android's Linux input subsystem.

Related

[MOD]60% blue text for rooted ics .587

hey
i hav made blue text colors for xperia mini pro. you can enjoy it.
.
How to install
Do adb push
Open sdk platform tools folder.
Press right shift and right mouse click.
Open comand wndw here.
Turn on android debugging on phne ist.
Enter these comands in ms dos script.
Adb devices
your atached dvice wil b shown.
Adb remount
Adb shell stop
Adb push (give framework file location) /system/framework/framework-res.apk
Adb shell start
Now your device will reboot.
Enjoy. And hit thanx
note that it may replace your lockscreen with original.
{
"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"
}
link
http://www.mediafire.com/?78q5ion4isg1olk
enjoy & thanx if you like it

[Q] change recovery keystrokes ?

hi guys ,i have a problem , the return's button of my smartphone (china) it's broken , so , i can't enter in recovery mode.
Can i change the combination of button for enter in recovery ? i am thinking to turn classic combination in : power button, volume + (that in my phone corresponds to the MTK menu , that i don't need)
my recovery before broken the return's button
{
"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"
}
PS. the phone is rooted (finally)
Thanks guys !
I think that would require a ton of work and knowledge. But now that you are rooted, it is easy to boot into recovery with an app such as Quick Boot.
https://play.google.com/store/apps/details?id=com.siriusapplications.quickboot
Or if you have adb running, then in the terminal / Command Prompt you can do : adb reboot recovery
If you can't boot, then there isn't much that you can do.
Thanks for your answer , i have already tried with ADB , but the phone is restarted normally....

[TOOL] [WINDOWS] ADB Tool

ADB Tool is a new tool for using ADB & Fastboot.​
Code:
[SIZE="5"][B]I'm not responsible for bricked phones, broken LCD / CRT monitors![/B][/SIZE]
How it works?
Just connect your device to your PC. (Make sure you've enabled ADB!)
Open ADB Tool and you can Install / Uninstall an Application, reboot your phone, use Fastboot.
Requirements:
Windows XP+
.NET 4.0
ADB (You can find it in your Start Menu -> Programs -> ADB Tool -> ADB Installer)
Used tools:
ADB
A modified version of Snoop05's 15 seconds ADB Installer.
Download here
Many thanks to:
Snoop05
Google
And you, guys!
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"
}

[SHARE] Ghost Push Trojan Android Virus Killer Windows Program (using adb shell)

I want to share a program that could easily detect, kill and protect from annoying Ghost Push Trojan Android Virus with friendly user interface. I have tested many times on my customers' phones and so far so good. This virus may persist even if you flash firmware. But this tiny tool will save your device from that Virus. Busybox will also be installed because it is needed to execute required scripts.
Turn on USB Debugging
Plug the phone
Run Software
Authorize incoming usb connection
Choose any action from tool
Root Access is Required!
{
"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"
}
Thanks to Myanmar Developer Phyo Nyi Nyi.
DOWNLOAD LINK - CLICK ME

Stop Vibrations of Gcam

Hi guys
My devices: RMN9s (Vietnam Global Version)
ROM: India Global 11.0.3 rooted with magisk patched boot method
Problem: Install some Gcam to test and they Vibrations all the time.
Below is instruction how to fix it.
1. Find your Gcam Package, mine is com.google.android.GoogleCamera
2. Connect your device with ADB
3. Type cmd code
Code:
adb shell
Code:
cmd appops set <package> VIBRATE ignore
Example:
Code:
cmd appops set com.google.android.GoogleCamera VIBRATE ignore
{
"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 won’t see any confirmation in the prompt, but as long as you don’t get an error message it should have worked.
Special Thanks to Mishaal Rahman for this article
Source: https://www.xda-developers.com/stop-vibrations-android-apps/

Categories

Resources