Author Topic: Help getting started:install,uic, Dvorak Kbd  (Read 3875 times)

panyo

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://
Help getting started:install,uic, Dvorak Kbd
« on: February 03, 2004, 05:51:29 pm »
I got my Zaurus 5500 last week, and quickly added 128 M flash,
256 M sd, and a Targus Universal wireless IR keyboard and installed
OZ 3.3.5. Had to check out a digital camera from school because
nothing I did to my CF could get me around the dual blinking lights.

My main reason for buying it was to write articles using the Dvorak
keyboard layout on an external keyboard and vim or emacs.
I quickly grew to like the built-in keyboard and now want Dvoark on
that too.

Unfortunately, all I found in my searching was opie-dvorak which is an
on-screen keyboard, posts leading to dead links, and posts asking for
Dvorak and getting no reply. Then the Zaurus forum site disappeared
(found it again, but now here I am). It is a shame that there is no
Dvorak on this, a linux device.

I thus turned to the source code for keyz
http://sourceforge.net/projects/keyz/
and for IRK, (can\'t find source site anymore), to try to add the support
myself. To do this I had to  get development working. I failed to get a
cross compiler working on OSX, and have no room to do the installation
under Gentoo on PPC. I have, however, almost completely succeeded
on-board using the cramfs files from:
http://www.zaurususergroup.com/feed/zgcc2install.html .
I had to add these symbolic links to the instructions,

Code: [Select]
# ln -sf /mnt/card/.include/Qtopia/ $QTDIR/include

# ln -sf /mnt/card/.zgcc/bin/moc $QTDIR/bin/moc


but now I can compile. However, I cannot make an ipk. The the make
fails when the Makefile calls the \'install\' binary.

Questions:
 1) Is there already Dvorak support on the Zaurus?

 2) Where do I get the \'install\' binary?

Also, where can I get uic ? Needed to compile IRK.
 3) How are the keys handled if I am running with no GUI? Can I rotate
    the console under these conditions?
edit
Partial answers I have found:/ur/bin/ install comes from fileutils, /usr/bin/uic is available for arm in Debian stable. Trying to satisfy uic dependenices made me run out of space, so don\'t know how  well it would have worked.
SL5500  OZ3.5.2 (Opie), Dvorak built in keyboard
Spectrum24 Ethernet
SanDisk 256 ext2 (AR0401RF China) SD
Lexar 256 VFAT (P/N 2260, Rev. A), Transcend 128 ext2 CF
Pismo, Cube, 8600, Gentoo PowerPC, YellowDog

panyo

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • http://
Help getting started:install,uic, Dvorak Kbd
« Reply #1 on: February 04, 2004, 07:13:39 pm »
edit: I have changed spacing and indentation and reversed ' and " (now mapped to e and w).  This map is supported by opie-zkbapplet.

The following keymap file gives Dvorak-like input on the builtin 5500 keyboard with keyz.
      http://sourceforge.net/projects/keyz
Just put it in the zkb/ directory and with en.xml and the other maps. Name it something like dv.xml.

It maps, wrapping around to the purple keys on the 5500 and displacing the question mark to the Q.
?"'PYFGCRL
/,.pyfgcrl

AOEUIDHTN
aoeuidhtn

:QJKXBMS
;qjkxbms

ZVW
zvw


Code: [Select]





        
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                

      




      
              
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      

        
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      

              
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      



      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      


    

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      


« Last Edit: October 26, 2004, 01:37:52 am by panyo »
SL5500  OZ3.5.2 (Opie), Dvorak built in keyboard
Spectrum24 Ethernet
SanDisk 256 ext2 (AR0401RF China) SD
Lexar 256 VFAT (P/N 2260, Rev. A), Transcend 128 ext2 CF
Pismo, Cube, 8600, Gentoo PowerPC, YellowDog

dhns

  • Hero Member
  • *****
  • Posts: 699
    • View Profile
    • http://www.goldelico.com
Help getting started:install,uic, Dvorak Kbd
« Reply #2 on: March 26, 2004, 04:13:44 am »
Quote
I failed to get a 
cross compiler working on OSX, and have no room to do the installation 
under Gentoo on PPC.
There are two resources to create a cross compiler:

http://www.lucid-cake.net/osx_arm/index_en.html - for creating the cross compiler yourself

http://www.lucid-cake.net/osx_arm/index_en.html - a complete binaries package - but without Qt headers and libraries

-- hns
SL5500G, C860, C3100, WLAN, RTM8000, Powerbook G4, and others...
http://www.handheld-linux.com
http://www.quantum-step.com