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