私のスマートフォンを充電せずにUSB経由でPCに接続することが可能であるかどうかを知りたいですか?
課金を無効にすることができるように非常に便利なことです(ただし、USBテザリング、ADBデバッグ、ファイル転送などを許可します)。
たくさんありがとう。
私のスマートフォンを充電せずにUSB経由でPCに接続することが可能であるかどうかを知りたいですか?
課金を無効にすることができるように非常に便利なことです(ただし、USBテザリング、ADBデバッグ、ファイル転送などを許可します)。
たくさんありがとう。
I would like to know if is it possible to connect my smartphone to a pc via USB without charging it?
It would be very useful to be able to disable charging (but still allow USB tethering, ADB debugging, file transfer etc).
Thanks a lot.
あなたが達成しようとしているものを直接アドレス指定するためにこれらの解決策を試すことができます(すべての機器では機能しないかもしれません)
ADBシェルエコー0&GT。 / sys / class / power_supply / battery / charging_enabled(1を無効にする; 0に有効にする)
adb setprop-persist
USB充電
これらの方法がうまくいかない場合、またはより多くの可能性を調べたい場合は、下記の方法を参照してください。これはあなたに手がかり
を提供できます。あなたのデバイスに:
これは別の方法でこれを見ることができました
あなたのPCに:あなたのPCの設定を言及していませんが、これらはあなたにポインタを与えるかもしれません
https:// ServerFault。 COM /質問/ 8130 /構成-USB-Port-To-only-Acco-Source-Charger
https:// stackOverflow。 COM /質問/ 11698979 /変更方法-android-usb-connect-to-spart-only
You can try these solutions, which directly address what you are trying to achieve (may not work on all devices)
Adb shell echo 0 > /sys/class/power_supply/battery/charging_enabled (1 to disable; 0 to enable)
adb setprop-persist
Disable USB charging
If these methods don't work or you want to explore more possibilities, see methods below, which can offer you clues
On your Device:
As suggested by Firelord. Be aware that you would need time in identifying the right file to change values to fool the system. Naming of files related to this is apparently not standardised. One of the answers in the link is mine so I am talking from experience.
You could also see this for another way it has been done https://stackoverflow.com/questions/11698979/how-to-change-android-usb-connect-mode-to-charge-only
On your PC: You have not mentioned your PC configuration, but these have been successfully tried add may give you pointers
https://serverfault.com/questions/8130/configure-usb-port-to-only-act-as-power-source-charger
https://stackoverflow.com/questions/11698979/how-to-change-android-usb-connect-mode-to-charge-only
yup、adbコマンドを使用できるはずです。またはアプリを使用して、Android携帯電話でUSB充電を無効にするためにリリースされました。 Samsung J7でテストされていません。
https://play.google。 COM / Store / Apps / Details?ID = org.bramantya.stopcharging& hl = en
ルートアクセスが必要です。
Yup, you should be able to use the adb command. Or use an app I just released to disable usb charging in Android phone. Has not been tested on Samsung j7 though.
https://play.google.com/store/apps/details?id=org.bramantya.stopcharging&hl=en
It needs root access.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有