Re: Retrieving contacts for remote backup in QtMoko.

2015-01-22 Thread Robert 'Bobby' Zenz
Thank you very much, that works.

To be exact, as it turns out my contacts are already locally saved
in /home/root/Applications/Qtopia/qtopia_db.sqlite.

I guess that that one is a mirror of my SIM card, as I can't remember
transferring them (also pushing a new image onto the phone would have
removed them before). For some reason I can't get my SIM card to show
my the contacts, all I get is "OK". Well, doesn't matter as long as the
qtopia_db is up to date I guess.

Thanks again!


On Thu, 22 Jan 2015 21:34:29 +0100
Ed Kapitein  wrote:

> On 01/22/2015 09:11 PM, Robert 'Bobby' Zenz wrote:
> > Hello.
> >
> > Thank you. The contacts are on the SIM card, I already tried
> > "talking" with it but my tries were a little unsuccessful and
> > resulted in the modem/SIM not answering at all and locking up. My
> > assumption was that that was because I tried to talk with it at the
> > same time as QtMoko and its services.
> >
> > Do you know what the preferred way is to send commands to the SIM in
> > QtMoko? Or should a "normal" serial/terminal communication program
> > be enough?
>  ><
> 
> You should stop qpe, so it is not using the modem anymore.
> ( /etc/init.d//qpe/.sh /stop/ i believe )
> Then you can use a normal terminal program to send commands.
> Minicom should work just fine.
> 
> If the modem locks up, you can reset it with:
> echo 0 > 
> /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio.0/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on
> sleep 5
> echo 1 > 
> /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio.0/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on
> 
> if 
> /sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-gpio.0/reg-fixed-voltage.1/gta02-pm-gsm.0/power_on
>  
> 
> does not exists, try
> /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/neo1973-pm-gsm.0/power_on,
>  
> there was a change of path somewhere in the past.
> 
> Kind regards,
> Ed
> 
> 
> 


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Retrieving contacts for remote backup in QtMoko.

2015-01-22 Thread Robert &#x27;Bobby&#x27; Zenz
Hello.

Thank you. The contacts are on the SIM card, I already tried
"talking" with it but my tries were a little unsuccessful and resulted
in the modem/SIM not answering at all and locking up. My assumption was
that that was because I tried to talk with it at the same time as
QtMoko and its services.

Do you know what the preferred way is to send commands to the SIM in
QtMoko? Or should a "normal" serial/terminal communication program be
enough?


On Thu, 22 Jan 2015 20:24:23 +0100
Ed Kapitein  wrote:

> On 01/22/2015 06:55 PM, Robert 'Bobby' Zenz wrote:
> > Hello everyone.
> >
> > Does somebody know if it is possible to retrieve the contacts of the
> > phone in QtMoko so that they can, f.e., be send via SSH to a remote
> > system for backup?
> >
>  ><
> 
> Hi Bobby,
> 
> If your contacts are stored on the phone you could try the script
> from [1]
> 
> If they are on the the SIM, you can retrieve them with an AT command 
> like AT+CPBR=1
> 
> Kind regards,
> Ed
> 
> [1] http://marc.info/?l=openmoko-community&m=127790542718546
> 
> 
> 
> 
> 
> 
>   
> 
> 


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Retrieving contacts for remote backup in QtMoko.

2015-01-22 Thread Robert &#x27;Bobby&#x27; Zenz
Hello everyone.

Does somebody know if it is possible to retrieve the contacts of the
phone in QtMoko so that they can, f.e., be send via SSH to a remote
system for backup?

My use case is that I'm already using SSH to retrieve my messages and
store them as backup and archive on my PC. I'd like to expand that to
the contacts as well, but I was unable to find a way to retrieve them.

Does somebody know how that might be possible?

Best Regards,
Bobby

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtMoko UI questions...

2015-01-04 Thread Robert &#x27;Bobby&#x27; Zenz
Yes, it is worth being enabled if your phone has been fixed. If I
remember correctly there was a hardware bug that would not allow to go
the modem to deep sleep (to save energy), instead of sleeping it
oscillated between being awake and sleeping or something like that. I
think it was bug #1024, and needs to be fixed by soldering a resistor
somewhere onto the board. If it has been fixed on your phone, enable
the option.

On Sun, 04 Jan 2015 01:17:51 -0200
Jorge  wrote:

> Thank Christ and Robert.
> 
> Another question, in the NeoControl (Neo Hardware Tool) application 
> there's a "Deep Sleep" option, unchecked. Is it worth enabling? It
> seems modem related, what's supposed to do?
> There's also an unchecked "Use FSO (freesmartphone.org)", what is 
> qtMoko's status with FSO?
> 
> Jorge
> 
> 
> On 03/01/15 11:30, Christ van Willegen wrote:
> > Hi,
> >
> > On Sat, Jan 3, 2015 at 3:13 AM, Jorge  wrote:
> >> Also, how are the two charge rate computed? Over what period? And
> >> I suppose that while suspended no data is logged, how that is
> >> dealt with?
> > There's a charge counter inside the battery. When suspending, the
> > charge and suspend time is stored. When waking up, the charge delta
> > and time delta is used for that.
> >
> > Christ van Willegen
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: qtMoko UI questions...

2015-01-03 Thread Robert &#x27;Bobby&#x27; Zenz
>From memory (without verification), the two numbers should be the cell
identification/location of the mobile network (not sure what it is
exactly, though).

The P should be the air/atmospheric pressure, the GTA02 does not have a
sensor for it.

No exact idea about the charge rate.


On Sat, 03 Jan 2015 00:13:29 -0200
Jorge  wrote:

> Using qtMoko 58 on a GTA02 here, and have this silly question... What 
> are the two numbers under the service provider (with the "globe"
> icon)?. It says 11/9772 now, and have no idea what it means :)
> 
> And by the way, what is the last item for, under the charge rate, the 
> one with the "P" icon?
> 
> Also, how are the two charge rate computed? Over what period? And I 
> suppose that while suspended no data is logged, how that is dealt
> with?
> 
> Greetings,
> 
> Jorge
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Doc

