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
  #1151 (permalink)  
Old 11-23-2009, 06:01 PM
kiddk1's Avatar
Lurker
Offline
Pocket PC: HTC Touch Vogue 6900
Carrier: sprint
 
Join Date: Dec 2007
Posts: 8
Reputation: 5
kiddk1 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

well putting the files on the sd card did not work for me so i used the cab android install and swapped the initrd and zimage with the updated ones and it worked. My question is how do i improve the screen reslolution, the cab file did not create a default.txt, it did create a startup.txt as follows

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=mobile@jamamobile ppp.password=telecom"
# This is what I use: "msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1"
boot
  #1152 (permalink)  
Old 11-23-2009, 08:34 PM
ali3nfr3ak's Avatar
Halfway to VIP Status
Offline
Pocket PC: Nexus One
Carrier: Telecom NZ
Location: New Zealand
 
Join Date: Dec 2008
Posts: 603
Reputation: 1109
ali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by kiddk1 View Post
well putting the files on the sd card did not work for me so i used the cab android install and swapped the initrd and zimage with the updated ones and it worked. My question is how do i improve the screen reslolution, the cab file did not create a default.txt, it did create a startup.txt as follows

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=mobile@jamamobile ppp.password=telecom"
# This is what I use: "msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1"
boot
this is for HERO build

set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.nostart - Set ppp.nostart=1 to disable starting the ppp connection on boot
# 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 3, use 0 for best power savings
# board-htcvogue.panel_type - Panel type used to power the panel off and on
# 1=Hitachi 2=Topoly 3=Samsung
# clock-7x00.mddi - MDDI clock (try 0xa51 or 0xe2c)
# clock-7x00.ahb_div - Advanced Host Bus divider, default is 4
# 2 is faster but uses more power
# clock-7x00.a11 - ARM11 clock speed in MHz, best to leave this alone
# lcd.density - Defaults to 160, 128 shows more on screen
# vogue-ts.XMIN - xmin value for the touchscreen calibration. Also YMIN, XMAX, YMAX, PMIN, PMAX.
#
# Probably the only one of these you will need to change is the panel type, NZ Vogues seem to all have type 1
# US Sprint vogues usually have type 2 or 3 I think.
# Make sure you add these between the quotes on the following line and that your editor hasn't split the line up.
set cmdline "ppp.nostart=0 ppp.username=mobile@jamamobile ppp.password=telecom mddi.width=320 mddi.height=480 lcd.density=160 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1 no_console_suspend"
boot

this is for Donut/tatto

set RAMSIZE 0x08000000
set MTYPE 1667
set KERNEL zImage
set initrd initrd.gz
#
# The following kernel parameters are useful
# ppp.nostart - Set ppp.nostart=1 to disable starting the ppp connection on boot
# 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 3, use 0 for best power savings
# board-htcvogue.panel_type - Panel type used to power the panel off and on
# 1=Hitachi 2=Topoly 3=Samsung
# clock-7x00.mddi - MDDI clock (try 0xa51 or 0xe2c)
# clock-7x00.ahb_div - Advanced Host Bus divider, default is 4
# 2 is faster but uses more power
# clock-7x00.a11 - ARM11 clock speed in MHz, best to leave this alone
# lcd.density - Defaults to 160, 128 shows more on screen
# vogue-ts.XMIN - xmin value for the touchscreen calibration. Also YMIN, XMAX, YMAX, PMIN, PMAX.
#
# Probably the only one of these you will need to change is the panel type, NZ Vogues seem to all have type 1
# US Sprint vogues usually have type 2 or 3 I think.
# Make sure you add these between the quotes on the following line and that your editor hasn't split the line up.
set cmdline "ppp.nostart=0 ppp.username=mobile@jamamobile ppp.password=telecom mddi.width=240 mddi.height=320 lcd.density=120 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1 no_console_suspend"
boot
__________________



  #1153 (permalink)  
Old 11-23-2009, 10:23 PM
kiddk1's Avatar
Lurker
Offline
Pocket PC: HTC Touch Vogue 6900
Carrier: sprint
 
Join Date: Dec 2007
Posts: 8
Reputation: 5
kiddk1 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

thanks, will try it out.
  #1154 (permalink)  
Old 11-24-2009, 03:44 PM
urgodfather's Avatar
N00b
Offline
Pocket PC: Hero, Diamond, TP2, Vogue (sold), Apache (sold)
Carrier: Sprint
Location: under ur bed
 
Join Date: May 2008
Posts: 32
Reputation: 5
urgodfather is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

so... exactly which build is best to use? i have seen mixed things about donut, cupcake, tattoo, and sensehero... but its all vague about which one is better. especially since one of the devs. is for both and they comment that they like both.

next question, how would one go about completely omitting the winmo rom and do a complete switch? has this be done? basically im saying can we flash it to the ppc? i mean it is open source.....
  #1155 (permalink)  
Old 11-25-2009, 12:44 AM
ds--'s Avatar
Lurker
Offline
Pocket PC: htc vogue
Carrier: verizon
 
Join Date: Aug 2008
Posts: 6
Reputation: 0
ds-- is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

has anyone gotten the android build on xv6900 to work with ms exchange?
  #1156 (permalink)  
Old 11-25-2009, 04:40 AM
ss0mohit's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC xv6900
Carrier: Verizon
Location: Cali :)
 
Join Date: Oct 2009
Posts: 160
Reputation: 80
ss0mohit is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

no. in case if you need to back up data and exchange contacts. there's been a way.
http://forum.ppcgeeks.com/showthread.php?t=94504

creds to giggles312
  #1157 (permalink)  
Old 11-26-2009, 02:35 AM
mfpreach's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch
Carrier: Bell
 
Join Date: Feb 2008
Posts: 66
Reputation: 6
mfpreach is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by urgodfather View Post
so... exactly which build is best to use? i have seen mixed things about donut, cupcake, tattoo, and sensehero... but its all vague about which one is better. especially since one of the devs. is for both and they comment that they like both.

next question, how would one go about completely omitting the winmo rom and do a complete switch? has this be done? basically im saying can we flash it to the ppc? i mean it is open source.....
Use 1.5 Ion , it is extremly fast, has gps and bluetooth and is very stable.
Hero is molasses, even the new ones they say are fast. Donut is fine but no GPS and not necessarily much diff from 1.5.
  #1158 (permalink)  
Old 11-26-2009, 10:08 AM
kiddk1's Avatar
Lurker
Offline
Pocket PC: HTC Touch Vogue 6900
Carrier: sprint
 
Join Date: Dec 2007
Posts: 8
Reputation: 5
kiddk1 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

can you link me to 1.5 ion?
  #1159 (permalink)  
Old 11-26-2009, 09:38 PM
ss0mohit's Avatar
PPCGeeks Regular
Offline
Pocket PC: HTC xv6900
Carrier: Verizon
Location: Cali :)
 
Join Date: Oct 2009
Posts: 160
Reputation: 80
ss0mohit is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

how would you exactly switch?
my android platform works perfectly, if not faster than wm. but i have the ion build. i have everything saved in the user.conf folder.
  #1160 (permalink)  
Old 11-26-2009, 09:53 PM
ali3nfr3ak's Avatar
Halfway to VIP Status
Offline
Pocket PC: Nexus One
Carrier: Telecom NZ
Location: New Zealand
 
Join Date: Dec 2008
Posts: 603
Reputation: 1109
ali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on repali3nfr3ak is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android For The Vogue Is Here!!!

Quote:
Originally Posted by kiddk1 View Post
can you link me to 1.5 ion?
http://search.4shared.com/network/se...lue=10&start=0
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:30 AM.


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