I only need someone to export the QCN file and share it with me so I can fix my phone - Lenovo Z5 Pro GT Questions & Answers

Please! SIM isn't working anymore! You can safely export the QCN file using QFIL and share it with me. It's totally safe and will only take few minutes, but it will save my phone. So please!

how do i do it send me a guide

i can use qfil but i don't know how to do backup..you can teach me?

lucabest2002 said:
i can use qfil but i don't know how to do backup..you can teach me?
Click to expand...
Click to collapse
You can use the first part of this post that explains how to backup the .qcn file.
https://forum.xda-developers.com/vibe-p1/help/p1c72-qcn-nvram-backup-t3414144
If you dialing *#*#7177171#*#* and it doesn't work, you will need root access to run the following command via adb:
adb shell
su (here you grant root rights)
setprop sys.usb.config diag,adb
If you can help us by making this file available. I really appreciate the collaboration.
P.S .: Sorry for my English, I used Google translate to help me.

Same problem
I have same problem ?
Any help...

Hi guys. I managed to solve this problem on my lenovo with the help of member nandin121.
Take a look at this thread:
https://forum.xda-developers.com/z5-pro-gt/help/lenovo-z5-pro-gt-qcn-efs-file-t4059355
I hope you guys can solve it on your device.

Related

[Q] Help!!!! bml3 & stl3

Dear all,
Firstly I would like to introduce myself because it is my first post here. I read a lot this wonderful forum and you all.
I am a spanish man who owns a Galaxy S i9000 and I am using GingeReal 3.2 room.
Last weekend, after restoring from an "on fligh" state , my phone freezed and I had to reboot it. After that, it has the:
a) /dev/block/stl3 and/or /dev/block/bml3 corrupted and I cannot mount it.
b) By this, the /efs folder is empty and it only works (modem) when I give r/w permissions to root "/" using root explorer.
c) phone: unknown
d) baseband version: unknown
As you can see, "everything is wrong" and I am using the standard IMEI (0049...). Also I have some errors in applications due this (whatsapp, jelly sms, etc.).
I have a nv_data.bin backup but if i write nv_data.bin or .nv_data.bak it's being deleted on every boot.
The only way to fix /efs problem is using "dd" to restore a partition "bml3" and "stl3" file backup but I do not have any friend who owns the same mobile phone.
I do not need any content into these partitions (I do not need the nv_data.bin which contains your own IMEI and MACs) but I would need anyone help me giving me that files (without contain).
It can be done by using "adb shell" or "terminal emulator" and writing:
su
dd if=/dev/bml3 of=/sdcard/bml3.bak
dd if=/dev/block/stl3 of=/sdcard/stl3.bak
Could anyone help me?????
I will than a lot.
Also, does anyone knows if with this I could solve "phone: unknown" and "baseband version: unknown" errors because with any Odin and any modem does not work and also I cannot find a baseband for i9000.
Thanks in advance (at least for reading this long and desperating post).
Also I know that it is not the right section but I am newbe and I do not have 10 posts written.
Thanks again.
Mario
Could anyone help me??
Finally I could solve it thanks to another thread in another forum.
Thanks anyway to everyone who read this post
Sorry I couldn't offer any help, but could you post a link to the thread that helped you for others who may come across your thread?
It is into spanish but you can use translators:
htcmania.com/showpost.php?p=2227880&postcount=774
Did it help you?
Enviado desde mi GT-I9000 usando Tapatalk
Hi,
I am having exactly same problem with my vibrant.
are those files compatible with vibrant ?
google translate is not very comprehensive
Thx
magarto said:
It is into spanish but you can use translators:
htcmania.com/showpost.php?p=2227880&postcount=774
Click to expand...
Click to collapse
you just saved my ass -- thank you so much.

using adb with rootvega - help!

guys i really need help messed with build,prob and forgot to change permissions can someone help me
can we use adb with rootvega
help please

[Q] supersu no prompt(Attach recoverylog.txt and sulog.txt)

hi ,My English is poor, please forgive me.
I flash the UPDATE-SuperSU-v2.37.zip on my device hwawei chei-cl10(rongyao 4x),and it is android4.4.4.
i can enable and disable superuser.if i set default access :grant. ican get su,and delete some file in /system/app.if i set default access:deny, i can't get su.
Unfortunately,if i set default accessrompt, i can't get any prompt and i can't get su
I do not know I have not expressed clearly?Know what I mean?
please help me. thank you.
then,i Attach recoverylog.txt and sulog.txt,please help me ,thanks.
ncywind said:
hi ,My English is poor, please forgive me.
I flash the UPDATE-SuperSU-v2.37.zip on my device hwawei chei-cl10(rongyao 4x),and it is android4.4.4.
i can enable and disable superuser.if i set default access :grant. ican get su,and delete some file in /system/app.if i set default access:deny, i can't get su.
Unfortunately,if i set default accessrompt, i can't get any prompt and i can't get su
I do not know I have not expressed clearly?Know what I mean?
please help me. thank you.
then,i Attach recoverylog.txt and sulog.txt,please help me ,thanks.
Click to expand...
Click to collapse
Hi,
I have exactly the same problem with a Huawei Y550 stock ROM (Android 4.4.4, EMUI 2.3). I tested SuperSU 2.79 and 2.46. Did you find a solution to this problem ?

