1. Holding the Camera button while turning on your phone,
2. When prompted hit the Volume-Down rocker button to go into Recovery Mode.
3. After you get into Recovery Mode,
4. Press ALT+L to reset, then Menu+Back to reboot.
import android.app.AlertDialog;
private void AboutDialog()
{
new AlertDialog.Builder(this)
.setTitle("About Binary Watch")
.setIcon(R.drawable.watch_dialog_icon_32x32)
.setMessage("Binary Watch is my homage to the Samui Moon\n\nHere you can also show the seconds and the calculations.\n\nI could have used a photo but decided instead to render a faxsimlie using blender www.blender.org and www.gimp.org.\n\n Now when someone asks me how to read my watch I just show them my phone :)\n\nwww.jumpstation.co.uk ")
.setPositiveButton("OK",
new DialogInterface.OnClickListener()
{
public void onClick(DialogInterface dialoginterface, int i)
{
}
})
.show();
}
if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE)
{
setContentView(R.layout.main_landscape);
} else if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_PORTRAIT)
{
setContentView(R.layout.main_portrait);
}
email
root
flog archives
In fact I'm not responsible for anything ever, so there!
Disclaimer:
This page is by me for me, if you are not me then please be aware of the following
I am not responsible for anything that works or does not work including files and pages made available at www.jumpstation.co.uk
I am also not responsible for any information(or what you or others do with it) available at www.jumpstation.co.uk