This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
hi
I have ported android gingerbread 2.3.4 on beagleboard-xM version.
Now i am trying to run the default RIL code given in the Android source.
I am able to communicate with the modem via RIL layer .
but since Airplane mode is activated by default , my application layer is not able to send sms,call using the RIL functionality.
From Android forum i got a link
http://www.omappedia.org/wiki/Android_How-tos#Clearing_Airplane_Mode
I tried the commands given in above link but it did not work
Can anyone give me any idea on how to disable Airplane mode in Android .
Thanks and Regards
Prajith Warrier
PRAJITH WARRIER80347 said:Airplane mode is activated by default
How are you checking for Airplane Mode?
We have verified the steps described in the link to clear Airplane Mode. Did you reboot the board after deleting the setting in sqlite?
Hi Prajith,
R u getting airplane entry when you run sqite commands ?
could you refer this ref#, meanwhile we look for the problem
http://comments.gmane.org/gmane.comp.handhelds.android.x86/3191
-
satish
Hi
I did reboot the board after giving sqlite command but it did not work.
On the Android main screen where network indication is shown,there the flight mode is not highlighted.
In settings->Wirless Networks-> Airplane Mode check is toggling approx every 20 sec.
In my adb logcat of RIL i can see that sim is registered on network .
Also i am attaching a log file of the RIL along with this post.
what i want to know is ,is there a patch available to disable the airplane mode at start for android gingerbread 2.3.4.
If not then can anyone let me know the java file in which the code for airplane mode is written
Thanks and Regards
Prajith Warrier
Currently we have not integrated RIL with the TI DevKit.
We suggest that you post your issue at our community forum at http://groups.google.com/group/rowboat
Looking at your logs shows the following:
D/RILB ( 1180): Notifying: radio available
...
D/RILB ( 1180): Notifying: Radio On
...
D/RILB ( 1180): Notifying: SIM ready
...
D/RILB ( 1180): Notifying: radio not available
...
D/RILB ( 1180): Notifying: radio off or not available
etc
Perhaps this is the reason why the Airplane mode is toggling.
Hi Prajith,
You can refer the files:
packages/apps/Settings/src/com/android/settings/WirelessSettings.java
packages/apps/Phone/src/com/android/phone/PhoneApp.java
But I am not sure, whether default configuration is going with this.
It may help you out to get more details on mode settings...
Let us know if you need more help on this
BR,
satish