HELP bootloader - HTC Sensation

I DO NOT KNOW WHAT HAPPENED
I've done just like how it was written on htcdev.com
unlock standing on stage
{
"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"
}
phone returned to service with the orange rom ICS
I can not download the bercontrol and all in one tool is the sequence
entry in the "stage" with the logo Juopunutbear
have any ideas?

Little bit more info.. Please
Is the same gone soff and had juopunutbear bootloader?
And right now are you having jb screen on the phone?
Sent from my HTC Sensation 4G using xda premium

This is ss by unlock bootloader htcdev.com
I tried the method without unlocking the bootloader by htc but it has happened and nothing is happening

ok ..from what i understood ..you still stuck at unlocking the bootloader and the unlock token is not being flashed
and the phone is stuck in juopuntbear screen ?
then first restore the phone to normal working condition ..to do that ..do the troubleshoot point #4 from my soff guide ..link in my signature
then go to bootloader
do the unlocking process

2 i use this https://www.dropbox.com/s/0xljdqkw9w6jien/temproot-sensation-windows.zip and my sensation is in lockscreen a program stage

bassini said:
1 http://unlimited.io/jb_pyramidlocked.htm no download control bear (im see)
2 i use this https://www.dropbox.com/s/0xljdqkw9w6jien/temproot-sensation-windows.zip and my sensation is in lockscreen a program stage
Click to expand...
Click to collapse
1.in the page ..right end corner ..downloads tab (have you seen it ?) or wait download link of controlbear -.windows version here
2.post your bootloader details please (a screen shot of bootloader will do )...it seems the data partition is locked

and sensation is in lockscreen
my bootloader (with i9810 omnia hd sry for quality) in the Annexes

ok replace the temp_root.bat with this one and try root again and let me know

ganeshp said:
ok replace the temp_root.bat with this one and try root again and let me know
Click to expand...
Click to collapse
now
have any ideas?

bassini said:
now
have any ideas?
Click to expand...
Click to collapse
Hmm weird..
Can you post the outputs of these commands.. From shell
ls -l /data/local/
ls -l /data/local/tmp
Edit: also bassini you knew scripting I presume (as you are the Dev of the bass mod ) you can always try manual execution of commands one by one.. From the bat file
Sent from my HTC Sensation 4G using xda premium

ganeshp said:
Hmm weird..
Can you post the outputs of these commands.. From shell
ls -l /data/local/
ls -l /data/local/tmp
Edit: also bassini you knew scripting I presume (as you are the Dev of the bass mod ) you can always try manual execution of commands one by one.. From the bat file
Sent from my HTC Sensation 4G using xda premium
Click to expand...
Click to collapse
and you think that you did not try?
nothing works
have any other ideas?
service?

bassini said:
and you think that you did not try?
nothing works
have any other ideas?
service?
Click to expand...
Click to collapse
That normally works.. And I did tried it on my device before I even released it @[email protected]
I don't know why the data partition is unlocked.. It's not even letting you to modify any file inside it
Also the htc-dev Unlock you tried earlier seem weird..
You have connected the phone from bootloader (phone should read fastboot usb) right? When executing the fastboot flash command
Is your phone connected to a usb hub?
If so connect it to direct usb 2.0 port and if pc connect it to back usb ports and try the unlock command again
Sent from my HTC Sensation 4G using xda premium

Related

[Q] I have S-OFF. now what?

im confused about this o.0
{
"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"
}
Head over to the development section and help us out with unlocking all the s-on devices
Sent from my HTC Sensation 4G using XDA Premium App
Are you trying to root your phone or what?
@op, check your PM's please.
Holy ****. S-off with 1.17bootloader with the stock bootloader...
I'm envious to say the least, where did this phone come from? Network? Supplier?
Would you mind dumping your hboot and uploading it to a dropbox/upload site?
Code:
cd c:\adb
adb shell
dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
It would be useful to have this hboot version.
Evil-Dragon said:
I'm envious to say the least, where did this phone come from? Network? Supplier?
Click to expand...
Click to collapse
i got my sensation from HTC before launch and i get off work at 6 so ill try and help after that
Any luck pulling that HBOOT?
Evil-Dragon said:
Would you mind dumping your hboot and uploading it to a dropbox/upload site?
Code:
cd c:\adb
adb shell
dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
It would be useful to have this hboot version.
Click to expand...
Click to collapse
yeah but i dont know why i didnt reaply back to this. sorry haha.
it didnt work. it said no device found then some other error
iPrevailed YDG said:
it didnt work. it said no device found then some other error
Click to expand...
Click to collapse
You'll need to install the android sdk, download the google usb drivers from it and get your phone set up as a ADB Composite Interface. Then make sure USB debugging is enabled on your phone and you'll be able to run the above commands.
Evil-Dragon said:
You'll need to install the android sdk, download the google usb drivers from it and get your phone set up as a ADB Composite Interface. Then make sure USB debugging is enabled on your phone and you'll be able to run the above commands.
Click to expand...
Click to collapse
"Permission not allowed"
iPrevailed YDG said:
"Permission not allowed"
Click to expand...
Click to collapse
You shouldn't be getting a root denial from that command. It looks like HTC *really* bolted it down. Out of curiosity, have you tried downloading Superuser from market? If you have an unlocked boot loader, there is a very very VERY slight chance that you might be able to su out of the box. Doubtful but its worth a try.
just updated everything and got this also SU didnt work ]:
Code:
C:\Users\********>cd c:\sdk\tools
c:\SDK\tools>adb devices
List of devices attached
HT15HT****** device
c:\SDK\tools>adb shell
$ dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
dd if=/dev/block/mmcblk0p12 of=/sdcard/hboot.img
/dev/block/mmcblk0p12: cannot open for read: Permission denied
$

