Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

v011 broke ADB #50

Closed
ztNFny opened this issue Oct 9, 2012 · 3 comments
Closed

v011 broke ADB #50

ztNFny opened this issue Oct 9, 2012 · 3 comments

Comments

@ztNFny
Copy link
Contributor

ztNFny commented Oct 9, 2012

The recent v011 update actually broke ADB support, I guess due to #38
What happens when I connect to any adb device is that it just echos "OKAY" and then just sits there. Only when I enter "0006shell:" manually I get a shell.
v010 used to open a shell straight away and that also makes a lot more sense.

@ztNFny
Copy link
Contributor Author

ztNFny commented Oct 9, 2012

looking at adb.c I think the solution is to add after line 210:
sk_flush(adb->s);
adb->state = 1;

@ztNFny ztNFny closed this as completed Oct 9, 2012
@ztNFny ztNFny reopened this Oct 9, 2012
@FauxFaux
Copy link
Owner

Well spotted. I really need to get myself into a position where I can test the adb stuff. :/

@ztNFny
Copy link
Contributor Author

ztNFny commented Oct 11, 2012

You can use the emulator in Android SDK for testing adb: http://developer.android.com/sdk/index.html (of course an Android phone is way cooler ;-))

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants