• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Need help with reflashing

palmtree5

Sunny Vacation Supporter!
Moderator
May 2, 2012
4,587
3,528
USA
Long story short, my device won't boot.

Here's what happened:

I was trying to remove bloatware from my phone using ROM Cleaner because I was to the point where apps wouldn't update because of insufficient space. So I ran the script (the no sense version) and then started having issues with booting (my guess is I removed something critical). So I went to try the RUU (linked in the ATR sticky, it's the one for the latest update for the Boost version) but I'm getting FAILED (remote: 32 header error). The device is S-OFF and unlocked

EDIT: Locked the device and retried the RUU, no joy
 
Hey Palm, I assume you don't have a backup that you can restore to?

Was this the RUU you downloaded? RUU

Are you sure you got a good download? I would verify the md5 and make sure it matches. If not, try downloading a new copy of the RUU.
The md5 for the file linked above is: 8a21f98e531d20077899f22504267c57

Let's start there.

Also, can you post your bootloader information and run a fastboot getvar all ??

-----Edit-----
Also, if no backup, can you just re-flash your rom? Or flash a rom if you weren't already using a custom rom?
 
  • Like
Reactions: scary alien
Upvote 0
Yeah, that's the one and the md5 sum matches what you got:

fastboot getvar all

(bootloader) version: 0.5
(bootloader) version-bootloader: 2.21.0000
(bootloader) version-baseband: 1.12.50.0516
(bootloader) version-cpld: None
(bootloader) version-microp: None
(bootloader) version-main: 3.05.653.3
(bootloader) version-misc: PVT SHIP S-OFF
(bootloader) serialno: <redacted>
(bootloader) imei: <redacted>
(bootloader) meid: <redacted>
(bootloader) product: k2_cl
(bootloader) platform: HBOOT-8930
(bootloader) modelid: PL8011000
(bootloader) cidnum: SPCS_003
(bootloader) battery-status: good
(bootloader) battery-voltage: 4229mV
(bootloader) partition-layout: Generic
(bootloader) security: off
(bootloader) build-mode: SHIP
(bootloader) boot-mode: FASTBOOT
(bootloader) commitno-bootloader: dirty-4dc34ae5
(bootloader) hbootpreupdate: 11
(bootloader) gencheckpt: 0

EDIT: I don't know that there's any actual 4.2.2 ROMs for this

Also, no, I don't have a current backup I can restore to (I think the most recent one I have is from like mid August or earlier)

Also, for reference, a logcat looking specifically for AndroidRuntime:
E/AndroidRuntime( 646): *** FATAL EXCEPTION IN SYSTEM PROCESS: UI
E/AndroidRuntime( 646): android.content.res.Resources$NotFoundException: Resource ID #0x1090077
E/AndroidRuntime( 646): at android.content.res.Resources.getValue(Resources.java:1025)
E/AndroidRuntime( 646): at android.content.res.Resources.loadXmlResourceParser(Resources.java:2196)
E/AndroidRuntime( 646): at android.content.res.Resources.getLayout(Resources.java:864)
E/AndroidRuntime( 646): at android.view.LayoutInflater.parseInclude(LayoutInflater.java:785)
E/AndroidRuntime( 646): at android.view.LayoutInflater.rInflate(LayoutInflater.java:736)
E/AndroidRuntime( 646): at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
E/AndroidRuntime( 646): at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.LockScreen.<init>(LockScreen.java:464)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.LockPatternKeyguardView.createLockScreen(LockPatternKeyguardView.java:1470)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.LockPatternKeyguardView.recreateLockScreen(LockPatternKeyguardView.java:1120)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.LockPatternKeyguardView.updateScreen(LockPatternKeyguardView.java:1399)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.LockPatternKeyguardView.<init>(LockPatternKeyguardView.java:857)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.LockPatternKeyguardViewProperties.createKeyguardView(LockPatternKeyguardViewProperties.java:64)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.KeyguardViewManager.show(KeyguardViewManager.java:189)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.KeyguardViewMediator.handleShow(KeyguardViewMediator.java:1648)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.KeyguardViewMediator.access$1700(KeyguardViewMediator.java:108)
E/AndroidRuntime( 646): at com.android.internal.policy.impl.keyguard_obsolete.KeyguardViewMediator$3.handleMessage(KeyguardViewMediator.java:1415)
E/AndroidRuntime( 646): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 646): at android.os.Looper.loop(Looper.java:158)
E/AndroidRuntime( 646): at android.os.HandlerThread.run(HandlerThread.java:60)
E/AndroidRuntime( 807): FATAL EXCEPTION: main
E/AndroidRuntime( 807): java.lang.RuntimeException: Unable to create service com.android.systemui.SystemUIService: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 807): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2907)
E/AndroidRuntime( 807): at android.app.ActivityThread.access$1600(ActivityThread.java:162)
E/AndroidRuntime( 807): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1459)
E/AndroidRuntime( 807): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 807): at android.os.Looper.loop(Looper.java:158)
E/AndroidRuntime( 807): at android.app.ActivityThread.main(ActivityThread.java:5751)
E/AndroidRuntime( 807): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 807): at java.lang.reflect.Method.invoke(Method.java:511)
E/AndroidRuntime( 807): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1083)
E/AndroidRuntime( 807): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:850)
E/AndroidRuntime( 807): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 807): Caused by: java.lang.NullPointerException: missing IConnectivityManager
E/AndroidRuntime( 807): at com.android.internal.util.Preconditions.checkNotNull(Preconditions.java:52)
E/AndroidRuntime( 807): at android.net.ConnectivityManager.<init>(ConnectivityManager.java:1580)
E/AndroidRuntime( 807): at android.app.ContextImpl$11.createStaticService(ContextImpl.java:410)
E/AndroidRuntime( 807): at android.app.ContextImpl$StaticServiceFetcher.getService(ContextImpl.java:320)
E/AndroidRuntime( 807): at android.app.ContextImpl.getSystemService(ContextImpl.java:1761)
E/AndroidRuntime( 807): at android.content.ContextWrapper.getSystemService(ContextWrapper.java:495)
E/AndroidRuntime( 807): at com.android.systemui.statusbar.policy.HtcGenericNetworkController.<init>(HtcGenericNetworkController.java:299)
E/AndroidRuntime( 807): at com.android.systemui.statusbar.phone.PhoneStatusBar.makeStatusBarView(PhoneStatusBar.java:551)
E/AndroidRuntime( 807): at com.android.systemui.statusbar.phone.PhoneStatusBar.addStatusBarWindow(PhoneStatusBar.java:2228)
E/AndroidRuntime( 807): at com.android.systemui.statusbar.phone.PhoneStatusBar.createAndAddWindows(PhoneStatusBar.java:2204)
E/AndroidRuntime( 807): at com.android.systemui.statusbar.BaseStatusBar.start(BaseStatusBar.java:238)
E/AndroidRuntime( 807): at com.android.systemui.statusbar.phone.PhoneStatusBar.start(PhoneStatusBar.java:356)
E/AndroidRuntime( 807): at com.android.systemui.SystemUIService.onCreate(SystemUIService.java:116)
E/AndroidRuntime( 807): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2884)
E/AndroidRuntime( 807): ... 10 more
E/AndroidRuntime( 807): Error reporting crash
E/AndroidRuntime( 807): android.os.DeadObjectException
E/AndroidRuntime( 807): at android.os.BinderProxy.transact(Native Method)
E/AndroidRuntime( 807): at android.app.ActivityManagerProxy.handleApplicationCrash(ActivityManagerNative.java:3598)
E/AndroidRuntime( 807): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:103)
E/AndroidRuntime( 807): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:693)
E/AndroidRuntime( 807): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
E/AndroidRuntime( 807): at dalvik.system.NativeStart.main(Native Method)
 
Upvote 0
Still getting that header error with the link Brian provided. If someone actually has a recent, stock TWRP backup with the latest update already installed, that would be appreciated (I don't really want to use my old backup because it definitely doesn't have the latest update, making more work for me)
 
Upvote 0
Upvote 0

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones