Page 13 of 16

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 9:16 am
by Discovered
try to connect without the port

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 10:33 am
by publicanimal
havikx wrote:
publicanimal wrote:You're doing it wrong


no? really? cuz i couldn't figure that one out on my own. really. the "syntax error" means it worked right? right?d


duh. i understand I'm doing it wrong. i wrote in hopes of some1 with skills would point out my error...not some noob tell me i'm doing it wrong.
I think the real noob is the guy asking the same question over and over after it has already been answered. Try reading through the thread before posting. If I had said any more it would have been redundant.

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 11:23 am
by Discovered
haha.

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 12:05 pm
by resno
publicanimal and discovered, lets be friendly here. Thanks.

If you have nothing nice to say, saying nothing.

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 12:41 pm
by publicanimal
resno wrote:publicanimal and discovered, lets be friendly here. Thanks.

If you have nothing nice to say, saying nothing.
So the guy who starts the name calling gets a pass? Nice.

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 1:11 pm
by havikx
publicanimal wrote:
resno wrote:publicanimal and discovered, lets be friendly here. Thanks.

If you have nothing nice to say, saying nothing.
So the guy who starts the name calling gets a pass? Nice.

not for nothing....but the instructions are more for windows users. as i stated before...mac terminal commands are slightly different than a pc. you really think as long as i've been here i don't know there is a thread about it...or that i don't know how to use a search button? really?

if you have no suggestions for me or other users having problems, please refrain from posting as to not clog the thread with nonsense. i'm sure i'm not the only user who is trying to mod using OSx and i feel this thread should contain more knowledge about developing rather than newer users blasting veteran users for asking help about terminal commands in other operating systems. just my 2 cents.

also...discovered hasn't said anything negative. i see him trying to help out other users. thanks in advance buddy.

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 1:23 pm
by havikx
ok... so again...

./adb connect <10.0.0.11> (formatted recently cuz box got unstable and kept rebooting. new ip)
this throws syntax error near unexpected token newline

./adb connect<10.0.0.11>[:<5555>]
this throws syntax error near unexpected token near 5555

./adb connect
this gives me adb connect <hosts>:[<port>]

it seems that the way i'm typing it in the 2nd example is how it should appear based on what they system example says to use.

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 1:44 pm
by Discovered
typo: YOU PUT::::./adb connect<10.0.0.11>[:<5555>]
YOU NEED
adb connect <10.0.0.11>:[<5555>]

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 1:46 pm
by publicanimal
So with the recovery from this thread when I boot into recovery using the adb reboot recovery command, I boot to a screen with a triangle with an exclamation point. When I try to manually boot into recovery using the [Alt]+[L] method, I get nothing. I am on the user-debug build.

EDIT: I was able to get it to work after flashing the recovery.img from the first honeycomb leak. The one in this thread actually didn't work for me.

Re: Updating to future USB updates from HC "User-Debug" leak

Posted: Fri Dec 09, 2011 4:12 pm
by havikx
mrbobhcrhs wrote:
havikx wrote:ok... so again...

./adb connect <10.0.0.11> (formatted recently cuz box got unstable and kept rebooting. new ip)
this throws syntax error near unexpected token newline

./adb connect<10.0.0.11>[:<5555>]
this throws syntax error near unexpected token near 5555

./adb connect
this gives me adb connect <hosts>:[<port>]

it seems that the way i'm typing it in the 2nd example is how it should appear based on what they system example says to use.
Discovered wrote:typo: YOU PUT::::./adb connect<10.0.0.11>[:<5555>]
YOU NEED
adb connect <10.0.0.11>:[<5555>]
as he said he is a mac user which is closer to linux, on my linux box I use:

Code: Select all

./adb connect 192.168.1.1
no < or [ or ports.
i'm so glad some1 was able to listen to what i was saying about mac terminal being different from windows terminal. this has solved my problem.

thank you mr. bob. now to do the content bypass.