Page 3 of 16
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 12:39 pm
by hitokiri
cj_000 wrote:You should be able to- yes. However, of note, with user - you lose root, and any extra permissions it grants you.
Furthermore, since the original recovery still exists, just update to the this recovery before you are going to update to user - as it may revert the recovery on you.
So you are saying to STAY in userdebug and only use this update when i want to go get the official update since this removes root, correct?
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 12:54 pm
by cj_000
Well - that's what I'd do. However, it really depends how you want to use the box. I have a few, so it's not a big deal to keep one on userdebug (to preserve root).
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 1:07 pm
by hitokiri
yeah, i've been holding off since day 1 since there was no way to get back to stock. now since there is a way out, i cant wait to upgrade.
i have a couple of combinations i want to try out. like esfileexplorer + moboplayer

hope those work. It would make streaming media nigh perfect!
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 5:47 pm
by wjddesigns
Having issues here - when I go to CMD and do ADB connect it gives me the "Unable to connect to 192.168.1.17:2"4 but that is what the GTV IP addy is - I can take off the port but it says it is unable to parse... I have the correct IP for my computer in the GTV dev screen - any ideas?
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 6:19 pm
by gdeeble
Are you putting adb connect 192.168.1.17 or 192.168.1.17:24? You need just need it to look like the first one.

Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 6:28 pm
by wjddesigns
gdeeble wrote:Are you putting adb connect 192.168.1.17 or 192.168.1.17:24? You need just need it to look like the first one.

when I try to do "192.168.1.17" it says unable to parse as <host>:<port> in the cmd window
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 7:04 pm
by tipster67
And for those that don't already have ADB and need to install it...... Excellent instructions here along with the link to get...
http://www.addictivetips.com/mobile/wha ... t-android/
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 7:07 pm
by tipster67
wjddesigns wrote:gdeeble wrote:Are you putting adb connect 192.168.1.17 or 192.168.1.17:24? You need just need it to look like the first one.

when I try to do "192.168.1.17" it says unable to parse as <host>:<port> in the cmd window
The proper port is 5555 I believe..... 192.168.1.17:24 would need to be 192.168.1.17:5555
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Mon Oct 10, 2011 7:22 pm
by gdeeble
When I do it on my computer, I just put adb connect ipaddress and it auto detects the port for me. Have you followed the
http://forum.gtvhacker.com/gtv-guides/topic31.html [TUTORIAL] How To Set Up Your Revue Running HC3.1 To Use ADB?
Re: Updating to future USB updates from HC "User-Debug" leak
Posted: Tue Oct 11, 2011 7:13 am
by wjddesigns
After reading that ADB connect tutorial (which should be attached to the OP's instructions on the first page) I got it to work with port 5555 instantly - Thanks everyone >_<