Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

[BUG] App does not go past permissions screen #7

Open
Devnol opened this issue Aug 24, 2023 · 16 comments
Open

[BUG] App does not go past permissions screen #7

Devnol opened this issue Aug 24, 2023 · 16 comments

Comments

@Devnol
Copy link

Devnol commented Aug 24, 2023

Describe the bug
A clear and concise description of what the bug is.
Opening the app for the first time, you are asked to grant permissions. After granting those, that screen does not go away at all.

To Reproduce
Steps to reproduce the behavior:

  1. Install latest apk
  2. Open app
  3. Grant permissions
  4. Nothing happens
  5. Tapping the "grant permissions" button again shows a popup to open settings and grant permissions from there, although all permissions have already been granted.

Expected behavior
A clear and concise description of what you expected to happen.
For some other screen to show up

Smartphone (please complete the following information):

  • Device: Samsung Galaxy A12
  • OS: Android 12 (OneUI Core 4.1)
@gege-d
Copy link

gege-d commented Aug 24, 2023

Does it ask for nearby devices permission?
I had the same issue on an older phone with android 8.1 where Bluetooth permission is included in GPS. I removed the Bluetooth permission check and granted GPS permission manually (for some reason it's already listed in permissions) and it worked. I don't know in which android version the nearby devices permission was invented, maybe you issue isn't related to this.

@Devnol
Copy link
Author

Devnol commented Aug 24, 2023

It does ask for nearby devices yes and I don't see how I can manually grant it gps permissions.

@gege-d
Copy link

gege-d commented Aug 24, 2023

If it asks for nearby devices permission your issue isn't related to mine and there's no need for granting location permission (in app info).
Maybe your issue is also because of Samsung's One UI for some reason not being supported.

@kush-mish
Copy link

I am having the same problem on my Xiaomi Redmi Note 7 Pro (Android 10). It just asked for the Storage permission but it is stuck after that.

@liapisn
Copy link

liapisn commented Aug 28, 2023

Same here

  • Xiaomi MI 8
  • Android 10 (MIUI 12)

@musakahero
Copy link

Same issue, OnePlus 6T (Android 11)

@AhmedBinSohail
Copy link

AhmedBinSohail commented Aug 28, 2023

Same here. Google Pixel 4.
Android 12.

@Yug1900
Copy link

Yug1900 commented Aug 28, 2023

Same issue Samsung S9+ With Snapdragon Chip Android 10

@taesungh
Copy link

Had this issue initially but quickly resolved by making sure wi-fi and bluetooth are enabled.
No other permissions needed to be granted besides "Files and media".
OnePlus 6, OxygenOS 11.

@Glenry
Copy link

Glenry commented Aug 29, 2023

@taesungh, turning on both wifi and Bluetooth then open the app, worked for me, I'm on Samsung Galaxy A12 Android 12 (One UI 4.1)

@Devnol
Copy link
Author

Devnol commented Aug 29, 2023

I tried turning bt and wifi on, closed and reopened the app like some people suggested. The grant permissions page does disappear but the only thing that shows is the WarpShare text in the top bar, just like in basic android sdk apps. I can access settings from the kebab menu and enable discoverable (doesn't work) and if I open some other app and open the share sheet I can select WarpShare but no targets show (my mac airdrop is set to everyone).

@taesungh
Copy link

After testing a bit more, I found that the phone must also be connected to a wi-fi network to pass the permissions check.
Additionally, it seems that the phone and AirDrop device must be on the same wireless network unlike pure AirDrop 😔

@Devnol
Copy link
Author

Devnol commented Aug 29, 2023

It is, they are.

@musakahero
Copy link

After testing a bit more, I found that the phone must also be connected to a wi-fi network to pass the permissions check.
Additionally, it seems that the phone and AirDrop device must be on the same wireless network unlike pure AirDrop 😔

This helped me get through the permissions screen, it's now empty screen with WarpShare on top and menu button on the side. Once I get to test with an iPhone, I'll see if it appears in the list.
If you're right about then working only on the same wifi network, then that's a sad revelation.

@arukode
Copy link

arukode commented Sep 10, 2023

Had this issue initially but quickly resolved by making sure wi-fi and bluetooth are enabled. No other permissions needed to be granted besides "Files and media". OnePlus 6, OxygenOS 11.

Same here, OnePlus 7 OxygenOS 12, after enabling Bluetooth, closing and reopening the app, it worked.

@amirian
Copy link

amirian commented Oct 4, 2023

Same for Motorola moto g52, Android 12. Turning on wifi and Bluetooth doesn't help passing the grant screen

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests