adb push command not working android kitkat(4.4) -


I'm a newbie for Android, I want to send files from PC to internal storage of application, ADB push command works fine The Android version is doing but not in KitKat (4.4) saying that permission was denied. I got stuck on this issue, please help me.

ADB requires authorization from the device in the recent release See what is mentioned:

Since Android 4.2.2, connections to ADB are certified with the RSA keypages . This prevents unauthorized use of ADB, where the attacker has physical access to the device

Once you enable the developer mode, the ADB will give the phone a new prompt To allow you to authorize a new connection.

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -