Showing posts with label hack. Show all posts
Showing posts with label hack. Show all posts

May 27, 2012

Rooting Thrive ... Done!

Thanks to dalepl and his unbelievably awesome Universal Easy Flash Tool - I now have root on my Thrive.

The best part is the process to get there, it was as easy as

  • Install the correct ADB drivers on your laptop (available within the same zip file from dalepl)
  • Connect the Thrive to the laptop via USB mini and ensure it is connected to the charger at the same time.
  • Run the batch file Universal_Easy_Flash_Tool.bat

Confirm the fact that you want to root the device...

And pick the correct ROM that you are currently on...

And after about 4 reboots of the device - you are done!

Thank you @dalepl and @TurnYourBackAndRun - honestly Toshiba should be paying you for keeping their devices relevant. Now to kick some pre-installed crud off the device.

August 06, 2010

Embed Google Fast Flip

If you use Google News, you probably have seen Fast Flip. Fast Flip basically takes screenshots of news articles from a certain set of new sites, and allows you to browse the news by flipping through images. As a result you get to see news formatted better than in a news aggregator, but still cover news from a variety of sources.

I wondered if there was a way to embed fast flip in my site. There wasn't a gadget I could find, but with a bit of copy-pasting it was not so difficult after all. The code for doing it follows after the embedded fast flip.


<iframe class="gadget-iframe-contents" frameborder="0"
src="http://fastflip.googlelabs.com/embed?source=news&browse=2&fullw=300"
style="height:450px;width:300px">
</iframe>

Disclaimer: Did not see anything that suggested Google frowns upon using fast-flip this way, but use it at your own risk.