View Single Post
Win7Mac's Avatar
Community Council | Posts: 664 | Thanked: 1,648 times | Joined on Apr 2012 @ Hamburg
#734
Originally Posted by TMavica View Post
Can show 3G, Dual, 2G instead of UMTS or GSM?
I'm also thinking about a modified script, something like this
Code:
#!/bin/sh

mode=$(develsh -c "qdbus --system com.nokia.csd.CSNet /com/nokia/csd/csnet com.nokia.csd.CSNet.RadioAccess.Technology")
if [[ $mode -e GSM ]]
then print "{{yellow}}2G"
fi
if [[ $mode -e UMTS ]]
then print "{{yellow}}3G"
fi
Please correct to make it work.


Also, I noticed that {cell-network} doesn't work.
__________________
Nokia 5110 > 3310 > 6230 > N70 > N9 BLACK 64GB
Hildon Foundation Board member
Maemo Community e.V. co-creator, founder and director since Q4/2016
Current Maemo Community Council member

Last edited by Win7Mac; 2013-03-23 at 20:53.