Commit Graph

107 Commits

Author SHA1 Message Date
Karol Wrótniak
a5900ef378 Update STFService.apk to 2.5.2 (#766) 2024-04-04 13:07:05 +02:00
Karol Wrótniak
bfe13a9c5d Update STFService APK to 2.5.1 (#761)
* Update STFService APK to 2.5.1

* Update required apk version to 2.5.1
2024-03-21 10:53:58 +01:00
Karol Wrótniak
0c91b551ba Update STF service APK to 2.5.0 (#755) 2024-01-29 17:17:49 +01:00
Karol Wrótniak
9e5e371590 Update STFService.apk to 2.4.12 (#718) 2023-10-25 00:57:59 +02:00
Karol Wrótniak
322cf55815 Update dependencies (#694)
* Update STFService APK to 2.4.6

* Update stf-device-db to 1.4.0
2023-08-18 02:44:17 +02:00
Karol Wrótniak
1997a7615f Release 3.6.5 (#649)
* devicefarmer dependency versions bump

* STF service apk version bump
2023-03-30 16:40:56 +02:00
Karol Wrótniak
cc79f28bde Update STF Service APK to v2.4.9 (#482)
* Update required STFService.apk version

* Add apk v2.4.9
2022-03-25 15:13:47 +01:00
Karol Wrótniak
2e327b8bcb Update STFService.apk to 2.4.8 (#328)
* Update STFService.apk to 2.4.8

* Update STFService.apk file to version 2.4.8
2021-10-03 15:51:48 +02:00
Karol Wrótniak
2fd07996c5 Add files via upload (#265) 2021-06-03 03:11:14 +02:00
Crepieux Pierre
bb1c20d1f7 Introduce support for new VM based minicap to support Android 12
This commit introduce a new option to use a new minicap
implementation by specifying --screen-grabber or the env
variable SCREEN_GRABBER. The current native minicap is the default
and is refered as 'minicap-bin'. The new minicap which is packaged
in an apk is usable with 'minicap-apk' and will be used as a
fallback.
At the moment, this apk is expected to be included in
minicap-prebuilt node package at this location
minicap-prebuilt/prebuilt/noarch/minicap.apk.

STFService.apk has also been updated to take into account Android 12

Signed-off-by: Crepieux Pierre <pierre.crepieux@orange.com>
2021-05-31 18:00:28 +02:00
Karol Wrótniak
19eba7de04 Release 3.6.0 (#190)
* Update STFService APK to 2.4.6

* Delete .travis.yml

* Update Dockerfile-debian-x86_64
2021-03-09 19:45:54 +01:00
Karol Wrótniak
f8e9bf97eb Update STF Service APK to 2.4.5 (#134)
* Update STF Service APK to 2.4.5
* Remove gulp build from CI pipeline

Signed-off-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2020-10-18 03:15:05 +02:00
Karol Wrótniak
5167cc956f Update STFService.apk to 2.4.4 (#89) 2020-08-28 14:26:00 +02:00
Karol Wrótniak
31f9f58d07 Update STFService.apk to v2.4.3 2020-02-20 20:48:16 +01:00
Karol Wrótniak
353c35118a Update STFService.apk to 2.4.0 2020-02-03 20:47:38 +01:00
Simo Kinnunen
95562b5c35 STFService can now display the identity activity (red screen) automatically if a device gets disconnected from USB (or ADB), which can make maintenance easier. This feature is in beta, please enable it by running adb shell pm grant jp.co.cyberagent.stf android.permission.DUMP on the devices you want to try it on. 2018-07-14 11:59:38 +08:00
Simo Kinnunen
badb3ed3be Updated STFService.apk to fix an issue on high aspect ratio devices like the Mi Mix 2 where a portion of the screen may not have been visible. Closes #733. 2018-03-25 00:57:54 +09:00
Simo Kinnunen
c922eb92e5 Android 8.0 support. 2017-08-31 03:04:40 +09:00
Simo Kinnunen
3447c927df Update minitouch for Blackberry PRIV and use minitouch-prebuilt for minitouch binaries instead of bundling them to the vendor dir. 2017-06-16 16:13:45 +09:00
Simo Kinnunen
dc5ed0193f Seems we forgot to update STFService.apk to 2.0.0 and it was getting reinstalled every time. 2017-02-10 01:41:22 +09:00
Simo Kinnunen
5839867619 Add IMSI to device details. 2017-01-13 13:52:11 +09:00
Simo Kinnunen
dd24a9fe4b Update minicap for Android 7.1 support. Use the new minicap-prebuilt
package instead of bundling the binaries in the repo.
2016-10-24 01:37:05 +09:00
Simo Kinnunen
bdcbb6ba20 Update minitouch for improved Alcatel Idol 3 support. 2016-10-18 21:54:31 +09:00
Simo Kinnunen
33e4e617bb Update STFService.apk to 1.1.0. Switches to abstract sockets which fixes
adb getting stuck when tethering is being used.
2016-09-03 04:01:07 +09:00
Simo Kinnunen
4c2446be54 Copy SDK 23 shared libs for Android N. Seems that they still work fine
on Preview 4. Android N support tracked in #279.
2016-06-28 13:02:25 +09:00
Simo Kinnunen
ed31a0d0e4 Actually, let's also leave the android-M folder for older M previews, so that
they'll still be usable in STF.
2015-09-28 04:03:47 +09:00
Simo Kinnunen
dc0a6f4d96 Support Android M Developer Preview 3. 2015-09-28 03:21:06 +09:00
Simo Kinnunen
d9d47cc3bf Mute devices when they're being used if the --mute-master option is given. 2015-07-29 19:07:24 +09:00
Simo Kinnunen
674953f727 Update minicap to fix EINTR issues on termination. 2015-07-22 16:05:09 +09:00
Simo Kinnunen
056b8843c0 Update minicap to fix screenshots. 2015-07-17 13:33:39 +09:00
Simo Kinnunen
fbae22e233 Update minicap to prevent SIGPIPE when we fail to read all frames before the connection dies. This should greatly decrease FrameProducer._stop() related errors. 2015-07-16 17:38:44 +09:00
Simo Kinnunen
cfcac31213 Update STFService to 1.0.0 for potential SDK 9 support. 2015-07-15 20:29:26 +09:00
Simo Kinnunen
ef40b59532 Update minicap files for potential SDK 9 support. We don't actually have a device to test it with, so while it should work, it might not. 2015-07-15 20:12:40 +09:00
Simo Kinnunen
e4c5ca1692 Update minicap binaries for more graceful stop behavior and x86_64 support (instead of having to rely on the x86 binaries). 2015-06-23 14:03:43 +09:00
Simo Kinnunen
aa7eb6f8ec Remove vendor/remote as practically unused due to the stats plugin not being active. 2015-06-12 17:09:20 +09:00
Simo Kinnunen
810be9cfe3 Update minicap for Android M support. 2015-06-10 17:16:20 +09:00
Simo Kinnunen
a734b6e345 Model the touch plugin after the screen plugin's frame producer. This should allow more forgiving sudden deaths. 2015-06-08 17:48:39 +09:00
Simo Kinnunen
89aedcef06 Update minicap for 4.4. Should fix isai VL, AQUOS SERIE mini and others while keeping ASUS devices working. 2015-05-01 00:08:14 +09:00
Simo Kinnunen
5d9b77a76a Update minicap to support hopefully all 4.4 devices (and what a pain in the ass it was). 2015-04-23 23:32:52 +09:00
Simo Kinnunen
7c30fb1174 Update minicap to support F-05F. 2015-04-23 16:58:41 +09:00
Simo Kinnunen
9ea0839b0b Rotate canvas image on client side when necessary. Minicap now always returns the image in upright position for newer devices. 2015-04-23 14:45:10 +09:00
Simo Kinnunen
07fb3b530c Allow minicap to skip frames when necessary. 2015-04-16 19:50:38 +09:00
Simo Kinnunen
95e9dd0b82 Integrate new minicap along with a moderate rewrite. What's currently missing is recovering from socket death. 2015-04-15 18:55:46 +09:00
Simo Kinnunen
b083441a77 Fix secure field in display information. 2015-01-14 20:23:10 +09:00
Simo Kinnunen
70a142b2ff Fix screen on x86. 2015-01-14 17:30:19 +09:00
Simo Kinnunen
7d8d905979 Update minicap. 2015-01-05 17:22:26 +09:00
Simo Kinnunen
168a864cec Fix F-02G. 2015-01-05 16:40:51 +09:00
Simo Kinnunen
f8ff8d21c6 Add fps (refresh rate) to minicap display info. 2014-12-19 17:38:42 +09:00
Simo Kinnunen
5bbe7d33a6 Fix display information. 2014-12-19 17:19:09 +09:00
Simo Kinnunen
f5a121546e Update minicap binaries to fix Nexus 6. 2014-12-12 19:00:05 +09:00