Go Back   xda-developers > HTC Dream: G1 > G1 Android Development


Reply
 
Thread Tools Search this Thread Display Modes
  #1611  
Old 4th November 2009, 03:59 PM
LucidREM's Avatar
LucidREM LucidREM is offline
Senior Member
 
Join Date: Jan 2009
Location: Baltimore
Posts: 1,396
Question Goldcard?

Quote:
Originally Posted by cybertmfer View Post
Hello everyone,

i am researching root methods for my G1, but i have a question that i am hopping some of you can answer.
this is a austria t-mobile g1 with build version CRB43. To root should i downgrade to the US or to the UK version or other?
thank you
you might need a goldcard for that .. there have been a few discussions about the aussie versions
__________________
"I fear explanations explanatory of things explained."
There are 10 types of people in this world: one who understands binary and one who does not.
__________________
HTC Dream (T-Mobile G1) / HTC Sapphire (T-Mobile myTouch) | TheOfficial DONUT TMO US/EU & AOSP - v2.5.1
TMOv2.5.1_DRC83 | Recovery: RAv1.5.2 | Radio: 2.29.19.26I | 8GB MicroSD
Get ROOT'ed - CR*/DR* | Lucid's "swiss army knife"
Reply With Quote
Sponsored Links

  #1612  
Old 10th November 2009, 12:22 AM
webschooner webschooner is offline
Junior Member
 
Join Date: Apr 2009
Location: Phoenix, Arizona
Posts: 1
Default

I have a rooted G1, and have a question. I had Cyanogen build 4.0.4 on the phone, plus Nandroid backup. I just bought a droid, so the number is ported out and service is discontinued on the G1. I am cleaning up the G1 to get it ready to sell, so I did a factory reset, but because I no longer have service with the phone, I cannot go into About Phone to verify that I still have cyanogen 4.0.4

I believe if I understand this correctly, that I still have the same cyanogen build on the phone as before I did the wipe, but I cannot verify it. Am I correct that the same build will be on there as before the reset? And the Nandroid backup I had on there, that is in the phone memory, and not on the SD card, correct? And if so, then is the Nandroid backup system still there after the reset?

Thanks very much for any assistance.
Reply With Quote

  #1613  
Old 10th November 2009, 02:57 AM
PsychoPomp PsychoPomp is offline
Senior Member
 
Join Date: Nov 2009
Posts: 130
Default

Nandroid is on SD, and I think a factory reset just wipes non essential ROM info.
Reply With Quote

  #1614  
Old 10th November 2009, 05:48 PM
oncidium oncidium is offline
Junior Member
 
Join Date: Nov 2009
Posts: 12
Default

Quote:
Originally Posted by LucidREM View Post
does this help? download this to your sdcard .. then:

# cp /sdcard/audio.conf.txt /system/etc/bluez/audio.conf

I have a rooted phone that quite working with my car bluetooth since the 1.5 update. I tried this but I got the response "cannot create '/system/etc/bluez/audio.conf': Read-only file system Help please?
Reply With Quote

  #1615  
Old 10th November 2009, 05:57 PM
LucidREM's Avatar
LucidREM LucidREM is offline
Senior Member
 
Join Date: Jan 2009
Location: Baltimore
Posts: 1,396
Arrow Read-Only

Quote:
Originally Posted by oncidium View Post
I have a rooted phone that quite working with my car bluetooth since the 1.5 update. I tried this but I got the response "cannot create '/system/etc/bluez/audio.conf': Read-only file system Help please?
you need to make the /system writable first

# mount -o rw,remount /dev/block/mtdblock3 /system
__________________
"I fear explanations explanatory of things explained."
There are 10 types of people in this world: one who understands binary and one who does not.
__________________
HTC Dream (T-Mobile G1) / HTC Sapphire (T-Mobile myTouch) | TheOfficial DONUT TMO US/EU & AOSP - v2.5.1
TMOv2.5.1_DRC83 | Recovery: RAv1.5.2 | Radio: 2.29.19.26I | 8GB MicroSD
Get ROOT'ed - CR*/DR* | Lucid's "swiss army knife"
Reply With Quote

  #1616  
