[GUIDE]How to take Screenshots in Recovery with adb - Nexus 4 General

Hello everyone, I searched a lot for a guide that tell me how to take screenshot in Recovery but I didn't find anything that works for me. I tried using "monitor" in Android SDK but it doesn't work.
But now I found a method that works for Nexus 4 and I want to share with you:
How to take Screenshot in Recovery:
(I used Windows)
- Install Android SDK (https://developer.android.com/sdk/index.html).
- Reboot your phone in Recovery.
- Connect your phone to the PC (you must have the correct drivers installed).
- Type:
Code:
cd C:\"the path where adb is located"
and press enter, for me was:
Code:
cd C:\Users\MyName\desktop\adt-bundle-windows-x86_64-20131030\adt-bundle-windows-x86_64-20131030\sdk\platform-tools
or drag and drop the folder where adb is located.
- Use this code to check if your device is recognized
Code:
adb devices
- Take the screenshot:
Code:
adb pull /dev/graphics/fb0 fb0.raw
{
"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"
}
- You will found the file in the folder where adb is located.
- Now we have to convert the RAW file in JPG file, I used Irfanview.
How to convert RAW with Irfanview:
- Install the program and the PLUGINS.
- Open the RAW file and use this Setting for Nexus 4 (I don't know if this works with other devices):
Image width: "768";
Image height: "1280";
File header size "0";
BitsPerPixel (BPP): "32";
Bayer pattern start: "GR";
Options for 24 and 32 BPP: "Color order: RGB (32 bit: RGBA)";
The result:
Sorry for my bad English

Pretty cool!! Never thought this was possible.
Sent from my Nexus 4 using Tapatalk

Didn't know that! Thanks
Sent from my Nexus 4 using Tapatalk 2

indieguy said:
Didn't know that! Thanks
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Anyone know how to convert the raw to jpg in linux preferably via command line? Then a shell script could easily be written to snag the image and do the convert.

famewolf said:
Anyone know how to convert the raw to jpg in linux preferably via command line? Then a shell script could easily be written to snag the image and do the convert.
Click to expand...
Click to collapse
I don't know. If you found a method that works tell me and I will add it to this guide

Desno365 said:
I don't know. If you found a method that works tell me and I will add it to this guide
Click to expand...
Click to collapse
Here's the example I found using the tool "convert" from ImageMagick which is supported by just about every linux distro:
convert -define jpeg:size=128x128 input.raw -thumbnail 128x128 output.jpg
obviously the sizes need to be different...more details on convert can be found here: http://www.imagemagick.org/script/convert.php

famewolf said:
Here's the example I found using the tool "convert" from ImageMagick which is supported by just about every linux distro:
convert -define jpeg:size=128x128 input.raw -thumbnail 128x128 output.jpg
obviously the sizes need to be different...more details on convert can be found here: http://www.imagemagick.org/script/convert.php
Click to expand...
Click to collapse
Thanks, when I have time I will try this method and if it works I will add it to this guide

Is this compatible with all recoveries, or just cwm?

hp420 said:
Is this compatible with all recoveries, or just cwm?
Click to expand...
Click to collapse
I have tested it with CWM and TWRP, and it works

Desno365 said:
I have tested it with CWM and TWRP, and it works
Click to expand...
Click to collapse
Wonderful, thanks a bunch!! This is definitely going to come in handy if I get any errors while flashing Typing out the whole error message is sort of a pain, but this will make everything so much easier!! Again, wonderful find!!!

famewolf said:
Here's the example I found using the tool "convert" from ImageMagick which is supported by just about every linux distro:
convert -define jpeg:size=128x128 input.raw -thumbnail 128x128 output.jpg
obviously the sizes need to be different...more details on convert can be found here: http://www.imagemagick.org/script/convert.php
Click to expand...
Click to collapse
I used this code:
Code:
convert -size 768x1280 -depth 32 rgb:'/home/user/fb0.raw' fb0.jpg
but I get always black images and when I use this code that I copy from you:
Code:
convert -define jpeg:size=768x1280 '/home/user/fb0.raw' -thumbnail 768x1280 fb0.jpg
I get this error:
Code:
convert: no decode delegate for this image format `/home/user/fb0.raw' @ error/constitute.c/ReadImage/532.
convert: missing an image filename `fb0.jpg' @ error/convert.c/ConvertImageCommand/3011.
I don't know what to do

It's missing something from /etc/ImageMagick/delegates.xml
That example was taken from here: http://stackoverflow.com/questions/10558487/convert-raw-photos-to-jpeg-in-linux-php
I havent got a clue what needs to be tweaked in delegates.xml. I'll try to do some hunting around.

famewolf said:
It's missing something from /etc/ImageMagick/delegates.xml
That example was taken from here: http://stackoverflow.com/questions/10558487/convert-raw-photos-to-jpeg-in-linux-php
I havent got a clue what needs to be tweaked in delegates.xml. I'll try to do some hunting around.
Click to expand...
Click to collapse
Thanks for your help, I will also try to found a solution

Related

[THEME] eViL Lockscreen Port!

After converting from G1 to Hero I am amazed by the lack of themes for hero, I would of though there be at least colour changes??
Anyway after giving myself a crash course on package stripping building and signing I've come up with this
{
"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"
}
None of work was mine, I just re-packaged it to run on Hero's Custom ROM's.
Download Modaco 2.2 to 2.8 version here >>http://www.4shared.com/file/137484516/5a864521/update.html
Will it run on other ROMs, do you need root?
Yep you will need root I'm afraid. It should work on both 2.2 & 2.3 MoDaCo's rom
How does this fit in with music player? As that curves around the curved bar...?
nicelad_uk said:
How does this fit in with music player? As that curves around the curved bar...?
Click to expand...
Click to collapse
Works fine
I've just tested it on my updated Orange hero...seems to be working fine at the moment and no problems..........but does anyone know if this isn't safe to do (cause some future problems)? Should I not use it and revert back because I dont have the modaco rom installed?
should honestly be fine
It looks awsome thank you!
Tried this with the stock RUU EU Rom and it worked fine.
Wondering about the transparent background that Evil uses, is that just a Transparent image i could make in photoshop or is there much more to it?
ratcom said:
After converting from G1 to Hero I am amazed by the lack of themes for hero, I would of though there be at least colour changes??
Anyway after giving myself a crash course on package stripping building and signing I've come up with this
None of work was mine, I just re-packaged it to run on 2.2 MoDaCo Custom ROM.
You will need to push this onto your phone for it to work (make sure you are in recovery mode BEFORE pushing)
I used these commands......
Code:
adb shell mount /system
adb push c:\com.htc.resources.apk /system/framework
Once I know how I will make this into update.zip for ease
http://www.megaupload.com/?d=DU4RNF8N
Click to expand...
Click to collapse
can you please explain step by step how you did that? i know there are instructions on these forum, but they do not work for me (especially i would like to know, how you signed the apk again?)
Nice one mate and great to see you here on Hero!
Sorry double posted from my Hero!
felikz said:
can you please explain step by step how you did that? i know there are instructions on these forum, but they do not work for me (especially i would like to know, how you signed the apk again?)
Click to expand...
Click to collapse
I found these instruction here http://forum.xda-developers.com/showthread.php?t=467639
Before using this you need to know how to set this up:
I will assume that you have the sdk downloaded and extracted somewhere(if not, do that now), extract both files to the tools directory of your sdk.
Now you will need to add the tools dir of your sdk to the environment variable CLASSPATH.(seem to work with windows 7)
To do this, right click on My Computer click properties, then choose the tab that says advanced. Click the button that says environmental variables. Go to system variables find the one that says CLASSPATH, double click it, go to the end of variable value. There should be a semicolon ; at the end. type in the path to the testsign.jar located in the tools directory of your SDK, for example the path to my testsign.jar was c:\sdk\android-sdk-windows-1.0_r1\tools\testsign.jar If CLASSPATH is not in your system variables then create it. Secondly, Find the system variable called PATH and add to the end of it, the full path to your sdk directory. For example, mine was c:\sdk\android-sdk-windows-1.0_r2\tools
Now right click the reg file that you extracted and choose to install it, or merge.
Now, right click an apk, do you see an option that says ResignApk? That's how you will resign your .apks and .zips.
If you find the right click menu not working for some reason you can type the following in cmd to sign your files: java testsign whateverfiletosign
Now through doing this you have done two things, first off you have made the resigning process extremely easy, secondly you will not have to cd to the tools dir of the sdk to use adb or any other tool in the sdk.
Click to expand...
Click to collapse
Does this just install now with the custom bootloader? ie, click on update.zip and it will do the rest?
yes
Fantastic, looks great. Got any more?
Is there a way of theming the main UI ?
Got this on and its perfect so I put it on my brothers, he's not too keen. How do we revert back to the default lockscreen?
nicelad_uk said:
Got this on and its perfect so I put it on my brothers, he's not too keen. How do we revert back to the default lockscreen?
Click to expand...
Click to collapse
There you go mate
http://www.4shared.com/file/138265831/d9916ba3/update_-orginal.html
Is there a way to remove the dark transparent curve on the music player and also the dark transparent box that covers the lower part of the screen when you get a message or touch the screen? That would make this already great mod perfect
Thanks
That's pretty cool.

[HOWTO] install and run Ubuntu inside phone

Installed and tested work on:
Azure 0919
Azure 1.0.1
Mdj 0.1
UPDATED script, tnx to TheGrammarFreak
1. Download ubuntu unzip and copy folder ubuntu to sdcard. (632MB zipped take a while, about 2GB unzipped)
2. Download my modified scripts and unzip them to ubuntu folder on your sdcard
3. Boot phone to recovery or fake-flash.
4. Start adb shell
5. cd /sdcard/ubuntu
6. sh ./ubuntu.sh
{
"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"
}
7. sh ./bootubuntu to test if it working, if you got prompt [email protected]
8. reboot phone
9. Open terminal on phone or adb shell
10. With terminal run su first then bootubuntu, on adb shell: only bootubuntu
11. update your system and install some good stuff:
apt-get update
apt-get install tightvncserver lxde openssh-server
set password for vnc
passwd root (for ssh access)
12. install whatever ubuntu stuff you need
Andriod-vnc apk
Sweet, will definetly try this out when I get some time over.
Good job!
Real sweet. I can't see any use for it myself, but that doesn't make the accomplishment any smaller.
Sent from my Legend using XDA App
Absolutely no use
But I could not resist to give it a go.
Mmmmmm, When i launch adb shell I have :
Code:
- exec '/system/bin/sh' failed: No such file or directory (2) -
Excellent work here snake. Don't see any use for it myself but definitely would impress my friends! Two thumbs up. Another milestone achieve for the Legend.
LilNes said:
Mmmmmm, When i launch adb shell I have :
Code:
- exec '/system/bin/sh' failed: No such file or directory (2) -
Click to expand...
Click to collapse
Did you (by any chance) try to copy/paste that error output into a Google search filed and hit enter??? You would have most probably got a gazillion of hits.
I try and walk =)
It is possible to make a full ubuntu rom replacing the system folder of Android by those of Ubuntu?
Just to see the performance of the phone.
ps : sorry i'm french...
LilNes said:
I try and walk =)
It is possible to make a full ubuntu rom replacing the system folder of Android by those of Ubuntu?
Just to see the performance of the phone.
ps : sorry i'm french...
Click to expand...
Click to collapse
Possible, yes. Of course it is. Likely? No. Unless you start a port.
On the nexus one we can boot from the SD card, why not on the legend ...
But the screen is too small for everyday use.
LilNes said:
On the nexus one we can boot from the SD card, why not on the legend ...
But the screen is too small for everyday use.
Click to expand...
Click to collapse
Boot from SD card? Well, look into how it's done, and see if it's possible on the Legend
----------------------------------------------------------
I have found that sometimes bootubuntu doesn't work, and that changing all the "loop1" into "loop5" sorts it out... Just an observation
http://forum.xda-developers.com/showthread.php?t=631389
Try this way ?!
ok, will check it.
If we have to work on this, i think is better to try porting meego ...
LilNes said:
If we have to work on this, i think is better to try porting meego ...
Click to expand...
Click to collapse
I thought that too...
Hummm meego work on HTC desire ...
http://wiki.meego.com/ARM/MSMQSD
That would be so nice that we could have both android and meego on our legend ! If you could keep us in touch with your progress, that would be nice ;-)
And just one quick feedback about ubuntu on my phone : I've a problem when I try to use ubuntu with the phone terminal, I've a "chroot: can't execute '/bin/bash': no such file or directory", then a few errors with unmount (unpossible 'cause there's no such file or directory), and finally a losetup: /dev/loop5: Device or ressource busy...
Any idea ?
Thank you for your help.
areicko said:
That would be so nice that we could have both android and meego on our legend ! If you could keep us in touch with your progress, that would be nice ;-)
Click to expand...
Click to collapse
Who's progress?
Sent from my Legend using XDA App
no progress yet was not even begin xD
for the dual boot, see if we can modify the boot process and integret a boot menu.
at the moment, no android can do this
@areicko, are you in fake recovery ?

