Boot Options
From Android on HTC
This page contains the different boot options and parameters you will need to configure your device. Typically, these are part of your default.txt. For more information, see the Installing Android page.
Contents |
[edit] Device Parameters
[edit] MTYPE
This determines the device type for which the kernel will be configured
[edit] Values
- 1463 - Titan
- 1553 - Kaiser
- 1723 - Polaris
- 1805 - Diamond
- 1910 - Raphael (According to [Connect-UTB [1]]the correct value is 2039)
- 2030 - blackstone
- 2293 - Topaz
- 2292 - Rhodium / Touch Pro 2 (rhod400)
- 2182 - Raphael (500)
=== KERNEL === This points to the kernel image that is being booted. === KERNEL === To ukazuje na obraz jádra, který je zaveden. It should match the name of the file in the directory. seeeee Měla by odpovídat názvu souboru v adresáři. Seeeee
[edit] msm_sdcc.msmsdcc_fmax
The maximum frequency (in Hz) used by the SD controller
[edit] pm.sleep_mode
The mode used when the phone is in standby
[edit] Values
- 0 - Power Collapse Suspend
- 1 - Power Collapse - __Provides best power savings__
- 2 - Apps Sleep
- 3 - Slow Clock and Wait for Interrupt (default)
- 4 - Wait for Interrupt
[edit] board-htckaiser.panel_type
Panel type used to power the panel off and on (see also orizontal line issue)
[edit] Values
- 0 - Don't power off the panel
- 1 - Sony
- 2 - Topoly
- 3 - Topoly
[edit] board-htcvogue.panel_type
Panel type used to power the panel off and on
[edit] Values
- 0 - Don't power off the panel
- 1 - Hitachi
- 2 - Topoly
- 3 - Samsung
[edit] lcd.density
Defaults to 160, lcd.density=128 shows more on screen
- Use lcd.density=120 with mddi.height=320 & mddi.width=240
[edit] board-kaiser-keypad.atttilt
Determine keypad type for Fn keys (differs between standard TyTN II and AT&T Tilt models)
[edit] Values
- 0 - TyTN II (Fn + Q = @)
- 1 - AT&T Tilt (Fn + Q = !)
[edit] mddi.width and mddi.height
Set the resolution of Android (will then be stretched/shrunk to fit the native resolution of the device LCD, which carries a performance hit)
[edit] Values
- mddi.width = 240, mddi.height = 320 - native resolution of Kaiser, Vogue, Polaris, and Titan. Image is clear, but many programs won't fit properly on screen. Also for now screen orientation is broken in this resolution.
- Should work with Android 1.6 Donut
- mddi.width = 320, mddi.height = 480 - native resolution of T-Mobile G1. Aspect ratio of image doesn't match aspect ratio of the screen, image distorted. Also image is blurred as in all non-native resolutions.
- mddi.width = 312, mddi.height = 416 - typical compromise between the two resolutions. Negotiates issues of aspect ratio and application formatting compatibility. Some programs still don't fit the screen though.
[edit] Custom resolutions
Both mddi.width and mddi.height must be multiples of 2. To keep native aspect ratio of 3:4 mddi.width and mddi.height must be multiples of 6 and 8 respectively.
[edit] Internet Settings
As long as Internet settings are set correctly in "Settings/Wireless controls/Mobile networks/APNs" Togga will connect and Internet access will work. However, following kernel parameters also need to be provided in order to get automatic connect/reconnect without using Togga.
To find settings for your carrier, visit the carrier network settings page.
[edit] ppp.apn
The APN used to connect to the network (when dialing #777)
[edit] ppp.username
The username used to connect to the network (when dialing #777)
[edit] ppp.password
The password used to connect to the network (when dialing #777)
[edit] ppp.nostart
If ppp.nostart=1, the connection will not automatically connect, and Modem must be used to connect to the Internet.