Apps can't connect to smart device
- By ocnbrze
- Smart Home
- 2 Replies
glad you were able to fix it.....and thanx for posting your resolution. this should help others.Issue fixed. Router issue
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.
glad you were able to fix it.....and thanx for posting your resolution. this should help others.Issue fixed. Router issue
I seem to be having a problem getting devices to connect to my phone through USB cables. Both computers and media devices do not detect the phone. The problem is not the cables. Same cables used with another note 8 works just fine and both computer and devices abled to detect the other phone. Went into developers option and did the usb debugging. Still does not work. Have compared settings with the other note 8 within the developer options and have duplicated the settings. Still does not work. Charging works fine. Is there any other settings i am missing out or do i need to do factory reset?
Use it less.![]()
Use WiFi when you have it, as it uses less power than mobile data.
Use it less.![]()
Use WiFi when you have it, as it uses less power than mobile data.
I bought the new touchscreen from China through eBay & requested seller to assist. Awaiting response
So that's very likely a defect in the camera itself them. If the phone is under warranty, see about returning it for replacement. If it's an actual fault, there's not much else you can do.
its a temp file. if you delete, android will just create a new one. these types of files are small so you do not have to worry about space.Like for messenger? That's all that's on it .. trying to help a friend out
Well the one which corrupted my photos was from amazon so I after I read a few things on google i realised it was probably a fake.... so i got the samsung one from argos.... but i just want to know if I can get my photos back now there on a new legit Sd card
It just frustrates me that logically I can't see anything wrong. Possibly this particular brand of phone doesn't support threading very well...?
public void onCreateView() {
// ...
Log.i("notif", "3");
GetNotificationsNewMySQL getNotificationsNewMySQL = new GetNotificationsNewMySQL(this);
getNotificationsNewMySQL.execute("");
}
public void notificationsLoaded() {
Log.i("notif", "4");
// ...
}
private class GetNotificationsNewMySQL extends AsyncTask<FragmentMain,Void,Void> {
FragmentMain callingFragment;
// ...
@Override
protected Void doInBackground(Fragment... params) {
callingFragment = params[0];
// ...
}
protected void onPostExecute(Void v) {
callingFragment.notificationsLoaded();
}