I made this bootanimation that I am currently using on my gtab. All the image credit goes to the androiddevelopers youtube video previewing the honeycomb 3.0 features, I simply compiled it into a bootanimation sequence. 
preview link
http://www.mediafire.com/?mnoqeqhi2kjs434
bootanimation link
http://www.mediafire.com/?320ld8swb0o3dc0
I renamed the original bootanimation.zip file to oldbootanimation.zip in root explorer first.
to add this to the gtab I used adb to push it to the /logodata/ folder under root
command
(file is in the adb folder)
adb devices ### to make sure the gtab is connected ###
adb push bootanimation.zip /logodata/
adb kill-server ### after file is transfered to safely disconnect the gtab ###
disconnect thegtab
reboot the gtab.
preview link
http://www.mediafire.com/?mnoqeqhi2kjs434
bootanimation link
http://www.mediafire.com/?320ld8swb0o3dc0
I renamed the original bootanimation.zip file to oldbootanimation.zip in root explorer first.
to add this to the gtab I used adb to push it to the /logodata/ folder under root
command
(file is in the adb folder)
adb devices ### to make sure the gtab is connected ###
adb push bootanimation.zip /logodata/
adb kill-server ### after file is transfered to safely disconnect the gtab ###
disconnect thegtab
reboot the gtab.
Last edited: