[BOOT LOGO] costomized boot logo - Samsung Galaxy J7 Guides, News, & Discussion

If you want to change boot logo with your picture , Here is the trick which worked for my galaxy j7.
Requirements.
1. Boot logo zip file (you can find a boot logo file on this site) for your model
2. Win rar windows
How to do
1. First diwnload the zip file on your PC.
2. Change your jpg file opening default to paint.
3. Now open zip file in winrar
4. open the jpg file it will open in the paint
5. Now in upper left corner there is paste option select your picture from paste from make sure corners meet with the origional.
Now save
After that win rar ask you for modification say yes
All done now run zip in twrp recovery.

Related

Galaxy Note Lock Screen Black

You need the phone root and the root explorer app. Go to the folder /system/app, and copy Bluesea.apk file (is the smaller), bring it on PC and rename it as a zip file. Open the zip and edit the images in the folder /res/drawable-nodpi and / res/raw creating the same but black. Rename the file as .apk and put in the original folder. Correct the permissions rw-r-r and set it as an image animated in the lock!
Make first nandroid backup!
I have the .apk working file but i can't post here (it's my first thread)..
may replay or follow italian forum androidiani.com
i not understand..can u give detail step by step?thankx
He means that the when press the button then the phone just show black screen that looks like the screen is still off.
my galaxy note have same problem too..when i want to unlock,my phone screen black..what should i do?i not understand he's instruction..can give more details step by step plz..

Unpack and Repack Apk Files

Unpack And RePack Any Apk uSing Android Phone
Easy Method By Yasikst
Required
Apk Extracter(To make Apk File Of The Installed app)
Zarchiver(To Unpack And Repack Apk)
Zarchiverhttp://www.mediafire.com/download/1z42d4vr4f3qv7j/ZArchiver_0.8.3_830.
ApkExtracterhttp://www.mediafire.com/download/zbxmynlb3bdj4g1/Apk_Extractor_3.03_29.apk
INSTALL THE APPS......
STEPS
1. OPEN ApkExtracter And Extract Any Apk That You Want To Unpack
Unpack Apk
2. Open Zarchiver (It Will Show You 2 popups On first Open..Just Click Ok and Ignore It)
3. Goto SdCard (Not External Sd) There Will a folder Name ExtractedApks....You can Get
The All Extracted Apk Using ApkExtracter Here..
4. Now Click On The Apk (That You Want To unpack )And Select Extract Here..(Or where
You want)
5. It Wil Extract The Apk.. You Can Change And Make Any change
Repack Apk
6. NOW Select All The Files That You Extracted (Using Multi select In Zarchiver)
Select Compress Zip(not 7zip) And Compress ..
7 After That.. Rename The ZIP IF You are Unpacked And Going to Repack
SystemUi .. Then SystemUI.zip to SystemUI.Apk
You Done..
YOU CAN FLASH THE MODE IF YOU GOING TO EDIT SYSTEM APPS
oR You Can Install Normally...
BY yasikst......
ANY QSTNG ABOUT THIS PLZ COMMENT
IF I HELPED YOU PRESS THANKS

Moto Logo Boot Maker; [FIXED] for Moto G (3rd Gen.)

All credits go to caitsith2 for developing and sharing the app.
The tool works like a charm. The only problem I had with it is when I flash the ZIP file, the changes were not seen. So what I did is I edited the files in the META-INF folder inside the ZIP. After re-flashing, the changes were seen!
Instructions
1. Create your boot logo, therefore generating the ZIP file afterwards.
2. Download the file below.
3. Extract the ZIP to get the META-INF folder.
4. Extract the logo.bin from the ZIP file created.
5. Send both files to a Compressed (zipped) folder.
6. Flash!
Downloads
Moto Boot Logo Maker; http://forum.xda-developers.com/moto-g/themes-apps/app-motorola-boot-logo-maker-source-t2848667
META-INF; https://www.androidfilehost.com/?fid=24340319927533701

How to use Motorola Boot logo Maker for Moto G 2015

1. open MotoBootLogoMaker.exe (you can find it on this site)
2. double click on logo_boot and choose the pic you want to for a logo
3. double click on logo_unlocked and do the same
4. save the file as what ever you like
5. open the zip file created and extract the logo.bin file
6. drop the logo.bin file onto the unlocked_logo.zip (I also found this file on here)
7. install the newly created unlocked logo file via twrp
fhayden001 said:
1. open MotoBootLogoMaker.exe (you can find it on this site)
2. double click on logo_boot and choose the pic you want to for a logo
3. double click on logo_unlocked and do the same
4. save the file as what ever you like
5. open the zip file created and extract the logo.bin file
6. drop the logo.bin file onto the unlocked_logo.zip (I also found this file on here)
7. install the newly created unlocked logo file via twrp
Click to expand...
Click to collapse
I really don't understand the point of this post... and because you are a relatively new user I will explain some things about XDA.
You shouldn't share (or sort of share as you did) other people's work without proper references and links, it is in bad form... if you don't have the "rank" to post links, you should do the best you can, and the thread for this tool was consolidated to ONE thread to reduce the confusion of having multiple threads. A reference to this app would also not belong in General, but in the Themes & Apps area, which there is already a thread for this here (although it's not named very clearly).
The Motorola Boot Logo Maker app is available in this thread by @caitsith2

[Zips][Devs]Helpful zip files

Hi devs. Hi users. Hi testers!
I made two zips that might help you in some random point of time in future.
:laugh:
Both zips are flashable via recovery. Note that I have only tested working on aosp and cm-based roms. No custom skinned-oem ROM tested. However, it would be good if you provide info on what roms they work (or not)
This zip will remove the password/pin/pattern from your lock screen and reset it to swipe-to-unlock mode.
Not tested with smart lock modes.
Link : https://drive.google.com/file/d/0BxkDSj8MtdPQQTQ4a1VWQl8wME0/view?usp=drivesdk
This zip allows you to authenticate ADB from device, without booting the ROM first. Useful for devs who need ADB access even while booting the ROM for the first time.
Things you must have :
Code:
1) A pc which you have previously used to authenticate ADB access.
2) The zip from my link.
3) Some non-noob brain. Majorly this zip is for devs.
How to proceed :
Code:
1) First we need to obtain a file named "adbkeys.pub".
1a) For windows, go to the windows drive (usually c: drive) and browse to /users/(your-username-here)/.android/
1b) For most Linux distros : go to home directory, browse to /.android/
Generally .android will be hidden by default. In that case, just enable hidden files and folders from folder view options.
2) After you get the adbkeys.pub file, open it with a text editor. You will see a code there. Copy all of that code. Or use the shortcuts (ctrl+A) and then (ctrl+C).
3) Extract my zip. You will see a file in /data/misc of the extracted zip. Open that file with text editor. Erase any previous text in my file. Or use the shortcut (ctrl+A) and then (del). Paste the previously copied code into that file. Or use the shortcut (ctrl+V).
4) Save the file, rezip the extracted folders (which are data and meta-inf).
5) Flash that final zip file from recovery.
Link for ADB zip : https://drive.google.com/file/d/0BxkDSj8MtdPQdkZNeVp6U3ppR0k/view?usp=drivesdk
Please hit thanks button if it helps you

Resources