Re: [android-kernel] Modify reference-ril.c. Implement new RIL-Command. (How to?)

2011-07-12 Thread Mike Martin
Do what manish suggested or reflash the system partition with the android version that you built. The lib that you are replacing is not in the boot partition. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Modify reference-ril.c. Implement new RIL-Command. (How to?)

2011-07-10 Thread manish shakya
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 wrote: > Hello > > I want to modify the reference-ril.c. My aim is to im

[android-kernel] Modify reference-ril.c. Implement new RIL-Command. (How to?)

2011-07-10 Thread felixad
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: