Home Page

Bitmapキャッチャ 1.4 - Google Play




About Bitmapキャッチャ

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...

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);



Previous Versions

Here you can find the changelog of Bitmapキャッチャ since it was posted on our website on 2017-06-30 00:40:59. The latest version is 1.4 and it was updated on 2024-04-22 21:23:26. See below the changes in each version.

Bitmapキャッチャ version 1.4
Updated At: 2012-06-28
Changes: Ver1.4,画面の設定をBroadcastでできるようになりました。,Ver1.3,設定がうまく反映されないバグを取りました。,最後に表示した画面を保持するようにしました。,Ver1.2,センサーの値を取得できるようにした。,バイブレータの繰り返し処理がバグっていたのを修正した。,Ver 1.1,本バージョンより、画面のスリープ設定の仕様を大きく変更しました。,画面の状態は設定のチェックボックスで行います。,画面スィープに機能は割り当てていません。常時点灯させた場合は、電池の消耗に注意してください,また、Ver1.1より画面タッチやスィープ状態をBroadcast送信するようにしたので、もし、アプリで利用したい場合は使ってください。,Ver 1.0,初期リリース版


Related Apps

Here you can find apps that are similar with Bitmapキャッチャ.



Disclaimer

Official Google Play Link


We do not host Bitmapキャッチャ on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Google and passed their terms and conditions to be listed there. We recommend caution when installing it.

The Google Play link for Bitmapキャッチャ is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 2
Updated At: 2024-04-22 21:23:26
Publisher: たろサ
Operating System: Android
License Type: Free