1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
#include "pagestart.h"
<H3>List available downloaded ringtones</H3>
<OL>
<li><p>Menu <B>Data</B> -> <B>Get Phone Data</B>.
<li><p>Check on <B>Ringtone</B>, and click on <B>OK</B>.
<p>The list of download ringtones will be displayed on the <B>Ringers</B> tab.
</OL>
<H3>List available downloaded images</H3>
<OL>
<li><p>Menu <B>Data</B> -> <B>Get Phone Data</B>.
<li><p>Check on <B>Wallpaper</B>, and click on <B>OK</B>.
<p>The list of download images will be displayed on the <B>Wallpapers</B> tab.
</OL>
<H3>Delete a downloaded ringtone</H3>
<OL>
<li><p>Get the list of downloaded ringtones.
<li><p>Click on the <B>Ringers</B> tab.
<li><p>Select the ringtone to be deleted, and click on <B>Delete</B>.
<li><p>Menu <B>Data</B> -> <B>Send Phone Data</B>.
<li><p>Check on <B>Ringtone</B>, and click on <B>OK</B>.
<li><p>Verify on the phone that the ringtone has been deleted, if not delete it manually.
</OL>
<H3>Transfer a ringtone to the phone</H3>
<OL>
<li><p>Get the list of downloaded ringtones.
<li><p>Click on the <B>Ringers</B> tab.
<li><p>Click on <B>Add</B>.
<li><p>From the <B>File Dialog</B>, select a sound file and click on <B>Open</B>.
<li><p>Menu <B>Data</B> -> <B>Send Phone Data</B>.
<li><p>Check on <B>Ringtone</B>, and click on <B>OK</B>.
</OL>
<p>The steps for deleting and transferring images to the phone are similar to those of ringtones.
#include "pageend.h"
|