xdandroid:rootfs.git
13 years agoOops, add keymap files. Also add IT keymap
HUSSON Pierre-Hugues [Fri, 5 Mar 2010 16:35:14 +0000 (17:35 +0100)]
Oops, add keymap files. Also add IT keymap

13 years agoAdd rhod100_uk, rhod100_fr and rhod100_de keymaps
HUSSON Pierre-Hugues [Thu, 4 Mar 2010 22:24:55 +0000 (23:24 +0100)]
Add rhod100_uk, rhod100_fr and rhod100_de keymaps

13 years agoSearch for nocrc= instead of 0xbd first byte, to know where rhod's wifi nvram is
HUSSON Pierre-Hugues [Thu, 4 Mar 2010 22:20:28 +0000 (23:20 +0100)]
Search for nocrc= instead of 0xbd first byte, to know where rhod's wifi nvram is

13 years agoRemoved init command to add android apn for cdma
makkonen [Mon, 1 Mar 2010 22:26:02 +0000 (16:26 -0600)]
Removed init command to add android apn for cdma

13 years agoSet suid bit on pppd and su. git does not preserve suid.
Bryan Stine [Sun, 28 Feb 2010 23:59:19 +0000 (18:59 -0500)]
Set suid bit on pppd and su. git does not preserve suid.

13 years ago(bzo) Fixed machine type test in init script
makkonen [Sun, 28 Feb 2010 21:48:11 +0000 (15:48 -0600)]
(bzo) Fixed machine type test in init script
  (no longer fails if cpuinfo contains multiple instances of name)

13 years agoChanged 'android-dist' to 'andboot' (as used by the other htc linux port)
makkonen [Sun, 28 Feb 2010 20:53:18 +0000 (14:53 -0600)]
Changed 'android-dist' to 'andboot' (as used by the other htc linux port)

13 years agoSet pppd as setuid
HUSSON Pierre-Hugues [Sun, 28 Feb 2010 18:27:26 +0000 (19:27 +0100)]
Set pppd as setuid

13 years agoAdd support for GSM rhod
HUSSON Pierre-Hugues [Sun, 28 Feb 2010 15:17:43 +0000 (16:17 +0100)]
Add support for GSM rhod

13 years agoDefault android subpath is android-dist instead of android, because of apps creating...
HUSSON Pierre-Hugues [Sun, 28 Feb 2010 14:58:45 +0000 (15:58 +0100)]
Default android subpath is android-dist instead of android, because of apps creating "android" folder. You can override it with rel_path=XXXX arg. It will search the android folder in /sdcard/XXXX

13 years agoMerge branch 'master' of git://gitorious.org/xdandroid-eclair/eclair-rootfs
Bryan Stine [Sun, 28 Feb 2010 00:13:04 +0000 (19:13 -0500)]
Merge branch 'master' of git://gitorious.org/xdandroid-eclair/eclair-rootfs

13 years agoRefactor generate-rootfs.sh to use genext2fs
Bryan Stine [Sun, 28 Feb 2010 00:11:05 +0000 (19:11 -0500)]
Refactor generate-rootfs.sh to use genext2fs

This deprecates distprepare.py (and perms.map). Updated README to reflect that.

13 years agoEnable Broadcom WiFi on Rhodium
Brendan Shanks [Sat, 27 Feb 2010 21:57:44 +0000 (13:57 -0800)]
Enable Broadcom WiFi on Rhodium

This enables WiFi with the bcm4329 driver on Rhodium.
* libhardware_legacy.so: rebuilt to use the bcm4329 module instead of wlan.ko
* rtecdc.bin: firmware file, taken from a Rhodium ROM
* dhcpcd.conf: modified to use eth0
* wpa_supplicant.conf: modified to use eth0
* init: does nvram extraction, adds eth0 in various places

13 years agoAdd hciattach service to enable bluetooth for TI devices (ie. no RHOD yet)
Bryan Stine [Fri, 26 Feb 2010 00:16:18 +0000 (19:16 -0500)]
Add hciattach service to enable bluetooth for TI devices (ie. no RHOD yet)

13 years agoSuppress mount --bind /bin/su errors
makkonen [Tue, 23 Feb 2010 12:34:57 +0000 (06:34 -0600)]
Suppress mount --bind /bin/su errors

13 years agoRemoved complaint about /data/modules already existing
makkonen [Tue, 23 Feb 2010 12:29:50 +0000 (06:29 -0600)]
Removed complaint about /data/modules already existing

