Skip to content
/ P2kElfs Public

Various ELF programs for Motorola P2K phones.

Notifications You must be signed in to change notification settings

EXL/P2kElfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0cc7b9 · Feb 6, 2025
Oct 16, 2024
Oct 16, 2024
Feb 29, 2024
Jan 6, 2025
Oct 16, 2024
Jan 6, 2025
Oct 16, 2024
Jul 27, 2024
Oct 16, 2024
Nov 15, 2024
Oct 16, 2024
Feb 29, 2024
Oct 16, 2024
Dec 20, 2024
Oct 16, 2024
Oct 15, 2024
Dec 7, 2024
Dec 7, 2024
Dec 4, 2024
Dec 20, 2024
Feb 6, 2025
Oct 4, 2023
Dec 20, 2024
Dec 20, 2024
Dec 20, 2024

Repository files navigation

Motorola P2K ELFs

The source code of ELF applications for Motorola phones on the P2K platform.

Screenshot 1 of ElfBox from Motorola ROKR E1 Screenshot 2 of ElfBox from Motorola ROKR E1 Screenshot 3 of ElfBox from Motorola ROKR E1

Ready-to-run ELFs builds are available in the Release section.

Projects

  1. 2048-UIS

    The "2048" puzzle game for the Motorola P2K platform written using AFW and UIS frameworks and implemented as ELF-application.
    Application type: GUI + UIS Canvas.

  2. 2048-AHI

    A popular "2048" puzzle game for Motorola P2K implemented as ELF-application. Written using AFW/UIS frameworks and AHI (ATI Handheld Interface) video driver.
    Application type: GUI + UIS Canvas + ATI.

  3. Ambilight

    ELF daemon utility with GUI settings for some funlights and bias lighting functionality.
    Application type: Deamon + GUI + GPU + Funlights.

  4. Batt Dump

    ELF utility for dumping battery ROM by 1-Wire interface.
    Application type: GUI.

  5. Benchmark

    A simple ELF benchmarking application for Motorola P2K phones.
    Application type: GUI + GPU + Java Heap.

  6. Dumper

    ELF utility for dumping various memory regions of Motorola P2K phones.
    Application type: GUI.

  7. Elf Box

    A simple "ElfBox" ELF-applications launcher.
    Application type: GUI + ElfLoader.

  8. Fire Effect

    Port of the Doom PSX fire effect demo splash screen to the Motorola P2K phones platform.
    Application type: GUI + GPU.

  9. Neko

    Fun animated widget for desktop screen with skin support.
    Application type: Deamon + GUI + GPU + Widgets.

  10. Overclock

    An application for overclocking ARM7TDMI core in Neptune SoC phones from stock 52 MHz to 65 MHz.
    Application type: GUI.

  11. Perlin

    Port of the "Perlin" plasma and fire demo by @BOOtak (Kirill Leyfer) from DCT-3 platform (Nokia 3310) to the Motorola P2K phones platform.
    Application type: GUI + GPU.

  12. Power Alert

    ELF example of sending SMS on power loss.
    Application type: Daemon.

  13. Screenshot

    ELF daemon utility with GUI to fast take screenshots.
    Application type: GUI + GPU + Deamon.

  14. Spout

    Port of the "Spout" game by kuni to the Motorola P2K phones platform.
    Application type: GUI + GPU.

  15. Vibro Haptic

    ELF daemon utility with GUI settings for vibration feedback like in Sony Ericsson phones.
    Application type: Deamon + GUI.

  16. Yeti3D Old

    Port of the "Yeti3D Old" 3D engine demo by Derek J. Evans from Nintendo Game Boy Advance (GBA) to the Motorola P2K phones platform.
    Application type: GUI + GPU.

  17. Yeti3D

    Port of the heavy optimized "Yeti3D" 3D engine demo by Derek J. Evans from Nintendo Game Boy Advance (GBA) to the Motorola P2K phones platform.
    Application type: GUI + GPU + Java Heap + Videomode + Tasks (in the Task version).

  18. Bad Apple

    The implementation of the popular "Bad Apple" demo for the Motorola P2K platform encoded as 1bpp compressed frames.
    Application type: GUI + GPU + zlib.

  19. Flip Detector

    Detect closed flip of Motorola clamshell phones and do some things.
    Application type: Deamon.

  20. vNesC

    An experimental vNes emulator of Nintendo NES rewritten from J2ME Java (vNes) to C language using decompilation technique by cbn. Port from Siemens x65, x75 (SGold, NewSGold) platforms.
    Application type: GUI + GPU + Java Heap.

  21. Snow

    Happy New Year's application, just a snowflakes flows on the desktop screen. Application type: Deamon + GUI + GPU + Widgets.

Infromation

  • ELFs by EXL: A thread on the MotoFan.Ru forum with my ELF projects and additional information.
  • ELFs development and porting: A section of the MotoFan.Ru forum dedicated to the development and porting of ELFs.
  • ElfPack 1.x: Page on MotoWiki site about first version of ElfPack for Motorola P2K phones.
  • ElfPack 2.x: Page on MotoWiki site about second version of ElfPack for Motorola P2K phones.
  • ElfPack 1.x M*CORE: A thread on the MotoFan.Ru forum dedicated to the development and porting of ELFs to M*CORE architecture and Rainbow POG platform (first version).
  • ElfPack 2.x M*CORE: A thread on the MotoFan.Ru forum dedicated to the development and porting of ELFs to M*CORE architecture and Rainbow POG platform (second version).