Don't have the official Google CDN link but here it is mirrored --
FRG83D -> FRG83G
http://wonderly.com/bb/DROID/OEM/signed-voles-FRG83G-from-FRG83D.zip
Full OTA
http://wonderly.com/bb/DROID/OEM/signed-voles-FRG83G-ota.zip
Has anyone tried to install these over a failed install of 83G? My install never went through... got the update prompt, phone seemed to reboot, but it still says 2.2.1 FRG83D... and as a bonus, it won't boot into recovery any more.
Has anyone tried to install these over a failed install of 83G? My install never went through... got the update prompt, phone seemed to reboot, but it still says 2.2.1 FRG83D... and as a bonus, it won't boot into recovery any more.
What do you mean failed install of 83G?
I had a rooted FRG83D and just ran the 83D-G update.zip (after manually fixing su permissions and disabling stock recovery) and everything is working great.
If you lost root/recovery, I'd suggest first installing the signed full FRG83D and then use MotoCache1's method to root it.
Has anyone tried to install these over a failed install of 83G? My install never went through... got the update prompt, phone seemed to reboot, but it still says 2.2.1 FRG83D... and as a bonus, it won't boot into recovery any more.
What do you mean failed install of 83G?
I had a rooted FRG83D and just ran the 83D-G update.zip (after manually fixing su permissions and disabling stock recovery) and everything is working great.
If you lost root/recovery, I'd suggest first installing the signed full FRG83D and then use MotoCache1's method to root it.
What do you mean when you say "(after manually fixing su permissions and disabling stock recovery)"??? What permissions did you fix and how...and how did you disable the stock recovery (when you initially rooted, or some other way??)
#package_extract_dir("recovery", "/system");
set_perm_recursive(0, 2000, 0755, 0755, "/system/bin");
set_perm(0, 0, 6755, "/system/bin/su");
What do you mean when you say "(after manually fixing su permissions and disabling stock recovery)"??? What permissions did you fix and how...and how did you disable the stock recovery (when you initially rooted, or some other way??)
Short version, I will skip some unnecessary details to keep it as simple as possible. I previously have rooted FRG83D and installed sprecovery as my custom recovery.
1) Download the official signed FRG83D->FRG83G update.zip
2) Unzip and edit META-INF\com\google\android\updater-script
Comment out line 50 with a # or delete it entirely
Code:#package_extract_dir("recovery", "/system");
Add the second line "set_perm" after line 653 "set_perm recursive" shown below
3) rezip and copy root of SD card and boot into recovery -- sprecovery will install the update.zip without checking the signature (which would fail on standard recovery)Code:set_perm_recursive(0, 2000, 0755, 0755, "/system/bin"); set_perm(0, 0, 6755, "/system/bin/su");
edit: if you want to learn more about how your custom recovery will be lost with OTA update read the excellent article by MotoCache1 with a detailed explanation
Ah ok.
Verizon will try to push the OTA update to you again eventually if your fingerprint is still FRG83D. Try again see what happens.
If it still doesn't work, you can install the "full FRG83D" update (unmodified) on a stock recovery since it's signed. Or worst case just do the "factory wipe/reset" and I'm sure Verizon will push you all the latest updates OTA.