Jump to: navigation, search

Difference between revisions of "FAQ:Client"


m
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= General =
 
 
 
===Why are my changes of ACM objects not deployed to the mobile device? ===
 
===Why are my changes of ACM objects not deployed to the mobile device? ===
 
If you modify the [[ACM]] objects ([[Application]], [[Context]], [[CONTEXTSCOPE|Context Scope]]) you will need to re-create and deploy the new configuration. See the [[HowTo:Release_MetaDefinitions|Release MetaDefinitions]] article how to do that.''
 
If you modify the [[ACM]] objects ([[Application]], [[Context]], [[CONTEXTSCOPE|Context Scope]]) you will need to re-create and deploy the new configuration. See the [[HowTo:Release_MetaDefinitions|Release MetaDefinitions]] article how to do that.''
Line 8: Line 6:
  
 
===Images can not be opened although I can see the according {{UBIK}} object (and thumbnails). Why? ===
 
===Images can not be opened although I can see the according {{UBIK}} object (and thumbnails). Why? ===
The {{UBIKCLIENT}} synchronizes and displays objects delivered by the [[ACM]]. As a document in {{UBIK}} actually consists of two parts, the internal document object '''AND''' the physical file document, the system always delivers the internal document object to the client.
+
The {{UBIK Client}} synchronizes and displays objects delivered by the [[ACM]]. As a document in {{UBIK}} actually consists of two parts, the internal document object '''AND''' the physical file document, the system always delivers the internal document object to the client.
  
 
If it happens that the account configured for running the {{UBIK}} web service can not access the physical document, e.g. due to missing permissions, we find the following situation:
 
If it happens that the account configured for running the {{UBIK}} web service can not access the physical document, e.g. due to missing permissions, we find the following situation:
 
* The client displays the internal document object, as its synchronisation is basically independent of the physical document
 
* The client displays the internal document object, as its synchronisation is basically independent of the physical document
 
* But openening the document will fail as the web service can not access (load and deliver) the file content
 
* But openening the document will fail as the web service can not access (load and deliver) the file content
 +
 +
===The client shows a wrong icon for an object, although the MetaClass does have a specific one! What is wrong?===
 +
The icon is sent to the client within the meta defintions, which are created based on the linked MetaClasses in the [[METACLASSSCOPE|MetaClass scopes]]. Consequently, a specific icon of a MetaClass requires that a scope exists for exactely this MetaClass (and e.g. not for the inherit parent).
  
 
===Do I need to reinstall the certificate after I de-/installed the application itself? ===
 
===Do I need to reinstall the certificate after I de-/installed the application itself? ===
 
No, the certificate is placed in a global certificate store and remains valid.
 
No, the certificate is placed in a global certificate store and remains valid.
  
===Can I use the same LLA Markers for UBIK.Win8 and UBIK.Android? ===
+
===Can I use the same LLA Markers for UBIK.WinX and UBIK.Android? ===
 
No, as we are not using the (proprietary) Metaio format in the Windows version. The new kind of markers for relocating devices to different positions are basically QR-Codes with a special notation. If you want to create one you simply have to create a QR-Code (e.g. with GoQR) with the following notation:
 
No, as we are not using the (proprietary) Metaio format in the Windows version. The new kind of markers for relocating devices to different positions are basically QR-Codes with a special notation. If you want to create one you simply have to create a QR-Code (e.g. with GoQR) with the following notation:
<source lang="xml"><LLA>Latitude;Longitude;Altitude</LLA></source>
+
<source lang="xml">
 
+
<UBIK>
= Android =
+
    <LLA>Latitude;Longitude;Altitude</LLA>
===What application should I use for reading Barcode and QR-codes? ===
+
</UBIK>
Use the [https://play.google.com/store/apps/details?id=com.google.zxing.client.android Barcode Scanner] application from ZXing Team.
+
</source>
===What application should I use for editing picture documents? ===
+
Use an application fitting all requirements is [https://play.google.com/store/apps/details?id=com.aviary.android.feather Photo Editor by Aviary].
+
===What application should I use for viewing and editing PDF documents? ===
+
Use [https://play.google.com/store/apps/details?id=com.adobe.reader Adobe Reader] from Adobe.
+
  
<noinclude>
+
[[Category:FAQ|Client]]
[[Category:FAQ]]
+
</noinclude>
+

Latest revision as of 11:49, 18 August 2016

Why are my changes of ACM objects not deployed to the mobile device?

If you modify the ACM objects (Application, Context, Context Scope) you will need to re-create and deploy the new configuration. See the Release MetaDefinitions article how to do that.

What are Metaio ID-Markers and how can I use them?

Check the informatoin on the Metaio site about ID-Markers.

Images can not be opened although I can see the according UBIK® object (and thumbnails). Why?

The UBIK® Client synchronizes and displays objects delivered by the ACM. As a document in UBIK® actually consists of two parts, the internal document object AND the physical file document, the system always delivers the internal document object to the client.

If it happens that the account configured for running the UBIK® web service can not access the physical document, e.g. due to missing permissions, we find the following situation:

  • The client displays the internal document object, as its synchronisation is basically independent of the physical document
  • But openening the document will fail as the web service can not access (load and deliver) the file content

The client shows a wrong icon for an object, although the MetaClass does have a specific one! What is wrong?

The icon is sent to the client within the meta defintions, which are created based on the linked MetaClasses in the MetaClass scopes. Consequently, a specific icon of a MetaClass requires that a scope exists for exactely this MetaClass (and e.g. not for the inherit parent).

Do I need to reinstall the certificate after I de-/installed the application itself?

No, the certificate is placed in a global certificate store and remains valid.

Can I use the same LLA Markers for UBIK.WinX and UBIK.Android?

No, as we are not using the (proprietary) Metaio format in the Windows version. The new kind of markers for relocating devices to different positions are basically QR-Codes with a special notation. If you want to create one you simply have to create a QR-Code (e.g. with GoQR) with the following notation:

<UBIK>
    <LLA>Latitude;Longitude;Altitude</LLA>
</UBIK>