Sprint S3 Not Working With 5.0+ Lollipop Roms, Works Fine With 4.4.4

HouseHG

Member
Mar 25, 2014
10
2
0
X
Windows cmd. ran as admin.
I had twrp2.8.7.0. As long as you have a custom recovery i think it should work. Boot into recovery. Then connect to pc w usb cable. Make sure you have adb and drivers installed on your pc. In windows cmd type:

adb usb

Then

adb devices


Make sure it displays your device, and then type


adb root

adb shell

mke2fs -t ext4 /dev/block/platform/msm_sdcc.1/by-name/persist
 
  • Like
Reactions: Asymptot3

Asymptot3

Member
Mar 24, 2015
12
2
0
Houston
X

I had twrp2.8.7.0. As long as you have a custom recovery i think it should work. Boot into recovery. Then connect to pc w usb cable. Make sure you have adb and drivers installed on your pc. In windows cmd type:

adb usb

Then

adb devices


Make sure it displays your device, and then type


adb root

adb shell

mke2fs -t ext4 /dev/block/platform/msm_sdcc.1/by-name/persist
thanks I'll give it a shot:good:. Will update on what happened
UPDATE: Bro Just to let you know that this saved me! It worked FLAWLESSLY! saving this for future reference. Thanks again man
 
Last edited:
  • Like
Reactions: HouseHG