Re: QtMoko v24 for GTA01

2010-06-07 Thread Radek Polak
On Sunday 06 June 2010 14:08:24 Torfinn Ingolfsen wrote:

 Hmm, I don't have a SIM-card in the phone. Is that going to be a problem?

That can be - i tried with SIM and it was working. I also sometimes get this 
message when battery is very low - probably not enough power for modem.

Regards

Radek

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


Re: QtMoko v24 for GTA01

2010-06-07 Thread Paul Fertser
Radek Polak pson...@seznam.cz writes:
 On Sunday 06 June 2010 14:08:24 Torfinn Ingolfsen wrote:
 Hmm, I don't have a SIM-card in the phone. Is that going to be a problem?

 That can be - i tried with SIM and it was working. I also sometimes get this 
 message when battery is very low - probably not enough power for modem.

Indeed, the device itself can work on a voltage lower than the
Calypso's minimum. I'm not sure if anyone has accurate measurements of
that though.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

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


Re: QtMoko v24 for GTA01

2010-06-07 Thread Torfinn Ingolfsen
Hi,

On Mon, Jun 7, 2010 at 8:58 AM, Radek Polak pson...@seznam.cz wrote:

 On Sunday 06 June 2010 14:08:24 Torfinn Ingolfsen wrote:

  Hmm, I don't have a SIM-card in the phone. Is that going to be a problem?

 That can be - i tried with SIM and it was working. I also sometimes get
 this
 message when battery is very low - probably not enough power for modem.


I think it's the battery. I tried it with the battery from my FR, and then
the Neo 1973 works (without SIM card).
Here is the output with the FR battery:
neo:~# cat /sys/class/power_supply/battery/uevent
PHYSDEVPATH=/class/i2c-adapter/i2c-0/0-0008/gta01_battery
PHYSDEVBUS=platform
PHYSDEVDRIVER=gta01_battery
POWER_SUPPLY_NAME=battery
POWER_SUPPLY_TYPE=Battery
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_STATUS=Charging
POWER_SUPPLY_VOLTAGE_NOW=4054000
POWER_SUPPLY_CURRENT_NOW=-234000
POWER_SUPPLY_CAPACITY=92
POWER_SUPPLY_CHARGE_FULL=85
POWER_SUPPLY_CHARGE_NOW=739500

With the (broken?) 1973 battery it looks like this:
neo:~# cat /sys/class/power_supply/battery/uevent
PHYSDEVPATH=/class/i2c-adapter/i2c-0/0-0008/gta01_battery
PHYSDEVBUS=platform
PHYSDEVDRIVER=gta01_battery
POWER_SUPPLY_NAME=battery
POWER_SUPPLY_TYPE=Battery
POWER_SUPPLY_PRESENT=1
POWER_SUPPLY_STATUS=Charging
POWER_SUPPLY_VOLTAGE_NOW=4183000
POWER_SUPPLY_CURRENT_NOW=-287000
POWER_SUPPLY_CAPACITY=100
POWER_SUPPLY_CHARGE_FULL=85
POWER_SUPPLY_CHARGE_NOW=85

Also, the battery in the 1973 have a bulge to it now. :-)
Perhaps best if I don't use it at all.

-- 
Regards,
Torfinn
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko v24 for GTA01

2010-06-06 Thread Radek Polak
Torfinn Ingolfsen wrote:

 Ok. I don't think I need X, so that's not a problem.
 But why isn't Qtopia starting?
 I'm not experienced enough to use the phone from the command line yet. :-)

Ahh ok, so the whole phone application does not start? It could be usefull to 
ssh to the phone and do:

/etc/init.d/qpe.sh stop
source /opt/qtmoko/qpe.env
qpe

and see what it prints.

Regards

Radek

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


Re: QtMoko v24 for GTA01

2010-06-06 Thread Torfinn Ingolfsen
Hi,

On Sun, Jun 6, 2010 at 1:55 PM, Radek Polak pson...@seznam.cz wrote:

 Torfinn Ingolfsen wrote:

  Ok. I don't think I need X, so that's not a problem.
  But why isn't Qtopia starting?
  I'm not experienced enough to use the phone from the command line yet.
 :-)

 Ahh ok, so the whole phone application does not start? It could be usefull
 to
 ssh to the phone and do:

 /etc/init.d/qpe.sh stop
 source /opt/qtmoko/qpe.env
 qpe

 and see what it prints.


Here goes:
 neo:~# /etc/init.d/qpe.sh stop
neo:~# source /opt/qtmoko/qpe.env
neo:/root# qpe
NeoKbdDriverPlugin:create()
Before call NeoKbdHandler()
NeoBattery::NeoBattery
64638 0
Initializing the modem failed.
Aborted
neo:/root#

Hmm, I don't have a SIM-card in the phone. Is that going to be a problem?
-- 
Regards,
Torfinn
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko v24 for GTA01

2010-06-05 Thread Torfinn Ingolfsen
Hello,
I have a Neo 1973. Use? Well, it gets as much use as my FreeRunner - ie not
much. Mainly testing etc.

