Relock bootloader - Verizon HTC One (M8)

Can someone point me to where i can find directions to relock the bootloader back to normal after running the firewater script?

Would really like this as well. Getting my replacement today and I need to send my old one in.

Nevermore said:
Would really like this as well. Getting my replacement today and I need to send my old one in.
Click to expand...
Click to collapse
This thread on AndroidForums has instructions for locking/unlocking the bootloader. S-OFF required, of course.

desitdt said:
Can someone point me to where i can find directions to relock the bootloader back to normal after running the firewater script?
Click to expand...
Click to collapse
I would suggest contacting the Devs that posted Firewater. I haven't seen a generic "relock/RUU" thread in any of the M8 forums yet, but one may exist if you search them...

Fastboot OEM lock
Sent from my HTC One VZW using Tapatalk 4

desitdt said:
Can someone point me to where i can find directions to relock the bootloader back to normal after running the firewater script?
Click to expand...
Click to collapse
Why not just flash the fake s-on/locked mod so it just appears locked?

billard412 said:
Why not just flash the fake s-on/locked mod so it just appears locked?
Click to expand...
Click to collapse
Sending mine to HTC. I'm sure they would notice if just the screen was different.

billard412 said:
Why not just flash the fake s-on/locked mod so it just appears locked?
Click to expand...
Click to collapse
There's an Engineering HBOOT? (I thought that was the only way to "fake" the locked...)

WorldOfJohnboy said:
There's an Engineering HBOOT? (I thought that was the only way to "fake" the locked...)
Click to expand...
Click to collapse
I believe the op of this thread just modified the hboot with a hex editor. Worked perfect for me none the less.
http://forum.xda-developers.com/showthread.php?t=2709976

desitdt said:
Can someone point me to where i can find directions to relock the bootloader back to normal after running the firewater script?
Click to expand...
Click to collapse
hopefully you went with the first response =]
Dodge DeBoulet said:
This thread on AndroidForums has instructions for locking/unlocking the bootloader. S-OFF required, of course.
Click to expand...
Click to collapse
Dodge has the right idea, try new things and live life and try this at your own risk if successful you will make the OP =] and be famous lol
"2)reset your "lock status flag"
to LOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now locked
__________________________________________________ ___________________________________________
to UNLOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now unlocked
*i have tested this on my gsm htc one. if someone wants to test on vzw,ill add you to the credits
{
"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"
}
" by scotty85 not me =]

I can confirm that the UNLOCK works on a Verizon HTC One M8 device. I just did this to mine after having used "fastboot oem lock", which changes the state to "RELOCKED", not "LOCKED", and I wanted things back the way the were before having run the fastboot command.

Thanks
Was looking for this!!!

Hi! Following this guide got me stuck. Using the fastboot oem command on my European HTC M8 got me stuck in a bootloader loop: The bootloader shows "Tampered", "Relocked", "Security Warning" and I cannot get back to the recovery. When I enter the recovery command, I come back to the same bootloader screen with the "Security Warning".
What can I do now? In this mode, I cannot even use ADB, unly fastboot. ist there any fastboot command to get me out of this?

Please refer to this:
https://forum.xda-developers.com/showthread.php?t=2708571
It will help you to lock your bootloader with a flag LOCKED, not Tampered or Relocked.
***reset your "lock status flag"***
to LOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now locked

Rushing said:
hopefully you went with the first response =]
Dodge has the right idea, try new things and live life and try this at your own risk if successful you will make the OP =] and be famous lol
"2)reset your "lock status flag"
to LOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne '\x00\x00\x00\x00' | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now locked
__________________________________________________ ___________________________________________
to UNLOCK your bootloader,enter the following:
adb devices
adb shell
su (if needed to get a # prompt)
echo -ne "HTCU" | dd of=/dev/block/mmcblk0p2 bs=1 seek=33796
(i would very strongly recomend you copy/paste this)
exit
(exit a second time if you need to to get back to a normal > prompt)
adb reboot bootloader
verify you are now unlocked
*i have tested this on my gsm htc one. if someone wants to test on vzw,ill add you to the credits" by scotty85 not me =]
Click to expand...
Click to collapse
It works like a charm on my HTC M8 Verizon. I did it and was successful.

Related

[MOD] White On Black Evo Splash Screen

Here is a Splash Screen i wanted to share with the community, It's simple just the original with inverted colors
Please enjoy.
As always please backup before trying, I won't be responsible for anything that may go wrong if this fails
and mods if this is posted in the wrong place please move thanks
{
"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"
}
To apply just unzip the contents of the package below into the tools folder of the android sdk
How-to Enter fastboot mode .... While the phone is off hold down "Volume down key" and then "power button" hold both till you get a white screen with the androids and skateboards
to confirm your device is seen by adb use this command
Code:
fastboot devices
you should see your phone listed under the command you just typed. After that type the next command to flash the splash image
Code:
fastboot flash splash1 splash1.nb
Then you should see that it was successful and rebbot the phone and preview your new image by typing
Code:
fastboot reboot
Please Thank and post comments as needed, if there is any trouble i'll try to help if i can i'm rather busy lately...lol
There was a huge thread on how to change splash with win 7 and I am stuck in osx thanks for a tut on how to to it in fastboot
Thanks! I followed the instructions and applied it no problem. Makes booting up look seamless with Fresh's bootscreen
So I have been having nothing but problems with Sync, so have rooted, flashed and changed boot image by using a root file manager (which all have worked fine).
Where on the EVO is the splash screen logo located, so I can just manually apply it?
Thank you
Criim
Criimson said:
So I have been having nothing but problems with Sync, so have rooted, flashed and changed boot image by using a root file manager (which all have worked fine).
Where on the EVO is the splash screen logo located, so I can just manually apply it?
Thank you
Criim
Click to expand...
Click to collapse
I'm 99.9% sure that this image cannot be simply replaced in a folder but must be flashed, at least that's how it was for winmo
If you think about it this is where the carrier brands the phone the most, im pretty positive this is flashed to a specific partition
Am I missing something? I do everything step by step and it won't find fastboot command in the terminal (using OS X). I can't do anything.
JSZESZE said:
I'm 99.9% sure that this image cannot be simply replaced in a folder but must be flashed, at least that's how it was for winmo
If you think about it this is where the carrier brands the phone the most, im pretty positive this is flashed to a specific partition
Click to expand...
Click to collapse
Hmm that's too bad. My Vista sees my EVO, but it has an exclamation mark and the driver won't initialize no matter what I try.
Guess I'll wait till some other time then
Criim
Is there a way to flash from the EVO itself? I can copy files with no problem if I connect as a HDD.
add this file to the tools folder of android sdk or i think in OS x anywhere works as long as you direct the command line to it
Criimson said:
Hmm that's too bad. My Vista sees my EVO, but it has an exclamation mark and the driver won't initialize no matter what I try.
Guess I'll wait till some other time then
Criim
Click to expand...
Click to collapse
sounds like your in recovery and not fastboot
you should see the white screen with the androids riding skateboards once its there don't press anything on the phone
I can't connect to fastboot.
Code:
ERROR: could not get pipe properties
ideas?
JSZESZE said:
add this file to the tools folder of android sdk or i think in OS x anywhere works as long as you direct the command line to it
Click to expand...
Click to collapse
Awesome! Thanks man, I appreciate it. Looks great.
beautiful! thank you VERY much for this
JSZESZE said:
sounds like your in recovery and not fastboot
you should see the white screen with the androids riding skateboards once its there don't press anything on the phone
Click to expand...
Click to collapse
No it is in fastboot
From what I gather a lot of people have this issue with Vista 32bit and HTC Sync. I haven't been able to track down a solution. Even when trying to use Sync..it always just errors and says:
Unable to find HTC Sync on your PC. Please make sure.....
Kind of a pain, but so far I have been able to do everyting I want just doing it from the phone with files copied over. Using the terminal emu or file manager
Criim
imaxreed said:
I can't connect to fastboot.
Code:
ERROR: could not get pipe properties
ideas?
Click to expand...
Click to collapse
sounds like a permission issue... are you rooted and nand unlocked?
JSZESZE said:
sounds like a permission issue... are you rooted and nand unlocked?
Click to expand...
Click to collapse
should be. running caulkins rom custom recovery (amons) i have actually used fastboot before. any quick way for me to verify?
imaxreed said:
should be. running caulkins rom custom recovery (amons) i have actually used fastboot before. any quick way for me to verify?
Click to expand...
Click to collapse
in adb type
Code:
adb shell
then you should see
Code:
#
A $ prompt is the prompt for normal terminal ...
whereas:
a # prompt is the prompt for root (super user)
i am running osx and can access adb shell
http://imgur.com/t8MKg.jpg
does this look like the error?
$ fastboot devices
ERROR: could not get pipe properties
HTXXXXXXXXXX fastboot
i found a few things while googling the problem
most pointed to root issues
JSZESZE said:
does this look like the error?
$ fastboot devices
ERROR: could not get pipe properties
HTXXXXXXXXXX fastboot
i found a few things while googling the problem
most pointed to root issues
Click to expand...
Click to collapse
yes exactly. I haven't had a problem before this is strange.
Works great for me, no problems. This is a great way to save battery!
haha.

[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
$

[Q] Help donwgrade HTC flyer HC to GB

Hello everyone,
I hope you can help me in my journey to downgrade HTC P510e flyer is in HC official to turn on the GB-S to put off then install rom more stable and http://forum phone activation. xda-developers.com/showthread.php t = 1314334
My HTC flyer is in S and not be naked and Roote of any operator.
But when I downgrade to GB method according http://forum.xda-developers.com/showthread.php?t=1428104
I created a folder on my PC and put the UCP selected and android-win-tools.zip and unzipped misc_version_universal.zip tacorot.bin
If error, let me know!
How to debug USB?
When I want to run the following commands via CMD / windows: adb push tacoroot.bin / data / local / adb push misc_version / data / local / adb shell chmod 755 / data / local / tacoroot.bin adb shell chmod 755 / data / local / misc_version adb shell / data / local / tacoroot.bin - setup
{
"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"
}
[/url][/IMG]
it tells me: adb is not recognized as internal or external command, operable program or batch file.
Can you tell me how to run this operation until the end.
@ + Kacaouet ...
Try adb.exe then, adb devices.
Oh and, start command line from c: promt! There are different places to begin the command line, Google itS
The above possibly won't help but, you never know
Sent from my HTC Flyer P510e using xda premium
Kacaouet said:
it tells me: adb is not recognized as internal or external command, operable program or batch file.
Can you tell me how to run this operation until the end.
@ + Kacaouet ...
Click to expand...
Click to collapse
install Android SDK if you already have it add SDK folder to system path
or just start working from adb.exe folder -open cmd.exe in this folder usually ~\android-sdk\platform-tools\ don't forget to enable usb debugging on your phone
i.e.
I installed sdk in C:\Android so output from adb devices is something like that (look at the picture)
also check in Device Manager (start/run/devmgmt.msc) if you see ADB Interface when connected if not something is wrong make sure when phone is connected you see something like that in attached pict. (if not install HTC sync to get phone drivers )
adb devices is a vital check to see if pc connection is working well don't do anything until you get output from adb !
Get fastboot and adb tool for windows here OK
Download my universal misc_version and unzip to obtain the misc_version file. OK
Download tacoroot OK
Place both the misc_version and tacoroot.bin files in the same directory as adb OK
Procedure
Check the version number for your gingerbread RUU
my example : RUU_Flyer_HTC_WWE_2.23.405.3_R_Radio_20.3501.30.08 9BU_3809.05.04.10_M_release_194964_signed.exe
Boot your flyer up to android if it's not already on, with usb debugging enabled and connect it to the PC. OK
Run the following adb commands
Code:
adb push tacoroot.bin /data/local/
adb push misc_version /data/local/
adb shell chmod 755 /data/local/tacoroot.bin
adb shell chmod 755 /data/local/misc_version
adb shell /data/local/tacoroot.bin --setup So far so good
At this point your device will reboot to recovery
Simultaneously press Volume Up, Volume Down and Power
Reboot your device
Run the following command OK
Code:
adb shell /data/local/tacoroot.bin --root
Your device will reboot, do not worry if it does not boot fully, it doesn't matter for this procedure, and it is a side effect of this root exploit.
For my part, nothing happens at this time when I made...
Run the following command:
Code:
adb shell /data/local/misc_version -s 2.23.405.3
Reboot to fastboot:
Code:
adb reboot bootloader OK
Relock the bootloader:
Code:
fastboot oem lock OK
Go back to fastboot mode ( lock causes the device to reboot )
Run your RUU The progress bar appears but stops and says "error 140"...
What shall I do to solve this problem?
May be a concern of the RUU!
How to execute the command to see if adb is well connected with flyer
If android sdk installation that I have updated to ensure proper operation?...

i have Found MSM8994DownloadTool with rawprogram0 . but not for Gflex2 ,

Hello
i have Found MSM8994DownloadTool with Rawprogram0 for MSM8994 .
but its for another model i not exactly remember which model it is ,
i have attach Tool with post , if some one have good knowledge and experience and he can convert and make working for Gflex2
ill wait ,
https://mega.nz/#!lQBUCSTZ!Xty3MTICufa5Tj-vnQUdtJIDK2lFSPIxodKOwzxaawQ
well, Its the same as OP2, same problem.... same chipset.
check that, maybe we can fix it very easily
{
"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"
}
Im working on it
tomorrow I have news.
Almost done Rawprogram0.xml to fix download mode.
The second problem will be if it flash or not...
Im going to sleep, tomorrow I finish
Man, just wanted to say, I appreciate your efforts @pelelademadera. I haven't been able to make any progress on this matter. Hope you do.
pelelademadera said:
tomorrow I have news.
Almost done Rawprogram0.xml to fix download mode.
The second problem will be if it flash or not...
Im going to sleep, tomorrow I finish
Click to expand...
Click to collapse
Thats Good news im waiting .please share news
mauchito said:
Man, just wanted to say, I appreciate your efforts @pelelademadera. I haven't been able to make any progress on this matter. Hope you do.
Click to expand...
Click to collapse
well, rawprogram0 is done,
But I cannot flash it, maybe patch0, or rawprogram2 problem, IDK I have headache of reading and editing.
The log error was fixed, and rawprogram was correct, at least every partition, mabe incorrect in primaryGPT and backupGPT, someone with a working phone maybe can check it.
When my headache gone, I continue editing patch0.
in my opinion the problem is not the flasher and files, the problem are prog_emmc_firehose_8994_lite.mbn, but not 100% sure.
the file I share is a rar file, with correct files for ATT h950, so, if your version is not an h950, CHECK THAT PLEASE BEFORE.
and is very probable that system size and userdata size does not match, so rawprogram0 must be checked for the other versions
https://drive.google.com/folderview?id=0B8KKKARP5vh4enpzUThnR19wQU0&usp=sharing
when finish upload, the file will be there... 2 -3 minutes and there is
If someone knows someone, with a working phone, I need a few partitions backup.
I need someone with a rooted phone, that can share to me or here ddr.img.
its /dev/block/mmcblk0p29 so backup with dd.
adb shell
su
dd if=/dev/block/mmcblk0p29 of= "somewere to save"
upload and share, I have the size and everything, but not the img to use
pelelademadera said:
If someone knows someone, with a working phone, I need a few partitions backup.
I need someone with a rooted phone, that can share to me or here ddr.img.
its /dev/block/mmcblk0p29 so backup with dd.
adb shell
su
dd if=/dev/block/mmcblk0p29 of= "somewere to save"
upload and share, I have the size and everything, but not the img to use
Click to expand...
Click to collapse
I'll try to do it later today (955 - 15c), how many space is required to save this partition?
Lg g flex2 h950
Hi
There was lollipop version 5.0.2 in my phone at the time of purchase. After the upgradation with android version of H95011z, i got a problem with my phone ,now the phone always shows the below massage all the time...
***Secure booting Error !
Error code: 1006
And also USB is not working and download mood is not working , factory hard reset is not working.
Please help me in this issue. I am really waiting for your help.
Thanks for your cooperation.
i tried:
dd if=/dev/block/mmcblk0p29 of= "/sdcard/mmcblk0p29"
and
dd if=/dev/block/mmcblk0p29 of= "/storage/external_SD/mmcblk0p29"
both returns to # almost immediately but there is no file saved, what am I doing wrong?
lol, try this:
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
but I found this tool earlier (some months ago) and tryed to get working with flex 2, mine is a working device, and can't test by me, but shared in this forum, and no success
this is originally for OnePlus 2
I think better way, if we found the emmc pinouts on the pcb
Currently know, two necessary pins not in the pcb (data0, clk) but someone found the clk pinout on the pcb other side.
stars2 said:
lol, try this:
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
Click to expand...
Click to collapse
same problem, it goes back to # in a second but no file saved.
any ideas @pelelademadera ?
no "" in output
Thanks so much
pelelademadera said:
no "" in output
Thanks so much
Click to expand...
Click to collapse
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/sdcard/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/storage/external_SD/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/data/media/0/DDR_mmcblk0p29.img"
none of above worked, maybe is a problem of path?
what I do is:
Send_Command.exe \\.\COM4
#id (just to be sure)
#dd etc. etc.
#LEAVE
Am I doing wrong?
Which file you need?
superdioz said:
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/sdcard/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/sdcard/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29"
dd if=/dev/block/mmcblk0p29 of="/storage/external_SD/mmcblk0p29.img"
dd if=/dev/block/mmcblk0p29 of=/storage/external_SD/mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
dd if=/dev/block/mmcblk0p29 of="/data/media/0/DDR_mmcblk0p29.img"
none of above worked, maybe is a problem of path?
what I do is:
Send_Command.exe \\.\COM4
#id (just to be sure)
#dd etc. etc.
#LEAVE
Am I doing wrong?
Click to expand...
Click to collapse
This command is correct:
dd if=/dev/block/mmcblk0p29 of=/data/media/0/DDR_mmcblk0p29.img
But you need to do it from adb shell, not from download mode, and with superuser acces
Enviado desde mi Lead4 mediante Tapatalk
pelelademadera said:
But you need to do it from adb shell, not from download mode, and with superuser acces
Click to expand...
Click to collapse
ok, i needed that piece of information, check the attachment and tell me if you need anything else
superdioz said:
ok, i needed that piece of information, check the attachment and tell me if you need anything else
Click to expand...
Click to collapse
Great, when I have notices, I post here
Enviado desde mi Lead4 mediante Tapatalk
I had tried your above method. the tool gave firehose error. Changed the file name to firehose8994.mbn. Then it gave Sahara error. I think we should have a Sahara.xml file also.
nothing, fails, thats a shi%&
if I send my phone to usa, I waste more money than buying a new one....
I ordered a G3 D851, when flex 2 becomes repairable, I repair it.
Too much time for me, no more locked bootloaders phones for me, thats all cause we cannot flash anything from a recovery...

Guide - Switch buttons Back and Recent Apps

Being used to the back button on the right side and the recent items on the left i noticed there is no option to set that in the settings menu.
Or at least i could not find it.....
You will need ADB on the PC/Laptop and connect the phone to it.
Download of ADB can be found here: https://forum.xda-developers.com/showthread.php?t=2588979
So i found a nice post https://forum.xda-developers.com/pixel-xl/help/swap-recent-button-oreo-t3687721 that enables it.
NO ROOT required, just enable ADB in developer settings.
Then start ADB shell
Enter this command and you are done.
settings put secure sysui_nav_bar "space,recent;home;back,space"
All happy now.
Thanks !
Do you know if we can change long press action with this method ?
rqdb said:
Thanks !
Do you know if we can change long press action with this method ?
Click to expand...
Click to collapse
If we can find the command for it i suppose we can. Not sure how we can find this.
Verstuurd vanaf mijn Nokia 7 plus met Tapatalk
Thanks for sharing and one stupid question....OTA still work after ADB shell?
supremeee said:
Thanks for sharing and one stupid question....OTA still work after ADB shell?
Click to expand...
Click to collapse
It should. No modification is done to the file system.
Verstuurd vanaf mijn Nokia 7 plus met Tapatalk
Brotuck said:
Then start ADB shell
Enter this command and you are done.
settings put secure sysui_nav_bar "space,recent;home;back,space"
All happy now.
Click to expand...
Click to collapse
Doing this you'll loose the keyboard switching icon that appears when you have multiple virtual keyboards. The command including this icon is:
settings put secure sysui_nav_bar "space,recent;home;back,menu_ime"
I'm having difficulties getting ADB to work(authorization popup does not appear). Any ideas?
{
"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"
}
:edit:
Any chance this feature is hidden in the global built (albeit hidden) and can be pulled out using adb?
Answer by Nokia assistance:
Thank you for contacting Nokia Mobile Care and your interest in Nokia mobile devices.
Regarding your request, we would like to inform you that this option does not exist.
We remain at your disposal if you have other questions or need our help.
Does the switch remain after rebooting the phone ? Or do i have to do this every time i reboot ?
Inpain said:
Does the switch remain after rebooting the phone ? Or do i have to do this every time i reboot ?
Click to expand...
Click to collapse
The change remains after reboot
After put in the command through adb shell, with Nokia 7 plus attached to the pc, I got a system ui error, phone does start up, but after that I got a black screen only , had to do a hard reset, lost all data.
riseandshine32 said:
After put in the command through adb shell, with Nokia 7 plus attached to the pc, I got a system ui error, phone does start up, but after that I got a black screen only , had to do a hard reset, lost all data.
Click to expand...
Click to collapse
Same
OC-Freak said:
Same
Click to expand...
Click to collapse
Working fine here, on Build number: 00WW_2_22A (May security patch build).
Did you type in the commands correctly (semicolons and commas) ?
Just did the command again on a fresh installed version with the May patches and all is fine.
Please make sure you type exact the correct syntax.
I always do a copy / paste on my laptop from the text on a adb shell
Excellent mate. worked like a charm on my Nokia 7 plus with latest system update
Nokia 7 Plus
Hey, I got the same phone like you!
But my phone is not in the devices list (adb devices)
Please help
Hello, I tried this but I'm always getting this error in adb command line:
C:\adb>settings put secure sysui_nav_bar "space,recent;home;back,menu_ime"
'settings' is not recognized as an internal or external command, operable program or batch file.
The underlined text I copy pasted it from this xda thread. When I do adb devices I see my device in the list, its the only android device thats connected to my computer. I don't have an idea how to fix it.
After some further experimenting I've gotting it done
In the adb command line you type folllowing command
1. adb devices
2. adb shell
3. settings put secure sysui_nav_bar "space,recent;home;back,menu_ime"
4. that's all
Wuter said:
Hello, I tried this but I'm always getting this error in adb command line:
C:\adb>settings put secure sysui_nav_bar "space,recent;home;back,menu_ime"
'settings' is not recognized as an internal or external command, operable program or batch file.
The underlined text I copy pasted it from this xda thread. When I do adb devices I see my device in the list, its the only android device thats connected to my computer. I don't have an idea how to fix it.
After some further experimenting I've gotting it done
In the adb command line you type folllowing command
1. adb devices
2. adb shell
3. settings put secure sysui_nav_bar "space,recent;home;back,menu_ime"
4. that's all
Click to expand...
Click to collapse
After Step 2 press ENTER
then the command prompt should enter a shell (you will see b2n_sprout:/)
in the shell you paste the command
See attached screenshot
Its there a way to change the icons to vanilla?

Categories

Resources