You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

For now, it is not 100% clear when we will have this feature. (But it is already working in software 10)

Use Gigaset quicksync to create the picture with the right format.

  • Upload picture in an SL800H / S700H / R700H handset using quicksync 
  • Check if picture is correct displayed
  • Download picture from handset to PC to have the correct format/resolution/size
  • Use this picture to upload via auto-provisioning

Picture can be uploaded to resource directory:

  • Screensavers (Provisioning type="screen_saver")
  • Caller Pictures (Provisioning type="clip_pictures")

Important is that

  • Handset memory is limited: Small size and limited number of pictures
  • If picture file name in handset is available then download file will not be done
  • Handset does not check the picture, wrong format could cause problems
  • Delete picture is done via the handset menu only


Auto-provisioning

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="Gsdecthx">

<nvm>
</nvm >

<resources>

<resource_file type="screen_saver" crc="0xFFFF" url="http://192.168.178.201/dbb/r700.jpg" />

<!-- crc is not used -->

</resources>

</provisioning>

  • No labels