13 years agoAdd msm_camera /dev entries
HUSSON Pierre-Hugues [Mon, 22 Feb 2010 12:05:47 +0000 (13:05 +0100)]
Add msm_camera /dev entries

13 years agoUpdate SQLite command to correctly add Android APN for CDMA phones
makkonen [Thu, 18 Feb 2010 06:44:06 +0000 (00:44 -0600)]
Update SQLite command to correctly add Android APN for CDMA phones

13 years agoIncreased size to 15M in generate script
makkonen [Thu, 18 Feb 2010 05:14:20 +0000 (23:14 -0600)]
Increased size to 15M in generate script

13 years agoFixed a few /sdcard vs /sdcard/android discrepancies in init script
makkonen [Tue, 16 Feb 2010 05:54:36 +0000 (23:54 -0600)]
Fixed a few /sdcard vs /sdcard/android discrepancies in init script

13 years agoAdded Dropbear SSH
makkonen [Tue, 16 Feb 2010 05:51:55 +0000 (23:51 -0600)]
Added Dropbear SSH
  (See http://www.cri.ch/sven/doku.php/blog/running-dropbear-on-android for info)

13 years ago(MrPippy) Added CDMA-aware wifi loadit script
makkonen [Tue, 16 Feb 2010 05:31:21 +0000 (23:31 -0600)]
(MrPippy) Added CDMA-aware wifi loadit script

13 years agoSync to XDANDROID 7 Feb - Wifi, HW3D Changes
Bryan D. Stine [Sun, 7 Feb 2010 22:22:53 +0000 (17:22 -0500)]
Sync to XDANDROID 7 Feb - Wifi, HW3D Changes
* Read wifi calibration from device NAND
* Create HW3D device nodes

13 years agoRemove unused/mistaken directories and init~ from perms.map
Bryan D. Stine [Thu, 4 Feb 2010 09:40:02 +0000 (04:40 -0500)]
Remove unused/mistaken directories and init~ from perms.map

13 years agoDon't make keymaps world-writeable. Just in case.
Bryan D. Stine [Thu, 4 Feb 2010 08:03:03 +0000 (03:03 -0500)]
Don't make keymaps world-writeable. Just in case.

13 years agoUpdate perms.map for rhod210 keymaps
Bryan D. Stine [Thu, 4 Feb 2010 07:51:59 +0000 (02:51 -0500)]
Update perms.map for rhod210 keymaps

13 years agobabijoee: 4 Feb 2010 update.
Bryan D. Stine [Thu, 4 Feb 2010 07:29:17 +0000 (02:29 -0500)]
babijoee: 4 Feb 2010 update.

This update adds a rhod210 keymap from adamw. Additionally, the init script has
been changed to more aggressively upscale CPU frequency during activity. This
results in slightly smoother scrolling around the system.

Removed backup init~ and added a gitignore for ~ files.

13 years agoAdd a quick-and-dirty example shell script for building a rootfs.img
Bryan D. Stine [Thu, 4 Feb 2010 02:23:08 +0000 (21:23 -0500)]
Add a quick-and-dirty example shell script for building a rootfs.img

13 years agoAdd some documentation to scripts directory.
Bryan D. Stine [Wed, 3 Feb 2010 22:04:35 +0000 (17:04 -0500)]
Add some documentation to scripts directory.

13 years agoAdd git cleaner script to remove all git files when packaging.
Bryan D. Stine [Wed, 3 Feb 2010 22:00:23 +0000 (17:00 -0500)]
Add git cleaner script to remove all git files when packaging.

Like the other script, use it in the root directory.

13 years agoAdd scripts and permissions map for packagers.
Bryan D. Stine [Wed, 3 Feb 2010 21:54:13 +0000 (16:54 -0500)]
Add scripts and permissions map for packagers.

This script will read the permissions map that has been previously created
from released versions of the rootfs image. It will automatically restore
permissions that have been lost for whatever reason (including git repo
transfers).

Permissions maps can be created with the following (in a loopback-mounted
rootfs.img):

sudo find . -exec stat -c '%a %u %g %n' {} \; >perms.map

The perms.map file should be placed in scripts/ and updated regularly when
new files are added to the image or permissions are changed.

The script must be run in the root directory of the rootfs.

13 years agoInitial import of eclair rootfs image
Bryan D. Stine [Wed, 3 Feb 2010 20:26:34 +0000 (15:26 -0500)]
Initial import of eclair rootfs image