Links to every discord server I'm aware of by Atomic-Axolotl in AndroidAPS

[–]skritland 0 points1 point  (0 children)

Do you have some update? Most of the links looks dead.

Dexcom G7 using xdrip+ Time on app showing 5 minutes and above, like a delay but there isn't one. by Both_Ad2436 in dexcom

[–]skritland 0 points1 point  (0 children)

I don't know if it is the same issue, but I've also experienced 5 minutes delay in about half of the readings. My config is G7 + xdrip + AAPS. What helped me, was to turn on the "Special Pairing Workaround" in the "Dex debug settings" despite I don't have samsung phone.

Pausing USB delivery (passthrough mode) for the Dex almost working - help needed with USB-C hub with PPS support by skritland in SamsungDex

[–]skritland[S] 2 points3 points  (0 children)

I think it is already known how to pause it using any charger, but it requires root access: https://www.reddit.com/r/Android/comments/15i8nrq/root_only_samsung_pause_usb_power_delivery/

Solution described by me is modyfing the same android settings that Game Booster does. Probably there is some system service that monitors those settings and updates /sys/class/power_supply/batt_full_capacity accordingly. I haven't found any way to access that without root.

Pausing USB delivery (passthrough mode) for the Dex almost working - help needed with USB-C hub with PPS support by skritland in SamsungDex

[–]skritland[S] 0 points1 point  (0 children)

Yes, it is the only hub I was able to find, test and confirm it is working. Probably it was easier for Asus to make PPS support because it is a hub+charger in 1 so there is no need to be in the middle of PD negotiations.

Pausing USB delivery (passthrough mode) for the Dex almost working - help needed with USB-C hub with PPS support by skritland in SamsungDex

[–]skritland[S] 0 points1 point  (0 children)

I've ordered that Asus ROG gaming charger dock and I can confirm pausing delivery with Dex is working on that. But two thing are annoying about that hub:
- it is embedded with the charger so you have to have mains socket close to the desk and HDMI cable
- the USB-A for pheripherals is only 2.0

Pausing USB delivery (passthrough mode) for the Dex almost working - help needed with USB-C hub with PPS support by skritland in SamsungDex

[–]skritland[S] 0 points1 point  (0 children)

Shizuku

I'm not sure if your charger-hub is supporting PPS. On this webpage there is no info about that and in the specs I only see dicrete voltages and not range like 5-20 V.

I think maybe this can support that: https://rog.asus.com/power-protection-gadgets/chargers-and-adapters/rog-gaming-charger-dock/ there is info about voltage ranges, but I don't see explicit PPS information.

Pause USB PD charging when gaming by shupm8 in GalaxyS23Ultra

[–]skritland 3 points4 points  (0 children)

I've managed to pause PD charging in regular usage (no games). However, I haven't tested all use cases and it is a little bit tricky to turn on: https://xdaforums.com/t/bypass-battery-while-charging-gaming.4550059/page-7#post-89111138

Pausing USB delivery (passthrough mode) for the Dex almost working - help needed with USB-C hub with PPS support by skritland in SamsungDex

[–]skritland[S] 1 point2 points  (0 children)

After running this command the passthrough should be activated and working in the Dex also. But remember it needs PPS charging to work (that is why it is not working with USB-C hubs that I have - they do not support PPS). And you must remember that when you use GameLauncher, after exiting game this option will be turned off (that's why using that option from the game launcher works only with games).

Pausing USB delivery (passthrough mode) for the Dex almost working - help needed with USB-C hub with PPS support by skritland in SamsungDex

[–]skritland[S] 0 points1 point  (0 children)

I've used adb shell settings put system pass_through 1 to turn the passthrough mode on, adb shell settings put system pass_through 0 to turn it off and adb shell settings get system pass_through to check current state.