Re: [archlinux] Port to the ARM.

2009-03-12 Thread hiciu
 Sorry, I didn't have enough time to browse detail of ur web pages.
 But i noticed that it uses buildroot, right?

 Cause I'm currently use buildroot to other platform, and OE seems rather
 difficult for me. And it takes so much time, I'm still
 compiling... :(

It uses Scratchbox, something that makes crosscompiling easier. This
is not OE-based.
But it takes much time anyway.

 checking for C compiler default output file name... configure: error: C
 compiler cannot create executables
 See `config.log' for more details.
 Messages from sb2:
 2009-03-11 21:11:58.473 (ERROR) sh[8934]    Unidentified executable
 detected
 (/usr/gcc-armv4t-unknown-linux-gnueabi/bin/armv4t-unknown-linux-gnueabi-gcc)
 2009-03-11 21:11:58.484 (ERROR) sh[8938]    Unidentified executable
 detected
 (/usr/gcc-armv4t-unknown-linux-gnueabi/bin/armv4t-unknown-linux-gnueabi-gcc)
 2009-03-11 21:11:58.491 (ERROR) sh[8942]    Unidentified executable
 detected
 (/usr/gcc-armv4t-unknown-linux-gnueabi/bin/armv4t-unknown-linux-gnueabi-gcc)
 2009-03-11 21:11:58.541 (ERROR) sh[8953]    Unidentified executable
 detected
 (/usr/gcc-armv4t-unknown-linux-gnueabi/bin/armv4t-unknown-linux-gnueabi-gcc)


 sb2-init completed successfully, have fun!


 Maybe I'm just weird, but that doesn't look very successful to me. :P

Well, this shouldn't be like that. Your logs are in
~/.scratchbox2/libtool_build/config.log.. For me there is no lines
with 'Unidentified executable detected', it's may be because of
toolchain. Can you run it? Try this:

cat EOF  test.c
int main(){
}
EOF
/usr/gcc-armv4t-unknown-linux-gnueabi/bin/armv4t-unknown-linux-gnueabi-gcc
test.c -o test
file test
sb2 gcc test.c -o test
file test
sb2 test

It should show something like this (2 lines):
test: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.14, not stripped
test: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.14, not stripped

It shows any errors?

-- 
hiciu

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


Re: [archlinux] Port to the ARM.

2009-03-11 Thread hiciu
That's nice to hear. I wrote down instructions: how to prepare
toolchain, buildroot and how to build packages on wiki
(http://wiki.openmoko.org/wiki/User:Hiciu). There is prebuild working
version of toolchain (and instructions how to build it, but no
PKGBUILD for toolchain yet) on this wiki too.
Feel free to test them. If these instructions would work for you then
I think we should meet on IRC to talk (where to keep packages / set up
repositories, what we wan't to do: Archlinux for ARM or Archlinux for
Freerunner ;], maybe let know about it on Arch forums
(http://bbs.archlinux.org/viewtopic.php?id=59638), what about posting
this howto on ArchWiki and other).

-- 
hiciu

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


Re: Freerunner's GSM Calypso Modem Firmware Upgrade...

2008-11-23 Thread hiciu
Works for me too (before I had no problems with sim card). However, I
noticed its take now little longer to register to the network.

-- 
hiciu

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


Re: Will there be a hardware revision for the buzzing issue?

2008-11-23 Thread hiciu
Is buzzing issue linked with speaker?

When my freerunner has removed case and I'm calling to someone I can
hear silent buzzing. But I am sure it comes from back of the phone
(near GPS antenna), not from speaker. It is really silent and I can
hardly hear it with case putted on. It is there even if I use headset
or mute speaker in alsamixer. It isn't issue for me, but I wonder if
it is related to this buzzing issue or it's something completely
different.

Sorry for my bad English. I hope you can understand what I'm mean :).

-- 
hiciu

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


Re: [debian] state of enlightment and illume packaging

2008-11-13 Thread hiciu
Hi,

 Two problems I've seen:

 1) There are no icons for installed applications in illume
 2) The battery applet makes Enlightenment go 100% CPU

 Did you find any workarounds for these problems?

Only for first problem. It is because lack of
/etc/xdg/menus/applications.menu file. You can get it in 'gnome-menus'
or 'xdg-utils' and few others packages.. but none of them will works
with illume (because of submenus imo). I get mine in Raster's illume
image: 
http://download.enlightenment.org/misc/Illume/Freerunner/2008-10-12/openmoko-illume-image-glibc-ipk--20081012-om-gta02.rootfs.tar.gz
(wget it; tar xzf openmoko-*-20081012-om-gta02.rootfs.tar.gz
etc/xdg/menus/applications.menu). Then you should remove folder ~/.e
or run First Run Wizard to tell illume to use this file.

I didn't noticed issue with battery applet.

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


Re: [debian] state of enlightment and illume packaging

2008-11-09 Thread hiciu
Hi,

I've packaged E for Debian. So far it works.
Installation (clean Debian, from
http://git.debian.org/?p=pkg-fso/files.git;a=blob;f=install.sh):

wget 
https://hiciu.rootnode.net/freerunner/enlightenment-all-in-one_0.16.999.050_armel.deb
dpkg -i enlightenment-all-in-one_0.16.999.050_armel.deb
mv /root/.xsession /root/.xsession.backup
cat  END  /root/.xsession
#!/bin/sh
zhone 
enlightenment_start
END
echo 'export PATH=$PATH:/opt/e/bin'  /etc/profile
echo 'export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/e/lib/pkgconfig' 
/etc/profile
/etc/init.d/nodm restart

It should be installed now in /opt/e. Alternative, you can use
https://hiciu.rootnode.net/freerunner/enlightenment-all-in-one_0.16.999.050_armel.tar.gz.

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


Re: GTA03 - buttons or touchscreen

2008-10-25 Thread hiciu
3) combination touchscreen plus qwerty - G1

-- 
hiciu

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