[Request][DEV] Create G870A debricking image (simple instructions inside)

So Im having the same problem as this guy's post but he has a slightly different device so the the unbrick.img would not work. Any help would be appreciated. I copied his post because he had some good instructions.
If someone can help me out I need a debrick image.
You need to be rooted and have busybox installed!
Simply run this command as root and upload the image to mega.
Code:
Code:
busybox dd if=/dev/block/mmcblk0 of=/sdcard/200MB.img bs=4096 count=50000
This will dump the first 200MB which includes bootloaders and such. No personal info, imei or other sensitive info will be contained in the dump. Greatly appreciate any help.
Thanks.
More info:
This is the same thing he did on his Note3.
http://forum.xda-developers.com/show....php?t=2476353
cydget said:
So Im having the same problem as this guy's post but he has a slightly different device so the the unbrick.img would not work. Any help would be appreciated. I copied his post because he had some good instructions.
If someone can help me out I need a debrick image.
You need to be rooted and have busybox installed!
Simply run this command as root and upload the image to mega.
Code:
Code:
busybox dd if=/dev/block/mmcblk0 of=/sdcard/200MB.img bs=4096 count=50000
This will dump the first 200MB which includes bootloaders and such. No personal info, imei or other sensitive info will be contained in the dump. Greatly appreciate any help.
Thanks.
More info:
This is the same thing he did on his Note3.
http://forum.xda-developers.com/show....php?t=2476353
Click to expand...
Click to collapse
http://goo.gl/HEzP7n?gdriveurl
Made one awhile back as a "just in case"
Good luck!
nutt_case said:
Made one awhile back as a "just in case"
Good luck!
Click to expand...
Click to collapse
YOU HAVE SAVED MY LIFE, THANK YOU!!!
I tried to root my sisters phone with the wrong rom. I am an idiot, I know. Thanks again. No really thanks.
cydget said:
YOU HAVE SAVED MY LIFE, THANK YOU!!!
I tried to root my sisters phone with the wrong rom. I am an idiot, I know. Thanks again. No really thanks.
Click to expand...
Click to collapse
Glad you got it going again:thumbup:

Recover Deleted File

I saw where someone mentioned using Stellar Phoenix to recover a deleted file from Galaxy Watch 3, but I can't use it, because my phone isn't rooted. It's an Asus Zenfone 3 and it won't connect to my laptop with a USB (I can barely get it to charge and have a Mac) and the KingoRoot app doesn't work either. Is there anything else I can try?
Try https://play.google.com/store/apps/details?id=com.defianttech.diskdigger
VD171 said:
Try https://play.google.com/store/apps/details?id=com.defianttech.diskdigger
Click to expand...
Click to collapse
Isn't that for lost images on the phone? Can it recover files from the watch? This particular file is also an audio file.
If you mean your Watch...
IMHO you need access... ROOT access...
It is possible to dump whole eMMC over WiFi with help of Tool SDB...
Again... for this you need Root.
A
I was able to root and dump with Linux dd Command...
SM-R760 and SM-R500 and SM-R820
GW3 not tested... because I have no GW3...
B
To Root...
Helpfull to know your exact Model Name...
SM-R840? Or LTE Variant?
C
Never tested to recover deleted files...
As example Firmware "Images" contain deleted files...
I could attach screenshots from Firmware Files... open with WinHex...
D
I could help with Root GW3...
Best Regards
adfree said:
If you mean your Watch...
IMHO you need access... ROOT access...
Click to expand...
Click to collapse
The watch is rooted, but I thought the phone needed to be rooted to use the Stellar Phoenix app to recover files from the watch.
adfree said:
Helpfull to know your exact Model Name...
Click to expand...
Click to collapse
SM-R850
The watch is rooted
Click to expand...
Click to collapse
?
Maybe we mean different things...
I mean with root... you can use SDB Tool with:
sdb root on
su Binary is present in rootfs.img at:
/usr/bin/su
If you flashed Combination Firmware or other... Game over... because usr.img is written... means User partition is overwritten by other data...
I will search example for WinHex... need some time...
Best Regards
@adfree I honestly don't understand most of what you're saying. Not quite that tech-saavy for all the niche lingo.
@@nonie​
No problem...
But you were able 1 time in your live to recover deleted files from any kind of memory?
Back to example from Wearable Firmware... Screenshot taken from:
system-data.img
Of an SM-R850 Firmware....
A
Are you able to identify your Firmware Version on SM-R850?
Simple type this Code:
*#1234#
B
You know what kind of file you searching for?
MP3 or Wav or OGG or?
No idea what kind of Audio file you could mean...
Seems top secret why you not tell what you try to recover...
C
Again about Root for SM-R850...
You know what Root means in case of SM-R850?
You need full access to memory to have TINY chance to recover something...
Best Regards
Code:
D:\SDB\SDB260>sdb root on
Switched to 'root' account mode
D:\SDB\SDB260>sdb shell
sh-3.2# whoami
root
sh-3.2# exit
exit
This is what I understand from Root access to Tizen Wearable like SM-R850... because this is LINUX based...
Example shows Copy and Paste from Tool:
SDB
Best Regards

Categories

Resources