XT1052 Need Help :(

sroy001

Senior Member
Jan 23, 2011
261
76
0
I'm quite pissed with what's happening to my phone. No matter how I upgrade to lollipop (through fastboot or going back to 4.4.4 and then taking the OTA or by flashing zip through stock recovery) it doesn't recognize my home wifi. It works fine on stock 4.4.4 asia retail image

- I also noticed a strange thing, I don't know why but the Verizon logo shows up just before the boot finishes on 5.1!! I'm in India and why would verizon logo come on my phone?

- My bootloader is unlocked and also upgraded to 30BE so I can't flash gpt and boot files but rest of the files flash just fine through fastboot and I'm able to go back to stock 4.4.4 asia retail. everything works as expected (Wifi too)!!!

Somebody please tell me how can I get stock lollipop 5.1 and have the Wifi work too?

I've tried flashing 4.4.4 modem over 5.1 but it still doesn't recognizde my home wifi.. although it is able to scan all other nearby wifi!!!

Kitkat version - XT1052_RETAIL-ASIA_4.4.4_KXA21.12-L1.26_18_cid7_CFC_1FF.xml
Lollipop version - Blur_Version.212.44.26.ghost_row.AsiaRetail.en.03
 

athulele

Senior Member
Oct 11, 2011
1,915
1,381
0
22
Pune
I'm quite pissed with what's happening to my phone. No matter how I upgrade to lollipop (through fastboot or going back to 4.4.4 and then taking the OTA or by flashing zip through stock recovery) it doesn't recognize my home wifi. It works fine on stock 4.4.4 asia retail image

- I also noticed a strange thing, I don't know why but the Verizon logo shows up just before the boot finishes on 5.1!! I'm in India and why would verizon logo come on my phone?

- My bootloader is unlocked and also upgraded to 30BE so I can't flash gpt and boot files but rest of the files flash just fine through fastboot and I'm able to go back to stock 4.4.4 asia retail. everything works as expected (Wifi too)!!!

Somebody please tell me how can I get stock lollipop 5.1 and have the Wifi work too?

I've tried flashing 4.4.4 modem over 5.1 but it still doesn't recognizde my home wifi.. although it is able to scan all other nearby wifi!!!

Kitkat version - XT1052_RETAIL-ASIA_4.4.4_KXA21.12-L1.26_18_cid7_CFC_1FF.xml
Lollipop version - Blur_Version.212.44.26.ghost_row.AsiaRetail.en.03
First of all, wrong section to post.

Second, flash this through fastboot/RSDLite - https://mega.co.nz/#!U9lRFBgD!POchMYI96ZTy16M_PGSZ4aIjo6ktpaHKaJAmp6XBUR4
It's the 5.1 factory image. works on Asia retail without any problem.. try if it works
 

sroy001

Senior Member
Jan 23, 2011
261
76
0
Made a separate thread in General section now.. Not sure how to delete the thread.. Can't find the option in XDA app

RSD Lite flashing doesn't work for me anymore as 1st two commands about GPT and Motoboot fail due to upgraded boot loader.. So I'll try and flash through fastboot

Sent from my XT1052 using XDA Free mobile app
 

athulele

Senior Member
Oct 11, 2011
1,915
1,381
0
22
Pune
Made a separate thread in General section now.. Not sure how to delete the thread.. Can't find the option in XDA app

RSD Lite flashing doesn't work for me anymore as 1st two commands about GPT and Motoboot fail due to upgraded boot loader.. So I'll try and flash through fastboot

Sent from my XT1052 using XDA Free mobile app
RSD will work as this is a 5.1 factory image. make sure to flash gpt and bootloader, it won't fail.
if you dont flash those then you'll have gpt and bootloader from Asia.Retail and other files from Europe.Retail so future OTAs might fail
 

sroy001

Senior Member
Jan 23, 2011
261
76
0
Okay done.. So if RSD lite doesn't flash GPT and Motoboot, should I manually try and flash through fastboot?

Sent from my XT1052 using XDA Free mobile app
 
  • Like
Reactions: bushako

bushako

Senior Member
Mar 16, 2007
1,359
327
0
Dubai
Okay done.. So if RSD lite doesn't flash GPT and Motoboot, should I manually try and flash through fastboot?

Sent from my XT1052 using XDA Free mobile app
Since you have already updated the bootloader and partition tables to the latest one from Lollipop there is no need to flash those files again. Just flash the modem, recovery, data and system files using cmd line.

Sent from my XT1053 using Tapatalk
 

sroy001

Senior Member
Jan 23, 2011
261
76
0
Since you have already updated the bootloader and partition tables to the latest one from Lollipop there is no need to flash those files again. Just flash the modem, recovery, data and system files using cmd line.

Sent from my XT1053 using Tapatalk
I'm flashing through fastboot and unable to manually flash system.img

C:\adb>mfastboot flash system system.img
(bootloader) Variable not supported!
target max-download-size: 768MB
Multi-Flash is enabled!
load_file: could not allocate 1394503608 bytes
error: cannot load 'system.img': Not enough space
 

athulele

Senior Member
Oct 11, 2011
1,915
1,381
0
22
Pune
I'm flashing through fastboot and unable to manually flash system.img

C:\adb>mfastboot flash system system.img
(bootloader) Variable not supported!
target max-download-size: 768MB
Multi-Flash is enabled!
load_file: could not allocate 1394503608 bytes
error: cannot load 'system.img': Not enough space
I think you may need to flash gpt.bin first.. i'll post a log of what happened when i flashed here.. flash it in the same order..


H:\platform-tools>mfastboot devices
TAxxxxxxxx fastboot

H:\platform-tools>mfastboot flash partition gpt.bin
sending 'partition' (32 KB)...
OKAY [ 0.250s]
writing 'partition'...
This may take a few seconds, if a
different partition table is being
flashed since we need to backup
and restore a few partitions
OKAY [ 0.437s]
finished. total time: 0.689s

H:\platform-tools>mfastboot flash motoboot motoboot.img
sending 'motoboot' (1604 KB)...
OKAY [ 0.350s]
writing 'motoboot'...
flashing tz ...
flashing rpm ...
flashing aboot ...
flashing sbl1 ...
flashing sbl2 ...
flashing sbl3 ...
OKAY [ 5.979s]
finished. total time: 6.330s

H:\platform-tools>mfastboot flash logo logo.bin
sending 'logo' (245 KB)...
OKAY [ 0.310s]
writing 'logo'...
OKAY [ 1.385s]
finished. total time: 1.695s

H:\platform-tools>mfastboot flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [ 0.940s]
writing 'boot'...
OKAY [ 2.209s]
finished. total time: 3.150s

H:\platform-tools>mfastboot flash recovery recovery.img
sending 'recovery' (10240 KB)...
OKAY [ 0.950s]
writing 'recovery'...
OKAY [ 1.522s]
finished. total time: 2.472s

H:\platform-tools>mfastboot flash system system.img
sending 'system' (786432 KB)...
OKAY [ 49.478s]
writing 'system'...
OKAY [ 43.636s]
sending 'system' (575387 KB)...
OKAY [ 36.324s]
writing 'system'...
OKAY [ 36.938s]
finished. total time: 166.385s

H:\platform-tools>mfastboot flash modem NON-HLOS.bin
sending 'modem' (54276 KB)...
OKAY [ 3.720s]
writing 'modem'...
OKAY [ 4.811s]
finished. total time: 8.531s

H:\platform-tools>mfastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.789s]
finished. total time: 0.790s

H:\platform-tools>mfastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.816s]
finished. total time: 0.817s

H:\platform-tools>mfastboot flash fsg fsg.mbn
sending 'fsg' (226 KB)...
OKAY [ 0.380s]
writing 'fsg'...
OKAY [ 1.154s]
finished. total time: 1.535s

H:\platform-tools>mfastboot erase cache
erasing 'cache'...
OKAY [ 2.822s]
finished. total time: 2.823s

H:\platform-tools>mfastboot erase userdata
erasing 'userdata'...
OKAY [ 18.879s]
finished. total time: 18.879s

H:\platform-tools>mfastboot erase customize
erasing 'customize'...
OKAY [ 0.182s]
finished. total time: 0.182s

H:\platform-tools>mfastboot erase clogo
erasing 'clogo'...
OKAY [ 0.604s]
finished. total time: 0.604s

H:\platform-tools>mfastboot reboot
rebooting...

finished. total time: 0.001s

H:\platform-tools>
 

sroy001

Senior Member
Jan 23, 2011
261
76
0
I think you may need to flash gpt.bin first.. i'll post a log of what happened when i flashed here.. flash it in the same order..


H:\platform-tools>mfastboot devices
TAxxxxxxxx fastboot

H:\platform-tools>mfastboot flash partition gpt.bin
sending 'partition' (32 KB)...
OKAY [ 0.250s]
writing 'partition'...
This may take a few seconds, if a
different partition table is being
flashed since we need to backup
and restore a few partitions
OKAY [ 0.437s]
finished. total time: 0.689s

