View Single Post
  #25 (permalink)  
Old 11-21-2008, 05:59 PM
peterm20's Avatar
peterm20
PPCGeeks Regular
Offline
Location: SE Kansas
 
Join Date: May 2008
Posts: 162
Reputation: 185
peterm20 is keeping up the good workpeterm20 is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Android for Mogul

Quote:
Originally Posted by 4 Door Skyline View Post
make sure its on the root of the sd card, and not in a folder, also try reformatting ur sd card if that doesnt work
the only files that have to be in the SD root is data.gz(data.img) and system.gz(system.img). there is a cab installer at http://www.myhtcphone.com/ that worked for me. heres my startup.txt(default.txt if you use the vogue package)

--begin startup.txt
set MTYPE 1463
set KERNEL zImage
# I am testing keyboard on angstrom image
#set initrd angstrom.bin
# This one is Android from Vogue files
set initrd initrd.gz

set cmdline "ppp.username=YOURNAME@sprintpcs.com ppp.password=YOURPASSWORD msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=1 fbcon=rotate:3"

boot

--end startup.txt

i found this on the titan forum at xda
Reply With Quote