pbmtonokia(1) General Commands Manual pbmtonokia(1)NAME
pbmtonokia - convert a portable bitmap to Nokia Smart Messaging Formats
SYNOPSIS
pbmtonokia [options] [pbmfile]
DESCRIPTION
Reads a portable bitmap as input. Produces a Nokia Smart Messaging (hexcode, .nok, .ngg) file as output.
OPTIONS -fmt Specifies the output format (default is HEX_NOL).
HEX_NOL
Nokia Operator Logo as (uploadable) hexcode. Use option -net to specify network code.
HEX_NGG
Nokia Group Graphic as (uploadable) hexcode.
HEX_NMP
Nokia Picture Message as (uploadable) hexcode. Use option -txt to specify optional text message.
NOL Nokia Operator Logo as .nol format. This is editable by the Group-Graphic Editor from Kessler Wireless Design (www.kessler-
design.com)
NGG Nokia Group Graphic as .ngg format. This is editable by the Group-Graphic Editor from Kessler Wireless Design (www.kessler-
design.com)
-net Specifies the 6 hex-digit operator network code for Operator Logos (Default is 62F210 = D1,Germany).
-txt Specifies the text message for Picture Messages. Default is no text message.
LIMITATIONS
Currently limited to rows<=255 and columns<=255. Supports only b/w graphics, not animated.
SEE ALSO pbm(5), Nokia Smart Messaging Specification (http://forum.nokia.com)
AUTHOR
Copyright (C) 2001 Tim Ruehsen <tim.ruehsen@openmediasystem.de>.
26 June 2001 pbmtonokia(1)
Check Out this Related Man Page
pbmtonokia(1) General Commands Manual pbmtonokia(1)NAME
pbmtonokia - convert a portable bitmap to Nokia Smart Messaging Formats
SYNOPSIS
pbmtonokia [options] [pbmfile]
DESCRIPTION
Reads a portable bitmap as input. Produces a Nokia Smart Messaging (hexcode, .nok, .ngg) file as output.
OPTIONS -fmt Specifies the output format (default is HEX_NOL).
HEX_NOL
Nokia Operator Logo as (uploadable) hexcode. Use option -net to specify network code.
HEX_NGG
Nokia Group Graphic as (uploadable) hexcode.
HEX_NMP
Nokia Picture Message as (uploadable) hexcode. Use option -txt to specify optional text message.
NOL Nokia Operator Logo as .nol format. This is editable by the Group-Graphic Editor from Kessler Wireless Design (www.kessler-
design.com)
NGG Nokia Group Graphic as .ngg format. This is editable by the Group-Graphic Editor from Kessler Wireless Design (www.kessler-
design.com)
-net Specifies the 6 hex-digit operator network code for Operator Logos (Default is 62F210 = D1,Germany).
-txt Specifies the text message for Picture Messages. Default is no text message.
LIMITATIONS
Currently limited to rows<=255 and columns<=255. Supports only b/w graphics, not animated.
SEE ALSO pbm(5), Nokia Smart Messaging Specification (http://forum.nokia.com)
AUTHOR
Copyright (C) 2001 Tim Ruehsen <tim.ruehsen@openmediasystem.de>.
26 June 2001 pbmtonokia(1)
I need to find out if a variable contains a certain text string, then do something about it.
Here is what I mean, but I don't know how to get a "contains" operator
# We have volumes called:
# /Volumes/BackupsA_K
# /Volumes/BackupsL_Z
# /Volumes/Backups_Admin
# (could be more, etc)... (5 Replies)
Hi All,
Consider the below column, say this is the 4th column in a file
PROV_STATS:::919900546978::Nokia 6600
PROV_STATS:::919900546978::Nokia 6600
PROV_STATS:::919900546978::Nokia 6600
I wanted to extract only 919900546978 from the 4 th cloumn using unix scripting?
Kindly help (8 Replies)
Guys,
Need you help, i have a a file content that look like this.
Nokia 3330 <spaces><spaces><more spaces>+76451883874
Nokia 3610 +87467361615
so on and so forth,
- there are so many spaces in between.
- e.g.... (5 Replies)
Well, I've had my new Galaxy S around one day now and I must say, I am not sure if I regret buying it or not. Before buying it, I read a lot of reviews about the Galaxy S (e.g. Samsung I9000 Galaxy S review: From outer space), including reviews of problems with the GPS and some intermittent WiFi... (6 Replies)
I have this code to check the largest files by bytes. Whenever I run it, I keep getting an error message "unary operator expected"
for i in *
do
if
set -- $(ls -ls "$i")
alias filesize='ls -lS'
then
echo $1: $5 bytes
fi
done (1 Reply)
Hi,
I am Network Design Student in Sweden. I just joined this forum, Could someone please help me. am very new in Unix environment, am just taking only OS course in my program but i have passion for UNIX, i really want to catch up and am having difficulty creating and executing bash script,... (2 Replies)
Hi all, the value in the following file is just an example. It could be a different value/network addresses.
Here is my example of initial output in a file name net.txt
Initial Output, net.txt
The goal is to produce the following format which is to convert from CIDR to Netmask... (6 Replies)
Does anyone have any favorite mobile tech sites they want me to look at while I'm considering the next phase of mobile redesign?
My idea is to build a new mobile design without using any forum framework (do not use vBulletin, XenForo, etc.) and do not use any big SPA Javascript frameworks (do... (2 Replies)