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

Getting ARM Streamline to work with Samsung S2

Note: This was originally posted on 26th April 2013 at http://forums.arm.com

Hi,

we have performance issues with Mali400 GPU's and need to track them down.

The ARM Streamline tool seems to be very useful for that.

We are using a Samsung S2 (GT I9100) to check here.

If I do the 'adb forward tcp:8080 tcp:8080' and try to connect with Streamline to localhost then I'll get a message: "Unable to receive data from the gator daemon .... ".
Obviously some gator process is missing (checked processes with ps and it's not listed there).

After doing some research, all I found is intructions on how to compile a kernel with a gator module.

I'm developing on a Windows 7 machine.
Even if I would fight through this, there is a step following that needs to start this gator with root rights.

Since I'm using a customer device I don't have root rights and I don't like to root it (let alone the illegal feel of it..).

So my final question is: is this the way? Or did I miss something?


Thanks in advance!
Bodo
Parents
  • Note: This was originally posted on 6th May 2013 at http://forums.arm.com


    Hello Bodo,

    For streamline to work, you need two components on your system. The gator daemon and the gator driver.
    The gator driver is a kernel object, and in order to insmod on Android, you must have root permissions.
    As such, there is no current way to get streamline working on a none rooted Android device.

    Hope this clarifies things.


    - McGeagh


    Thanks for the answer. At least we now know, that we are on the right way. Somehow..

    Is there any kind of detailed description on how to build the .ko file and the gator daemon?
    None of us is a Linux expert here and we really have a hard time on reading and following the how-to Readme.

    Alternatively - is a compiled binary for a S2 (i9200) for Android 4.xx available?

    Thanks,
    Bodo
Reply
  • Note: This was originally posted on 6th May 2013 at http://forums.arm.com


    Hello Bodo,

    For streamline to work, you need two components on your system. The gator daemon and the gator driver.
    The gator driver is a kernel object, and in order to insmod on Android, you must have root permissions.
    As such, there is no current way to get streamline working on a none rooted Android device.

    Hope this clarifies things.


    - McGeagh


    Thanks for the answer. At least we now know, that we are on the right way. Somehow..

    Is there any kind of detailed description on how to build the .ko file and the gator daemon?
    None of us is a Linux expert here and we really have a hard time on reading and following the how-to Readme.

    Alternatively - is a compiled binary for a S2 (i9200) for Android 4.xx available?

    Thanks,
    Bodo
Children
No data