Bypassing registration on a Mac - Android Community Forums
Register Members List Social Groups Calendar Search Today's Posts Mark Forums Read


Go Back   Android Community Forums > Android Discussions > Android-powered Hardware discussions > HTC Handsets


HTC Handsets All HTC Handset - G1, My Touch 3G/Magic, Hero

Reply
 
Thread Tools Display Modes
  #1  
Old 07-04-2009, 07:19 AM
jaydeejj's Avatar
jaydeejj jaydeejj is offline
jaydeejj is new to all this...
Smoke signaler
 
Join Date: Jun 2009
Location: Greater Philadelphia Area
Posts: 7
jaydeejj is on a distinguished road
Default Bypassing registration on a Mac

OK! I had to reset my G1 because for some strange reason it kept getting stuck at the android screen.

I don't have a data plan, and I've looked around and I found the thread that tells you haw to get around the registration without it. But one thing said to put something on the SD card and I can't mount the SD card on my Mac because I haven't registered the phone yet.

Also all the commands say PC. I thought by resetting it, I could register over wifi. If is really that much different to root this thing with a mac than it is with a PC?
Reply With Quote
Ads
  #2  
Old 07-04-2009, 09:22 AM
crazythunder's Avatar
crazythunder crazythunder is offline
crazythunder is WTH! THEY TOOK MY AWARD AWAY! SOME THANKS THAT IS. HMPH
Posting is my life!
 
Join Date: Sep 2008
Location: buffalo,ny
Posts: 2,178
crazythunder is on a distinguished road
Send a message via MSN to crazythunder Send a message via Yahoo to crazythunder
Default Re: Bypassing registration on a Mac

you don't have a card reader? what needs to be placed on the sdcard? if you have another phone that takes microsd, you can place the file on it that way.
__________________
ADB\FASTBOOT FOR ROOKIES
http://androidcommunity.com/forums/f...rookies-18124/

