Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
roebeet
Old
(Last edited by roebeet; 19th April 2011 at 06:47 PM.) Reason: updated for 1.0.1 & 1.1 info
#1  
roebeet's Avatar
Senior Member - OP
Thanks Meter 1402
Posts: 3,472
Join Date: Jul 2010
Location: Pennsylvania
Default GTab recovery firmware (homebrew and official Viewsonic 1.0.1 & 1.1-based versions)

TnT 1.1-3588 recovery ROM, dated 01/24 and supplied by Viewsonic / TnT. Link: http://tapntap.http.internapcdn.net/...-3588-user.zip
md5sum: 0f07d710728640ea1e0f4a5d6d3fa72c

TnT 1.1-3389 recovery ROM, dated 12/23 and supplied by Viewsonic / TnT. Link: http://tapntap.http.internapcdn.net/...-3389-user.zip
md5sum: e6c09077f67b29c42643b7ae5f10d6e2

TnT 1.1-3316 recovery ROM, dated 12/19 and supplied by Viewsonic / TnT. Link: http://tapntap.http.internapcdn.net/...-3316-user.zip
Alternate link: http://www.mediafire.com/?p9o52540baa5vfg
md5sum: 1333e22b6d802096d3c63757680777f0

TnT 1.0.1-3053 recovery ROM, dated 12/10 and supplied by Viewsonic / TnT. Link: http://tapntap.http.internapcdn.net/...-3053-user.zip
Alternate link: http://www.mediafire.com/?qy92jzoz8upy8xa
md5sum: 7b800e409b5324f2c69e7ba6f84eab97

TnT 1.0.1-2967 recovery ROM, dated 11/22 and supplied by Viewsonic / TnT. Link: http://tapntap.http.internapcdn.net/...-2967-user.zip
Alternate Link: http://www.mediafire.com/?99eb11cqhvrkkc7
md5sum: 43eb0358db25b492751b1b0a71568c51

These were grabbed from my over-the-air update. They are full recovery images that wipes everything except the user data.

NOTE: These are only for 1.0.1 or 1.1 based stock versions. For 1.2 based stock versions, they will be hosted in the same location as my 1.2-based mods./[/url]

===================================


Instructions for use with the internal memory:

1- Mount your device to your PC

2- Download the ROM you wish you use, and save it to the root of the mounted drive. Rename it to "update.zip"

3- Create a folder on your mounted drive callled "recovery".

4- In that recovery folder, create a file called "command", and add this line to that file:

Code:
--update_package=SDCARD:/update.zip
NOTE to Windows users: If you use notepad, it might name the file "command.txt". That won't work. It cannot have a file extension. I would recommend downloading and using the excellent program "notepad++" as a notepad replacement.

5- Shutdown the device and then boot into recovery (Hold Power button and volume up key for a few seconds). If you are using standard recovery, the install should run automatically. If you are using clockworkmod, you will need to manually choose the update.zip file.

6- Reboot when completed (standard recovery users will be rebooted automatically).

Other note: These stock ROMs WILL flash recovery, as they are designed to do that. If you are using clockworkmod, that recovery tool will most likely be wiped out. Also, if you experience a boot loop post-install, you won't have clockworkmod installed to correct it - there are ways to install a clockworkmod image off your microSD, if necessary, then wipe your user data. Most times, these reboot hangs are due to incompatible data partitions between mods - this is especially true for ROMs like gADAM.
Android devices: ASUS Transformer, Notion Ink Adam, Cowon D3
The Following 11 Users Say Thank You to roebeet For This Useful Post: [ Click to Expand ]
 
nick325i
Old
#2  
Member
Thanks Meter 0
Posts: 58
Join Date: Dec 2008
This is not working for me trying to flash from clockwork
i'm getting an error

assert failed: write_raw_image("/tmp/recovery.img", "recovery")
E:Error in /sdcard/update.zip
(Status 7)
Installation Aborted



please help!
 
roebeet
Old
#3  
roebeet's Avatar
Senior Member - OP
Thanks Meter 1402
Posts: 3,472
Join Date: Jul 2010
Location: Pennsylvania
Quote:
Originally Posted by nick325i View Post
This is not working for me trying to flash from clockwork
i'm getting an error

assert failed: write_raw_image("/tmp/recovery.img", "recovery")
E:Error in /sdcard/update.zip
(Status 7)
Installation Aborted



please help!
It's spotty with cwm - I've seen the same thing - cwm probably has an issue being overwritten, for some reason.

You might want to alter the ZIP and just rip out the line that's trying to overwrite recovery.
Android devices: ASUS Transformer, Notion Ink Adam, Cowon D3
 
