rogro82 / PiPup

Enhanced notifications for Android TV
237 stars 71 forks source link

ERR_CLEARTEXT_NOT_PERMITTED (AndroidTV 9+) #20

Open donprezes opened 4 years ago

donprezes commented 4 years ago

Hi, Is this possible to add one line to manifest: android:usesCleartextTraffic="true" It should resolve issues with IPcams without SSL support. Currently the only way to use PiPup with this kind of cams, is downloading screenshot to own https server and attach img from this jump-server. (no video option)

Thanks in advance, Best regards, Chris

fpovoski commented 3 years ago

Getting this still on Nvidia Shield which runs 9.0 (Pie). Trying to get Blue Iris to post notifications with mjpgs to Shield pip. ERR_CLEAR_TEXT_NOT_PERMITTED still popping up. Installed from playstore yesterday so it must not be working or not updated.

4325123 commented 3 years ago

Getting this still on Nvidia Shield which runs 9.0 (Pie). Trying to get Blue Iris to post notifications with mjpgs to Shield pip. ERR_CLEAR_TEXT_NOT_PERMITTED still popping up. Installed from playstore yesterday so it must not be working or not updated.

I ended up compiling it from source with Android Studio. I tried using the CLI and slim package but it was failing. With the full blown GUI version, it compiles fine. Once compiled, you have to sign it and use adb to sideload the apk. It really wasn't too bad, and this is coming from somebody that's never used Android Studio before.

bram2202 commented 3 years ago

Same issue here on my Shield

midnight1979 commented 2 years ago

the same!

vovan16384 commented 2 years ago
- ERR_CLEAR_TEXT_NOT_PERMITTED FIX - javascript support - sound notification [https://drive.google.com/file/d/1aQj3HaSC-eAvCnAnc0oUu2LhYrw28gtP/view?usp=sharing](url)
vovan16384 commented 2 years ago
- html with javascript test - TRANSPARENT WEBVIEW BACKGROUND ![GIF-210816_201350](https://user-images.githubusercontent.com/89031113/129603836-a5b2e6c7-8a14-41d5-9207-2b7f83fa926e.gif)
dudududodododedede commented 2 years ago
  • html with javascript test
  • TRANSPARENT WEBVIEW BACKGROUND

@vovan16384 very cool! is this on github somewhere?