User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nox4developper.blogspot.com/sitemap.xml Nox 4 developper: working
Affichage des articles dont le libellé est working. Afficher tous les articles
Affichage des articles dont le libellé est working. Afficher tous les articles

Q Maps not working on watch anymore topic






I did a trip and used google maps for the whole trip and i noticed that im no longer getting notifications for directions. When i check the wear app where you can select which app to launch for directions etc it appears blank and i can't seem to select google maps. Ive reset the watch, reinstalled the app including google maps on my phone and nothing seems to work. Any help?






Which ROM has working screen mirroring? topic






I'm looking for a ROM with working screen mirroring (and FM radio / Nextradio better be working as well). Somehow screen mirroring doesn't work on my stock 4.4.4 rom with sim unlocked (currently on MJ4 baseband and can't go higher than this, otherwise unlock will be void). When I choose screen mirroring, it shows connecting on both my phone and TV for seconds, then it says connection failed on my phone.






Fastboot not working!?!? topic






So I managed to install the adb drivers for my OPO and then used the OPO Toolkit to reboot into fastboot mode. But the phone just shows a black screen. I tried manually booting into fastboot but it doesnt work. Just shows a black screen, windows detects something but seems like it gets disconnected immediately. The cable is working fine, I checked that already.

I unplugged the cable and booted into fastboot manually and it works but as soon as I plug the cable back in, the phone just shuts down I think and returns to the black screen. I tried searching but couldnt find a solution. Any idea where I'm going wrong? :confused:

PS: Now I think my phone is stuck in a bootloop at the bootscreen :crying:






[Q] Android with facebook SDK not working topic






Hello,

I'm currently developing an application that uses the facebook SDK. On the emulator everything goes fine but the problem is in the real device.

I've setup the Hashkeys, i previously received the error "Invalid hash key not found in the application" and successfully fixed it. But now i'm having another problem.

Whenever i click a button (which is intended to call the Facebook sdk) the facebook activity pops in and suddenly the facebook activity closes. Supposedly, it should appears the Facebook share window. Here's the code that i'm using on that button:


Code:


APP_ID = getString(R.string.facebook_app_id);
                fb = new Facebook(APP_ID);
                    fb.authorize(QuestionsActivity.this, new Facebook.DialogListener() {
                        @Override
                        public void onComplete(Bundle values) {
                            Bundle params = new Bundle();
                            params.putString("name","I need your help!");
                            params.putString("caption","Could you give me a help please?");
                            params.putString("description", labelQuestion.getText().toString() + " A)" + answerA.getText() + " B)" + answerB.getText() + " C)" + answerC.getText());
                            params.putString("picture", "link");
                            params.putString("link,"link");
                            fb.dialog(QuestionsActivity.this,"feed",params,new Facebook.DialogListener() {
                                @Override
                                public void onComplete(Bundle values) {
                                    ShowScoreIncrement(10);
                                    Log.d("DEBUGA","A");
                                }

                                @Override
                                public void onFacebookError(FacebookError e) {
                                    Log.d("DEBUGA","B");
                                }

                                @Override
                                public void onError(DialogError e) {
                                    Log.d("DEBUGA","C");
                                }

                                @Override
                                public void onCancel() {
                                    Log.d("DEBUGA","D");
                                }
                            });
                        }

                        @Override
                        public void onFacebookError(FacebookError e) {
                            Log.d("FB","Error" + e.getMessage());
                        }

                        @Override
                        public void onError(DialogError e) {
                            Log.d("FB", "Complete" + e.getMessage());
                        }

                        @Override
                        public void onCancel() {
                            Log.d("FB","Cancel");
                        }
                    });


As for logging info:


Code:


12-27 21:36:49.737    6220-6220/com.angelo.assassinscreedquiz I/Adreno-EGL﹕ <qeglDrvAPI_eglInitialize:410>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_LNX.LA.3.5.1_RB1.04.04.02.048.006_msm8610_LNX.LA.3.5.1_RB1__release_AU ()
    OpenGL ES Shader Compiler Version: E031.24.00.07
    Build Date: 02/12/14 Wed
    Local Branch:
    Remote Branch: quic/LNX.LA.3.5.1_RB1.1
    Local Patches: NONE
    Reconstruct Branch: AU_LINUX_ANDROID_LNX.LA.3.5.1_RB1.04.04.02.048.006 +  NOTHING
12-27 21:36:49.997    6220-6220/com.angelo.assassinscreedquiz D/OpenGLRenderer﹕ Enabling debug mode 0
12-27 21:36:50.027    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ process windowFocusChanged msg
12-27 21:36:50.237    6220-6220/com.angelo.assassinscreedquiz I/ActivityManager﹕ Timeline: Activity_idle id: android.os.BinderProxy@41ad4b00 time:40737600
12-27 21:36:51.207    6220-6220/com.angelo.assassinscreedquiz I/ActivityManager﹕ Timeline: Activity_launch_request id:com.angelo.assassinscreedquiz time:40738579
12-27 21:36:51.217    6220-6232/com.angelo.assassinscreedquiz D/tcd﹕ Focus to false
12-27 21:36:51.227    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ process windowFocusChanged msg
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 6
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 18
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 19
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 8
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 14
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 0
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 16
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 3
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 1
12-27 21:36:51.277    6220-6220/com.angelo.assassinscreedquiz D/RANDOM﹕ 4
12-27 21:36:51.357    6220-6220/com.angelo.assassinscreedquiz D/dalvikvm﹕ GC_FOR_ALLOC freed 171K, 6% free 4522K/4764K, paused 16ms, total 16ms
12-27 21:36:51.357    6220-6220/com.angelo.assassinscreedquiz I/dalvikvm-heap﹕ Grow heap (frag case) to 5.587MB for 635812-byte allocation
12-27 21:36:51.457    6220-6230/com.angelo.assassinscreedquiz D/tcd﹕ Focus to true
12-27 21:36:51.457    6220-6244/com.angelo.assassinscreedquiz D/QUESTION﹕ 6
12-27 21:36:51.457    6220-6244/com.angelo.assassinscreedquiz D/data_question﹕ Question3
12-27 21:36:51.577    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ process windowFocusChanged msg
12-27 21:36:51.577    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ imm = android.view.inputmethod.InputMethodManager@41b11a60 falseflg=#1820002
12-27 21:36:51.597    6220-6230/com.angelo.assassinscreedquiz D/tcd﹕ Focus to true
12-27 21:36:51.757    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ process windowFocusChanged msg
12-27 21:36:51.777    6220-6231/com.angelo.assassinscreedquiz D/tcd﹕ Focus to false
12-27 21:36:51.867    6220-6220/com.angelo.assassinscreedquiz I/ActivityManager﹕ Timeline: Activity_idle id: android.os.BinderProxy@41b25560 time:40739238
12-27 21:36:54.117    6220-6220/com.angelo.assassinscreedquiz D/dalvikvm﹕ GC_FOR_ALLOC freed 178K, 5% free 5477K/5724K, paused 11ms, total 11ms
12-27 21:36:54.117    6220-6220/com.angelo.assassinscreedquiz I/ActivityManager﹕ Timeline: Activity_launch_request id:com.facebook.katana time:40741484
12-27 21:36:54.127    6220-6232/com.angelo.assassinscreedquiz D/tcd﹕ Focus to false
12-27 21:36:54.127    6220-6220/com.angelo.assassinscreedquiz D/QUESTIONSACTIVITY﹕ It was paused
12-27 21:36:54.137    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ process windowFocusChanged msg
12-27 21:36:56.387    6220-6232/com.angelo.assassinscreedquiz D/tcd﹕ Focus to true
12-27 21:36:56.387    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ process windowFocusChanged msg
12-27 21:36:56.617    6220-6220/com.angelo.assassinscreedquiz I/ActivityManager﹕ Timeline: Activity_idle id: android.os.BinderProxy@41b25560 time:40743989
12-27 21:37:09.457    6220-6220/com.angelo.assassinscreedquiz D/QUESTIONSACTIVITY﹕ It was paused
12-27 21:37:09.597    6220-6220/com.angelo.assassinscreedquiz W/IInputConnectionWrapper﹕ getExtractedText on inactive InputConnection
12-27 21:37:09.597    6220-6220/com.angelo.assassinscreedquiz W/IInputConnectionWrapper﹕ getTextBeforeCursor on inactive InputConnection
12-27 21:37:09.597    6220-6220/com.angelo.assassinscreedquiz W/IInputConnectionWrapper﹕ getSelectedText on inactive InputConnection
12-27 21:37:09.597    6220-6220/com.angelo.assassinscreedquiz W/IInputConnectionWrapper﹕ getTextAfterCursor on inactive InputConnection
12-27 21:37:14.977    6220-6232/com.angelo.assassinscreedquiz D/tcd﹕ Focus to false
12-27 21:37:14.977    6220-6220/com.angelo.assassinscreedquiz D/tcd﹕ process windowFocusChanged msg


Anyone has an idea about what might be happening? Thank you before hand!






Wi-Fi Stopped Working topic






I noticed last night at some point that I lost Wi-Fi functionality on my S4. All other devices on my home network are working without incidence. Any ideas?

Sent from my Samsung Galaxy S4 (SGH-I337) using Tapatalk Pro






[Q] navigation not working on 360 topic






Since i bought moto 360 navigation won't work. I tried to reset my watch many times. I even reinstalled Conect apk and Android Wear many times. Also I deleted Chach for booth aplications. But i keep geting notification on my moto 360: check your phone to continue!?!?!
I use galaxy s4 running official kitkat, i updated my 360 to 5.0.1. and i'm using latest google maps (9.2.0) on my s4.
So I was wondering did anyone expiriens same problem? and is there a way to fix this bug?

THX in advanced :)






auto screen off not working topic






hi folks
I smashed my screen and had it repaired by SPS Mobiles via their ebay service. (£70!)
unfortunately since it came back the screen does not switch off when there is no activity.
does anyone have any experience of this?
cheers
simon

Sent from my C6903 using XDA Free mobile app






[Q] Mobile data while talking on the phone still not working?? topic






Good afternoon,
I have had my motorola droid turbo for approximately two weeks now and noticed for the first time today that while trying to make a phone call I'm unable to use mobile data even over my wifi. Is this something that is still coming down the pipe for droid users? I seem to have run all of the updates possible that are available from Motorola as well as Android. I am Not Yet on lollipop so unable to test that.

Thank you for your assistance.






[Q] Change working baseband topic






Hello Everyone:
I`m from Argentina and my brother gave me a C2105 from Spain. I've to change baseband but I flash with one from Argentina but nothing happen. How can I change the working bands?. Only the UMTS are wrong. It has working BC1 and BC8. From Argentina are BC5 and BC2. Please help...






[Q] screen mirroring not working (rooted SM-N900), screen mirroring to bluray BH-600 topic






Hi all,

i just bought a bluray BH-600 for screen mirroring purpose only, yeah.. because my TV isn't smart TV... lol
In short, my screen mirroring didn't work. Actually I want to unroot my device, but I can't find stock firmware for SM-N900 at sammobile.com.
in risk reason, i looking for another way to do that, maybe with a fixing patch.. I went already to :
http://forum.xda-developers.com/show....php?t=2621550
but there is not for SM-N900.

any suggestion for me, please guide me step by step, because i'm a beginner.






[Q] nokia x internal storage not working topic






I accidentally formatted my Nokia x+ internal storage by pc and now my phone is not showing it in settings.
in the internal storage stats it shows PUT IN A MEMORY CARD.
PLZ HELP.






USB port not working well topic






Good morning.

I have an Xperia T and today I found that my usb port is not working well... Sometimes the phone doesn't charge, sometimes lost the connection to te PC ecc ecc...
The question is: it is simple to change or repair or I have to send it to a Sony centre?

Thank you.






[Q] M7 and processor working 100% topic






Dear All,

i got strange issue with my mobile. i was looking for the solution w/o success.,
yesterday i was trying to get out of S-ON but it did not work.

today morning i switch the phone and the processors are not stop working on max level (~1728 Mhz).
i have recovered the system via TWRP but it did not help. (ViperOne 6.0.2)
since that is heating like hell and the battery drains more than fast...

have you seen such issue? can you recommend me something?
it is due to attempt of SOFF?






[Q] HTC one M8 dual SIM: both sim cards not working topic






hi everybody , can somebody help , i am having no radio signal, i have m8 dual , on status bar both sims are showing with cross sign. I tried to install GPE RUU to get OTAs but end up in having no radio . please help. I have international version from UAE
phone is rooted and s-off






[Q] XT1039 Working Recovery // Back to StockROM topic






Hi frinds!

Yesterday I flashed CM12 on my XT1039.

- unlook bootloader
- testing some recoverys (CWM / CWM Touch / CWM philz / TWRP 2.7 + 2.8)
- made two backups (from CWM philz / TWRP 2.8)
- finaly flashed recovery (TWRP 2.8)
- clean install CM12

So far, so god..

CM12.. Very nice work so far!!! To me at the moment a little to buggy, so I want to go back to stock ROM.

Some questions:

1.) What recovery works most stable? I had some problems with all of them. I flashed TWRP, it stuck at bootlogo about two minutes?!?!

2.) I've tried to flash stockROM from here, I've tried different downloads.. Anytime: flashing failed! Any idea's, why flashing these zip not works?

3.) o.k., so I've restored my backup. Now I see in PlayStore an update for the Motorola Update Service, in discription is written: ..needed for the coming update to Android 5.0.. BUT!!!!!!! --> PlayStore says: not compatible with my device?!?!?!

What is wrong there?! Maybe flashing an "absolut clean" StockROM (Point 2) can help?

thanks for your help!






[Q] S-Voice not working with phone data (works on Wi-Fi). Any advice? topic






So I got a Gear S, paired it with my Galaxy S4 and S-Voice seemed to work well at home, but I found that it didn't work when I was outside. Nothing about S-Voice worked when I was out (except the wake up command "Hi Gear"). Doing a bit of testing I found that it worked when my phone was on Wi-Fi but it didn't work when my phone was switched to data. Oddly enough, S-Voice works from my phone regardless of the Internet connection it has, so this seems to be an issue with the Gear S. The error message I am getting on my Gear S is "Could not find network connection." Any ideas? Tips? Advice? (besides avoiding Samsung's crap, because that's all I've been hearing until now...)






Lollipop sm-n900 Working Great topic






Lollipop on SM-N900 English//SPANISH
First of all sry my english
here a leave my experience installing LOLLIPOP following the original post made it by Mohan_recal
http://forum.xda-developers.com/gala...xynos-t2980292
so... first off all problems where the files we need it? i made a unique rar with all the files u need
Recovery 6&stock//RomBkup//Bootloader//BtFixv2 thats works//Odin // USb samy drivers,.
(all the files in the rar have step by step intructions to follow) english.-

Spanish:

1-Flasheamos Recovery 6.0.4.7 (desde ODIN) >> este recovery utiliza una carpeta de respaldo habitualmente si es en SD seria extsdcard/clockworkmode/backup
2-Pegamos en este directorio de respaldo el contenido (no el zip) del zip #2 (el bkup del rom),.
3-Desde el recovery ejecutamos restore backup from extsd nos aparece la carpeta que pegamos y le damos restore,.
4-factory reset y wipe cache > Luego iniciamos el tel en download Mode,.
5-Flasheamos el bootloader archivo #6 >> luego el tel resetea y lollipop esta funcionando,.
FIX the Bluetooth.-
6-Copiamos el archivo #8 a la sd reiniciamos y abrimos el recovery. flasheamos desde la opcion install.zip
7-Reiniciamos nuevamente en Modo download,. he instalamos desde ODIN el archivo #10 se reinicia solo y ya tenes el tel. con lollipop
y conectividad full.-
Hay un video mostrando el funcionamiento y el correcto emparejamiento con un dispositivo BT,.

http://www.4shared.com/rar/0LdM3pCVce/LP-SM-900n.html? <<<Archivos/files


http://youtu.be/wrch9gHZtQY






[Q] Samsung Galaxy S4 sound not working on calls topic






I have a Galaxy S4 GT9505. I started facing a problem with the in-call audio. When I can someone they cannot hear me and I cannot hear the m either. There is no ringing sound either.
Here is a list of things which I have done to resolve the issue but nothing seems to work so far:
1. Rebooting the phone
2. Rebooting by pulling the battery and simcard out and putting them again.
3. Factory Resetting the phone and wiping all data.
4. Delete all files KNOX

My phone is rooted. My soft is I9505XXUGNK4 4.4.2 Germania DBT
Pleaseee help me, please !!!!






[Q] Upgraded to MIUI6 but A-GPS is not working only GPS through satelite working? topic






I don't know but A-GPS is not working in my device after updating to chinese MIUI6 unstable version. Only my phone is able to identify location through GPS which takes time. Can anyone help me to troubleshoot my A-GPS?






[Q] Play Store on 3.6.8 Working :) What about Android Wear?! topic






I've found this awesome video (Couldn't post the URL as I've to make 10 posts here before I can post URL)
The video is on YouTube and it's titled "Fire Phone - How to Install Google Play Store without root"

I was able to install Google play and other apps in less than 5 minutes without rooting :good:

My main problem is that I want to install the Android Wear to pair my moto 360 but can't find it in the Play store!! Any ideas please how this could be done?

Thanks