View Full Version : Hey got a few questions
lgevo
5th November 2009, 01:11 AM
Hey everyone
I was wondering if there is a site like ( http://www.androidonhtc.com/ ) I knw it says vogue but theres no build there. I dont get if there is a data base for all the builds u guys make but i been looking here and am really not sure what build to try or where to get all files from.
If i am being a damn noob just point it out and give me a link to all the files i need for the best ion build or this beast ( http://www.youtube.com/watch?v=wbIytfDUBqM ) and yes i did search but all i see is u might need this rom or this image and i am just lost. like ( http://forum.xda-developers.com/showthread.php?t=544906) i read it it says all these new sweet builds but i dont see links. Where do i get all the base files from and the specific things to get these builds working sorry if i am being a noob but i wanna try android :(
mssmison
5th November 2009, 01:23 AM
read and find :)
http://code.google.com/p/vogue-android/downloads/list
lgevo
5th November 2009, 01:46 AM
woww lollll seems so simple now so i just scoop up a darn system image and i am good to go correct :D.. is haret already in the base files?
jamezelle
5th November 2009, 01:47 AM
and http://code.google.com/p/vogue-hero/
yea what mssmison said:p
google is your friend, make it your bit**
lgevo
5th November 2009, 02:45 AM
Hey i got a question then i see there are 3 diff default.txt which one do i use? I am trying the jesture blur system
jamezelle
5th November 2009, 03:05 AM
Hey i got a question then i see there are 3 diff default.txt which one do i use? I am trying the jesture blur system
hey man check this out http://vogue-hero.googlecode.com/files/%21%21%21HOW%20TO%20for%20ANDROID%21%21%21
lgevo
5th November 2009, 03:20 AM
thanks jamezelle do i have to put anything in front of mddi.width=320 mddi.height=480 lcd.density=160 or do i just paste it in the end of the default.txt. if i seen how ppl arranged there's this would be simple I keep getting unknown keyword middi or other unknown words when i add lines unknown board basically everything i read that i attempt to put in i put in wrong because it says to do this and i learn visually its hard for me to read this and get where to put the stuff
I got mine looking like
(
set RAMSIZE 0x08000000
set MTYPE 1667
mddi.width=320
mddi.height=480
lcd.density=160
board-htcvogue.panel_type=2
set KERNEL zImage
set initrd initrd.gz
#
#
)
whats with the ppp.username do i have to put that in? is there premade sprint default.txt? cause that what it said in the how to for android.
TheKartus
5th November 2009, 03:27 AM
Hey i got a question then i see there are 3 diff default.txt which one do i use? I am trying the jesture blur system
I suggest trying to run an Ion build as your first build. That way you can see the real speed and usability we have. The hero builds are cool, but IMO too slow for actual use although some people disagree.
jamezelle
5th November 2009, 04:01 AM
thanks jamezelle do i have to put anything in front of mddi.width=320 mddi.height=480 lcd.density=160 or do i just paste it in the end of the default.txt. if i seen how ppl arranged there's this would be simple I keep getting unknown keyword middi or other unknown words when i add lines unknown board basically everything i read that i attempt to put in i put in wrong because it says to do this and i learn visually its hard for me to read this and get where to put the stuff
I got mine looking like
(
set RAMSIZE 0x08000000
set MTYPE 1667
mddi.width=320
mddi.height=480
lcd.density=160
board-htcvogue.panel_type=2
set KERNEL zImage
set initrd initrd.gz
#
#
)
whats with the ppp.username do i have to put that in? is there premade sprint
default.txt? cause that what it said in the how to for android.
you shouldnt have to mess with ppp.username and ppp.password and board-htcvogue.panel_type=2 should be fine since you say you see the htc screen right?
you should be good to go
lgevo
5th November 2009, 04:10 AM
the screen went with so i tried 2 but now it still gose white so i am gona try 3
lgevo
5th November 2009, 04:16 AM
i still get unknown keywords mddi, mddi, lcd, board, and the. I must have something wrong this happens when i hit run in haret
clockworx
5th November 2009, 04:27 AM
i still get unknown keywords mddi, mddi, lcd, board, and the. I must have something wrong this happens when i hit run in haret
You're doing it wrong, you should be editing what is already there, not adding new stuff.
Find the appropriate stuff in the file that is already there, and change it to what you need. You completely messed up your default.txt, so I would start with an untouched copy, and then edit it, changing only what is needed.
lgevo
5th November 2009, 04:47 AM
ok so i should add it to the mess of stuff at the bottom? this
(
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 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
# ril.smsfix - Bell SMS works better with this set to 1
# lcd.density - Defaults to 160, 128 shows more on screen, you'll want to adjust the mddi width and height too
# 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.username=mobile@jamamobile ppp.password=telecom mddi.width=320 mddi.height=428 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=3 no_console_suspend"
boot
)
jamezelle
5th November 2009, 05:58 AM
ok so i should add it to the mess of stuff at the bottom? this
(
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 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
# ril.smsfix - Bell SMS works better with this set to 1
# lcd.density - Defaults to 160, 128 shows more on screen, you'll want to adjust the mddi width and height too
# 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.username=mobile@jamamobile ppp.password=telecom mddi.width=320 mddi.height=428 msm_sdcc.msmsdcc_fmax=32000000 pm.sleep_mode=0 board-htcvogue.panel_type=3 no_console_suspend"
boot
)
set cmdline "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=3 no_console_suspend"
boot
lgevo
5th November 2009, 06:04 AM
thanks for all the help i just realized why it seemed so difficult because my text editor was not putting each thing on there own line so it looked like a HUGE jumbled mess and then when i pasted it in the quick reply i realized that it wasnt seperated right in the txt but in these replies it worked perfect anyway thanks alot everyone! if anyone can gimmie tips on what settings they used for a sprint vogue because now at least it get to the linux part but i can get into it yet but i will keep trying i am so pumped to try android!
lgevo
5th November 2009, 07:21 AM
Hey ok i am gettin the "could not find superblock blah blah blah... i was reading about partitioning the sdcard to fix this is this really a must?
lgevo
5th November 2009, 10:34 PM
ahah sry everyone for being a damn noob I forgot to name the systemsdfsdfd.img to just system.img ahaha omg thanks alot to all the devs and just everyone that helped me :( sry for being a noob
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.