[GUIDE] Apply Wallpaper Without Compression [ROOT] - Samsung Galaxy A10 Guides, News, & Discussion

So Android compresses the wallpaper for some reason, to enjoy the full quality do the following:
1. Get a ROOT file explorer (such as MiX, Zarchiver, etc...)
2. Go to [data/system/users/0]
3. You can see a file named "wallpaper" with no extension, that's your wallpaper
4. Cut it somewhere away in your storage
5. Take the image you want to set as wallpaper and rename it to "wallpaper" (without extension) just like the one we took away
6. Now paste it in the same directory [data/system/users/0]
Tips:
-To see change between wallpapers just restart systemUI, if you don't have an option to do that then just normally restart device
-For Lockscreen, you can do the same but with "wallpaper_lock" file located at the same directory "[data/system/users/0]
-An extension is the thing in the filename after the last dot, like if it's "My_Wallpaper.png" then the extension is PNG and you gotta rename it to wallpaper (without the PNG thingy)
-[data/system/users/0] is a directory, a directory is the location of the file, that "data" folder is located in the root of the phone
Note:
I hope this is a noob-friendly guide cuz in that case it will be friendly to me, That's all, feel free to comment if I said something wrong.
Tested on:
Samsung Galaxy A105F running Android 12.1L where the photo format was PNG

Related

[Tutorial] Making a working downanimation

downanimation is different from bootanimation cause in bootanimation any filename can be renamed to whatevar. in downanimation it should be stock names like HVGA_Power_Down_01.jpg/png but jpg is smaller file size, so it's good for some phones.
OK so you failed porting some downanimation from other phones like sensation xe or whateva. But you already resized and crop it to phone display like 320X480 image in photoshop, gimp.
Next thing to do is rename it, download Irfanview it's free.
1.Install and Run it, click File > Batch conversation rename
2.Click radio button Work as: Batch Rename
3.Browse to your Folder where images for downanimation
4.Click on 1 image and press Ctrl+A to select all, then click ADD
5.Review if numbers are aligned.
6.In Batch rename Settings: HVGA_Power_Down_## add # if it has 100 images
7.Make new Folder in desktop and browse it in Output directory for result files then click Start Batch.
8.rename new folder to what is in desc.txt
example: in desc.txt is 320X480 size,android folder, with 7 fps 1 loop 1 pause, put 0 for infinite loop.
Code:
320 480 7
p 1 1 android
9. press Ctrl and click folder and desc.txt right click add to archieve choose archive format:ZIP and compression method:STORE then click OK.- This for winrar
10.open newly created zip with winrar or any open the folder and right click on thumbs.db and delete it.
10. rename zip file according to your downanimation on your phone some are downanimation.zip and some are htc_downanimation.zip.
11. Then copy to system/customize/resource/ folder if you overwrite using es file explorer you don't need to set permission,except it doesnt exist you will have to set permission to zip file RW,R,R if root explorer change to RW,R,R. to the zip file.
I have attached a sample here to give you an idea how it look like, also it's newly created.
PS: Make sure your es file explorer settings is [root explorer][Mountfilesystem] in root explorer file manager just click button [R/W]

ICS - Modifying a Stock Theme

I recently received my Galaxy Nexus - and love it!
My idea was to keep it as stock as possible, but I wanted to change the look and feel to be more minimal, without having to install a non-stock launcher or use a different ROM. (The inspiration for this came from Nitroz's 'Black Exodus' theme.)
Phone : Galaxy Nexus, Rooted, now with a slightly modified stock ICS 4.0.2
There were a number of posts all around the Internet that led me in the right direction. To the cast of thousands who shared their information - Thank You!! The instructions below are just a compilation of the work already out there, but hopefully as they are in one place they will speed things up if you want to do this.
I am assuming that any future OTA updates will reset this.
Instructions for a Newbie (like me)
Requires :
One Rooted Galaxy Nexus
Way of getting files on and off the phone - I am using ES File Explorer
7-Zip on a PC
The new icons
The icons are located in the APK files located in the \system\apps folder.
To change the SMS icon
On the phone
Backup the original \system\apps\mms.apk file
Copy the \system\apps\mms.apk to a PC with 7-ZIP installed​
On the PC
Open with 7-Zip (DO NOT EXTRACT)
Change to the res\mipmap-xhdpi folder
Drag and drop the new PNG file (ic_launcher_smsmms.png) over top the old one.​
Copy the APK file back to \system\apps on the phone
The phone does not require a reset, but you will need to add the icons back.
To change the Contacts and Phone icons
These are located in the \system\apps\contacts.apk.
Folder - res\mipmap-xhdpi
Files - ic_launcher_phone.png, and ic_launcher_contacts.png​
To change the Browser icon
These are located in the \system\apps\BrowserGoogle.apk.
Folder - res\mipmap-xhdpi
File - ic_launcher_browser.png​
To change the App Drawer icon
These are located in the \system\apps\launcher2.apk.
Folder - \res\drawable-xhdpi\
File - ic_allapps.png​
Removing the line above the App Doc
The file from the phone to edit is \system\apps\launcher2.apk.
On the PC create a blank file called hotseat_track_holo.9.png.
Overwrite the file in the /res/drawable-xhdpi directory of laucher2.apk
Just a thought, but Nova Launcher looks exactly like the stock launcher, but you can change the icons to whatevery .png you want directly from the homescreen. They will remain even after updates to the app. It's entirely up to you, but i thought that might save you a ton of work
And save myself 2 days of pain and frustration?? ;-) It was a good learning exersize, although when the config gets nuked by an update, and I don't have the time to play, I will look at using a different launcher. Thanks for highlighting Nova as an option.

[Tutorial] Lazy Mans Guide to Themeing

The lazy man’s guide to theming​.
I get requests all the time to make simple changes to my themes that anyone with a computer can do. So I put together this quick guide on how to theme the easy way. This is how I do most of my themes minus any xml edits or battery mods. This guide is for changing images only without having to decompile and recompile the entire apk file with apktool or apk manager. Great for when you just want to make a few changes to your existing setup.
What you will need.
~ 7zip use Google search it’s easy to find
~ image editor Gimp is great and free you can Google it also. I use Fireworks and Photoshop depending on what I am trying to do.
~ Draw9Suite. Created by tommytomatoe/kakomalo Thread found here http://forum.xda-developers.com/showthread.php?t=1272513
Download here: http://www.4shared.com/zip/TaDGMjde/9patchPngSuite.html
Unzip and place contents in folder, I have mine on my desktop.
~ An existing rom or theme to modify.
With just these tools you can do a lot.
Once you have 7zip and 9patchPngSuite on your system you will need to download the rom, or already existing theme for the rom you are on so you can make the changes you want to it.
Download the rom/theme you want to make changes to and use 7zip to unpack the rom/theme you downloaded, do this by right clicking on the zip file and chose open with 7zip. Inside you will find lots of folders, the ones you are looking for will be in system/app (for apps) or system/framework (for framework files). Extract the apk’s by just dragging them out of the 7zip window, to a folder on your desktop.
Inside the folder you extracted the apk’s to create a folder for each apk’s you extracted. Now you will want to extract the folder drawable-hdpi from the res folder of each apk to its associated folder, do this with 7zip also the same way you extracted the apk file. Once the drawable-hdpi folders are extracted you will see the images inside that you can modify.
At this point I create another folder inside each of the specific apk folders and name it .9 images and I copy and paste all the .9 images I want to change into that folder (these are for reference). I then copy all of those images into the compiled folder of 9patchPngSuite. And chose option 1 to decompile them. Now look in the decompiled folder and you can now take those images and change anything inside the black lines and dots you will see on the outside edge. If you feel like it you can also create your own .9 file with your own image by choosing option 2, this will open up draw9patch. Maser&Slave made a great tutorial on this so I won’t go into it. Edit your images, but be careful if the image displays words on it (like with popup_center_dark.9 )and it has a dark background it should remain dark so the word will still be readable, and vice versa if the image has a light background it most likely will have a dark font displayed on it that will be difficult to read if you make the image a dark color. Once all your images are edited use option 3 to recompile them, now in the output folder you will find your recompiled images that you can put back into your drawable-hdpi folder. Edit any other images you want just be careful with the pixel size if an image is 70X70 and you make it 140X140 it could cause some problems, some you can change others you can’t, it’s a lot of trial and error. Once all edits are finished put them all back in the drawable-hdpi folder you extracted from the apk, use 7zip to open the apk again, navigate to the res folder and delete the existing drawable-hdpi folder and drop the one you made the changes to into it, use the back arrow in the 7zip window and it will zip it back up and you can push the apk or flash it to test if your images came out the way you wanted them to. This will work with any image you chose to edit. You can also use this method add images from other themes you like to modify your theme to the way you want it. Just copy and paste the images you want to change into the drawabel-hdpi folder of the theme you are creating.
Brief list of what each apk controls, I am still new to ICS so if anyone knows more info please post.
Framework-res.apk
This will contain most of the images you will want to make changes to. Including check boxes, popup windows, menus, tabs, general status bar images, some lockscreen clocks, and a lot more. You will recognize them as you scroll through them. Some are hard to recognize like activity_tite_bar.9 and dark_header.9 because they are small, it will take some practice and trial and error to get the look you want.
Twframework-res.apk
This contains very little in ICS it still controls the tab backgrounds for a lot of apps but that is all I have found so far.
Systemui.apk
This apk contains most of the files for your dropdown and status bar, like signal bars, 3g 4g icons, wifi strength icons ,dropdown background and more. in ICS it also contains the battery images.
Ik95-res.apk and lidroid-res.apk
These apks contain the toggle images and background In the dropdown i.e. wifi toggle, airplane mode toggle etc. for the 14 ad 15 toggle mods.
Here is a standard flashable zip file you can put your modified apk files in and flash with CWM, open with 7zip and put your apk file in the corresponding folder in the flashable zip if you pulled it from framework put it back in the system/framework folder, if you pulled it from app put it in system/app folder in the flashable zip. Then flash like any other theme.
Flashable zip : http://www.4shared.com/zip/cmn3J1yd/My_flash.html
included below is a word doc of this tutorial.
future additions ....
Thanks for the guide, chief!

Editing App icon using your droid only

Hello Guys i just figured out that the root explorer app has a lot of inbuilt cool features it is lot more than a file explorer it can handle archives like .zip same as winrar so i thought to use it as i use it on my pc
In this guide i will teell you how to edit an app icon using root explorer only
1) Rename the .apk to .zip like example xyz.apk to xyz.zip
2)Hold the xyz.zip and select extract
3Wait for it to extract and go to extracted file
4)It will extract all its content iin a folder open it you will see res folder open it
5)There will be many folder sartibg with drawable like drawable-idpi,drawable-hdpi...etc
6)Search for the icon image now replace the image with any image of your choice but remember to maintain same resolution and a png file format as icons are png in that android
7)Once done go back and hold the foldet and select to zip it then go to that zip folder
8)Rename the zip to apk example xyz.zip to xyz.apk and you are done
Note : The new apk made might not be installed as direct apk you might need to push it to system to make it work
i think this in general section

[HOW TO] [ROOT]: Install Custom S-Pen Pointers and Sounds

Hello everyone. This is my second attempt at making a useful thread for the community so if it isn't formatted correctly or isn't right in anyway please PM me and I will fix it., it might be helpful to me to leave instructions on how to fix it as well. If something like this already exists, I am sorry please notify me of that and I will take this down.
This is a thread to instruct you on how to make custom s-pen sounds and install them as well as how to install custom s-pen pointers on any TW based rom including stock ( this is just install, I don't know how to make custom pointers yet). There are two requirements YOU MUST BE ROOTED AND RUNNING STOCK OR TW BASED ROM. This is my method, I am not saying that there aren't better ways just that this is how I do it and I know it works. I am not responsible for things going wrong and you being left with a device that doesn't work. You do this because you choose to and understand the risk involved. Also, please make back ups of all the files you want to change so that you have all the original files.
For Sounds: (You can use any sound you have or even the voice record app to make the sound you'd like)
1. Make sure you're rooted
2. Have some sort of root permission file explorer installed (I use Rom Toolbox)
3. Find or record the sounds you want to use as your s-pen attach and detech sounds If they aren't in the .ogg format then convert it to .ogg (I use wavepad for this step)
4. Decide if you want the sound to be sound 1,2 or 3
5. Once you have your sound the way want it rename the file for attach to Pen_att_noti1 (the number can also be a 2 or 3 depending on where you want the sound) and the sound for detach to Pen_det_noti1 (again the number can be different)
6. Place the files on your phone where you can locate them with the file explorer you have installed.
7. Locate the file(s) you want to use and using your explorer navigate to the directory system\ media\ audio\ ui and paste the sounds there. (You might be asked to overwrite whats there. If you want to save the original sounds simply find the file with the same name before you paste and rename to (thefilenamehere.ogg.bak)
8. Restart your phone
9. Once rebooted navigate to your spen sound selector and choose the sound want.
Thanks to my friend TheGrammerFreak for this nexxt bit
For Pointers:
(I don't know how to make pointers. This is assuming you have a file that you know can be used as the pointer. i am trying to learn and when/if I do I will add that to this thread)
1. Make sure you're rooted
2. Make sure you have some root permission file explorer installed.
3. Make sure you have a program that can open .apk files on you PC (I use 7-Zip)
4. Using the explorer you have navigate to the directory system\ framework and copy the file framework-res.apk to a place that you can access via the pc (I used my extsdcard)
5. Attach your phone to the computer
6. Find the framework-res.apk and move it onto your computer
7. Take the file you want to use and reaname it to tw_pointer_spot_hovering_spen
8. Open (not to be confused with unzip. Right click the apk and select "open with") the framework-res.apk with a program that will open it
9. Once open navigate to res\ drawable-xhdpi and find the file named tw_pointer_spot_hovering_spen delete that file and take the file you made/have of the same name and paste it directly into that directory. exit the program after doing so.
10 Take the framework-res.apk file that you edited and place onto your phone where you can locate it.
11. Detach your device from the computer
12. Using your explorer on your phone navigate to the edited framework-res.apk[ and select to copy it.
13. Navigate with your explorer to the directory system\ framework and paste the file there. WARNING: You might get several errors and force closes, don't worry this is normal.
14. Either restart your phone or pull your battery and boot up and you will now see your new pointer. Enjoy!
NOTE: If you want a different pointer for your files that air view capable or if you want your new pointer to be used as your air view pointer follow the same instructions except that the file you are wanting to use and the one you replace are both named tw_pointer_spot_hovering_spen_more and these files can be the same as your normal pointer if you choose.

Categories

Resources