• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

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

system/corennnnn


RSS
Rev. 日時 作者
bee7110 ics-x86 2013-02-23 21:58:14 Chih-Wei Huang

Correct LOCAL_LDLIBS of adb

adb doesn't really use ncurses-libs, remove it.

Add -ldl for the symbols dlclose, dlerror, dlopen...
introduced from dso_dlfcn.c of libcrypto_static.a.

Change-Id: If1cc23987a9b35ec535bbf8f4e7db141b9f10af7

79d3289 2012-07-11 16:36:30 Vishal Bhoj

toolbox: rmmod: fix module unloading

Replace "-" with "_" in module name. This would keep
rmmod compatible with module-init-tools version of rmmod

Change-Id: I4470d9a98bc2f299acd94859fca4403aee279d2b
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>

7c9836f 2012-07-11 16:36:09 Tanguy Pruvot

toolbox: implement rm -f flag

this prevent compatibility errors in scripts (file "-f" not found)
The force flag will not return an error if the file doesnt exist.

Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>

Change-Id: I3267963284ee247629da5ab299e900c6e4a4ac68

574645c 2012-07-11 16:35:57 Jack Ren

adb: usb_windows: fix adb connection lost issue

Windows adb connection could be lost if the target
side kernel enables the kmemleak.

The root cause is that kmemleak downgrades USB
performance, and lead to Windows adb host application
timeout because usb_write()/usb_read()'s timeout time is
very short. That issue is not reproducible in Linux
host because its usb_write() timeout is 5s and usb_read()
is blocked until return:
usb_write() usb_read()
Linux 5000ms blocked until return
Windows 500+len*8 ms 500+len*8 ms

To fix that issue, extend the Windows adb host usb_write
timeout time to 5 seconds and usb_read() as a blocked routine:
usb_write() usb_read()
Windows 5000ms blocked until return

Change-Id: If54e2b4c396a5a06318c0ee0b3326a00e7661fbc
Signed-off-by: Yu Wang <yu.y.wang@intel.com>
Signed-off-by: Jin Can Zhuang <jin.can.zhuang@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>

61f05b5 2012-07-11 16:33:24 Wu, Hao

adb,fastboot: add USB support for Intel Vendor ID

This patch adds Intel USB Vendor ID into the support
list for adb and fastboot.

Signed-off-by: Wu, Hao <hao.wu@intel.com>
Signed-off-by: Jack Ren <jack.ren@intel.com>

755ec73 2012-07-11 13:55:20 Dianne Hackborn

New user definitions for isolated sandboxes.

Change-Id: I302f89c102bc35dcd70168748e205b41fdbf6576

57b3540 2012-04-29 16:04:55 Chih-Wei Huang

Set correct permission for pppd

The pppd needs setuid root to setup ppp interface.

3566a33 2012-04-05 01:25:59 Chih-Wei Huang

Merge commit 'android-4.0.4_r1.1' into ics-x86

Conflicts:
init/init.c

c2db4ff 2012-03-11 02:07:32 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

4e58088 2012-03-10 12:24:04 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

de64d60 2012-03-09 13:46:16 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

5ebced3 2012-03-08 08:13:39 Chia-chi Yeh

init.rc: update the permission of /data/local.

Bug: 6131945
Change-Id: I3094a471dcfb02b786f47b6778c8fed3726325ec

25d733f 2012-02-23 18:40:13 Chih-Wei Huang

init: remove the workaround to disable hardware gralloc

The workaround changes ro.hardware property that causes
side effect. Move the workaround to libhardware.

0148e60 2012-01-25 06:33:52 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

746f324 2012-01-25 04:18:50 Xavier Ducrohet

Add USB vendor IDs for Quanta, INQ and Sony.

Change-Id: I224e067d9a64e8e9e7afbad0760a4b07f965bf83

2eb08e4 2012-01-20 09:29:45 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

4779e93 2012-01-19 07:30:11 Andrew Hsieh

Add Intel's vendor ID to adb

Change-Id: I81da3ea11bfd44395f6895fe51e477ff1e7fa25b

b8625ab 2012-01-14 09:19:04 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

f134ee3 2012-01-14 04:46:51 Benoit Goby

Merge "HACK: Export androidboot.modelno as ro.boot.modelno -- DO NOT MERGE" into ics-mr1

4a404c1 2012-01-13 07:02:11 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

01c76f5 2012-01-13 06:24:19 Benoit Goby

HACK: Export androidboot.modelno as ro.boot.modelno -- DO NOT MERGE

Export androidboot.modelno command line parameter as ro.boot.modelno
property, so that we can set the USB iProduct string to the correct
value on Stingray.

Bug: 5853250
Change-Id: Idc413f15dc4d9d02027589d1b11bdf50e0a79ccc

cffb062 2012-01-12 09:30:02 The Android Automerger

merge in ics-mr1-release history after reset to ics-mr1

032afc1 2012-01-12 09:16:07 James Dong

Merge "Close a security hole - do not give world readable/writable access to /data/drm" into ics-mr1

07ad9f2 2012-01-12 04:55:45 Xavier Ducrohet

Add USB Vendor ID for Fujitsu and Lumigon.

Change-Id: Icd013b362366815527834cbf54aa4ecac2b7750d

ae42982 2012-01-11 09:19:09 Vladimir Chtchetkine

Cherry-picked from c4f37eed7 in master. Do not merge.

Fix the build.

Conditionally compile code that is intended to run inside the emulator only.

Change-Id: Ie82e415b2ff52395616f85871dddb38e65b0ed55

7415965 2012-01-11 09:03:17 Vladimir Chtchetkine

Cherry-picked from c13daef7b on master. Do not merge.

Use QEMU pipe for ADB communication when running in emulator.

Change-Id: I7934b6272c2a9825d244ce76ff65dbce6e54ebff

09cdc0e 2012-01-07 08:20:20 James Dong

Close a security hole - do not give world readable/writable access to /data/drm

o related-to-bug: 5834297

Change-Id: I8e459610b4f69999be37364c2359b2bac82d4a2a

d4b3df1 2012-01-02 04:16:41 Chih-Wei Huang

init: avoid virtual console be set blanked

168ebbd 2011-12-19 15:43:01 Chih-Wei Huang

init: builtins: Add 'setkeycode' command to init.rc parser

The command is used to set an entry into the kernel's scancode-to-keycode map.

Change-Id: If772b3590c08d3696ff9d015f1faf0e75405e262

f97ea29 2011-12-19 15:43:01 Chih-Wei Huang

init: make sure the last parameter to execve is NULL

Extend the buffer to hold one more pointer, and set it is NULL.

Change-Id: I3018d62a1b0d61c0a3f5f2f7ffa12c7ce9ee32c5