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

Root Oops

Robertech

Android Enthusiast
Ermmm I'm not gonna go into much detail but can someone send me a copy of systemui.apk from /system/app/
*bangs head on wall*
 
im glad to hear u resolved it,i now need some help as well,as i did the same thing.any info u can give me would be great.thanks.
 
Ermmm I'm not gonna go into much detail but can someone send me a copy of systemui.apk from /system/app/
*bangs head on wall*

my wifi will not turn on! is there supposed to be a "wifi.apk" file in that folder?
if so i don't have it and could someone send me a copy please.
 
honestly i dont have the slightest clue as to the wifi issue, sorry.
For bigdog's UI problem i would extract the zip on pc and use adb to push '/system/app/systemui.apk' to the phone.
 
ok i have done everything as u said and still nothing,could u please type it out for me on here so that i can make sure that its not a typeo on my end,thank u.
 
my wifi will not turn on! is there supposed to be a "wifi.apk" file in that folder?
if so i don't have it and could someone send me a copy please.

That's what I was asking you before about download the apk I can send it to you in email onto phone put in system/data/app then restart the phone should be working fine if not check permissions root explorer on the alike. wifi.apk hold down till get dropdown pick permissions.Then post what it says
 
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.

C:\Users\bigdog357\Desktop\Android>adb devices
List of devices attached
9c045f9d device


C:\Users\bigdog357\Desktop\Android>adb remount
remount failed: Operation not permitted

C:\Users\bigdog357\Desktop\Android>adb push '.../system/apps/systemui.apk' '/sys
tem/apps/'
cannot stat ''.../system/apps/systemui.apk'': No such file or directory

C:\Users\bigdog357\Desktop\Android>adb reboot

C:\Users\bigdog357\Desktop\Android>
 
try this:

su

adb remount

adb push 'C:\Users\bigdog357\Desktop\system\apps\systemui.apk' '/sys
tem/apps/'

adb reboot

(ignore the space in apk above...dunno why it's forcing it)
 
if the su command doesnt work (i'm not too familiar with adb on windows, i use a linux machine) try opening the run dialog box and paste this in "runas /noprofile /user:Administrator cmd" (without the quotes) to open the command prompt as admin, and then adb remount
 
problem solved after much headbanging on the desk lol boys and girls dont delete your launcher if you dont have a replacement loaded ;)
 
i just wanted to say thanks to Robertech my hydro is fixed,i thank u for the time u spent to help me fix my phone.thanks again.
 
Back
Top Bottom