Transparent status bar – installed with tiwili - take it, work it, leave it

Hi,
this is my first mod with tiwili_wholestory. Further informations of installation method: http://forum.xda-developers.com/showthread.php?t=1232479
This "nothing" on top is what you will get, no other changes. Works for default and BlueSky theme.
{
"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"
}
Just download, extract and run tiwili-ws.bat.
As always: I´m not responsible for any damage etc. If you want to go back run recovery.bat.
Greets
idephili
for further mods
Great job, we are able to get the transparent statusbar to anybuild w/o using UOT kitchen. Thanks
how do I do this on a mac :\
@idephili BIGTHX for your work ...We should be in HH meeting
worked perfekt
how do we run the .bat file? on our phone or on the computer?
kurtis.austin2 said:
how do we run the .bat file? on our phone or on the computer?
Click to expand...
Click to collapse
Computer
sent from my S-Off-icial Sensation using XDA P-App
Nice work! I feel like im back on windows with the transparent bar. Thanks!
Can som1 make like a tutorial if is not too much to ask please I want this really bad thank u!
Sent from my HTC Sensation 4G using XDA App
MUNDO23 said:
Can som1 make like a tutorial if is not too much to ask please I want this really bad thank u!
Sent from my HTC Sensation 4G using XDA App
Click to expand...
Click to collapse
Really?? read his post he has a link where you have to read if you want to install it.
Good stuff
Thanks for your work.
When I run the .bat, there is an issue with the first command and I get the message:
remount failed: Operation not permitted
It then runs through the rest of the process, chucking up errors here and there and ultimately, after a reboot, seems to have had no effect.
Any ideas? I have USB debugging enabled, the correct drivers, etc.
Thanks,
blr000 said:
Thanks for your work.
When I run the .bat, there is an issue with the first command and I get the message:
remount failed: Operation not permitted
It then runs through the rest of the process, chucking up errors here and there and ultimately, after a reboot, seems to have had no effect.
Any ideas? I have USB debugging enabled, the correct drivers, etc.
Thanks,
Click to expand...
Click to collapse
Do you have root?
Greets
idephili
ldelossa.ld said:
how do I do this on a mac :\
Click to expand...
Click to collapse
Hi,
I don´t know anything about mac and adb/apktool. I think they exist, so first you may use them for SystemUI.apk & BlueSky.apk. Extract my zip and copy files from both Updatefolders in your proper decompiled folders. Recompile & sign, then push to phone.
Regards
idephili
yeah, s-off, root, but standard rom.
I have flashed a different battery indicator if that makes any difference?
(Thanks for the quick reply btw)
blr000 said:
yeah, s-off, root, but standard rom.
I have flashed a different battery indicator if that makes any difference?
(Thanks for the quick reply btw)
Click to expand...
Click to collapse
Maybe "adb root" will help.
Greets
idephili
Hmm, it seems there is an issue with how my phone is rooted.
adb root returns 'adbd cannot run as root in production builds' and abd shell gives '$', but then su permission denied?
Phone is rooted though with Superuser installed and working, and TB, so not sure what is going on.
rosie nav bar
Would it possible to do something like this for the rosie nav bar, to make it transparent or glass even?
blr000 said:
Hmm, it seems there is an issue with how my phone is rooted.
adb root returns 'adbd cannot run as root in production builds' and abd shell gives '$', but then su permission denied?
Phone is rooted though with Superuser installed and working, and TB, so not sure what is going on.
Click to expand...
Click to collapse
Maybe a dumb question, but is your system mounted before you try to run the batch file? If you're not sure, try adb remount and run the batch file again.
I remember having some similar weirdness back before Revolutionary when I tried to run the Easy Fr3vo OC/UV batch file package, but I hadn't mounted the system before I ran it.
Hi,
I have a question :
to install need to connect phone (debug usb on) only chrage, right ?
and, maybe it works for EVO 3D gsm versione ?
tks mate

[Hack][Root] SIM Unlock for FREE Desire S

Right i been searching around trying to unlock my friends Desire S this method Worked perfectly.
1) You need root
2) You need Terminal Emulator (free from the market)
Open the Terminal Emulator app and type:
su [enter]
strings -n 8 /dev/block/mmcblk0p7 [enter]
you will then get loads of codes and other stuff.
Look for your IMEI number and the unlock code will be above. If u get just a date then sorry you cant get the unlock code Write the unlock code down and put a sim that normally wouldnt work into your phone and power it on. then enter your unlock code u just wrote down
look at the piccy below the unlock code is marked with the arrow.
{
"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"
}
This will only work with Sim LOCKED devices. as mine is already sim unlocked by htc i cant unlock mine and i get a weird code. but my friends unlocked fine with his code I take NO responsibility if u break or damage your device. this is for educational purpose only
the code may not exist in a factory-unlocked phone (only a carrier-locked one).
i need people to confirm this working for them
I also got the same key. 00000108 as in your screenshot. I've not tried yet. As I'm in the office and I don't have any other sim card with me now.
Is there a way , a shortcut key or somewhere in settings where I can put the key. ?
uktel3315 said:
Is there a way , a shortcut key or somewhere in settings where I can put the key. ?
Click to expand...
Click to collapse
Borrow someone else's SIM card?
anchemis said:
Borrow someone else's SIM card?
Click to expand...
Click to collapse
colleagues whom I can ask for their sim have iphone, and their sim doesn't fit in desire s.
there should be a secret code to enter the key.
I've just tried it, but after entering the strings command the reply is "strings not found" are you sure that the command is written correct (with all the spaces correct). Or maybe I am doing something else wrong? I have root and s-off...
ConstantinVVV said:
I've just tried it, but after entering the strings command the reply is "strings not found" are you sure that the command is written correct (with all the spaces correct). Or maybe I am doing something else wrong? I have root and s-off...
Click to expand...
Click to collapse
I've just tried it and the command works fine for me. i got the similar result as shown in the screenshot. Hope this helps.
This is what I entered in the console.
su [enter]
strings -n 8 /dev/block/mmcblk0p7 [enter]
I get the same code.... 00000108 and i don't think all sim locked Desire s have the same code.
I tried according to the instruction and It didn't worked.
Has this worked for anyone? Did this ever work for anyone from the HTC v forum where it originally came?
Swyped from my DesireS
I'll take another look I know that the only code I used to unlock a phone so I know thas the command but I think I might have done the wrong block location. I'll update it 2morrow guys been really really busy
any updates HTC-phones?
htc-phones said:
I'll take another look I know that the only code I used to unlock a phone so I know thas the command but I think I might have done the wrong block location. I'll update it 2morrow guys been really really busy
Click to expand...
Click to collapse
Sent from my HTC Desire S using XDA
uktel3315 said:
any updates HTC-phones?
Sent from my HTC Desire S using XDA
Click to expand...
Click to collapse
**** sorry i been really busy with all my other projects. im on it right now ill have a update on what block it is buy the end of the day and renew the guide also
Factory unlocked Desire S.
Same string of numbers.
post some thing thats your own OP!

[help]trying to flash stock rom back but wont work..

i'm using nexus 5 toolkit and when i finish download the stock rom and starting to flast it
it get stuck, at first after trying send "bootloader"
then it's show error and return me to the main menu..? what to do?
i want to return stock rom and having like a new phone
tx for help
stop using a toolkit
http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701
Zepius said:
stop using a toolkit
http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701
Click to expand...
Click to collapse
This...
But have a look at my "adb and fastboot. what is it?" thread. It will tell you how to ensure you have everything you need installed first. You cn get to it via the sticky roll-up link in my signature.
Zepius said:
stop using a toolkit
http://forum.xda-developers.com/google-nexus-5/general/tutorial-how-to-flash-factory-image-t2513701
Click to expand...
Click to collapse
still have the same problem..
{
"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"
}
harel013 said:
still have the same problem..
Click to expand...
Click to collapse
Red my thread. Ensure fastboot is set up correctly and test if fastboot can see your device please. We cant really troubleshoot unless you do this.
If fastboot CAN see your device, flash the images separately (manually)
eg
flash system, then flash cache, etc
harel013 said:
still have the same problem..
Click to expand...
Click to collapse
you clearly did not read the thread and links within the thread.
go read what rootsu told you to read now or you wont get anymore assistance.
rootSU said:
Red my thread. Ensure fastboot is set up correctly and test if fastboot can see your device please. We cant really troubleshoot unless you do this.
If fastboot CAN see your device, flash the images separately (manually)
eg
flash system, then flash cache, etc
Click to expand...
Click to collapse
alright, i did everything right.. fastboot is set up correctly and i see my device through the fastboot
and when i trying to flash image separately i still get that error
rebooting into bootloader...
FAILED (unknown status code)
finished. total time: 1.015s
Click to expand...
Click to collapse
i open the link in your signature and installed all the thing like adb in 15 sec and drivers.. tried to restart the pc also
dont know what now?
harel013 said:
alright, i did everything right.. fastboot is set up correctly and i see my device through the fastboot
and when i trying to flash image separately i still get that error
i open the link in your signature and installed all the thing like adb in 15 sec and drivers.. tried to restart the pc also
dont know what now?
Click to expand...
Click to collapse
Which image did you try to flash?
Please provide screenshot of image files in Windows explorer
Please provide screenshot of command prompt when you have executed the commands
rootSU said:
Which image did you try to flash?
Please provide screenshot of image files in Windows explorer
Please provide screenshot of command prompt when you have executed the commands
Click to expand...
Click to collapse
i feel very stupid... i think that was a problem in my usb port.. i just now replace the usb port and everything work fine!
very strange... although that the fastboot recognize the device in that "damge" usb port...
but now all work good! thx again! for you'r help! i'm sorry for confuse =\
No probs. Yep sending a file versus listing connected devices is very different
Sent from my Nexus 5 using Tapatalk
Nine posts. Junior member? The dangers of toolkits, writ large. Learn to walk. Toolkits are good if 6 have the knowledge to put it right. Get reading
#64268gkyJL#8653%dhjGUKVS357.
yea but i used it before in nexus 4 and i had no problems all worked just fine.. but you right i need to start learnig how to do all in my self..

[Completed] Xperia Z 1 s locked bootloader and cannot Mount system in RW

I have Xperia Z 1 s, that I manage to network unlock but the bootloader is locked and it says it cannot be unlocked.
Apart consequence of this is I cannot Mount the system partition in read write mode using various command suggested in other XDA posts. I am not really very eager to use a custom rom but I can always use one if it is not such a bother.
I would like to know if anyone had luck mounting the system in read write mode with a bootloader that is permanently locked. If I can Mount system in read write I will be able to uninstall all the crap ware ... and have the equivalent of custom install using the stock ROM.
So there are two aspects to this question I would like to know how bootloader can be unlocked which is marked as "unlock no" ( we attach pictures) and you that is not possible at least give me a sure shot method of mounting system in read write mode.
From what I know about the the bootloader unlocking there is TA partition and some posters are warning about replacing the TA partition which will cause permanent bricking off the device
Still I wanted to know if anyone has achieved success in changing the bootloader unlock no flag to unlock yes
And if unlocking bootloader is not possible then how do I Mount /system in read write mode
Thank you very much
{
"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"
}
Sent from my C6916 using Tapatalk
Not sure if I mentioned in the past but my phone is rooted and I am face these problems
Sent from my C6916 using Tapatalk
sieger007 said:
I have Xperia Z 1 s, that I manage to network unlock but the bootloader is locked and it says it cannot be unlocked.
Apart consequence of this is I cannot Mount the system partition in read write mode using various command suggested in other XDA posts. I am not really very eager to use a custom rom but I can always use one if it is not such a bother.
I would like to know if anyone had luck mounting the system in read write mode with a bootloader that is permanently locked. If I can Mount system in read write I will be able to uninstall all the crap ware ... and have the equivalent of custom install using the stock ROM.
So there are two aspects to this question I would like to know how bootloader can be unlocked which is marked as "unlock no" ( we attach pictures) and you that is not possible at least give me a sure shot method of mounting system in read write mode.
From what I know about the the bootloader unlocking there is TA partition and some posters are warning about replacing the TA partition which will cause permanent bricking off the device
Still I wanted to know if anyone has achieved success in changing the bootloader unlock no flag to unlock yes
And if unlocking bootloader is not possible then how do I Mount /system in read write mode
Thank you very muchView attachment 4049784View attachment 4049785View attachment 4049786View attachment 4049787
Sent from my C6916 using Tapatalk
Click to expand...
Click to collapse
Greetings and welcome to assist. Unfortunately assist is for guiding new members around the boards only, please ask your question in the Z1 forums here
https://forum.xda-developers.com/xperia-z1/help
Thanks for understanding
Sawdoctor

Categories

Resources