PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue
Register Community Search

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #681 (permalink)  
Old 01-30-2009, 07:10 PM
Harveystyles's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch, HTC Hero
Carrier: Sprint PCS
Location: Smyrna, TN
 
Join Date: May 2008
Posts: 129
Reputation: 115
Harveystyles is keeping up the good workHarveystyles is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to Harveystyles
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by calvinko View Post
I have a Sprint Touch, the older Android version works for me but after I upgraded, it doesn't work. I tried to change the user name on default.txt but I am not sure which part I need to change. Can anyone give me some help.. Thankx
"set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.username - The username used to connect to the network when dialing #777
# ppp.password - The password used to connect to the network when dialing #777
#"

'ppp.username' - needs to be replaced with your accounts username
'ppp.password' - needs to be cleared, and left blank, from what I understand, this part will fill itself in.
__________________
~harveystyles~
Sprint HTC Hero
Rooted with Apps2SD
Fresh 1.1 Rom
  #682 (permalink)  
Old 01-31-2009, 04:03 AM
rockrerun's Avatar
Lurker
Offline
Pocket PC: Epic 4G
Carrier: Sprint
 
Join Date: Jul 2007
Posts: 14
Reputation: 25
rockrerun is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

First, if you're using windoze, be sure to open default.txt with WORDPAD (not notepad). After you open it in wordpad, you'll see something similar to what Harveystyles posted above. Any of the lines that start with a # symbol will not be run, that is just there to help people editing the file. Near the bottom you'll see something like this:

set cmdline "ppp.username=mobile@jamamobile ppp.password=telecom"

replace that line with something like this: (be sure to add your own username in place of the stars)

set cmdline "ppp.username=*******@sprintpcs.com msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=0"

The above code is what I am currently using on sprint and it works great (after you run togga of course!)

If you don't know your sprint username, you can find it by pressing ##3282#

Hope this helps some people!


edit: BTW, www.andappstore.com is a good place to get lots of .apk programs (not sure if somebody mentioned it yet or not)
edit 2: Glad you got it working Harvey! I guess it varies by phone? Mine didn't work until I put in that exact line above.

Last edited by rockrerun; 02-02-2009 at 05:16 AM.
This post has been thanked 1 times.
  #683 (permalink)  
Old 02-02-2009, 02:45 AM
Harveystyles's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch, HTC Hero
Carrier: Sprint PCS
Location: Smyrna, TN
 
Join Date: May 2008
Posts: 129
Reputation: 115
Harveystyles is keeping up the good workHarveystyles is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to Harveystyles
Re: Android For The Vogue Is Here!!!

Well, ironically, what I changed was exactly what I wrote, and what you wrote was the exact same thing, except the # symbols, and mine has worked flawlessly since then, and I'm on Sprint too.
  #684 (permalink)  
Old 02-06-2009, 01:51 AM
RamonTomzer's Avatar
Lurker
Offline
Pocket PC: Iphone
Carrier: AT&T
 
Join Date: Feb 2008
Posts: 18
Reputation: 25
RamonTomzer is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

sorry if this is in the wrong spot, wasnt sure where to post this but here goes...

i can get android to run and phone and sms work, but for the life of me i can not get the data connection to work!!! i have installed using the cab so i understand that i need to update my startup.txt file, and i have.

set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.username - The username used to connect to the network when dialing #777
# ppp.password - The password used to connect to the network when dialing #777
# msm_sdcc.msmsdcc_fmax - The maximum frequency (in Hz) used by the SD controller
# pm.sleep_mode - The mode used when the phone is off
# 0=Power Collapse Suspend, 1=Power Collapse, 2=Apps Sleep,
# 3=Slow Clock and Wait for Interrupt 4=Wait for Interrupt
# Default is 0, use 3 if you have an old radio
# board-htcvogue.panel_type - Panel type used to power the panel off and on
# 0=Don't power off the panel (Default)
# 1=Hitachi 2=Topoly 3=Samsung
#
set cmdline "ppp.username=*****@sprintpcs.com"
# This is what I use: "msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1"
boot


that is my exact startup.txt coding except my username instead of the stars...

what am i doing wrong?!

thx in advance!!

Last edited by RamonTomzer; 02-06-2009 at 01:53 AM.
  #685 (permalink)  
Old 02-06-2009, 02:40 AM
Harveystyles's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch, HTC Hero
Carrier: Sprint PCS
Location: Smyrna, TN
 
Join Date: May 2008
Posts: 129
Reputation: 115
Harveystyles is keeping up the good workHarveystyles is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to Harveystyles
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by RamonTomzer View Post
sorry if this is in the wrong spot, wasnt sure where to post this but here goes...

i can get android to run and phone and sms work, but for the life of me i can not get the data connection to work!!! i have installed using the cab so i understand that i need to update my startup.txt file, and i have.

set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.username - The username used to connect to the network when dialing #777
# ppp.password - The password used to connect to the network when dialing #777
# msm_sdcc.msmsdcc_fmax - The maximum frequency (in Hz) used by the SD controller
# pm.sleep_mode - The mode used when the phone is off
# 0=Power Collapse Suspend, 1=Power Collapse, 2=Apps Sleep,
# 3=Slow Clock and Wait for Interrupt 4=Wait for Interrupt
# Default is 0, use 3 if you have an old radio
# board-htcvogue.panel_type - Panel type used to power the panel off and on
# 0=Don't power off the panel (Default)
# 1=Hitachi 2=Topoly 3=Samsung
#
set cmdline "ppp.username=*****@sprintpcs.com"
# This is what I use: "msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1"
boot


that is my exact startup.txt coding except my username instead of the stars...

what am i doing wrong?!

thx in advance!!
ensure your deleting the 'ppp.username' and replacing it with YOUR username, and make sure your running toga after you boot and it should work fine.
  #686 (permalink)  
Old 02-06-2009, 05:13 AM
jim2561's Avatar
Halfway to VIP Status
Offline
Pocket PC: HTC Touch HD (Blackstone)
Carrier: T-Mobile US
Threadstarter
 
Join Date: Nov 2007
Posts: 547
Reputation: 830
jim2561 knows their stuffjim2561 knows their stuffjim2561 knows their stuffjim2561 knows their stuffjim2561 knows their stuffjim2561 knows their stuffjim2561 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by RamonTomzer View Post
sorry if this is in the wrong spot, wasnt sure where to post this but here goes...

i can get android to run and phone and sms work, but for the life of me i can not get the data connection to work!!! i have installed using the cab so i understand that i need to update my startup.txt file, and i have.

set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.username - The username used to connect to the network when dialing #777
# ppp.password - The password used to connect to the network when dialing #777
# msm_sdcc.msmsdcc_fmax - The maximum frequency (in Hz) used by the SD controller
# pm.sleep_mode - The mode used when the phone is off
# 0=Power Collapse Suspend, 1=Power Collapse, 2=Apps Sleep,
# 3=Slow Clock and Wait for Interrupt 4=Wait for Interrupt
# Default is 0, use 3 if you have an old radio
# board-htcvogue.panel_type - Panel type used to power the panel off and on
# 0=Don't power off the panel (Default)
# 1=Hitachi 2=Topoly 3=Samsung
#
set cmdline "ppp.username=*****@sprintpcs.com"
# This is what I use: "msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1"
boot


that is my exact startup.txt coding except my username instead of the stars...

what am i doing wrong?!

thx in advance!!
And you're w/ sprint?

I didn't modify a thing, I booted in, ran togga once, and data worked just like that way easy. Straight fresh off the dl.

Have you tried just not touching anything at all and running togga?
__________________
jim256 = jim2561

Don't forget to donate or say thanks!

Flashing How To for Vogue

Super cheap phones: http://forum.ppcgeeks.com/showthread.php?t=39267

HD or iPhone http://forum.ppcgeeks.com/showthread.php?t=44839

Android on Vogue (by dzo): http://forum.ppcgeeks.com/showthread.php?t=23244

Last edited by jim2561; 02-08-2009 at 08:22 PM.
  #687 (permalink)  
Old 02-06-2009, 09:01 AM
RamonTomzer's Avatar
Lurker
Offline
Pocket PC: Iphone
Carrier: AT&T
 
Join Date: Feb 2008
Posts: 18
Reputation: 25
RamonTomzer is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by jim2561 View Post
And you're w/ sprint?

I didn't modify a thing, I booted in, ran togga once, and data worked just like that way easy. Straight fresh of the dl.

Have you tried just not touching anything at all and running togga?
yea that was the first thing i did... im gonna go back to stock rom, then try to load android again. ill let you guys know how that turns out.
  #688 (permalink)  
Old 02-06-2009, 04:28 PM
RamonTomzer's Avatar
Lurker
Offline
Pocket PC: Iphone
Carrier: AT&T
 
Join Date: Feb 2008
Posts: 18
Reputation: 25
RamonTomzer is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

ok i got it now, i just hard resetted and reinstalled works great now!! thx!
  #689 (permalink)  
Old 02-07-2009, 10:06 PM
rik701's Avatar
Lurker
Offline
Pocket PC: htc touch vogue
Carrier: verizon
Location: nashville
 
Join Date: Sep 2008
Posts: 4
Reputation: 15
rik701 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

i am on verizon what are setting to get internet and phone running on my xv6900? cant seem to find setting for vzw just sprint. thanks in advance
  #690 (permalink)  
Old 02-08-2009, 07:41 PM
Harveystyles's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC Touch, HTC Hero
Carrier: Sprint PCS
Location: Smyrna, TN
 
Join Date: May 2008
Posts: 129
Reputation: 115
Harveystyles is keeping up the good workHarveystyles is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to Harveystyles
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by PoiBoi View Post
DATA WORKING!!!! in the default.txt change the user name i mentioned in my last post to (your ten digit phone number)@vzw3g.com and delete the password boot to android and call *228 hit option 1 and let it program. worked for me. i wrote this in android sorry about any typos i missed
..if you go back about 3 pages, theres a whole slew of posts about how to get the data working on verizon.
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue


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 -4. The time now is 06:18 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com