With this I'm able to connect wirelessly using "adb connect [ip]" and install an APK created from a Gideros app via Eclipse by using "adb install [app.apk]". (Apps installed in this way don't start automatically but can be run from an icon as normal. You'll need to enable debugging on your Android device. You can use "adb install -r" to reinstall an existing app.)
If you use the ADT plugin you can run the project on an actual or virtual device from Eclipse in much the same way as you can from Gideros, and it will be installed and executed automatically.
It isn't about push only. It is about making gideros app to be system app. After you push gideros.apk to system/app it will not start. You can choose any another way to put apk to this folder. But it will not run also.
step by step. 1. Install gideros app. 2. Cut this app from data/app 3. paste it to system/app
"Scroll down to the pasted apk, long press on it and select Permissions (you'll see 9 check boxes when you do this.) Check the Read and Write buttons for User, and only the Read boxes next to Group and Others, then tap OK (once you're done, the read/write permissions under the app name should be the same as all the other apps listed (rw-r--r--). Reboot."
Unfortunately I only have an Android-x86 system which won't allow me to move files to that folder, but here are some simple instructions on creating a system app...perhaps someone else could test this with a Gideros APK.
Comments
@unlying could you specify step by step what you try so I could test it
https://play.google.com/store/apps/details?id=com.ttxapps.wifiadb&hl=en
With this I'm able to connect wirelessly using "adb connect [ip]" and install an APK created from a Gideros app via Eclipse by using "adb install [app.apk]". (Apps installed in this way don't start automatically but can be run from an icon as normal. You'll need to enable debugging on your Android device. You can use "adb install -r" to reinstall an existing app.)
If you use the ADT plugin you can run the project on an actual or virtual device from Eclipse in much the same way as you can from Gideros, and it will be installed and executed automatically.
step by step.
1. Install gideros app.
2. Cut this app from data/app
3. paste it to system/app
http://stackoverflow.com/questions/14205712/adb-startrun-apk-that-is-in-system-app
...also...
"Scroll down to the pasted apk, long press on it and select Permissions (you'll see 9 check boxes when you do this.) Check the Read and Write buttons for User, and only the Read boxes next to Group and Others, then tap OK (once you're done, the read/write permissions under the app name should be the same as all the other apps listed (rw-r--r--). Reboot."
http://androidforums.com/droid-all-things-root/64603-installing-apk-in-system-app-directory.html
I can install as system app that is native. But can't do that with gideros app. It just doesn't start.
Dislikes: amaximov
http://www.addictivetips.com/mobile/how-to-install-any-app-as-system-app-on-android/