Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Shabby, i was messing with set cpu when rooted and i not knowingly clicked set on boot so now im in a boot loop. I wish i would installed the recovery but i didnt even check if there was one. i cant acces adb either alls it says when im in the command prompt is error device not found. The found new hardware brings up MPT and thats all. Is there any other solution????
you dindt install oudhs recovery? but you still have stock? boot into it using the vol keys and power and do a factory reset. its the only way to clear that data out im afraid :/
i did that and im still looping i get stuck on metro screen and when i go to perform adb process it finds no devices but there is a found new hardware .indicator saying MPT could this driver help during adb.
i thought you didnt have cwm installed?hmmm i did uninstall bloatware and shit i coulda did something there....... is there any way i could use my friends premia and use the recovery u made to make a backup and fix it or am i screwed
I cant get the new link to work Shabby. The box always goes away in the middle of running the script.
| not expected at this time
--o is not a valid prefix
@echo off cd "%~dp0"
IF NOT EXIST recovery.img goto :Missing
echo
[*] OUDHS Recovery Install Script
echo
[*] Premia 4G
echo
[*] by Shabbypenguin
echo
[*]
echo
[*] Press enter...
pause
adb kill-server
adb start-server
goto :Loop
:Loop
echo
[*] Trying to check if your device is connected.
@ping 127.0.0.1 -n 4 -w 1000 > nul
set /A i=i+1
IF %i%==5 GOTO :Sorry
FOR /F "tokens=*" %%i in ('adb get-state') do SET STATE=%%i
IF "%STATE%" NEQ "device" goto :Loop
echo
[*] Good news it was found, now lets check root.
GOTO :Rooted
goto :Failed
:Failed
echo
[*] Root wasnt detected, are you rooted? did you grant permissions on superuser?
goto :Loop
:Rooted
adb push recovery.img /data/local/tmp/recovery.img
adb shell "su -c 'busybox dd if=/data/local/tmp/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery'"
adb shell "su -c 'mount -o remount,rw system /system'"
adb shell "su -c rm /system/etc/install-recovery.sh 2> /dev/null"
echo
[*] Script complete!
echo
[*] Rebooting to recovery
adb reboot recovery
echo
[*] Press any key to exit.
pause
adb kill-server
goto :eof
:Sorry
echo
[*] I'm sorry this script doesnt appear to be working.
echo
[*] make sure your device can be found,
echo
[*] if it can then check for root related issues.
:Missing
echo
[*] You need to extract the whole zip in order to use this tool.
pause
goto :eof
Is everyone's backup date 1970(or something like that)? Not that I mind, just something I thought was odd.
Once again a big thanks to shabby and the OUDHS crew for this recovery