Himadri Bhattacharjee

Results 42 comments of Himadri Bhattacharjee

Also if you could add the `nix develop` command in the readme for nix users, that'd be great! -------- Original Message -------- On 9/15/24 19:53, lavafroth wrote: > We can't...

This behavior does not seem to be triggered by the `--user` flag (see the logs) since we check for the android sdk. [This xda thread](https://xdaforums.com/t/need-help-removing-system-apps-through-adb-on-4-4-2-kitkat-phone.4123943/) mentions `pm block`. Our code...

The theme will change if you restart the program. Sadly, this is more of an iced-rs issue.

Nope, this package is not in AOSP. It should be added to some other list (OEM perhaps?)

@Artem13327 you must have disabled the "wallpaper carousel" garbage in the lock screen beforehand. Once that's disabled, the app is safe to uninstall. PS: Someone add this to the description....

The C like enum `USBCommand` with its non-sequential variants was being encoded as a zero indexed enum. Fixed it with serde_repr

Hi, there are a lot of conflicts with the changes I've made and upstream usb. Would you like me to rebase and one-shot this and force-push? It would be easier...

Okay, I have made the necessary changes and have tested them on my device. Let me know if you want me to implement the `adb pull` command. I have a...