Questions tagged [asus]

51 questions
1
vote
1 answer

Rotated Button (anim) disappears after Banner Ad appears

I have a button in the center of my screen, a spinner and a banner ad at the bottom. The app works perfectly on any phone that I've tried and also works fine in a galaxy 10.1 tablet. The button acts like a compass so I rotate it as the device moves.…
1
vote
3 answers

Xamarin Android App crashes as soon as it starts on ASUS device

I am using Visual Studio 2015 Pro with update 3.1, Xamarin 4.2 on Windows 10 Pro. I created a new Shared Native Cross platform app using the following template Then I connected my android in debug mode and hit F5 to build and deploy the app. The…
bit
  • 4,407
  • 1
  • 28
  • 50
1
vote
2 answers

Android Service is not running in ASUS Mobile

I am working on a App which is working by a background service. Service in running on all other device but not running on ASUS Z008D. I even disable ASUS Mobile Manager but it did not work. Device Company: ASUS Mobile Device Model: ASUS Z008D
1
vote
1 answer

Asus ME 172v usb debugging in MAC

I am usingASUS Memo Pad ME172V. I am using Android Studio for application Development in MAC. When i am plugging my USB Cable in MAC,then my device is not getting listed in devices available for debugging. Can anyone provide any inputs on this?
Akshay Bissa
  • 109
  • 1
  • 10
0
votes
0 answers

Asus IPMI Expansion Card not working on Debian

I purchased a Pro WS W680-ACE IPMI motherboard from ASUS and installed Debian and was prompted with the following when booting up the system. [ 1.898422] usb 1-13.4: device descriptor read/64, error -32 [ 2.086248] usb 1-13.4: device…
0
votes
0 answers

Running a shell script with a push button using Tinkerboard S GPIO pins

I'm currently trying to figure out how to incorporate a push button into my shell script using the GPIO pins on a tinkerboard S. The purpose of the tinker board is to act as a HDMI video source. I have it running as a video source but need to…
0
votes
1 answer

YOLOV8 hardware requirements and also laptop shutting down

I have a laptop with following configurations Processor : AMD Ryzen 7 4800H with Radeon Graphics 2.90 GHz Installed RAM : 16.0 GB (15.4 GB usable) Windows Edition : Windows 11 Home Single Language Version : 22H2 OS : 22621.1555 …
0
votes
1 answer

Tkinter treeview not being placed at the right coordinates

I have placed a treeview widget in my tk window with .place() but it is being placed in the wrong coordinates, around 100 pixels off in both x and y, verging closer to 0. The size of the treeview is also affected, making it smaller than it should…
JR RJ
  • 13
  • 2
0
votes
0 answers

Crashlytics doesn't report crash on Asus devices

I have multiple apps published on play store. I've implemented Crashlytics to track api errors as well, and I'm getting crashes and logs from user devices. One of the apps has more than 1 million users. In Crashlytics I can filter by device brand…
TizioIncognito
  • 183
  • 1
  • 8
0
votes
0 answers

How do we run compiled TinkerOS image in emulator or Android Studio?

Good Day, I am new to android , I have compiled TinkerOS image, downloaded the source code from Tinker board official website . I am clueless on how to run this compiled image in an emulator or Android Studio. In specific I am unable to find my…
Cherrith
  • 1
  • 2
0
votes
0 answers

How to run Android11 for TinkerBoard on emulator

I have built the Android source code according to these docs v 11.2.0.3. How can I run it on my PC? I tried using Android Studio, but I was unable to find the system image when I tried to create a virtual device (following some things said here. Am…
Cherrith
  • 1
  • 2
0
votes
0 answers

Asus Aura SDK not changing the colors of the RGB devices (Python)

Not sure why this is not working, as I followed the tutorial on ASUS's website: Python Tutorial import win32com.client print('hello!') auraSDK = win32com.client.Dispatch('aura.sdk.1') auraSDK.SwitchMode() devices = auraSDK.Enumerate(0) for dev in…
0
votes
0 answers

Why do I get the error, can't load MsIo.dll(SMB), in this python program

I recently got a really awesome gaming laptop that I use for all my heavy-duty computer tasks. There's one problem. The RGB lighting isn't changing from its default blue color. I want to change the color so I thought I could do that using an SDK…
Coder Guy
  • 1
  • 1
0
votes
0 answers

How to turn off keyboard and lid lights for asus rog ubuntu 20.04 in SLEEP mode?

I have a ROG Strix G731G and I already downloaded and use the rogauracore from this repository https://github.com/wroberts/rogauracore.git. I use the sudo rogauracore black mode and the lights are off and everything is ok. It works fine when the…
0
votes
1 answer

Asus Aura Sync Python Script Not Running Correctly As Windows Scheduled Task

I've made a Python script to turn on and off my Asus Aura Sync RGB components and everything works fine in an interactive scripting terminal. But when I try to run it as a Windows scheduled task the lights turn off and once the task ends the lights…
mada2885
  • 65
  • 3