[TOOL][FASTBOOT] QuikIMG - A frontend for fastboot [0.2 beta][22 Mar]

QuikIMG
A small tool I made to flash .img files through fastboot easily and quickly, without the need to type in commands manually. Originally I only made it for personal use but I decided to release it here. Someone might find this useful.
Q: FlashTool has this feature. Why bother?
A: Just because I can. Use whichever you prefer.
Screenshots
{
"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"
}
Requirements
Unlocked bootloader.
A USB cable.
Fastboot already working.
Windows.
Release Notes
0.2 beta (22 Mar)
List is refreshable.
MD5 hash of selected file.
Ability to boot (without flashing) a kernel.
UI changes.
0.1 beta (17 Mar)
Initial release.
Downloads
QuikIMG-0.2-beta.zip (1.66 MB)
Instructions
Extract the contents anywhere you like.
Place .img files inside /QuikIMG/images.
Start QuikIMG.
Choose .img file.
Choose desired partition.
Click "Flash"
Wait for it to flash and then you're done.
Known Issues
Shell output doesn't update in real time. Seems to be an issue with fastboot.exe.
File filtering currently not implemented. You can put any file in the "images" folder and have fastboot flash it. Please be careful.
Planned Features
Ability to individually flash an .img file anywhere on your PC.
Configurable images directory.
Disclaimer
This beta software is to be used only by advanced users who know what they're doing. I hold no responsibility for damaged/bricked/exploded devices. I do not own the included md5sums executable as it is only used to complete a feature in the software.
If you have any suggestions or found a bug, post it here and I'll see what I can do. Hit 'Thanks' if this tool helped you.
Awesome!!
Thank you!
Awesome x2!!!
sent from my digital typewriter
awesome x3 this is cool thanks a lot
Awesome.... !! Best tool...
Thanks for this, became tedious renaming each kernel to boot.img
Sent from my LT18i using Tapatalk
dinesh690 said:
Thanks for this, became tedious renaming each kernel to boot.img
Sent from my LT18i using Tapatalk
Click to expand...
Click to collapse
Actually, you didn't have to rename them.
Code:
fastboot flash boot <file name>.img
THANKS a lot!!!!!
doomed151 said:
Actually, you didn't have to rename them.
Code:
fastboot flash boot <file name>.img
Click to expand...
Click to collapse
You can also open the CMD in the fastboot directory, type:
Code:
fastboot flash boot
Then drag the .img from your download folder to the CMD window and it will enter the full path for you (with quotes if required).
Doomed: Thank you for this useful tool. Please could you show the MD5 hash for the selected image?
isangelous said:
Doomed: Thank you for this useful tool. Please could you show the MD5 hash for the selected image?
Click to expand...
Click to collapse
Like this?
doomed151 said:
Like this?
Click to expand...
Click to collapse
"Win" for fastboot flash boot some strange kernel.img
Thanks doomed
Sent from my MT15i using Tapatalk
Nice tool, thanks for the great job.
Well That was the first time I had system.img flashed to my Phone.. My fastboot had that Waiting for Device issue and I tried my best but couldnt resolve it..
But this application did it for me...
Btw.. I had one issue flashing userdata.img.. I cant make a log but it showed some "1 Black had bad sector".. dont know what could that mean...
Great simple but very useful app.
Sent from my LT15i using xda premium
doomed151 said:
Like this?
Click to expand...
Click to collapse
That would be perfect
this is great for people like me who find it hard to use command things, thank you
wont let me drag img file
hello can you help i drag my img kernel in the box but it doesn't show in the box. what am i missing?
my phone shows it is "connected".
thanks.
primod808 said:
hello can you help i drag my img kernel in the box but it doesn't show in the box. what am i missing?
my phone shows it is "connected".
thanks.
Click to expand...
Click to collapse
Dragging doesn't work. You must put the .img file into /QuikIMG/images/ folder.
doomed151 said:
Dragging doesn't work. You must put the .img file into /QuikIMG/images/ folder.
Click to expand...
Click to collapse
Thanks for the reply flashing now
QuikIMG 0.2 beta released.

