Hi, After lunch command try doing mmm hardware/ril/reference-ril which will update libreference-ril.so . Then, you can push libreference-ril.so to system/lib only and restart.
On Sun, Jul 10, 2011 at 6:17 AM, felixad <[email protected]> wrote: > Hello > > I want to modify the reference-ril.c. My aim is to implement a new RIL- > command to export the gsm/cdma tx-power. > > For this, I tried to modify the reference-ril.c in a very simple way. > I tried to show me the radiopower if I call the signalstrength > command: > > case RIL_REQUEST_SIGNAL_STRENGTH: > requestRadioPower(data, datalen, t); > break; > > > Afterwards, I compilied my cyanogenmod rom with: > cd ~/android/system/ > . build/envsetup.sh > lunch cyanogen_dream_sapphire-eng > mka bacon > > > Then I updated the kernel with: > fastboot flash boot boot.img > fastboot reboot > > > But I saw there no changes, when I look at the signalstrength. Has > anybody an idea, what I have to compile, when I modify the reference- > ril.c? > > Thx. > > Felix > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel -- Manish Shakya http://www.manishshakya.com.np http://secs.oakland.edu/~ganesan/iMX/ -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
