[Q&A] Nokia X ADB Driver autoinstall for Windows - Nokia X

Q&A for Nokia X ADB Driver autoinstall for Windows
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for Nokia X ADB Driver autoinstall for Windows. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!

fastboot -i 0x0421 flash splash1 splash1.img
Not found splash1 ,
fastboot -i 0x0421 flash splash1 splash1.img
sending 'splash1' (750 KB)...
OKAY [ 0.063s]
writing 'splash1'...
FAILED (remote: partition table doesn't exist)
finished. total time: 0.063s
Help please

Related

<Remote: Partition does not exist!> During Splash Screen Flash

Hi everyone
Having trouble with these commands. I reinstalled Windows the other day and I cant get it set up properly now. It worked perfectly before.
I have installed Android SDK, the platform-tools pack which has ADBWinAPI.dll in it and I have the Java development installed.
Here is what happens when I try to flash a splash screen:
...android-sdk/tools/fastboot flash splash splash1.img
sending 'splash' [750kb] ...
OKAY [ 0.176 s]
writing 'splash' ...
FAILED <remote: partition does not exist!>
finished. total time: 0.0227s
I haven't seen this happen before.
If anybody can give me some advice I would be very grateful.
The partition name is 'splash1' (not 'splash'), so if your image is called splash1.img the correct command would be:
Code:
fastboot flash splash1 splash1.img
//sent from my Desire HD using Tapatalk; all errors entirely intentional.
Hi
Thanks very much for the reply. However I managed to flash it by putting it in a blank PD98IMG.zip.
Thanks anyway

[Q&A] [UTILITY]rezo609's All-In-One Utility UPDATED 6/19/12

Q&A for [UTILITY]rezo609's All-In-One Utility UPDATED 6/19/12
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [UTILITY]rezo609's All-In-One Utility UPDATED 6/19/12. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
failed rooting with rezor609 tool
I'm trying to root old HTC wildfire S with rezor609 tool but im getting this. Any idea ??
Krzysztof
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Rebooting to Fastboot
Check Fastboot
Press any key to continue . . .
SH19RTR19753 fastboot
.
sending 'recovery' (4494 KB)...
OKAY [ 1.697s]
writing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 1.699s
Press any key to continue . . .
.
downloading 'boot.img'...
OKAY [ 1.698s]
booting...
FAILED (remote: not allowed)
finished. total time: 1.699s
.
DO NOT USE THE POWER BUTTON TO SELECT. Please use the Search button instead of t
he Power button.
Now choose Install Zip from Sdcard then select root.zip. Press yes.
Press any key to continue . . .
krzysiaczek99 said:
I'm trying to root old HTC wildfire S with rezor609 tool but im getting this. Any idea ??
Krzysztof
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Rebooting to Fastboot
Check Fastboot
Press any key to continue . . .
SH19RTR19753 fastboot
.
sending 'recovery' (4494 KB)...
OKAY [ 1.697s]
writing 'recovery'...
FAILED (remote: not allowed)
finished. total time: 1.699s
Press any key to continue . . .
.
downloading 'boot.img'...
OKAY [ 1.698s]
booting...
FAILED (remote: not allowed)
finished. total time: 1.699s
.
DO NOT USE THE POWER BUTTON TO SELECT. Please use the Search button instead of t
he Power button.
Now choose Install Zip from Sdcard then select root.zip. Press yes.
Press any key to continue . . .
Click to expand...
Click to collapse
unlock your bootloader on your wildfire s then use the rooting tool.
rezo609 said:
unlock your bootloader on your wildfire s then use the rooting tool.
Click to expand...
Click to collapse
Can i use your tool for unlocking the boot loader or follow the procedure from htcdev ??
THX
Thank You .. these tools helped me muuuch ..
HTC Wildfire S A510e .. couldnt make anything else work.. and with these .. just threee steps to root ...
HTCdev unlock ..
Use YOUR tools
BE HAPPY

[Q&A] [TOOL] WinDroid Universal Android Toolkit | Unlock | Root | Flash | One (M9)

[Q&A] [TOOL] WinDroid Universal Android Toolkit | Unlock | Root | Flash | One (M9)
Q&A for [TOOL] WinDroid Universal Android Toolkit | Unlock | Root | Flash | One (M9)
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [TOOL] WinDroid Universal Android Toolkit | Unlock | Root | Flash | One (M9). If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
The program is very easy to use, my M9 has ROOT success. You can look forward to S-OFF
The program is very easy to use, my M9 has ROOT success. You can look forward to S-OFF
T-Mobile HTC One (M9) Root issues
I unlocked the bootloader, by going through the procedure of collecting my hash and posting it on the HTC developer site. They then emailed me an Unlock_code. Which I applied and now the phone says it's unlocked.
So my HTC One (M9) is now bootloader unlocked.
However when I go through the procedure of installing 'twrp' at the command line.
With all the appropriate files in the same folder.
My command line:
adb devices
adb reboot bootloader
fastboot devices
(I've tried all of these and just get an error, see below)
fastboot flash recovery twrp.img
fastboot flash recovery twrp-2.8.5.0-hima
fastboot flash recovery twrp-2.8.6.0-hima
Bootloader mode error
C:\HTCphone>fastboot flash recovery twrp.img
target reported max download size of 536870912 bytes
error: cannot load 'twrp.img': No error
Download mode error
C:\HTCphone>fastboot flash recovery twrp.img
target reported max download size of 800000000 bytes
error: cannot load 'twrp.img': No error
I've tried with the phone set to bootloader mode and manually set to download mode.
Any ideas???
I have everything setup correctly I believe. USB debugging and all that good stuff.
Someone should make a Youtube video to prove that it can be done.
Unlock_code
I tried it just night and it worked. I was able to flash twrp and root my phone.

[Q&A] [OTA ZIP+TWRP] HTC Desire Eye 2.19.401.1 STOCK Europe 5.0.2 Lollipop

Q&A for [OTA ZIP+TWRP] HTC Desire Eye 2.19.401.1 STOCK Europe 5.0.2 Lollipop
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [OTA ZIP+TWRP] HTC Desire Eye 2.19.401.1 STOCK Europe 5.0.2 Lollipop. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
Help please
i got this message when i used fastboot
C:\Users\Anders\AppData\Local\Android\android-sdk\platform-tools>fastboot flash
recovery recovery.img
target reported max download size of 1826414592 bytes
sending 'recovery' (14958 KB)...
OKAY [ 1.375s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.942s
is it right or is it suposed to say something else ???
yamix112 said:
i got this message when i used fastboot
C:\Users\Anders\AppData\Local\Android\android-sdk\platform-tools>fastboot flash
recovery recovery.img
target reported max download size of 1826414592 bytes
sending 'recovery' (14958 KB)...
OKAY [ 1.375s]
writing 'recovery'...
(bootloader) signature checking...
FAILED (remote: signature verify fail)
finished. total time: 1.942s
is it right or is it suposed to say something else ???
Click to expand...
Click to collapse
To flash partitions via fastboot you've got to have bootloader unlocked.
thanks
condi said:
To flash partitions via fastboot you've got to have bootloader unlocked.
Click to expand...
Click to collapse
ok i will unlock it now and then try again thank you for the tip
Thanks
I just don't understand what does flashing firmware.zip do? What if I just restored system via TWRP?
Thanks again
Looks like it is gonna work It is currently optimizing my apps "maybe due to switch from Dalvich to ART"
THANK YOU SO MUCH EVERYTHING IS NOW WORKING PERFECTLY,
Sent from my HTC Desire EYE using XDA Free mobile app
modaifallah said:
I just don't understand what does flashing firmware.zip do? What if I just restored system via TWRP?
Click to expand...
Click to collapse
if you will not update firmware with radio, then it could not work 100% properly - network signal, battery, wifi, sound etc etc.
its always recommended to flash main firmware + proper radio.
Add this to your post
condi said:
if you will not update firmware with radio, then it could not work 100% properly - network signal, battery, wifi, sound etc etc.
its always recommended to flash main firmware + proper radio.
Click to expand...
Click to collapse
I experienced this error:
flashing firmware with adb/fastboot
sending 'zip' (51931 KB)...
OKAY [ 2.250s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 2.427s
and looks like someone is doing the same. I googled and I found that I have to relock my bootloader first using
"fastboot oem lock" then use your command. Thanks again.
modaifallah said:
I googled and I found that I have to relock my bootloader first using
"fastboot oem lock" then use your command. Thanks again.
Click to expand...
Click to collapse
Thanks friend, info added !
br
condi
I have downloaded the OTA file from the settings menu of my phone. But my phone is on stock rom and TWRP 2.8.4.0. Is there a way that I can still update to lollipop 5.0 using TWRP and the downloaded OTA file? Whenever I click the install now option it will boot up into TWRP, then when I click Install and point to the zip file downloaded by the OTA, there are multiple errors.
Please let me know what are the best options for me to update since I do not have an access to a computer. So the only way is to update through my phone
EDIT: I found the downloaded OTA location. It's in SD CARD download folder
You'll have to restore a lollipop nandroid for your variant. You can't use TWRP to flash the ota because you need stock recovery.
Sent from my HTC Desire EYE using XDA Free mobile app
How to unmodified /system partition?
i've done RELOCKED bootloader and UNLOCKED it(used WinDroid Universal Android Toolkit v2.4) and nothing changed, just i got like a new phone, all internal SD gone. my version is 1.17.707.9, 4.4.4. no one upload recovery.img of this version and so it will work?
and it will help to unmodified /system partition? if it not so How to unmodified /system partition?
sorry for stupid question.
mine also same problem>my phone also having same versio 1.17.707.9
we have to revert first to stock and it requires rom update utility?it is no finding any where link.
please can any one help>
modaifallah said:
I experienced this error:
flashing firmware with adb/fastboot
sending 'zip' (51931 KB)...
OKAY [ 2.250s]
writing 'zip'...
(bootloader) zip header checking...
(bootloader) zip info parsing...
FAILED (remote: 99 unknown fail)
finished. total time: 2.427s
and looks like someone is doing the same. I googled and I found that I have to relock my bootloader first using
"fastboot oem lock" then use your command. Thanks again.
Click to expand...
Click to collapse
i'd relocked bootloader with "fastboot oem lock" and it's still FAILED the same.
i download zip file from "www.htcdev.com/devcenter/downloads" i don't know what it is for, i just tried, seems like there's no solution for 1.17.707.9. RUU, fastboot, nothing works:crying:.
pkzr said:
i'd relocked bootloader with "fastboot oem lock" and it's still FAILED the same.
i download zip file from "www.htcdev.com/devcenter/downloads" i don't know what it is for, i just tried, seems like there's no solution for 1.17.707.9. RUU, fastboot, nothing works:crying:.
Click to expand...
Click to collapse
You have relocked the bootloader then flashed the zip file uploaded by the DEV in the 1st post in the thread? If still failed put it on your SD card (don't rename the zip!) and boot into fastboot. It will ask you to install it. If still not working, flash this ROM http://forum.xda-developers.com/desire-eye/development/rom-beatmod-desire-eye-android-5-0-2-t3094559 from recovery after re-unlocking bootloader and flashing TWRP. It is based on the Desire EYE stock lollipop + Sense 7 apps from M9. You will sure like it. Sorry for my English, I'm Egyptian.
can some one help me out
hey guys i s-off my desire eye with sunshine and did a backup of 4.4.4 and relocked bootloader changed my cid installed stock recovery trying to do ota update and it's saying its been modified and i can't update what can i do ? thanks
---------- Post added at 06:14 PM ---------- Previous post was at 05:42 PM ----------
benp02746 said:
hey guys i s-off my desire eye with sunshine and did a backup of 4.4.4 and relocked bootloader changed my cid installed stock recovery trying to do ota update and it's saying its been modified and i can't update what can i do ? thanks
Click to expand...
Click to collapse
is there even a way to change the mid on this device that's why it is failing if some one could let me know if not ill just go back to the stock rom
benp02746 said:
hey guys i s-off my desire eye with sunshine and did a backup of 4.4.4 and relocked bootloader changed my cid installed stock recovery trying to do ota update and it's saying its been modified and i can't update what can i do ? thanks
Click to expand...
Click to collapse
why not just use a TWRP backup instead of ther OTA? that should work... IF you updated the firmware already.
i did
snehonja said:
why not just use a TWRP backup instead of ther OTA? that should work... IF you updated the firmware already.
Click to expand...
Click to collapse
i was kinda trying to unbrand it and leave att but i feel like it's buggy and don't run as the att rom,do you have the att version?
how to root HTC Desire Eye
Can you make a video explaining how to root HTC Desire Eye , I already downloaded all the required files from this post http://forum.xda-developers.com/desire-eye/development/ota-zip-twrp-htc-desire-eye-stock-t3082435 but I still don't know how to root it :\
I really need help

Blackview a20 flash twrp

Hi can anyone help me flash twrp to a blackview a20
I have download the twrp file from unofficialtwrp, flashed as i always have on my other phones fastboot oem unlock, fastboot flash recovery recovery.img
everything looks like its working but twrp will not load and just boots the phone
PS C:\Blackview A20> fastboot flash recovery recovery.img
target reported max download size of 134217728 bytes
sending 'recovery' (11738 KB)...
OKAY [ 0.383s]
writing 'recovery'...
OKAY [ 0.599s]
finished. total time: 0.984s
APC73 said:
Hi can anyone help me flash twrp to a blackview a20.........
Click to expand...
Click to collapse
I don't have this device myself and it does looks like your device has an MT6580M Chipset.
Knowing that, you should be able to obtain some member guidance within the following thread that's specific to TWRP for the MT6580-Based Devices.
https://forum.xda-developers.com/showthread.php?t=3505687
Good Luck!
~~~~~~~~~~~~~~~
UNLESS asked to do so, PLEASE don't PM me regarding support. Sent using The ClaRetoX Forum App on my Enigma Machine {aenigma = Latin for "Riddle" AND Nickname for "My Ex-Wife"}.

Categories

Resources