![]() |
Re: * The Truly Epic Maemo 5 MODs Thread *
Moudy, the standard grep should display megabytes, provided the amount of traffic adds up to megabytes. No need to do anything else than standard grep.
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
/sbin/ifconfig | grep -A5 wlan0 | grep bytes | grep RX | awk '{print $6,$7}' TX Traffic /sbin/ifconfig | grep -A5 wlan0 | grep bytes | grep TX | awk '{print $6,$7}' Add: | tr "(" " " | tr ")" " " to remove the ( ) , or use 'cut' to do it. The other thing you can do it get the data from /proc/net/dev For RX: RX=`grep wlan0 /proc/net/dev | awk '{print $2}'`;expr $RX / 1024 / 1024 For TX: TX=`grep wlan0 /proc/net/dev | awk '{print $9}'`;expr $TX / 1024 / 1024 p.s. counters in /proc/net/dev are 32bit values, so they overflow from time, but I doubt you do so much traffic on you phone , so shoud work for u. |
Re: * The Truly Epic Maemo 5 MODs Thread *
ok my question is about UI. can anyone suggest me to edit transitions.ini for making screen orientation like harmattan? i mean while turning landscape to portrait hav anyone noticed the blink screen like it goes black and then portrait. the smoothness. eg u install musikloud and check orientation smothness cuz there is no blink.
|
Re: * The Truly Epic Maemo 5 MODs Thread *
nobody here?
|
Re: * The Truly Epic Maemo 5 MODs Thread *
Quote:
(lollingtons) |
All times are GMT. The time now is 00:08. |
vBulletin® Version 3.8.8