This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

I downloaded mali graphics debugger v2.0 for win7 32bit, but i can't capture any data after setting up host and target following the MGD user guide, what should i do?

I downloaded mali graphics debugger v2.0 for win7 32bit, but i can't capture any data after setting up host and target following the MGD user guide, what should i do?

Parents
  • This is how I setup things:

    I downloaded and installed the Mali Graphics Debugger v2.0.0 on windows 7 32bit.The target system is Android 4.4 kitkat, GPU is Mali450.

    Copy mgddaemon to target system dir /system/bin and make it executable.

    Copy libGLES_mgd.so to target system dir /system/lib/egl, make a symlink by ln -s libGLES_mgd.so libGLES.so

    Reboot target system

    Connect target and host with adb and forward tcp port 5002 on target to host tcp port 5002

    Start mgddaemon on target system as root

    Start MGD on host and connect with mgddaemon

    Start an application on system(the app is listed by MGDDaemon.apk)

    At last, nothing happened!

    I captured the network traffic between the host and the target with wireshark, only tcp handshake packets present, no meaningful data trans/recv.

    what i was doing wrong?

    Also I was trying to find the MGD legacy version instead of v2.0, but it seemed all download links are removed. Where can i find a previous version, say MGD 1.3?

Reply
  • This is how I setup things:

    I downloaded and installed the Mali Graphics Debugger v2.0.0 on windows 7 32bit.The target system is Android 4.4 kitkat, GPU is Mali450.

    Copy mgddaemon to target system dir /system/bin and make it executable.

    Copy libGLES_mgd.so to target system dir /system/lib/egl, make a symlink by ln -s libGLES_mgd.so libGLES.so

    Reboot target system

    Connect target and host with adb and forward tcp port 5002 on target to host tcp port 5002

    Start mgddaemon on target system as root

    Start MGD on host and connect with mgddaemon

    Start an application on system(the app is listed by MGDDaemon.apk)

    At last, nothing happened!

    I captured the network traffic between the host and the target with wireshark, only tcp handshake packets present, no meaningful data trans/recv.

    what i was doing wrong?

    Also I was trying to find the MGD legacy version instead of v2.0, but it seemed all download links are removed. Where can i find a previous version, say MGD 1.3?

Children