ads

Affichage des articles dont le libellé est visible. Afficher tous les articles
Affichage des articles dont le libellé est visible. Afficher tous les articles

lundi 21 septembre 2015

IR sensors visible.



Are the IR sensors for Moto Display always visible when the screen is off and the room is dark. I've had the phone about a week, and I'm just now noticing this.

Sent from my Moto X Pure Edition using Tapatalk



vendredi 18 septembre 2015

[Q] How to hard brick phone so that knox isn't visible?



I promise this is not a troll post.

Can you flash something through odin/or do something which makes the phone unbootable thereby hiding the knox status and getting warranty?



lundi 14 septembre 2015

Contact's photos from Facebook only in stock contacts app visible



Hello everyone,

I have spent a couple of hours now to solve a problem, but I have no ideas anymore.

I let Facebook sync contacts and therefore I get contact photos in my contacts from Facebook (I have no custom contact photos). When I use the stock contacts or phone app, I successfully can see these.

However, when I use a contacts app like for example Rocket Dial (I tried about 5 different ones tho) - I only see 1 or 2 % of these photos. Really most contacts have no photo. When I open a contact that has no photo from within Rocket Dial in order to edit the contact, then of course the contact has it's photo again, because then the stock contacts editor is opened.

Any ideas what I could try or do to get photos back in my contacts in third party contacts apps / dialer?

Thanks for your input,
RURon.



Android studio listview need to be visible



Hi guys I am new to developing i need help with some codes. :) Hope you guys can help.

I am using Sqlite database i need to create a list view that display the word from database so hope you guys can help me. here is my code above. ty




//Code
public class Ortho extends ActionBarActivity {

private final String TAG = "Ortho";
DatabaseHelper dbhelper;
TextView word;
TextView mean;
AutoCompleteTextView actv;
Cursor cursor;
Button search;
int flag = 0;
ListView ls;
ArrayList<String> dataword;


@override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.ortho);

ls = (ListView) findViewById(R.id.mainlist);
ls.setVisibility(View.VISIBLE);
//need code here



dbhelper = new DatabaseHelper(this);
try {
dbhelper.createDataBase();
} catch (IOException e) {
Log.e(TAG, "can't read/write file ");
Toast.makeText(this, "error loading data", Toast.LENGTH_SHORT).show();
}

dbhelper.openDataBase();

word = (TextView) findViewById(R.id.word);
mean = (TextView) findViewById(R.id.meaning);



String[] from = {"english_word"};
int[] to = {R.id.text};
actv = (AutoCompleteTextView) findViewById(R.id.autoCompleteTextView);
SimpleCursorAdapter adapter = new SimpleCursorAdapter(this, R.layout.singalline, null, from, to);


// This will provide the labels for the choices to be displayed in the AutoCompleteTextView
adapter.setCursorToStringConverter(new SimpleCursorAdapter.CursorToStringConverter() {
@override
public CharSequence convertToString(Cursor cursor) {

return cursor.getString(1);
}
});
adapter.setFilterQueryProvider(new FilterQueryProvider() {
@override
public Cursor runQuery(CharSequence constraint) {
cursor = null;
int count = constraint.length();
if (count >= 1) {
String constrains = constraint.toString();
cursor = dbhelper.queryr(constrains);

}

return cursor;
}
});



vendredi 4 septembre 2015

Always visible navbar sotkeys



Hey
Is it possible, with some app maybe, to keep softkeys always visible ?
I installed angry birds today and navbar autohides when im playing this game. I dont want it to!