Re: GPS stopped working, can't figure it out... what else?

2010-07-12 Thread Yaroslav Halchenko

On Sat, 10 Jul 2010, Al Johnson wrote:
  * originally GPS worked for me without AGPS at all, just TTFF was around
2 min
 It still should work. TTFF will be ~40s in ideal conditions, longer as 
that is exactly my problem -- it doesn't work at all -- most of the time
even GPS time is not acquired after tens of minutes being waited.

just in case -- got account on online assist for ublox, used python
script from online with my account info and lat/long -- no change.

is there any more lower level way to troubleshoot GPS (sending/receiving
expected input etc) than just eye balling stream of outputs from
gso-gpsd?

11:36:52.597450 DEBUG: Timeout: sending data to clients
11:36:52.597985 INFO: Sending nmea: $GPGGA,,0,00,,,*66
11:36:52.598371 INFO: Sending nmea: $GPGSA,A,0,,,*1f
11:36:52.598782 INFO: Sending nmea: $GPGSV,1,1,00*79
11:36:52.599156 INFO: Sending nmea: $GPRMC,,V,*31
11:36:52.599519 INFO: Sending nmea: $GPGLL,,V*06
11:36:52.599882 INFO: Sending nmea: $GPVTG*52

Thank you for the hints in advance!
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GPS stopped working, can't figure it out... what else?

2010-07-12 Thread Yaroslav Halchenko
funny enough, on SHR unstable
1. I have no /dev/gps (ok, added symlink to ttySAC1)
2. om gps power 1
   puke with 'no file' since

   
access(/sys/class/i2c-adapter/i2c-0/0-0073/pcf50633-regltr.7/neo1973-pm-gps.0,
 F_OK) = -1 ENOENT (No such file or directory)

   and doesn't seems to try

   
/sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-regltr.7/regulator/regulator.7/gta02-pm-gps.0-RF_3V/power_on

   I guess, om is not that freerunner/SHR compatible atm? ;)

in any case... if I just do everything manually I get nothing:

r...@om-gta02 /dev # echo 0  
/sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-regltr.7/regulator/regulator.7/gta02-pm-gps.0-RF_3V/power_on
r...@om-gta02 /dev # echo 1 
/sys/devices/platform/s3c2440-i2c/i2c-0/0-0073/pcf50633-regltr.7/regulator/regulator.7/gta02-pm-gps.0-RF_3V/power_on
r...@om-gta02 /dev # hexdump /dev/gps
r...@om-gta02 /dev # 
r...@om-gta02 /dev # ls -l /dev/gps
lrwxrwxrwx1 root root12 Jul 12 12:33 /dev/gps - 
/dev/ttySAC1

On Mon, 12 Jul 2010, Timo Juhani Lindfors wrote:

 Yes. Make sure that no process has /dev/gps open and then

 om gps power 0
 om gps power 1
 hexdump /dev/gps

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GPS stopped working, can't figure it out... what else?

2010-07-12 Thread Yaroslav Halchenko
.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GPS stopped working, can't figure it out... what else?

2010-07-10 Thread Yaroslav Halchenko
thanks everyone -- I will check it out although I am a bit confused
since 
* originally GPS worked for me without AGPS at all, just TTFF was around
  2 min
* I thought AGPS feeding chip with previous locations was already
  implemented and that is why there is a button to remove AGPS data
  if you rellocate (used it few times, and then again acquired time/fix
  within few minutes)
now I am experiencing now fixation (or even time acquisition) at all,
which sounds somewhat different... but ok -- I guess I better check
first what effect I would get with online assistance.

On Sat, 10 Jul 2010, Ian Darwin wrote:

  I got me a password from u-blox.com and use the script from this page:
  http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS#GTA02_GPS_Hardware_Assist_Feature
  (the python one). I set the values for lat and lon to known values
  (for me lat=52.375756;lon=13.651114;) and feed the output into
  /dev/ttySAC1 -  this speeds up finding satellites alot.

 This is an important action if you're using the GPS. The wiki discussion 
 cited above could use
 some cleanup but the information you need is there. Anyone using a FR 
 device and wanting
 to use the GPS should be using this. There's even a version for Android 
 On OM at
 http://androidgps.blogspot.com/2009/02/priming-openmoko-u-blox-gps-chip.html
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


GPS stopped working, can't figure it out... what else?

2010-07-09 Thread Yaroslav Halchenko
Running SHR, recently reflushed to most recent SHR and kept it up to
date (today).  GPS for some reason not only doesn't fixate but even
fails to acquire time.

Running fso-gpsd in foreground with debug level of 10 I am getting
periodic:

13:10:01.799252 DEBUG: Timeout: sending data to clients
13:10:01.800015 INFO: Sending nmea: $GPGGA,,0,00,,,*66
13:10:01.800529 INFO: Sending nmea: $GPGSA,A,0,,,*1f
13:10:01.800934 INFO: Sending nmea: $GPGSV,1,1,00*79
13:10:01.801360 INFO: Sending nmea: $GPRMC,,V,*31
13:10:01.801761 INFO: Sending nmea: $GPGLL,,V*06
13:10:01.802203 INFO: Sending nmea: $GPVTG*52
13:10:03.806755 DEBUG: Timeout: sending data to clients
13:10:03.807292 INFO: Sending nmea: $GPGGA,,0,00,,,*66
13:10:03.807706 INFO: Sending nmea: $GPGSA,A,0,,,*1f
13:10:03.808097 INFO: Sending nmea: $GPGSV,1,1,00*79
13:10:03.808486 INFO: Sending nmea: $GPRMC,,V,*31
13:10:03.808855 INFO: Sending nmea: $GPGLL,,V*06
13:10:03.809222 INFO: Sending nmea: $GPVTG*52


logs in frameworkd upon me 'enabling GPS again':

2010.07.09 13:05:58.177 ogpsdDEBUG(writing '1' to 
'/sys/bus/platform/devices/gta02-pm-gps.0/power_on')
2010.07.09 13:05:58.716 ogpsdDEBUGSending UBX packet of 
type CFG-SBAS: {'usage': 7, 'scanmode': 0, 'mode': 1, 'maxsbas': 3}
2010.07.09 13:05:58.725 ogpsdDEBUGSending UBX packet of 
type CFG-NAV2: {'TDOP': 250, 'TACC': 300, 'MinELE': 5, 'MaxSVs': 16, 
'MinSVInitial': 3, 'MinCN0After': 10, 'FixMode': 2, 'PDOP': 250, 'Platfo
rm': 3, 'MinSVs': 3, 'DGPSTO': 60, 'PACC': 100, 'NAVOPT': 1, 'MaxDR': 5, 
'StaticThres': 10, 'MinCN0Initial': 15, 'FixedAltitude': 5} 
2010.07.09 
13:05:58.733 ogpsdDEBUGSending UBX packet of type CFG-PRT: 
[]
2010.07.09 13:05:58.740 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 3, 'Rate': 1, 'Class': 1}
2010.07.09 13:05:58.747 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 2, 'Rate': 1, 'Class': 1}
2010.07.09 13:05:58.754 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 18, 'Rate': 1, 'Class': 1}
2010.07.09 13:05:58.761 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 33, 'Rate': 1, 'Class': 1}
2010.07.09 13:05:58.769 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 4, 'Rate': 1, 'Class': 1}
2010.07.09 13:05:58.776 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 48, 'Rate': 5, 'Class': 1}
2010.07.09 13:05:58.783 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 0, 'Rate': 1, 'Class': 11}
2010.07.09 13:05:58.791 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 1, 'Rate': 8, 'Class': 1}
2010.07.09 13:05:58.798 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 48, 'Rate': 1, 'Class': 11}
2010.07.09 13:05:58.805 ogpsdDEBUGSending UBX packet of 
type CFG-MSG: {'MsgID': 49, 'Rate': 1, 'Class': 11}
2010.07.09 13:05:58.826 frameworkd.resource  DEBUGsending delayed signal 
function ConnectionStatusChanged at 0x177330( (ogpsd.om.GTA02Device at 
/org/freedesktop/Gypsy at 0x1bc330, False) )
2010.07.09 13:05:58.833 ogpsd.gpsdevice  DEBUGConnectionStatusChanged 
False
2010.07.09 13:05:58.841 frameworkd.resource  DEBUGsending delayed signal 
function ConnectionStatusChanged at 0x177330( (ogpsd.om.GTA02Device at 
/org/freedesktop/Gypsy at 0x1bc330, True) )
2010.07.09 13:05:58.861 ogpsd.gpsdevice  DEBUGConnectionStatusChanged 
True
2010.07.09 13:05:58.878 frameworkd.resource  DEBUG(ok) done processing 
command 'enable' for resource 'ogpsd.om.GTA02Device at /org/freedesktop/Gypsy 
at 0x1bc330' (new status=enabled); triggering next command


what else could it be beside may be ruined GPS module? (I could have dropped
poor phone few times recently ;))

what else could I do to troubleshoot?

thanks in advance!
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GPS stopped working, can't figure it out... what else?

2010-07-09 Thread Yaroslav Halchenko
some times, and seems whenever I don't allow it to sleep after reboot,
it does manage to acquire time, but still doesn't see satellites 

On Fri, 09 Jul 2010, Yaroslav Halchenko wrote:

 Running SHR, recently reflushed to most recent SHR and kept it up to
 date (today).  GPS for some reason not only doesn't fixate but even
 fails to acquire time.
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: GPS stopped working, can't figure it out... what else?

2010-07-09 Thread Yaroslav Halchenko

On Fri, 09 Jul 2010, Joachim Ott wrote:
 I had the same problem with the new shr-unstable image. I got me some
 assist data from u-blox and fed them into /dev/ttySAC1. It still took
khm... would you mind sharing what 'assist data' that was? and how you
got around getting it?
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: OM2008.12 audio problems during call

2009-02-03 Thread Yaroslav Halchenko
just restore those .state files from whatever package they come from
(don't recall) -- I git the same issue with that mixer -- better never
click 'save' on the first tab ;)

On Tue, 03 Feb 2009, casaubon wrote:


 Hi, all -

 The sound, both incoming and outgoing, is completely absent when making and
 receiving calls. The problem seems similar to those posted here:
 http://lists.openmoko.org/nabble.html#nabble-td2105924
 and here:
 http://lists.openmoko.org/nabble.html#nabble-td2205700
 but I am not able to restore the sound (even briefly) after a reboot. I am
 using the python volume control and have noticed some strange behavior. When
 I set the output slider on the handset, headset, etc. . . to 100 and then
 make a call, the slider is subsequently reset to 0. I can't find any
 documentation on the pymixer.py app. Does the output control mute the
 phone when set to 0?

 I am not expert on this, but is the audio changing to a different, silent
 state when a call comes in or goes out?

 jon
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: OM2008.12 audio problems during call

2009-02-03 Thread Yaroslav Halchenko
ok -- here is a full pipeline of 2 commands to 1 -- figure it out, 2 --
reinstall:

 opkg search /usr/share/openmoko/scenarios/gsmheadset.state 
openmoko-alsa-scenarios - 1.0+svnr4732-r1 - 
/usr/share/openmoko/scenarios/gsmheadset.state
 opkg install -force-reinstall openmoko-alsa-scenarios


On Tue, 03 Feb 2009, casaubon wrote:



 just restore those .state files from whatever package they come from
 (don't recall) -- I git the same issue with that mixer -- better never
 click 'save' on the first tab ;)

 Thank you, Mr. Halchenko. I think this is what has happened.

 Just to be sure, the .state files I need to replace are:
 gsmhandset.state
 gsmheadset.state
 gsmspeakerout.state
 correct? Does anyone know where I can find the original 2008.12 versions of
 these?
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Reincarnate the battery [Was: GTA02 is now an expensive brick]

2009-01-04 Thread Yaroslav Halchenko
for me it was always working:

* unplug charger
* take out the battery for a second and place it back
* connect charger and leave it charging an minimal current over the
  night
* power up the phone in the morning and let it charge at 1A if not yet
  charged fully ;-)

I've been going to post about alternative Chinese chargers for a while,
but forgotten to do that, so doing it now:

Some time ago I got smth like
http://www.dealextreme.com/details.dx/sku.1144
just without transformer, so it was a bit cheaper and ebay and
other website full of similar things

or
http://www.dealextreme.com/details.dx/sku.15924
or
http://www.cellphoneshop.net/unbatrch.html

you can find more of the models from different makers at
http://www.chinasuppliers.globalsources.com/china-suppliers/Universal-Cell-Phone-Charger.htm

iirc the one I have gives up to 500mA

So, they cost 2-10$ depending on the model/deal/website and work for most of
the batteries. since FR fails to charge my battery from nokia phone
(don't recall the model), this charger does it fine so I always have a
spare battery available if I need a rapid boot to charge original battery
from FR

It is not that clear from the description how to use this beast. But
there is plenty of youtube videos:

http://www.youtube.com/watch?v=YKsxq8SeN3Q

Hope this helps ;-) If you find it useful - please don't hesitate to
update the wiki with this information

Cheers

On Sun, 04 Jan 2009, Lucas Lacroix wrote:

I forgot to plug the Neo in last night, and now the battery is
completely dead. I cannot even get to the NOR boot. I've tried both USB
and the charger. I have tried with and without the battery. No
combination of these will get the phone to turn on so it can charge the
battery.
I'm saddened by the fact that a phone that was supposed to be released
to the masses can have such a blatant failing. Not only can it NOT turn
on when the battery has little or no charge, the APM service does not
turn the phone off to prevent this (note: all OTHER phones I have ever
used WILL turn off when the battery gets below some critical level).
On top of this, if I ever expect to have a working phone, I have to
disable the only feature which should extend the battery life (read
that as: OpenMoko has fixed the WSoD problem by replacing it with the
BSoD - Black Screen of Death).
I have looked at the work-arounds, and none of them have worked or are
doable. I refuse to hardware hack my phone with an external 4.5V line
to give it the initial charge. I also do not have access to a charger
that will work with this battery. Lastly, I do not have a second
battery.
If anyone has any suggestions, I'm open. However, if I'm unable to find
a solution, I I cannot say that I will continue to support or recommend
the OpenMoko platform or the Neo Freerunner phone.

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support


-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Illume keyboard breaks on om2008.12

2008-12-23 Thread Yaroslav Halchenko
uff -- to avoid people asking over and over again I've put a little hint
into wiki page which seems everyone manage to find

http://wiki.openmoko.org/wiki/Keyboard_Toggle#In_base-image_.28testing.29

actually section is
 Englightments segfaults with Illume theme too often?

feel free to extend/correct

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Any ebook readers/textfile viewers you could recommend for 2008.8?

2008-09-30 Thread Yaroslav Halchenko
someone needs to look into updating bitbake recepies for fbreader[1,2]. There
were few releases of fbreader since existing OE bb for fbreader which is
present in openmoko branch of OM (v0.8.2) but it fails to build and that
elderly 0.8.2 (found ipk for it somewhere) didn't work nicely

[1] http://www.fbreader.org/
[2] http://wiki.openmoko.org/wiki/FBReader

On Tue, 30 Sep 2008, Robin Paulson wrote:

 2008/9/30 Edgar D' Souza [EMAIL PROTECTED]:
  Hi all,
   I feel terribly lost without my old Palm PDA, which bit the dust some
  time back - I used to have a mini-library on it :) Having exhausted
  most of our little collection of hard-copy books re-reading them, I
  tried out evince under 2008.8 on a couple of PDFs (that were A4
  papersize, AFAIK) and they were pretty not exactly pleasant to read. I
  wonder if anyone knows of any more congenial ebook reader software
  that would work on the FR - especially if it handled PDF, PDB, and TXT
  files. I don't mind trying to convert PDB and PDF and other files to
  text - if I could find an effective text file viewer for the distro.
  Or if someone could point me to a way to reflow or otherwise convert
  the PDF files for the smaller screen, so that I could read in a more
  legible pointsize, that would be great.

 i too would be interested in this

 i was hoping plucker would be in the repos, then i could tap directly
 into stuff available on gutenberg.org, but i can't find it there, or
 anywhere on the net

 even a simple text editor/viewer would be great. and no, i'm not using
 vi, joe, emacs, or anything even vaguely similar
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: architecture and feeds (is neo1973 correct for gta02)?

2008-09-23 Thread Yaroslav Halchenko
thank you Jose! I know that I was dumb and should have looked
somewhere under /etc/opkg ;)

so I guess my kernel issues where simply due to difference in version of
the one I installed using dfu and modules which I upgraded to.

thanks again

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: loosing sound on suspend/resume (OM2008.8 + zecke testing)

2008-08-19 Thread Yaroslav Halchenko
Thanks guys for replies.

installed pulseaudio-misc to get pactl but 

[EMAIL PROTECTED]:~# pactl suspend-sink 1
W: client-conf.c: Failed to open configuration file '/etc/pulse/client.conf': 
No such file or directory
Connection failure: Connection refused

obviousely since I don't have pulseaudio server running -- and I am not sure if
that would be safe to have it installed since OM2008.8 doesn't use it (does
it?)

suggested apm script
http://docs.openmoko.org/trac/attachment/ticket/1599/neosleep in that bug
report is also tailored toward pulseaudio and seems to be quite evil -- stops
xserver on suspend (which imho is quite cruel workaround)

I wonder what that pactl actually does -- may be it is possible to accomplish
the same via sys interface or dbus conversation to qpe somehow?

To don't overload the mailing list -- I will follow up to that bug report. 
Thanks again!

On Tue, 19 Aug 2008, Steven ** wrote:

 Sounds like this bug:
 http://docs.openmoko.org/trac/ticket/1599

 Executing pactl suspend-sink 1 prior to suspend, and pactl
 suspend-sink 0 upon resume will work around this issue.

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: loosing sound on suspend/resume (OM2008.8 + zecke testing)

2008-08-19 Thread Yaroslav Halchenko
actually I see that you had it as well -- does it remain such for you or
you found 2008.8 specific work around? 

PS I am following up on that bug report now

On Tue, 19 Aug 2008, Yorick Moko wrote:

 Maybe add your experience to http://docs.openmoko.org/trac/ticket/1599 ?

 On Tue, Aug 19, 2008 at 6:19 PM, Yaroslav Halchenko
 [EMAIL PROTECTED] wrote:
  Not sure if I should file a ticket since it might be me silly done smth
  stupid or didn't update smth

  I installed vanilla 2008.8 + provided there kernel and some recent u-boot,
  added (so left the others which are for 2008.8 from downloads. not
  buildhost.) zecke testing feeds, opkg update/upgrade (few times) + few
  additional applications (e.g. tangogps, gestures).

  Whenever it just boots -- everything is fine -- if it goes to suspend
  (on timeout set to 10 or 30 sec in Preferences) -- on wake up there is
  no sound -- phone vibrates but doesn't ring, if I pick up the call --
  there is 100% silence on either end.

  I've checked alsa settings during proper call (prior suspend) and post
  resume -- they are identical

  dmesg and logreads and list_installed
  http://www.onerussian.com/Linux/bugs/om.nosound/debug.1/

  in 05_wokenosound you get logread and dmesg after it woke up on a call, I
  received a call but it was salient, then I dropped the call, and it went to
  suspend again, I resumed it by pressing power and changing it to don't 
  suspend
  -- then I dumped all those files

  NB is there a way to discover full version for the running now kernel? 
  uname -a
  or /proc/version are not listing flavor (ie git shasum)

  P.S. There are few issues with zecke's feeds - many packages are listed
  but not available -- did opkg update and then doing upgrade:

  Upgrading angstrom-version on root from 1:P1-Snapshot-20080814-r1 to 
  1:P1-Snapshot-20080815-r1...
  Downloading 
  http://people.openmoko.org/~zecke/om2008.8-testing/om-gta02/angstrom-version_P1-Snapshot-20080815-r1_om-gta02.opk
  Collected errors:
   * Failed to download 
  http://people.openmoko.org/~zecke/om2008.8-testing/om-gta02/angstrom-version_P1-Snapshot-20080815-r1_om-gta02.opk,
   error 404
   * Failed to download angstrom-version. Perhaps you need to run 'opkg 
  update'?

  --
   .-.
  =--   /v\  =
  Keep in touch// \\ (yoh@|www.)onerussian.com
  Yaroslav Halchenko  /(   )\   ICQ#: 60653192
Linux User^^-^^[17]



  ___
  support mailing list
  support@lists.openmoko.org
  https://lists.openmoko.org/mailman/listinfo/support


 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support


-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: RESOLVED: BLAMing navits speech dispatcher

2008-08-19 Thread Yaroslav Halchenko
yeah -- I didn't have time to dance around trying to get deeper
understanding of the problem -- thus I just removed them both (since
navit depends on speech-dispatcher) -- I guess I could simply stop and
disable speech dispatcher from being run with the same effect

On Tue, 19 Aug 2008, casaubon wrote:
 Could you please clarify how the fix is performed? Do you just opkg remove
 navit speech-dispatcher and that's it?

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Differences between daily builds and Om2008.8

2008-08-12 Thread Yaroslav Halchenko
the question is though why daily builds are not generated from
org.openmoko.asu.testing branch as well???

On Tue, 12 Aug 2008, thomasg wrote:

It looks for me like 2008.8 was a hand-crafted image, not created by
the standard-set of .bbs, used for the daily qtopia-x11 builds.
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Why kernel images disappear?

2008-08-11 Thread Yaroslav Halchenko
I am sorry if that was discussed but few hours ago there was

http://buildhost.openmoko.org/daily/freerunner/200808/20080810/uImage-2.6.24+git32+2438a8c74c495c95f5b78301a44ed8e8d0b267d5-r2-om-gta02.bin
and now it is not there... actually I can't find any daily build kernel
image

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Todays 2008.08 Bug list [[ sorry - offtopic now ]]

2008-08-10 Thread Yaroslav Halchenko
not sure

taking as an example 1 message which I got 4 times recently:
wdiff between two headers:

Received: from hrndva-omtalb.mail.rr.com [-([71.74.56.123])-] 
{+([71.74.56.124])+}
by sita.openmoko.org with esmtp (Exim 4.63)
(envelope-from [EMAIL PROTECTED]) id [-1KRbWm-0004m6-S9-] 
{+1KRbhQ-wp-4o+}
for support@lists.openmoko.org; Sat, 09 Aug 2008 [-01:56:37-] 
{+01:57:06+} +0200
Received: from hrndva-web12-z02 ([10.128.132.163])
by hrndva-smta02.mail.rr.com with ESMTP id
[EMAIL PROTECTED]
for support@lists.openmoko.org; Fri, 8 Aug 2008 23:35:09 +

so -- we see that the guys' provider (rr) got email once! but then had to
deliver it twice (actually 4 times) before it succedded and stopped
resubmitting. so it seems that poor exim somehow is said to 'reject' an email
which it does but somewhere at SMTP connection time message is actually
'delivered'. I wonder if they don't use any spam filtering or gray listing at
SMTP time...

On Sun, 10 Aug 2008, Steven ** wrote:

 You should note that it's not just Openmoko mailing lists.  I'm on a
 few other lists that have the same problem.  I believe it came down to
 Gmail being the culprit.  Something about a message send attempt
 timing out even though the message completed.  So, it tries again
 until it completes without timing out.  Hence the multiple copies.

 -Steven
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Todays 2008.08 Bug list [[ sorry - offtopic now ]]

2008-08-09 Thread Yaroslav Halchenko
apparently it is an issue well known for a while ;-)
http://admin-trac.openmoko.org/trac/ticket/1372


