Hi all..
I flashed to ZE09.2 and added the SPH-M900_CL14_WORKING_SYSTEM_ONLY Update..
also added the Cl14 Modem update. If I open terminal i can type su and get # "root access" then use the ping command.."GREAT"... But if i use a apk that needs root i get a Operation not permitted error..
The apk i tried is Ping from the Market.
Any ideas?.... Thanks in advance.
the applications in the market are designed for android phones in general and since root isnt really "officially" supported i wouldnt be surprised if it was implemented with different methods on different phones.
im not familiar with Ping from the market, but if the ping command, testing network latency, is the tool you're trying to get work, i would look into where this command is located on the different phones. it might be in a different directory on different phones or different versions of android.
from the terminal, i'd type find / -name *ping* and see what it returns and perhaps read up on the Ping program and see if they provide more detail on which versions of android or which phones they support, etc.
perhaps somebody on here has used this program successfully and can provide more detail.