[MOD] [HOW-TO] Create Your Own Splash Screens [S-OFF] - One (M9) Themes and Apps

Splash Screen Creation!!!
-Windows instructions-
I have unlocked bootloader and S-OFF. (The attached android-info.txt is for the INTERNATIONAL Variant only)
Video linked at the bottom to follow along with, if the words here are too hard to follow...
per usual, not responsible for bone-headed ness
You will need:
latest adb & fastboot
benny3's Image Converter (extracted in a project folder)
an image in the dimensions of 1080x1920 (can be .png, .jpg, .bmp)
latest View attachment android-info.txt
**optionally** Photoshop, GIMP, Paint (I guess this could work. eek)
Steps to make your HTC One not blind you upon a restart...
Edit photo to liking
MAKE SURE IMAGE IS THE CORRECT SIZE ---> [ 1080x1920 ] <---
Open benny3's converter FOLDER, copy image to the 'place-image-here' folder
Run CLICK-HERE.BAT
Convert .jpg (.bmp, .png) to .img, close upon completion
Copy custom.img(from place-image-here folder) to Project Folder, rename file to splash1.nb0
Copy android-info.txt to same Project Folder
Zip/Archive these two files (I use winRAR), archive format MUST be .zip
Copy ProjectFolder.zip to sdk directory (wherever your fastboot command is located)
Reboot into Download Mode, plug phone into computer
Open adb/fastboot folder in command prompt (SHIFT + Right-click inside folder)
Code:
fastboot devices
fastboot oem rebootRUU
fastboot flash zip ProjectFolder.zip
fastboot reboot
Enjoy
Video to follow along with...
https://youtu.be/EpxvJozVB2U
-MAC OSX instructions-
http://forum.xda-developers.com/showpost.php?p=60823528&postcount=5
Thanks to @schmeggy929, @SoLdieR9312, @benny3 for the tool and the community for the information :good::good:

Link to some splash screens I've made coming soon (may/may not takes requests), meanwhile,
check out [MOD][S-OFF] Splash Screen Collection for HTC One M9by @SoLdieR9312

Will that latest info.text run on a verizon variant running build 1.33.605.15? I get errors and failed messages on anything else.

Archangel said:
Will that latest info.text run on a verizon variant running build 1.33.605.15? I get errors and failed messages on anything else.
Click to expand...
Click to collapse
If you do a "fastboot getvar all", do you get:
Code:
MID: 0PJA30000
CID: VZW__001
If so, I think those are the only differences between the android-info.txt for int, sprint, vzw, and so on...
If those are your values, try this. just rename to android-info.txt

Instructions for OSX
I'm adding instructions for anyone with a Mac who doesn't want to bother with Bootcamp, as Benny's tool is a Windows batch file. This is essentially the same process, just manually. (As stated above, you must of course be s-off.)
You need a utility called ffmpeg, which you can download here: http://ffmpegmac.net. Place the ffmpeg app in a separate folder (don't try to install it, just drop it there).
1. Prepare splash image and name custom.jpg
2. Move custom.jpg to ffmpeg folder.
3. Open Terminal at folder.
4. Enter this command:
Code:
./ffmpeg -i custom.jpg -f rawvideo -pix_fmt rgb565 splash1.nb0
This will output a splash image in that folder with the name splash1.nb0.
5. Using an archiving program (not the OSX Archive command, which will include extraneous files), zip the splash image and android-info.txt into a single zip file. I use B1FreeArchiver.
6. Flash in fastboot/Download mode as above.

I get errors and failed messages on anything else.

Worked perfect brother thank you!
predator1584 said:
If you do a "fastboot getvar all", do you get:
Code:
MID: 0PJA30000
CID: VZW__001
If so, I think those are the only differences between the android-info.txt for int, sprint, vzw, and so on...
If those are your values, try this. just rename to android-info.txt
Click to expand...
Click to collapse

I have132.401.17 can I still use the. 15 android txt file

acidspider said:
I have132.401.17 can I still use the. 15 android txt file
Click to expand...
Click to collapse
The only thing that matters, is the Model-ID and CID. If it doesn't work, it'll give you an error and shouldn't cause any issues, give it a whirl and let me know!

can flash in download mode?
fastboot flash filename.zip?
---------- Post added at 05:43 PM ---------- Previous post was at 05:25 PM ----------
predator1584 said:
The only thing that matters, is the Model-ID and CID. If it doesn't work, it'll give you an error and shouldn't cause any issues, give it a whirl and let me know!
Click to expand...
Click to collapse
worked a treat, cheers

Made a nice M9 splash. made from the MultiCam theme from my old M8 Thanks to @rayford85, @Pfaffinator for the image. i just added some personal MERICA stuff.
works great on my M9 with the Viper one m9 2.2.0 with the 1.40.401.8 firmware.
Here is a pic of it.
https://www.dropbox.com/s/t746gf4jy25sj77/molon.jpg?dl=0

Semi-n00b here: Is there a way to extract the android-info.txt from my device via adb or root? I want to try this on my One M8, but I need the right android-info.txt, I can't download any stock firmwares online because Android File Host is currently down and that's where the only ones are currently being hosted. Sorry in advance if this is stupid, google really didn't give me any answers...

bryanedwards441 said:
Semi-n00b here: Is there a way to extract the android-info.txt from my device via adb or root? I want to try this on my One M8, but I need the right android-info.txt, I can't download any stock firmwares online because Android File Host is currently down and that's where the only ones are currently being hosted. Sorry in advance if this is stupid, google really didn't give me any answers...
Click to expand...
Click to collapse
There's no such thing as a Noob-question, but if you take the latest OTA or firmware update and extract the "android-info.txt" file, you can then put that file into the folder where you're creating the splash screen, I uploaded a video that shows just how easy it is once you have the "android-info.txt," if you have any more questions, feel free to message me. I'm always happy to help

Related

[HOW TO] Extract Rom.zip From RUU

Extracting ROM files from HTC RUU
Official HTC ROM updates are released as RUU (ROM Update Utility), which you run on your (Windows) PC to get the target device updated automatically.
Some of the big brains in the Android community release RUUs re-packaged into signed update files,
which in turn allow for whatever ROM customization you can imagine.
In this how to I will explain how to extract ROM files from a RUU image,
which you can then customize and use to flash your device without the fear of a new bootloader possibly making your device unrootable.
Requirements :
Windows PC,
Microsoft Process Monitor,
File Archiver capable of extracting ZIP files(eg, 7ZIP),
Official HTC RUU for your Android device.
The process of extracting ROM files from a RUU is really straightforward.
The idea behind it is that the self-contained update utility first needs to unpack the update payload into a temporary folder before pushing it onto the device.
This is when we grab the ROM file...
1. download the official RUU
2. start Process Monitor.
3. press CTRL+L
4. change "Architecture" to "Process Name"
5. leave the "is" field as it is
6. in the empty field copy and paste the name of your
RUU file (eg, RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed.exe)
7. click "Add"
8. change "Process Name" to "Path"
9. change "is" to "Contains"
10. in the blank field type "rom.zip" (without quotes)
11. click add
Click "OK" to set the filter and then run the RUU file.
Once the utility starts switch back to Process Monitor and look for an entry in the "Path" column that ends with "\rom.zip".
Right click on that line and select "Jump to..."
this will open a Windows Explorer window in the folder which contains the zipped ROM files
Copy the "rom.zip" file to some other folder, outside of the temp RUU folder tree (eg, desktop)
Once copied, close Process Monitor and the RUU utility.
The copied "rom.zip" file contains the following files:
android-info.txt - list of CIDs this RUU will flash to,
boot.img - root file system image,
hboot (followed by a version string) - boot-loader update,
radio.img - radio driver update,
recovery.img - recovery partition image,
splash1_Hero_320x480.nb0 - boot loader splash image,
system_rel.img - system partition image,
userdata.img - data partition image.
You can now, among many other things, root the ROM
and then flash the updated boot.img and all the other image files on to your device using Recovery​
it doesnt work... the process monitor colum is all blank after running RUU... there are no processes listed
munnibhai said:
it doesnt work... the process monitor colum is all blank after running RUU... there are no processes listed
Click to expand...
Click to collapse
you mst be doing something wrong i double checked the method and it still works fine for me..
make sure your environment is set up correctly and run everything as administrator or disadle uac in windows..
thanks for the reply, let me check it again...
i will post back to u
rom.zip corrupted
I followed the directions and like another post in here procmon shows a blank screen. I went to task manager and opened processes and saw when it ran then clicked open file location and found it. I did this twice and both zips are corrupt. (used winzip)
error [D:\android apps\EVO root\EVO\rom.zip]: start of central directory not found; Zip file corrupt.
Possible cause: file transfer error
when I close the RUU all the files in that folder disappear so you have to leave the RUU running while you copy the zip file or it's gone.
At least that's what I saw.
update to last post
I found a zip repair tool and was able to repair and extract the 1.10.653.2 RUU rom capture. I will have to try to run it later. If anyone gets corrupted zip error, Zip Repair pro will repair it.
To get the rom zip without any errors just run the ruu.exe file, when the box with a picture of a phone pops up, click start on pc, type in "run" and click on run then in that box that pops up, type in %temp% and click ok. Another window pops up then just scroll down to the most recent folder and rom.zip will be in there, if not it will be in the next folder.
Hi,
when I try to open the rom.zip I get an error message, it just said it cannot open with 7zip and with windows it says its invalid.
I tried downloading the RUU multiple times but still the same error. I rune the RUU as administrator.
Tried copying it over to different locations and then open it.
RUU_ENRC2B_U_JB_45_O2_UK_1.14.206.13_Radio_3.1204.167.31_release_289474_signed
HTC ONE X+
Thank you
Update:
I used Zip Repair Pro.. however there is no boot.img inside the repaired zip -_-
For those which have problem with making Process Monitor detect RUU temp folder, make sure You add whole file name of RUU including .exe at the end.
Jmcclue's steps, work perfectly, Thank you post #7
htc RUU Rom
Inside 4ndroid said:
Extracting ROM files from HTC RUU
Official HTC ROM updates are released as RUU (ROM Update Utility), which you run on your (Windows) PC to get the target device updated automatically.
Some of the big brains in the Android community release RUUs re-packaged into signed update files,
which in turn allow for whatever ROM customization you can imagine.
In this how to I will explain how to extract ROM files from a RUU image,
which you can then customize and use to flash your device without the fear of a new bootloader possibly making your device unrootable.
Requirements :
Windows PC,
Microsoft Process Monitor,
File Archiver capable of extracting ZIP files(eg, 7ZIP),
Official HTC RUU for your Android device.
The process of extracting ROM files from a RUU is really straightforward.
The idea behind it is that the self-contained update utility first needs to unpack the update payload into a temporary folder before pushing it onto the device.
This is when we grab the ROM file...
1. download the official RUU
2. start Process Monitor.
3. press CTRL+L
4. change "Architecture" to "Process Name"
5. leave the "is" field as it is
6. in the empty field copy and paste the name of your
RUU file (eg, RUU_Ace_Sense30_S_HTC_WWE_3.12.405.1_Radio_12.65.60.29_26.14.04.28_M_release_225512_signed.exe)
7. click "Add"
8. change "Process Name" to "Path"
9. change "is" to "Contains"
10. in the blank field type "rom.zip" (without quotes)
11. click add
Click "OK" to set the filter and then run the RUU file.
Once the utility starts switch back to Process Monitor and look for an entry in the "Path" column that ends with "\rom.zip".
Right click on that line and select "Jump to..."
this will open a Windows Explorer window in the folder which contains the zipped ROM files
Copy the "rom.zip" file to some other folder, outside of the temp RUU folder tree (eg, desktop)
Once copied, close Process Monitor and the RUU utility.
The copied "rom.zip" file contains the following files:
android-info.txt - list of CIDs this RUU will flash to,
boot.img - root file system image,
hboot (followed by a version string) - boot-loader update,
radio.img - radio driver update,
recovery.img - recovery partition image,
splash1_Hero_320x480.nb0 - boot loader splash image,
system_rel.img - system partition image,
userdata.img - data partition image.
You can now, among many other things, root the ROM
and then flash the updated boot.img and all the other image files on to your device using Recovery​
Click to expand...
Click to collapse
this is good working 100% thank you :good:
i_4_u89 said:
this is good working 100% thank you :good:
Click to expand...
Click to collapse
no problem and please instead of saying thanks please remember to hit the thanks button on threads first post..
works great, to bad you cant open the zip file
jpwhre said:
works great, to bad you cant open the zip file
Click to expand...
Click to collapse
You can open the zip. Go back a page n try the way i said.
jmcclue said:
You can open the zip. Go back a page n try the way i said.
Click to expand...
Click to collapse
note path is desktop (last post showed from temp folder) and i still get same results. did some searching and aperantly htc now signs their zip files and they can't be opened anymore. having usb issues that causes fastboot force close errors and need to be able to flash boot.img thru flashify app to return it to stock. ran the htcguru reset rom that uses aroma installer to return to stock that lets me take ota's but i get qualcom location force close and other custom roms give me issues forcing me to reset phone to stock every few days with guru installer. flashing recovery in fastboot is a chore as well. I have s-off and can keep it, but doing fastboot oem lock wont relock the bootloader, even though it shows success in cmd line. i can cid and super cid with fastboot.
it leaves me at a point where i really need to pull everything out of the rom.zip file and it wont open.
pic 1, 7zip wont open archive on desktop
pic 2, how i get recovery to flash
pic 3, results from running RUU
i have to reboot device, set comand to reboot bootloader, set command to flash recovery all faster than phone will do all commands to get it to flash, and RUU doesnt work that fast. i know im on sprint with htc one m7, but google search "extract htc zip" "extract rom.zip" both lead to this thread as top result. no other searches will tell me how to open the archive, except one that resulted in "htc signed zips can no longer be opened"
you're more than welcome to give it a go
http://forum.xda-developers.com/showthread.php?t=2795856 Sprint_HTC_One_m7wls_5.05.651.2_RUU.exe
Did HTC change the way they create the exe? I don't find it, the biggest file is data1.cab file that I can't extract.
I'm trying to extract the stock rom for an ATT HTC One Mini (m4) because RUU keeps crashing on me and won't install. I am also rooted with S-off.
If anybody can help me get the stock m4 rom so I can go back to stock, I would really appreciate it.
SyPete said:
Did HTC change the way they create the exe? I don't find it, the biggest file is data1.cab file that I can't extract.
I'm trying to extract the stock rom for an ATT HTC One Mini (m4) because RUU keeps crashing on me and won't install. I am also rooted with S-off.
If anybody can help me get the stock m4 rom so I can go back to stock, I would really appreciate it.
Click to expand...
Click to collapse
No they didn't change it. Some ruu's use a different format requiring the use of a tool called unruu instead of trying to capture the zip file when using the exe (I just learned this today). I've gone ahead and used unruu and the resulting zips have been put in a single tar file. you can download it from here for about 30 days after which ill have to delete the file. also i dont know which zip has what in it.
hi
master how to open Zip firmware !!?
i want to open zip firmware (PM60IMG.zip Desire 400)with 7zip ! but shows below error :
"can not open file PM60IMG.zip az archive "
how to pass this encryption ?
gandolf007 said:
hi
master how to open Zip firmware !!?
i want to open zip firmware (PM60IMG.zip Desire 400)with 7zip ! but shows below error :
"can not open file PM60IMG.zip az archive "
how to pass this encryption ?
Click to expand...
Click to collapse
https://github.com/kmdm/ruuveal/tree/f4936338f19841c75edafbe7e622242105cb39aa

