Android Oreo Vibration Builder Application icon

Android Oreo Vibration Builder 2.01

2.7 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Android Oreo Vibration Builder, developed and published by Kevin Ersoy, has released its latest version, 2.01, on 2023-01-24. This app falls under the Libraries & Demo category on the Google Play Store and has achieved over 50 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Android Oreo Vibration Builder APK available on this page is compatible with all Android devices that meet the required specifications (Android 8.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.kevinersoy.androidoreovibrationbuilder

Updated: 2 years ago

Developer Name: Kevin Ersoy

Category: Libraries & Demo

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Android Oreo Vibration Builder on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Android Oreo Vibration Builder 2.01
2023-01-24 / 2.7 MB / Android 8.0+

About this app

This is an open source project available on GitHub here:
https://github.com/kevine711/Android-Oreo-Vibration-Builder

DEVELOPER USE ONLY - There is no use case for a general user unless you just want to play with vibration profiles.

I created this project to help developers feel out different profiles you can create with the new VibrationEffect in API 26.

I'm using the below method. In app, timings are referred to as "delay" and amplitudes as "intensity." You can create a comma separated list of delays and intensities and run the profile to feel the effect. Some examples are provided.
VibrationEffect createWaveform (long[] timings,
int[] amplitudes,
int repeat)

New features

Major update to make use of new architecture components. Using Room and JavaRx, removed all AsyncTasks. Full source available on GitHub.

App Permissions

Allows access to the vibrator.
Allows applications to open network sockets.