Help please with my first sync to palm z22

Hi,
I really hope someone can help, I've read every help file I could find & am still stuck on getting my new Palm z22 to sync to my iCal on my macbook.
I installed all the palm software, then in iSync chose to 'enable palm OS syncing' - All this seemed to go smoothly, but no icon for the device (which is plugged in via the usb cable) appeared in iSync, as the instructions suggested it would. Also, if i try adding a device, iSync scans but says 'finds no devices'
If i choose to hotsync on the device, i do get all the positive messages on the macbook screen & the device says 'hotsyncing operation complete' but none of the information from my iCal is in the calender on the palm?
Have I missed/misunderstood something?
Adam

just worked it out, there was a box that needed ticking under the hotsync managers - conduit settings. works now

Similar Messages

  • Little help please with forwarding traffic to proxy server!

    hi all, little help please with this error message
    i got this when i ran my code and requested only the home page of the google at my client side !!
    GET / HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
    Accept-Language: en-us
    UA-CPU: x86
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)
    Host: www.google.com
    Connection: Keep-Alive
    Cookie: PREF=ID=a21457942a93fc67:TB=2:TM=1212883502:LM=1213187620:GM=1:S=H1BYeDQt9622ONKF
    HTTP/1.0 200 OK
    Cache-Control: private, max-age=0
    Date: Fri, 20 Jun 2008 22:43:15 GMT
    Expires: -1
    Content-Type: text/html; charset=UTF-8
    Content-Encoding: gzip
    Server: gws
    Content-Length: 2649
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: MISS from linux-e6p8:3128
    Via: 1.0
    Connection: keep-alive
    GET /8SE/11?MI=32d919696b43409cb90ec369fe7aab75&LV=3.1.0.146&AG=T14050&IS=0000&TE=1&TV=tmen-us%7Cts20080620224324%7Crf0%7Csq38%7Cwi133526%7Ceuhttp%3A%2F%2Fwww.google.com%2F HTTP/1.1
    User-Agent: MSN_SL/3.1 Microsoft-Windows/5.1
    Host: g.ceipmsn.com
    HTTP/1.0 403 Forbidden
    Server: squid/2.6.STABLE5
    Date: Sat, 21 Jun 2008 01:46:26 GMT
    Content-Type: text/html
    Content-Length: 1066
    Expires: Sat, 21 Jun 2008 01:46:26 GMT
    X-Squid-Error: ERR_ACCESS_DENIED 0
    X-Cache: MISS from linux-e6p8
    X-Cache-Lookup: NONE from linux-e6p8:3128
    Via: 1.0
    Connection: close
    java.net.SocketException: Broken pipe // this is the error message
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:115)
    at java.io.DataOutputStream.writeBytes(DataOutputStream.java:259)
    at SimpleHttpHandler.run(Test77.java:61)
    at java.lang.Thread.run(Thread.java:595)
    at Test77.main(Test77.java:13)

    please could just tell me what is wrong with my code ! this is the last idea in my G.p and am havin difficulties with that cuz this is the first time dealin with java :( the purpose of my code to forward the http traffic from client to Squid server ( proxy server ) then forward the response from squid server to the clients !
    thanx a lot,
    this is my code :
    import java.io.*;
    import java.net.*;
    public class Test7 {
    public static void main(String[] args) {
    try {
    ServerSocket serverSocket = new ServerSocket(1416);
    while(true){
    System.out.println("Waiting for request");
    Socket socket = serverSocket.accept();
    new Thread(new SimpleHttpHandler(socket)).run();
    socket.close();
    catch (Exception e) {
    e.printStackTrace();
    class SimpleHttpHandler implements Runnable{
    private final static String CLRF = "\r\n";
    private Socket client;
    private DataOutputStream writer;
    private DataOutputStream writer2;
    private BufferedReader reader;
    private BufferedReader reader2;
    public SimpleHttpHandler(Socket client){
    this.client = client;
    public void run(){
    try{
    this.reader = new BufferedReader(
    new InputStreamReader(
    this.client.getInputStream()
    InetAddress ipp=InetAddress.getByName("192.168.6.29"); \\ my squid server
    System.out.println(ipp);
    StringBuffer buffer = new StringBuffer();
    Socket ss=new Socket(ipp,3128);
    this.writer= new DataOutputStream(ss.getOutputStream());
    writer.writeBytes(this.read());
    this.reader2 = new BufferedReader(
    new InputStreamReader(
    ss.getInputStream()
    this.writer2= new DataOutputStream(this.client.getOutputStream());
    writer2.writeBytes(this.read2());
    this.writer2.close();
    this.writer.close();
    this.reader.close();
    this.reader2.close();
    this.client.close();
    catch(Exception e){
    e.printStackTrace();
    private String read() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    private String read2() throws IOException{
    String in = "";
    StringBuffer buffer = new StringBuffer();
    while(!(in = this.reader2.readLine()).trim().equals("")){
    buffer.append(in + "\n");
    System.out.println(buffer.toString());
    return buffer.toString();
    Edited by: Tareq85 on Jun 20, 2008 5:22 PM

  • Hi! Can someone help me with repair service address for Palm TX?

    Hi! Can someone help me with repair service address for Palm TX?
    This question was solved.
    View Solution.

    Good luck, and please let us know here how it works out for you.  We love knowing of current resources who can help solve people's problems with these older devices.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • Help please with FaceTime. The built in app seems to have disappeared from my iPad2. Bought it in Australia

    Help please with FaceTime. My built in app seems to have disappeared.

    If K Penguin's suggestion doesnt work, you will have to go to you iTunes and do a reset, that is if you do not have it in your back up library.

  • Can anyone help please with my Time Machine, I have been getting the following message The backup disk image "/Volumes/Mac Backup/Stephen Smith's iMac.sparsebundle" is already in use.

    Can anyone help please with my Time Machine, I have been getting the following message The backup disk image “/Volumes/Mac Backup/Stephen Smith’s iMac.sparsebundle” is already in use.

    See > http://pondini.org/TM/C12.html

  • Help please with 2006 Macbook 13inch, for tv hook up.

    Help please with 2006 Macbook 13inch, to hook up to tv for streaming. The display works through VGA but the audio isn't working. Got a plug that goes into headphone jack on computer and connects into the audio jack on the back of tv but no sound. I'm not quite sure what the issue is, whether its the wrong plug, the tv, or the computer. Best Buy says this is the right plug and it seems that it would be, but who knows. If anyone has any experience in this, I would appreciate the help!

    Make sure those audio plugs are matched with the VGA plug. With your MacBook running something with audio switch between your sources on the TV Component, Composite and such. See if the sound is coming from another source. If so then you've got your audio plugs in the wrong jacks.
    Also could you post the make and model number of your TV.

  • Help Please with Driver

    I need to install the ADB Interface for the X2 onto my computer. Does any one know how or where I can get this driver?

    <Duplicate post.  Please see Help Please with Driver  for any replies.  This post will be closed.>

  • Please, please help me with my E2 sync problems

    I'm at my wits end.  For some reason, both of my E2's started having sync problems.  I've used Palms for years and loved them.  I'm one step from throwing both in the trash and never buying another Palm product.  Quick background- I've reloaded the palm desktop software with 6.2 and with 4.2.1  and about the best I've done is to get one synch before it refuses to go further.  Here  lately I can't even get that.  I borrowed an old Palm software CD hoping that would help- I couldn't even import my files.  Also- I went back to import my backups, and only one contact showed up.  I bought DBfixit, and it showed over 10 thousand errors.  That's right, 10 thousand.  The last time I ran it I got 6000 errors.  I was going to simply convert the Palm backup files to Outlook, but from what I understand I have to get them in the Palm desktop program before I can do that.  I can't import anything now.  I would really like to continue my love affair with Palm products, but this thing is getting really ugly.  I wish I knew how many hours I've wasted in the past month trying to get this resolved.  I know one or more of you guys have had this problem, and I beg for your help.  Literally.  Thanks, John
    Post relates to: Tungsten E2

    First off- thanks for trying to help.  If memory serves, I started having sync problems over a year ago.  I have 2- E2's, one for work, one for personal use.  I would sync each Palm to a separate computer.  I had my work computer serviced, and they erased the program, so I had to reload the program from Palm.  I think I just went with the 6.2 because "newer is better".  I immediately started having major problems syncing my work Palm, so I created a separate user name on my home computer to see if I would have better luck with it.  I didn't.  During this time, I could still sync my personal Palm, but that continued to fade as well.  I noticed some Palm files would remain in my computer if I used the "remove program" function, so I went in and manually deleted any other files (except for backup).  I've tried reloading the program on my work computer, and basically if I try to sync it with my work Palm, it will get stuck on "Synchronizing Date Book 2 of 12 completed".  One other thing I noticed some months back- even when my personal Palm would sync, the phase of the sync on the handheld didn't agree with what was shown on the screen.  I bought DBFixit and the first time it ran there was over 10000 errors, and the last time it had over 6000, so apparently things must really be goofed up.
    New development:  I just tried to sync my work Palm and got a new Fatal Alert error message on the handheld:  AddrBDIndex.c,Line:201,Invalid birthday index count=147" whatever that means.  When clicking the reset button, nothing responds. The handheld does a soft restart on its own after that.
    So, that's about it.  I just ran DBFixit on my personal Palm to see what's new in the world of errors.  It shows "6702 Errors Found and NONE corrected".  If I click okay, then the errors are "fixed" and show 0 errors on the top screen.  If I run the program again immediately, it shows 6702 errors, so apparently it's not doing any good.  The people at DBFixit seem to be just as puzzled as me.  I've had good success with Palm up until a year ago when this mess started.  Even if I could get my handheld records to import into the desktop and save them as Outlook files I could see some light, but that apparently isn't going to happen.
    This is about all I can recall. 

  • Help please! Can't sync ipod with itunes among other problems

    I reset my ipod deleting all information on it. Whenever I turn it on with the button on the top left the apple is lighted for awhile and then the screen fades to black. This is all my ipod touch does. My itunes doesn't recognize my ipod touch either. I thought that once I reset the ipod it would easily sync with itunes and put all my music, videos, and apps on it. Help please.

    Hi,
    Under your post is says that you are using a docking charger to sync it????? Try using the cord that came with the ipod.
    Can you get into the ipod to use it or is that all it does.
    If you have jailbroken your ipod, this could be the reason for the problem.
    You could also try holding the home and top left (on/off) button at the same time and wait until the apple logo come up.
    I hope this helps.

  • Can anyone help me with iPod/iTunes syncing problems after recent software update?

    Hi there,
    I wonder if anyone can help me.  Last week I updated my iPod to the latest software (8.2).  Today I deleted some albums from iTunes and added a few others.  I also made some changes to a few of my playlists.  I then synched iTunes and my iPod.  However the synching has not worked. 
    When I connect my iPod, it shows up in iTunes pretty instantly.  When I click on sync, I can see in iTunes that it is syncing and also on my iPod, but the changes do not appear on my iPod afterwards.  Also, after the first syncing attempt, I lost two-thirds of my album cover art.  So, I lost covert art, but no other changes were made.  The albums I deleted from iTunes are still on my iPod and the ones I added to iTunes are not on my iPod. 
    I have looked at the music on my iPod while connected to iTunes.   I can see the songs/albums I have added are there, but they appear in grey and have a doted circle (to the left) next to them.  This shows that they have not synched (I guess). 
    I have already restarted my McBook Pro and iPod a few times.  I synched my iPod with iTunes after every restart, but it has not made any difference.  I also deleted the music I added to iTunes and added it again.  I synched iTunes and my iPod after this, but it has made no difference. 
    I would appreciate any suggestions. 
    Many thanks
    Summary: 
    Updated iPod to iOS 8.2. 
    Made changes in iTunes i.e. delete and added music
    iTunes and iPod show they are synching, but changes to not appear on iPod. 
    Also lost cover art on iPod after synching. 
    Products:
    iPod Touch, latest generation
    iTunes 12.1.0.50
    MackBok Pro OS X Mavericks (10.9)

    Thank you for your reply.  I followed your suggestion and restored my iPod to its factory settings.  I then restored it from a backup file.  All the problems have been resolved.  Quite incredible that I had to go through that process to fix it.  I hope Apple will find a solution to the iTunes problem soon. 

  • Urgent help please with MIDI pedal

    I just got an old awesome midi pedal called the X-15 Ultrafoot.
    The pedal has two expression pedals, and 10 pushbuttons/pads. (and two buttons to cycle through additional banks, and a "mode" and "bypass" button)
    Somebody please help I am on the verge to having amazing control.
    What I want to do is have each pushbutton be assigned to a parameter, which is easy to program. Then I want to make the expression pedal(s) also be assigned to that last selected parameter. How do I do this?
    How can I make the expression pedals control over the parameter remain exclusive to just the last selected parameter?!
    Somebody save me please thanks

    mr kglad i really hope my ( too many replies and questions ) don't bother you.. but please excuse me if they sound foolish or something im a beginner as mentioned...
    There must be something wrong with whatever im doing ... ( im so desperate and since you are the only one who replied on me i really need your help please.. )
    1- i published the first fla as a swf (10.3 ) with a button with the code you've given me )
    2- i published the second fla as a swf (10.3) with another button with the same code you've given me )
    3- i made a main page where there are two buttons.. one for english and one for foreign language
      English button with this code :
    Engbutton.addEventListener(MouseEvent.CLICK, fl_ClickToLoadUnloadSWF_4);
    import fl.display.ProLoader;
    var fl_ProLoader_4:ProLoader;
    //This variable keeps track of whether you want to load or unload the SWF
    var fl_ToLoad_4:Boolean = true;
    function fl_ClickToLoadUnloadSWF_4(event:MouseEvent):void
        if(fl_ToLoad_4)
            fl_ProLoader_4 = new ProLoader();
            fl_ProLoader_4.load(new URLRequest("englishformFIN.swf"));
            addChild(fl_ProLoader_4);
        else
            fl_ProLoader_4.unload();
            removeChild(fl_ProLoader_4);
            fl_ProLoader_4 = null;
        // Toggle whether you want to load or unload the SWF
        fl_ToLoad_4 = !fl_ToLoad_4;
    and the other button with the same code ( the second fla )
    IT DOESNT WORK WHEN I TEST THE MOVIE.. the return buttons nor the main ones..why why why why why... ???
    i really need your help
    THANK YOU in advance

  • HELP please with my insignia flip camcorder

    I have a 5.0 insignia flip camcorder .... the specs list Movie Maker as one of two suggested editing programs for the video.  I am very familiar with MM... so I download my avi files created by the insignia onto my harddrive  ... then I open up Movie Maker ... then I import one of the avi files into MM and it imports fine but it won't PLAY.  It says unspecified error .... please help.

    Hi drossi,
    The first thing I would do is make sure you have DirectX 7.1 or a higher version of DirectX installed on your computer, and if you are using Microsoft XP you need to have Service Pack 2 installed on your computer also. You could also try installing the latest version of Windows Movie Maker, which is  version 2.1. If none of this works I would suggest contacting Microsoft to troubleshoot the issue, and to get troubleshooting help on line you could click here. I hope this helps!
    Thanks for posting,
    Allan
    Community Connector
    Best Buy® Corporate
    Allan|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Help Please With iPod Player On My 3GS

    Hello, Could anyone help me with a problem with my iPod part of my iPhone 3GS. The iPod will start to play my desired Playlist, but during the playback, the track album covers forget the last played track and franticly search for it. The album covers can rotate for ever and eventually lock the phone up and steel the album cover images at random. I have to then re-sync with iTunes to get them back. My last 3G phone did the same thing and I had it replaced, but still the same with the new 3G. Now I have a new 3GS, so the problem must be in iTunes Folder. I have a lot of tracks & platlists so I don't want to rush to reformat iTunes. Any ideas please? Jeff

    I'm having the same issue - did you ever find a solution?

  • Help please with caurina

    Hi, I have a bunch of logos in a file and want to animate with caurina, so I had create a timer to show ( fade in - fade out) the logos one by one;
    I had previously fade all the logos with alpha =0; but don´t any idea about how to call it inside the caurina function. my logos all are called logo1, logo2,logo3 etc and I try it to create a variable to hold a number and them put the first part of the name(logo) + the variable to call the movieclip but it didn´t work.Please if someone could help me with this problem.
    //this variable hold the 2nd part of the name
    var logoContador:Number = 1;
    var miTimer:Timer = new Timer(3000);
    miTimer.addEventListener(TimerEvent.TIMER, goTimer);
    function goTimer(TimerEvent:Event):void
    Tweener.addTween(logo+logoContador,{alpha:1,time:1,transition:"easeInQuad",});
    Tweener.addTween(logo+logoContador,{alpha:0,time:1, delay:1.7,transition:"easeInQuad",});
    logoContador++
    miTimer.start();

    yes, you where right it was the extra coma before the end, works very soft and cool, and even using a conditional inside can use it as a  loop.
    Thanks so much for your help, here is the whole script, could be useful to other people.
    import caurina.transitions.*;
    //this variable hold the 2nd part of the name
    var logoContador:Number = 1;
    var miTimer:Timer = new Timer(3000);
    miTimer.addEventListener(TimerEvent.TIMER, goTimer);
    function goTimer(TimerEvent:Event):void
    Tweener.addTween(this["logo"+String(logoContador)],{alpha:1,time:1,transition:"easeInQuad" });
    Tweener.addTween(this["logo"+String(logoContador)],{alpha:0,time:1, delay:1.7,transition:"easeInQuad"});
    if(logoContador>=6)
        logoContador = 1;
    else
    logoContador++
    trace("im runing");
    trace(logoContador);
    miTimer.start();
    //- end of script

  • Need Help Please with Flash Professional - No Cursor Change on Buttons/Links in Mac OS

    Hi Folks, I am relatively new to Flash Professional but I recently built a very nice flash website with very little problems.  I noticed after I uploaded my site to my server, that my mouse cursor did not change from an arrow to a finger on any of my buttons.  It did change on the hyperlinks, but not on the buttons.  Everything still worked fine but there was no indication to the user that an object was in fact an interactive button.  I found this code:  button1.buttonMode = true; button1.useHandCursor = true; and inserted it for all my buttons and that seemed to fix everything, I tested the site on firefox, ie, and safari.  I am using a PC with windows 7.  When I went to check the website on a Mac powerbook, the cursor did not change on any of the buttons and it does not change on any of my hyperlinks either.  I have searched all over trying to find a solution and have had no luck.  Can anyone please help me with this problem or point me in the right direction?  Any advice would be very much appreciated.  Thanks so much!!!

    Thank you so much for replying!  I did in fact let flash professional create the HTML page for the site and have not altered it at all.  Would you have any other suggestions as to why it's not displaying my links/buttons on a Mac?  I checked out the browsers Firefox, ie, and safari on my pc, but looking thru safari on the Mac, the cursor does not change on any of my links or buttons.  Thanks again so much for the reply, nice to hear from a human instead of reading thousands of posts!  Very much appreciated!!!!!

Maybe you are looking for

  • High priority bug to be solved very  urgent

    Hello Experts, I need your help and plz close this topic once its solved. Here is the problem: There is  report called "Material Group".When its is displayed for  material gorup say "GB06010000" is displayed as part of report data wheras the source s

  • Should i call apple for three broken ipods in a row?

    i got this ipod touch from best buy and it just stopped working, then i returned it to get a refurbished one and it had sound problems, and then i returned that one and the one i have now has a touch screen that doesnt work. it wont press certain let

  • Account

    hi, while creating billing doc system showing error that Account "24600000" in company code "HPCL" is marked as a reconciliation account for account type "D" and cannot therefore be directly posted to.PLease give me the solution. Thanks, Rash

  • Object movies in dps how?

    i want to add a quicktime object movie to an indesign dps which i want to save as an app or as a magazine   but i cant seem to find out how - i have seen someone talk about it  i think it can be done   but dont have a clue how to do it   can anyone h

  • Zen 4 gb volume not loud enou

    I just purchased the zen 4 gb and noticed that my media plays barely loud enough to hear but when i use the voice recorder the sound is great i saw online that some firmware for europee limits how loud my player can play music can anyone help me out