2010年10月9日 星期六

Android Basics and Image Updating

黑客前的必備知識
http://wiki.cheyingwu.tw/Android/Hack-area/Introduction-hacking

工程模式
http://wiki.cheyingwu.tw/Android/Hack-area/Engineering-Bootloader-and-fastboot

各機種進入 Recovery 模式及 Fastboot 模式的方法
http://wiki.cheyingwu.tw/Android/Hack-area/Devices-into-Fastboot-and-Recovery-model

HTC
Dream/T-Mobile G1/Android Dev Phone 1 (ADP1)
* Revocery Model
o Home + Power
* Fastboot
o Camera + Power


Recovery-utility (以「recovery utility」的方法更新系統。)
http://wiki.cheyingwu.tw/Android/Hack-area/Recovery-utility

擷取 Android 手機畫面 - 下載並安裝 Android SDK
http://wiki.cheyingwu.tw/Android/Get-screenshot-on-andrioid
Download the Android SDK
http://developer.android.com/sdk/index.html

ADP1-to-Android-1.1
http://wiki.cheyingwu.tw/Android/Archive/ADP1-to-Android-1.1
Flashing your Android Dev Phone with a Factory System Image
http://developer.htc.com/adp.html



[wiki] Android - Update history
http://en.wikipedia.org/wiki/Android_%28operating_system%29#Update_history


Setting up a Device for Development
http://developer.android.com/guide/developing/device.html#setting-up
If you're developing on Ubuntu Linux, you need to add a rules file that contains a USB configuration for each type of device you want to use for development. Each device manufacturer uses a different vendor ID. The example rules files below show how to add an entry for a single vendor ID (the HTC vendor ID). In order to support more devices, you will need additional lines of the same format that provide a different value for the SYSFS{idVendor} property. For other IDs, see the table of USB Vendor IDs, below.
  1. Log in as root and create this file: /etc/udev/rules.d/51-android.rules.

    For Gusty/Hardy, edit the file to read:
    SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

    For Dapper, edit the file to read:
    SUBSYSTEM=="usb_device", SYSFS{idVendor}=="0bb4", MODE="0666"

  2. Now execute:
    chmod a+r /etc/udev/rules.d/51-android.rules



[wiki] CyanogenMod
http://en.wikipedia.org/wiki/CyanogenMod

CyanogenMod Wiki
http://wiki.cyanogenmod.com/index.php?title=Main_Page

The Rom Bible
http://forum.xda-developers.com/showthread.php?t=668090

[Recovery] [15-May-2010] RA-dream-v1.7.0 (also for the Rogers Dream)
http://forum.xda-developers.com/showthread.php?t=566669


SPL
http://code.google.com/p/android-roms/wiki/SPL

[HOW-TO] Haykuro SPL, Danger SPL, Death SPL FOR DREAM/G1
http://forum.xda-developers.com/showthread.php?t=625886

android-roms: label:SPL
http://code.google.com/p/android-roms/downloads/list?q=label:SPL


[Radio] Radio Image update 2.22.23.02
http://forum.xda-developers.com/showthread.php?t=640535



sapphire-port-dream
This page is for Haykuro's custom ROMS for the G1.
http://code.google.com/p/sapphire-port-dream/

沒有留言: