Deprecated: Assigning the return value of new by reference is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/theme.php on line 540

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/cache.php:36) in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-includes/cache.php:36) in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-content/plugins/enhanced-wp-contactform/wp-contactform.php on line 264
Getonthenet.eu » Blog Archive » A ready to run GPE image for the HTC-Universal

A ready to run GPE image for the HTC-Universal

I was playing with some Linux images on my HTC Universal (aka Xda Exec, Jasjar, etc), when I realized that most of them sucked.

I built my own GPE image using OpenEmbedded, It’s based on the Angstrom distribution so there’s a package manager (ipkg) with plenty of apps ready to try out, pretty cool. Wifi in this image seems far more stable than any other image I’ve tried.

GPE has one of the best mobile browsers I’ve ever used, and some excellent PIM apps, but seems to lack an app for making use of phone functionality.

I’m currently investigating adding support to Conduit for syncing GPE devices.

What works:

  • Touch screen
  • Wifi
  • Keyboard (although the map is a bit out)
  • Suspend/Resume
  • Sound
  • Screen rotation using the panel applet

What doesn’t:

  • Battery applet
  • Wifi applet (network config tool works fine though)
  • Phone/SMS capability
  • Starling Audio Player (segfaults)
  • su - when logged in as a normal user - “chmod u+s /bin/su” as root to fix.

How to install:

  • Find a SD card (I used a 1GB card) and create two partitions; a ext2 partition and a swap partition; make sure the ext2 partition is first. I recommend making the swap partition 256mb.
  • Extract the rootsfs onto the ext2 partition.
  • Copy these files onto your Universal, these are needed to boot Linux.  Make sure they are kept together.

To run Linux, just start haret.  Feedback much appreciated.

Tags: , , ,

2 Responses to “A ready to run GPE image for the HTC-Universal”


  1. Deprecated: Function ereg() is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-content/plugins/googleanalytics.php on line 266
    adam
    Says:

    I have been trying this for 3 years now, please help me!
    Is your gpe the gpe from Linux@universal because i cant get the universal to activate its wifi


  2. Deprecated: Function ereg() is deprecated in /customers/getonthenet.eu/getonthenet.eu/httpd.www/wp-content/plugins/googleanalytics.php on line 266
    astormont
    Says:

    What you need to do is open up a terminal and “modprobe acx” to load the wireless driver.

    Then you can set the essid of your access point by “iwconfig wlan0 essid [essid]”.

    If you’re using WEP encryption you can set the key with “iwconfig wlan0 enc [key]”, if you’re using some other type of encryption I wouldn’t know about that, sorry.

    After that “ifup wlan0 [ip address]”. If your using DHCP set the IP to “0.0.0.0″.

    My image was created with from open-embedded stable, but I’m thinking about creating another one from open-embedded unstable since it has better support for power management.

Leave a Reply