Hello
I want to get my phone to a way it was when I have taken it out from the box (I had branded phone form Orange in Poland), because I need to send my phone for service. I have almost done everything (i installed: ruu 1.28, cwm recovery, the backup rom with branding, i changed CID, stock recovery, everything), everything was okey. All I am left with is to get the LOCKED and S-ON. So I used the command "./revone -l" and I had LOCKED without flag tampered so i used command "fastboot oem writesecureflag 3" to get S-ON.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
So I have tried but I have received TAMPERED.
I have followed the instruciotns from this tutorial - I have used revone and abd to get the LOCKED and S-ON, everything was succesful but I have received tampered flag.
I used this tuturial: http://forum.xda-developers.com/showthread.php?t=2314582
I have lost my CID - I had CID ORANGE B10 after LOCKING and doing S-ON (Poland operator) but now i have M7_UL PVT SHIP - but i dont know why...
actually I checked CID:
C:\Users\spid\Downloads\platform-tools\platform-tools>fastboot getvar cid
cid: ORANGB10
finished. total time: 0.003s
so I have a good one but when i go to bootloader i cant see it... so it did not fully disappear
+
When i try to enter the RECOVERY or when i try to do factory reset i cant - because when i press it I go back to bootloader after maybe Tt seconds...
I have tried to do the UNLOCKED and S-OFF once again using revone and adb, and it seemed to look fine but it is not because I still have it LOCKED and S-ON - look:
Katalog: CUsers\spid\Downloads\platform-tools\platform-tools
2013-06-07 21:09 <DIR> .
2013-06-07 21:09 <DIR> ..
2013-05-21 13:29 815 104 adb.exe
2013-05-21 13:29 96 256 AdbWinApi.dll
2013-05-21 13:29 60 928 AdbWinUsbApi.dll
2013-05-21 13:29 <DIR> api
2013-05-21 13:29 157 184 fastboot.exe
2013-05-21 13:29 467 531 NOTICE.txt
2013-06-07 20:02 646 704 revone
2013-05-21 13:29 16 655 source.properties
7 plik(ów) 2 260 362 bajtów
3 katalog(ów) 178 303 410 176 bajtów wolnych
CUsers\spid\Downloads\platform-tools\platform-tools>adb push revone /data/loca
l/tmp/
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
3221 KB/s (646704 bytes in 0.196s)
CUsers\spid\Downloads\platform-tools\platform-tools>adb shell
[email protected]:/ $ cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp $ chmod 755 revone
chmod 755 revone
[email protected]:/data/local/tmp $ ./revone -P
./revone -P
Gaining root access (thanks to Dan's motochopper)...Success.
CUsers\spid\Downloads\platform-tools\platform-tools>adb shell
[email protected]:/ $ cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp $ ./revone -s 0 -u
./revone -s 0 -u
Gaining root access (thanks to Dan's motochopper)...Success.
revone successful.
[email protected]:/data/local/tmp $
Click to expand...
Click to collapse
Like you see everything runs fine, but i still have locked adn s-on...
sometimes procedure is going fine but i had:
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
2813 KB/s (648208 bytes in 0.225s)
Click to expand...
Click to collapse
or
[email protected]:/data/local/tmp $ ./revone -s 0 -u -t
./revone -s 0 -u -t
revone v0.2.1
Gaining root access (thanks to Dan's motochopper)...[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
Click to expand...
Click to collapse
or
[email protected]:/data/local/tmp # ./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 2) - > sometimes error code was -2
2|[email protected]:/data/local/tmp #
Click to expand...
Click to collapse
Please help me guys! What should i do?
I have RUU 1.28
hboot 1.44
Really? Nobody?!
spider84a said:
Really? Nobody?!
Click to expand...
Click to collapse
Why dont you unlock using HTCdev, then use revone / rumrunner / firewater with a compatible ROM to get S-Off.
or you can try firewater temproot exploit to see if you can get S-Off without having to unlock using HTCdev.
Related
I am able to get everything to work up till ./revone -P. it then tells me no need to reboot. I have tried to continue just from there, and to reboot and continue. Whenever i type in ./revone -s 0 -u i get error code 1.
Here is my whole process:
Code:
Mihirs-MacBook-Pro:HTCOneRoot Work$ ./adb-mac push revone /Data/local/tmp/
failed to copy 'revone' to '/Data/local/tmp/': No such file or directory
Mihirs-MacBook-Pro:HTCOneRoot Work$ ./adb-mac push revone /Data/local/tmp
failed to copy 'revone' to '/Data/local/tmp': No such file or directory
Mihirs-MacBook-Pro:HTCOneRoot Work$ ./adb-mac push revone /data/local/tmp
3047 KB/s (648208 bytes in 0.207s)
Mihirs-MacBook-Pro:HTCOneRoot Work$ ./adb-mac shell
[email protected]:/ $ cd /dat/local/tmp
/system/bin/sh: cd: /dat/local/tmp: No such file or directory
2|[email protected]:/ $ cd /data/local/tmp
[email protected]:/data/local/tmp $ ls
revone
[email protected]:/data/local/tmp $ chmod 755 revone
[email protected]:/data/local/tmp $ ./revone -P
revone v0.2.1
Gaining root access (thanks to Dan's motochopper)...Success.
revone successful - please reboot to continue.
[email protected]:/data/local/tmp $ exit
Mihirs-MacBook-Pro:HTCOneRoot Work$ ./adb-mac reboot
Mihirs-MacBook-Pro:HTCOneRoot Work$ ./adb-mac shell
[email protected]:/ $ cd /data/local/tmp
[email protected]:/data/local/tmp $ ./revone -s 0 -u
revone v0.2.1
Gaining root access (thanks to Dan's motochopper)...Success.
revone failed (error code = -1)
255|[email protected]:/data/local/tmp $
Please help me!
I have tried this entire process through terminal emulator, and through adb commands from my macbook pro.
Any suggestions will be appreciated!
After restarting you need to do the first few steps up to the chmod command again
After this:
"[email protected]:/data/local/tmp $ ./revone -P
revone v0.2.1
Gaining root access (thanks to Dan's motochopper)...Success.
revone successful - please reboot to continue."
Do reboot hold of "power button" , don't use any commands for reboot.
from the revone thread post #2:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
error code -1
can someone please help me with this ...i follow all commands and still receive error code -1?????? im getting extremely frustrated I have tried all possible solutions im on my final solution which is to flash a sense based 4.3 rom by sideloading the rom....but im lost so please fellow developers help me out please
Question 1: Is this normal, if yes, then how can i find my CID?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Question 2: S-OFF or HTCDev unlock?
Question 3: If S-OFF, which method is easier/better revolutionary or moonshine?
Asad_612 said:
Question 1: Is this normal, if yes, then how can i find my CID?
View attachment 2091535
Question 2: S-OFF or HTCDev unlock?
Question 3: If S-OFF, which method is easier/better revolutionary or moonshine?
Click to expand...
Click to collapse
1 Yes this is normal until you change it.
2 For me, s-off then you can always relock the bootloader without htc knowing you have ever unlocked it for warranty purposes.
3 Both do the same thing so personal preference. I used revone which was very easy but cannot comment on revolutionary as I have not tried it.
bobsie41 said:
1 Yes this is normal until you change it.
2 For me, s-off then you can always relock the bootloader without htc knowing you have ever unlocked it for warranty purposes.
3 Both do the same thing so personal preference. I used revone which was very easy but cannot comment on revolutionary as I have not tried it.
Click to expand...
Click to collapse
If we relocked the bootloader, it will show 'relocked' instead of 'locked' right?
Sent from my HTC One using xda app-developers app
randykzc said:
If we relocked the bootloader, it will show 'relocked' instead of 'locked' right?
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
That is only if you do it with the instructions on HTCDEV. With S-OFf you can relock and it will show LOCKED.
fastboot oem readcid
randykzc said:
If we relocked the bootloader, it will show 'relocked' instead of 'locked' right?
Sent from my HTC One using xda app-developers app
Click to expand...
Click to collapse
There is an ADB command to change it to 'locked' instead of 'relocked'. It's mentioned in revone's thread:
http://forum.xda-developers.com/showthread.php?t=2314582
I used revone to S-OFF and it was quite easy.
Code:
./revone -l
bobsie41 said:
1 Yes this is normal until you change it.
2 For me, s-off then you can always relock the bootloader without htc knowing you have ever unlocked it for warranty purposes.
3 Both do the same thing so personal prefierence. I used revone which was very easy but cannot comment on revolutionary as I have not tried it.
Click to expand...
Click to collapse
1. I saw other devices pictures which showed CID in bootloader mode, and also my previous HTC OneX had such information available.
2. I'be read somewhere users having issues with S-Off with HTC one. Previously I had Inc S and I S-Off it using revolutionary.
Thanks.
Asad_612 said:
1. I saw other devices pictures which showed CID in bootloader mode, and also my previous HTC OneX had such information available.
2. I'be read somewhere users having issues with S-Off with HTC one. Previously I had Inc S and I S-Off it using revolutionary.
3. Can you provide me the link of renove S-Off?
Thanks.
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2314582
TarekElsakka said:
There is an ADB command to change it to 'locked' instead of 'relocked'. It's mentioned in revone's thread:
http://forum.xda-developers.com/showthread.php?t=2314582
I used revone to S-OFF and it was quite easy.
Code:
./revone -l
Click to expand...
Click to collapse
while using adb, i keep getting this error:
Code:
1|[email protected]:/ $ adb push revone /data/local/tmp/
adb push revone /data/local/tmp/
error: device not found
1|[email protected]:/ $
any clue how to fix this?
I've updated all the HTC drivers, and adb drivers. My device is turned On, connected to PC via USB, with USB Debugging enabled.
Asad_612 said:
while using adb, i keep getting this error:
Code:
1|[email protected]:/ $ adb push revone /data/local/tmp/
adb push revone /data/local/tmp/
error: device not found
1|[email protected]:/ $
any clue how to fix this?
I've updated all the HTC drivers, and adb drivers. My device is turned On, connected to PC via USB, with USB Debugging enabled.
Click to expand...
Click to collapse
Uncheck in settings/energy/fastboot and close (at the bottom). That may help.
gee2012 said:
Uncheck in settings/energy/fastboot and close (at the bottom). That may help.
Click to expand...
Click to collapse
unchecked, but still the same error :/
Asad_612 said:
unchecked, but still the same error :/
Click to expand...
Click to collapse
Is usb debugging enabled and is HTC Sync manager not running?
gee2012 said:
Is usb debugging enabled and is HTC Sync manager not running?
Click to expand...
Click to collapse
usb debuggin enabled and sync manager updated and running as well...still device not connected error
Asad_612 said:
usb debuggin enabled and sync manager updated and running as well...still device not connected error
Click to expand...
Click to collapse
You have to close sync manager (best is to uninstall except the drivers).
gee2012 said:
You have to close sync manager (best is to uninstall except the drivers).
Click to expand...
Click to collapse
Tried that too, still nothing ... is there any shortcup sort of adb files?
I dont know if there is an issue with my adb files or something else...cause i can start adb shell, but im having problem with it detecting my device...
Asad_612 said:
Tried that too, still nothing ... is there any shortcup sort of adb files?
I dont know if there is an issue with my adb files or something else...cause i can start adb shell, but im having problem with it detecting my device...
Click to expand...
Click to collapse
There is a problem with your drivers somehow, go to device manager in windows and delete the phone from the list. Reboot the pc and try again.
Asad_612 said:
while using adb, i keep getting this error:
Code:
1|[email protected]:/ $ adb push revone /data/local/tmp/
adb push revone /data/local/tmp/
error: device not found
1|[email protected]:/ $
any clue how to fix this?
I've updated all the HTC drivers, and adb drivers. My device is turned On, connected to PC via USB, with USB Debugging enabled.
Click to expand...
Click to collapse
"adb push" command is not shell command!
you need type: adb push revone /data/local/tmp/ before you entered into shell by "adb shell".
1) adb push revone /data/local/tmp/
2) adb shell
3) and so on..
tash2013 said:
"adb push" command is not shell command!
you need type: adb push revone /data/local/tmp/ before you entered into shell by "adb shell".
1) adb push revone /data/local/tmp/
2) adb shell
3) and so on..
Click to expand...
Click to collapse
yea i figured that, but still got error, see this:
Code:
C:\fastboot>adb push revone /data/local/tmp/
2048 KB/s (648208 bytes in 0.309s)
C:\fastboot>cd /data/local/tmp
The system cannot find the path specified.
C:\fastboot>adb shell chmod 755 /data/local/tmp/revone
C:\fastboot>adb shell
[email protected]:/ $ busybox df -h
busybox df -h
/system/bin/sh: busybox: not found
127|[email protected]:/ $
Asad_612 said:
yea i figured that, but still got error, see this:
Code:
C:\fastboot>adb push revone /data/local/tmp/
2048 KB/s (648208 bytes in 0.309s)
C:\fastboot>cd /data/local/tmp
The system cannot find the path specified.
C:\fastboot>adb shell chmod 755 /data/local/tmp/revone
C:\fastboot>adb shell
[email protected]:/ $ busybox df -h
busybox df -h
/system/bin/sh: busybox: not found
127|[email protected]:/ $
Click to expand...
Click to collapse
"C:\fastboot>cd /data/local/tmp" What is it??? You need here to specify a way to yours adb.exe file.
if youer adb.exe in c:\fastboot folder you need
1) c:\fastboot> adb shell
2) [email protected]:/ $ cd /data/local/tmp
3) [email protected]:/ $ chmod 755 revone
4) and so on ..regarding s-off thread
tash2013 said:
"C:\fastboot>cd /data/local/tmp" What is it??? You need here to specify a way to yours adb.exe file.
if youer adb.exe in c:\fastboot folder you need
1) c:\fastboot> adb shell
2) [email protected]:/ $ cd /data/local/tmp
3) [email protected]:/ $ chmod 755 revone
4) and so on ..regarding s-off thread
Click to expand...
Click to collapse
My adb files are in c:\fastboot folder, i followed the process and this is the result, its still not detecting the device:
Code:
C:\fastboot>
C:\fastboot>adb shell
[email protected]:/ $ cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp $ chmod 755 /data/local/tmp/revone
chmod 755 /data/local/tmp/revone
[email protected]:/data/local/tmp $ adb devices
adb devices
List of devices attached
[email protected]:/data/local/tmp $ ./revone -P
./revone -P
revone v0.2.1
Gaining root access (thanks to Dan's motochopper)...[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
[-] Failed to map memory.
251|[email protected]:/data/local/tmp $
Every time I try to S-Off using revone i get error -6.
I have:
h-boot 1.44
HTC One T-Mobile
The bootloader says ***TAMPERED*** ***UNLOCKED***
This is what I get every time I try.
C:\>adb shell
[email protected]:/ $ cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp $ chmod 755 revone
chmod 755 revone
[email protected]:/data/local/tmp $ ./revone -P
./revone -P
revone v0.2.1
Gaining root access (thanks to Dan's motochopper)...Success.
revone failed (error code = -6)
250|[email protected]:/data/local/tmp $
Click to expand...
Click to collapse
Hi.
I have problem with my m7.
Can't use RUU (error 120), can't mount phone storge for paste rom.zip.
I using adb fastboot and command "adb fastboot sideload rom.zip" and "error: close"
I have installed recovery TWRP and unlock bl, try used THIS tutorial but i have error
C:\Users\Mati>cd /d c:\mini-sdk
c:\mini-SDK>adb push mkfs.ext4 /tmp
adb server is out of date. killing...
* daemon started successfully *
2669 KB/s (3537143 bytes in 1.294s)
c:\mini-SDK>adb shell
~ # ←[6nchmod 777 /tmp/mkfs.ext4
chmod 777 /tmp/mkfs.ext4
~ # ←[6n/tmp/mkfs.ext4 -b 4096 -O ^huge_file,^dir_nlink,^ext_attr,^resize_inode,
^extra_isize -m 0 /dev/block/mmcblk0p37
/tmp/mkfs.ext4 -b 4096 -O ^huge_file,^dir_nlink,^ext_attr,^resize_inode,^ext
ra_isize -m 0 /dev/block/mmcblk0p37
mke2fs 1.41.12 (17-May-2010)
/dev/block/mmcblk0p37 is mounted; will not make a filesystem here!
~ # ←[6nmount /data
mount /data
mount: mounting /dev/block/mmcblk0p37 on /data failed: Device or resource busy
~ # ←[6nmkdir -p /data/media/0
mkdir -p /data/media/0
mkdir: can't create directory '/data/media/': Read-only file system
~ # ←[6nexit
Click to expand...
Click to collapse
Any ideas?
Sorry for my english..
Thanks!
Sony156 said:
Hi.
I have problem with my m7.
Can't use RUU (error 120), can't mount phone storge for paste rom.zip.
I using adb fastboot and command "adb fastboot sideload rom.zip" and "error: close"
I have installed recovery TWRP and unlock bl, try used THIS tutorial but i have error
Any ideas?
Sorry for my english..
Thanks!
Click to expand...
Click to collapse
the command is adb sideload rom.zip
and the phone must be in TWRP / Advanced / Sideload / Swipe to sideload
The link you posted has nothing to do with sideloading a Rom
Thanks for reply.
I know, i have running sideload in TWRP.
But adb don't see my m7
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
C:\adb>adb sideload rom.zip
loading: 'rom.zip'
* failed to write data 'protocol fault (no status)' *
Click to expand...
Click to collapse
Sony156 said:
Thanks for reply.
I know, i have running sideload in TWRP.
But adb don't see my m7
Click to expand...
Click to collapse
update your adb and reinstall your pc drivers
I try different version adb and drivers for htc.
I too install fresh windows 7 on my imac and this same..
Using this: http://forum.xda-developers.com/showthread.php?t=2588979 and http://forum.xda-developers.com/showthread.php?t=2232799
Sony156 said:
I try different version adb and drivers for htc.
I too install fresh windows 7 on my imac and this same..
Using this: http://forum.xda-developers.com/showthread.php?t=2588979 and http://forum.xda-developers.com/showthread.php?t=2232799
Click to expand...
Click to collapse
Here use my ADB / Fastboot
does fastboot devices return the phones serial number in the bootloader ?
same with adb devices in TWRP ... you should see the phones serial number
i use this adb and my computer don't see htc in fastboot.
In recovery adb see phone
hboot 1.44
in bl is serial number, imei
Sony156 said:
i use this adb and my computer don't see htc in fastboot.
In recovery adb see phone
hboot 1.44
in bl is serial number, imei
Click to expand...
Click to collapse
adb doesn't work in the bootloader (fastboot does)
adb works in recovery and when the phone is booted up
in bootloader -> fastboot devices
Problem solved.
Phone had errors in the partition.
Thanks for all.
I try revone to get s-off and every command comes successful, but when I go to bootloader still s-on
first step :
HTML:
C:\ADB + Fastboot + Drivers>adb reboot
adb server is out of date. killing...
* daemon started successfully *
error: device not found
C:\ADB + Fastboot + Drivers>adb reboot
adb server is out of date. killing...
* daemon started successfully *
C:\ADB + Fastboot + Drivers>adb push revone /data/local/tmp/
adb server is out of date. killing...
* daemon started successfully *
2434 KB/s (648208 bytes in 0.259s)
C:\ADB + Fastboot + Drivers>adb shell
[email protected]:/ # cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp # chmod 755 revone
chmod 755 revone
[email protected]:/data/local/tmp # su
su
[email protected]:/data/local/tmp # ./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 1)
1|[email protected]:/data/local/tmp # ./revone -p
./revone -p
./revone: invalid option -- 'p'
revone v0.2.1
revone successful.
[email protected]:/data/local/tmp #
C:\ADB + Fastboot + Drivers>
second step :
HTML:
C:\ADB + Fastboot + Drivers>adb shell
[email protected]:/ # cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp # ./revone -s 0 -u
./revone -s 0 -u
revone v0.2.1
revone successful.
[email protected]:/data/local/tmp # adb reboot bootloader
adb reboot bootloader
* daemon not running. starting it now on port 5038 *
* daemon started successfully *
error: device not found
1|[email protected]:/data/local/tmp # exit
exit
C:\ADB + Fastboot + Drivers>adb reboot bootloader
C:\ADB + Fastboot + Drivers>
1- I try in win 8.1 and win 7 64bit same successful and in bootloader still s-on
2- I try in ubuntu 32bit same successful and in bootloader still s-on
and I try with stock ROM 4.4.3 non rooted and rooted, and ARHD 31.6 ROM
also I was try firewater I get syntax error.
and also I was try runrummer and get fail.
about my phone:
Hboot 1.56
unlocked by htcDev s-on
recovery twrp-2.8.4.0-m7
last thing: when I want to install any ROM I don't need to flash Boot.img from fastboot
I hoop some one help me
azoz123456 said:
I try revone to get s-off and every command comes successful, but when I go to bootloader still s-on
first step :
HTML:
C:\ADB + Fastboot + Drivers>adb reboot
adb server is out of date. killing...
* daemon started successfully *
error: device not found
C:\ADB + Fastboot + Drivers>adb reboot
adb server is out of date. killing...
* daemon started successfully *
C:\ADB + Fastboot + Drivers>adb push revone /data/local/tmp/
adb server is out of date. killing...
* daemon started successfully *
2434 KB/s (648208 bytes in 0.259s)
C:\ADB + Fastboot + Drivers>adb shell
[email protected]:/ # cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp # chmod 755 revone
chmod 755 revone
[email protected]:/data/local/tmp # su
su
[email protected]:/data/local/tmp # ./revone -P
./revone -P
revone v0.2.1
revone failed (error code = 1)
1|[email protected]:/data/local/tmp # ./revone -p
./revone -p
./revone: invalid option -- 'p'
revone v0.2.1
revone successful.
[email protected]:/data/local/tmp #
C:\ADB + Fastboot + Drivers>
second step :
HTML:
C:\ADB + Fastboot + Drivers>adb shell
[email protected]:/ # cd /data/local/tmp
cd /data/local/tmp
[email protected]:/data/local/tmp # ./revone -s 0 -u
./revone -s 0 -u
revone v0.2.1
revone successful.
[email protected]:/data/local/tmp # adb reboot bootloader
adb reboot bootloader
* daemon not running. starting it now on port 5038 *
* daemon started successfully *
error: device not found
1|[email protected]:/data/local/tmp # exit
exit
C:\ADB + Fastboot + Drivers>adb reboot bootloader
C:\ADB + Fastboot + Drivers>
1- I try in win 8.1 and win 7 64bit same successful and in bootloader still s-on
2- I try in ubuntu 32bit same successful and in bootloader still s-on
and I try with stock ROM 4.4.3 non rooted and rooted, and ARHD 31.6 ROM
also I was try firewater I get syntax error.
and also I was try runrummer and get fail.
about my phone:
Hboot 1.56
unlocked by htcDev s-on
recovery twrp-2.8.4.0-m7
last thing: when I want to install any ROM I don't need to flash Boot.img from fastboot
I hoop some one help me
Click to expand...
Click to collapse
HBOOT 1.56 and above requires Sunshine to s-off for which you will have to pay $25 http://theroot.ninja/
However if you are just looking to flash custom rom's, you can do this s-on, no need to flash the boot.img separately, this is all done during the flash, you just cant use GPe rom's whilst s-on.
Seanie280672 said:
HBOOT 1.56 and above requires Sunshine to s-off for which you will have to pay $25 http://theroot.ninja/
However if you are just looking to flash custom rom's, you can do this s-on, no need to flash the boot.img separately, this is all done during the flash, you just cant use GPe rom's whilst s-on.
Click to expand...
Click to collapse
thanks for replay
1- is there any way to downgrade Hboot to 1.54 ? and is it possible to do s-off when Hboot version is 1.54 ?
2- about GPE I can flash it without problem
3- the problem is I need to upgrade firmware
so is there any way to do S-off without pay ? because I don't have any credit card or something like this
thank you again
azoz123456 said:
thanks for replay
1- is there any way to downgrade Hboot to 1.54 ? and is it possible to do s-off when Hboot version is 1.54 ?
Click to expand...
Click to collapse
You can't downgrade hboot to achieve s-off because s-off is required to downgrade hboot.
---------- Post added at 12:41 AM ---------- Previous post was at 12:39 AM ----------
azoz123456 said:
2- about GPE I can flash it without problem
Click to expand...
Click to collapse
Some GPE roms require s-off (e.g arhd 6.1)
---------- Post added at 12:42 AM ---------- Previous post was at 12:41 AM ----------
azoz123456 said:
3- the problem is I need to upgrade firmware
Click to expand...
Click to collapse
Why do you need to upgrade your firmware?
so is there any way to do S-off without pay ?
Click to expand...
Click to collapse
Not on your hboot version.
azoz123456 said:
thanks for replay
1- is there any way to downgrade Hboot to 1.54 ? and is it possible to do s-off when Hboot version is 1.54 ?
2- about GPE I can flash it without problem
3- the problem is I need to upgrade firmware
so is there any way to do S-off without pay ? because I don't have any credit card or something like this
thank you again
Click to expand...
Click to collapse
However you can upgrade your firmware as long as it matches exactly your current firmware or the next one up.
Which rom do you want to flash
alray said:
You can't downgrade hboot to achieve s-off because s-off is required to downgrade hboot.
---------- Post added at 12:41 AM ---------- Previous post was at 12:39 AM ----------
Some GPE roms require s-off (e.g arhd 6.1)
---------- Post added at 12:42 AM ---------- Previous post was at 12:41 AM ----------
Why do you need to upgrade your firmware?
Not on your hboot version.
Click to expand...
Click to collapse
thanks for replay..
I need to upgrade my firmware to achieve all recommended in MaximusHD ROM, and I can use it without any problem but I want to achieve all recommended by developer
Why? I don't know
but I think it will give me more stability.
If I upgrade Hboot to 1.57 it can be s-off?
Seanie280672 said:
However you can upgrade your firmware as long as it matches exactly your current firmware or the next one up.
Which rom do you want to flash
Click to expand...
Click to collapse
this ROM [ROM] MaximusHD | 50.0.0 | Android 5.0.2 | Sense 6.0 | EYE |OTA | 7.15.401.1
thanks for replay
azoz123456 said:
If I upgrade Hboot to 1.57 it can be s-off?
Click to expand...
Click to collapse
Seanie already told you (post #2) hboot 1.56 and above can be s-off'ed using sunshine only.
alray said:
Seanie already told you (post #2) hboot 1.56 and above can be s-off'ed using sunshine only.
Click to expand...
Click to collapse
ok thanks brother. I will try to find a way to bay 25$
and what about upgrade firmware to ( 7.15.401.1 ), It will give me more stability?