Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
qtmoko/devices/gta04/src/devtools/startup/qpe.env
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (16 sloc)
588 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export USER=root | |
| export HOME=/home/$USER | |
| export QPEDIR=/opt/qtmoko | |
| export QTDIR=$QPEDIR | |
| export LD_LIBRARY_PATH=$QPEDIR/lib:$LD_LIBRARY_PATH | |
| export PATH=$QPEDIR/bin:$PATH:/usr/games | |
| # export SXE_DISCOVERY_MODE=1 | |
| export QTOPIA_PHONE_DEVICE="/dev/ttyHS_Application:115200" | |
| export QWS_MOUSE_PROTO="tslib" | |
| export QWS_KEYBOARD="neokbdhandler" | |
| export QTOPIA_PHONE_VENDOR=neo | |
| export QTOPIA_PHONE=AT | |
| export QWS_SIZE="480x640" | |
| export QWS_DISPLAY=Transformed:LinuxFb:nographicsmodeswitch:mmWidth44:mmHeight58:0 | |
| export TSLIB_TSDEVICE=/dev/input/event0 | |
| export GSM_VOICE_ROUTING_LOGFILE=/dev/tty0 |