Skip to content

Huge problems! #21

@isabsent

Description

@isabsent

The result of the installing and a few attempts to run your code on API 26 Android emulator under Android Studio 3.1.3 below:

F:\GitRepo\note_v2>adb install "E:\Common\Android_Apps\com.android.shellms_6.apk"
adb server is out of date. killing...

  • daemon started successfully *
    1025 KB/s (381733 bytes in 0.363s)
    Success

F:\GitRepo\note_v2>adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
adb server is out of date. killing...

  • daemon started successfully *
    error: device unauthorized. Please check the confirmation dialog on your device.

F:\GitRepo\note_v2>adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
adb server is out of date. killing...

  • daemon started successfully *
    error: device offline

F:\GitRepo\note_v2>adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
adb server is out of date. killing...

  • daemon started successfully *

F:\GitRepo\note_v2>adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
adb server is out of date. killing...
ADB server didn't ACK

  • failed to start daemon *
    error:

F:\GitRepo\note_v2>adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
adb server is out of date. killing...

  • daemon started successfully *
    Starting service: Intent { cmp=com.android.shellms/.sendSMS (has extras) }

F:\GitRepo\note_v2>adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
adb server is out of date. killing...

  • daemon started successfully *
    error: device unauthorized. Please check the confirmation dialog on your device.

P.S. Permissions wasn't granted after installation and first run and should be enabled by hand directly in Android App settings,

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions