Re: [android-developers] Running the Android Application accessing /dev/node

2011-11-28 Thread s.rawat
Hi Mukesh, Thanks for the tip, I Will try it out soon and will post the results. Rgds, Saurabh "..pain is temporary.quitting lasts forever.." On Mon, Nov 28, 2011 at 12:37 PM, Mukesh Srivastav wrote: > Hi Saurab, > > You can run your script in the root directory of the device. you can

Re: [android-developers] Running the Android Application accessing /dev/node

2011-11-27 Thread Mukesh Srivastav
Hi Saurab, You can run your script in the root directory of the device. you can acheive this by setting the Enviorment.getStoreage() method point to root. below is the example: new File(Environment.getExternalStorageDirectory(), , That is where i have dumped all my pic which were taken by the Cam

[android-developers] Running the Android Application accessing /dev/node

2011-11-27 Thread s.rawat
Hi, I am trying to develop an application which has to access the device node.It could be anything a Printer micro-USB interface/an MHL - MDI interface .I want to know whether it is possible to achieve it without rooting the device or with rooting the device (with no user hassle to run some script/