Wiki GTVHacker Wiki Blog GTVHacker Blog Register    Login    Forum    Search    FAQ

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




 Page 1 of 16 [ 156 posts ] Go to page 1, 2, 3, 4, 5 ... 16  Next



Author Message
 Post Posted: Sat Oct 08, 2011 10:10 pm 
Offline
2.1 Eclair

Joined: Mon Jul 25, 2011 4:16 pm
Posts: 163
Below is a method to flash the old "un-neutered" HC recovery onto the new userdebug build. This will allow you to update by USB to the official HC build that Google will hopefully release in the coming weeks. The method below requires that you have installed adb from the android sdk. Please make sure to enter the commands below after entering the directory that the recovery.img was extracted to (or to change the "adb push recovery.img /tmp/recovery.img" command to "adb push /path/to/recovery.img /tmp/recovery.img").

Warning: Using any recovery other than a properly signed recovery will brick your box, only use the recovery supplied. You also may to ensure you have a good network connection to your revue before continuing.

Quote:
Recovery:
http://www.mirrorcreator.com/files/14TS ... .zip_links
Note: recovery.img(sha1) = 14c31dc6db2d8f9ec15f94f2f929dbb68142d16c

Step 1.) Get IP Address of Revue (settings->network->status).
Step 2.) Enable adbd (settings->applications->development), then check "Remote Debugging".
Step 3.) Add the IP Address of the computer you are connecting from ("Debugger Ip Address in settings->applications->development).
Step 4.) Connect to adb from computer using the following (Replacing <ipaddresshere> with your ip) adb command:
Quote:
adb connect <ipaddresshere>

Step 5.) Restart adbd as root by executing the following:
Quote:
adb root

Step 6.) Reconnect to adbd on the revue using:
Quote:
adb connect <ipaddresshere>

Step 7.) Paste each line of the following (one at a time).
Quote:
adb push recovery.img /tmp/recovery.img
adb shell flash_image recovery /tmp/recovery.img


Successfully running the last line should output something similar to the following:
Code:
mtd: successfully wrote block at 0
mtd: successfully wrote block at 40000
mtd: successfully wrote block at 80000
mtd: successfully wrote block at c0000
mtd: successfully wrote block at 100000
mtd: successfully wrote block at 140000
mtd: successfully wrote block at 180000
mtd: successfully wrote block at 1c0000
mtd: successfully wrote block at 200000
mtd: successfully wrote block at 240000
mtd: successfully wrote block at 280000
mtd: successfully wrote block at 2c0000
mtd: successfully wrote block at 300000
mtd: successfully wrote block at 340000
mtd: successfully wrote block at 380000
mtd: successfully wrote block at 3c0000
mtd: successfully wrote block at 400000
mtd: successfully wrote block at 440000
mtd: successfully wrote block at 480000
mtd: successfully wrote block at 4c0000
mtd: successfully wrote block at 500000
mtd: successfully wrote block at 540000
mtd: successfully wrote block at 580000
mtd: successfully wrote block at 5c0000
mtd: successfully wrote block at 600000
mtd: successfully wrote block at 0


When accessing recovery to update to a future build, you can just use the "adb shell reboot recovery" command and the Revue will reboot into recovery mode.

Posted on the wiki: http://www.gtvhacker.com/index.php/Upda ... ug%22_leak

Edit: Fixed old multiupload link.

_________________
Please sign the petition for an open bootloader for the Logitech Revue.
http://www.change.org/petitions/logitech-release-an-open-boot-loader-for-the-logitech-revue


Last edited by zenofex on Mon Jul 16, 2012 11:38 pm, edited 3 times in total.
Added wiki link


Top 
 Post Posted: Sat Oct 08, 2011 10:53 pm 
Offline
1.5 Cupcake

Joined: Mon Aug 01, 2011 8:54 pm
Posts: 63
Awesome. Worked great for me. Thank you :)


Top 
 Post Posted: Sun Oct 09, 2011 1:52 am 
Offline
Contributor
User avatar

Joined: Fri Jul 29, 2011 12:51 pm
Posts: 421
Location: New Jersey
GTV Device Owned: Vizio Co-Star
Will we still be able to receive the the update OTA,or is this the only way?.

_________________
Logitech Revue
Sony NSZ-GS7
Vizio Co-Star
Hisense Pulse


Top 
 Post Posted: Sun Oct 09, 2011 8:11 am 
Offline
1.6 Donut

Joined: Tue Sep 06, 2011 7:53 pm
Posts: 102
GTV Device Owned: Logitech Revue
is there any reason to do this until the official update comes out and we see if we can get OTA?

Don't get me wrong, this is awesome and I greatly appreciate the work. because of this I will probably bite the bullet and update.

THANKS


Top 
 Post Posted: Sun Oct 09, 2011 9:03 am 
Offline
Android 1.0

Joined: Sun Oct 09, 2011 9:01 am
Posts: 5
GTV Device Owned: Logitech Revue
Thx for this!!!

Can some one post "sha1" of Honeycomb 3.1 UserDebug Leak???

for mp-signed-ota_update-b58801.15d88c27-t.zip file...


Top 
 Post Posted: Sun Oct 09, 2011 9:06 am 
Offline
1.5 Cupcake

Joined: Mon Aug 01, 2011 8:54 pm
Posts: 63
The reason for this, is if there are any releases that come out, or say for some unforeseen reason it doesn't do the OTA, then you can still flash it manually and get it back on track. That's my look on it. It should take an OTA update, but who's to say it will or it won't. I look at it as insurance :)


Top 
 Post Posted: Sun Oct 09, 2011 9:12 am 
Offline
1.6 Donut

Joined: Fri Jul 29, 2011 2:13 pm
Posts: 115
EvgeniX wrote:
Thx for this!!!

Can some one post "sha1" of Honeycomb 3.1 UserDebug Leak???

for mp-signed-ota_update-b58801.15d88c27-t.zip file...


The sha1sum for that file is: 15d88c27df46338c10715f120b1e4b4ce757bfe3


Top 
 Post Posted: Sun Oct 09, 2011 9:21 am 
Offline
Android 1.0

Joined: Sun Oct 09, 2011 9:01 am
Posts: 5
GTV Device Owned: Logitech Revue
cj_000 wrote:
The sha1sum for that file is: 15d88c27df46338c10715f120b1e4b4ce757bfe3


Thx!! now all ready to flash...


Top 
 Post Posted: Sun Oct 09, 2011 12:23 pm 
Offline
2.1 Eclair

Joined: Mon Jul 25, 2011 4:16 pm
Posts: 163
gdeeble wrote:
The reason for this, is if there are any releases that come out, or say for some unforeseen reason it doesn't do the OTA, then you can still flash it manually and get it back on track. That's my look on it. It should take an OTA update, but who's to say it will or it won't. I look at it as insurance :)


gdeeble is correct, we'd prefer to have a way for people to have the option to upgrade from the UserDebug build. Currently in the UserDebug build the recovery menu will never display due to the fact that the code to display it has been removed. This method flashes an old recovery onto the build (since UserDebug comes with root), and allows you to once again have the ability to update manually through usb. Our guess was that people were gonna be pretty angry if they were stuck on UserDebug when the official HC update is released from Logitech (Hopefully this following week).

Thanks,
Zenofex

_________________
Please sign the petition for an open bootloader for the Logitech Revue.
http://www.change.org/petitions/logitech-release-an-open-boot-loader-for-the-logitech-revue


Top 
 Post Posted: Sun Oct 09, 2011 12:33 pm 
Offline
1.6 Donut

Joined: Tue Sep 06, 2011 7:53 pm
Posts: 102
GTV Device Owned: Logitech Revue
I guess I didn't make my question clear enough.

Is there any reason to flash this NOW? as opposed to waiting to see if the OTA updates anyway? Then if it does not update over OTA couldn't we then flash this and flash the update manually?


Top 
Display posts from previous:  Sort by  
 
 Page 1 of 16 [ 156 posts ] Go to page 1, 2, 3, 4, 5 ... 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