Re: [android-porting] /system/xbin/ file permission

2012-12-13 Thread Matthias Kaehlcke
the filesystem as writable: mount -o remount,rw /system upon the next boot the filesystem will be read only again best regards -- Matthias Kaehlcke Embedded Linux Developer Amsterdam They that can give up essential liberty to obtain a little temporary safety deserve neither

Re: [android-porting] running a script from init.rc

2012-04-29 Thread Matthias Kaehlcke
if the service is executed you could make it create a file. also remove the dot before the script name, it will probably work but you shouldn't rely on init having / as working directory. and uncomment the oneshot attribute, otherwise your script will be executed continuously regards -- Matthias Kaehlcke

[android-porting] Re: [rowboat] Re: Android 4.0.3 ICS release for Beaglebone, Beagleboard etc.

2012-04-20 Thread Matthias Kaehlcke
://www.facebook.com/arowboat.org 9. https://groups.google.com/d/msg/rowboat/-/DgJRuAqs9mUJ -- Matthias Kaehlcke Embedded Linux Developer Amsterdam Me lo contaron y lo olvidé, lo vi y lo entendí, lo hice y lo aprendí (Confucio

[android-porting] Android gadget mass storage configuration

2011-09-30 Thread Matthias Kaehlcke
on this is appreciated -- Matthias Kaehlcke Embedded Linux Developer Amsterdam Me lo contaron y lo olvidé, lo vi y lo entendí, lo hice y lo aprendí (Confucio) .''`. using free software / Debian GNU

Re: [android-porting] Prefix in devices.c

2011-05-04 Thread Matthias Kaehlcke
do_device() in builtins.c and get_device_perm_inner() in devices.c (both in mydroid/system/core/init/) regards -- Matthias Kaehlcke Embedded Linux Developer Amsterdam If you pay peanuts, you get monkeys (James Goldsmith

Re: [android-porting] Re: Modifyng Sysfs files from Android system service

2011-04-22 Thread Matthias Kaehlcke
doesn't sound like a good idea (and is impossible afaik). sysfs attributes of builtin drivers should already exist when init is running. attributes of dynamically loaded modules can be modified by a script/program which is executed from init after having loaded the module(s) -- Matthias Kaehlcke

[android-porting] logging in ShutdownThread

2011-03-21 Thread Matthias Kaehlcke
locks using dumpsys power Any idea why the traces aren't shown by logcat? Could it be that the shutdown intent sent by the ShutdownThread is causing the termination of the component responsible for logging before the processing of the traces has finished? Kind regards -- Matthias Kaehlcke