Skip to main content
-3 votes
0 answers
42 views

I am trying to install overlayfs module with an APatch kernel, but i get this error. APatch is read only. i decide to look at partitions which may not be properly mounted, mount -o rw,remount / //...
f1ne3dg3's user avatar
-1 votes
0 answers
62 views

I am facing a persistent 404 Not Found error when trying to send a notification from a 2nd Gen Node.js Cloud Function using admin.messaging().sendToTopic(). The baffling part is that I can ...
Abderrahman Lahjouji's user avatar
0 votes
1 answer
26 views

I have an Android application using Google AdMob. In the AdMob console → Payments section, it shows: Payments account: AdSense (India) When I log in to the linked AdSense account, I see the message: ...
Himanshu's user avatar
  • 534
0 votes
0 answers
33 views

I want to automate tests of Bluetooth calls from Android device (in a react native app). I was thinking about using Detox for that. Note that I do not want to test any UI, just the Bluetooth calls to ...
Żabojad's user avatar
  • 3,094
0 votes
2 answers
37 views

Environment Flutter version: 3.35.6 Android embedding: V2 MainActivity: MainActivity.java Devices affected: Samsung Galaxy A54 (also reproducible on other Samsung A-series) Android navigation ...
ROHAN KARFA's user avatar
0 votes
0 answers
41 views

Description I’m working on a React Native Expo application that uses two internal APIs (developed by our own AI team) for image background removal. Expected Behavior The app provides two options: ...
Aakif Khan's user avatar
0 votes
1 answer
51 views

Relvant code in ViewModel: val allFoods: LiveData<List<Food>> = repository.allFoods.asLiveData() and MainActivity: val foods = foodViewModel.allFoods.observeAsState(listOf()) ...
user26376492's user avatar
0 votes
0 answers
58 views

I want to make the bitmap bigger to show . first I read all the pixels :getPixels(pixels, 0, bitmap.Width, 0, 0, bitmap.Width, bitmap.Height) and then I add the pixel by each pixel in the bitmap: int ...
Angella Yu's user avatar
-1 votes
0 answers
42 views

I need a VPN to access YouTube. The VPN works only while its app is opened. As soon as I switch to YouTube (or any other app), the VPN app is killed. It looks like Android TV aggressively stops ...
sausage_mouse's user avatar
0 votes
0 answers
37 views

I am writing a wear os app that will use machine learning to recognise certain motions and impacts based on the accelerometer and gyroscope data. I have written a simple Wear OS app that can be ...
Max Davies's user avatar
0 votes
0 answers
31 views

I'm trying to set up an authentication flow on a WearOS app where the companion phone app is responsible for logging in at which point the watch app can simply request the authentication token via a ...
Abion47's user avatar
  • 25.4k
3 votes
0 answers
85 views

UPDATE: FFS turns out I had to grant Android Studio access to the Desktop folder in settings. Fixed 🤦‍♂️ So, for context, I've just started using Android Studio, and I'm using it for code from an ...
SimicSlaw's user avatar
0 votes
0 answers
57 views

I want to call ContentResolver.query on a URI. Since I can't pass the URI returned by an ACTION_OPEN_DOCUMENT_TREE Intent to ContentResolver.query because it is a document tree and not a document, I'm ...
Andreas's user avatar
  • 10.7k
0 votes
0 answers
43 views

I'm developing an Android application (Java) using the standard layout structure: CoordinatorLayout + AppBarLayout + NestedScrollView. I have a long form where some text fields are positioned at the ...
Mr. Dandomi's user avatar
3 votes
1 answer
62 views

When using ContentResolver.query() on Android to find out the display name of a content URI, I need to use different projections depending on whether the URI is a document or a MediaStore URI. When ...
Andreas's user avatar
  • 10.7k

15 30 50 per page