Running ARM assembly code in Android
        Posted  
        
            by 
                Robert Joseph Dacunto
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Robert Joseph Dacunto
        
        
        
        Published on 2012-12-14T03:03:36Z
        Indexed on 
            2012/12/14
            5:03 UTC
        
        
        Read the original article
        Hit count: 233
        
I've been following the guide posted here, trying to get this Hello, World program to run on my Samsung Galaxy S3. It's rooted already, and I successfully pushed the "hello" file onto the sdcard. Now when I enter the shell as the superuser (# instead of $), and try to run the file, I get "cannot execute - permission denied". I used chmod 755 hello to see if that would fix it, still nothing.
Is there something I'm missing? This is my first time fiddling around with Android, just got the phone, and wanted to see if I could get this to work. Very new to it all.
Thanks!
© Stack Overflow or respective owner