H:\platform-tools>mfastboot flash motoboot motoboot.img
sending 'motoboot' (1604 KB)...
OKAY [ 0.350s]
writing 'motoboot'...
flashing tz ...
flashing rpm ...
flashing aboot ...
flashing sbl1 ...
flashing sbl2 ...
flashing sbl3 ...
OKAY [ 5.979s]
finished. total time: 6.330s

H:\platform-tools>mfastboot flash logo logo.bin
sending 'logo' (245 KB)...
OKAY [ 0.310s]
writing 'logo'...
OKAY [ 1.385s]
finished. total time: 1.695s

H:\platform-tools>mfastboot flash boot boot.img
sending 'boot' (10240 KB)...
OKAY [ 0.940s]
writing 'boot'...
OKAY [ 2.209s]
finished. total time: 3.150s

H:\platform-tools>mfastboot flash recovery recovery.img
sending 'recovery' (10240 KB)...
OKAY [ 0.950s]
writing 'recovery'...
OKAY [ 1.522s]
finished. total time: 2.472s

H:\platform-tools>mfastboot flash system system.img
sending 'system' (786432 KB)...
OKAY [ 49.478s]
writing 'system'...
OKAY [ 43.636s]
sending 'system' (575387 KB)...
OKAY [ 36.324s]
writing 'system'...
OKAY [ 36.938s]
finished. total time: 166.385s

H:\platform-tools>mfastboot flash modem NON-HLOS.bin
sending 'modem' (54276 KB)...
OKAY [ 3.720s]
writing 'modem'...
OKAY [ 4.811s]
finished. total time: 8.531s

H:\platform-tools>mfastboot erase modemst1
erasing 'modemst1'...
OKAY [ 0.789s]
finished. total time: 0.790s

H:\platform-tools>mfastboot erase modemst2
erasing 'modemst2'...
OKAY [ 0.816s]
finished. total time: 0.817s

H:\platform-tools>mfastboot flash fsg fsg.mbn
sending 'fsg' (226 KB)...
OKAY [ 0.380s]
writing 'fsg'...
OKAY [ 1.154s]
finished. total time: 1.535s

H:\platform-tools>mfastboot erase cache
erasing 'cache'...
OKAY [ 2.822s]
finished. total time: 2.823s

H:\platform-tools>mfastboot erase userdata
erasing 'userdata'...
OKAY [ 18.879s]
finished. total time: 18.879s

H:\platform-tools>mfastboot erase customize
erasing 'customize'...
OKAY [ 0.182s]
finished. total time: 0.182s

H:\platform-tools>mfastboot erase clogo
erasing 'clogo'...
OKAY [ 0.604s]
finished. total time: 0.604s

H:\platform-tools>mfastboot reboot
rebooting...

finished. total time: 0.001s

H:\platform-tools>
I was indeed able to flash 5.1 image through latest version of rsd lite.. But it still doesn't detect my home WiFi.. It scans all other neighborhood WiFi though:mad:

So went back to stock 4.4.4 through fastboot and WiFi is back.. Quite strange but now I'm pissed of trying.. Have at least flashed my phone 15 times in last two days trying almost all method

Sent from my XT1052 using XDA Free mobile app
 

athulele

Senior Member
Oct 11, 2011
1,915
1,381
0
22
Pune
I was indeed able to flash 5.1 image through latest version of rsd lite.. But it still doesn't detect my home WiFi.. It scans all other neighborhood WiFi though:mad:

So went back to stock 4.4.4 through fastboot and WiFi is back.. Quite strange but now I'm pissed of trying.. Have at least flashed my phone 15 times in last two days trying almost all method

Sent from my XT1052 using XDA Free mobile app
That's weird.. Have you tried resetting the router?
 

sroy001

Senior Member
Jan 23, 2011
261
76
0
That's weird.. Have you tried resetting the router?
OMG!! Here I was flashing factory images going back and forth and simply resetting the router worked! So silly of me.. Thanks bud.. I'm now on stock 5.1 Asia retail and all working great

Sent from my XT1052 using XDA Free mobile app
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone