Moto Hell - The Motorola Modding Community

Motorola Phone Models => ELF => Topic started by: zantaxion on April 18, 2009, 09:34:54 pm



Title: Convert elf to fpa
Post by: zantaxion on April 18, 2009, 09:34:54 pm
How Convert elf applications to fpa?


Title: Re: Convert elf to fpa
Post by: motoedy lpktool on July 13, 2009, 01:26:45 am
How Convert elf applications to fpa?


ah

Just use BinToFpa.exe

1:Edit the src of elf

2:add sdk

3:Edit*.bat
Code:
@echo off


set armdir=D:\arm
set sdkdir=D:\SDK

set src_input=src\ELF.c
set tmp_o=ELF.o

%armdir%\tcc -O2  -I%sdkdir% -c -bigend -apcs  /interwork %options% %src_input%
%armdir%\armlink -via link.lst -ro-base 0x115BB020 -rw-base 0x141D59E0 -Output Light.elf
%armdir%\fromelf -bin Light.elf -o Light.bin
BinToFpa.exe 1529020 Light.bin
4:add you elfloader.lib in def.sym with ELFPack Library Editor 2.1

5:
0x115BB020
0x141D59E0
you must to find in CG1,forexample:mobileqq...char

6:running *.bat


For example : my 2 elfs to patch....

patch:
clock ,date ,week and loc mes in loc mes(add clock,date and week to lock messade, not delete standart lock message) : http://d.namipan.com/downfile/clock_in_loc_mes.rar/cee0bc27985c88f35aea70e8597ec4573855cb6009683e00


Title: Re: Convert elf to fpa
Post by: motoedy lpktool on July 13, 2009, 08:05:18 pm
.........

It's wrong!!!!!!


Title: Re: Convert elf to fpa
Post by: ZduneX25 on July 14, 2009, 01:46:24 am
sorry ok, but why??


Title: Re: Convert elf to fpa
Post by: 54mmd13 on August 02, 2009, 04:22:23 pm
Is there a tutorial?


Title: Re: Convert elf to fpa
Post by: oniech on August 02, 2009, 10:01:19 pm
Yeah!Campanula make step by step on tutorial with picture for us.thanx