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

lundi 24 août 2015

Please Any One Can Tell Me a working custom ROM on my device.



Hello,:D

This is all the information I collect from my phone:




Processeur Quad core 1.5 GHz
RAM 1 Go
Memoire interne 8 Go
Systeme d'exploitation Android 4.2.1 Jelly Bean
Réseaux Wifi 802.11 b/g/n, Bluetooth, EDGE/GPRS/GSM/WCDMA
Port USB Micro USB 2.0
Appareil photo Arriére : 8MP avec flash / Avant : 2MP
Batterie Li-ion Polymer Batterie de 2500 mAh
Chargeur Input: 100-240 V Ac, 5-60 Hz / Output: dec 5.0v-dc 500 mA
Carte mémoire Emplacement MicroSD (jusqu'a 32 Go)
Carte sim 2 x Micro SIM
Ecran 5.5" capacitive-IPS,Resolution: HD 1280x720 px
Dimensions 154mm x 77mm x 10mm
Poids 165 g
Capteurs Accéléromètre, Lumière, Proximité,Gravité, Orientation, GPS/A-GPS



vendredi 21 août 2015

Recovery error - can anyone tell what they mean? pic attached



Hello, as the title says. Can anyone tell me what the errors from recovery means and how i can fix them?
The same error also happens when i try to wipe.
I have miui installed on my opo.
Hope someone can help me.
Per








Attached Thumbnails


Click image for larger version<br/><br/>Name:	miui.jpg<br/>Views:	N/A<br/>Size:	253.9 KB<br/>ID:	3446820
 














mardi 18 août 2015

How to tell that you're in BP Tools mode?



So after booting into BP Tools mode, how are you supposed to know that it actually is in it?

From some sources, it says that there should be a message showing "Connected in BP Tools Mode" in the notification window. The reason I ask this is because I'm having trouble running a diagnostic tool that requires the Droid be in BP Tools mode. There isn't enough information that I can find anywhere about the BP Tools mode for a Droid Turbo so I just want to make sure that my phone has it working properly.

Anyone have any ideas?



lundi 17 août 2015

How do I tell if i still have Dev ed.?



Long story short samsung repaired my phone and I think they sent back retail ed.

How can I tell

in download mode it says qu

qualcom secureboot : enabe (csb) is

that reads to me like boot loader is locked.

Anyone?



could anybody tell me what the issue is?



i have an unlocked bl...its xt11003 32gb varient from sprint...im trying to flash the lmy48i factory imiage...currently im on clean rom 5.0.1








Attached Thumbnails


Click image for larger version<br/><br/>Name:	Screenshot (25).png<br/>Views:	N/A<br/>Size:	114.9 KB<br/>ID:	3442367
 














mercredi 12 août 2015

If you want to keep your Shield Tablet tell Nvidia



Post on the Nvidia forums telling Nvidia you want to keep your old tablet. lots of people want to keep both tablets or have problems with the new ones so comment and let Nvidia know you want to keep them both. Share this with everyone so it gets some attention from Nvidia. Thread: https://forums.geforce.com/default/t...-leave-a-post/



Can someone tell me what's this ?



first of all , i don't know where to post this
but i need to know what this , what's its function and is it important ?

the circle next to the R1

i cant upload a url or a photo since i am below 10 posts
gogle "mega 6.3 back"

thanks in advance

mobile : Samsung galaxy mega 6.3 gt i 9200


Sent from my GT-I9200 using XDA Free mobile app



lundi 10 août 2015

Can some PLEASE tell me how to display a dialog box with an OK button




Code:


          alertDialog.setTitle("Bluetooth is not available!");
            alertDialog.setMessage("Please install this app on a mobile phone with bluetooth...");
            alertDialog.setButton(DialogInterface.BUTTON_POSITIVE, "OK", null);
            alertDialog.show();


This does not compile and NONE of the examples I have found in stack overflow will work.

It is either DialogInterface is unresolved or call to setButton is ambiguous. It is just around and around in circles with the same compile errors.

For once and for all how do you friggin well do it?

The precise imports I need and the precise paramaters I must pass to setButton