{Guide} Make your own Bootscreen/shutdown animation

#Ever wondered if you can customize your Android phone's bootscreen just like you customize its theme? Not by downloading a custom bootscreen but by making your own...? Well, now you can.
Just 5 steps and your phone will be flashing your own custom made boot screen. But before we get der, lets have a look at the things you will need:
Requirements:-
> A video editor (I use Windows Movie Maker)
> A Video converter which supports Video to JPEG/PNG (I use EM Total Video Converter)
> A photo converter which supports batch converting( I use PhotoScape )
> Winrar
> Any video (You can download Video loops here OR here and also here)
> PATIENCE (Very important)
Click to expand...
Click to collapse
$teps:-
$tep 1:-
1) Edit your video (add text, effect etc..) and convert it to JPEG or PNG images (PNG is recommended).
my micromax 57 {Ninja A3 }takes around 10 secs to boot. So 300 Images are enough (if you have extra, den delete it. Max 400)
Click to expand...
Click to collapse
$tep 2:-
2) If you have converted the video directly to PNG, then change the resolution of pics to 320x480. If JPEG, then convert the JPEG pics to PNG and change its resolution to 320x480)
(In photoscape>Batch Editor>Add pics>Crop the pics to 320x480 resolution>rename it to follow a series. for eg. Image001, Image002, Image003, Image004 etc.. See the following image)
Click to expand...
Click to collapse
$tep 3:-
3) Now comes the easy task. Rename the folder in which you have all the converted pics from step 2 to "part0" without quotes
Click to expand...
Click to collapse
$tep 4:-
4) Almost there. open notepad and add these lines:
Code:
320 480 29
p 1 0 part0
and save it as "desc.txt".
Click to expand...
Click to collapse
$tep 5:-
5) Last Step. Select both files (part0 folder and desc.txt) and right click>add to archive (Archive should be in zip)
Name it as : bootanimation.zip
Archive format: Zip
Compression method: Store
Ok.
Click to expand...
Click to collapse
Testing time. Put the bootanimation.zip file in system/media/(here). Do change the permission to 644.
OR
On cmd, type these codes (open cmd in .android folder and make sure you have your bootanimation.zip file in dis .android folder)
Code:
adb devices
(when it shows your device)
adb root
adb remount rw
adb push bootanimation.zip system/media/bootanimation.zip
adb shell chmod 644 system/media/bootaniamtion.zip
adb reboot
THATS IT...!!!!
For detailed instruction and step by step guide with all screenshots, download this tutorial (in ppt format) and follow it carefully.
https://www.mediafire.com/view/?z967iasoh8anz8r
Click to expand...
Click to collapse
{
"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"
}
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Thanks
Sent from my Nexus 5 using XDA Free mobile app
Bro plz hit thanks button too if u like my guide...
basum said:
Thanks
Click to expand...
Click to collapse
Sent from my Nexus 5 using XDA Free mobile app
Bro plz hit thanks button too if u like my work..
Reserved for more bootanimation

[WF] Fallout PIP boy - different colors

Based on the amazing work of Mascone - https://amazfitwatchfaces.com/mi-band-4/view/799
Animation works nicely with the latest FW.
I've attached 4 colors, but if you want any other from the chart, just let me know the number. I prepared a script for a quick color change
Edit: for higher quality WFs (also bigger in size) see posts below
{
"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"
}
Battery text moved a bit closer to the battery icon.
Edit: Please use downloads from post #4, these ones were with low quality.
Technical information:
Needed tools:
- imagemagick library https://imagemagick.org/script/download.php (just install)
- watchface tool https://amazfitwatchfaces.com/forum/viewtopic.php?f=29&t=720 (unpack in your working directory with watch faces, choose palette exe for smaller WF.bin files)
Unpack desired watch face (in my case fallout pip boy), rename directory/json file as per the convenience.
I use this script (if there's no parameter passed from the command line, it uses HUE shift by 10). All PNG images in the watch face folder are shifted in color and overwritten. Watch face JSON is renamed for easy identification of the HUE color and repacked.
Edit: for high quality WF it's necessary to use RAW mode, but this generates a huge BIN file. As a workaround, use mixed mode - define RAW files only for small images where it's mostly visible. Create file "raw.cfg" located in the same folder as the json and define image numbers for RAW mode. For this particular watch face I've used "11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89"
My color_change.bat, modify as needed:
Code:
echo off
set /A x = 10
set /A x = %1
echo Copying files..
echo D|Xcopy /E /Y fallout_pipboy_green_animated fallout_pipboy_%x%_animated
echo Recoloring images..
mogrify -define png:format=png32 -modulate 100,100,%x% fallout_pipboy_%x%_animated/*.png
cd fallout_pipboy_%x%_animated
ren fallout_pipboy_en.json fallout_pipboy_en_%x%.json
cd ..
echo Packing watchface..
watchface fallout_pipboy_%x%_animated/fallout_pipboy_en_%x%.json
I couldn't find a way how to rename file located in the different directory, hence those unnecessary "CD" commands..
Description of modulate command http://www.imagemagick.org/Usage/color_mods/#modulate_hue
I've noticed that previously posted watch faces had degraded visual quality of small numbers. Attaching improved versions with bigger file size.
Hi, could you possibly make a white version please? 175+
keenan316 said:
Hi, could you possibly make a white version please? 175+
Click to expand...
Click to collapse
I'm looking into a way how to convert images to white color. In the mean time here's the red version (167 is as red as I can get, 175 is a bit tinted).
keenan316 said:
Hi, could you possibly make a white version please? 175+
Click to expand...
Click to collapse
And white version as well..
Man, amazing job, they look great!
R4don said:
Man, amazing job, they look great!
Click to expand...
Click to collapse
Thanks, even though the credits should go to the original author. [emoji846] Btw. I have updated this WF since, the most recent version can be found here https://amazfitwatchfaces.com/mi-band-4/view/7167
So i found a way to apply that to the band way faster without the need of installing anything. When you download the face, all you gotta do is extract the zip file. after you do that you'll get a .bin file. now you copy that .bin file and paste it in android/data/com.xiaomi.hm.health/watch_skin_local/(new folder with any name).
after that you go on mifit and youll find it there. but not with an image preview. just the size.
jummmbo said:
So i found a way to apply that to the band way faster without the need of installing anything. When you download the face, all you gotta do is extract the zip file. after you do that you'll get a .bin file. now you copy that .bin file and paste it in android/data/com.xiaomi.hm.health/watch_skin_local/(new folder with any name).
after that you go on mifit and youll find it there. but not with an image preview. just the size.
Click to expand...
Click to collapse
I certainly wouldn't call that way faster or more simple/convenient, but thanks for sharing. Btw. this method is being used since beginning, but was broken for a few versions of Mi Fit. Using N&F is more reliable and simple, especially if you already have the app anyway (I ditched Mi Fit completely, I couldn't bare the fact that it uses more CPU than Android system itself).
Thank you for this kind sir
good work thanks
Hi, can You add polish? or at least some info how to do translations? Best regards
scynthero said:
Hi, can You add polish? or at least some info how to do translations? Best regards
Click to expand...
Click to collapse
I'll have a look into it in a couple of days, new version will be uploaded here https://amazfitwatchfaces.com/mi-band-4/view/7167
If you want to modify a WF, you will need to decompile it, replace images as needed and recompile it again. Necessary tools can be found here https://amazfitwatchfaces.com/forum/viewforum.php?f=29
Watch faces do not use any strings which could be easily translated/replaced, but separate images for each number, weekdays etc.
Very nice. Can you add spanish when you can? LUN - MAR - MIE - JUE - VIE - SAB - DOM
scynthero said:
Hi, can You add polish? or at least some info how to do translations? Best regards
Click to expand...
Click to collapse
I couldn't find common 3 letter abbreviations for Polish week day names - what is commonly used in Poland?
pavoleo said:
Very nice. Can you add spanish when you can? LUN - MAR - MIE - JUE - VIE - SAB - DOM
Click to expand...
Click to collapse
Green Spanish version added, you can download it here https://amazfitwatchfaces.com/mi-band-4/view/7167 (fallout_pipboy_es-dd_mm-100_green-44084-5bdc533d68.bin)

Categories

Resources