apkshellext
apkshellext copied to clipboard
Add adb options for apk files
Like the old version
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.
Maybe Mad Bee can help.
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.
sorry, not in this release, yet
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 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.
@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 :(
You can try to associate adb install -r "%1"
with apk files. This will automatically install the file on your device.
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
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.
Why not:
where the textbox will be automatically filled and disabled, along with the browse button.
Alternatively:
where the user can browse itself for the file or type it in the textbox.
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
Soon in Valve Time? ;)
;), still living on earth, but with tons of work,, will try my best, sorry.
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.
@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