Hi Venkat,

Modify the RIL source code according to below mentioned link

https://gitorious.org/0xdroid/hardware_ril/commit/ee75708cc786531c853e9ec7ffc28dd03658

and build the RIL lib and load the RIL lib as mentioned below

cd $ANDSOURCES/gingerbread/
source build/envsetup.sh
make clean
mm libreference-ril TARGET_PRODUCT=beagleboard -j8

adb push $GINGER/out/target/product/$PRODUCT/system/lib/libril.so /system/lib/
adb push $GINGER/out/target/product/$PRODUCT/system/lib/libreference-ril.so
/system/lib/


then start the RIL daemon from init.rc

service ril-daemon /system/bin/rild -l /system/lib/libreference-ril.so
-- -d /dev/ttyO0
   socket rild stream 660 root radio
   socket rild-debug stream 660 radio system
   user root
   group radio cache inet misc audio vpn net_admin

service pppd_gprs /etc/ppp/init.gprs-pppd.sh
   user root
   group radio cache inet misc
   disabled


your RIL will work and you will be able to get signal strength,
operator information and able to make call and receive call, but i am
not able to access the Internet still i am exploring about Internet
access.

Can you share me how you able to access the internat without using
RIL, detail about pppd and chat script i am not able to access the
intenet.


Thanks and regards
Deindrappa Handraki






On Sun, Jan 15, 2012 at 4:43 PM, Chaitanya <[email protected]>wrote:

> @ Mark,
> For HDMI out you can simply use TMDS serializers from the parlallel
> interface of your platform. More to do with hardware rather than
> android porting. Could you please make a new post rather than changing
> the subject of a existing post.
>
> On Jan 14, 9:44 pm, "Mark" <[email protected]> wrote:
> > Hello everyone:
> >
> > I am working on development of tvout on MHL and MINI-HDMI on the android
> > phone. I could not find information for the SDK or android source support
> > for this development.
> >
> > Who can help me to know how to do?
> >
> > Mark.Liu
>
> --
> unsubscribe: [email protected]
> website: http://groups.google.com/group/android-porting
>

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

Reply via email to