Need Custom Rom for My HTC M 10
- By ocnbrze
- Smartphones
- 1 Replies
is your phone rooted? if not you will need to root it first. if you are rooted, do you have a custom recovery? you will need one to flash custom roms.
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.

package com.example.moan;
import androidx.appcompat.app.AppCompatActivity;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity implements View.OnClickListener {
MediaPlayer cricket;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Button btnCricket = (Button) this.findViewById(R.id.button);
btnCricket.setOnClickListener(this);
Button btnCricket2 = (Button) this.findViewById(R.id.button2);
btnCricket2.setOnClickListener(this);
}
@Override
public void onClick(View v) {
switch(v.getId()) {
case R.id.button:
closeCricket();
cricket = MediaPlayer.create(this, R.raw.manea1);
break;
case R.id.button2:
closeCricket();
cricket = MediaPlayer.create(this, R.raw.manea2);
break;
default:
return;
}
cricket.start();
}
public void closeCricket() {
if (cricket.isPlaying()) {
cricket.pause();
cricket.reset();
cricket.release();
} else {
cricket.reset();
cricket.release();
}
}
}
as @mikedt has said, the battery is dead and needs replacing.......not an easy thing to do on the s6 edge.I made around 4 attempts: 2 hours, overnight, around 4 hours, and overnight but with a wireless charger.
use multi fingers when u face the same issueI've had this note 10+ a week or so now and really like it except for the finger print sensor built into the screen. Sometimes it works but very often, it doesn't recognize my finger print. Is this normal or is there a way to improve its accuracy?
yep the note 10+ actually came with a screen protector. i peeled mine off and put a zagg shield instead on it.....i'm pretty sure that is what those plastic bits were.