apkshellext icon indicating copy to clipboard operation
apkshellext copied to clipboard

Add adb options for apk files

Open sylveon opened this issue 9 years ago • 16 comments

Like the old version

sylveon avatar Sep 29 '15 13:09 sylveon

I was thinking to repeat adb in native c# instead of wrapping a adb executable into the dll, but looks like it's not feasible in short time. I'm considering for add the feature back but let you choose the adb location. Request accepted.

kkguo avatar Sep 29 '15 14:09 kkguo

Maybe Mad Bee can help.

sylveon avatar Sep 29 '15 15:09 sylveon

Actually Mad Bee is a wrapper too, it does need adb.exe from android sdk. I will repeat what the old version did in next release.

kkguo avatar Sep 30 '15 05:09 kkguo

sorry, not in this release, yet

kkguo avatar Oct 19 '15 19:10 kkguo

Hi,This mean we can install and uninstall apps from contex menu?like what was in older versions?It is very useful ,If you also add double click option to open menu of install or reinstall and things like that it would be great..Thank you

am2222 avatar Jan 12 '16 12:01 am2222

@am2222 Double clicking opens the default app for it (currently none). If someone makes an little app for this and associate it to apk files, it should work.

The thing for install and uninstall with the context menu is exactly what I proposed.

sylveon avatar Jan 12 '16 19:01 sylveon

@charlesmilette THANK you for your answer, In fact I meant to associate your app to double click when we install it.And also I have seen install and uninstall in previous version.But in this new version they are gone :(

am2222 avatar Jan 13 '16 13:01 am2222

You can try to associate adb install -r "%1" with apk files. This will automatically install the file on your device.

sylveon avatar Jan 13 '16 14:01 sylveon

Thank you,But If it is possible please add it to your app..It would be great if we can do it using a UI

am2222 avatar Jan 13 '16 22:01 am2222

If I can provide my two cents I would suggest in the options dialogue one option to provide the location to the adb.exe file (i.e. C:\Android\sdk\platform-tools).

Alternatively this location could be added to the PATH.

rcmero avatar May 10 '16 15:05 rcmero

Why not: capture where the textbox will be automatically filled and disabled, along with the browse button.

Alternatively: capture where the user can browse itself for the file or type it in the textbox.

sylveon avatar May 10 '16 16:05 sylveon

Right, and that's what I'm doing right now, I have had the strings in the translation file, it will come very very very soon, I promise this time :P

kkguo avatar May 10 '16 21:05 kkguo

Soon in Valve Time? ;)

sylveon avatar Jan 07 '17 05:01 sylveon

;), still living on earth, but with tons of work,, will try my best, sorry.

kkguo avatar Jan 11 '17 06:01 kkguo

This still didn't go live? I'm having problem using a custom solution which worked till recently was using registry and add custom shell action on .apk on HKEY_CLASSES_ROOT.apk but somehow they don't work. And it's not apkshellextension problem, debugged that much.

xpliz avatar Sep 12 '18 12:09 xpliz

@XplizitBe , regarding your shell action, do you still have problem? I think I have a workaround by manually adding the action into registry, and it works for me. could you please try it out? check the wiki

kkguo avatar Jul 30 '19 15:07 kkguo