User-agent: Mediapartners-Google Disallow: User-agent: * Disallow: /search Allow: / Sitemap: http://nano7mobile.blogspot.com/sitemap.xml Nano Mobile: error
Affichage des articles dont le libellé est error. Afficher tous les articles
Affichage des articles dont le libellé est error. Afficher tous les articles

[Q] How to fix fingerprint error. topic






Hi guys, I'm a tech at Sprint of recently and I had a customer come in several days ago with a GS5 with its fingerprint scanner getting an error message prompting the user to restart the device every time we tried to access the it from the settings. Also it doesn't work when trying to unlock through the lock screen forcing us to use the alternative password. The phone is on 4.4.4 right now. Not sure if its nk4 or not.

What we tried:
factory wipe
flashing 4.4.4 nk4

I haven't found much documentation about this issue on the internet. Any help will be appreciated.






Error when flashing android 5.0 topic






Hey guys my problem is that when I try to flash the android 5.0 build with the recovery flash from SD tool, it gives the error: 3c_main.apk has unexpected contents
This is bugging the **** out of me and I'm stuck on 4.4 after reverting from a rooted 5.0
I attempted to install with stock recovery and stock firmware.






[Q] Lg G2 Brick Security Error Bootloop No recovery, No download, PC don't recognize topic






Hello everyone !

I have big troubles with my Lg g2 d802.

Yesterday i want to intall crdroid 5.0 on my Lg g2 on Official 4.4.2, so i've:
  • Root my phone

  • Install CWM Manager

  • Set CWM Recovery

  • Reboot in recovery

  • Use ADB Mode

  • Use ADB on my PC to send crDroid zip by sideload


During sideload, after full download, there was an error assert failed. So installation failed, and i've decided to reboot my phone.
Problem is here, my phone boot, display LG Logo and after 5 seconds, Lg Logo with "security error" message, then stop alone and reboot again, and again.

I have tried following procedures :
  • Power off completely my phone and then Volume down+PWR to enter in recovery : FAIL

  • Volume Up and then put USB cable to enter download mode : FAIL

  • Connect with USB on Ubuntu to try to reset .img files : FAIL (Phone invisible on my pc, even not recognize)


So i cannot go to Recovery Mode, Download Mode and my phone isn't recognize on PC.
I don't have any other ideas and i am here to asking help :).

Thxs for reading, and i pray for a miracle !






[Q] phone bricked and error in sp tools topic






my phone is like completely hard bricked and and whenever i try to flash stock rom v1/2/3 . i get the error saying S_DL_PMT_ERR_NO_SPA of (5069) what to do??






Error executing updater binary in zip when trying to flash CM11. Any help? topic






Ok so I got the latest twrp, even tried previous versions and clockworldmod as well.....I still get the same error everytime. I even went back to stock and tried to redo everything and still no luck.
I tried different nightlies and snackshots and still had no luck, got all of them here...
https://download.cyanogenmod.org/?device=d2tmo


Here's what it looks like








Attached Thumbnails


Click image for larger version<br/><br/>Name:	20150114_025525.jpg<br/>Views:	N/A<br/>Size:	261.5 KB<br/>ID:	3114727
 

Click image for larger version<br/><br/>Name:	20150114_025548.jpg<br/>Views:	N/A<br/>Size:	257.1 KB<br/>ID:	3114728
 

Click image for larger version<br/><br/>Name:	20150114_025555.jpg<br/>Views:	N/A<br/>Size:	262.7 KB<br/>ID:	3114729
 

Click image for larger version<br/><br/>Name:	20150114_025600.jpg<br/>Views:	N/A<br/>Size:	258.9 KB<br/>ID:	3114730
 

















external sd error topic






Friends i have note 2 dn4 v2 my ex-sd auto mount and dismount and unexpectdly removed please help me fix this issue :crying:






[Q] Error while flashing a CM based ROM after downgrading to KK from 5.0 topic






So, I had Asia 5.0.2 and I saw a FIUI ROM for our device at the MIUI forums. I decided to give this a go and first downgraded to KK and then tried to flash the zip from TWRP and Philz recovery but got this error:

"Can't install this package on top of incompatible data. Please try another package or run a factory reset"

I thought it might be a ROM specific error, but I also tried to flash CM11 but got the same error. How can I get around this? Is this an issue with the updater script or something?

Any help will be appreciated.






Cm12 build : Error in BT module topic






Hi, i try to build CM12 for crespo.
The error occurs when compile Bluetooth module:


Code:


