• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


RSS
Rev. Hora Autor
053fbc6 jb-x86 2014-02-06 16:44:58 Chih-Wei Huang

initrd: mount device under /dev/block/ instead of /dev/

It avoids the data lost issue on poweroff.

bb1bf4f 2013-09-11 15:47:07 Masaki Muranaka

Enable to choice drives for editing partitions.

66bbe05 2013-07-26 02:25:08 Chih-Wei Huang

isolinux.cfg: disable mode setting in VESA

3220e59 2013-07-26 01:03:08 Chih-Wei Huang

initrd: revert back load_uvesafb

The bionic linked v86d doesn't work with new kernel.
Add back the prebuilt v86d until I find a solution.

7b5fb0e 2013-07-26 00:32:28 Chih-Wei Huang

1-install: disallow to install read-write mode on ntfs

It doesn't work with Android 4.3.

454d76b 2013-07-23 11:06:16 Chih-Wei Huang

0-auto-detect: set correct permission for bluetooth nodes

aa13505 2013-07-10 11:02:11 Masaki Muranaka

Add boot menu entires

They will help us to avoid blank screen issue.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.jp>

0939bff 2013-07-10 10:58:06 Chih-Wei Huang

0-auto-detect: do not load bluetooth modules

These modules are not compatible with bluedroid.

65aa464 2013-02-28 15:08:14 Chih-Wei Huang

initrd: remove unnecessary modprobe

Now most drivers are loaded by ueventd or init.sh.

There is still an issue for uvesafb. We must load it before running
ts_calibrate. This should be removed once I find a way to run
ts_calibrate in android init.

16c0ac8 2013-02-28 15:08:14 Chih-Wei Huang

initrd: move dhcpcd services to init.x86.rc

2bcafc5 2013-02-28 15:08:14 Chih-Wei Huang

Android.mk: remove obsolete usb_img rules and files

Now usb_img is an alias of iso_img.

52218dd 2013-02-28 15:07:57 Chih-Wei Huang

initrd: enable different DEBUG levels

* DEBUG=0: log all booting message to /tmp/log in initrd and
start logcat in android, but no debug shell.
* DEBUG=1: except DEBUG=0 behavior, enter debug shell when android
filesystem detected.
* DEBUG=2: except DEBUG=1 behavior, ender debug shell before
chroot to android -- the same behavior as before if
DEBUG is not empty.

60bc303 2013-02-23 23:54:44 Chih-Wei Huang

Android.mk: ensure busybox be built for installer

The installer requires cpio of busybox to work properly.

7fdbbaf 2013-02-23 23:54:37 Chih-Wei Huang

fix fallback to normal boot if installer not available

5ede068 2013-02-23 23:53:28 Chih-Wei Huang

isolinux.cfg: do not set DPI in jb-x86

d415f51 2013-02-23 23:53:09 Chih-Wei Huang

1-install: change default values of some dialogs

* Do you want to install boot loader GRUB? => default no
* Do you want to install /system directory as read-write? => default yes

7f1462f 2013-02-23 23:51:55 Chih-Wei Huang

initrd: move find_network_dev_name after post_detect.

28f6af2 2012-07-10 10:04:01 Chih-Wei Huang

initrd: determine HWACCEL by /proc/fb

Currently only inteldrmfb and radeondrmfb support OpenGL hardware
acceleration. So set HWACCEL according to /proc/fb.

0da9b1d 2012-07-07 16:56:22 Chih-Wei Huang

1-install: remove fake SD card support

This is replaced by the internal storage support.

ff377d7 2012-04-28 02:52:51 Gernot Hillier

initrd: support mounting ROOT filesystem via NFS

Add mount option "nolock" and a remount workaround to support
NFS roots in our limited Busybox environment.

Signed-off-by: Gernot Hillier <gernot.hillier@siemens.com>

9258bc6 2012-04-28 02:52:43 Chih-Wei Huang

1-install: allow to customize grub menu.lst

170d71b 2012-04-28 02:52:30 Chih-Wei Huang

Android.mk: show the iso path on building successfully

f5bf80c 2012-02-08 18:53:46 Chih-Wei Huang

initrd: delay the stage of setup_dpi

Move setup_dpi after detect_hardware so that a target can customize dpi
based on the detection result.

0b1488f honeycomb-x86 2012-01-09 14:55:51 Chih-Wei Huang

3-tslib: fix incorrect chown

The incorrect chown results in several issues like wifi cannot be turned on.

2050ccf 2012-01-02 00:52:40 Chih-Wei Huang

1-install: do not create hdpi boot item

Since honeycomb-x86 we don't use hdpi anymore.

753f1c6 2011-12-19 00:26:40 Silvere Lestang

Make iso file hybrid so they can be used on a usb stick

cfd6993 2011-11-28 12:54:36 Chih-Wei Huang

isolinux.cfg: update for ics-x86

Most tablets/netbooks should use mdpi now.

54fdaea 2011-09-09 17:54:13 Chih-Wei Huang

init: update for honeycomb-x86

6c41f64 gingerbread-x86 2011-09-09 17:52:16 Chih-Wei Huang

init: allow to specify the android partition by ROOT

e1651d1 2011-09-02 16:46:14 Chih-Wei Huang

init: avoid kernel panic by ensuring system/bin/ln is executable