Questions tagged [asus]
51 questions
10
votes
1 answer
How to resolve weird and incomplete Uri & Path received while directly sharing image from android gallery to my flutter app
I have written a functionality in Kotlin for the flutter app to share media files directly from the android phone gallery to the app.
Working fine for many devices I have tested like Realme 3 Pro, Oneplus 6t, Samsung m40.
But, for Asus Zenfone Max…

Sourav Singh Rawat
- 119
- 3
7
votes
3 answers
waking up from pm-suspend results in full restart
Waking up from
$ sudo pm-suspend
results in anomalous behaviour depending on whether the laptop in connected to external power.
The following scenarios have been tested to be reproducible:
Suspend while on AC power, wake up. Result: normal…

Kaveh Gharavi
- 87
- 1
- 6
7
votes
0 answers
Calendar provider changed event not firing at time
I have an application since much time ago which listens to events when calendar events change. I did it adding this to manifest:
…

user3289695
- 740
- 1
- 9
- 20
4
votes
0 answers
Getting `ssh client_loop: send disconnect: Broken pipe` on ipv6
I started getting ssh client_loop: send disconnect: Broken pipe on ipv6 after some inactivity time on ssh after my ISP switched to ipv6.
While on ipv4, I could ssh to any server and the connection would keep alive with the default configs.
I tried…

Thales Ceolin
- 2,594
- 1
- 21
- 15
3
votes
1 answer
Can't get hotswap to work on Asus motherboard for SATA 5 & 6
Recently bought an Asus PRIME B450-PLUS motherboard with 6 SATA connectors. I've got a couple of Akasa SATA hot-swap drives that I'm trying to get running on SATA 5 & 6. I've set the connections as HotSwap Enabled in the BIOS but hotswap is not…

Fudoka
- 51
- 4
2
votes
0 answers
How to give auto start permission for android app in ASUS Zenfone?
How to give permission to run app in background on ASUS devices.
It has been done for Mi devices following thread
When I installed Truecaller on ASUS it asked for background permission and app is given autostart permission programatically.
I want to…

Vivek Pratap Singh
- 84
- 10
2
votes
0 answers
How to map index to attribute of TextInputEditText on a modified version of Android 5.1.1 (ASUS)?
I am struggling to get to the root of a crash report from an android user using an asus device running 5.1.1. The crash report is below:
Caused by java.lang.RuntimeException
Failed to resolve attribute at index 96
Raw…

Brendan Weinstein
- 6,938
- 7
- 25
- 29
2
votes
0 answers
How to automatic allow in Autostart Manager of ASUS phone?
I'm having problems with my notifications and it seems that only in ASUS devices occurs. When my app is closed from the Task Swipe when I checked in the App Info it is Forced closed and wondering why in Viber I can still receives notifications. i…

natsumiyu
- 3,217
- 7
- 30
- 54
1
vote
0 answers
Headless Setup of Asus Tinker Board S
I am trying to set up Tinker Board headlessly as I don't have access to a wired keyboard and mouse.
One method I know that works for Raspi is by creating an SSH file while setting it up and a wpa_supplicant.conf file to provide wifi details. I have…

Nachiket Soni
- 11
- 2
1
vote
2 answers
Android SoundPool problem on some devices
I everyone, I'm trying to make a simple piano application, for each note I have a .wav file and I'm using soundpool class to make It play.
BUT
On a couple of Xiaomi devices and on Asus zenfone a kind of white noise is all I can hear and it's very…

Peppinhood
- 39
- 9
1
vote
0 answers
Ionic 3 camera plugin not working in Asus and some samsung mobile in android
I am facing an issue of Ionic 3 camera plugin , which is not working in Some ASUS and SAMSUNG Android mobile. I am using this ionic plugin: -
import { Camera, CameraOptions } from '@ionic-native/camera';
const options: CameraOptions = {
…

Ranjeet kumar
- 49
- 2
1
vote
1 answer
how to run kinect and ASUS cameras simultaneously
I can run just one camera alone
I am following this enter link description here
I need to run both cameras simultaneously
when running the second camera the output:
[ INFO] [1550737732.951379947]: Initializing nodelet with 4 worker threads.
[FATAL]…

Algabri
- 185
- 1
- 2
- 12
1
vote
2 answers
How can I update & commit with Assembla SVN on a Chromebook?
I'm running an ASUS C300 Chromebook (71.0.3578.127 (Official Build) (64-bit)) and I want to set it up like my Windows 7 Development PC. On Win 7 I use TortoiseSVN to connect to my SVN hosted on Assembla and I can update & commit from there.
Is it…

AsDuskFalls
- 69
- 3
- 12
1
vote
0 answers
IFTTT ASUS Trigger, Device Connected dropdown list shows only 1 device and duplicated in the entire list
I have linked my IFTTT service ASUS successfully to my ASUS RT-AC88U which is on AIMESH mode with a RT-AC66U as a node.
However when I want to create a trigger using the ASUS IFTTT when a specific devices connects to my router, it only shows a…

AnthonyZ
- 11
- 1
1
vote
1 answer
different regex behaviour on different devices
I'm having a strange bug when I try to check an EditText (I want the text to be an IBAN, like FR76 2894 2894 2894 289), so I'm doing this (overriding my edit text's onTextChanged):
// format with IBAN regex
@Override
protected void…

Rob
- 4,123
- 3
- 33
- 53