Help Charging question
- By JAy3001
- Smartphones
- 3 Replies
I've never really charged my phones while switched off tbh. Only if I have managed to drain the battery to zero, which has only happened a few times in my smartphone life. 

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.

@override
public void surfaceDestroyed(SurfaceHolder arg0) {
if (mediaPlayer != null) {
mCurrentVideoPosition = mediaPlayer.getCurrentPosition();
mediaPlayer.release();
mediaPlayer = null;
}
}
@Override
public void surfaceCreated(SurfaceHolder arg0) {
if(mStream_id != null){
String contentUri = Url + "live/" + username + "/" + password + "/" + mStream_id + ".ts";
try {
mediaPlayer = new MediaPlayer();
mediaPlayer.setDisplay(vidHolder);
mediaPlayer.setDataSource(contentUri);
mediaPlayer.prepare();
mediaPlayer.setOnPreparedListener(this);
mediaPlayer.setOnBufferingUpdateListener(this);
mediaPlayer.setOnCompletionListener(this);
mediaPlayer.setScreenOnWhilePlaying(true);
mediaPlayer.setOnVideoSizeChangedListener(this);
mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
} catch (IllegalArgumentException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (SecurityException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IllegalStateException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
public Runnable r;
public Handler TSH = new Handler();
@Override
protected void onCreate(Bundle savedInstanceState) {
...
r = new Runnable() {
@Override
public void run() { Log.d("Tag","Hi Again");
RefreshList();}
};
Calendar c1 = Calendar.getInstance();
c1.add(Calendar.MINUTE,1);
TSH.postAtTime(r, c1.getTimeInMillis());
public class TrainCheckerAlarm extends BroadcastReceiver {
public MainActivity ma;
public void GetMA(MainActivity m) {ma = m;}
@Override
public void onReceive(Context context, Intent intent)
{
ma.RefreshList();
}
public void setAlarm(Context context, Calendar cal)
{
AlarmManager am =( AlarmManager)context.getSystemService(Context.ALARM_SERVICE);
Intent i = new Intent(context, TrainCheckerAlarm.class);
PendingIntent pi = PendingIntent.getBroadcast(context, 0, i, 0);
am.set(AlarmManager.ELAPSED_REALTIME, cal.getTimeInMillis(), pi);
}
}
Can we safely assume the second "can" is supposed to be "can't"?I can run my emulator but I can open my files.

What happens when you try to open a file? Does the same thing happen with different types of files?What should I do?
Im using the emulator 2 API 29, and programming with java.


Yes I do I have tryed everything it's. Told me to do. HelpI really like weather bug, but can't seem to get the weather alert notifications to work. I've even got a cool thunder clap picked out for the sound.
I've got everything set in weather bug, I get the temp notification, and the alert notification icon will show up, but no sound.
Anyone have this issue?
The Pixel 3's IP68 rating, wireless charging, and wide selfie cam make it worth the extra $$$.

MANY DOnice.....tooo bad i do not use outlook.





OK HOW CLOSE ARE YOU TO A CAMERA FIX? Plus there are no Google apps in this rom