{S-OFF}Splash Screen for Verizon HTC One M9

it appears you can use splashes from the M7 and M8 just take splash.565 or splash1.img and rename to splash1.nb0 and place in empty zip
Big thanks to @iElvis for the VZW android-info.txt and zip
to make your own splash use
[APP] Splash Image Converter And Flasher 2.0
http://forum.xda-developers.com/showthread.php?t=2316060
You must have adb installed.
put splash zip in your platform-tools folder
adb reboot bootloader
fastboot oem rebootRUU
fastboot flash zip ZIP FILE NAME.zip
fastboot reboot
NOT RESPONSIBLE FOR EPIC FAILS
Here is a couple i kanged
awesome job many thanks!
just a FYI the android-info.txt says 1.32.401.15, while the one for VZW is 1.33.605.15.
can prolly just edit it to say the correct number, but not 100%
Looks nice. I need that black one. Thanks for finding this out..
i changed the version in the info and fast flashed it worked but since it doesn't really effect anything and becuz im fat and lazy gonna leave it :silly:
Any chance of more detailed instructions for those of us not familiar with those tools? I would really like to try to make my own.
xgerryx said:
Any chance of more detailed instructions for those of us not familiar with those tools? I would really like to try to make my own.
Click to expand...
Click to collapse
what you need help with
Karl said:
what you need help with
Click to expand...
Click to collapse
Just like, more dumbed down instructions. What is the platform-tools folder, where do those commands get entered specifically. I tried them in ADB shell and nothing was working. The .bat program was giving me an error about the adb program not being installed. So I guess like a more detailed list maybe?
xgerryx said:
Just like, more dumbed down instructions. What is the platform-tools folder, where do those commands get entered specifically. I tried them in ADB shell and nothing was working. The .bat program was giving me an error about the adb program not being installed. So I guess like a more detailed list maybe?
Click to expand...
Click to collapse
hmm i see... platform-tools folder is a folder inside android sdk program folder.. those commands are entered in command prompt ...in adb shell
the big thing is you need to learn how to use adb and install adb give these a look over
http://forum.xda-developers.com/showthread.php?t=2317790
http://forum.xda-developers.com/showthread.php?t=2141817
http://forum.xda-developers.com/showthread.php?t=517874
http://forum.xda-developers.com/showthread.php?t=2266638
http://forum.xda-developers.com/showthread.php?t=1474956
https://developer.android.com/tools/help/adb.html
Karl said:
hmm i see... platform-tools folder is a folder inside android sdk program folder.. those commands are entered in command prompt ...in adb shell
the big thing is you need to learn how to use adb and install adb give these a look over
http://forum.xda-developers.com/showthread.php?t=2317790
http://forum.xda-developers.com/showthread.php?t=2141817
http://forum.xda-developers.com/showthread.php?t=517874
http://forum.xda-developers.com/showthread.php?t=2266638
http://forum.xda-developers.com/showthread.php?t=1474956
https://developer.android.com/tools/help/adb.html
Click to expand...
Click to collapse
Thank you so much! That explains why I couldn't find the fastboot part of it too. I'll do my homework and figure it all out
Karl said:
i changed the version in the info and fast flashed it worked but since it doesn't really effect anything and becuz im fat and lazy gonna leave it :silly:
Click to expand...
Click to collapse
nice thanks for testing. I'm OCD and I like the OS to say the correct one in download mode, makes no different though.
I haven't seen this anywhere yet but does anyone know the name (IE: 0P6BIMG.zip) to flash in bootloader like before? is this still an option? I noticed bootloader doesn't look for zips anymore.
Evocm7 said:
I haven't seen this anywhere yet but does anyone know the name (IE: 0P6BIMG.zip) to flash in bootloader like before? is this still an option? I noticed bootloader doesn't look for zips anymore.
Click to expand...
Click to collapse
ive seen this
Karl said:
ive seen this
Click to expand...
Click to collapse
That's download mode (there is no fastboot usb on the M9).
The file name is 0PJAIMG.ZIP.
That's zero p j a i m g.zip
You need to have the right android-info.txt in the file.
hgoldner said:
That's download mode (there is no fastboot usb on the M9).
The file name is 0PJAIMG.ZIP.
That's zero p j a i m g.zip
You need to have the right android-info.txt in the file.
Click to expand...
Click to collapse
:good:thats the only thing ive seen calling for a zip in reference to his question but it was in download not in boot , wasnt sure of its name or if it was still using them
Didn't think of that. Thanks guys
made the black version splash for updated firmware 2.6.605.10
md5: 9f1ffddf81eafd8115360151e10ce3ea
enjoy
good
has anyone been able to go back to stock splash screen after flashing a splash screen? re flashed firmware, reflashed stock aboot (in android development thread), reflashed no red text aboot (in android development thread), and still see first installed black splash screen. can anyone help? just want to go back to completely stock no custom splash screen.
nice didn't know you could do that
magesticschu said:
has anyone been able to go back to stock splash screen after flashing a splash screen? re flashed firmware, reflashed stock aboot (in android development thread), reflashed no red text aboot (in android development thread), and still see first installed black splash screen. can anyone help? just want to go back to completely stock no custom splash screen.
Click to expand...
Click to collapse
If the stock splash isn't in either of the firmware.zips, RUU may be only way. Unless the M8 one works.

