ybtag

Results 13 comments of ybtag

Thanks for the info. Unfortunately, the experimental build didn't work either. Could you make the source code available as a branch? I was reduced to editing Smali code to experiment...

Okay, I have a little more understanding now. dispatchGesture is not working on Android 11 due to Google's mistake. But the old backup method which was kept in MATVT works...

So I've done some very hacky modifications to my fork so that it always sends Click to the nodes no matter what they contain. [Here is my fork](https://github.com/ybtag/matvt). This will...

Thank you @virresh! Of course I made it open source. Please don't take to heart the actions of a few bad apples

This method only works for me (on the Sonim XP3plus flip phone) after connecting to the phone with USB adb and sending adb tcpip 5555. Until then the adb daemon...

Just noticed a solution to the port problem [here](https://github.com/MuntashirAkon/AppManager/blob/master/app/src/main/java/io/github/muntashirakon/AppManager/adb/AdbUtils.java). I will try to implement it in my branch

Thanks. I guess my bootloader is one of those 😦.

I've created a branch to use the CVE-2023-20963 vulnerability to launch non-exported activities. [https://github.com/ybtag/SuperActivityLauncher/tree/LaunchAnywhere](https://github.com/ybtag/SuperActivityLauncher/tree/LaunchAnywhere)

You have system-as-root so your init is in /system/bin not in the root folder

On my recovery image at least the permissions are also different, 755 instead of 750. I'm also having signing issues, so I don't know yet if that's enough to make...