Join Today
+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 29
Like Tree9Likes

Thread: TomTom working on A780

  1. #1

    Default TomTom working on A780

    I've been able to test successfully TomTom Navcore 7 on my A780.
    I've uploaded a pair of videos (quality is too bad, I'm sorry :$).

    [ame="http://www.youtube.com/watch?v=fjINkf2RWto"]YouTube - TomTom on A780[/ame]

    [ame="http://www.youtube.com/watch?v=sl4cpsOxXvc"]YouTube - TomTom on A780 (2)[/ame]

    I've been driving with it for a few days and it's been working fine.

    Touchscreen (80%) and internal GPS (90%) is working.
    Sound doesn't work.
    Bluetooth should work, but I've had many problems with ezxd so that I couldn't get it working.

    This was my startin point:
    Working Tomtom Nav On Angstrom - OESF Forums

    I've used dualboot, genblob, openezx kernel&modules and a openezx console image:

    Index of /~goxboxlive/A780/bootloader
    Dual boot - OpenEZX
    Index of /wyrm/gen-blob
    http://people.openezx.org/wyrm/image...-20080217-a780
    http://people.openezx.org/wyrm/image...17-a780.tar.gz
    http://people.openezx.org/ao2/images...ge-a780.tar.gz

    Apart from these things, I've used code from ZomTom and OpenTom. I've also used A02 GPSMUX software to retreive info from /dev/mux14.

    I'll try to upload my code, scripts and binaries next week.

    Finally I just want to give special thanks to Speculatrix & Wyrm for their help and effort, and of course OpenEzx devel group .
    swifty and mightymop like this.

  2. #2
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    great work!

  3. #3
    Join Date
    Sep 2007
    Location
    Germany
    Posts
    436

    Default

    great nice news and work cant wait to check it out
    -------------------------------------
    In any apple is a worm. Through each window flies a bug.
    That's why I take Linux, because what does not fly can not crash.

  4. #4

    Default

    That looks really promising! I'm looking forward to your uploads
    Last edited by Kuddel; 09-04-2008 at 09:26 AM.

  5. #5
    Join Date
    Sep 2005
    Location
    Germany, Berlin
    Posts
    109

    Default

    the week is nearly over

  6. #6

    Default

    @mightymop Excuseme, I've been doing changes... Just wait a few days more. :$

  7. #7

    Default

    I've attached the source code and binaries.
    Rename *.zip to *.tgz

    These are de files included:

    ezxtom_sourceAndBinaries.tgz:
    Source Code and binaries compiled.

    This is the Tool-chain I've used:

    Tool-chain (copied froman androidezx guide):
    Since Android Root System provided in SDK was compiled with ARM EABI compatible compiler, we must use ARM EABI compatible tool-chain to compile our kernel. You can download ARM EABI compatible too-chain from the below link:
    Download Sourcery G++ Lite Edition for ARM
    Note: arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.tar is what you shall download, DON’T download other tar files.
    ezxtom_bootDirectory.tgz:
    boot directory to be used with wyrm's gen_blob.
    It must be extracted on the first partition (VFAT).
    After this, you must copy all your own SDCARD backup of your legal TomTom go 300 device into sdcard directory.
    ezxtom_rootfs_scripts.tgz:
    Scripts to be installed over console root file system. You need this to start and stop EzxTom.
    Extract on / rootfs (the second partition).
    Apart from this, into the /home/tomtom directory MUST be copied the extracted ttsystem file according to this instructions:
    Ttimgextract - OpenTom
    The ttsystem file is included in your TomTom SDCARD BACKUP and it represents the real TomTom rootfs (that we have to use with chroot)
    These are the functions available:

    - Touch screen (just clicking, but not dragging).
    - Vol UP / Vol Down key to control backlight brightness (maximum 50 by default)
    - Home key to switch off the phone.
    - Holding on 3 secs stylus on screen to switch off the phone.
    - Customized psplash screen including steps and runlevel info.
    - Internal GPS working (of course there is no satellites info, but it's not necessary).

    These are some of the issues to be solved (I need your help ):

    Screen: We need double framebuffer because TomTom uses it (some problems with menus because they don't show up sometimes). @Wyrm and openezx project: we need your help!!

    Sound: As far as I know, TomTom uses its own audio driver so it's not possible to get sound working unless someone can do stracing.

    Bluetooth: Theoretically It should work, but as far as I couldn't get it working, I haven't prepared neither scripts nor any source code.

    Power Off: I don't know why after runlevel 0 is executed and halt command invoked, the phone doesn't switch off (you have to put the battery off).
    Attached Files Attached Files
    Last edited by jorgesmm; 09-10-2008 at 05:03 PM.
    mightymop, Halftux, Kuddel and 1 others like this.

  8. #8

    Default

    I've found this on internet, use at you own risk!

    EZXTOM 01 ROOTFS

    EZXTOM 01 VFAT

    prerequisities: A780 flashed with gen_blob and 512MB card needed. Card reader and linux machine.

    STEP BY STEP GUIDE

    create 2 partitions (VFAT >= 400 MB, ext3 >= 50MB) and format then:

    Example:
    Code:
    $ fdisk /dev/sda
         n
         p
         1
         <default>
         +400M
         n
         p
         2
         <default>
         <default>
         w
    
    $ mkdosfs /dev/sda1
    
    $ mkfs.ext3 -j /dev/sda2
    Eject card reader and insert again:

    You'd see something like this:
    Code:
    $ mount | grep media
    /dev/sda1 on /media/disk type vfat (rw,noexec,nosuid,nodev,noatime,uid=1000,utf8,shortname=lower)
    /dev/sda2 on /media/disk-1 type ext3 (rw,noexec,nosuid,nodev,sync,data=ordered)
    Extract contents:
    Code:
    tar -C /media/disk xpvf EZXTOM_01_VFAT_A780.tar.gz
    tar -C /media/disk-1 xpvf EZXTOM_01_ROOTFS_A780.tar.gz
    sync
    sync
    sync
    eject /media/disk
    Insert card on phone (off).
    Hold the Scroll Down (volume -), camera button and power on key until a menu appears.
    Choose TomTom.
    After several minutes EzxTom will be working.

    To stop: "home key" and at the end extract battery.
    mightymop, Halftux and Kuddel like this.

  9. #9
    Join Date
    Sep 2005
    Location
    Germany, Berlin
    Posts
    109

    Default

    great work nice to see it running on my a780 but hmm now i only need maps for my country

  10. #10
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    Quote Originally Posted by ezxtom View Post
    Is it just me, or has someone else problems with this file.
    I recieved a corrupt file with 177MB size.
    Can someone with the correct file upload somewhere else?
    (MEGAUPLOAD - The leading online storage and file delivery service)


 
+ Reply to Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. Copilot - TomTom... Question to developers
    By jorgemgp in forum A780 General Chat
    Replies: 6
    Last Post: 06-19-2007, 10:21 PM
  2. A780 stop working
    By dourious5 in forum A780 General Chat
    Replies: 0
    Last Post: 05-19-2007, 10:16 AM
  3. TOMTOM Mobile 5
    By sylvain in forum Symbian UIQ Symbian V7(A1000, M1000)
    Replies: 3
    Last Post: 06-06-2006, 01:31 PM
  4. TomTom for A780
    By ittercity in forum A780 General Chat
    Replies: 4
    Last Post: 02-27-2006, 05:04 PM
  5. EDGE working on all A780!!!!!??????
    By sergues in forum A780 General Chat
    Replies: 3
    Last Post: 07-05-2005, 09:55 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1