Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Bitmapキャッチャ icon

1.4 by たろサ


Apr 3, 2016

About Bitmapキャッチャ

English

SmartWatch is MN2 app for. In this application alone, nothing will not work.

SmartWatch is MN2 app for. LiveWare extension for SmartWatch.

In this application alone, nothing will not work.

Receiving and image information from the normal Android app is a tool to be displayed in the SmartWatch. If you start this app, even if not made the SmartWatch dedicated app, you can transfer the image to the SmartWatch using the intent.

This application, start-up and will continue to wait for the Broadcast of the Bitmap image and vibrator control information at the same time. If you want to send the image, please create a program such as the following.

 ByteArrayOutputStream baos = new ByteArrayOutputStream ();

 bitmap.compress (CompressFormat.PNG, 100, baos);

 byte [] bytebmp = baos.toByteArray ();

 Intent intent = new Intent ( "com.luaridaworks.extras.BITMAP_SEND");

 intent.putExtra ( "BITMAP", bytebmp);

 sendBroadcast (intent);

Larger image than the screen you can specify the display offset coordinates.

It has been changed specification from Ver 1.1. X, please be individually set the offset value of Y.

intent.putExtra ( "OFFSETX", 130);

intent.putExtra ( "OFFSETY", 60);

However, if you put a check in "to display the entire received image", it will be displayed so that the entire image fits on the screen.

If you want to send a vibrator information, please create a program such as the following.

Intent intent = new Intent ( "com.luaridaworks.extras.VIBRATOR_SEND");

intent.putExtra ( "ONTIME", 2000);

intent.putExtra ( "OFFTIME", 500);

intent.putExtra ( "REPAET", 2);

sendBroadcast (intent);

ONTIME, OFFTIME, please set the numerical value in the REPEAT keyword. In the above example, vibrates for 2 seconds, then repeat twice to stop 0.5 seconds.

Transmission of ONTIME only is also available.

When you send a REPAET as 0 vibrator is stopped.

Than Ver 1.1, touch the screen and the screen sweep result was to be Broadcast transmission.

Thus, you can get a touch action to the SmartWatch in each application.

In the intent-filter, please add a "com.luaridaworks.extras.TOUCH_SEND" and "com.luaridaworks.extras.SWIPE_SEND".

Reception in the BroadcastReceiver, please received something like the following.

int action = (Integer) intent.getSerializableExtra ( "ACTION");

int x = (Integer) intent.getSerializableExtra ( "TOUCHX");

int y = (Integer) intent.getSerializableExtra ( "TOUCHY");

int direction = (Integer) intent.getSerializableExtra ( "DIRECTION");

direction 0: UP, 1: DOWN: 2: LEFT, 3: is RIGHT.

Than Ver 1.2, it was to be able to get the value of the sensor.

In order to get the sensor value, Broadcast send a "com.luaridaworks.extras.SENSOR_REQUEST". When you send it, Bitmap catcher will come Returns the value of the sensor in the Broadcast.

 Intent intent = new Intent ( "com.luaridaworks.extras.SENSOR_REQUEST");

 sendBroadcast (intent);

To receive the value of the sensor is, the intent-filter, please add a "com.luaridaworks.extras.SENSOR_SEND".

Reception of BroadcastReceiver, please received something like the following.

 Float x = (Float) intent.getSerializableExtra ( "SENSORX");

 Float y = (Float) intent.getSerializableExtra ( "SENSORY");

 Float z = (Float) intent.getSerializableExtra ( "SENSORZ");

 The screen display mode from Ver1.4 can now be set in the Broadcast.

Transmission procedure is as follows.

To display the entire received image,

 intent = new Intent (\ "com.luaridaworks.extras.DISPLAY_SEND \");

 intent.putExtra ( "WHOLE", true);

 sendBroadcast (intent);

If you do not see the entire received image,

 intent = new Intent (\ "com.luaridaworks.extras.DISPLAY_SEND \");

 intent.putExtra ( "WHOLE", false);

 sendBroadcast (intent);

If you turn off the screen,

 intent = new Intent (\ "com.luaridaworks.extras.DISPLAY_SEND \");

 intent.putExtra ( "SCREEN", 0);

 sendBroadcast (intent);

If you want to dim the screen,

 intent = new Intent (\ "com.luaridaworks.extras.DISPLAY_SEND \");

 intent.putExtra ( "SCREEN", 1);

 sendBroadcast (intent);

If you want to view the screen,

 intent = new Intent (\ "com.luaridaworks.extras.DISPLAY_SEND \");

 intent.putExtra ( "SCREEN", 2);

 sendBroadcast (intent);

Automatically If you want to sleep,

 intent = new Intent (\ "com.luaridaworks.extras.DISPLAY_SEND \");

 intent.putExtra ( "SCREEN", 3);

 sendBroadcast (intent);

What's New in the Latest Version 1.4

Last updated on Apr 3, 2016

Ver1.4
 画面の設定をBroadcastでできるようになりました。

Ver1.3
 設定がうまく反映されないバグを取りました。
 最後に表示した画面を保持するようにしました。

Ver1.2
 センサーの値を取得できるようにした。
 バイブレータの繰り返し処理がバグっていたのを修正した。

Ver 1.1
 本バージョンより、画面のスリープ設定の仕様を大きく変更しました。
 画面の状態は設定のチェックボックスで行います。
 画面スィープに機能は割り当てていません。常時点灯させた場合は、電池の消耗に注意してください
 また、Ver1.1より画面タッチやスィープ状態をBroadcast送信するようにしたので、もし、アプリで利用したい場合は使ってください。

Ver 1.0
 初期リリース版

Translation Loading...

Additional APP Information

Latest Version

Request Bitmapキャッチャ Update 1.4

Uploaded by

Siha Cha

Requires Android

Android 2.3.4+

Available on

Get Bitmapキャッチャ on Google Play

Show More

Bitmapキャッチャ Screenshots

Comment Loading...
Languages
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.