spam from openmoko mailinglist

2010-06-28 Thread Jozef Mlich
Hello everybody,

I am totally disgusted by behavior of projects.openmoko.org . I receive
spam from totally unmanageable mailinglist commits. I tried to delete
this mailinglist from project and after all i deleted myself from whole
project.

The spammer malinglist is attached to project:
https://projects.openmoko.org/projects/accell-rotate/

Finally i tried to delete whole my account, but it is not possible!?!!

Sorry, right now I am totally angry! 

-- 
Jozef Mlich xmlic...@stud.fit.vutbr.cz


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


Re: Openmoko toolchain error

2009-03-20 Thread Jozef Mlich
On Fri, 2009-03-20 at 20:32 +0530, rakshat hooja wrote:

 Hi,
 I am using Ubuntu 8.10 and I followed the instructions at -
 http://wiki.openmoko.org/wiki/Toolchain
 Everything works fine up till the 'Building the sample application
 segment'. I tried to run as root as well but I was unable to build it.
 The log is attached for both attempts.

It seems to be libtool problem like is described on the page
http://wiki.openmoko.org/wiki/Toolchain

I would also appreciate have prebuilded toolchain which is working with
lastest libtool.

-- 
Jozef Mlich xmlic...@stud.fit.vutbr.cz


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


Re: [2008.12] Where to get libexif?

2009-03-06 Thread Jozef Mlich
On Fri, 2009-03-06 at 17:40 +0100, Konstantin wrote:
 Hi there,
 
 After trashing my FDOM yesterday, I installed 2008.12 and modified it with
 kustomizer (great program, btw :D), but now I'm stuck:
 
 I'd like to install the tangogps ipk from tangogps.org
 (http://www.tangogps.org/downloads/tangogps_0.9.5-r
 0_armv4t.opk - strangely enough, it pretends to be 0.9.6?),
 but opkg says it can't satisfy the dependency for libexif.
 
 Any hints on where to get it, or which feeds to add to /etc/opkg without
 breaking my shiny new system in the process?
 Thanks in advance :)

There is no package for version 0.9.6 on tangogps.org. I have made an
package of 0.9.6 including libexif and published it at opkg.org. 

I had also included two of my patches. I tried to send it to Marcus
(maintainer), but i have not received any response.

http://pcl210-00.fit.vutbr.cz/openmoko/tangogps_0.9.6-r0_armv4t.ipk
http://pcl210-00.fit.vutbr.cz/openmoko/libexif_0.6.17_armv4t.ipk

I belive, that following command should working for you:

opkg install libsqlite3-0  libpixman-1-0  libglib-2.0-0
http://pcl210-00.fit.vutbr.cz/openmoko/libexif_0.6.17_armv4t.ipk
libdbus-glib-1-2  libdbus-1-3  libcurl4  libcairo2
http://pcl210-00.fit.vutbr.cz/openmoko/tangogps_0.9.6-r0_armv4t.ipk


i have tested with Om2008.12 with kustomizer (i had not time to test it
outside yet)

-- 
Jozef Mlich xmlic...@stud.fit.vutbr.cz


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


Re: [2008.12] Where to get libexif?

2009-03-06 Thread Jozef Mlich
On Fri, 2009-03-06 at 19:35 +0200, Risto H. Kurppa wrote:

 Could you tell us what the patches are you've included?

https://bugs.launchpad.net/tangogps/+bug/329131
- the configure should tell you which packages you needs

https://bugs.launchpad.net/tangogps/+bug/329112
- password should be hidden by '*'-symbols (password should be
encrypted, but this is better than nothing)

here is source code with my modifications so you can compare it with
original:
http://www.stud.fit.vutbr.cz/~xmlich02/openmoko/tangogps-0.96-my.tar.gz

 I'm right now working on Kustomizer to include the libexif, someone
 just reported me today that the latest tangogps fails to install
 because of this. I'll test it in a sec, the development version should
 work fine.

libexif is not included in official repository, it could be the source
of problems.

-- 
Jozef Mlich xmlic...@stud.fit.vutbr.cz


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


Re: Issuing AT commands

2008-10-15 Thread Jozef Mlich
On Wed, 2008-10-15 at 19:32 +0200, Leonti Bielski wrote:
 I can connect to it with minicom, but whet I enter something I don't
 get a response - program doesn't react at all. Even for Ctrl - A or
 anything.
 Same with cu - it writes Connected. but it just hangs up.
 Is it normal?

try reset modem:
http://wiki.openmoko.org/wiki/Neo_1973_and_Neo_FreeRunner_gsm_modem#Resetting_the_GSM_Modem

stty -F /dev/ttySAC0 -crtscts
echo 0 /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on
stty -F /dev/ttySAC0 -echo
echo 1 /sys/bus/platform/devices/neo1973-pm-gsm.0/power_on

check if is there any other application on modem:
lsof|grep /dev/ttySAC0

-- 
Jozef Mlich [EMAIL PROTECTED]


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