I know thiis guide have been posted in E398 board
But i just made it for v3i users to easily used
How to use Portkit
Thanks to Andy51 from motofan
It's for creating ELF Pack (elfpack.fpa, Register.fpa, elfloader.lib, and Lib.o) for LTE, LTE2 and v3i phone
Download portkit
http://www.4shared.com/file/130473736/b114622b/Portkit_Software.html1. Copy arm to C/arm and portkit to C/Portkit in your PCMake sure your windows configuration(Folder Options) is set to show file extention.
2. Set your make.cmd to your FW. Rename make.cmd to make.txt than open in notepadSet your PLATFORM
-LTE= For phone like E398 and ROKR E1
-LTE2= For L7 and other LTE2 phone
-v3i= For v3i only
Save the file than rename to make.cmd again
Go to c/Portkit/obj. find sysinfo.c file, open in notepad
const char n_phone[] = "Write Your Phone Mod, exp E398, v3i, L7, etc";
const char n_platform[] = "LTE, LTE2 or v3i";
const char n_majorfw[] = "RXXXX (your front FW name)";
const char n_minorfw[] = "Last FW name";
Save the file
Exp for v3i
const char n_phone[] = "v3i";
const char n_platform[] = "v3i";
const char n_majorfw[] = "R4441D";
const char n_minorfw[] = "01.03R";
3. Backup your CG1 using FB 3 with cut empty file (your phone must be never patched with elfpack, if already patched. U need to undo first)4. Copy paste your CG1 backup file to C/Portkit5. Rename your backup file to CG1.bin
6. Double click run.bat to process build elfpackPress Enter untill the proses finished
If you got warning but no error message. It’s OK and normal.
Now check C/Portkit/build you should have elfpack.fpa, register.fpa, elfloader.lib and Lib.o
7. Apply the elfpack.fpa and Register.fpa to your reflash patched that have full addressSave as in shx than flash use flasher program. For v3i you must use RSD lite or P2K ET.
Copy the elfoader.lib, auto.run and elf apllication to your TF and enjoy your elf pack.
8. How to update elfloader.lib?U can download new libgen from
http://wap-tolik.narod.ru/libgen_by_macho.zipExtract the file than copy to overwrite old file in C/Portkit/libgen than rebuild again to get the elfloader.lib
PDF can be download here
http://www.4shared.com/file/130472135/942c2846/How_to_use_Portkit.htmlhttp://www.4shared.com/file/130472680/2fd1387/GUIDE_TO_PORTING_ELFPACK_1.htmlxvi32 hex editor
http://www.4shared.com/file/130476945/5a1c786e/xvi32.html:thanks:
ritza_ll just newbiehoilic