Reply
Thread Tools
someoneleme's Avatar
Posts: 36 | Thanked: 4 times | Joined on Aug 2012 @ Greece
#11
yes i try to reboot many times..

no way to disable cellular?


@Copernicus nice!
 
Posts: 155 | Thanked: 82 times | Joined on Mar 2012 @ Australia
#12
I thought you were trying to get rid of that sim icon.
 
someoneleme's Avatar
Posts: 36 | Thanked: 4 times | Joined on Aug 2012 @ Greece
#13
not only this..

offline mode with wifi,

permanently disable the cellular like is not there from the beginning this function
 
Posts: 155 | Thanked: 82 times | Joined on Mar 2012 @ Australia
#14
Well you can change the icon via FileBox, goto
/opt/usr/share/icons/hicolor/scalable. Make a backup of the original icon. Another idea download Powatool and it will let display or disable icons on your status menu bar. As for your other request, i don't have an answer.
 

The Following User Says Thank You to n900d-i-y For This Useful Post:
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#15
Please try
Code:
ls -al /etc/systemui/
Look out for the file 'cell-modem-ui.xml'
 
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#16
Originally Posted by Copernicus View Post
Actually, I find the sim card with strikeout icon kind of handy -- it reminds me that I'm using my backup N900, rather than the one I've got handling my phone calls.
I use to different themes Stock Orange for Stable device, Stock Blue for my testing device.
I use a dead SIM card to hide the SIM error in the statusbar.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
someoneleme's Avatar
Posts: 36 | Thanked: 4 times | Joined on Aug 2012 @ Greece
#17
Originally Posted by michaaa62 View Post
Please try
Code:
ls -al /etc/systemui/
Look out for the file 'cell-modem-ui.xml'
i found the cell-modem-ui.xml. now?

i open the file and i change the method from "launch_pin_query" to "launch" but tells me the file is read-only!
 
nicholes's Avatar
Posts: 1,103 | Thanked: 368 times | Joined on Oct 2010 @ india, indore
#18
Originally Posted by someoneleme View Post
i found the cell-modem-ui.xml. now?

i open the file and i change the method from "launch_pin_query" to "launch" but tells me the file is read-only!
i am not an expert, i think you should copy the file to your pc and then edit and replace it.
__________________
N900 gave me a reason to live in this cruel world

get your smooth live wallpaper today
My YouTube videos
 
someoneleme's Avatar
Posts: 36 | Thanked: 4 times | Joined on Aug 2012 @ Greece
#19
Originally Posted by nicholes View Post
i am not an expert, i think you should copy the file to your pc and then edit and replace it.
ok, i change the "inactive" to "active" (bold) but nothing happen!

cell-modem-ui.xml :

<powerkeymenu path="/">
<menuitem priority="401" name="cellmodemui_phone_mode" visible="tablet_state">
<keyfile>/var/run/ssc</keyfile>
<callback service="com.nokia.phone.SSC"
path="/com/nokia/phone/SSC"
interface="com.nokia.phone.SSC"
method="launch_pin_query"
bus="system"
autostart="true">
<argument type="boolean">true</argument>
</callback>
<icon>control_bluetooth_phone</icon>
<po>cell-modem-ui</po>
</menuitem>

<menuitem priority="401" name="cellmodemui_phone_mode" visible="active">
<keyfile>/var/run/ssc</keyfile>
<callback service="com.nokia.phone.SSC"
path="/com/nokia/phone/SSC"
interface="com.nokia.phone.SSC"
method="set_radio"
bus="system"
autostart="true">
<argument type="boolean">true</argument>
</callback>
<icon>control_bluetooth_phone</icon>
<po>cell-modem-ui</po>
</menuitem>

<menuitem priority="401" name="cellmodemui_tablet_mode" visible="online">
<keyfile>/var/run/ssc</keyfile>
<callback service="com.nokia.phone.SSC"
path="/com/nokia/phone/SSC"
interface="com.nokia.phone.SSC"
method="set_radio"
bus="system"
autostart="true">
<argument type="boolean">false</argument>
</callback>
<icon>control_device_setup</icon>
<po>cell-modem-ui</po>
</menuitem>

<menuitem priority="401" name="cellmodemui_tablet_mode" visible="activation_pending">
<keyfile>/var/run/ssc</keyfile>
<callback service="com.nokia.phone.SSC"
path="/com/nokia/phone/SSC"
interface="com.nokia.phone.SSC"
method="set_radio"
bus="system"
autostart="true">
<argument type="boolean">false</argument>
</callback>
<icon>control_device_setup</icon>
<po>cell-modem-ui</po>
</menuitem>

<menuitem priority="401" name="cellmodemui_tablet_mode" visible="activation_failed">
<keyfile>/var/run/ssc</keyfile>
<callback service="com.nokia.phone.SSC"
path="/com/nokia/phone/SSC"
interface="com.nokia.phone.SSC"
method="set_radio"
bus="system"
autostart="true">
<argument type="boolean">false</argument>
</callback>
<icon>control_device_setup</icon>
<po>cell-modem-ui</po>
</menuitem>

<menuitem priority="401" name="cellmodemui_tablet_mode" visible="selection_failed">
<keyfile>/var/run/ssc</keyfile>
<callback service="com.nokia.phone.SSC"
path="/com/nokia/phone/SSC"
interface="com.nokia.phone.SSC"
method="set_radio"
bus="system"
autostart="true">
<argument type="boolean">false</argument>
</callback>
<icon>control_device_setup</icon>
<po>cell-modem-ui</po>
</menuitem>
</powerkeymenu>
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#20
Hm, i would think "inactive" would make the button invisible in the power-key-menu, but you need it to deactivate the 'phone mode'.

My cell-modem-ui.xml file is working with the default values it came with. Did you edit /etc/systemui/systemui.xml file somehow manually?
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:57.