Showing posts with label don't. Show all posts
Showing posts with label don't. Show all posts

Thursday, 15 October 2015

[Q] Some don't get images I text



For some reason there are those among my friends who do not receive images, or video clips, I send them. I no one got them I'd think it was something I was doing wrong, but many of the people I send them to say they received them, so is this a local problem, a setting on the receivers side?.



XT1541 dont work in my country



Hello everyone,

I bought a Moto G III 2015 xt1541 model but doesnt work in my country :/

I need to change to a xt1540 bands

XT1541: GSM/GPRS/EDGE: 850, 900, 1800, 1900 - UMTS/HSPA+: 900, 2100 - LTE: B1 (2100), B3 (1800), B7 (2600), B8 (900), B20 (800)
XT1540: GSM/GPRS/EDGE: 850, 900, 1800, 1900 - UMTS/HSPA+: 850, 1700/AWS, 1900, 2100 - LTE: B2 (1900), B4 (1700), B5 (850), B7 (2600), B17 (700)

How i can convert or change base bands of xt1541 to xt1540...?

thanks for all



Hard Brick Or Soft Brick i dont know please help



Hello Everybody
first sorry about my bad english , i use sgh-t989 s2 t-mobile and i install many roms ..
now i have problem my phone dead i can't enter recovery mode or download mode , even samsoung logo not display on screen it only black :crying: i think its hard brick becouse i install many custom roms , i have ( JIG USB ) but not working i try to enter to download mode by it but i can't
anyone can help thanks ....



Monday, 12 October 2015

need help phone don't want start



hello guys i need the stock rom for my phone since my phone is stuck in HTC one logo after vodafone logo even after factory rest still no effect :/
the os version in the boot loader is 2.18.161.3 i need the stuck rom for reflashing the os and when i use one of my 3 old backup whit twrp is the same stock in htc one logo or in android is upgrading... starting apps and won't start :crying:



Sunday, 11 October 2015

I dont know how to change the rom... Please help me to install the miui 7 rom for my



Please help me friends... I want to install the miui 7 custom rom for my micromax a311 please help me



My tablet don't charge after update to MM with OEM charger



Hi, today i flashed Android Marshmellow, all work except when i try to charge my tablet with the OEM charger, he start charge for 1 sec then stop.
At the first i thinked the charger was broken, but i try to charge my nexus 5 with it and it work perfect, then i try to charge nexus 9 with nexus 5 adapter and he charge :eek:.
I try 2 kernel (Elemental X - Fire Ice) but none of these worked. Thanks in advance for answers



[Q] Phone can't recognize any fingerprints & dont accept my backup passes& No Wi-fi



so it sounds like any other stucked lockscreen thread BUT my problem is that i turned off both wi-fi and data before locking the device and now i cant turn them on due to SECURE LOCKSCREEN ! is there any way to turn them on and use either of those android device manager methods or other online methods or am i doomed to reset the phone ??!?!:confused:



Saturday, 10 October 2015

Jiayu S3 Advance - Dont enter download mode



Hi everyone,

I try to install new ROM throw SPTool and cannot enter Download Mode. I went through multiple tutorials and nothing worked. I cannot do through recovery because it a great update from Android 4.4 to 5.1.
How can i enter download mode? Is there any button combination to enter? I dont want to enter recovery, I want DOWNLOAD.

Too much thanks



Why yahoo mail dont downloads or displays big attachements ?



Hi all xda,
My G900f has rom cm12.1 installation nightly
On yahoo mail apk all things works well
Except when downloding attachements if there are light ~ 100 KO
it downloads well
But all attachements average 1 Mo or + give me " download fails "
On notification bar , there is scroll arrow but it stops after 5------>10 s like fc
Then , there is notification that download fails
Others dowonload are good
Thanks for reading & helping or suggesting solution .:confused:



Texts, G-mail don't use notification I have chosen anymore



For the past month or so texts and g-mail are not the sound I've used for a long time. It's now a simple, soft, two-note da-dung. Even though I've re-checked several times and re-applied the mp3s that we want, the apps refuse to play the chosen notification anymore. This is not just my rooted, s-off M-8. Our second M-8 that is still under warranty totally stock ATT 5.02 also has it's alarm sometime go off with this sound.

There is only one change to both phones preceding this issue that is a common denominator. We both switched to the Android clock for our alarms when HTC ruined their alarm clock a while back. The android alarm lets us choose if we want a start up quiet alarm and we don't. Neither of us has ever used this new sound for anything.

So this issue with the soft pleasant sound did not start until a couple weeks after we put the new alarms on our phones. I've actually considered totally wiping my my phone and sd card and starting over from scratch. I remember seeing that an update for HTC notifications & ______ something else had recently installed and that predates this problem.

Anybody else had this happen?



Friday, 9 October 2015

