ROM signing problem - strange overlay icon - Android Q&A, Help & Troubleshooting

Hello. I need to sign my stock ROM (Lenovo Vibe X, 4.4.2 ROW) with AOSP certs, but after signing I've got strange problem. Look at screenshot (attachment, upper left corner).
It's overlay icon and has no relation to the notifications and a whole SystemUI. This icon appears after a while after booting, over everything and even over bootanimation (first long boot)
I've tried to do:
I've decided to go the simplest way - find this icon as a resource. framework-res contains it (R.drawable.sym_def_app_icon) and I've replaced it with my own icon. I didn't find it in other resources (mediatek-res, lenovo-res). Full wipe, booting - icon appears again (not my modified icon, default icon).
The restriction the number of apps to a minimum:
/system/app - deleted everything
/system/priv-app - deleted everything except MediaProvider.apk и SettingsProvider.apk. They doesn't contain such icon.
Full wipe and booting into blank screen. Icon appears again over blank screen.
I've checked whole /system partition, extracted everything from every archive and every png inside binaries/libraries (by header~footer PNG signatures - ‰PNG ~ IEND®B`‚) - I didn't find such icon.
Any idea?

Related

[Q] quicklink icon for quickgps is not changeable

help me I´m desperate.
I searched the web and this forum and found no clue on how to change the quicklink icon of quickgps.lnk. I managed to changed all icons except that.
The icon shows up in the normal windows startmenue AND in the quicklinks selection menue correct. But as soon as I choosed it from the selection dialogue it shows up the normal icon in the quicklinks!
what I´ve done so far;
- changed the icon with JMWD and CSMI
- cleared the cache with JWMD and AxLor fix remove all qtc.cab
- changed the reg edit for HKLM\Security\Shell\StartInfo\Start\QuickGPS.lnk
- restarted a lot of times
- removed and added the link to the quicklinks
- changed the original icon of the .lnk in the \windows folder
- no cache .bmp in Application Data\HTC\ProgLauncher\ for QuickGPS to delete
- created new .lnk from QuickGPS.exe
are there any other possible methods to make this work?
Is it because QuickGPS is on ROM?

How to make theme use Android system icons

I removed all icons from a theme as I hoped Android would use system icons instead.
Unfortunately the app drawer now shows the same icon for all theme icons that I removed. Apparently it still tries to load the themed icons.
Which config file do I have to change to so that the default Android system icons will be shown?
Issue solved:
Simply open the .apk using WinRAR and change the images with new ones. If swapping images from one .apk to another you can actually extract the old .apk to a folder using WinRAR and then browse to see the images you want. Select them and drag and drop to the same corresponding folder in your new .apk using WinRAR. This is useful for changing simple things like icons, battery images etc. As long as the images are like for like number of images. If you want to add extra battery images for example battery circle mod then that is covered in another section.
Things to note when adding the images using WinRAR make sure the settings are "update mode = add and replace files" and "compression method = normal".
Source: http://www.modaco.com/topic/328510-guide-theme-editing-and-related-things/

[Q][REQ] Add custom image in notification background instead of color code

I have Lava Iris 405 running jb 4.1.2 and is a MTK6577 based device.
The notification background is white (actually a grey shade).
So I wanted to replace that color with a custom image but failed in both - making myself and searching for guide.
What I did:
1. Decompiled
2. Went into gemini_ status_bar_expanded.xml and changed the android:background, responsible for color, to my custom image "back"
3. Now I put the back.PNG in drawable-hdpi.
4. Recompile and its successful.
5. Copied it to my system app and set permissions.
Now the status bar disappears indicating systemUI crashed.
So my question is What I Did Wrong?
Or any expert please make it for me.
Here's the file - http://db.tt/2hDdjPXZ
Please help

[Q] [SlimBean 4.3] Add own Battery Icons to Settings

Hi,
I flashed the Sabermod version of SlimBean a few days ago. It is awesome, but there was one thing bothering me: None of the Icons you can choose (in Settings -> Interface -> Statusbar -> Battery Icon Style) pleased me. So I wanted to add other Icons to the menu. So I extracted the frameworks-res.apk, Settings.apk, SystemUI.apk and some more files and searched where this menu gets it's themes. The only thing I found after hours of investigating are the Icons you get, when you just select Icon in the Settings. I replaced those with my own and it worked, but I have two problems with this.
1. The default Icon does not support 1% steps (which the other selectable Icons do)
2. It doesn't complie with the idea behind this menu
Does anyone know how this menu works and where I can add my ressources? Or at least where the other options in the menu are stored? I searched the whole Rom by now. :crying:
Cheers,
Darky
PS: This was supposed to go in the developer thread for this Rom, but as a new user I could not post there :/ .
I'm not sure how to change it to *exactly* the icon you want (custom icons), I've never done it. What you can do is look in the themes and apps section, there's mods to flash a different battery icon. Should be plenty which are compatible.
Sent from a galaxy far, far away
I just found it in the source code:
github.com/SlimRoms/frameworks_base/blob/8c3428ebc393c112bef6ff3ab845ab61942de784/packages/SystemUI/src/com/android/systemui/statusbar/policy/CircleBattery.java
Unfortunately it's hardcoded. In the same package is a BatteryBarController.java which holds constants for each of the options. So without modifying and recompiling/flashing the whole Rom it is not possible as far as I understand it.
I will try one of these BatteryMods to get the 1% steps and modify SystemUI.
Edit: I just modified the SystemUI.apk myself to get the 1% steps. The files to modify are in /res/drawable: stat_sys_battery.xml and stat_sys_battery_charge.xml.
It is enough to just add steps from 0 to 100 in those files and add the images under res/drawable-hdpi.
The input can be produced easily with a pythonscript like this.
Code:
#!/usr/bin/env python3.3
def main():
for i in range(101):
#for stat_sys_battery.xml remove 'sys_battery_charge_anim'
print (' <item android:drawable="@drawable/stat_sys_battery_charge_anim',i,'" android:maxLevel="',i,'" />',sep='')
if __name__ == "__main__":
main()
Cheers,
Darky

[THEME][SGS5] TWRP Holofied [Discontinued]

{
"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"
}
About Theme
Recovery gone App.
This is a heavily modified version of the theme by thecoby.
Simple and intuitive.
Port the theme as much as you like.
You use this theme at your own risk.
Compatibility
The theme stays compatible with new versions of TWRP until TWRP changelog says otherwise.
Theme will work on any device with a resolution of 1080x1920.
MultiROM theme requires MultiROM recovery.
How to use:
Download the theme of your choice and rename it to "ui.zip".
On internal SD card, open TWRP folder and create a folder called "theme", without capital letters.
Copy ui.zip to theme folder.
Restart to recovery.
Download:
Dropbox Folder
Changelog:
10.09.2014
Themes updated for TWRP 2800
Added support for color in console
Added support for backup / restore progress
Sliders for screen / vibration settings now use images (thanks to Tasssadar)
Revised script for color changing mechanism (thanks to Modding.MyMind)
Added "Decrypt Data" button to mount page (was missing since forever...)
Added "enable / disable MTP" buttons to mount page
Added "refreshfilesystem" page
New .dat fonts with latest version of Roboto
Changed font size for rendered labels of main buttons
Fixed some minor quirks
04.07.2014
All themes updated
enabled screenshot support (vol- & power)
fixed file names not changing when queued zips are flashed
reduced font size for text box on "flash image" page for 720/768/800x1280
03.07.2014
All themes updated
Implemented ability to flash .img files directly from the install page (thanks to @osm0sis for the Flashify script and his help polishing this feature)
Reworked color changing mechanism on black/dark/light (thanks to @DSM_ for the idea and the zip binary)
Added 3 more highlight colors to black/dark/light
Restored default file list behaviour, bookmark function is now optional (enable it in Holofied Settings > Misc)
Fixed overlapping text on wipe page (occured on M8 and Skyrocket)
Fixed overlapping actionbar buttons on black/dark/light for some resolutions
Old Changelog:
05.06.2014
All themes updated for compatibility with TWRP 2.7.1.0
added "repair/change file system" pages to wipe section
optimised theme chooser code
14.05.2014
All themes updated
added theme chooser to holofied settings
moved holofied settings into seperate menu (play, xda)
fixed position of progress bar on wipe pages (play)
04.05.2014
All themes updated
Added themed keyboard
Fixed "download" button
Fixed actionbar buttons overlapping on black/dark/light for some resolutions
22.04.2014
All themes updated
Black/Dark minimal released
Added actionbar button for changing font size of file lists
Fixed "refresh sizes" function on backup page
Fixed layout for "partition sd card" page
Fixed typo for "chmod 755" button and added "chmod 644" button
Fixed keyboard layout on 1200_multirom
A lot more fixes and improvements to the xml that I forgot to write down...
30.03.2014
All themes updated
Added bookmark function to filelists on "install" and "add zip to queue" pages - default path is set to \sdcard\Download for both lists (all)
Added "default settings" icon to actionbar on "settings" and "theme settings" pages (all)
Added confirmation dialog for resetting defaults and changing bookmarked folders (all)
Added "refresh storage" icon to actionbar on "backup" page (all)
Added setting to apply highlight color to progress bar (helps with visibility if highlight color is applied to actionbar/actionabr stripe) (all)
Added setting to use old progress bar (below console) (all)
Added setting to use light statusbar (matches overall backgroud color) (play)
Color of action bar labels changes to white when highlight color is applied to actionbar (light)
Color of action bar icons changes to light grey when highlight color is applied to actionbar (black, dark, light)
Fixed some dividers not showing on "advanced" page for certain devices (black, dark, light, xda)
Fixed some dividers not showing on multiple pages (multirom play)
12.03.2014
Black, Dark and Light updated
fixed an issue with text input, where the backspace button would not work when placing the cursor anywhere in the written text but the end
08.03.2014
All themes updated for TWRP 2.7.0.0.:
Added vibration settings page (time zone setting moved to actionbar) - ALL
Added capslock support to keyboard - ALL
Increased spacing for partition lists on "wipe page" and "mount page" - ALL
Changed color of console to match overall background color - ALL
Added option to center clock in statusbar - ALL
Added option for using Aroma File Manager instead of TWRP file manager (big thanks to @nijel8 for the idea) - ALL
HOW TO USE AROMA FM:
Download this flashable zip.
Flash the zip in recovery.
It will copy the flashable Aroma FM package to \TWRP\aromafm.
Go to "settings" and tick the option to use Aroma FM.
Profit.
Complete rework of Holofied Black, Dark and Light:
NOTE: The size of the XMLs for these themes has quadrupled, thus the themes need longer to load when entering the recovery.
Font size of tab labels reduced
Font color of main buttons changed from white to a light grey - BLACK, DARK
Lighter colors for actionbar and background - LIGHT
Added theme settings:
Added option to choose between nine highlight colors
Added options to independently apply chosen highlight color to statusbar, navbar buttons and actionbar
Added option to switch position of back button in navbar
14.12.2013
Added "up" functionality to labels in action bar (works like home button)
Fixed behaviour of mount USB-storage page (for good)
07.12.2013
Added info on "mount usb-storage" page if device not compatble (all)
Removed highlight images for main buttons (all)
Folder / File icons enlarged (all)
Black / Dark KK theme released
24.11.2013
Added "Restart System" button to restore/wipe/backup/*anyotheraction*_done pages
18.11.2013
Black, Dark, Light, Play and XDA now with dynamic battery/clock alignement (will change for 24h or AM/PM clock)
17.11.2013
Black, Dark, Light and Play completely revised (mostly code, some images as well)
all themes now use the select storage list, toggles are removed
XDA released
28.09.2013
added "append date" button to backup page (all)
added "cancel" button to all pages with text input (all)
deleted "fix su" page (all)
removed deprecated settings (all)
changed slider back to holo design, but colo(u)r now matches corresponding page (play)
changed progress bar, colo(u)r now matches corresponding page (play)
fixed "delete backup" page calling "wipe action" page instead of "delete backup action" (play)
minor changes here and there
18.09.2013
fixed a bug which prevented using "blank" for backup naming (all)
fixed "delete backup" not working (all)
14.09.2013
Added cancel button to ADB Sideload page (all)
05.09.2013
Holofied Play released (please give feedback)
04.09.2013
added password promt pages for restoring encrypted backups (all)
21.08.2013
Backup page: renamed option "Save Backup to USB-OTG" to "Save Backup to Micro SD"
15.08.2013
Black, Dark and Light released (please leave feedback)
Available for:
Galaxy Nexus
Nexus 4
Nexus 5
Nexus 7
Nexus 7 2013
Galaxy Note 2
Galaxy Note 3
Galaxy S3
Galaxy S4
One X
One
FAQ
THEME FAQ
What's the difference between the dark and the dark_minimal theme?
The minimal themes only have one highlight color (dark holo blue).
The main advantage of the minimal themes is their reduced boot time compared to the multicolor versions.
They're ment to be used as base for porting or creating other single color versions.
Can I use this theme on my *devicename*?
Most likely yes. The themes can be used on any device with the screen resolution the filename of the theme suggests.
For example, the "1080_*variant*.zip" can be used on any FullHD device.
When I reboot to recovery, the theme isn't applied. Any ideas?
This is most likeley due to wrong naming of the theme folder or the ui.zip.
Make sure the folder is named "theme", without capital letters.
Also check if you accidentally renamed the downloaded zip to "ui.zip.zip" (common pitfall when renaming the zip in windows explorer).
When I reboot to recovery, I get a "recovery bootloop". Is my phone broken?
Nope, this is most likeley due to a bad download.
Please download the theme again using another browser or app. For instance, ES File Explorer's build-in downloader has proven to be unreliable for the dropbox links I provide.
I like what you did there, but can I has more/other colorz?
Colors are a matter of personal preferrence. I try to keep the themes neutral, and the colors used are (mostly) in accordance with android design guidelines.
For other colors, you'll have to modify the theme yourself. I will gladly provide the source file for the images to everyone interested.
Will you make a dark/black Play theme?
No, because I don't want to maintain more versions of the theme. But everybody is welcome to contribute to the thread...
Will you help me to port my favourite other theme to device XY?
No. But this guide provides insight on how you can do it.
RECOVERY REPACK FAQ
What version of TWRP is the repack?
Always the latest available for a certain device.
As I don't keep track of all TWRP threads, please remind me if there was an update for your device.
I'd like a repack for *devicename*, how do I make one?
Download and unpack Android Image Kitchen.
Unpack the zip.
Download the zip containing the custom curtains (splash images).
Get the recovery image you want to modify from the TWRP download site.
Copy the recovery image to the Image Kitchen folder.
In windows explorer, drag & drop the recovery image on the "unpackimg.bat".
Unpacking will create two new folders (ramdisk and split_image).
Rename the splash of your choice to "curtain.jpg" and drop it into /ramdisk/res/images.
Hit "repackimg.bat".
This will create a "image-new.img", which you can then flash away using your preferred method.
My preferred method for installing the recovery is GooManager, so how do I flash this .img thing?
Use the theme. It now supports direct image flashing from the install page.
Via Fastboot. Most useful to know how to (especially in case things go sideways).
Via app. For a variety of devices, Flashify has proven to be a good app for flashing recovery images. It's under (very) active development and I highly recommend to give it a try.
Alternative apps (can be device specific): SGS4 Flasher, ... (please help me to populate this part)
AROMA FM
The theme has an option to use the Aroma File Manager as the default recovery file manager.
Download this flashable zip.
Flash the zip in recovery.
It will copy the flashable Aroma FM package to \TWRP\aromafm.
Go to "settings" and tick the option to use Aroma FM.
Profit.
REPACKED TWRP RECOVERIES FOR G900F klte
These are repacked with a curtain to match your theme. Thanks to @Al Asmi for providing the repacks.
Download:
Download from his original post and don't forget to thank him...
Screens:
Source:
Inkscape SVG
Un/Repacking the recovery image:
Use this marvelous .img editing tool by @osm0sis.
REPACKED TWRP 2700 RECOVERIES FOR G900F-klte
inspired by the work of @z31s1g and thanking him for the guidelines on how to repack your own recovery with desired curtain, I introduce to you the repacked TWRP recoveries for the Galaxy S5 tested on my own device G900F.
These are repacked recovery img files with a curtain to match your theme. you can simply use Flashify from Google Play to flash those easily.
Available Curtains: Black, Dark, Light, Play and XDA.
Download:
BOX Folder-G900F
Screens:
All themes updated
All themes updated
added theme chooser to holofied settings
moved holofied settings into seperate menu (play, xda)
fixed position of progress bar on wipe pages (play)
How to use the theme chooser:
copy all themes to your device (use internal storage if you have a device with micro sd)
in holofied settings, go to "swap theme" page, browse to the theme.zip and select it
confirm your selection (recovery will now copy the zip to the correct folder, rename it to ui.zip, then reload the theme)
NOTE 1: Reloading the theme will set all theme settings to default. Recovery settings will persist.
NOTE 2: Reloading the theme will sometimes trigger a recovery reboot (appeared randomly on Galaxy S3).
I tried the Play theme and now im stuck in a recovery bootloop. I pulled battery and waited a bit, every time i attempt to power on the phone it wants to boot into recovery and gets stuck in the loop. Is there anything i can do besides Odin back to stock?
fknfocused said:
I tried the Play theme and now im stuck in a recovery bootloop. I pulled battery and waited a bit, every time i attempt to power on the phone it wants to boot into recovery and gets stuck in the loop. Is there anything i can do besides Odin back to stock?
Click to expand...
Click to collapse
First try to ODIN to stock recovery, boot to recovery and wipe cache. It should boot back into system afterwards. I've had this problem on the S3 with the light theme (and only with the light theme), so I'd be interested if you can fix it that way, and if the problem persists after you've redownloaded the theme and tried again (recovery bootloops might also be caused by a faulty download, but then you should still be able to boot into system....)
So plaese let me knoe how it goes...
EDIT:
I was searching for a standalone stock recovery to flash, but can't find any.
As the CF-Autoroot package also contains the stock recovery, you can try to flash this one via odin, or you just take the recovery.img and flash it via fastboot...
z31s1g said:
First try to ODIN to stock recovery, boot to recovery and wipe cache. It should boot back into system afterwards. I've had this problem on the S3 with the light theme (and only with the light theme), so I'd be interested if you can fix it that way, and if the problem persists after you've redownloaded the theme and tried again (recovery bootloops might also be caused by a faulty download, but then you should still be able to boot into system....)
So plaese let me knoe how it goes...
EDIT:
I was searching for a standalone stock recovery to flash, but can't find any.
As the CF-Autoroot package also contains the stock recovery, you can try to flash this one via odin, or you just take the recovery.img and flash it via fastboot...
Click to expand...
Click to collapse
I Odin'd recovery and booted system back up. Flashed the repacked recovery for the new curtain. Going to attempt theme again. Should I use the 1080 or multirom version?
EDIT: nvm, I got it working. I used the 1080Play.zip and it worked now. Thanks!!! I was getting tired of the old look. Love it!
fknfocused said:
I Odin'd recovery and booted system back up. Flashed the repacked recovery for the new curtain. Going to attempt theme again. Should I use the 1080 or multirom version?
EDIT: nvm, I got it working. I used the 1080Play.zip and it worked now. Thanks!!! I was getting tired of the old look. Love it!
Click to expand...
Click to collapse
Good, glad you brought it back to life again. The MultiRom versions can currently only be used on Nexus 5 and HTC One. It requires a modded recovery which allows you to install multiple roms. It's a nice feature for the restless flasher but not available for the S5 (yet).
How come my TWRP dark doesn't have any blue in it like in the OP?
Joe0113 said:
How come my TWRP dark doesn't have any blue in it like in the OP?
Click to expand...
Click to collapse
Tap on the pen icon in the action bar. Select the highlight color you want. Blue1 is the one from the OP.
All themes updated
All themes updated for compatibility with TWRP 2.7.1.0
added "repair/change file system" pages to wipe section
optimised theme chooser code
Feedback needed
Okay, so here are two new versions to test. If you do, please give feedback.
The only change is the way the color changing is handled. So please change the colors back and forth and report any oddities (or if it's working).
To change the color, the ui.zip will be unpacked, the image set with the selected highlight color will be copied to the folder that is used by the recovery, and a search and replace operation will alter color definitions in the xml file. Then everythig is zipped again and copied to the theme folder.
This means:
The color change will no longer happen "on the fly". The recovery needs to reboot for the change to take effect.
The xml file is no longer 25k lines long, but 10k lines (like current minimal themes). Once you have set up the theme, the time to boot to recovery should decrease significantly (compared with the current multicolor versions).
If this works on all devices, there will be no more need for the minimal themes (good for me).
The shortened xml gives room for new features without pushing boot time above 10 seconds (good for all).
Download:
1080_black
1080_dark
All themes updated
03.07.2014
All themes updated
Implemented ability to flash .img files directly from the install page (thanks to @osm0sis for the Flashify script and his help polishing this feature)
Reworked color changing mechanism on black/dark/light (thanks to @DSM_ for the idea and the zip binary)
Added 3 more highlight colors to black/dark/light
Restored default file list behaviour, bookmark function is now optional (enable it in Holofied Settings > Misc)
Fixed overlapping text on wipe page (occured on M8 and Skyrocket)
Fixed overlapping actionbar buttons on black/dark/light for some resolutions
About image flashing
The feature is tested on Galaxy Nexus, Nexus 5 and Nexus 7 (grouper and flo)
It allows to flash .img files from recovery without the need for a flashable zip
Supported types are "boot", "recovery" and "radio / modem"
The install page now has a toggle to switch between zip files and images (see screenshots)
Simply choose the image, then select the image type and flash away
Also read the "about" text box before flashing :good:
The script works only on devices with standard "by-name" partition naming, thus it will not work on all devices the themes are available for
If your device is among the unsupported ones, the script will bail and wont flash the image - instead it will tell you you need to continue to use zips or apps
All themes updated
04.07.2014
All themes updated
enabled screenshot support (vol- & power)
fixed file names not changing when queued zips are flashed
reduced font size for text box on "flash image" page for 720/768/800x1280
z31s1g said:
THEME FAQ
...
When I reboot to recovery, I get a "recovery bootloop". Is my phone broken?
Nope, this is most likeley due to a bad download.
Please download the theme again using another browser or app. For instance, ES File Explorer's build-in downloader has proven to be unreliable for the dropbox links I provide.
Click to expand...
Click to collapse
Ok, makes sense, I used ES before reading this part. But now my S5 won't boot to anything other than recovery, and it "bootloops". I've taken the battery out twice, and it's still booting into recovery automatically. Probably because I told TWRP to reboot to recovery after I renamed the file to ui.zip, so it's saved in /cache to "boot recovery" and won't be cleared until something boots to clear it...
I've tried booting into the bootloader (which works), but apparently the bootloader doesn't clear the "boot recovery" flag, so I end up right back in the "bootloop" after another reboot.
Ideas?
---------- Post added at 06:02 PM ---------- Previous post was at 06:00 PM ----------
z31s1g said:
First try to ODIN to stock recovery, boot to recovery and wipe cache. It should boot back into system afterwards. I've had this problem on the S3 with the light theme (and only with the light theme), so I'd be interested if you can fix it that way, and if the problem persists after you've redownloaded the theme and tried again (recovery bootloops might also be caused by a faulty download, but then you should still be able to boot into system....)
So plaese let me knoe how it goes...
EDIT:
I was searching for a standalone stock recovery to flash, but can't find any.
As the CF-Autoroot package also contains the stock recovery, you can try to flash this one via odin, or you just take the recovery.img and flash it via fastboot...
Click to expand...
Click to collapse
.... I should read before I post. lol
Also, a simple "adb reboot" worked too. Apparently it's just the UI that loops, the system underneath is running fine.
All themes updated
10.09.2014
All themes updated for TWRP 2800
Added support for color in console
Added support for backup / restore progress
Sliders for screen / vibration settings now use images (thanks to Tasssadar)
Revised script for color changing mechanism (thanks to Modding.MyMind)
Added "Decrypt Data" button to mount page (was missing since forever...)
Added "enable / disable MTP" buttons to mount page
Added "refreshfilesystem" page
New .dat fonts with latest version of Roboto
Changed font size for rendered labels of main buttons
Fixed some minor quirks
Updated REPACKED TWRP 28.0.1 RECOVERIES FOR G900F-klte
Inspired by the work of @z31s1g and thanking him for the guidelines on how to repack your own recovery with desired curtain, I introduce to you the repacked TWRP recoveries for the Galaxy S5 tested on my own device G900F.
These are repacked recovery img files with a curtain to match your theme. you can simply use Odin or Flashify from Google Play to flash those easily.
Available Curtains: Black, Dark, Light, Play and XDA.
Download:
REPACKED TWRP 2.8.0.1 RECOVERIES FOR G900F-klte
Screens:
@z31s1g please update
Al Asmi said:
...
Click to expand...
Click to collapse
Thanks for providing these again. [emoji106]
Link updated.
z31s1g said:
Thanks for providing these again. [emoji106]
Link updated.
Click to expand...
Click to collapse
You are all welcome.
Real Thanks to you @z31s1g for providing the most awesome TWRP themes.

Categories

Resources