daCalifa
Old
(Last edited by daCalifa; 24th November 2010 at 03:00 AM.)
#4  
Junior Member
Thanks Meter 0
Posts: 19
Join Date: Nov 2010
Had this error too

I removed this line from the updater-script file and CWM finished the install succesfully


assert(package_extract_file("recovery.img", "/tmp/recovery.img"), write_raw_image("/tmp/recovery.img", "recovery"), delete("/tmp/recovery.img"));

thanks again roebeet

should I be worried about leaving superuser on this if im returning it?
 
roebeet
Old
#5  
roebeet's Avatar
Senior Member - OP
Thanks Meter 1402
Posts: 3,472
Join Date: Jul 2010
Location: Pennsylvania
Quote:
Originally Posted by daCalifa View Post
Had this error too

I removed this line from the updater-script file and CWM finished the install succesfully


assert(package_extract_file("recovery.img", "/tmp/recovery.img"), write_raw_image("/tmp/recovery.img", "recovery"), delete("/tmp/recovery.img"));

thanks again roebeet

should I be worried about leaving superuser on this if im returning it?
I don't think they'll catch it. Just don't leave your user data intact or anything in the internal memory!
Android devices: ASUS Transformer, Notion Ink Adam, Cowon D3
 
Wishmaster2
Old
#6  
Junior Member
Thanks Meter 0
Posts: 14
Join Date: Feb 2008
Where can I find the "/recovers/command" file?
 
uncola
Old
#7  
Member
Thanks Meter 4
Posts: 49
Join Date: Feb 2009
deleting that line from the updater-script file worked for me with clockworkmod recovery installed.. if anyone is a noob here's some instructions..
unzip the vanilla recovery rom.. go into the "update-smb_a1002-2967-user\META-INF\com\google\android" folder and edit the updater-script file. I had to use notepad++ to edit it, regular notepad wasn't showing the formatting correctly. then just delete this line "assert(package_extract_file("recovery.img", "/tmp/recovery.img"), write_raw_image("/tmp/recovery.img", "recovery"), delete("/tmp/recovery.img"));" save the file, then zip up the contents of the update-smb_a1002-2967-user folder into an update.zip and copy it to your gtablet. make sure the inside of the update.zip shows the system.img etc files in the root of the zip and that you don't zip it up so those files are one folder deep into the zip. hold down volume + while turning the gtablet on and it should load clockworkmod and let you flash the new update.zip.
The Following User Says Thank You to uncola For This Useful Post: [ Click to Expand ]
 
roebeet
Old
#8  
roebeet's Avatar
Senior Member - OP
Thanks Meter 1402
Posts: 3,472
Join Date: Jul 2010
Location: Pennsylvania
Quote:
Originally Posted by Wishmaster2 View Post
Where can I find the "/recovers/command" file?
It's not in here -- 1.0.1 is a 100% vanilla ROM from Viewsonic so I did not touch it. Viewsonic even calls it 1.0.1.

For the command file, you can grab that in the homebrew 1.0.0 version.
Android devices: ASUS Transformer, Notion Ink Adam, Cowon D3
 
case-sensitive
Old
(Last edited by case-sensitive; 24th November 2010 at 08:54 PM.)
#9  
Senior Member
Thanks Meter 18
Posts: 226
Join Date: Nov 2010
I've flashed my g-tab back to TnT stock dated 11/22. Question: is it possible to get it back to the PRE-updated TnT stock? -- i.e. v.1.0.0 of roebeet's homebrew firmware?

It's a very long story, but I might need to return the g-tab and I need to get it back to the absolute original shape... MANY THANKS!

EDIT: I did tried the flash 1.0.0 on top of 1.0.1 but (not too surprisingly perhaps) nothing happens. I was able to get back to 1.0.1 from TnT Lite 2.0 so I believe I used the correct method.
 
roebeet
Old
#10  
roebeet's Avatar
Senior Member - OP
Thanks Meter 1402
Posts: 3,472
Join Date: Jul 2010
Location: Pennsylvania
Quote:
Originally Posted by case-sensitive View Post
I've flashed my g-tab back to TnT stock dated 11/22. Question: is it possible to get it back to the PRE-updated TnT stock? -- i.e. v.1.0.0 of roebeet's homebrew firmware?

It's a very long story, but I might need to return the g-tab and I need to get it back to the absolute original shape... MANY THANKS!
Tmk, Viewsonic has never supplied a 1.0.0 of their own (technically they never supplied a 1.0.1 either, but we managed to grab it). Why not return it with 1.0.1? That's what I did with my 2nd device - you'll be doing the next owner a favor.
Android devices: ASUS Transformer, Notion Ink Adam, Cowon D3

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...