(2014-02-24, 13:03)Dvalin21 Wrote: Have u had any luck with those source codes I a gave ya
I haven't delved into them much, but I did find out how to compile and load them on a phone. There is very minimal documentation provided on how to compile these so I have alot of searching through to figure out exactly what steps needs to be done.
Here's what I go so far,
First you have to create an image from these build files with mkimage (But which read file do use to create the image - still searching for that one)
Then you have to load that image to your phone with uboot.
All this software is linux based and I'm still reading through the megs of data provided to confirm the build files.
As for the software
Simply installing these tools in linux is a task on it's own. Uboot is not available through normal distros anymore I have to add the reference servers to my linux distros list and then I have to manually sudo the install. That's where I took a pause.
So I've figured out which software is needed, and I've found out which files I need to be read to compile an image, and I figured out how to load the phone. but I still have not loaded the software on my linux box.
What I want to do next is see if I can VMWare this distro and see if it's worth the pain of trying to get this into rom format, and I still cannot confirm if this will work with inew or not.