Go Back   Android Forums > Android Phones > T-Mobile MyTouch Q > MyTouch Q - All Things Root
Gamers - Check out our new sister sites!
Nintendo Wii U!    |    OUYA - $99 Android System!

Like Tree2Likes

test: Reply
 
LinkBack Thread Tools
Old July 6th, 2012, 04:27 AM   #101 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 17
 
Device(s): LG Mytouch Q (C-800), HTC G1
Carrier: Not Provided

Thanks: 2
Thanked 2 Times in 2 Posts
vxbinaca
Default

Does it really work? I have a crippled Q I can test it on. But it really works?

vxbinaca is offline  
Reply With Quote
Sponsors
Old July 6th, 2012, 04:47 AM   #102 (permalink)
Junior Member
 
mudtub's Avatar
 
Join Date: Jul 2012
Location: Midwest
Posts: 34
 
Device(s): LG C800
Carrier: Not Provided

Thanks: 1
Thanked 9 Times in 6 Posts
Send a message via ICQ to mudtub Send a message via Skype™ to mudtub
Default

Quote:
Originally Posted by vxbinaca View Post
Does it really work? I have a crippled Q I can test it on. But it really works?
Crippled? Remove battery, hold down HOME, power on, and you can fastboot no matter what.
From fastboot you can load recovery, system partition, whatever.

Follow the thread, with the exception of fastboot instructions, and holding down HOME to boot.
mudtub is offline  
Reply With Quote
Old July 6th, 2012, 12:01 PM   #103 (permalink)
Junior Member
 
Join Date: Feb 2012
Posts: 17
 
Device(s): LG Mytouch Q (C-800), HTC G1
Carrier: Not Provided

Thanks: 2
Thanked 2 Times in 2 Posts
vxbinaca
Default

Quote:
Originally Posted by mudtub View Post
Crippled? Remove battery, hold down HOME, power on, and you can fastboot no matter what.
From fastboot you can load recovery, system partition, whatever.

Follow the thread, with the exception of fastboot instructions, and holding down HOME to boot.
Does the recovery work?

Don't directly link it it's gone already.
vxbinaca is offline  
Last edited by vxbinaca; July 6th, 2012 at 12:47 PM.
Reply With Quote
Old July 6th, 2012, 01:12 PM   #104 (permalink)
Junior Member
 
mudtub's Avatar
 
Join Date: Jul 2012
Location: Midwest
Posts: 34
 
Device(s): LG C800
Carrier: Not Provided

Thanks: 1
Thanked 9 Times in 6 Posts
Send a message via ICQ to mudtub Send a message via Skype™ to mudtub
Default

Quote:
Originally Posted by vxbinaca View Post
Does the recovery work?



Don't directly link it it's gone already.
It was there for people to test, and chui made a build the same time as I did. Nobody needs it now.

It totally works. Would you like a picture?

If you don't like CWM, I can port any other recovery for you.
mudtub is offline  
Reply With Quote
Old July 6th, 2012, 06:28 PM   #105 (permalink)
New Member
 
Join Date: Mar 2012
Posts: 12
 
Device(s):
Carrier: Not Provided

Thanks: 26
Thanked 2 Times in 2 Posts
Default

Quote:
Originally Posted by mudtub View Post
It was there for people to test, and chui made a build the same time as I did. Nobody needs it now.

It totally works. Would you like a picture?

If you don't like CWM, I can port any other recovery for you.

All of the builds are still available here:

Recovery Builder

mudtub's build is #582

chui101's build is #584

I'm using mudtub's build. It's sort of historic as the first successful c800 cwm build ever. This thread is also sort of historic, since it tells the whole story of what actually happened and gives proper credit to all the people who really did the heavy lifting, and all the people who sacrificed their c800's to make it happen. It should be saved and archived, because it's a good lesson in human nature.
strumcat is offline  
Last edited by strumcat; July 6th, 2012 at 06:41 PM.
Reply With Quote
Old July 6th, 2012, 10:37 PM   #106 (permalink)
Junior Member
 
Join Date: May 2012
Posts: 20
 
Device(s):
Carrier: Not Provided

Thanks: 1
Thanked 2 Times in 2 Posts
Default

i go to flash the recovery that you guys been working on, thanks by the way! so i go to reboot into bootloader it works but i cant get fastboot to work. why is this?

all adb says "waiting on devices".
brettvanpelt is offline  
Reply With Quote
Old July 7th, 2012, 03:36 PM   #107 (permalink)
Junior Member
 
mudtub's Avatar
 
Join Date: Jul 2012
Location: Midwest
Posts: 34
 
Device(s): LG C800
Carrier: Not Provided

Thanks: 1
Thanked 9 Times in 6 Posts
Send a message via ICQ to mudtub Send a message via Skype™ to mudtub
Default

Quote:
Originally Posted by brettvanpelt View Post
i go to flash the recovery that you guys been working on, thanks by the way! so i go to reboot into bootloader it works but i cant get fastboot to work. why is this?

all adb says "waiting on devices".
If you use ADB to look for devices that are in fastboot mode, you won't find anything! Only
Code:
fastboot devices
will return a result.
mudtub is offline  
Reply With Quote
Old July 8th, 2012, 06:40 PM   #108 (permalink)
Junior Member
 
Join Date: Jul 2012
Posts: 21
 
Device(s):
Carrier: Not Provided

Thanks: 5
Thanked 4 Times in 3 Posts
Default

Hey, mudtub, can you walk me through the button boot into fastboot mode? I haven't been able to get it to work.
chui101 is offline  
Reply With Quote
Old July 8th, 2012, 07:17 PM   #109 (permalink)
Junior Member
 
Join Date: May 2012
Posts: 19
 
Device(s):
Carrier: Not Provided

Thanks: 4
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by chui101 View Post
Hey, mudtub, can you walk me through the button boot into fastboot mode? I haven't been able to get it to work.
The way I get into fastboot is plug phone into PC power off and let it reboot into the battery icon and in cmd type adb reboot bootloader
Then when hanging at log screen type fastboot devices.
vtinoc is offline  
Reply With Quote
Old July 11th, 2012, 02:22 PM   #110 (permalink)
Junior Member
 
mudtub's Avatar
 
Join Date: Jul 2012
Location: Midwest
Posts: 34
 
Device(s): LG C800
Carrier: Not Provided

Thanks: 1
Thanked 9 Times in 6 Posts
Send a message via ICQ to mudtub Send a message via Skype™ to mudtub
Default

Quote:
Originally Posted by vtinoc View Post
The way I get into fastboot is plug phone into PC power off and let it reboot into the battery icon and in cmd type adb reboot bootloader
Then when hanging at log screen type fastboot devices.
Remove battery, reinsert battery. Hold down HOME button on physical keyboard, depress power. Connect USB when it hangs at LG logo.
mudtub is offline  
Reply With Quote
Sponsors
Reply
Tags
c800, porting


Go Back   Android Forums > Android Phones > T-Mobile MyTouch Q > MyTouch Q - All Things Root
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 07:43 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.