Old 10th November 2009, 11:13 PM
oncidium oncidium is offline
Junior Member
 
Join Date: Nov 2009
Posts: 12
Default

Thanks...I guess I got it to work because I didn't get that error next time I tried. I was using a new terminal program and it looked different to me $ at the beginning instead of ##. Once I put the # in front it seemed to go through.

Still didn't get the bluetooth to work though
Reply With Quote

  #1617  
Old 11th November 2009, 01:51 AM
LucidREM's Avatar
LucidREM LucidREM is offline
Senior Member
 
Join Date: Jan 2009
Location: Baltimore
Posts: 1,396
Arrow Terminal

Quote:
Originally Posted by oncidium View Post
Thanks...I guess I got it to work because I didn't get that error next time I tried. I was using a new terminal program and it looked different to me $ at the beginning instead of ##. Once I put the # in front it seemed to go through.

Still didn't get the bluetooth to work though
not sure .. but the complete command lines:

$ su
# mount -o rw,remount /dev/block/mtdblock3 /system
# cp /sdcard/audio.conf.txt /system/etc/bluez/audio.conf

would complete the intention of the changes in the audio.conf
__________________
"I fear explanations explanatory of things explained."
There are 10 types of people in this world: one who understands binary and one who does not.
__________________
HTC Dream (T-Mobile G1) / HTC Sapphire (T-Mobile myTouch) | TheOfficial DONUT TMO US/EU & AOSP - v2.5.1
TMOv2.5.1_DRC83 | Recovery: RAv1.5.2 | Radio: 2.29.19.26I | 8GB MicroSD
Get ROOT'ed - CR*/DR* | Lucid's "swiss army knife"
Reply With Quote

  #1618  
Old 11th November 2009, 03:53 PM
oncidium oncidium is offline
Junior Member
 
Join Date: Nov 2009
Posts: 12
Default

Quote:
Originally Posted by LucidREM View Post
not sure .. but the complete command lines:

$ su
# mount -o rw,remount /dev/block/mtdblock3 /system
# cp /sdcard/audio.conf.txt /system/etc/bluez/audio.conf

would complete the intention of the changes in the audio.conf
Thanks for that...I left out the su...my old terminal opened right into #

Anyway, I copied the audio.conf file onto the sd card again, and now trying to copy to the /system dir properlyI get the message "cp: cannot stat '/sdcard/audio.conf.txt' : No such file or directory" DOH...be sure to unmount from PC first before trying to copy! Testing BT again now.

Last edited by oncidium; 11th November 2009 at 03:57 PM..
Reply With Quote

  #1619  
Old 11th November 2009, 04:11 PM
oncidium oncidium is offline
Junior Member
 
Join Date: Nov 2009
Posts: 12
Default

ok, copied correctly this time and still no BT.
Reply With Quote

  #1620  
Old 12th November 2009, 08:27 PM
jhall2033 jhall2033 is offline
Junior Member
 
Join Date: Jun 2009
Posts: 3
Default Do I need a data plan to root!

I had a iPhone and loved it.... u guys helped me out a lot with it..U ROCK. But I wanted sonething different and got this G1 off of eBay. I am lost with this one. Do I have to get the data plan to root it? And if so, is there a way to get around that?

{Phone status}
Firmware version : 1.6
Baseband Version : 62.50S.20.17H_2.22.19.26I
Kernel Version : 2.6.29-00479-g3c7df37 android-build@apa26 #19
Build number : DRC83

Thanks for the help!
Reply With Quote

Reply

Tags
cupcake, jf1.5, root, tutorial, upgrade

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

Forum Jump


All times are GMT +1. The time now is 12:18 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.