target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/../btif/src/bluetooth.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_conf.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_init.c
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_logmsg.c
preparing StaticLib: libc++ [including  /media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/STATIC_LIBRARIES/libcompiler_rt_intermediates/libcompiler_rt.a]
target thumb C: bluetooth.default <= external/bluetooth/bluedroid/main/bte_main.c
host StaticLib: libunwindbacktrace_32 (/media/EXT/android/nexus_s_cm_12/out/host/linux-x86/obj32/STATIC_LIBRARIES/libunwindbacktrace_intermediates/libunwindbacktrace.a)
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c: In function 'bt_le_lpp_rssi_monitor_upstream_evt':
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:547:14: error: 'WRITE_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
        case WRITE_RSSI_MONITOR_THRESHOLD:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:547:14: note: each undeclared identifier is reported only once for each function it appears in
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:551:14: error: 'READ_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
        case READ_RSSI_MONITOR_THRESHOLD:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:559:14: error: 'ENABLE_RSSI_MONITOR' undeclared (first use in this function)
        case ENABLE_RSSI_MONITOR:
              ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c: In function 'bt_le_handle_lpp_monitor_rssi':
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:637:28: error: 'WRITE_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
            error.subcmd = WRITE_RSSI_MONITOR_THRESHOLD;
                            ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:648:28: error: 'ENABLE_RSSI_MONITOR' undeclared (first use in this function)
            error.subcmd = ENABLE_RSSI_MONITOR;
                            ^
external/bluetooth/bluedroid/main/../btif/src/bluetooth.c:672:28: error: 'READ_RSSI_MONITOR_THRESHOLD' undeclared (first use in this function)
            error.subcmd = READ_RSSI_MONITOR_THRESHOLD;
                            ^
