File: howto-ringerwallpaperintegerfields.htd

package info (click to toggle)
bitpim 1.0.7%2Bdfsg1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 31,384 kB
  • ctags: 64,877
  • sloc: python: 267,746; cpp: 2,076; perl: 600; ansic: 409; sh: 231; makefile: 142; sed: 1
file content (23 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#include "pagestart.h"

<p>BitPim currently displays and integer field for selecting a ringtone or
wallpaper.  In a future release, this will display and let your select from
the actual list of ringtones and wallpapers.

<p>For this release, you should either select the wallpaper or ringtone
you want on the phone or if you are an expert user, you can also enter
the number here.

<p>Builtin ringtones are numbered starting at one.  (A ringtone value of
zero means use the default).  For your downloaded ringtones, add 50 to the
index number as display in the ringers tab.  Note that if any indices are
listed as -1, you will need to sync with the phone first to get them
allocated index numbers.

<p>Builtin wallpapers are numbered starting at one.  (A wallpaper value of
zero means use the default).  For your downloaded wallpapers, add 10 to the
index number as display in the wallpapers tab.  Note that if any indices are
listed as -1, you will need to sync with the phone first to get them
allocated index numbers.

#include "pageend.h"