You are not logged in.
Hello,
I'm not 100% sure this is the best place for this but thought it'd potentially be a good one?
Anyway, I have installed adb via the android-tools package. I can run any adb/fastboot command just fine. Unless its push/pull/sideload/or shell. the only output i recieve from any of these commands is a flashing cursor on a new line (running command indicator). I can flash with fastboot just fine so I can push data. I've tried using the adb included with the SDK, and downloading it manually. Tried the udev rules per the wiki page (even tho im able to connect to the device). I've tried different cables different ports (USB), USB 3.0, USB 2.0.. Nothing seems to make a difference. I'm not sure what else to look at at this point and thus I'm here. I'm running the latest kernel as of this post (update everything two days ago). Anyone got any ideas?
Please let me know if there is any additional info that would be helpful here.
Last edited by deathmasia (2024-08-16 04:43:28)
Offline
what happens if you type
adb devices
does your device show up ?
fastboot is an entirely seperate command for when the phone is in fastboot mode
Offline
what happens if you type
adb devices
does your device show up ?
fastboot is an entirely seperate command for when the phone is in fastboot mode
Yes devices show up just fine.
Offline