[android-developers] How to install plugins into Android's browser

2009-10-12 Thread Migol

Hi all.

I have the next problem:

I have an NP API plugin for Android's browser, it works properly. I
have to go to the command line and to input some commands of copy
plugin's so file into emulator (with help of adb) for installing it.
However, for end user it is too complicated to input this commands.

How can I prepare installer for my native plugin?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] NP API Plugin

2009-05-29 Thread Migol

Does any know how to install NP plugin into Android's browser?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Install NP Plugin on Android's browser

2009-05-28 Thread Migol

Hi all,

I have a next problem. There is an NP Plugin, which successfully works
in Android's browser. But to install it into the browser (Emulator/
Device) means run adb push  Can I do it programatically? (I
tried to do some as FileWriter fw = new FileWriter(/data/data/
com.android.browser/app_plugins/1.txt);).

Regards

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---