build/core/binary.mk:697: recipe for target '/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/../btif/src/bluetooth.o' failed
make: *** [/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/../btif/src/bluetooth.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from external/bluetooth/bluedroid/main/../include/bte_appl.h:28:0,
                from external/bluetooth/bluedroid/main/bte_logmsg.c:36:
external/bluetooth/bluedroid/main/../stack/btm/btm_int.h:45:1: error: unknown type name 'tBTM_BLE_MULTI_ADV_CB'
 tBTM_BLE_MULTI_ADV_CB  btm_multi_adv_cb;
 ^
build/core/binary.mk:697: recipe for target '/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/bte_logmsg.o' failed
make: *** [/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/SHARED_LIBRARIES/bluetooth.default_intermediates/bte_logmsg.o] Error 1
target StaticLib: libc++ (/media/EXT/android/nexus_s_cm_12/out/target/product/crespo/obj/STATIC_LIBRARIES/libc++_intermediates/libc++.a)








Data connection error topic






Throughout the day my data connection stops working even though it says it's connected in the status bar. If I toggle airplane mode everything returns to normal. Any idea what's wrong and how to fix it? I've reflashed a kernel, I wiped cache and dalvik, and I fixed permissions. I'm on DynamicKat and AEL kernel. Thanks for your help.






[Q] Can't connect to camera error topic






I had gotten this issue on my Sammy S3 a while ago and I ended up having to do a full wipe to fix it. I do not want to have to do that to my N6. The normal stuff I would think to try is not working.

Any thoughts? Suggestions? :(

Thanks!






[Q] Back to stock flash error topic






Hello,

I'm trying to go back to stock on my HTC One M7 dual sim but i get an error while flashing. I want to go from an x.x.402.x stock ROM to x.x.401.x WWE stock ROM.

I'm already S-OFF and UNLOCKED.

fastboot getvar all:

Code:


(bootloader) version: 0.5
(bootloader) version-bootloader: 2.49.0000
(bootloader) version-baseband: U3.15.3509.12
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 6.13.402.2
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: xxxxxxxx
(bootloader) imei: xxxxxxxxx
(bootloader) meid: 00000000000000
(bootloader) product: m7cdug
(bootloader) platform: HBOOT-8064
(bootloader) modelid: PN0771000
(bootloader) cidnum: HTC__001
(bootloader) battery-status: good
(bootloader) battery-voltage: 4175mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-6d8a0b9b
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0


I'm using the RUU PN07IMG_M7C_DUG_JB_50_S1_HTC_Europe_2.19.401.1_Rad io_1237.21.28.0627_release_326125.zip from this thread


Code:


C:\adb\M7>fastboot erase cache
******** Did you mean to fastboot format this partition?
erasing 'cache'...
OKAY [  0.313s]
finished. total time: 0.313s

C:\adb\M7>fastboot oem rebootRUU
...
(bootloader) Start Verify: 0
OKAY [  0.047s]
finished. total time: 0.054s

C:\adb\M7>fastboot flash zip PN07IMG.zip
< waiting for device >
target reported max download size of 1542111232 bytes
sending 'zip' (1012931 KB)...
OKAY [ 47.453s]
writing 'zip'...
(bootloader) rom parsing start ...
(bootloader) rom parsing finish ...
(bootloader) zip header checking...
(bootloader) zip info parsing...
(bootloader) Read zipped android_info fail
FAILED (status read failed (Too many links))
finished. total time: 52.687s


Why can't I flash this zip? Can someone help me please?






Error in the process of Rom installation (status 0) topic






Hello

I need your support because I can´t install any rom but it´s not clear for me the reason :(:(

I already did the next activity without problem

1. Root the phone
2. I installed Recovery-clockwork-2.5.1.2-infuse(I don’t know if this is the last version but according with the update process I didn’t find another one)

I tried to install the some rooms but I can´t do it because when I’m doing the process of install from Zip I received the next message

 error flashing rom status 0 infuse 4g (Installation aborted)

Honesty speaking I don’t know. :eek::eek:

I tried to install another rom but the same error message and put the file directly in the location, etc. but the same result please help my does anybody have any idea about this problem

Thanks for your support :fingers-crossed:






Error 498 when trying to download app topic






I Have a Nook 16gb that I rooted cm7 I believe and I cannot download apps or update. With error 498. Any ideas? Thanks






[Q] Samsung Galaxy Tab 4 8.0 Error System Has been modified in an unauthorized way topic






So I rooted my device with Towelroot. I checked that it was rooted and I used my device for sometime and then I thought I really didnt need root so I unrooted my device through superuser. I used an app called root checker and it said that my device didnt have root permissions. So now I need OTA updates and it says that my device had been modified in an authorized way? Did I unroot it properly or is there another way to fix this or unroot my device. I am looking forward to your replies.
Thanks!






Fix Google Play Store No connection Error ! in few minutes [ROOT] topic






There are many user that are facing No connection Problems on Google Play Store :confused: . Also sync is also stopped and this happens many times :crying: after resolving it.

So here is a quick guide to FIX/ SOLVE it :

REQUIREMENTS:

1. Rooted Android Phone :cool:if not you may find guides on or XDA.
2.Root Browser or ES File Manager :angel:
3.Brain (of course) :p

Steps to follow:
1. Open Root Browser grant SuperSU permission.
2. Go to "/ " or root directory.
3. Open etc folder, where you will find "host" file
4. Copy that file to some where and open it as TEXT FILE
5. Now erase all the text there type or paste " 127.0.0.1 localhost " without quotes.
6. Just Save it.
7. Now open your Play Store or Sync your Account. It will work!!!

Also see that if you have installed Freedom, then uninstall it and then install it again.

Hit Like if worked :good:

Regards,
Editor: Chitu98
Website: Techno Crysis






[Q/A] CM12 for Xperia SP Compile Error topic






hello . today may i ask you about CM12 Compiling . but i'm have error


Quote:









Traceback (most recent call last):
File "./build/tools/releasetools/make_recovery_patch", line 53, in <module>
main(sys.argv[1:])
File "./build/tools/releasetools/make_recovery_patch", line 49, in main
common.MakeRecoveryPatch(input_dir, output_sink, recovery_img, boot_img)
File "/home/tethplus/lollipop/build/tools/releasetools/common.py", line 1197, in MakeRecoveryPatch
td_pair = GetTypeAndDevice("/recovery", info_dict)
File "/home/tethplus/lollipop/build/tools/releasetools/common.py", line 1144, in GetTypeAndDevice
return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device
KeyError: '/recovery'
build/core/Makefile:1442: recipe for target '/home/tethplus/lollipop/out/target/product/huashan/obj/PACKAGING/target_files_intermediates/cm_huashan-target_files-9d612ecbfa.zip' failed
make: *** [/home/tethplus/lollipop/out/target/product/huashan/obj/PACKAGING/target_files_intermediates/cm_huashan-target_files-9d612ecbfa.zip] Error 1










[Q] LG G2 - Security Error - Unable to do anything at all topic






Hello,

I tried installing Android Lollipop on my LG G2 D802 model and now my phone is totally stuck in the boot. At first it shows the LG logo and then it show the LG logo and the text "Security Error" underneath. I think I've tried all combinations of "button-holding" during startup but I'm not able to access the recovery mode (or any other mode). I've tried hooking it up with the computer (Windows 8.1) but it doesn't seem to see it.

I'm pretty embarrassed by the whole situation :silly: so any help/guidance would be greatly appreciated! Thanks in advance.






whatsapp error sending videos on Dstriker&StUltimate Rom topic






Like title says, I got issues sending videos trhu whatsapp, like some other users, I'm on.157 LB ,i tried both roms, and i got the same error and this never happened to me on any rom . If any developer can help us to fix this. Regards






v510 lollipop update error topic






My GPE errors every time i try to update it to 5.0. Is this a common problem and is there any way around it?






[Q] Status 7 ERROR, PA ROM i9300 topic






Friends, now I had hit a simple issue. Downloaded PA ROM 4.45 from official site itself(for my I9300 itself). Tried to install it using CWM(v 6.0.3.2), but there comes 'status 7' error.
1. What should I do now?
2. Actually, does this PA ROM comes with GAPPS or should I download it again?

Thanks in advance.