sschaubach,
you are right you need to grab the phone's librairies and and in order to reconstruct from scratch the library headers files from the stripped binaries present on the phone you can play with:
arm-linux-nm -aDC libezxappbase.so
arm-linux-objdump -T --demangle libezxappbase.so
The idea would be to start from the a780 public sdk located here http://lsb.blogdns.net/ezx-devkit and modify it to adapt it to the a1200. The easiest IHMO would be to make the required changes to the z*.h files first and the most difficult part will be to figure out the Motorola modifications to the qt libraries and modify accordingly the qt headers.
I do not have time and envy to do it myself but if you have spare time and will to help the community please shoot!
If you wish we can start another thread on this topic and see who wants to contribute. I can provide some ideas on how to move forward.
Concerning zmplayer it is another story.



4Likes
Reply With Quote