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
|