KJ
Kevin Jaspan
Sun, Apr 30, 2023 7:22 PM
Just built an Orange Pi system and am searching for arm64 or Orange Pi
version of Jpilot. Anybody installed Jpilot on that hardware?
Kevin
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
Just built an Orange Pi system and am searching for arm64 or Orange Pi
version of Jpilot. Anybody installed Jpilot on that hardware?
Kevin
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
EK
Elmar Klausmeier
Mon, May 1, 2023 6:12 AM
Just built an Orange Pi system and am searching for arm64 or Orange Pi
version of Jpilot. Anybody installed Jpilot on that hardware?
Kevin
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Yes, J-Pilot runs on Odroid, an ARM-platform.
See PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jpilot
On Sun, Apr 30, 2023, 21:23 Kevin Jaspan <kjaspan@gmail.com> wrote:
> Just built an Orange Pi system and am searching for arm64 or Orange Pi
> version of Jpilot. Anybody installed Jpilot on that hardware?
>
> Kevin
>
> --
>
> Sent from my 64 bit Intel quad core hp Pavilion desktop
> running Ubuntu Linux 22.04
> _______________________________________________
> Jpilot mailing list -- jpilot@lists.jpilot.org
> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>
KJ
Kevin Jaspan
Mon, May 1, 2023 1:50 PM
Elmar,
Thanks. I'll give it a try but doubt that will work with their Ubuntu
flavour.
Kevin
On Mon, May 1, 2023 at 2:12 AM Elmar Klausmeier elmar.klausmeier@gmail.com
wrote:
Just built an Orange Pi system and am searching for arm64 or Orange Pi
version of Jpilot. Anybody installed Jpilot on that hardware?
Kevin
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
Elmar,
Thanks. I'll give it a try but doubt that will work with their Ubuntu
flavour.
Kevin
On Mon, May 1, 2023 at 2:12 AM Elmar Klausmeier <elmar.klausmeier@gmail.com>
wrote:
> Yes, J-Pilot runs on Odroid, an ARM-platform.
>
> See PKGBUILD:
> https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jpilot
>
> On Sun, Apr 30, 2023, 21:23 Kevin Jaspan <kjaspan@gmail.com> wrote:
>
> > Just built an Orange Pi system and am searching for arm64 or Orange Pi
> > version of Jpilot. Anybody installed Jpilot on that hardware?
> >
> > Kevin
> >
> > --
> >
> > Sent from my 64 bit Intel quad core hp Pavilion desktop
> > running Ubuntu Linux 22.04
> > _______________________________________________
> > Jpilot mailing list -- jpilot@lists.jpilot.org
> > To unsubscribe send an email to jpilot-leave@lists.jpilot.org
> >
> _______________________________________________
> Jpilot mailing list -- jpilot@lists.jpilot.org
> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
UZ
Ulf Zibis
Mon, May 1, 2023 9:02 PM
Interesting.
What is about the plugin 'libjpsqlite'?
Is there a description about what it does and for what it is useful?
-Ulf
Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
Interesting.
What is about the plugin 'libjpsqlite'?
Is there a description about what it does and for what it is useful?
-Ulf
Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
> Yes, J-Pilot runs on Odroid, an ARM-platform.
>
> See PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jpilot
>
> On Sun, Apr 30, 2023, 21:23 Kevin Jaspan <kjaspan@gmail.com> wrote:
>
>> Just built an Orange Pi system and am searching for arm64 or Orange Pi
>> version of Jpilot. Anybody installed Jpilot on that hardware?
>>
>> Kevin
>>
>> --
>>
>> Sent from my 64 bit Intel quad core hp Pavilion desktop
>> running Ubuntu Linux 22.04
>> _______________________________________________
>> Jpilot mailing list -- jpilot@lists.jpilot.org
>> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>>
> _______________________________________________
> Jpilot mailing list -- jpilot@lists.jpilot.org
> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>
EK
Elmar Klausmeier
Tue, May 2, 2023 7:51 AM
Hello,
there is a SQLite plugin for J-Pilot, which stores the J-Pilot data in
SQLite. A description is here:
https://eklausmeier.goip.de/blog/2020/04-29-j-pilot-plugin-for-sqlite-export
Yes, it is useful ;-) But I am obviously biased.
There are two other developments which you might be interested in:
- J-Pilot can directly store and read data from SQLite, see
https://eklausmeier.goip.de/blog/2022/12-04-sqlite-storage-for-j-pilot
- This SQLite data can be used on Android, iOS, Windows, etc. I am
currently using J-Pilot (data) on Android in a native PHP application, blog
post about this in a few weeks. The "old" method of copying J-Pilot to
Google contacts+calendar is no longer necessary, it was always cumbersome.
- Future plan is to have a hot-sync between different SQLite J-Pilot
databases, for example three devices, described here
https://eklausmeier.goip.de/blog/2020/04-27-sql-datamodel-for-j-pilot
Regards,
Elmar.
On Mon, May 1, 2023 at 11:05 PM Ulf Zibis Ulf.Zibis@cosoco.de wrote:
Interesting.
What is about the plugin 'libjpsqlite'?
Is there a description about what it does and for what it is useful?
-Ulf
Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
Yes, J-Pilot runs on Odroid, an ARM-platform.
See PKGBUILD:
Just built an Orange Pi system and am searching for arm64 or Orange Pi
version of Jpilot. Anybody installed Jpilot on that hardware?
Kevin
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Hello,
there is a SQLite plugin for J-Pilot, which stores the J-Pilot data in
SQLite. A description is here:
https://eklausmeier.goip.de/blog/2020/04-29-j-pilot-plugin-for-sqlite-export
Yes, it is useful ;-) But I am obviously biased.
There are two other developments which you might be interested in:
1. J-Pilot can directly store and read data from SQLite, see
https://eklausmeier.goip.de/blog/2022/12-04-sqlite-storage-for-j-pilot
2. This SQLite data can be used on Android, iOS, Windows, etc. I am
currently using J-Pilot (data) on Android in a native PHP application, blog
post about this in a few weeks. The "old" method of copying J-Pilot to
Google contacts+calendar is no longer necessary, it was always cumbersome.
3. Future plan is to have a hot-sync between different SQLite J-Pilot
databases, for example three devices, described here
https://eklausmeier.goip.de/blog/2020/04-27-sql-datamodel-for-j-pilot
Regards,
Elmar.
On Mon, May 1, 2023 at 11:05 PM Ulf Zibis <Ulf.Zibis@cosoco.de> wrote:
> Interesting.
>
> What is about the plugin 'libjpsqlite'?
>
> Is there a description about what it does and for what it is useful?
>
> -Ulf
>
> Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
> > Yes, J-Pilot runs on Odroid, an ARM-platform.
> >
> > See PKGBUILD:
> https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jpilot
> >
> > On Sun, Apr 30, 2023, 21:23 Kevin Jaspan <kjaspan@gmail.com> wrote:
> >
> >> Just built an Orange Pi system and am searching for arm64 or Orange Pi
> >> version of Jpilot. Anybody installed Jpilot on that hardware?
> >>
> >> Kevin
> >>
> >> --
> >>
> >> Sent from my 64 bit Intel quad core hp Pavilion desktop
> >> running Ubuntu Linux 22.04
> >> _______________________________________________
> >> Jpilot mailing list -- jpilot@lists.jpilot.org
> >> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
> >>
> > _______________________________________________
> > Jpilot mailing list -- jpilot@lists.jpilot.org
> > To unsubscribe send an email to jpilot-leave@lists.jpilot.org
> >
> _______________________________________________
> Jpilot mailing list -- jpilot@lists.jpilot.org
> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>
UZ
Ulf Zibis
Tue, May 2, 2023 1:53 PM
Hey cool!
Thanks for the info. I'll look later at that.
"German precision"!
-Ulf
Am 02.05.23 um 09:51 schrieb Elmar Klausmeier:
Hello,
there is a SQLite plugin for J-Pilot, which stores the J-Pilot data in
SQLite. A description is here:
https://eklausmeier.goip.de/blog/2020/04-29-j-pilot-plugin-for-sqlite-export
Yes, it is useful ;-) But I am obviously biased.
There are two other developments which you might be interested in:
- J-Pilot can directly store and read data from SQLite, see
https://eklausmeier.goip.de/blog/2022/12-04-sqlite-storage-for-j-pilot
- This SQLite data can be used on Android, iOS, Windows, etc. I am
currently using J-Pilot (data) on Android in a native PHP application, blog
post about this in a few weeks. The "old" method of copying J-Pilot to
Google contacts+calendar is no longer necessary, it was always cumbersome.
- Future plan is to have a hot-sync between different SQLite J-Pilot
databases, for example three devices, described here
https://eklausmeier.goip.de/blog/2020/04-27-sql-datamodel-for-j-pilot
Regards,
Elmar.
On Mon, May 1, 2023 at 11:05 PM Ulf Zibis Ulf.Zibis@cosoco.de wrote:
Interesting.
What is about the plugin 'libjpsqlite'?
Is there a description about what it does and for what it is useful?
-Ulf
Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
Yes, J-Pilot runs on Odroid, an ARM-platform.
See PKGBUILD:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jpilot
On Sun, Apr 30, 2023, 21:23 Kevin Jaspan kjaspan@gmail.com wrote:
Just built an Orange Pi system and am searching for arm64 or Orange Pi
version of Jpilot. Anybody installed Jpilot on that hardware?
Kevin
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Hey cool!
Thanks for the info. I'll look later at that.
"German precision"!
-Ulf
Am 02.05.23 um 09:51 schrieb Elmar Klausmeier:
> Hello,
>
> there is a SQLite plugin for J-Pilot, which stores the J-Pilot data in
> SQLite. A description is here:
>
> https://eklausmeier.goip.de/blog/2020/04-29-j-pilot-plugin-for-sqlite-export
>
> Yes, it is useful ;-) But I am obviously biased.
>
> There are two other developments which you might be interested in:
> 1. J-Pilot can directly store and read data from SQLite, see
> https://eklausmeier.goip.de/blog/2022/12-04-sqlite-storage-for-j-pilot
> 2. This SQLite data can be used on Android, iOS, Windows, etc. I am
> currently using J-Pilot (data) on Android in a native PHP application, blog
> post about this in a few weeks. The "old" method of copying J-Pilot to
> Google contacts+calendar is no longer necessary, it was always cumbersome.
> 3. Future plan is to have a hot-sync between different SQLite J-Pilot
> databases, for example three devices, described here
> https://eklausmeier.goip.de/blog/2020/04-27-sql-datamodel-for-j-pilot
>
> Regards,
>
> Elmar.
>
>
> On Mon, May 1, 2023 at 11:05 PM Ulf Zibis <Ulf.Zibis@cosoco.de> wrote:
>
>> Interesting.
>>
>> What is about the plugin 'libjpsqlite'?
>>
>> Is there a description about what it does and for what it is useful?
>>
>> -Ulf
>>
>> Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
>>> Yes, J-Pilot runs on Odroid, an ARM-platform.
>>>
>>> See PKGBUILD:
>> https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jpilot
>>> On Sun, Apr 30, 2023, 21:23 Kevin Jaspan <kjaspan@gmail.com> wrote:
>>>
>>>> Just built an Orange Pi system and am searching for arm64 or Orange Pi
>>>> version of Jpilot. Anybody installed Jpilot on that hardware?
>>>>
>>>> Kevin
>>>>
>>>> --
>>>>
>>>> Sent from my 64 bit Intel quad core hp Pavilion desktop
>>>> running Ubuntu Linux 22.04
>>>> _______________________________________________
>>>> Jpilot mailing list -- jpilot@lists.jpilot.org
>>>> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>>>>
>>> _______________________________________________
>>> Jpilot mailing list -- jpilot@lists.jpilot.org
>>> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>>>
>> _______________________________________________
>> Jpilot mailing list -- jpilot@lists.jpilot.org
>> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>>
> _______________________________________________
> Jpilot mailing list -- jpilot@lists.jpilot.org
> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
EK
Elmar Klausmeier
Sun, May 14, 2023 11:25 AM
Hey cool!
Thanks for the info. I'll look later at that.
"German precision"!
-Ulf
Am 02.05.23 um 09:51 schrieb Elmar Klausmeier:
Hello,
there is a SQLite plugin for J-Pilot, which stores the J-Pilot data in
SQLite. A description is here:
Yes, it is useful ;-) But I am obviously biased.
There are two other developments which you might be interested in:
- J-Pilot can directly store and read data from SQLite, see
https://eklausmeier.goip.de/blog/2022/12-04-sqlite-storage-for-j-pilot
- This SQLite data can be used on Android, iOS, Windows, etc. I am
currently using J-Pilot (data) on Android in a native PHP application,
post about this in a few weeks. The "old" method of copying J-Pilot to
Google contacts+calendar is no longer necessary, it was always
Interesting.
What is about the plugin 'libjpsqlite'?
Is there a description about what it does and for what it is useful?
-Ulf
Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
Yes, J-Pilot runs on Odroid, an ARM-platform.
See PKGBUILD:
Just built an Orange Pi system and am searching for arm64 or Orange Pi
version of Jpilot. Anybody installed Jpilot on that hardware?
Kevin
--
Sent from my 64 bit Intel quad core hp Pavilion desktop
running Ubuntu Linux 22.04
Jpilot mailing list -- jpilot@lists.jpilot.org
To unsubscribe send an email to jpilot-leave@lists.jpilot.org
Hello,
as promised, in
https://eklausmeier.goip.de/blog/2023/05-06-accessing-j-pilot-data-from-mobile-and-web
I describe how to access SQLite data from J-Pilot on mobile devices.
Regards,
Elmar.
On Tue, May 2, 2023 at 3:56 PM Ulf Zibis <Ulf.Zibis@cosoco.de> wrote:
> Hey cool!
> Thanks for the info. I'll look later at that.
> "German precision"!
>
> -Ulf
>
> Am 02.05.23 um 09:51 schrieb Elmar Klausmeier:
> > Hello,
> >
> > there is a SQLite plugin for J-Pilot, which stores the J-Pilot data in
> > SQLite. A description is here:
> >
> >
> https://eklausmeier.goip.de/blog/2020/04-29-j-pilot-plugin-for-sqlite-export
> >
> > Yes, it is useful ;-) But I am obviously biased.
> >
> > There are two other developments which you might be interested in:
> > 1. J-Pilot can directly store and read data from SQLite, see
> > https://eklausmeier.goip.de/blog/2022/12-04-sqlite-storage-for-j-pilot
> > 2. This SQLite data can be used on Android, iOS, Windows, etc. I am
> > currently using J-Pilot (data) on Android in a native PHP application,
> blog
> > post about this in a few weeks. The "old" method of copying J-Pilot to
> > Google contacts+calendar is no longer necessary, it was always
> cumbersome.
> > 3. Future plan is to have a hot-sync between different SQLite J-Pilot
> > databases, for example three devices, described here
> > https://eklausmeier.goip.de/blog/2020/04-27-sql-datamodel-for-j-pilot
> >
> > Regards,
> >
> > Elmar.
> >
> >
> > On Mon, May 1, 2023 at 11:05 PM Ulf Zibis <Ulf.Zibis@cosoco.de> wrote:
> >
> >> Interesting.
> >>
> >> What is about the plugin 'libjpsqlite'?
> >>
> >> Is there a description about what it does and for what it is useful?
> >>
> >> -Ulf
> >>
> >> Am 01.05.23 um 08:12 schrieb Elmar Klausmeier:
> >>> Yes, J-Pilot runs on Odroid, an ARM-platform.
> >>>
> >>> See PKGBUILD:
> >> https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jpilot
> >>> On Sun, Apr 30, 2023, 21:23 Kevin Jaspan <kjaspan@gmail.com> wrote:
> >>>
> >>>> Just built an Orange Pi system and am searching for arm64 or Orange Pi
> >>>> version of Jpilot. Anybody installed Jpilot on that hardware?
> >>>>
> >>>> Kevin
> >>>>
> >>>> --
> >>>>
> >>>> Sent from my 64 bit Intel quad core hp Pavilion desktop
> >>>> running Ubuntu Linux 22.04
> >>>> _______________________________________________
> >>>> Jpilot mailing list -- jpilot@lists.jpilot.org
> >>>> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
> >>>>
> >>> _______________________________________________
> >>> Jpilot mailing list -- jpilot@lists.jpilot.org
> >>> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
> >>>
> >> _______________________________________________
> >> Jpilot mailing list -- jpilot@lists.jpilot.org
> >> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
> >>
> > _______________________________________________
> > Jpilot mailing list -- jpilot@lists.jpilot.org
> > To unsubscribe send an email to jpilot-leave@lists.jpilot.org
> _______________________________________________
> Jpilot mailing list -- jpilot@lists.jpilot.org
> To unsubscribe send an email to jpilot-leave@lists.jpilot.org
>