Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Typo in adb reverse command #63

Copy link
Copy link

Description

@Hamz-a
Issue body actions

Currently when sending an adb reverse command, an error occurs:

RuntimeError: ERROR: 'FAIL' 0016malformed forward spec

After digging into the code and the adb source code, it turns out that there's a small typo in the command:

cmd = "reverse:forward:{remote}:{local}".format(

This should be: reverse:forward:{remote};{local}, note the last : which should be ;. See:

https://github.com/aosp-mirror/platform_system_core/blob/fc1cf90741e59d5615a7dcea1813f38bfa3a2eec/adb/SERVICES.TXT#L246

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.