Wiki GTVHacker Wiki Blog GTVHacker Blog Register    Login    Forum    Search    FAQ

Board index » Google TV Devices » Logitech Revue » Revue Releases




 Page 13 of 16 [ 156 posts ] Go to page Previous  1 ... 10, 11, 12, 13, 14, 15, 16  Next



Author Message
 Post Posted: Fri Dec 09, 2011 9:16 am 
Offline
2.2 Froyo

Joined: Thu Dec 08, 2011 9:57 am
Posts: 232
GTV Device Owned: Logitech Revue
try to connect without the port

_________________
LGVM670 - CM 9
IPhone 3GS - IOS 5.1.1
Revue - HC 3.2
Aspire 3000 - JoliOS


Top 
 Post Posted: Fri Dec 09, 2011 10:33 am 
Offline
Android 1.0

Joined: Sat Dec 03, 2011 7:50 pm
Posts: 10
GTV Device Owned: Logitech Revue
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.


Last edited by publicanimal on Fri Dec 09, 2011 11:25 am, edited 1 time in total.

Top 
 Post Posted: Fri Dec 09, 2011 11:23 am 
Offline
2.2 Froyo

Joined: Thu Dec 08, 2011 9:57 am
Posts: 232
GTV Device Owned: Logitech Revue
haha.

_________________
LGVM670 - CM 9
IPhone 3GS - IOS 5.1.1
Revue - HC 3.2
Aspire 3000 - JoliOS


Top 
 Post Posted: Fri Dec 09, 2011 12:05 pm 
Offline
The Green One
User avatar

Joined: Thu Jan 13, 2011 8:22 am
Posts: 125
Location: 010101110
GTV Device Owned: Logitech Revue
publicanimal and discovered, lets be friendly here. Thanks.

If you have nothing nice to say, saying nothing.

_________________
General Person Of Interest
Want to give back? :: Bitcoins :: Hardware ::


Top 
 Post Posted: Fri Dec 09, 2011 12:41 pm 
Offline
Android 1.0

Joined: Sat Dec 03, 2011 7:50 pm
Posts: 10
GTV Device Owned: Logitech Revue
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.


Top 
 Post Posted: Fri Dec 09, 2011 1:11 pm 
Offline
1.6 Donut

Joined: Mon Aug 08, 2011 8:14 pm
Posts: 145
Location: New Jersey, SEVEN3II
GTV Device Owned: Logitech Revue
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.

_________________
HTC one s - cm10 jellybean unofficial
T-mobile g1 - cm6
T-Mobile g2- andromadus ics beta
T-Mobile hd2- cm9 by tytung
HP touchpad- CM9 alpha 2
Logitech revue- OTA downgrade 3.1
Member xda forums


Top 
 Post Posted: Fri Dec 09, 2011 1:23 pm 
Offline
1.6 Donut

Joined: Mon Aug 08, 2011 8:14 pm
Posts: 145
Location: New Jersey, SEVEN3II
GTV Device Owned: Logitech Revue
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.

_________________
HTC one s - cm10 jellybean unofficial
T-mobile g1 - cm6
T-Mobile g2- andromadus ics beta
T-Mobile hd2- cm9 by tytung
HP touchpad- CM9 alpha 2
Logitech revue- OTA downgrade 3.1
Member xda forums


Top 
 Post Posted: Fri Dec 09, 2011 1:44 pm 
Offline
2.2 Froyo

Joined: Thu Dec 08, 2011 9:57 am
Posts: 232
GTV Device Owned: Logitech Revue
typo: YOU PUT::::./adb connect<10.0.0.11>[:<5555>]
YOU NEED
adb connect <10.0.0.11>:[<5555>]

_________________
LGVM670 - CM 9
IPhone 3GS - IOS 5.1.1
Revue - HC 3.2
Aspire 3000 - JoliOS


Top 
 Post Posted: Fri Dec 09, 2011 1:46 pm 
Offline
Android 1.0

Joined: Sat Dec 03, 2011 7:50 pm
Posts: 10
GTV Device Owned: Logitech Revue
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.


Last edited by publicanimal on Fri Dec 09, 2011 2:54 pm, edited 3 times in total.

Top 
 Post Posted: Fri Dec 09, 2011 2:21 pm 
Offline
Android 1.0

Joined: Fri Dec 09, 2011 2:18 pm
Posts: 7
GTV Device Owned: Logitech Revue
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:
./adb connect 192.168.1.1

no < or [ or ports.


Top 
Display posts from previous:  Sort by  
 
 Page 13 of 16 [ 156 posts ] Go to page Previous  1 ... 10, 11, 12, 13, 14, 15, 16  Next




Board index » Google TV Devices » Logitech Revue » Revue Releases


Who is online

Users browsing this forum: No registered users and 1 guest

 
 

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

SEOed