User:Hhf423

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Rebuild from new image)
(Rebuild from new image)
Line 56: Line 56:
 
  reboot
 
  reboot
  
put '/etc/init.d/gsmd stop; /etc/init.d/gsmd start' in your /etc/matchbox/session file before 'openmoko-dialer &'
+
then
 +
vi /etc/matchbox/session
 +
to include before 'openmoko-dialer &'
 +
/etc/init.d/gsmd stop; /etc/init.d/gsmd start
 +
echo "1" > /sys/bus/platform/devices/gta01-pm-bt.0/power_on
  
 +
also configure BT (name and passkey) with
 +
vi /etc/bluetooth/hcid.conf
  
 
Getting free space:
 
Getting free space:

Revision as of 21:36, 29 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


Rebuild from new image

From scratch on host, first:

rm .ssh/known_hosts
scp /etc/localtime root@phone:/etc/localtime
scp ./resolv.conf root@phone:/etc/resolv.conf 
scp /etc/ntp.conf  root@phone:/etc/ntp.conf
scp ./gprs root@phone:/etc/ppp/peers/gprs
scp ./chap-secrets root@phone:/etc/ppp/chap-secrets
scp ./pap-secrets root@phone:/etc/ppp/pap-secrets
scp ./gprs-connect-chat root@phone:/etc/ppp/peers/gprs-connect-chat
scp ./gprs-disconnect-chat root@phone:/etc/ppp/peers/gprs-disconnect-chat
scp ./i root@phone:/i
scp ./p root@phone:/p
scp ./b root@phone:/b

From scratch on neo, second:

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

then

vi /etc/matchbox/session

to include before 'openmoko-dialer &'

/etc/init.d/gsmd stop; /etc/init.d/gsmd start
echo "1" > /sys/bus/platform/devices/gta01-pm-bt.0/power_on

also configure BT (name and passkey) with

vi /etc/bluetooth/hcid.conf

Getting free space:

mv /usr/include/ /media/card/include; ln -s /media/card/include /usr/include
mv /usr/share/openmoko/sounds/ /media/card/openmoko/sounds; ln -s /media/card/openmoko/sounds /usr/share/openmoko/sounds
mv /usr/share/cups/ /media/card/cups; ln -s /media/card/cups /usr/share/cups
Personal tools

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


Rebuild from new image

From scratch on host, first:

rm .ssh/known_hosts
scp /etc/localtime root@phone:/etc/localtime
scp ./resolv.conf root@phone:/etc/resolv.conf 
scp /etc/ntp.conf  root@phone:/etc/ntp.conf
scp ./gprs root@phone:/etc/ppp/peers/gprs
scp ./chap-secrets root@phone:/etc/ppp/chap-secrets
scp ./pap-secrets root@phone:/etc/ppp/pap-secrets
scp ./gprs-connect-chat root@phone:/etc/ppp/peers/gprs-connect-chat
scp ./gprs-disconnect-chat root@phone:/etc/ppp/peers/gprs-disconnect-chat
scp ./i root@phone:/i
scp ./p root@phone:/p
scp ./b root@phone:/b

From scratch on neo, second:

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

then

vi /etc/matchbox/session

to include before 'openmoko-dialer &'

/etc/init.d/gsmd stop; /etc/init.d/gsmd start
echo "1" > /sys/bus/platform/devices/gta01-pm-bt.0/power_on

also configure BT (name and passkey) with

vi /etc/bluetooth/hcid.conf

Getting free space:

mv /usr/include/ /media/card/include; ln -s /media/card/include /usr/include
mv /usr/share/openmoko/sounds/ /media/card/openmoko/sounds; ln -s /media/card/openmoko/sounds /usr/share/openmoko/sounds
mv /usr/share/cups/ /media/card/cups; ln -s /media/card/cups /usr/share/cups