This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Debugging ANDROID application framework with Eclipse on AM37x

Hi,

I have an AM37x target and I work with Android ; I would like to know the tools which enables to debug the application
framework layer on this target. Indeed, I would like to be able to
follow
each step when an application is launched for instance (not using the
logCat but using java code, with the possibility to put
breakpoint ...) and I would like to modify the components of the
application framework layer, such Package Manager, Telephony
manager, ... I 'm using Eclipse for application debug, but is it
possible and how to do previous describing tasks thanks Eclipse
(Application Framework debug, ...)?

  • You can refer to our developer guide http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3-DevKit-1.0_DeveloperGuide for building android sources, developing and debugging android applications etc.

    Regards,

    Arun

  • Hi,

    Thank you for your answer, but it not corresponds to my question : indeed, I would like modify the Application Framework layer (PackageManager, TelephonyManager), not create a new application (Application layer). Then, I already visited this URL, and I didn't find a solution. Moreover, I would like follow each step about android system when I launch an application : what part of code launches my application? How ?.Have you another answer to submit ?me?