Please help: strange android error i dont know further



Hello today i was trying to code a ListView and in it says data from a database and them i tested it i was sure it will work this time and them this weird error comes up my logcat:

Code:


10-09 20:53:38.166: E/AndroidRuntime(279): FATAL EXCEPTION: main
10-09 20:53:38.166: E/AndroidRuntime(279): java.lang.IllegalStateException: ArrayAdapter requires the resource ID to be a TextView
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java:347)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.ArrayAdapter.getView(ArrayAdapter.java:323)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.AbsListView.obtainView(AbsListView.java:1315)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.ListView.measureHeightOfChildren(ListView.java:1198)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.ListView.onMeasure(ListView.java:1109)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.View.measure(View.java:8171)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.RelativeLayout.measureChild(RelativeLayout.java:563)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.RelativeLayout.onMeasure(RelativeLayout.java:378)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.View.measure(View.java:8171)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3132)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.FrameLayout.onMeasure(FrameLayout.java:245)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.View.measure(View.java:8171)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3132)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.FrameLayout.onMeasure(FrameLayout.java:245)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.View.measure(View.java:8171)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.ViewRoot.performTraversals(ViewRoot.java:801)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.view.ViewRoot.handleMessage(ViewRoot.java:1727)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.os.Handler.dispatchMessage(Handler.java:99)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.os.Looper.loop(Looper.java:123)
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.app.ActivityThread.main(ActivityThread.java:4627)
10-09 20:53:38.166: E/AndroidRuntime(279):        at java.lang.reflect.Method.invokeNative(Native Method)
10-09 20:53:38.166: E/AndroidRuntime(279):        at java.lang.reflect.Method.invoke(Method.java:521)
10-09 20:53:38.166: E/AndroidRuntime(279):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
10-09 20:53:38.166: E/AndroidRuntime(279):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
10-09 20:53:38.166: E/AndroidRuntime(279):        at dalvik.system.NativeStart.main(Native Method)
10-09 20:53:38.166: E/AndroidRuntime(279): Caused by: java.lang.ClassCastException: android.widget.RelativeLayout
10-09 20:53:38.166: E/AndroidRuntime(279):        at android.widget.ArrayAdapter.createViewFromResource(ArrayAdapter.java:340)
10-09 20:53:38.166: E/AndroidRuntime(279):        ... 24 more


and my main.java code is:

Code:


package com.example.frauprinzssapp;


import java.util.ArrayList;
import java.util.List;

import android.app.Activity;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.graphics.Color;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;

public class Main extends Activity {
       
       
        private static String DDB_NAME = dbreader.FeedEntry.DB_TABLENAME;
        SQLiteDatabase db;
       
        List<String> userss = new ArrayList<String>();
       
        @Override
        protected void onCreate(Bundle savedInstanceState) {
                super.onCreate(savedInstanceState);
                setContentView(R.layout.main);
                database Mydb = new database(Main.this);
                db = Mydb.getWritableDatabase();
                String[] t = null;
               
               
                ListView users = (ListView) findViewById(R.id.users);
               
                try{
                        String query = "SELECT * FROM "+DDB_NAME+" ORDER BY "+dbreader.FeedEntry.COL_1+" DESC";
                        Cursor c = db.rawQuery(query, t);
                       
                        while (c.moveToNext()){
                                if (c.moveToLast()){
                                        userss.add(c.toString());
                                        ArrayAdapter<String> adapter = new ArrayAdapter<String>(Main.this, R.layout.main, userss);
                                        users.setAdapter(adapter);
                                        return;
                                }
                                userss.add(c.toString());
                        }
                }catch(Exception e){
                        userss.add("[ERRORMSG]: "+e.getMessage());
                        userss.add("[ERRORCAUSE]: "+e.getCause());
                        userss.add("[ERRORLOC]: "+e.getLocalizedMessage());
                        userss.add("[CLASS]: "+e.getClass());
                        ArrayAdapter<String> adapter = new ArrayAdapter<String>(Main.this, R.id.users, userss);
                        users.setAdapter(adapter);
                }
        }
        //-----change view voids-----
        public void main(View view){
                setContentView(R.layout.main);
        }
        public void adduser(View view){
                setContentView(R.layout.adduser);
        }
        public void removeuser(View view){
                setContentView(R.layout.removeuser);
        }
       
