Go Back   Android Forums > Android Phones > T-Mobile G1 > Support

Support Support forum for the G1.



Reply
 
LinkBack Thread Tools
Old 05-01-2009, 08:11 AM   #1 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 8
 
Device(s):
exmortis is on a distinguished road
Default G1 t-mobile total newbie rooting HELP

i don't know alot about this subject, i have a G1 with firmware 1.1 and rc9 can update to cupcake or htc magic , if so how do it , what would be the benefits of cupcake from the t-mobile software ?? if any please help

exmortis is offline   Reply With Quote
Old 05-01-2009, 10:08 AM   #2 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default Rooting Composite threads

Reasons to Root

Why Root - AndroidWiki


Rooting for UK :
Quote:
Originally Posted by devolio View Post
As I don't have a european device, I can't say for sure, but this thread should get you started on the process :

HOW TO: downgrade, root and upgrade ANY G1/Dream (even Continental European) - xda-developers

I know there's also threads on xda-developers that has the rollbacks for the UK devices.
If you are wanting to do a Magic/Cupcake/ 1.5 Flash then 1.5 Should work for UK as well.
(see below for options)

Quote:
Originally Posted by devolio View Post
Root allows you to modify just about everything, flash new images,

change your boot image, change themes, run ARM debian, and tons more.

This guide goes through installing/downgrading to RC29, getting root, flashing the new recovery.img / test keys, changing the boot loader, and installing JesusFreke's modified RC33 builds.

If you're unsure about why you would want root, or aren't comfortable with flashing or poking around on your device, do not do this.

Update (3/10/09): Switched from RC30 to RC33 instructions, and clarified a few points.

Sources

JesusFreke's modified updates
Registering without a sim or data plan
Modded recovery and boot images
Dream SPLs
RC30 to JFv1.31

more versions Available at NoOneHereYet's WebPage
Cupcake Downloads

And all of the great people over at xda-developers and freenode/#android who make it all happen.
Let's get started.

Also, please note that this will wipe out everything - all of your settings and apps - twice. By installing the RC29 nbh, you lose everything, and likewise moving to RC33 Or Cupcake_1.5.

There's 4 main files you're going to need:

In the following zip file : DREAIMG-RC29.zip is the DREAIMG.nbh you will need ...
Extract it from the zip ... and DO NOT RENAME IT !!!

DREAIMG.nbh
This is the NBH file needed to roll back to RC29 <<< this restores the security hole which allows root access..

recovery_testkeys.img The modified recovery image/test keys.


EngBootloader_v2_NoSigCheck.zip

The engineering bootloader. An update.zip. It's recommended that you
read more about them here before choosing this one.

JFv1.42_RC33
JesusFreke's (latest, at time of writing) modified RC33 update.zip. US version:

... or you might use this one if you Want 1.5 cupcake like the MAGIC
=======================================
This is the MAGIC 1.5 Haykuro Build ...
MAGIC 1.5 Haykuro Build ver 5.0.2G
You will find the MAGIC 1.5 Haykuro Build ver 5.0.2G at the above link...
Link by AF: member noonehereyet
this edit addition by AF Member: justjimjpc
============================================

RC33 Radio update The radio update to apply when moving to RC33.

NOTE:
If you are doing any version based on Cupcake 1.5 then use the following for the Radios Flash file:
http://www.getyourdroidon.com/root/ota-radio-2_22_19_26I.zip

<<<=============================================== =>>>
Once you have all of the files, you're ready to go.


Once again, if you're unsure about why you would want root, or aren't comfortable with flashing or poking around on your device, do not do this.


It's definitely recommended that your phone's battery life remaining be full or near full when you start this, as it can take awhile depending on how quickly you do the steps.


Step 1)

- Format the Micro SD Card to FAT32.
- Copy the DREAIMG.nbh file to the Micro SD Card. (NOT A ZIP FILE)
- With the phone off, hold camera and press power to boot into the bootloader.
- Once the bootloader is loaded, press power to install.
- Press the trackball to continue and press talk+menu+power to reboot.


Step 2)

BEFORE RUNNING THIS STEP: get the APPS TELNET & TERMINAL From the AppMarket

- Copy recovery_testkeys.img onto the Micro SD Card.
- Turn the phone on (if not already)
- Type enter telnetd enter (this starts the server command_
- now go to you apps and start the App Telnet
use the telnet application from the market and connect to localhost
OR
- Telnet into the phone with telnet (telnet ipaddress)

- Run the following as root (from within the Telnet app )

Code:
mount -o rw,remount -t yaffs2 /dev/block/mtdblock3 /system

dd if=/system/bin/sh of=/system/bin/su

chmod 4755 /system/bin/su
And you've created su, a way to switch to the root user easily. Now we need to add the modified recovery test keys. Run the following in telnet again (or as root).

Code:
su

cd /system

cat /sdcard/recovery_testkeys.img > recovery.img

flash_image recovery recovery.img
Now that's finished.

Personally, I prefer to go with the Engineering bootloader, but you can

choose whichever you'd like.

Step 3)