HOW TO INSTALL 1.33.2005 SPL (HAYKURO'S SPECIAL SPL) http://androidcommunity.com/forums/f...uctions-20500/
Reply With Quote
  #3  
Old 07-04-2009, 11:06 AM
mari's Avatar
mari mari is offline
mari has no status.
Smoke signaler
 
Join Date: Feb 2009
Location: Brazil
Posts: 19
mari is on a distinguished road
Default Re: Bypassing registration on a Mac

You must have adb installed in your Mac.
Then just connect the G1 cable to your Mac (you don't have to mount it) and run adb.

Follow this part from this link http://forum.xda-developers.com/showthread.php?t=452316

"In an adb shell session, type the following command:

am start -a android.intent.action.MAIN -n com.android.settings/.Settings

This doesn't have to have root access to work. It works fine with the "shell" user that adb on non-modded phones runs as.
That command will bring up the settings page on your phone. From there, you can enable wifi and connect to your wifi network, and then proceed with registration as per normal "

Good luck!
Reply With Quote
  #4  
Old 07-04-2009, 01:01 PM
jaydeejj's Avatar
jaydeejj jaydeejj is offline
jaydeejj is new to all this...
Smoke signaler
 
Join Date: Jun 2009
Location: Greater Philadelphia Area
Posts: 7
jaydeejj is on a distinguished road
Default Re: Bypassing registration on a Mac

Quote:
Originally Posted by mari View Post
You must have adb installed in your Mac.
Then just connect the G1 cable to your Mac (you don't have to mount it) and run adb.

Follow this part from this link http://forum.xda-developers.com/showthread.php?t=452316

"In an adb shell session, type the following command:

am start -a android.intent.action.MAIN -n com.android.settings/.Settings

This doesn't have to have root access to work. It works fine with the "shell" user that adb on non-modded phones runs as.
That command will bring up the settings page on your phone. From there, you can enable wifi and connect to your wifi network, and then proceed with registration as per normal "

Good luck!
Thanks but that's the part I don't get. What is an adb shell session. Their is a file called adb but when I click on it, it opens the terminal. I don't know what to do from there. I can't type anything. I'm lost there.
Reply With Quote
  #5  
Old 07-04-2009, 01:03 PM
jaydeejj's Avatar
jaydeejj jaydeejj is offline
jaydeejj is new to all this...
Smoke signaler
 
Join Date: Jun 2009
Location: Greater Philadelphia Area
Posts: 7
jaydeejj is on a distinguished road
Default Re: Bypassing registration on a Mac

Quote:
You have to connect to your phone with adb shell and get root access, and then type the following command:
sqlite3 /data/data/com.android.providers.settings/databases/settings.db "INSERT INTO system (name, value) VALUES ('device_provisioned', 1);"
The page says to do this but I have zero idea how to connect my phone with adb shell.
Reply With Quote
  #6  
Old 07-04-2009, 01:29 PM
ickyfehmleh's Avatar
ickyfehmleh ickyfehmleh is offline
ickyfehmleh is not going to be done in time for ADC2
Phone junkie!
 
Join Date: Sep 2008
Location: The Boonies of Pinal County, Arizona
Posts: 1,205
ickyfehmleh is on a distinguished road
Default Re: Bypassing registration on a Mac

adb is a command-line utility that interfaces with Android phones.

Open up Terminal.app. Find the "adb" file and drag it into the Terminal.app window, it should produce something like:

"/Applications/android-sdk-mac_x86-1.5_r1/tools/adb"

After "adb", type a space, then "shell". You should now have a shell on your phone -- the prompt will change to simply "$" if you do.

Example:
Code:
howie @ macpro:[~]
10:28:11 (120) /Applications/java/android-sdk-mac_x86-1.5_r1/tools/adb shell
$
__________________
I blame this man for most programming problems.
Reply With Quote
  #7  
Old 07-04-2009, 02:01 PM
jaydeejj's Avatar
jaydeejj jaydeejj is offline
jaydeejj is new to all this...
Smoke signaler
 
Join Date: Jun 2009
Location: Greater Philadelphia Area
Posts: 7
jaydeejj is on a distinguished road
Default Re: Bypassing registration on a Mac

Quote:
Originally Posted by ickyfehmleh View Post
adb is a command-line utility that interfaces with Android phones.

Open up Terminal.app. Find the "adb" file and drag it into the Terminal.app window, it should produce something like:

"/Applications/android-sdk-mac_x86-1.5_r1/tools/adb"

After "adb", type a space, then "shell". You should now have a shell on your phone -- the prompt will change to simply "$" if you do.

Example:
Code:
howie @ macpro:[~]
10:28:11 (120) /Applications/java/android-sdk-mac_x86-1.5_r1/tools/adb shell
$
Thanks for this but I found out why I'm stuck. My terminal won't work it just shows me

login: illegal option -- -
usage: login [-pq] [-h hostname] [username]
login -f [-lpq] [-h hostname] [username [prog [arg ...]]]

[Process completed]

I gotta figure this out before I can do anything else. :/
Reply With Quote
  #8  
Old 07-05-2009, 02:49 PM
ickyfehmleh's Avatar
ickyfehmleh ickyfehmleh is offline
ickyfehmleh is not going to be done in time for ADC2
Phone junkie!
 
Join Date: Sep 2008
Location: The Boonies of Pinal County, Arizona
Posts: 1,205
ickyfehmleh is on a distinguished road
Default Re: Bypassing registration on a Mac

Quote:
Originally Posted by jaydeejj View Post
Thanks for this but I found out why I'm stuck. My terminal won't work it just shows me

login: illegal option -- -
usage: login [-pq] [-h hostname] [username]
login -f [-lpq] [-h hostname] [username [prog [arg ...]]]

[Process completed]

I gotta figure this out before I can do anything else. :/
Open Terminal.app, go to Terminal -> Preferences in the menu. The first tab should be 'Startup'. Look for the second grouping of options, 'shells open with', and select the second option, "command (complete path)". Type in "/bin/bash". Now open up another Terminal window.
__________________
I blame this man for most programming problems.
Reply With Quote
Reply

Bookmarks


Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump

Ads

Similar Threads
Thread Thread Starter Forum Replies Last Post
bypassing the gmail setup page johnr9412 Android-powered Hardware discussions 5 05-15-2009 12:15 AM
Spotify opens up for registration (uk) beabert Off-topics 0 02-10-2009 07:18 PM


All times are GMT -5. The time now is 10:15 PM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Copyright © 2008-2009 Android Community / R3 Media LLC, All Rights Reserved.