Anyway, I installed QtMoko V24 on it, for testing.
The first time I booted it, it came up fine, QT with screen calibration,
asked for the timezone (which I couldn't set to Europe/Oslo, but I guess
that is releated to the removed zoneinfos), then it aborted / killed X.
And after that, it will not start X again, no matter what I try.
On the console of the Neo 1973, I can read this message:
qx_helper: error while loading shared libraries: libX11.so.6: cannot open
shared object file: no such file or directoy Aborted
It doesn't seem like this file is on there:
neo:~# find / -name 'libX11.so*' -print
neo:~#
Stopping and starting Qtopia gives the same result:
neo:~# /etc/init.d/qpe.sh stop
neo:~# /etc/init.d/qpe.sh start
neo:~# qx_helper: error while loading shared libraries: libX11.so.6: cannot
open shared object file: No such file or directory
Aborted


I don't know what's wrong.
-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: QtMoko v24 for GTA01

2010-06-05 Thread Radek Polak
Torfinn Ingolfsen wrote:

 asked for the timezone (which I couldn't set to Europe/Oslo, but I guess
 that is releated to the removed zoneinfos)

Yes, it's because of it.

 And after that, it will not start X again, no matter what I try.
 On the console of the Neo 1973, I can read this message:
 qx_helper: error while loading shared libraries: libX11.so.6: cannot open
 shared object file: no such file or directoy Aborted
 It doesn't seem like this file is on there:
 neo:~# find / -name 'libX11.so*' -print
 neo:~#

This is because i havent installed X in this image at all. You can do it 
manually with apt-get but i guess it will exceed the space. 64MB is ok for 
featured phone, but not for full blown debian. Maybe running from SD card  
could solve it.

Regards

Radek

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


Re: QtMoko v24 for GTA01

2010-06-05 Thread Torfinn Ingolfsen
Hi,

On Sat, Jun 5, 2010 at 7:01 PM, Radek Polak pson...@seznam.cz wrote:

 Torfinn Ingolfsen wrote:

  asked for the timezone (which I couldn't set to Europe/Oslo, but I guess
  that is releated to the removed zoneinfos)

 Yes, it's because of it.

  And after that, it will not start X again, no matter what I try.
  On the console of the Neo 1973, I can read this message:
  qx_helper: error while loading shared libraries: libX11.so.6: cannot
 open
  shared object file: no such file or directoy Aborted
  It doesn't seem like this file is on there:
  neo:~# find / -name 'libX11.so*' -print
  neo:~#

 This is because i havent installed X in this image at all. You can do it
 manually with apt-get but i guess it will exceed the space. 64MB is ok for
 featured phone, but not for full blown debian. Maybe running from SD card
 could solve it.


Ok. I don't think I need X, so that's not a problem.
But why isn't Qtopia starting?
I'm not experienced enough to use the phone from the command line yet. :-)


-- 
Regards,
Torfinn Ingolfsen
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


QtMoko v24 for GTA01

2010-06-02 Thread Radek Polak
Hi,
first of all thanks everybody for supporting QtMoko. I am glad that it works 
for so many people.

I am now uploading images for older Openmoko model - Neo 1973 (GTA01). You can 
download them from here [1].

Source code can be found on github master_gta01 branch [2]. Here you can also 
find kernel config [3] and howto for debian rootfs [4].

There is not so much different to Freerunner image except that Neo 1973 has 
only 64MB NAND flash so it was quite hard to make the image so small. I had to 
manually delete a few big files from /usr (like zoneinfos) and there are only a 
few packages there compared to Freerunner image.

However the phone can boot now, you can make calls and use most of the 
applications there. Known problems are following:

- GPS will not be working out of the box for sure
- I was able to connect GPRS but ping for some reason didnt work.
- Long suspend gives me white screen
- I couldnt charge GTA02 battery (but i guess this is normal)
- QMplayer you'll have to manually edit config to use fb instead of glamo

So there is still a lot of work to be done. If you would like to contribute, 
best way is to register on github and fork mine qtmoko repo or just send me 
patches by email.

I have Neo 1973 phone borrowed from Pavel Machek. Thanks Pavel!

Any feedback is welcome. I am wondering how many people still have this old 
Neo and if they are still using it.

Cheers

Radek

[1] https://sourceforge.net/projects/qtmoko/files/Neo1973
[2] http://github.com/radekp/qtmoko/tree/master_gta01
[3] 
http://github.com/radekp/qtmoko/tree/master_gta01/devices/neo/linux_kernel/
[4] 
http://github.com/radekp/qtmoko/blob/master_gta01/doc/txt/debian_rootfs_howto.txt

md5sums:

f2d8cb71d507e3247d49aea1bc04234d  qtmoko-debian-v24-gta01.jffs2
ae7e9a0f00700e2119d4b06b14a320dc  qtmoko-debian-v24-gta01.tar.gz
8edefeddac635861ed437bcac2967a74  uImage-v24-gta01.bin

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