- Rename whichever bootloader package you're going to use to update.zip
- Copy it onto the Micro SD Card.
- Turn off the phone (if not already,)
- Hold home+power to boot into recovery mode
- Alt+L to see the text
- Alt+S to install the bootloader
- When it's done, reboot

And now you've got the bootloader. Last but not least, if you'd like, you can install JesusFreke's RC33 builds that add a lot of extra goodness.

Step 4)

Note: It's recommended elsewhere that you wipe your data (Alt+W in Recovery Mode) before applying this update. Although I don't do this myself, doing so never hurts.

- Rename to update.zip
- Copy it onto the Micro SD Card.
- Turn off the phone (if not already,)
- Hold home+power to boot into recovery mode
- Alt+W to wipe the data, as noted above, if you so choose
.............. note Alt+W will remove all your downloaded apps ....
- Alt+L to see the text
- Alt+S to install the update
- When it's done, reboot (Home & Backkey)... (this is after you get the Recovery Menu the second time)

Step 5)

- Repeat the same process as in Step 4 with the RC33 or Cupcake 1.5 Radio update. This update will restart your phone a few times and display the 'flashing rom' graphic, be patient, as it can take some time. And now you're done.

Easy as pie.
OP by Devolio ...

.... additional info on Step 2:

Quote:
Originally Posted by randel77 View Post
First, I gotta give Devolio a million thanks for helping me to get this working on my phone. I would like to offer a little help to those that might get stuck/confused at the same place(s) that I did.

Step 2)

- Copy recovery_testkeys.img onto the Micro SD Card.
- Turn the phone on (if not already)
- Type enter telnetd enter to start telnet
--- Note some people have found that pressing enter twice then Type telnetd follow by pressing the enter key ...
- Telnet into the phone with telnet (telnet ipaddress)
- Run the following as root (in telnet)

- Type enter telnetd enter to start telnet
(your contacts will come up it, which is ok. hit the enter key then type telnetd and the enter key again).

- Telnet into the phone with telnet (telnet ipaddress)
(at this point you need to download "telnet" from the market. Run the app and hit the "connect to server" button. a bunch of funny symbols will pop along the top of the screen the last one is #

- Run the following as root (in telnet)
(simply type the code exactly like you see it, in the telnet app)


For those running windows 7 (as I am): if the JesusFreke's RC30 build does not install, rename the JesusFreke's RC30 build to update instead of update.zip

As of writing this the latest JesusFreke's RC30 build is JFv1.41 (multi-touch browser).

Heres where to get it Updated 3-3-09 - JFv1.43 for UK RC9 firmware! - xda-developers
.
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.

Last edited by justjimjpc; 07-29-2009 at 08:58 AM. Reason: Update Links Especially for Radio for Magic or any 1.5 Build
justjimjpc is offline   Reply With Quote
Old 05-02-2009, 02:36 PM   #3 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default Update Guide for rooting and Cupcake 1.5

My composite Guide has been Update today (2-May-09) ...
here is post link: http://androidforums.com/updates-cupcakes/5006-g1-t-mobile-total-newbie-help.html#post32119


Changes:

1.) New Radio Link for 1.5 Cupcake Builds.
2.) Link to a great list of Builds and other rooting stuff ... from our good member NoOneHereYet's Webpage ...
3.) Some notes in Steps 4 & 5...

Enjoy.... Rooting your phone
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.

Last edited by justjimjpc; 05-02-2009 at 02:38 PM.
justjimjpc is offline   Reply With Quote
Old 05-02-2009, 04:08 PM   #4 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 8
 
Device(s):
exmortis is on a distinguished road
Default Help step 2

It's all going wrong on step 2

cannot create recovery.img read_only file system

what iam doing
exmortis is offline   Reply With Quote
Old 05-02-2009, 04:48 PM   #5 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by exmortis View Post
It's all going wrong on step 2

cannot create recovery.img read_only file system

what iam doing
Not sure what to tell you just Carefully follow the Steps ... also at the end of the instructions is a post by another "randel77" his steps for #2 might help you out ...
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Old 05-02-2009, 05:07 PM   #6 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 8
 
Device(s):
exmortis is on a distinguished road
Default whats going on

i don't know what iam doing wrong , get to step 2 all ok until i put in the recovery image and then it goes wrong , it's on the sd card tried 2 different ones formatted to fat 32 or fat it just comes back with read only file or can't find it...... through telnet on the phone , iam puting in telnetd and then opening the telnet app on the phone gives me load of charaters ending in ## then i start , ive downgraded the phone from rc9 to rc7 with putting the file NEEDED then deleteing it off the sdcard so the sd is clean with every step ???
exmortis is offline   Reply With Quote
Old 05-02-2009, 05:25 PM   #7 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by exmortis View Post
i don't know what iam doing wrong , get to step 2 all ok until i put in the recovery image and then it goes wrong , it's on the sd card tried 2 different ones formatted to fat 32 or fat it just comes back with read only file or can't find it...... through telnet on the phone , iam puting in telnetd and then opening the telnet app on the phone gives me load of charaters ending in ## then i start , ive downgraded the phone from rc9 to rc7 with putting the file NEEDED then deleteing it off the sdcard so the sd is clean with every step ???
There aren't many people around today ... so give your post sometime ... maybe someone with more expierence than me can help you out ... I am new to rooting as well ...
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Old 05-02-2009, 08:29 PM   #8 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by exmortis View Post
i don't know what iam doing wrong , get to step 2 all ok until i put in the recovery image and then it goes wrong , it's on the sd card tried 2 different ones formatted to fat 32 or fat it just comes back with read only file or can't find it...... through telnet on the phone , iam puting in telnetd and then opening the telnet app on the phone gives me load of charaters ending in ## then i start , ive downgraded the phone from rc9 to rc7 with putting the file NEEDED then deleteing it off the sdcard so the sd is clean with every step ???

Possibly the following link will help you through step 2.

Updating to RC33 - ModMyGPhone Wiki
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Old 05-03-2009, 05:45 AM   #9 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 8
 
Device(s):
exmortis is on a distinguished road
Default Yeah i done at last!!!!!

Thanks all for the help!!
Rooted the phone OK through a UTube video i watched using telnet and terminal emulator

applied the updates and installed the HTC Magic platform for the G1 look great and seems great will keep posted on outcomes

TIP TOP HTC MAGIC
exmortis is offline   Reply With Quote
Old 05-03-2009, 12:35 PM   #10 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by exmortis View Post
Thanks all for the help!!
Rooted the phone OK through a UTube video i watched using telnet and terminal emulator

applied the updates and installed the HTC Magic platform for the G1 look great and seems great will keep posted on outcomes

TIP TOP HTC MAGIC
Congrats And welcome to the world of Root/
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Old 05-20-2009, 05:06 PM   #11 (permalink)
Member
 
Join Date: Dec 2008
Posts: 42
 
Device(s):
walkerx is on a distinguished road
Default

Well I managed to root mine following the instructions here, but i have a question

when rebooting to do the firmware update and press alt+l to get the list it displayed the following

Android system recovery utility using test keys
E:can't open /cache/recovery/command

then listed all the alt options, so I done alt+w then alt+s and it went through the update process and said complete

so rebooted and checked revision which now shows as

Android Dev Phone 1
1.5
dream_devphone_userdebug 1.5

and checking in the apps got loads of stuff I never had before so looks like it worked a treat, but is that error at the beginning an issue or should i just ignore

also do i have to leave all the install files on in the root location

whoops, missed of step 5 so just doing that at the moment

installed JFv1.50_ADP1.5 and the cupcake radio update (what is the radio bit for ?)

thanks

Last edited by walkerx; 05-20-2009 at 05:30 PM.
walkerx is offline   Reply With Quote
Old 05-20-2009, 05:28 PM   #12 (permalink)
Junior Member
 
Join Date: May 2009
Posts: 12
 
Device(s):
x3haloed is on a distinguished road
Default

Somebody correct me if I'm wrong, but I don't think that error is anything to worry about. I think I got the same error message.

Your build is correct, welcome to rooted cupcake!

You can safely delete all of the update.zip files, etc. from your SD card. Just be careful not to delete the files in your phone's root directory.
x3haloed is offline   Reply With Quote
Old 05-20-2009, 11:20 PM   #13 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by walkerx View Post
Well I managed to root mine following the instructions here, but i have a question

when rebooting to do the firmware update and press alt+l to get the list it displayed the following

Android system recovery utility using test keys
E:can't open /cache/recovery/command

then listed all the alt options, so I done alt+w then alt+s and it went through the update process and said complete

so rebooted and checked revision which now shows as

Android Dev Phone 1
1.5
dream_devphone_userdebug 1.5

and checking in the apps got loads of stuff I never had before so looks like it worked a treat, but is that error at the beginning an issue or should i just ignore

