Results 1 to 3 of 3

Thread: pointers please

  1. #1

    pointers please

    hi all,

    very interested in low-level programming cell phones of all sorts, just wondering if anyone can recommend me software tools, hardware, vendors etc & where to read up. thanks much.

  2. #2
    Join Date
    Dec 2002
    Location
    Belgium
    Posts
    194
    well, I'm kinda looking for the same information

    Have been reading a bit on this forum, think we should start with reading about winarm & arm.

    Although openen a non 5110 flashfile (only one I got an ifo for) results in a lot of questionmarks in winarm.
    wonder if there is any header in the fls, that the *real* program starts at a certain offset?

    so how you guys get a decent view in winarm, coz assembler is already difficult enough, don't feel like talking machinecode

  3. #3
    up to 0x00200040 in any Nokia DCT3 flashfile is the boot sector, that contains vital information needed at startup/flash programming mode initilization such as flash ID.
    after those first lines, you are straight in the ARM code of the phones software.
    to be honest you are starting a little high when saying you would like to reprogram a phone like that, maybe try writing some simple ASM programs for PIC's to start as its quite similar code. if you see the winarm site you can find full info on the ARM architecture and also reference for the mnemonics you see in winarm.
    to get a good view in winarm, depends what you are looking at. like for bitmaps, just select view>bitmap

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •