Alex B
Alex B
This can be fixed by changing the button visibility directly from the MultiTrigger, and using the attached property as one of the conditions: ``` ``` This requires the `Visibility="Collapsed"` modifier...
I've split up the tasks to make it simpler, and I'll start with the easier ones.
@laminarturbulent Have you tried connecting the phone by WiFi / mDNS? I see now that USB connection is one of the things common between you and the review from the...
> my use-case is cutting files from my device, and pasting them onto a backup HDD. The "Pull" GUI button seems to only perform a copy, but no "after successful...
ShellWindow > OnItemClick ``` var item = args.ClickedItem as HamburgerMenuGlyphItem; int index = MenuItems.IndexOf(item); ExplorerIndex = index.ToString(); if (index == MenuItems.Count - 1) ExplorersAmount(MenuItems.Count + 1); NavigateTo(item.TargetPageType); ```
Did you try it in terminal? The app just calls `adb root` and checks the response
In that case I don't think I can help, and other means of root access are not supported.
You mean `adb shell su -c ...`? That doesn't sound too complicated to implement, but the problem is that my only rooted device doesn't seem to support it (OnePlus 3T...
Thanks! The rooted WSA will help a lot. Although, this feature is indeed a bit heavy, not sure I will include it in the next version (v0.9)
I just tried this on rooted WSA running Android 13, and it works! Did you try to insert all of this into the root args that we created in #181...