[android-developers] Android init.rc

2011-05-18 Thread ARM_SOC
In android boot time Kernel boot parameter has file system location
information root=/dev/sda1 or root=/dev/mmcblkp1. Based on that
android init.rc mount the /system /data /cache folders. Now we are
using two different init.rc for specific device (sda1 or mmcblk1p1) ,
i want make into a single script which need to validate the device
information from kernel boot parameter in the init.rc file and mount
accordingly.

Below my analysis

system/core/init/init.c :
Which reads all kernel boot parameter
and set_property("ro.kernel.root",value). This function reads the cat /
proc/cmdline and spilit it.


system/core/rootdir/init.rc
which reads like on
property:ro.kernel.root.   But this is not working when i tested.

Am i approaching problem in correct way? not?

if not, kindly provide solution

Thanks in Advance.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Fixed UserId for APK

2011-05-31 Thread ARM_SOC
I created the APK, It has different UserId in different phome/Device.
I need constant UserId for this APK independent of any Hardware. Like
App_50- 10050.

Thanks in advance

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en