Hi Venkat,
Is it working if you start service manually via shell after boot?
If answer to above is yes then comment out the *"disabled"* line with ' # '
OR
add a start command like this :-

         on property_to_check=1
         start pppd_gprs

 (IN THIS CASE PROPERTY CAN BE SIM STATUS READY )

Setting a service as *"disabled"* disables it's start automatically untill
explicitly started by the init.rc or by another service or via shell.

Hope this solves your problem.

On Thu, Mar 15, 2012 at 9:48 PM, venkat k raju <[email protected]> wrote:

> Hi all,
>
> service pppd_gprs not running while rebooting  my board.
> in my init.rc contains
>
> service pppd_gprs /system/etc/init.gprs-pppd
>      user root
>      group radio cache inet misc
>      disabled
>
>  in system/core/init/property_service.c file have
>
> control_perms[] = {
>     /*{ "dumpstate",AID_SHELL, AID_LOG },*/
>     { "pppd_gprs",AID_SHELL, AID_LOG },
>      {NULL, 0, 0 }
> };
>
>
> what is wrong here? why it's not running pppd_gprs service? please can
> anybody suggest me!!!!
>
>
> On Thu, Mar 15, 2012 at 9:11 PM, venkat k raju <[email protected]>wrote:
>
>> Hi Sai Chaitanya ,
>>
>>
>> i have been struggling to gprs integration for default android frame
>> work!
>>
>> i don't want gsm. my requirement only gprs.
>>
>> can  you  please suggest me how run a pppd as service like rild?
>>
>>
>> thanks&Regards
>> k.v.raju
>>
>
>
>
> --
> thanks&Regards
> k.v.raju
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to