1 / 8

In-Depth Analysis of Palm Client Issues and OBEX File Sharing Challenges

This document provides a comprehensive analysis of the challenges associated with the Palm client, particularly focusing on OBEX (Object Exchange) issues encountered during development. Key topics include the implementation of OBEX file sharing via IrDA, the functionality of the Metrowerks IDE, and specific issues such as the absence of the "Get" command for retrieving directory and file lists. Solutions pertaining to the "Put" command functionality in the Palm environment are also discussed, along with noteworthy examples highlighting the pitfalls of API mismanagement in application development.

meda
Télécharger la présentation

In-Depth Analysis of Palm Client Issues and OBEX File Sharing Challenges

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Meeting Ball In depth issue analysis

  2. Introduction • Issues surrounding Palm client • David Hall

  3. Palm Client • OBEX • Metrowerks IDE • Palm Platform

  4. OBEX • Connectionless file sharing via IrDA • Main use is OBEX “Get” or “Put” • Our needs: • Get directory/file list • Get desired file • Problem? No “Get” on Palm! • But: “Put” implemented nicely

  5. Solution • Series of OBEX file “Puts” • Files contain “commands” File specifying directory contents or file to get Palm “Put” Palm Meeting Ball MB “Put” File specifying contents of new directory

  6. Metrowerks IDE • IDE messes up • Constructor? • Mis-implemented API’s? • Example: • Add a Field, set visible attrib • Call FldSetTextPtr/FldDrawField • Result: nothing!

  7. Palm Platform • Event based if (! SysHandleEvent()) if (! MenuHandleEvent(&event)) if (! AppHandleEvent(&event) FrmDispatchEvent(&event); • Example: Wasn’t exiting loop, hosed two palms!

  8. Summary of Issues • OBEX • Metrowerks IDE • Palm Platform Development

More Related