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.

If your provider is refusing to assist you with setting up the data connection, that is horrible customer service and you should probably choose a new provider. The phone manufacturer cannot assist in any way, as each provider's APN settings are uniqueBascially which one of these do I select to give me what my service provider has as the needed setting of default,supl,mms, as this is not listed this way on my phone. My service provider is Petro Mobility but does not give support for data setup and told me to contact the phone manufacter. Any help would be much appreciated.
?
I don't understand.
Creating what file?
The link is to an app you put onto the phone.
You would find and delete the photos from there.
Or, you could search through the settings on your messages app and try to find something about cleaning up old messages.
But if they are no longer on your device, the remnants that you see are thumbnails.
Another idea- some file recovery apps can allow you to see such things and delete them as well.
I would post a link, but I can't remember what app I used for that.
public class MainActivity extends AppCompatActivity {
private PApplet sketch;
Button start;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
start= findViewById(R.id.button);
start.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
startAlert();
}
});
}
public void startAlert(){
EditText text = findViewById(R.id.time);
int i = Integer.parseInt(text.getText().toString());
Intent intent = new Intent(this, MyBroadcastReceiver.class);
PendingIntent pendingIntent = PendingIntent.getBroadcast(
this.getApplicationContext(), 234324243, intent, 0);
AlarmManager alarmManager = (AlarmManager) getSystemService(ALARM_SERVICE);
alarmManager.set(AlarmManager.RTC_WAKEUP, System.currentTimeMillis()
+ (i * 1000), pendingIntent);
Toast.makeText(this, "Alarm set in " + i + " seconds",Toast.LENGTH_LONG).show();
}
}
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.alrmmngrplusprocsktch.MainActivity">
<Button
android:id="@+id/button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Start"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="103dp" />
<EditText
android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="22dp"
android:ems="10" />
</RelativeLayout>
public class MyBroadcastReceiver extends BroadcastReceiver {
private PApplet sketch;
@Override
public void onReceive(Context context, Intent intent) {
FrameLayout frame = new FrameLayout(this);
frame.setId(CompatUtils.getUniqueViewId());
setContentView(frame, new ViewGroup.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.MATCH_PARENT));
sketch = new Sketch();
PFragment fragment = new PFragment(sketch);
fragment.setView(frame, this);
}
}
import processing.core.PApplet;
public class Sketch extends PApplet
{
int x = 0;
double h, h2;
public void settings()
{
fullScreen();
}
public void setup()
{
background(0);
noStroke();
fill(102);
}
public void draw()
{
//background(0);
h = height*0.2;
h2 = height*0.6;
rect(x, (float)h, 1, (float)h2);
x = x + 2;
}
}

On Samsung notes you can opt to allow you to sync with a Samsung account. You can then sign in to Samsung on your new phone and as along as Samsung notes is available for your phone you should be able to get it to sync your notes.I mean samsung notes. Syncios problems: it cost 30 usd and is only for win and mac but i prefer Linux. I have Windows on very poor laptop only.
Thank you. I think I will do that. It's been working okay for a few days and now it's gone crazy again. Tonight it was not make any sound, then it started with one and changed to another sound, and then the next time all it did was make a very soft single dull beep.I'd suggest trying a different SMS app. There is nothing special about the apps that manufacturers choose to install, so if they pre-install a crap one there is no reason not to just find a better one and use that instead. As a starting place you could try Textra, which is very popular here.
