Author Topic: Problem With Opie Addressbook Under Cacko  (Read 5046 times)

DaveAnderson

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Problem With Opie Addressbook Under Cacko
« on: January 27, 2005, 08:37:34 am »
I installed the Opie PIM apps directly from the Cacko feed.  This problem may be the same for all apps, but I've only confirmed with addressbook.  After install, there is a Contacts app in the Applications tab.  Starting that starts the Cacko-included address book instead.  It seems they both use an executable with the same name: addressbook

I can start opie app from command prompt, but cannot get it to work from a tab.  I tried renaming the opie addressbook exec file to oaddressbook - that allows me to launcg from tab, but it comes up in portrait mode and I cannot change it.

Thoughts?

stupkid

  • Hero Member
  • *****
  • Posts: 578
    • View Profile
    • http://
Problem With Opie Addressbook Under Cacko
« Reply #1 on: January 27, 2005, 11:35:26 am »
I'll look into this.  Thanks for the report Dave.

Zaurus SL-C3200 pdaXii13v2 5.5 / Ambicom WC1100C-CF / Socket Bluetooth Rev G


OpenMoko FreeRunner - Running Tweaked OM2008.x Image

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Problem With Opie Addressbook Under Cacko
« Reply #2 on: January 29, 2005, 06:51:52 pm »
I think that's because you still have Sharp addressbook fastloaded. Restarting Qtopia should fix it.

DaveAnderson

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Problem With Opie Addressbook Under Cacko
« Reply #3 on: February 04, 2005, 11:59:26 am »
Quote
I think that's because you still have Sharp addressbook fastloaded. Restarting Qtopia should fix it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=64489\"][{POST_SNAPBACK}][/a][/div]

How does one restart Qtopia?  I've restarted the Z and that hasn't helped.

stupkid

  • Hero Member
  • *****
  • Posts: 578
    • View Profile
    • http://
Problem With Opie Addressbook Under Cacko
« Reply #4 on: February 06, 2005, 07:40:49 pm »
You can restart Qtopia by clicking on Settings/Shutdown.  Then click on the "Restart Qtopia button".

You might have better luck with the Cacko-lite ROM since it does not have the Sharp PIMs installed.

Zaurus SL-C3200 pdaXii13v2 5.5 / Ambicom WC1100C-CF / Socket Bluetooth Rev G


OpenMoko FreeRunner - Running Tweaked OM2008.x Image

petya

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Problem With Opie Addressbook Under Cacko
« Reply #5 on: February 08, 2005, 02:36:22 am »
I use the cacko lite rom, and when i start the addressbook, it switches to qvga mode, the tap and hold, and uncheck the magnify doesn't work, it cannot be unchecked, if i start it from command line, ti works well. I am using the opie-addressbook, and this is on c-760.

DaveAnderson

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Problem With Opie Addressbook Under Cacko
« Reply #6 on: February 11, 2005, 07:32:22 am »
Quote
I use the cacko lite rom, and when i start the addressbook, it switches to qvga mode, the tap and hold, and uncheck the magnify doesn't work, it cannot be unchecked, if i start it from command line, ti works well. I am using the opie-addressbook, and this is on c-760.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66082\"][{POST_SNAPBACK}][/a][/div]

I assume the same is happening for me.  What is qvga mode?  When I start it the screen turns a grayish color and then it starts up in portrait mode.  And yeah, command prompt is fine.  Weird.

petya

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Problem With Opie Addressbook Under Cacko
« Reply #7 on: February 11, 2005, 09:51:59 am »
Problem solved, the addressbook was fastloaded, so there was a running addressbook process, so it didn't allow me to changed it. Solution: from terminel you can kill the addressbook (killall -9 addressbook), than uncheck run in magnified mode, than start addressbook. This solves the multisync problem to, like stupkid said in the other topic. I worte a shell script, for backing up the pim's xmls, kill the pims (than the xmls screwed up), restore the xml from the backup, than start pims. I put an icon for it on the pim tab.

DaveAnderson

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Problem With Opie Addressbook Under Cacko
« Reply #8 on: February 11, 2005, 11:14:47 am »
Quote
Problem solved, the addressbook was fastloaded, so there was a running addressbook process, so it didn't allow me to changed it. Solution: from terminel you can kill the addressbook (killall -9 addressbook), than uncheck run in magnified mode, than start addressbook. This solves the multisync problem to, like stupkid said in the other topic. I worte a shell script, for backing up the pim's xmls, kill the pims (than the xmls screwed up), restore the xml from the backup, than start pims. I put an icon for it on the pim tab.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66615\"][{POST_SNAPBACK}][/a][/div]

Why the script though?  Once you uncheck magnified, isn't it fixed?  Why the need to backup, kill, restore, start?

Also, what are you syncing from?  Evolution 1.x or 2?
« Last Edit: February 11, 2005, 11:17:43 am by DaveAnderson »

petya

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Problem With Opie Addressbook Under Cacko
« Reply #9 on: February 12, 2005, 01:30:24 am »
Like stupkid said before in the other topic, the opie pims work this way:
when they are fastloaded (i think this is extremely useful, they can be compared to palm pims), they run all the time. When you start for example addressbook, it read addressbook.xml, and works with it, when you stop it, it writes back it's data to the xml.

When you sync: evolution overwrites the xml of the opie pims, but when they are fastloaded, the xmls not re-readed. So, you must kill and start your pim,i have a killpim.sh like this:

mv addressbook.xml addressbook.xml.temp
killall -9 addressbook
mv addressbook.xml.temp addressbook.xml
(the same for the other 2 apps)

so you have the synced xml, when next time you start the addressbook. This works fine for me. I use 0.83 multisync and 1.4.6 evolution on a gentoo box (it works with evo2 too, but i don't like it, so i masked it tou in portage).

This "refresh method" could be better, if i could write in, to fastload the pim app again (next time you start pim app, you should wait longer, but only the first time)

So, anybody knows how to fastload from a bash script?

I saw mutt on the feed, great e-mail program, if someone would add fetchmail, procmail, and ssmtp, than you can sync your mail too with evolution with a simple bash script. You can do it now, but you cannot send or recevie them, just read them on te road.