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

Help Kyocera Hydro stuck on hydro screen

DirtyRyada

Member
After trying to put some toggle widgets my system ui stopped functioning so i turned the apk back to its original apk because i wanted to install cm7,then after turning my system ui.apk to stock my system ui.apk still wouldn't work so i replaced sysui from some folder with a sisui from the lg optimus ms690 and then then after powering off and turned it on it got stuck on hydro screen,the phone is rooted.Help!!!!!!!!!!!!!!!!:confused:
 
After trying to put some toggle widgets my system ui stopped functioning so i turned the apk back to its original apk because i wanted to install cm7,then after turning my system ui.apk to stock my system ui.apk still wouldn't work so i replaced sysui from some folder with a sisui from the lg optimus ms690 and then then after powering off and turned it on it got stuck on hydro screen,the phone is rooted.Help!!!!!!!!!!!!!!!!:confused:

did you enable sub debugging before you did any of this
 
thats good there is a way to restore your phone. you need a system folder from the hydro and thats that. the systemui is in there and all you need to do is use the command line to push the system folder to your phone. hopefully it will restore your phone back an example is this,

adb remount
adb push file_name_comes.apk_here /system/app/
adb shell chmod 644 /system/app/file_name_comes_here.apk
adb reboot

this command pushes the file back to your phone

remember in order to do that you have to have the sdk tools installed on your computer
 
download the sdk tools use google for that install it then place the file in the sdk folder and use a command line to push the file to your phone
 
yeah ill have to pull it from my phone

here is the link to the files

https://www.dropbox.com/home/system

put the files into sdk-windows\tools, then,

go to run and type cmd (or just open your command prompt)
2: cd C:\sdk-windows\tools (or where your sdk folder is located)
3: adb remount
4: adb devices *if everything is set up right this should output a serial number*
5: adb push systemui.apk /system/app
then adb push systemui.odex /system/app

make sure the permissions are set to rw-r--r--

so

chmod 0644 systemui.apk
# rm -f systemui.apk
chmod 0644 systemui.odex
# rm -f systemui.odex

then adb reboot. hopefully this can get your rise back to stock
 
is there a way you cuold make it in high compresion because my internet is slow, and what do you mean by my rise dont you mean my kyocera hydro C5170
 
is there a way you cuold make it in high compresion because my internet is slow, and what do you mean by my rise dont you mean my kyocera hydro C5170

yeah the hydro. i have the rise and was thinking on it. and idk if i can compress it. the files are relatively small
 
do you have a dropbox or a google drive? i can uploadthem to drive too if you have one. if not make a dropbox and log in, then you can get my files
 
Back
Top Bottom