How do if finds these options

I was looking on this blog to get the one m9 back to life agein and i saw few details that i have to mention how do i find them?
this blog: http://llabtoofer.com/enquiry-form/
THE DETAILS
Device Codename (ex. M9_UHL)
Hboot Version (ex. 3.19.0000)
CID (ex. HTC__001)
ROM Version Installed (ex. 1.40.401.8)(required)
ROM Version Required (ex. 2.10.401.1)(required)
idoguy said:
I was looking on this blog to get the one m9 back to life agein and i saw few details that i have to mention how do i find them?
this blog: http://llabtoofer.com/enquiry-form/
THE DETAILS
Device Codename (ex. M9_UHL)
Hboot Version (ex. 3.19.0000)
CID (ex. HTC__001)
ROM Version Installed (ex. 1.40.401.8)(required)
ROM Version Required (ex. 2.10.401.1)(required)
Click to expand...
Click to collapse
Boot to Download Mode, connect your phone to your PC via USB and use the fastboot command fastboot getvar all. The codename can be found in the line product (the htc_ is not part of the codename), your hboot version is stated in the line version-bootloader, the installed rom version can be found in the line version-main and cid should be self-explanatory. If there is a newer firmware for your device than the currently installed one then you can type that newer version into the field ROM Version Required. I guess they will update your phone for you if you do so. (In other words if you're already on the latest firmware you need to put the version-main into that field.)
Sorry for being noob do you have maybe a picture?And do i have to download some softwers?i only have htc sync manager
idoguy said:
Sorry for being noob do you have maybe a picture?And do i have to download some softwers?i only have htc sync manager
Click to expand...
Click to collapse
Download this *.zip file and create the following directory on your PC: "C:\Android\". Unzip the archive into that new created folder. Uninstall the Sync Manager (but keep the installed USB drivers). It's useless and will only interfere with the downloaded files. Keep the Shift button pressed and right click somewhere into the Android folder. Choose the option Open command window here. Now you only have to enter the command fastboot getvar all.
Flippy498 said:
Download this *.zip file and create the following directory on your PC: "C:\Android\". Unzip the archive into that new created folder. Uninstall the Sync Manager (but keep the installed USB drivers). It's useless and will only interfere with the downloaded files. Keep the Shift button pressed and right click somewhere into the Android folder. Choose the option Open command window here. Now you only have to enter the command fastboot getvar all.
Click to expand...
Click to collapse
thanks for the support! =D
You are the best!THANK YOU
One last thing i havnt found the cid number
Never mind found it sorry for driving you crazy thank you so much!!

Unable to sideload community build

I am trying to install the latest community build , I download a latest version of 3.5.3 from OnePlus's download section.
Currently I am on 3.2.7 , not rooted and boot loader is locked. All factory setting
these are the steps
check and make sure USB debugging is on
connect the device to PC
adb reboot recovery
device goes to recovery , select language and select install from adb on my phone
checking to make sure device is recognized and authorized
adb devices
50f4f77f sideload
************************************
adb sideload Update.zip
loading: 'Update.zip'
* cannot read 'Update.zip' *
I know I am in a correct folder as I already a did a <dir> and verified update.zip is in the current folder but lets try this
adb sideload C:\adb\Update.zip
loading: 'Update.zip'
* cannot read 'Update.zip' *
:crying:
at this point I am sure there is something wrong with the zip file. so I delete it and download the 3.2.6 just to test it out and I was able to downgrade to 3.2.6 with adb sildeload. once installation was complete I tried again to download 3.5.3 and sideload it but still getting a cannot read <filename> error.
any idea what I am missing here ?
By the way , I have tried several options such as :
1- changing the location of the file from adb folder to other location
2- renaming the file
3- launching cmd prompt as an administrator and navigating to the file location
Hello,
I have a strong feeling that you are trying to flash a wrong zip file. Can you mention the size of file that you mentioned as "update.zip"?
catrawalkar said:
Hello,
I have a strong feeling that you are trying to flash a wrong zip file. Can you mention the size of file that you mentioned as "update.zip"?
Click to expand...
Click to collapse
"OnePlus3Oxygen_16_OTA_003_all_1609142002_2a17363c90cd462e.zip" is the name of the file
nima352000 said:
"OnePlus3Oxygen_16_OTA_003_all_1609142002_2a17363c90cd462e.zip" is the name of the file
Click to expand...
Click to collapse
Then why are you giving command of update.zip? You should write the name of file in the command.
Replace "update.zip" in your command to the name of file as it is.
catrawalkar said:
Then why are you giving command of update.zip? You should write the name of file in the command.
Replace "update.zip" in your command to the name of file as it is.
Click to expand...
Click to collapse
As I mentioned in my post I have already tried that this was my last attempt as many folks out here saying that "renaming" the file helped them
nima352000 said:
As I mentioned in my post I have already tried that this was my last attempt as many folks out here saying that "renaming" the file helped them
Click to expand...
Click to collapse
Can you post a screenshot of your command prompt and folder that contains zip file?
catrawalkar said:
Can you post a screenshot of your command prompt and folder that contains zip file?
Click to expand...
Click to collapse
sure , here it is
I had this issue when I tried to download the first time. The zip is corrupted. I downloaded the file again and update your adb and fastboot version. I am sure it should work fine.
---------- Post added at 08:35 AM ---------- Previous post was at 08:29 AM ----------
I also suspect the issue could be due to renaming the filename manually into update.zip and when the extension is hidden, it becomes update.zip.zip. please crosscheck to be double sure.
Reboot your computer after you download the file.
I know it sounds weird but I have to do it every time I download the community builds and I've no idea why...otherwise they give the same error. Don't rename the file either there's no need.
nima352000 said:
sure , here it is
Click to expand...
Click to collapse
There could be renaming issue. Try re-downloading file and let me know if you have resolved the issue..
Renaming the file is only for the sake of convenience. Or else you may end up giving a wrong file name by typing error when giving the sideload command as the file names are usually too long.
In this case the file should have been corrupt (not fully downloaded).
Try opening the .zip file.
If it is corrupted, the CRC will fail and it won't open.
In which case you know you have a bad download.
debasish.patra said:
I had this issue when I tried to download the first time. The zip is corrupted. I downloaded the file again and update your adb and fastboot version. I am sure it should work fine.
---------- Post added at 08:35 AM ---------- Previous post was at 08:29 AM ----------
I also suspect the issue could be due to renaming the filename manually into update.zip and when the extension is hidden, it becomes update.zip.zip. please crosscheck to be double sure.
Click to expand...
Click to collapse
Hi , I did try to reinstall the adb drivers , but I will give it a shot again. Also as far as renaming the file the file in the above screen shot is originally downloaded from OnePlus's website without renaming. >dir command shows the file extension to be correct ending with .zip not zip.zip ..
anyways I will reinstall the adb drivers again today
Roxas598 said:
Reboot your computer after you download the file.
I know it sounds weird but I have to do it every time I download the community builds and I've no idea why...otherwise they give the same error. Don't rename the file either there's no need.
Click to expand...
Click to collapse
will give this a try . download a fresh copy with original name , reboot the PC and retry ? is that the sequence you are suggesting ?
kgs1992 said:
Try opening the .zip file.
If it is corrupted, the CRC will fail and it won't open.
In which case you know you have a bad download.
Click to expand...
Click to collapse
doesn't look like that was the case . was able to open the .zip file just fine
nima352000 said:
will give this a try . download a fresh copy with original name , reboot the PC and retry ? is that the sequence you are suggesting ?
Click to expand...
Click to collapse
Yep that's it mate
debasish.patra said:
I had this issue when I tried to download the first time. The zip is corrupted. I downloaded the file again and update your adb and fastboot version. I am sure it should work fine.
---------- Post added at 08:35 AM ---------- Previous post was at 08:29 AM ----------
I also suspect the issue could be due to renaming the filename manually into update.zip and when the extension is hidden, it becomes update.zip.zip. please crosscheck to be double sure.
Click to expand...
Click to collapse
by the way may I get the link to "adb and fastboot version" which you are referring to ? just wanted to make sure I am on the right track
What version of adb are you using?
Your screen print shows 944,128 bytes whereas mine shows 1,479,680 bytes for adb.exe
eg output from the command "adb version"
Android Debug Bridge version 1.0.36
Revision 8f855a3d9b35-android
Looks like you are on:
>adb version
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android
Roxas598 said:
Yep that's it mate
Click to expand...
Click to collapse
it actually worked ! thanks a bunch mate !
for anybody who is having the same issue and interested what was the solution , I download a new copy of .zip file from OnePlus websire . restarted my PC and tried again and it worked . Can't make any sense of it but that was the solution

Request for all fastboot commands needed to flash Anfroid P manually.

When trying to run flash-all bat file, am getting error regarding some missing sig files which are already there. Could anyone help with all the fastboot commands needed to flash all img files individually?
Just look in the bat file?
Sent from my Pixel XL using Tapatalk
The bat file only has the command to flash the whole zip file. I was looking for the one that does individual files in that one manually.
harihacker said:
When trying to run flash-all bat file, am getting error regarding some missing sig files which are already there. Could anyone help with all the fastboot commands needed to flash all img files individually?
Click to expand...
Click to collapse
Are you getting errors or file not present?
You can flash them with separate commands like fastboot flash system system.img, etc. Just make sure to flash everything correctly with correct commands. The flash all is just to make it easier on you and save time. Here's a link to a helpful site.
https://android.gadgethacks.com/how...actory-images-android-using-fastboot-0175277/

Categories

Resources