7

The screen of my Android phone sometimes automatically shutdown and cannot reshow again.

Can I shutdown my Android from PC or other ways?

Andrew T.
  • 15,988
  • 10
  • 74
  • 123
lovespring
  • 1,185
  • 3
  • 16
  • 22

2 Answers2

10

You can do this with adb (Android Debug Bridge).

  1. Enable "USB Debugging" on the phone (Settings > Applications > Development > USB Debugging)
  2. Type adb reboot in a terminal in the directory where you installed adb platform-tools
Lie Ryan
  • 19,073
  • 6
  • 65
  • 83
  • Will it slow down the phone? if I enable the usb debugging in my phone. – lovespring Jan 23 '11 at 09:50
  • 3
    @lovespring: USB debugging is only active when you plug the USB into a computer and adbd is active (i.e. you started adb in the computer), and in my Samsung Spica, there is no noticeable difference in my Linpack score when USB Debugging is "disabled" and "enabled while running Logcat" and "enabled but not running Logcat". YMMV. – Lie Ryan Jan 23 '11 at 10:26
0
  1. Hold the power button down until it shuts off.
  2. Pull the battery out.
Matt
  • 19,341
  • 11
  • 82
  • 125