• 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. Time Author
fc73aeb 2016-09-30 11:50:19 Chih-Wei Huang

1-install: check which grub should be installed

Originally we ask whether to install both legacy grub and efi grub.
This may confuse the users.

The patch checks if the device is EFI enabled and ask to install
the appropriate grub only.

7deb1f9 2016-09-30 11:09:10 Chih-Wei Huang

1-install: strip iso-scan/filename=* in cmdline

dfbc6dc 2016-09-14 15:20:55 Chih-Wei Huang

1-install: add 6.0-r1 to the upgrade list

2cac131 android-x86-6.0-r1 2016-09-09 18:15:16 Chih-Wei Huang

isolinux.cfg: let the user choose VESA mode

The user should choose 1024x768 32-bit which is the best mode
for software rendering. However, it is non-standard so we are
unable to hardcode the mode number.

b737b5a 2016-08-26 23:25:09 Chih-Wei Huang

1-install: add 6.0-rc2 to the upgrade list

7f9d53e 2016-08-14 14:00:46 Chih-Wei Huang

0-auto-detect: disable modules auto loading

Now we use ueventd to load modules. It more cleaner and reliable.
If you'd like to keep using the original modules auto loading,
add AUTO_LOAD=old to the kernel cmdline.

9342b19 2016-08-11 20:31:14 Chih-Wei Huang

Add otion noatime to improve performance

This option avoids unnecessary writing on the file system.
It's suggested by Majian.

bcf40ec 2016-07-22 01:04:37 Chih-Wei Huang

1-install: deprecate installing to a whole disk

If choose a whole disk to install, it causes problems to
install the bootloader.

a34ea4c 2016-07-22 00:22:32 Chih-Wei Huang

0-auto-detect: keep module loading order as before

Commit bdf2b690 uses 'sort -u' which changes module loading order.
It causes some issues. For example, on a device with two graphic
cards, the driver of the discrete graphic card may be loaded first
that causes black screen issue.

Use the simple awk script to remove duplicate items but keep the
order unchanged.

80dca51 2016-06-27 18:12:02 Chih-Wei Huang

1-install: add 6.0-rc1 to the upgrade list

595899f 2016-06-27 18:10:20 Ma Jian

init: fix localtime_r not work in /init

There is no ANDROID_ROOT environment variable set in /init so that
localtime_r doesn't work because it cannot find the correct tzdata
file under /system.

NO_REF_TASK
Tested:
1) make sure persist.rtc_local_time is 1
2) make sure sysclktz 1 in init.rc
3) set local time in android and reboot to bios, bios should have
local time
4) reboot back to android, the system time should be correct in
local time (even network time sync is not available)

Change-Id: I762b8d9a8923e4a4bf58fcafe347b2708a1c8736

1da9387 2016-06-07 13:58:50 Chih-Wei Huang

1-install: remove formatting to ext2/3

The ext2/3 filesystem causes issue on Android 6.0.
Do not support them now.

0050180 2016-06-07 13:40:24 Chih-Wei Huang

1-install: convert ext2/3 to ext4 by request

When upgrade from an older version using ext2/3 filesystem,
the installer will ask if the user wants to convert it to ext4.

9aea8a8 2016-06-02 14:45:29 Chih-Wei Huang

isolinux.cfg: change VESA mode to be 32-bit

716038a 2016-06-01 00:00:02 Chih-Wei Huang

Android.mk: use AOSP's mksquashfs

Build mksquashfs from the source of AOSP.

cdf892b 2016-05-30 19:45:17 Li Xin

Add Mac keyboard driver for installer

c6036fb 2016-05-06 23:43:39 Chih-Wei Huang

isolinux.cfg: disable llvmpipe software renderer in VESA mode

bdf2b69 2016-03-03 18:51:50 Qin Shaohui

0-auto-detect: use MODALIAS in uevent to detect modules

This method can detect more modules than before.

309831f 2016-03-02 22:49:31 Chih-Wei Huang

1-install: add more to the upgrade list

bbd56c3 2016-02-06 15:04:34 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into marshmallow-x86

Conflicts:
initrd/scripts/0-auto-detect

2796e61 kitkat-x86 2016-02-05 17:58:23 Chih-Wei Huang

Android.mk: refine the rules to build iso_img

The original rules may fail at some situations.

Reported-by: Jaroslav Penaska <j.penaska@gmail.com>

4ea1783 2016-02-01 16:12:49 Luke

check efi partition can mount before installing grub2

1305b97 2016-02-01 16:12:44 Luke

Search for efi partition

95d633f 2016-02-01 15:58:51 Chih-Wei Huang

1-install: add 4.4-r4 to the upgrade list

ce42dd0 2016-01-24 00:01:36 Chih-Wei Huang

0-auto-detect: a hack to avoid loading brcmfmac

The driver brcmfmac usually doesn't work if loaded by the
auto_detect function. Skip the driver and let it be loaded
by Android ueventd.

8473273 2016-01-23 21:13:44 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into marshmallow-x86

13676d9 2016-01-23 20:44:05 Chih-Wei Huang

Android.mk: fix an error to build efi_img

d892b21 2016-01-19 02:08:54 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into marshmallow-x86

1c46f20 2016-01-19 02:03:00 Chih-Wei Huang

1-install: remove the 2047MB limitation of data.img

This is an old limitation that is not needed now.

fad9b7e 2016-01-18 04:03:33 Chih-Wei Huang

Merge remote-tracking branch 'x86/kitkat-x86' into marshmallow-x86

Conflicts:
boot/boot/grub/grub.cfg
initrd/scripts/0-auto-detect
install/scripts/1-install