Hi Guys
so i'm currently running:
baseband i9505XXUBMF4
and i ger LTE and data reception with foxhound rom ..
however with some roms i loose my data connection ... i get cell and wifi but no data...
I tried the 4G LTE switch it app. and nothing ...
so what baseband should i be flashing with ?
how should i do it ?
please help
thanks
I think the foxhound rom isn't compatible for that... try flashing your stock rom maybe it will return the connections....
Sent from my GT-S5360 using xda app-developers app
Or extract the modem file from stock firmware
Similiar Issue
Here's some steps I went through to investigate this issue. Don't get your hopes up, I don't have a solution.
You can use service mode to lock the phone to LTE and get a better view of what's going on.
Dial *#0011# to get you into service mode. Then you want to go up a menu (there's a bug here). Hit menu>back (nothing will happen), then menu>keyinput then type 1 and hit ok. Select option [1]>[6]>[2] from here you can lock to LTE by hitting [4]>[2] (Telstra run LTE on Band 3 = 1800MHz). Reboot for good measure.
Exit and Dial *#0011#. If your phone works, you're now looking at some low level LTE RF stats. I have 2 GS4's which are showing me strong coverage. If you phone is like my third GS4, it'll say No Service.
I can lock that dodgy one to GSM or WCDMA with no issue.
So, off I go to flash the modem to within an inch of it's life...
Hello,
I bought my Note 3 mobile and decided to flash C-Rom!
At the morning of one day I flashed the rom successfully. Later I installed all apps I wanted. I have my phone rebooted a lot of times with no problem. Some time at the afternoon of the same day I pick up the phone to stare at it! I activated the LTE option and deactivate it again. This was not the first time of doing it! After that the network signal was missing! I rebooted the phone, but it doesn't ask me for a PIN any more. I used my sim at another phone and it asked for a PIN. I used another SIM at my phone but it didn't ask for a PIN.
After dialing *#06# at Dialer a popup dialog shows up. The title of this dialog is MEID and the content is B0000000!
At settings>About phone>Status> the MEID is full of zeroes but the IMEI seems OK.
At the same screen i see the following:
Network - Searcing for Service
Mobile network type - Unknown
Mobile netwok state - Disconected
Service state - Out of service
My phone number - Unknown
MIN - Unknown
PRL version - Uknown
ICCID - Unknown
Thanks everyone in advance
Very strange.... without doing anything like flashing stock or modem?????
TheLiTTle said:
Hello,
I bought my Note 3 mobile and decided to flash C-Rom!
At the morning of one day I flashed the rom successfully. Later I installed all apps I wanted. I have my phone rebooted a lot of times with no problem. Some time at the afternoon of the same day I pick up the phone to stare at it! I activated the LTE option and deactivate it again. This was not the first time of doing it! After that the network signal was missing! I rebooted the phone, but it doesn't ask me for a PIN any more. I used my sim at another phone and it asked for a PIN. I used another SIM at my phone but it didn't ask for a PIN.
After dialing *#06# at Dialer a popup dialog shows up. The title of this dialog is MEID and the content is B0000000!
At settings>About phone>Status> the MEID is full of zeroes but the IMEI seems OK.
At the same screen i see the following:
Network - Searcing for Service
Mobile network type - Unknown
Mobile netwok state - Disconected
Service state - Out of service
My phone number - Unknown
MIN - Unknown
PRL version - Uknown
ICCID - Unknown
Thanks everyone in advance
Click to expand...
Click to collapse
The reason is unknown but it seems like your phone lost a valid IMEI/baseband.
Can you check the Baseband version?
Try to flash the stock firmware, or flash the baseband for your device.
The problem suddenly appeared and that's what makes me feel uncomfortable. The baseband number is N9005XXUENC2. I will try to flash whole firmware, but does anyone know how can I flash only the baseband? I don't want to stay with the original ROM!
TheLiTTle said:
The problem suddenly appeared and that's what makes me feel uncomfortable. The baseband number is N9005XXUENC2. I will try to flash whole firmware, but does anyone know how can I flash only the baseband? I don't want to stay with the original ROM!
Click to expand...
Click to collapse
Extract modem.bin and NON-HLOS.BIN files from the stock firmware, and flash via Odin.
Sent from my SM-N9005 using Tapatalk
It is my first Samsung. Could you be more specific? How can I extract those? Can you guide me through?
TheLiTTle said:
It is my first Samsung. Could you be more specific? How can I extract those? Can you guide me through?
Click to expand...
Click to collapse
Do you have the stock firmware file already?
Sent from my SM-N9005 using Tapatalk
Finally I was able to solve the problem. It is a problem with C-Rom and 4g option. I am going to write a new reply by tomorrow and also to the forum. I appreciate the help guys.
Thanks a lot
The problem is with the LTE activation/deactivation.
I am from Greece with COSMOTE provider. Here, in Greece, at the moment we have to pay an extra fee to the provider in order to have the option of using 4g. The steps as I believe are the following:
1). I am not paying this fee at the moment so I am not able to use 4g.
2). I activate 4g and immediately I deactivated it. I did not want to open it, just touching the selection at the notifications. This option is at the notifications when you slide down the notification bar using 2 fingers.
3). Then the signal goes off and I had to re-flash stock rom once again before flashing the custom rom. The problem has to do only with the signal and everything else works as charm in the C-ROM.
The C-ROM version which has this problem is this C-RoM-KK-v7.1-20140622-hlte.zip
USE AT YOUR OWN RISK
This guide is intended for those individuals who can not use 3g or LTE but 2g works perfectly for them or they have lost their network and flashing different radios does not help
To check if you have this problem, go to settings>more>Mobile Network>Manual Search
You should have GSM / WDCMA/LTE or others depending on your network from all networks in your area.
What do you need :
*Drivers installed
*USB debugging (enable by going into settings>software information> tap on build number 10 times and developer options will appear in settings at the end. Enable USB debugging from there)
*ROOT
*QPST (QPST DOWNLOAD) LINK2
*EFS BACKUP TOOL (EFS BACKUP THREAD)
* Device specific backup of QCN (FIND IT YOURSELF AS IT WILL CHANGE YOUR IMEI TOO)
*DIAG MODE ENABLED
This is how to enable diag mode via platform tools using ADB on LG devices
Code:
adb shell
su
echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
setprop sys.usb.config acm,diag,mtp,adb
It is preferred to clear these partitions by using these commands and restart your phone before flashing qcn files. I wiped wrong partitions (tz)using these commands and I got a HARD BRICK. YES A HARD BRICK so be very careful
Code:
dd if=/dev/zero of=/dev/block/mmcblk0p21
dd if=/dev/zero of=/dev/block/mmcblk0p22
dd if=/dev/zero of=/dev/block/mmcblk0p24
Restore by, where XX is the number and YY name of partition
Code:
dd if=/dev/block/[B]mmcblk0pXX/B] of=/sdcard/[B]YY[/B].epb
Example
Code:
dd if=/dev/block/mmcblk0p9 of=/sdcard/system.img
However, you can go ahead and clear these partitions only if you had a previous backup by blocks like EFS FILE EXPLORER. modemst1, modemst2, fsg, fsc,dbi, ddr, pad
Check which partition corresponds to which block by
Code:
ls -al /dev/block/platform/msm_sdcc.1/by-name
Once your device is connected, drivers and software installed,
You may need to first go to QPSTConfig which is located at QPST > Bin. There you will need to select port which will show your snapdragon model.
Go to QPST > Bin> QPSTServer.exe
1.A globe would appear in taskbar. Click on it and select software download.
2.Select port of your diagnostic mode in restore tab of software download
3. Once in software download, backup your current QCN (just as a backup to be safe)
4. Restore the QCN you found from google. Make sure it is device specific (use d850 QCN for d850 only)
5. Device would restart and automatically start to search 3g and LTE signals
Good luck
My original QCN was 31kb which clearly showed lost of data but the one that worked was about 500kb.
Lastly there are other methods to restore as well which I will look into so I can post in more details so your IMEI does not change.
Edit: You can do it by changing NV VALUE of 457 to your default value to keep your imei number as well
I will try to backup my radio partitions if someone needs help to fix their network issues or other possible solutions that could be found
HOW TO REVERT YOUR IMEI BACK TO ORIGINAL
1. Download EFS Professional. FROM HERE
2. Make sure you are rooted and busy box working.
3. Use commands as stated above to boot your phone in DIAG mode. This can be done anytime after connecting your phone to the PC.
4. Go to Qualcomm NV tools
5. Choose right port and connect.
6 Go to Secure Ops. tab and change imei from there. Make sure you have a full backup.
If this fails, you can use QXDM and go to NV tools and manually change your IMEI back to its real value. You will need to go to NV Values tab and then on side tab choose Security from All, and then change IMEI number to your real one. You can check details how to change values in QXDM in futher reading below. Samsung S5 thread explains it really well.
If you still are not sure, you can use QPST software. Go to NV manager and find your IMEI number after connecting the phone in diag mode. Usually it is 550 or 457 value.
Use Imei converter from attached files below and insert the converted values.
Good Luck
THREADS TO LOOK FOR FURTHER READ
Unlock Bands and how to boot into Diag mode All credits to @olokos for his guide
Unlock LTE bands and go into diag mode
All credits to @fffft for his guide
FOR BEST RESULTS WHICH I FOUND HAD MORE SUCCESS WITH
1. First understand the problem fully here
2. Flash a working qcn to your device
3. Wipe partitions as commands given above
4. restart
5. Flash a working qcn on it again. Preferably the same one
6. Check if you get signals now, if not then do a factory reset and see
Profit ? No
7. Install TOT stock 4.4.2 or Lollipop (I had more success with Lollipop)
8. Install a qcn from another device. Just to break all your signals (do at your own risk) I flashed a D855 qcn to my d850
9. Restart and wipe partitions
10. Reflashed working Qcn again
Profit ? No
It did not work till here so I moved to stock lollipop by flashing zip in TWRP. If you have TOT method, that is better.
So I went to flash Lollipop stock with modem of D850. (because it was zip and did not include modem. In TOT/ KDZ all partitions are flashed so you do not need to flash modem separately) So i wiped partitions again and then I flashed QCN using cracked version of Z3x Lg Tools twice. (same qcn but two times) and then restarted.
It restored everything back. Everything came to work fine
Z3X Cracked Download here
WHAT YOU CAN DO TO HELP OTHERS (needs root and busybox installed)
I suggest you make a backup of your EFS via TWRP & EFS TOOL before tinkering with hidden menu or anything at all. If you do these steps correctly, you do not risk of any damage to your device.
Download EFS Tool from here
http://forum.xda-developers.com/atta...6&d=1419867628
Main thread of it
http://forum.xda-developers.com/gala...546?styleid=18
1. go in backup tab
2. select all partitions
3. Select 3 partitions
backup modem, modemst1 and modemst2 and upload it for me so I can try to restore the settings to see if that works.
MAKE SURE YOU WRITE YOUR DEVICE MODEL when attaching those mentioned partitions AND DOUBLE CHECK IT AS FLASHING WRONG radios can permanently damage your device.
DEVICE I FIXED WAS D850 ATT Variant and had success with other variants as well
UPDATE
I have attached a D855 qcn with null imei. You will need to change your imei yourself which you can find by removing your battery. Make sure to make a backup before trying anything and I WILL BE NOT RESPONSIBLE
HISTORY --- JUST TO COMPARE IF YOU HAVE SIMILAR PROBLEM
hi there,
I am working to fix the problem many users have faced and therefore trying to find possible solutions. I need some partition images from you guys if you can provide me so I can try to fix the issues.
THE PROBLEM AND HOW IT STARTED :
I have got a D850 which I am using in Europe. The problem started when I inserted an LTE enabled sim and went to hidden menu to change my mode to LTE only, I was on Fulmics Rom 2.7 Lollipop at that time. Before that, ii network search, I could see all WCDMA, GSM and LTE bands used by different providers by manual search.
After changing it to LTE only, I could not see any signal bars and it started searching. As I was in an area where LTE signals were weak, so I thought maybe I need to change back to GSM/WCDMA/LTE from settings. Signals returned to normal but only to gsm. LTE and 3G were lost as searching for networks did not help at all.
I tinkered with hidden menu and selected GSM/WCDMA/LTE ( 3845#*850# ) from hidden menu
and
used this ( *#*#4636#*#* ) to change back to GSM/WCDMA/LTE from another hidden menu.
It didnot help.
I flashed different modems (one from kitkat and two versions from Lollipop) but that didnot help either.
I reverted back to KITKAT using TOT method and the WCDMA and LTE were lost forever when i tried to search manually. So I made an EFS backup and started tinkering with hidden method.
Actually I was not expecting that the values would be affected by using the hidden menu to fix my network to LTE only.
I then backup my EFS and tinkered with hidden menu and i was successful in bringing back LTE, however, I was stuck with no 3g.
Using build prop editor, I changed my operator from ATT to OPEN (as ATT does not show default selection menu for GSM/WCDMA/LTE in settings/ both hidden menus) which enabled the option by which I could changed my preferred network type.
In hidden menu, I just enabled VoLTE in LTE > Modem Settings > VoLTE On which brought back LTE.
Next I installed QPST & QXDM to check my NV values and IMEI.
All of those were perfectly fine. No problem at all.
Strangely all the NV values are right. I restored my EFS to old state where I didnot have LTE or 3g. The LTE was gone again.
I again enabled VoLTE from hidden menu and LTE came back.
See attached image for reference.
POSSIBLE SOLUTION :
I think the problem lies in ATT settings as it has preset operator settings which changes from GSM to WCDMA to LTE depending on its values.
Once I selected LTE only, I disabled the WCDMA and somehow broke the AT&T preset settings as you can not change preferred network from settings like D855 or other models. Somehow we need to re-enable these and one possible way would be to flash modemst 1 and modemst 2 from backup.
Please help me find the possible solution
PS : For all those who are wondering if i tried other sims and tried to use 4g/3g on another device. Yes i did and the problem is only in D850
I also made a proper working APN. Plus I check which network I am on by using *#*#4636#*#*
dd if=/home/med/Desktop/tz.img of=/dev/sdb6
Click to expand...
Click to collapse
ANY SUGGESTIONS ?[/U][/COLOR][/B] @hyelton
People who can not flash QCN need to break their Lg lock which is done by flashing someone else Twrp backup of same device on your phone. After this, you will be able to flash QCN without issues
Hnk1 said:
hi there,
I am working to fix the problem many users have faced and therefore trying to find possible solutions. I need some partition images from you guys if you can provide me so I can try to fix the issues.
THE PROBLEM AND HOW IT STARTED :
I have got a D850 which I am using in Europe. The problem started when I inserted an LTE enabled sim and went to hidden menu to change my mode to LTE only, I was on Fulmics Rom 2.7 Lollipop at that time. Before that, ii network search, I could see all WCDMA, GSM and LTE bands used by different providers by manual search.
After changing it to LTE only, I could not see any signal bars and it started searching. As I was in an area where LTE signals were weak, so I thought maybe I need to change back to GSM/WCDMA/LTE from settings. Signals returned to normal but only to gsm. LTE and 3G were lost as searching for networks did not help at all.
I tinkered with hidden menu and selected GSM/WCDMA/LTE ( 3845#*850# ) from hidden menu
and
used this ( *#*#4636#*#* ) to change back to GSM/WCDMA/LTE from another hidden menu.
It didnot help.
I flashed different modems (one from kitkat and two versions from Lollipop) but that didnot help either.
I reverted back to KITKAT using TOT method and the WCDMA and LTE were lost forever when i tried to search manually. So I made an EFS backup and started tinkering with hidden method.
Actually I was not expecting that the values would be affected by using the hidden menu to fix my network to LTE only.
I then backup my EFS and tinkered with hidden menu and i was successful in bringing back LTE, however, I was stuck with no 3g.
Using build prop editor, I changed my operator from ATT to OPEN (as ATT does not show default selection menu for GSM/WCDMA/LTE in settings/ both hidden menus) which enabled the option by which I could changed my preferred network type.
In hidden menu, I just enabled VoLTE in LTE > Modem Settings > VoLTE On which brought back LTE.
Next I installed QPST & QXDM to check my NV values and IMEI.
All of those were perfectly fine. No problem at all.
Strangely all the NV values are right. I restored my EFS to old state where I didnot have LTE or 3g. The LTE was gone again.
I again enabled VoLTE from hidden menu and LTE came back.
REQUEST , WHAT YOU CAN DO TO HELP (needs root and busybox installed)
I suggest you make a backup of your EFS via TWRP & EFS TOOL before tinkering with hidden menu or anything at all. If you do these steps correctly, you do not risk of any damage to your device.
Download EFS Tool from here
http://forum.xda-developers.com/atta...6&d=1419867628
Main thread of it
http://forum.xda-developers.com/gala...546?styleid=18
1. go in backup tab
2. select all partitions
3. Select 3 partitions
backup modem, modemst1 and modemst2 and upload it for me so I can try to restore the settings to see if that works.
See attached image for reference.
POSSIBLE SOLUTION :
I think the problem lies in ATT settings as it has preset operator settings which changes from GSM to WCDMA to LTE depending on its values.
Once I selected LTE only, I disabled the WCDMA and somehow broke the AT&T preset settings as you can not change preferred network from settings like D855 or other models. Somehow we need to re-enable these and one possible way would be to flash modemst 1 and modemst 2 from backup.
Please help me find the possible solution
PS : For all those who are wondering if i tried other sims and tried to use 4g/3g on another device. Yes i did and the problem is only in D850
I also made a proper working APN. Plus I check which network I am on by using *#*#4636#*#*
ANY SUGGESTIONS ?[/U][/COLOR][/B] @hyelton
Click to expand...
Click to collapse
Maybe the D850 does NOT have the bands that the carrier your trying to use it on? Flashing another modem wont enable bands the hardware does not have.
hyelton said:
Maybe the D850 does NOT have the bands that the carrier your trying to use it on? Flashing another modem wont enable bands the hardware does not have.
Click to expand...
Click to collapse
@hyelton
Update :
Please check the guide
Hnk1 said:
USE AT YOUR OWN RISK
This guide is intended for those individuals who can not use 3g or LTE but 2g works perfectly for them or they have lost their network and flashing different radios does not help
What do you need :
*Drivers installed
*USB debugging
*QPST (google it or google UNLOCK ALL BANDS QUALCOMM XDA and download from one of the forum there as it is banned)
*EFS BACKUP TOOL (available at xda or find link in history below)
* Device specific backup of QCN (FIND IT YOURSELF AS IT WILL CHANGE YOUR IMEI TOO)
*DIAG MODE ENABLED
This is how to enable diag mode via platform tools using ADB on LG devices
1) adb shell
2) su
3) echo 1 > /sys/devices/platform/lg_diag_cmd/diag_enable
4) setprop sys.usb.config acm,diag,mtp,adb
Once your device is connected, proper drivers and software installed,
Go to QPST > Bin> QPSTServer.exe
1.A globe would appear in taskbar. Click on it and select software download.
2.Select port of your diagnostic mode in restore tab of software download
3. Once in software download, backup your current QCN (just as a backup to be safe)
4. Restore the QCN you found from google. Make sure it is device specific (use d850 QCN for d850 only)
5. Device would restart and automatically start to search 3g and LTE signals
Good luck
My original QCN was 31kb which clearly showed lost of data but the one that worked was about 500kb.
Lastly there are other methods to restore as well which I will look into so I can post in more details so your IMEI does not change
I will try to backup my radio partitions if someone needs help to fix their network issues or other possible solutions that could be found
REQUEST , WHAT YOU CAN DO TO HELP (needs root and busybox installed)
I suggest you make a backup of your EFS via TWRP & EFS TOOL before tinkering with hidden menu or anything at all. If you do these steps correctly, you do not risk of any damage to your device.
Download EFS Tool from here
http://forum.xda-developers.com/atta...6&d=1419867628
Main thread of it
http://forum.xda-developers.com/gala...546?styleid=18
1. go in backup tab
2. select all partitions
3. Select 3 partitions
backup modem, modemst1 and modemst2 and upload it for me so I can try to restore the settings to see if that works.
MAKE SURE YOU WRITE YOUR DEVICE MODEL when attaching those mentioned partitions AND DOUBLE CHECK IT AS FLASHING WRONG radios can permanently damage your device.
DEVICE I FIXED WAS D850 ATT Variant
HISTORY
hi there,
I am working to fix the problem many users have faced and therefore trying to find possible solutions. I need some partition images from you guys if you can provide me so I can try to fix the issues.
THE PROBLEM AND HOW IT STARTED :
I have got a D850 which I am using in Europe. The problem started when I inserted an LTE enabled sim and went to hidden menu to change my mode to LTE only, I was on Fulmics Rom 2.7 Lollipop at that time. Before that, ii network search, I could see all WCDMA, GSM and LTE bands used by different providers by manual search.
After changing it to LTE only, I could not see any signal bars and it started searching. As I was in an area where LTE signals were weak, so I thought maybe I need to change back to GSM/WCDMA/LTE from settings. Signals returned to normal but only to gsm. LTE and 3G were lost as searching for networks did not help at all.
I tinkered with hidden menu and selected GSM/WCDMA/LTE ( 3845#*850# ) from hidden menu
and
used this ( *#*#4636#*#* ) to change back to GSM/WCDMA/LTE from another hidden menu.
It didnot help.
I flashed different modems (one from kitkat and two versions from Lollipop) but that didnot help either.
I reverted back to KITKAT using TOT method and the WCDMA and LTE were lost forever when i tried to search manually. So I made an EFS backup and started tinkering with hidden method.
Actually I was not expecting that the values would be affected by using the hidden menu to fix my network to LTE only.
I then backup my EFS and tinkered with hidden menu and i was successful in bringing back LTE, however, I was stuck with no 3g.
Using build prop editor, I changed my operator from ATT to OPEN (as ATT does not show default selection menu for GSM/WCDMA/LTE in settings/ both hidden menus) which enabled the option by which I could changed my preferred network type.
In hidden menu, I just enabled VoLTE in LTE > Modem Settings > VoLTE On which brought back LTE.
Next I installed QPST & QXDM to check my NV values and IMEI.
All of those were perfectly fine. No problem at all.
Strangely all the NV values are right. I restored my EFS to old state where I didnot have LTE or 3g. The LTE was gone again.
I again enabled VoLTE from hidden menu and LTE came back.
See attached image for reference.
POSSIBLE SOLUTION :
I think the problem lies in ATT settings as it has preset operator settings which changes from GSM to WCDMA to LTE depending on its values.
Once I selected LTE only, I disabled the WCDMA and somehow broke the AT&T preset settings as you can not change preferred network from settings like D855 or other models. Somehow we need to re-enable these and one possible way would be to flash modemst 1 and modemst 2 from backup.
Please help me find the possible solution
PS : For all those who are wondering if i tried other sims and tried to use 4g/3g on another device. Yes i did and the problem is only in D850
I also made a proper working APN. Plus I check which network I am on by using *#*#4636#*#*
ANY SUGGESTIONS ?[/U][/COLOR][/B] @hyelton
Click to expand...
Click to collapse
from where did you got the qcn file
adil.ali.503 said:
from where did you got the qcn file
Click to expand...
Click to collapse
Google depending on your device model.
D850 qcn
D855 qcn download
Or something on the lines of above
I had two at&t g3. (Both lost their qcn) , one d855 and now I'm using third d850. ( I almost lost qcn on this one too)
I realise that qcn is easily lost on d850 model as even rooting via kingroot can simply damage qcn.
I had to sell all others. Previous models qcn didnt enable 4g for me , however, i flashed these to older device and 4g started to work. And i flashed older qcn to this device and 4g stopped working.
So make sure you find a qcn which enables 4g with 3g n 2g.
I would suggest go to a tech guy in your area who works with unlocking phones and they usually use some kind of boxes to flash qcn.
Another way could be you request a friend whose 4g is working to make a backup and share it with you.
Lastly, find it online and flash it yourself.
You can also request NV values which wouldnt change imei (as long as you change the NV 457 value to 0)
Inbox me for more help.
Good luck
My imei is already 0 and the model is d850 and body is of d855
The problem is that I can't use 3g on it
2g and 4g works fine
Sent from my LG-D850 using Tapatalk
adil.ali.503 said:
My imei is already 0 and the model is d850 and body is of d855
The problem is that I can't use 3g on it
2g and 4g works fine
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
I came here out of curiosity. Next time quote me if you expect a reply.
What you need to do is flash a QCN. I can try to repair your imei number and send you back.
What I will need is your imei number(remove your battery and see under it), model number and your qcn file. Make sure you inbox me these details and I will try to repair it for you.
Good Luck
Hnk1 said:
I came here out of curiosity. Next time quote me if you expect a reply.
What you need to do is flash a QCN. I can try to repair your imei number and send you back.
What I will need is your imei number(remove your battery and see under it), model number and your qcn file. Make sure you inbox me these details and I will try to repair it for you.
Good Luck
Click to expand...
Click to collapse
As I told you that the body of the cell is from d855 and the sticker on the back is also false one with the imei of a d855
Sent from my LG-D850 using Tapatalk
adil.ali.503 said:
As I told you that the body of the cell is from d855 and the sticker on the back is also false one with the imei of a d855
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
I can provide you with a qcn for device d850 but make sure you backup your own. Tell me if you would need it.
Also, the best thing would be that you send me your qcn and i try to repair it and send it to you back,
But i think the best thing could be to provide you with NV values. let me see if i can work something out.
QCN for d850
https://www.sendspace.com/file/ak2hkl
Hnk1 said:
I can provide you with a qcn for device d850 but make sure you backup your own. Tell me if you would need it.
Click to expand...
Click to collapse
Can you confirm that 2g,3g and 4g is working with that qcn
And a question for safety that what can happen at most if something goes wrong
Sent from my LG-D850 using Tapatalk
adil.ali.503 said:
Can you confirm that 2g,3g and 4g is working with that qcn
And a question for safety that what can happen at most if something goes wrong
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
MAKE A BACKUP OF YOUR QCN. either using QPST or using TWRP (TWRP from xda as it can also backup EFS)
I flashed many and i had none problems. As long as you do have a backup to go back to. There is no problem.
PS : Share your qcn and maybe I can try to repair it. I got NV values from my device.
If your friend has the same device. Grab qcn from him too and we can work something out as well
Hnk1 said:
MAKE A BACKUP OF YOUR QCN. either using QPST or using TWRP (TWRP from xda as it can also backup EFS)
I flashed many and i had none problems. As long as you do have a backup to go back to. There is no problem.
PS : Share your qcn and maybe I can try to repair it. I got NV values from my device.
If your friend has the same device. Grab qcn from him too and we can work something out as well
Click to expand...
Click to collapse
I already have a backup of efs I made by twrp
Is it all I've to do?
Sent from my LG-D850 using Tapatalk
adil.ali.503 said:
I already have a backup of efs I made by twrp
Is it all I've to do?
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
Although it is enough but i will go ahead and make a backup of qcn using qpst.
Hnk1 said:
Although it is enough but i will go ahead and make a backup of qcn using qpst.
Click to expand...
Click to collapse
I'm uploading my efs to Dropbox, I'll give you the link than
Can I just restore the efs files if you can provide me coz I don't want to mess with qpst
It's a bit difficult to me as I'm just a noob
Sent from my LG-D850 using Tapatalk
Hnk1 said:
Google depending on your device model.
D850 qcn
D855 qcn download
Or something on the lines of above
I had two at&t g3. (Both lost their qcn) , one d855 and now I'm using third d850. ( I almost lost qcn on this one too)
I realise that qcn is easily lost on d850 model as even rooting via kingroot can simply damage qcn.
I had to sell all others. Previous models qcn didnt enable 4g for me , however, i flashed these to older device and 4g started to work. And i flashed older qcn to this device and 4g stopped working.
So make sure you find a qcn which enables 4g with 3g n 2g.
I would suggest go to a tech guy in your area who works with unlocking phones and they usually use some kind of boxes to flash qcn.
Another way could be you request a friend whose 4g is working to make a backup and share it with you.
Lastly, find it online and flash it yourself.
You can also request NV values which wouldnt change imei
Inbox me for more help.
PS : i have come up with severe viral conjuctivitis so i might not be able to help you till it clears up.
Good luck
Click to expand...
Click to collapse
Hi I have a D855 LG G3 and I have the same exact problem, my 2G works perfectly fine but I am no longer able to access LTE or 3g (signal shuts down when I switch to 3g or LTE mode, Service is disabled).
My IMEI is fine and is not lost... I can see it in About screen, I have tried installing different lollipop modems and even downgraded to Lollipop and Kitkat rom and even tried Cyanogenmod 12.1, I never had the signal back on.
Can you please share the LG D855 QCN? I have no idea where to get it, googling has not gotten me anywhere, I saw a SINGLE site where I could download it but it had a password.
adil.ali.503 said:
I'm uploading my efs to Dropbox, I'll give you the link than
Can I just restore the efs files if you can provide me coz I don't want to mess with qpst
It's a bit difficult to me as I'm just a noob
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
Well, i will tell you step by step how to make a backup of QCN and how to flash QCN. It will be fine.
How did you manage to back it up ?
Mate you sent me EFS which means I need to use it on my device and then fix it and then send you.
Can you manage a QCN ?
It is very easy. Let me get back to you by night but I WILL PREFER QCN
pjl3dm said:
Hi I have a D855 LG G3 and I have the same exact problem, my 2G works perfectly fine but I am no longer able to access LTE or 3g (signal shuts down when I switch to 3g or LTE mode, Service is disabled).
My IMEI is fine and is not lost... I can see it in About screen, I have tried installing different lollipop modems and even downgraded to Lollipop and Kitkat rom and even tried Cyanogenmod 12.1, I never had the signal back on.
Can you please share the LG D855 QCN? I have no idea where to get it, googling has not gotten me anywhere, I saw a SINGLE site where I could download it but it had a password.
Click to expand...
Click to collapse
Check your inbox. Tell me the result. And always remember : BACK UP BACK UP BACK UP FIRST
pjl3dm said:
Hi I have a D855 LG G3 and I have the same exact problem, my 2G works perfectly fine but I am no longer able to access LTE or 3g (signal shuts down when I switch to 3g or LTE mode, Service is disabled).
My IMEI is fine and is not lost... I can see it in About screen, I have tried installing different lollipop modems and even downgraded to Lollipop and Kitkat rom and even tried Cyanogenmod 12.1, I never had the signal back on.
Can you please share the LG D855 QCN? I have no idea where to get it, googling has not gotten me anywhere, I saw a SINGLE site where I could download it but it had a password.
Click to expand...
Click to collapse
Did you checked your hangouts
Sent from my LG-D850 using Tapatalk
adil.ali.503 said:
Did you checked your hangouts
Sent from my LG-D850 using Tapatalk
Click to expand...
Click to collapse
here you go.
Just run restore via twrp and your imei should be fixed. Good luck
I will appreciate if you tell me if it worked for you!
Hnk1 said:
here you go.
Just run restore via twrp and your imei should be fixed. Good luck
I will appreciate if you tell me if it worked for you!
Click to expand...
Click to collapse
Sorry to say it doesn't work
Imei is still 0 and I can't get any 3g signals
I think its the problem with the frequency band
Thanks for your help ?
Sent from my LG-D850 using Tapatalk
I'm still getting 4G LTE signals but it seems that I cannot get any data at all (any website can't load). Will this help solve it?