also do i have to leave all the install files on in the root location

whoops, missed of step 5 so just doing that at the moment

installed JFv1.50_ADP1.5 and the cupcake radio update (what is the radio bit for ?)

thanks

the radios are what does the various wireless communications phone, gps, data
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Old 09-27-2009, 03:32 PM   #14 (permalink)
Junior Member
 
Join Date: Sep 2009
Posts: 2
 
Device(s):
PoweredByLE5 is on a distinguished road
Default

I was thinking of rooting my phone so I can get the 1.6 update. But I have a question. Since rooting requires erasing EVERYTHING, does that mean any paid apps I have I will have to rebuy?
PoweredByLE5 is offline   Reply With Quote
Old 09-27-2009, 05:15 PM   #15 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by PoweredByLE5 View Post
I was thinking of rooting my phone so I can get the 1.6 update. But I have a question. Since rooting requires erasing EVERYTHING, does that mean any paid apps I have I will have to rebuy?
Paid apps will be available for downloading at no further charge provided you register the phone with the same gmail account you used originally.
__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Old 09-27-2009, 05:40 PM   #16 (permalink)
Junior Member
 
Join Date: Sep 2009
Posts: 2
 
Device(s):
PoweredByLE5 is on a distinguished road
Default

Awesome! Thank you.
PoweredByLE5 is offline   Reply With Quote
Old 12-03-2009, 09:41 AM   #17 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 2
 
Device(s):
Hellsticket is on a distinguished road
Default

hi... last week i just bought HTC Dream in China.. i'm really confuse about the tutorial on how to root my HTC... and i live in china.. and also i still want to keep my keyboard able to write in chinese.. i will give all my information about my phone:

Model number: T-Mobil G1

Firmware version: 1.5

Baseband version: 62.33.20.08H_1.22.14.11

Kernel Version: 2.6.27-00392-g8312baf jesusfreke@AndroidDev)

Build number: kila-user 1.5 CRB21 147201 ota-rel-keys, release-keys

Production team: www.HIAPK.com Ver 2.2 f

so what should i do now???
Hellsticket is offline   Reply With Quote
Old 12-03-2009, 11:56 PM   #18 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 1
 
Device(s):
manolo111 is on a distinguished road
Default

hi all. few days ago, i bought a g1 from shanghai-china.build number is:
killa-user 1.5 crb21 147201 ota-rel-keys,lelease keys
is there any possibility to root it? and how?
thanx
manolo111 is offline   Reply With Quote
Old 12-04-2009, 08:13 AM   #19 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by manolo111 View Post
hi all. few days ago, i bought a g1 from shanghai-china.build number is:
killa-user 1.5 crb21 147201 ota-rel-keys,lelease keys
is there any possibility to root it? and how?
thanx
you can try the procedure in my signature ...

also check out the various resources at :

How to Root your G1 - GetYourDroidOn

__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Old 12-05-2009, 02:34 AM   #20 (permalink)
Junior Member
 
Join Date: Dec 2009
Posts: 2
 
Device(s):
Hellsticket is on a distinguished road
Default

Quote:
Originally Posted by justjimjpc View Post
you can try the procedure in my signature ...

also check out the various resources at :

How to Root your G1 - GetYourDroidOn

will it change the software? will i still be able to use write in chinese????
Hellsticket is offline   Reply With Quote
Old 12-05-2009, 05:38 AM   #21 (permalink)
Contributor
 
Join Date: Nov 2008
Location: Washington DC, USA
Posts: 7,222
 
Device(s): G1(2ea) 1 rooted, MT3G
justjimjpc is on a distinguished road
Default

Quote:
Originally Posted by Hellsticket View Post
will it change the software? will i still be able to use write in chinese????
rooting changes parts of the Operating system software.

I don't know if any particular build will have Chinese as part of the Locale settings ...

__________________
Help Us By: Submitting FAQ's You have answered over and over! I will add them to OUR FAQ LIBRARY. Check out our FAQ's. ... Also Check out our Tag Search.

I am running 2 G1's & a MT3G : 1.) Legit=OTA 1.6 DRC43 // 2.) Rooted G1=CM's 4.2.14.1 (02/01/10)
3.) Recovery 1.4

Link for --> G1 Dream ROOT GUIDE ///// Link for --> UN-ROOT GUIDE
.
justjimjpc is offline   Reply With Quote
Reply

Bookmarks

Tags
root, rooting, rooting composite, rooting update


Go Back   Android Forums > Android Phones > T-Mobile G1 > Support
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:06 AM.
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 RC2
vBulletin Skins by: Relivo Media