User:Hhf423

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
  
 
[[Repositories]]
 
[[Repositories]]
 
The ScaredyCat image here (August 10) of 2007.1 is the first image which actually asked me for a pin and registered on the network:
 
http://buildhost.automated.it/
 
 
ScaredyCat also has a ipkg repository for 2007.2 where e.g. gpe-filemanager and a lot more ( http://pastebin.ca/669402 ) can be installed from. On the Neo do:
 
 
cd /etc/ipkg
 
wget http://buildhost.automated.it/OM2007.2/packages/scaredycat.conf
 
ipkg update
 
ipkg install gpe-filemanager
 
ipkg install gpe-timesheet
 
ipkg install gpe-todo
 
ipkg install mysql
 
ipkg install mtpaint
 
ipkg install sqlite
 
reboot
 
  
 
IRC is here: irc://irc.freenode.net/openmoko
 
IRC is here: irc://irc.freenode.net/openmoko
Line 56: Line 40:
 
  ipkg update && ipkg upgrade
 
  ipkg update && ipkg upgrade
 
  ipkg install gpe-filemanager
 
  ipkg install gpe-filemanager
  ipkg ntp
+
  ipkg install ntp
 +
rdate ptbtime1.ptb.de
 +
hwclock --systohc --utc
 
  reboot
 
  reboot

Revision as of 21:19, 25 August 2007

hhf423 lives in Hamburg, Germany

Places I watch:

Repositories

IRC is here: irc://irc.freenode.net/openmoko

What I do all day: http://wiki.openmoko.org/wiki/Flashing_openmoko#Actually_flashing_things_into_the_device

But these days probably more

ipkg update && ipkg upgrade

And uploading screenshots to: http://scap.linuxtogo.org/

Scratchbook:

/etc/init.d/xserver-nodm restart          /* to restart X after starting gsmd or so


Getting proper time on the GUI copy your localtime from your correctly set up ubuntu to the Neo, from the desktop:

scp /etc/localtime root@phone:/etc/localtime

on the neo do:

rdate pool.ntp.org          /* test this first, ptbtime1.ptb.de did work for me
hwclock --systohc --utc


From scratch on host, first:

scp /etc/localtime root@phone:/etc/localtime
scp /etc/resolv.conf root@phone:/etc/resolv.conf
scp /etc/ntp.conf  root@phone:/etc/ntp.conf

From scratch on neo, second:

cd /etc/ipkg
wget http://buildhost.automated.it/OM2007.2/packages/scaredycat.conf 
ipkg update && ipkg upgrade
ipkg install gpe-filemanager
ipkg install ntp
rdate ptbtime1.ptb.de
hwclock --systohc --utc
reboot
Personal tools

hhf423 lives in Hamburg, Germany

Places I watch:

Repositories

The ScaredyCat image here (August 10) of 2007.1 is the first image which actually asked me for a pin and registered on the network: http://buildhost.automated.it/

ScaredyCat also has a ipkg repository for 2007.2 where e.g. gpe-filemanager and a lot more ( http://pastebin.ca/669402 ) can be installed from. On the Neo do:

cd /etc/ipkg
wget http://buildhost.automated.it/OM2007.2/packages/scaredycat.conf 
ipkg update
ipkg install gpe-filemanager
ipkg install gpe-timesheet
ipkg install gpe-todo
ipkg install mysql
ipkg install mtpaint
ipkg install sqlite
reboot

IRC is here: irc://irc.freenode.net/openmoko

What I do all day: http://wiki.openmoko.org/wiki/Flashing_openmoko#Actually_flashing_things_into_the_device

But these days probably more

ipkg update && ipkg upgrade

And uploading screenshots to: http://scap.linuxtogo.org/

Scratchbook:

/etc/init.d/xserver-nodm restart          /* to restart X after starting gsmd or so


Getting proper time on the GUI copy your localtime from your correctly set up ubuntu to the Neo, from the desktop:

scp /etc/localtime root@phone:/etc/localtime

on the neo do:

rdate pool.ntp.org          /* test this first, ptbtime1.ptb.de did work for me
hwclock --systohc --utc


From scratch on host, first:

scp /etc/localtime root@phone:/etc/localtime
scp /etc/resolv.conf root@phone:/etc/resolv.conf
scp /etc/ntp.conf  root@phone:/etc/ntp.conf

From scratch on neo, second:

cd /etc/ipkg
wget http://buildhost.automated.it/OM2007.2/packages/scaredycat.conf 
ipkg update && ipkg upgrade
ipkg install gpe-filemanager
ipkg ntp
reboot