Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
what are you trying to do? what carrier is locked into the phone? what happened to your sim card? the more details you can give us the better.I have a Samsung Galaxy J3 Pop and it is locked and my sim card is gone to! Can someone please let me know what to do? I appreciate it!!

How do you take the cover off? There is not a notch at the bottom as some info says.
Another said put sim tool in the tiny hole to pop the cover off. There is a hole, but I don't have a tool, tried a paper clip but it was too thick. Help!
One day when starting Youtube app I got the message that I need to update the app and the next one was that the latest version is not compatible with the device anymore. So i intalled older version, menaged to open it, but now videos doesnt load at all, there are stuck at buffering forever.
I've tried installing couple of even older versions but it didnt help at all. Same thing happens in Chrome when I try to watch youtube via the website.
The built in update app says the device is already running on latest software.
Is there a way of using device with Android 6 to work with Youtube ? Some modified version of the app maybe ?
Also does youtube check server side which version of app is trying to access it, then and allows only latest clients as a form of forcing people to buy new gear ?
Thanks
Me too! My closets and cupboards are always stuffed and a huge mess! My drawers are like that, too. And my garage...don't even get me started on that...Storage problem
like or not it worksI have never liked Google Photos, and hate Chrome with a passion. I am looking for a direct wireless transfer solution to my desktop PC. Going to try the Bluetooth option, if I can find my friggin adapter....
Yes, you could have a different face per user but it won't auto-switch between the profiles based on face alone. You'd still have to activate the switcher on the lock screen to change profiles.
Hopefully lol@Cyberdev We'll find out soon.![]()
Good luck with the Game

You can do it using App2SD app but it requires root access, You can move what you want SD card with the help of the app
Hello, I have an issue with the redirect_url in the OAuth2 Process with the FitBit API..
User is directed to the Authorization Page in Chrome Custom Tabs (recommended). When clicked "agree", user is not redirected back to application or I get an error message.
I find the documentation on the FitBit website very unclear..
I have already set callback_uri in many different ways, with different outcomes:
Local Page with Auth Code, no redirect because not specified:
- http://locallhost.com/
Error Not Found:
- http://locallhost.com/callback
- http://locallhost.com/redirect
Oops it it not you, it is us..
- https://www.fitbit.com
- https://www.linkedin.com
Setting in the Application Page are correct.
Settings in the Manifest are the following, adapted per redirect..
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:host="www.locallhost.com/redirect"
android:scheme="http"/>
</intent-filter>
My Questions:
- What are the rules and expectancies regarding redirect_url in general, and for the FitBit API in particular?
- How can I set a working redirect_url for testing purposes on local machine?
- How can I set a working redirect_url in production before buying a domain name?