What does ‘adb shell start/stop’ do?

Basically, all your Android services are restarted; those that are created and registered in SystemServer.java. This is called within the “Context of Zygote”. So yes, Zygote is stopped. All your services registered with ServiceManager in Android will get removed within ServiceManager. To restart them, do adb shell start. Also note that SystemServer is started by … Read more

How do you adb to bluestacks 4?

First, in Bluestacks, go to Settings -> Preferences -> Enable Android Debug Bridge (ADB). Like this: At this point, Bluestacks enables its adb functionality and exposes itself to the localhost at port 5555 (the default port) So, in your command line, type adb connect localhost:5555 and you should be good to go.

Using adb logcat with a real phone (and not the emulator)

Enable USB debugging on your device. Connect the device to computer Use these commands: Get the “device id” adb devices example: $ adb devices List of devices attached 5856423841563398 device emulator-5554 device To specify the device when using logcat adb -s “device id” logcat example: $ adb -s 5856423841563398 logcat ——— beginning of crash 03-31 … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)