Monday, October 26, 2009

[android-developers] modifying init.rc file

Hello All,
I modified the init.rc file to import a new configuration file by
adding the following lines in the init.rc file

import /data/myconfig/conf/init.rc
trigger system

And the file at /data/myconfig/conf/init.rc contains

on system
export TRIAL_EXPORT /trial/export/to/be/replaced


The problem is that I cannot get the new export (TRIAL_EXPORT)to
working. When I issue the command echo $TRIAL_EXPORT on the adb shell
I do not get anything.

Can somebody point out what is wrong in here?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments:

Post a Comment