        //------actions------
        public void add(View view){
                EditText name = (EditText) findViewById(R.id.aun);
                EditText clas = (EditText) findViewById(R.id.auc);
                String namee = name.getText().toString();
                String  clase =  clas.getText().toString();
               
                if (name.toString() == null || clas.toString() == null){
                        Toast.makeText(Main.this, "please fill in all textfields!", Toast.LENGTH_LONG);
                        return;
                }
                ContentValues values = new ContentValues();
                values.put(dbreader.FeedEntry.COL_2, namee);
                values.put(dbreader.FeedEntry.COl_3, clase);
                values.put(dbreader.FeedEntry.COL_4, 0);
               
        try{
                db.insert(DDB_NAME, null, values);
                Toast.makeText(Main.this, "added user "+name.toString()+"!", Toast.LENGTH_LONG);
                setContentView(R.layout.main);
        }catch(Exception e){
                Toast.makeText(Main.this, "[ERROR] Could not create user maybe its already created!", Toast.LENGTH_LONG);
                e.printStackTrace();
        }
        }
        public void remove(){
               
        }
        public void show(){
               
        }
}


the part where this is coming from is (i tihnk):

Code:


                database Mydb = new database(Main.this);
                db = Mydb.getWritableDatabase();
                String[] t = null;
               
               
                ListView users = (ListView) findViewById(R.id.users);
               
                try{
                        String query = "SELECT * FROM "+DDB_NAME+" ORDER BY "+dbreader.FeedEntry.COL_1+" DESC";
                        Cursor c = db.rawQuery(query, t);
                       
                        while (c.moveToNext()){
                                if (c.moveToLast()){
                                        userss.add(c.toString());
                                        ArrayAdapter<String> adapter = new ArrayAdapter<String>(Main.this, R.layout.main, userss);
                                        users.setAdapter(adapter);
                                        return;
                                }
                                userss.add(c.toString());
                        }
                }catch(Exception e){
                        userss.add("[ERRORMSG]: "+e.getMessage());
                        userss.add("[ERRORCAUSE]: "+e.getCause());
                        userss.add("[ERRORLOC]: "+e.getLocalizedMessage());
                        userss.add("[CLASS]: "+e.getClass());
                        ArrayAdapter<String> adapter = new ArrayAdapter<String>(Main.this, R.id.users, userss);
                        users.setAdapter(adapter);
                }


and also can you tell me if the ordering and displaying to the LIstView will work and when no can you help me display it please?



downloading.... don't turn of target appeared although i didn't update



hello
two months ago i was using my SM-N9005 -*not rooted * as usual, there was no internet connection
not even an update notification appeared
then the screen turned black with android logo on it and a text message below it saying "Downloading .... don't turn off target"
and some small words
however it took too long so i removed the battery , device restarted and worked well
now i cannot update my 4.4.2 to 5.0 which was released here in egypt more than a month ago
the device state is OFFICIAL how ever i can't update via OTA or KIES



I don't know what to think about lags



Hi guys,
just got my moto x play here, and after one day I'm confused about lags I'm experiencing. Until 2 days ago I was thinking that if a phone lags, it lags in everything it does (at least if it's a heavy thing), but this phone is...strange! I have lags in feedly (just a simply rss feed app), but no in heavy games like asphalt. I really don't know what to think. Same thing on the launcher side: no lags on nova or google launcher, lags on action launcher 3.
It seems like an app-related problem, but these apps run smoothly on my older phone..is this a bad system optimization by Motorola..? I think that it's not a chipset related problem, cause many heavy apps runs smooth and many others, less heavier, not. Correct me if I'm wrong.
Anyone can help me to understand this..? I'm trying to understand if in future upgrades Motorola will be able to fix this or if it's hardware related and I have to live with it.

side note: feedly really has heavy lags (expecially in the side menu). Anyone else that uses feedly can confirm this..?



Warning- Don´t buy this phone (Moto e 2nd gen)



Motorola promise to not forget updates for this phone, and after a few months they drop support. We are not going to receive Marshmallow.

So better to go for another phone and stay away from this.



Thursday, 8 October 2015

bq E45 ubuntu edition don't start



I have a great problem, the system on bq E45 don't start.
When I switch on the phone, start the bq splah screen and it stop to the second screen with ubuntu and the dots that change color. Now it is past 3 hours and the situation don't change.
I can't use adb (device error) to flash the rom, I can use only fastboot but i don't know where I download the img files to flash and which ones!

Help me please!



Project Astoria dont work



Hello,

I have Lumia 820 with newest fast insider. For sample, when i deploy a Messenger.apk, its only launch and crash. After reboot of phone its says to little wait etc, but anyway after while its crash. What to do?

Thanks



nexus4 dont recognized sim card, and shut down, also drain about 40% battery



My n4 , randomly shut down, and dont recognized sim card, i can power up again after remove sim card and put it back again?



Wednesday, 7 October 2015

I don't know where to post this but...



Since I just joined you a minutes ago and I have no idea where to post this so I'll just leave it here.

Isn't there a Keyboard that lets me use the interracial emojis? I have Emoji Switcher and downloaded the iOS 8.3 emojis but I have no idea how to use them, they display when someone post them (like in Facebook I can see them) but I'm not able to use them as well.