HTC Legend vs. Desire
| Feature / Model | Legend | Desire | D |
| Display | 3.2 AMOLED 320x480 | 3.7 AMOLED 480x800 | :-) |
| Touch | multitouch, capacitive | |
| CPU | 600MHz | 1000MHz | :-) |
| RAM + ROM | 384 + 512 | 512 + 576 | :-| |
| OS | Android 2.1 + sense UI | |
| Storage | uSD (32GB) | |
| Power | 1.3Ah Li-Ion | 1.4Ah Li-Ion | |
| Camera | 5MP AF LED | |
| wireless | 802.11b/g | |
| Bluetooth | 2.1 EDR | |
| GSM | Quad, GPRS, EDGE | |
| 3G | Dual, 7.2/2Mbps | |
| Dimensions | 112x56.3x11.5 | 119x60x11.9 | :-| |
| Weight | 126g | 135g | :-| |
| Radio | FM | |
| Navigation | GPS, compass, accel. | |
| Sensors | proximity, ambient light | |
| Buttons | 4+2+trackball | |
| Audio jack | 3.5mm | |
| USB | micro 2.0 | |
| USB charging | yes | |
| Thethering | USB | |
| Standby time [min] | 440 3G, 490 GSM | 360 3G, 340 GSM | :-( |
| Talk time [h] | 560 3G, 440 GSM | 390 3G, 400 GSM | :-( |
| ActiveSync | yes | |
| | | |
| | | |
| Digitec neu | 529.– | 569.– | |
| Digitec 1a zero25 | 529.– | 529.– | |
| Digitec 2a zero25 | 449.– | 449.– | |
| Sunrise neu | n/a | 698.– | |
| Sunrise 1a zero25 | n/a | 529.– | |
| Sunrise 2a zero25 | n/a | 399.– | |
| Mediamarkt neu | ? | | |
| Mediamarkt 1a zero25 | 549.– | 599.– | |
| Mediamarkt 2a zero25 | 489.– | 499.– | |
| Mobilezone neu | 599.95 | 649.95 | |
| | | |
| | | |
| | | |
| | | |
Links
Appz
Legend ROMs
- rooting
- *CyanogenMod6 (CM6)*
- ROMs
- Related
/etc/hosts
wget -O hosts1.txt http://www.mvps.org/winhelp2002/hosts.txt
wget -O hosts2.txt "http://pgl.yoyo.org/adservers/serverlist.php?showintro=0;hostformat=hosts;mimetype=plaintext"
flip -u hosts1.txt
flip -u hosts2.txt
sed '/^[ \t]*#/d;/^[ \t]*$/d;s/[ \t]*#.*$//;s/\t/ /g;s/ / /g' hosts1.txt > hosts1
sed '/^[ \t]*#/d;/^[ \t]*$/d;s/[ \t]*#.*$//;s/\t/ /g;s/ / /g' hosts2.txt > hosts2
echo "127.0.0.1 localhost" > hosts
cat hosts1 hosts2 | sort | uniq >> hosts
SD ReadAhead
adb reboot recovery
adb shell
mount /system
echo "echo 128 > /sys/devices/virtual/bdi/179:0/read_ahead_kb" > /system/etc/init.d/10_read_ahead
chgrp shell /system/etc/init.d/10_read_ahead
chmod 750 /system/etc/init.d/10_read_ahead
TODO