kindlepdfviewer icon indicating copy to clipboard operation
kindlepdfviewer copied to clipboard

wall charger charging cause "go into usb mode" msg

Open dracodoc opened this issue 12 years ago • 4 comments

In file browser or reading mode, plug in wall charger will activate "go into usb mode" msg, and the screen have some messed up displays. kpv still accept input, thus can open file or turn page, then the display will mess up again when the charger is disconnected.

So kpv need to separate pc usb connection and wall charger charging events, either ignore charger event or display some info then refresh the screen.

dracodoc avatar Jul 25 '12 14:07 dracodoc

@NuPogodi it seems that you fixed this with 925678b1ce0f7b3050cf83771f0bdf705c49c46b but commit message is miss-leading.

I will merge it to master as soon as I get back home to test it with real Kindle (as opposed to emulator)

dpavlin avatar Aug 29 '12 13:08 dpavlin

no, it seems that aside from adding screenshot shorcut, NuPogodi manually applied some of my previous changes, not with git pull, so git also treats them as new code.

houqp avatar Aug 29 '12 14:08 houqp

The current build still have a little problem with wall charger. There will be a message "go into usb mode" when kindle is plugged in charger, then the screen changed a little bit. Then it actually can respond to operations and can work normally, but it need a manual refresh to clear the message "go into usb mode".

So it seemed that when kpv decided it is in charging instead of connecting to pc, it need to refresh screen to remove that message, or maybe show a message "in charging..." then remove this message too.

dracodoc avatar Jan 12 '13 21:01 dracodoc

I think DXG has a charging event that I can capture. Will look into that tomorrow, don't feel like coding tonight :(

houqp avatar Jan 13 '13 05:01 houqp