On Sat, 09 Aug 2008, arne anka wrote:

  I am sorry but am I the only one who got 4 copies of the same email?

 no, you aren't. it happens rather often these last days, tough mostly  
 there are 3 copies.
 i believe you have a trac account -- could you file a bug about that and  
 add the headers of the 4 copies?

 ___
 support mailing list
 support@lists.openmoko.org
 https://lists.openmoko.org/mailman/listinfo/support


-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Todays 2008.08 Bug list [[ sorry - offtopic now ]]

2008-08-08 Thread Yaroslav Halchenko
I am sorry but am I the only one who got 4 copies of the same email?
according to headers it was sent only to -community list, right? thus I
should have gotten just 1 instance of the email of this class, right?
;-)

On Fri, 08 Aug 2008, Craig Woodward wrote:


 Ok, so here are just a few things I've found working with the current image 
 today:

 On the plus side:

 The new SMS message app is MUCH improved from 2007.* and qt. Very nice job on 
 that part!  Almost makes the phone worth using as a phone now...

 Contact Manager has the same problem as the system clock (bottom 2 buttons 
 are not usable, which is a huge issue).

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: QTopia kernel oops and other questions/comments.

2008-07-29 Thread Yaroslav Halchenko
Hi Andy,

Thanks for a feedback -- I just want to mention again that those are 
pure qtopia images -- both kernel and rootfs and without any consecutive 
opkg upgrades, so I guess there should be no way I could add any 
modules, unless they are in the shipped qtopia image, thus should be 
addressed by Trolltech people I guess ;-)

I don't think I saw similar messages on OM2007.2 (there was some garbage 
on text console whenever I was powering that image down last time, but 
it went too fast for me to comprehend what was on the screen ;-))
 
 Hm this looks like the kernel has built-ins for these drivers, and later
 we come and try to insert a module for the same driver.  Since the
 kernel build process either makes a built-in or a module if it does
 anything, it also means that the module belongs to an older / different
 kernel.
 
 So I guess you updated the uImage.bin monolithic kernel to a more
 built-in one (generally a good thing) but still in /lib/module/* are the
 old modules from another kernel and qtopia likes to try to insert them.


-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
 101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07105
Student  Ph.D. @ CS Dept. NJIT



___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Pre-Flash backup of rootfs failure (new kind)

2008-07-27 Thread Yaroslav Halchenko
Have looked at http://wiki.openmoko.org/wiki/Pre-Flash_Backup and tried to do
full backup of rootfs -- it kept flooding the file with 0xFF after some moment.

I killed it at size of 200M

apparently I was in NOR flash with u-boot 1.3.2-moko12 from May 9th

and on my box cmd line looked like

*$ sudo buildhost.openmoko.org/daily/tools/dfu-util  -a rootfs -R -U 
backups/20080728/rootfs.bin
dfu-util - (C) 2007 by OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY

Opening USB Device 0x:0x...
Found Runtime: [0x1d50:0x5119] devnum=13, cfg=0, intf=0, alt=6, name=rootfs
Claiming USB DFU Interface...
Setting Alternate Setting ...
Determining device status: state = dfuERROR, status = 14
dfuERROR, clearing status
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
Transfer Size = 0x1000


-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support


Re: Pre-Flash backup of rootfs failure (new kind)

2008-07-27 Thread Yaroslav Halchenko
trying to do the same with fresh u-boot
Product: Neo1973 Bootloader U-Boot
1.3.2+gitr6+ba029a1426bfca169572bf80d50a8b190a6b0e19

but seems to be getting the same -- now we are at 100M and trailing part
is just 0xFF (which shouldn't happen on a file system with compression
which I guess is enabled on jffs2 we are using, right?)


On Mon, 28 Jul 2008, Yaroslav Halchenko wrote:
 Have looked at http://wiki.openmoko.org/wiki/Pre-Flash_Backup and tried to do
 full backup of rootfs -- it kept flooding the file with 0xFF after some 
 moment.
-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Student  Ph.D. @ CS Dept. NJIT
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07102
WWW: http://www.linkedin.com/in/yarik

___
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support