HTC Kernel Source Code available

2009-10-23 Thread zaptac
FYI: http://developer.htc.com/


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


Re: CellHunter is moving to a new server

2009-09-18 Thread zaptac
Hi,

Am 18.09.2009 09:49, schrieb Petr Vanek:
 So,. everything should be fine now, please visit
 http://cellhunter.omoco.de for the new version and report any bugs you


 hi,

 what is the correct procedure of uploading offline collected cells
 before the update?

 i had to change the path in cellhunter_offline.log from
 78.47.116.33/~hole to ch.omoco.de/ and then it worked (used the older
 uploader so it doesn't say i am on version 5 yet.

sed -i -e 's/78.47.116.33\/~hole/ch.omoco.de/' cellhunter_offline.log

zaptac


 if people have to tweak things, the chance of uploading wrong data is
 huge...

 just my 0.2€

 Petr



 ___
 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: Launcher 0.30 release

2009-08-21 Thread zaptac
Hi,

Am 21.08.2009 06:17, schrieb c_c:
Well, thats one issue. Could you copy all the icons from
 /usr/share/icons/shr/86x86/apps to /usr/share/pixmaps ?

cd /usr/share/icons/shr/86x86/apps
for i in *; do
   if [ ! -f /usr/share/pixmaps/$i ]
 then ln -s /usr/share/icons/shr/86x86/apps/$i \
 /usr/share/pixmaps/
   fi
done

zaptac



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


Re: Troubles with opkg.org repo

2009-03-09 Thread zaptac

Hi,


Tobias Kündig wrote:
 
 This is a little summary of what I do: http://www.opkg.org/repo.html
 

I suggest changing the line (http://www.opkg.org/create_repo.txt)

cat control|grep -ve \/^[:space:]*$/\  Packages

to

cat control | grep -v ^[ ]*$  Packages

Greets, Zaptac
-- 
View this message in context: 
http://n2.nabble.com/Troubles-with-opkg.org-repo-tp2434780p2448399.html
Sent from the Openmoko Community mailing list archive at Nabble.com.


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