I need that someone clarify me the below location (picture) for the binaries, what does it means when you say : AndroidFS/(vendor| system/vendor)/bin/slqssdk
in the Android fs, slqssdk should be under vendor/bin/ or under system/vendor/bin/ ??
In the init.rc you said:
#SWISTART
chmod 0755 /system/bin/slqssdk
chmod 0755 /system/bin/init.dhcpcd
chmod 0755 /system/bin/init.ril-daemon
so in understand the the right location is : system/bin/…
but in dhcp.init i see :
start dhcpcd
**/vendor/bin/dhcpcd -**G -B -d -o subnet_mask -o routers -o domain_name_servers -o classless_static_routes $IFACE
so where i can put my binaries?