help with lollipop update and unlocked bootloader - Moto X General

ok,
i tried to update earlier, and the first update went through, but part 2 did not. i tried to go back to 100% stock and relock my phone, and i get this error: no valid piv block in SP for system piv validation failed (system) relock failure. and now it tells me there are no updates available, someone please help me moto x xt1060

Couple things, what build number (KXA21.12-L1.26, KXA21.12-L1.26-3, KXA21.12-L1.26-4, other) and what did you do or believe you had to do to return to stock? Were you previously running a custom recover (ie: TWRP)?

KXA21.12-L1.26-1, I was running twrp, flashed factory recovery, first update went through, second did not, then I flashed system and all, now I cannot get it to lock and it does not show an update available

The other thread has the solution, download the latest 4.4.4 rom from moto site, edit the xml file to NOT wipe your phone, use RSD lite to flash the phone, update as normal through settings.
Google this: VZW_XT1060_4.4.4-KXA21.12-L1.26_CFC_1FF.xml.zip
unzip and edit xml file,
remove these:
<step operation="getvar" var="max-download-size" />
<step operation="erase" partition="userdata" />
<step operation="erase" partition="customize" />
save file
boot to bootloader, start RSD lite, browse to the xml file and start it

I don't ever see an XML file, and I have never been able to get rsd to work, can you explain rsd to me
superkeest said:
The other thread has the solution, download the latest 4.4.4 rom from moto site, edit the xml file to NOT wipe your phone, use RSD lite to flash the phone, update as normal through settings.
Google this: VZW_XT1060_4.4.4-KXA21.12-L1.26_CFC_1FF.xml.zip
unzip and edit xml file,
remove these:
<step operation="getvar" var="max-download-size" />
<step operation="erase" partition="userdata" />
<step operation="erase" partition="customize" />
save file
boot to bootloader, start RSD lite, browse to the xml file and start it
Click to expand...
Click to collapse

loganehaynes said:
I don't ever see an XML file, and I have never been able to get rsd to work, can you explain rsd to me
Click to expand...
Click to collapse
You need to extract the archive, the xml file is inside the zip. I have taken the liberty of performing the google search for you:
http://motofirmware.center/files/file/47-vzw_xt1060_444-kxa2112-l126_cfc_1ffxmlzip/
I assure you that there is an xml file in the archive that you will download.
And heres how to use RSD lite:
http://wccftech.com/steps-to-restore-moto-x-to-stock-firmware-with-rsd-lite-att-sprint-t-mobile-us-cellular-verizon/

Thank you, I will try it as soon as I can

RSDLite is the easy way, but you can fastboot flash all the partitions if you cannot get RSDLite working. I RSD'd back to KXA21.12-L1.26 and it ran through all the updates just fine. Here is a link to a zip with RSDLite and the Motorola USB driver required (CLICK HERE).

FYI... Moto didn't put an XML to use with RSDLite into some of the newer SBF/FXZ they had on the dev image site.
They did include a flash.bat which calls fastboot, and includes their tweaked version of fastboot inside the SBF/FXZ download.

Thank You
thank you all for your help! at the moment, my android is upgrading, optimizing app 24 of 73! if you were here, we would open a jar of shine and celebrate!

Related

[Q] RSD Without Wiping Data

Is there any way that we could remove a line or delete something out the script so that it doesn't clear data when running sbf. Friend needs help to unroot and get the kitkat update without wiping data. They are already on 9.30.1, just need to lose root and update. Thanks and have a great day.
Sent from my Droid Incredible 4G LTE
Yes, basically RSD Lite only wipes the user data with this line in the XML:
Code:
<step operation="erase" partition="userdata" />
If you have it in your file, just delete it and the user data in this partition should stay untouched. But you never know, so better have a backup anyway.
lem22 said:
Yes, basically RSD Lite only wipes the user data with this line in the XML:
Code:
<step operation="erase" partition="userdata" />
If you have it in your file, just delete it and the user data in this partition should stay untouched. But you never know, so better have a backup anyway.
Click to expand...
Click to collapse
Thank you a lot, ill be sure to test it.
Sent from my Droid Incredible 4G LTE
I can confirm this works, thank you!
Sent from my Dell Venue 8

[Q] Permissions broken

Hi!
I have S4 I9505 with KitKat 4.4.2
I tried to fix writing to external storage for all apps as described here:
http://forum.xda-developers.com/showthread.php?t=2687734
I modified the file, restarted phone.. and now I have no internet, no wireless, no bluetooh, I cannot see my storage (neither internal or sd card), mz pc wont recognize the storages... I cannot make any backup, because I cannot write to any storage..
And, no, I haven"t done any backup of that file...
I tried to reedit but no succes...
Maybe someone can upload the original file?
Or do you have any suggestions?
eltigre4jc said:
Hi!
I have S4 I9505 with KitKat 4.4.2
I tried to fix writing to external storage for all apps as described here:
http://forum.xda-developers.com/showthread.php?t=2687734
I modified the file, restarted phone.. and now I have no internet, no wireless, no bluetooh, I cannot see my storage (neither internal or sd card), mz pc wont recognize the storages... I cannot make any backup, because I cannot write to any storage..
And, no, I haven"t done any backup of that file...
I tried to reedit but no succes...
Maybe someone can upload the original file?
Or do you have any suggestions?
Click to expand...
Click to collapse
you need to set permission to rw-/r--/-r--
make sure you only edit
<permission
name="android.permission.WRITE_EXTERNAL_STORAGE"
>
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
add only <group gid="media_rw" /> as above and save
if you only done this edit to your platform.xml then proceed to set permission as below
1. open root explorer
2. goto system>etc>permisson and mount folder as R/W
3. long press on platform.xml click permission
4. check
owner read and write
group read
others read
and click ok and reboot your phone

[Q] System Permissions seemed to be messed up

Hey guys, I recently found out that my external SD card was not writable so I looked up how to fix this.
I found instructions to go into my platform.xml file in my system/etc/permissions folder
and added this line where instructed:
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" >
<group gid="sdcard_r" />
<group gid="sdcard_rw" />
<group gid="media_rw" />
</permission>
I was doing this using ES File explorer and when I tried to save it, it said "Save Failed!". I closed the app and reopened the platform.xml file and my previous edit seemed to be still there.
This is where the issue begins:
After rebooting my phone, a bunch of popups start coming up on startup with the following "Unfortunately, [app] has stopped."
I figure that this might be a permissions screw up on my part. I am now unable to access many apps and when I open ES File Explorer again, it gives me the error: "Cannot Start Streaming Server" and it shows an empty folder for almost every directory.
Any suggestions or help would be appreciated. I have tried flashing CWM onto my phone as well but when I try to go into recovery mode, I get stuck on the screen where is displays Samsung Galaxy S5. As I was getting desperate, I was trying to factory reset but it doesn't seem like this is an option anymore seeing as I can't get into recovery mode. I am currently downloading the stock firmware and planning to flash that using Odin but I am hoping it doesn't come to that as well.
Model: S-G900H
EDIT: Just tried flashing stock firmware using odin and it is still no good. Desperate for any suggestions.
EDIT2: Factory Reset and its working now
Same problem with SGS4
Hello,
I faced the same problem with my Samsung Galaxy S4. Factory reset solved the problem. However, it would be better if this could be avoided/solved without doing a reset.
any other solution?
have anyone found any other solution to this?
I don't wanna factory reset cuz all my apps, data, settings in internal sd and now i can't back it up cuz can't read it from my phone

Fastbooting ROM without erasing data

Earlier someone posted -In unzipped ROM folder right clck on file "flashfile.xml" open with Notepadn and delete this line (near the end) and save.
<step operation="erase" partition="userdata"/>
Tried it today during upgrade to February update. It still erased the data. One needs to also delete the following line line in the fastboot commands for it to work.
fastboot erase userdata

update firmware without losing data

I want to upgrade firmware from 6.0 to 7.0. there is a line in the command where it says erase data. Can I delete that command so that my data does not erase?
JulianCox said:
I want to upgrade firmware from 6.0 to 7.0. there is a line in the command where it says erase data. Can I delete that command so that my data does not erase?
Click to expand...
Click to collapse
There are a few options for updating (Non-OTA)
RSD Lite (using Windows XP/7)
Remove This line from flash_file.xml using Notepad++ then save​
Code:
<step operation="erase" partition="userdata"/>
​LMSA (Update option or Rescue)
The update option does not wipe data​​Fastboot.exe
Just do not use this command​
Code:
fastboot erase userdata
​LMSA is the easiest option if you have a Windows PC
sd_shadow said:
There are a few options for updating (Non-OTA)
RSD Lite (using Windows XP/7)
Remove This line from flash_file.xml using Notepad++ then save​
Code:
<step operation="erase" partition="userdata"/>
​LMSA (Update option or Rescue)
The update option does not wipe data​​Fastboot.exe
Just do not use this command​
Code:
fastboot erase userdata
​LMSA is the easiest option if you have a Windows PC
Click to expand...
Click to collapse
thanks mate

Categories

Resources