felixad
unread,Jul 10, 2011, 6:17:51 AM7/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Linux Kernel Development
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