2014-07-14 Thread Robert &#x27;Bobby&#x27; Zenz
Well, I had no idea what to expect on the other side (except that
it was obvious spam)...and that php extension made me curious.

On Mon, 14 Jul 2014 19:00:29 +0200
Patryk Benderz  wrote:

> Dnia 2014-07-14, pon o godzinie 18:18 +0200, Robert 'Bobby' Zenz
> pisze:
> > In case somebody wonders, it's a phishing site for e-mail account
> > data...and an ugly one it is...
> You actually bothered to check it? It is obvious :)
> 


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Doc

2014-07-14 Thread Robert &#x27;Bobby&#x27; Zenz
In case somebody wonders, it's a phishing site for e-mail account
data...and an ugly one it is...

 On Mon, 14 Jul 2014 07:22:52 -0700
Vicente AlcaƱiz Buceta  wrote:

>Incoming Google drive document awaiting you
> Click *Open*
> 
>  to view the shared docs
> 
> View accessible PDF, DOCX, PPTX, XLSX, among other files online with
> Google Docs by only 2 clicks.
> Best Regards


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Pong Was: ping

2014-06-17 Thread Robert &#x27;Bobby&#x27; Zenz
Was thinking about it, but I dislike such small keyboards. To be
honest, I'd need to try the keyboard of the N900 to know if I'd like it
or not and if I can use it or not. On my GTA02 I'm using the stylus
that came with it and the docked keyboard.

Well, touchscreen keyboards never really worked for me when not using a
stylus.

On Tue, 17 Jun 2014 19:47:48 +0200
joerg Reisenweber  wrote:

> On Tue 17 June 2014 19:07:36 Robert 'Bobby' Zenz wrote:
> > Pong from Austria, still happy with my GTA02 (would like a GTA04,
> > though).
> > 
> > I wish everyone a good summer!
> 
> How about a Neo900?
> http://neo900.org
> 
> /j


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Pong Was: ping

2014-06-17 Thread Robert &#x27;Bobby&#x27; Zenz
Pong from Austria, still happy with my GTA02 (would like a GTA04,
though).

I wish everyone a good summer!

On Tue, 17 Jun 2014 12:25:05 +0200
Matteo Sanvito  wrote:

> pong from italy!
> i'm still working on my openmoko :P
> have a nice day!
> 
> 
> 2014-06-17 11:18 GMT+02:00 Evgeniy Ginzburg :
> 
> > Pong, have nice summer.
> >
> >
> > On Tue, Jun 17, 2014 at 9:26 AM, Christoph Pulster
> >  wrote:
> >
> >> Anybody out there ? :-)
> >>
> >>
> >> May I put some life in this list with my stock / offer list:
> >>
> >> GTA02, new, 299 eur
> >> GTA02, used, 199 eur
> >> Wikireader, 29 eur
> >>
> >> battery, original&new, 9 eur
> >> power adapter, 9 eur
> >> Car holder, 5 eur
> >> leather case, 29 eur
> >> GPS antenna, 15 eur
> >> link cable, 4 eur
> >> spares display, 49 eur
> >>
> >>
> >> FREE Items for any order: pouch, headset, printed manual, display
> >> protection, debug board
> >>
> >> more infos in my tiny shop www.pulster.eu
> >>
> >>
> >>
> >> to all remaining Openmoko'ianian, have a nice summer time !
> >>
> >> Christoph
> >>
> >> ___
> >> Openmoko community mailing list
> >> community@lists.openmoko.org
> >> http://lists.openmoko.org/mailman/listinfo/community
> >>
> >
> >
> >
> > --
> > So long, and thanks for all the fish.
> >
> > ___
> > Openmoko community mailing list
> > community@lists.openmoko.org
> > http://lists.openmoko.org/mailman/listinfo/community
> >
> >


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community