• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [International] ADB Push - extSdCard Problem - NOT ROOTED

Hey guys,

I know I might have come to the ROOTed forum but I didn't know where to ask since it is kind of a root-related problem.

I have done everything correctly to install SDK and got my ADB working if I use the script


[HIGH]adb connect 192.168.1.107

adb push %1 /sdcard/ADB/%~nx1

pause[/HIGH]

This will get the file to be saved at the Device Storage under the folder "ADB"

Now if I want to do the same process to save the file on my extSdCard I am typing this..

[HIGH]adb connect 192.168.1.107

adb push %1 /mnt/extSdCard/ADB/%~nx1

pause[/HIGH]
LfZDFTG.png

kcc865z.png



And I am always getting PERMISSION DENIED :(

I am using Sandisk XDSC 64GB



Any ideas from the experts ??
 
I'm afraid that the vast majority of us don't require the use of the android sdk etc hence no response as of yet, I knew it's for the s4, but you might get a better response over in one of the nexus threads.or alternatively over on xda.
 
I'm afraid that the vast majority of us don't require the use of the android sdk etc hence no response as of yet, I knew it's for the s4, but you might get a better response over in one of the nexus threads.or alternatively over on xda.

Thanks for your reply, where do I find that XDA developers forum?

Cheers
 
Back
Top Bottom