Nokia 770
- xTerm
- create a plain text file ~/.profile Mine simply contains the following line of text:
export ENV=$HOME/.shrc
- create another plain text file ~/.shrc. Mine looks like this:
PATH=$PATH:/var/lib/install/usr/bin export LD_LIBRARY_PATH=/var/lib/install/usr/lib alias la='ls -a' alias ll='ls -l' alias ssh='dbclient' cd $HOME
- create a plain text file ~/.profile Mine simply contains the following line of text:
- Google Maps 770 Hack - UK Version
- Creating a menu Item:
.desktop file in /etc/others-menu
- SSH
After that start an xterm. The dropbear package can be run by either the regular user (insightfully named "user" on the 770) or by root. Both users start the dropbear server the same way:
/var/lib/install/etc/init.d/dropbear-server startIf launched by root, dropbear will listen to port 22, otherwise it will listen to port 2222. If you have a root access to your nokia you can change your password and log-in with it (passwd user), else you will have to upload a SSH key file to your ~/.ssh/authorized_keys in order to login. However, running sshd as root is a security risk (and allowing root login with the default password rootme - disable root login with passwd -l root after gaining root with sudo gainroot!), and passwords tend to be easily guessed, so SSH key files are recommended.
- Swap on the memory card -
- Instructions - download
- Old - http://www.internettablettalk.com/forums/showpost.php?p=4013&postcount=13
dd if=/dev/zero of=/media/mmc1/swap bs=1024 count=16384
/sbin/mkswap /media/mmc1/swap 16384
/sbin/swapon /media/mmc1/swap
The last command will need to be entered after every reboot.
- Usb Host/Peripheral Mode - Power injector needed
command to put it into host mode:
echo host > /sys/devices/platform/tahvo-usb/otg_modecommand to put it into peripheral mode:
echo peripheral > /sys/devices/platform/tahvo-usb/otg_mode
- Wallpaper - 720 x 420 pixels
- http://www.internettablettalk.com/forums/showthread.php?p=6772#post6772
- Microphone Hacking - Make sure you have headphones plugged in.
sudo gainroot cd /sys/devices/platform/audio-i2c/ echo 1 > mic_enable echo 1 > mic_loopback echo 100 > gain_left echo 100 > gain_right echo 90 > volume_left echo 90 > volume_right
- ftp://ftp.debian.org/debian/pool/main/
- vim (visudo), wget
- Root in scratchbox fakeroot
- open-ssh, x-term, obexserv (blue tooth).
- flite text to speech
- gtkmm sources
| Total Hits: | 8595 |
-Jason