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