[Screensavers] [framework-res] 60 Rabbids Screensavers for NST + fwres - Nook Touch Themes and Apps

I use these 50 screensavers for my NST. I've deleted original ones and copied mine in system/media/screensaver/authors, with right permissions (I used Super Manager to give them rw-r--r permissions in batch mode, however seems working also by simply copying them). Or you can copy them in /media partition.
I've attached the zipfile with all 50 screensavers, the 4 previews are included in the file.
All pictures are PNG 600x800 16 greyscale exact NST palette. No way to optimize more.
I spent over 3 hours to select them from Google, cut, resize, palette and optimize. So enjoy them.
You can also flash my framework-res from clockworkmod recovery; it only changes low battery and poweroff images, in-charge battery icon, progressbar, usb mode and sd card icon when inserted/removed. It's zipaligned (optimized), and previews are attached.
Please comment if you like
EDIT: 9 more screensavers for everyone!

Wow, this is really awesome. and it change the off screen that easily.
more great packs like this one would be appreciated.
btw, something is wrong with the last rabbids new.zip, cant download it, it shows a 554Byte file.

drmxmyt said:
Wow, this is really awesome. and it change the off screen that easily.
more great packs like this one would be appreciated.
btw, something is wrong with the last rabbids new.zip, cant download it, it shows a 554Byte file.
Click to expand...
Click to collapse
Fixed

how can i access to system/media/screensaver/authors? i did not see system folder when i connected it to pc.

cutrich said:
how can i access to system/media/screensaver/authors? i did not see system folder when i connected it to pc.
Click to expand...
Click to collapse
Obviously you can't see it from PC, it's the internal system partition.
You can use "Super Manager" app, included in rooting procedure, with enabled root permissions. Copy images in SD card, where you want, then use "Super Manager" to select all and make a cut-paste in system/media/screensaver/authors folder

hey! i borked up the original authors and nature screensavers!
do you have a backup copy of it? i obviously don't.
can you upload it for me?

Thank you

Related

[MOD] DIY Transparent Notification Drawer for Captivate FROYO

Like the title says, this is how to modify your Notification title drawer on the Captivate with Froyo like Tatuyama's theme's drawer(notification slide) for the i9000. This will tell you how to make it transparent and add a graphic or change the colors. This has been tested on Cog B7, dont think it works on i9000 roms like Shep's. I can help you though on this if you absolutely are dieing to do it. It will just take a little fandanglin and searching but can be done. I ripped apart Shep's rom and found all of Tat's mods, I jsut dont remember them off the top of my head..
I have also attached the drop bars from Tat's theme and another black AOSP bar should you want to use it. I have also included a PSD file to modify to your liking, my APK's for the frameworks I edited below (these include the tat icons already inside), a blank black background bar to use should you want, and other goodies for your modding needs. I have also slapped some screenies below to get an idea of wtf I am even talking about. Also if you use my Frameworks be aware that I am using the battery mod version "I" from that one thread, injected Tat's icons and goodies, and other MISC things.
I will try to do this as simple as possible. I dont linger in the themes area so you are pretty much on your own. I am going to write this tutorial based on Windows O/S and Adobe Photoshop. Attempt this at your own risk. If you biff it up its not my fault. I wrote the directions as I did it, and I am working great with awesome sauce dripping from my phone. I cannot be held responsible if you are below par of the preqs listed. I assume if you are going to attempt it you are competent and comfortable with all things required. However, should you somehow mess up, I do provide some SYA (save your ass) directions below. That being said, Good luck and Mod On!
Prerequisites:
1) ADB Dev Kit and experience using it (push, pull, shell)
2) Photoshop or other photo editing software & experience
3) Basic Windows experience: cut/copy/paste/rename/zipping/moving files. (if you use linux you shouldnt worry as you more than likely are a power user already and can cross apply).
Step 1: We need to download the APK's off the phone and get them ready for editing (or yank them out of the ROM package you download).
1) open a CMD (command prompt) window type:
adb pull /system/framework/twframework-res.apk C:\
adb pull /system/framework/framework-res.apk C:\​This will save the files to your root of C:. Should you want to do it elsewhere you can specify or else leave it blank and it will stick the files in your developer kit folder.
2) (OPTIONAL BUT RECOMMENDED! STEP) Navigate to where you saved the files, right click and copy/paste to make a set of backups of these files.
3) Rename the .apk to .zip files. You can also associate your .apk to a program like WinRAR or WinZIP instead. This will open APK Files by default or optional secondary(open with). This makes the whole thing a lot easier as you can open the file(APK) and leave it up, make the edits and drop them directly back into the APK. KEEP FILE STRUCTURE PROPER!
4) Extract the APK files to seperate folders or dig out the below files for editing.
Step 2: Editing the proper files.
1) Navigate to twframework.apk's extracted folder from above or these files you extracted.
2) Find and open sub folder /res/
3) Once in /res/ find and open /drawable-hdpi/
4) Once in /drawable-hdpi/ locate the following files:
- status_bar_background.9.png (actual background of the drawer)
- status_bar_header_background.png (this is the 5 icons across the top of drawer)
- status_bar_close_on.png (this is the dropdown bar at the bottom of drawer)
- quick_panel_list_bg_01.9 (seperator between carrier and application info)
5) Open these files in Photoshop(or another editor)
6) Verify these are set to RGB not Index color mode so you can edit them.
7) Edit the layers to make them transparent. If there are not layers, right click and "create layer from background". You can then edit your layer settings. I set mine to 75% transparency in Photoshop, the actual background to 85% to darken it up a little. This will take some tweaking to get it just perfect for you. Make sure you save them in .png format with the same name they started with and not the PSD or "copy". Also you want non interlaced if it prompts you.
8) Do the same steps for the framework-res.apk.
- status_bar_item_app_background_normal.9.png (not sure if this one is necessary)
- status_bar_item_background_normal.9.png (this is teh notifications)
Step 3: Put it together and upload.
After you update the files, you will need to inject them back ito the APK's where you got them (/res/drawable-hdpi/). You can do this by opening the APK with Winzip/WinRAR/7zip and put them in there or if you extracted the entire contents just zip it all back up. You will need to remove the .zip extension if you went that route. Also, make sure you open it after zipping and verify it maintains the correct structure or you will be doing the recovery shuffle after you reboot. If you see only 1 folder in your zip this is WRONG! You need to see assets, RES, META-INF, and 2 other files in there(manifests and resources). If you see all these then you are ready to rock and roll.
After you get them back together upload them to your device using:
adb push <location of apk you edited>\framework-res.apk /sdcard/
adb push <location of apk you edited>\twframework-res.apk /sdcard/​
then in teh same command prompt window (or another, whatever)
adb shell
su
cd sdcard
cp twframework-res.apk /system/framework/twframework-res.apk
cp framework-res.apk /system/framework/framework-res.apk
reboot​
It shouldnt take but a second to come back up. You are done.
It may take a little bit of editing of the files to get them to look OK. I spent most of my day today getting mine together. You can use them if you like the "hootie edition" or just edit your own.
SEE POST #6 IF SOMETHING GOES HORRIBLY WRONG!!!!!
Screenies:
http://www.wtfokc.com/sef****/snapshot-1.pnghttp://www.wtfokc.com/sef****/snapshot-2.pnghttp://www.wtfokc.com/sef****/snapshot-3.png
That looks fantastic. I want your notification drop down and all minus the owl of course and text, but can this be done by using metamorph instead of having to adb everything?
awsome write up. Looks pretty simple and I will attempt this when I get home today.
This is an absolutely EXCELLENT tutorial. Props to you. I will be doing this shortly to all my Captivates in the house, 3 in use, plus the 4th one I'm using as a Dev phone.
Hi,
I've followed your instructions. After the files have been pushed up, my phone goes through the usual errors due to the framework change. The problem I'm having is that after I restart my phone, the phone gets past the galaxy s screen, but then it goes black and does not respond. Any suggestions?
smeltn said:
That looks fantastic. I want your notification drop down and all minus the owl of course and text, but can this be done by using metamorph instead of having to adb everything?
Click to expand...
Click to collapse
To be honest I have never used metamorph on the Captivate. On my G1 yes you could acheive that. I googled the metamorph tutorial Junkdruggler did and it looks rather lengthy and involved editing XML files. You can find that info here. Also, the files you would need to do my way with just a blank one are above. Just download the closebars zip and the "blank" zip. Then mod/inject your APK - or hell mine from above- and push it to your device. This is a rather quick ordeal.
thehavock18 said:
awsome write up. Looks pretty simple and I will attempt this when I get home today.
Click to expand...
Click to collapse
miztaken1312 said:
This is an absolutely EXCELLENT tutorial. Props to you. I will be doing this shortly to all my Captivates in the house, 3 in use, plus the 4th one I'm using as a Dev phone.
Click to expand...
Click to collapse
Thanks guys, took me a little while to figure it all out and a lot of framework pushing to get it just right Let me know how it turns out for you! Hell post some screenshots when you are done. I want to see them
gangpe said:
Hi,
I've followed your instructions. After the files have been pushed up, my phone goes through the usual errors due to the framework change. The problem I'm having is that after I restart my phone, the phone gets past the galaxy s screen, but then it goes black and does not respond. Any suggestions?
Click to expand...
Click to collapse
THIS IS HOW TO SAVE YOURSELF
Well, not sure what you mean "usual errors" with framework change? I havent ever had any issues with the framework replacements. I occasionally have then crash if I replace them while phone is on and not in recovery. A reboot fixes this though. Are you using a Cap rom or an I9000? This doesnt work on I9000 roms as thier APK's are slightly different- teh HDPI folder has a v4 at the end (IIRC). I can help you through this though if that's the case..
If it truly is a cap rom, I did experience a similar problem on my phone one time when I pushed the framework.apk. What had happened is I right-clicked the ROOT directory I had placed all the files in and said to zip it. This caused the folder to be INSIDE the zip. So the file structure went like this:
>>ZIP FILE I CREATED>>
--------->>FOLDER ALL FILES WERE IN>>
------------------>>FILE STRUCTURE OF THE ORIGINAL APK>>
Which should have been
>>ZIP FILE I CREATED>>
--------->>FILE STRUCTURE OF ORIGINAL APK>>
To better explain it- If you open the zip you created, do you see the RES folder, META-INF folder, assets folder, and then there will be 2 other files? Or do you see 1 single folder? If you see 1 single folder you zipped it up incorrectly. You will need to go into the folder and select all-> right click-> zip (send to-> compressed folder). This should fix it. If this isnt the case something else went horribly wrong. To fix it we will need to restore the original files you hopefully backed up. If you didnt back up you still arent totally hosed- just redownload the ROM you are running, open it up and navigate to the /system/framework folder and pull out the original frameworks. Then follow these instructions to get them back on the device.
Step 1:
A quick way to get out of this situation is to take the copies rename them back to twframework-res.apk and framework-res.apk (or pull from the original rom package as mentioned above).
Hopefully you have the 2e recovery kernel, as you need it to get back to where you started. If you cant do clockwork, well you may as well odin cause you are a few flashes behind anyway.
K, so first you will need to download the update.zip I have included with this post. This is the clockwork recovery file. You will next need to put your phone in reocvery mode. to do this do:
adb reboot recovery
Step 2:
Next you will need push that file you downloaded to your SD. to do that you need to:
adb push <location of downloaded>\update.zip /sdcard/
Now, once in recovery- tell it to reinstall packages. This may reboot the phone. If it does, tell it to reinstall packages again. This should get you to clockwork recovery.
Step 3:
once you have a green clockwork recovery screen, you will get the chance to SU via ADB SHELL. You can then repeat the pushing of your ORIGINAL fles back to your phone and retry the process.
You could also pull the files you pushed to see what went wrong- but do that first as if you push before they will be overwritten with the original files.
Looking into doing a little custom work but before I do. Like Tat's theme do you need to edit XML files for specific things like the pop ups being black. Or do I just get the naming right and put the proper PNG in the apk.
thehavock18 said:
Looking into doing a little custom work but before I do. Like Tat's theme do you need to edit XML files for specific things like the pop ups being black. Or do I just get the naming right and put the proper PNG in the apk.
Click to expand...
Click to collapse
This is only for the notification drawer and not the actual pop ups. If you want to edit the popups you will need to edit the XML files.
Thanks for the quick response. I might have to dive into all the XML edits.
thehavock18 said:
Thanks for the quick response. I might have to dive into all the XML edits.
Click to expand...
Click to collapse
If you do post a how to thread cause I would like to know how myself
status_bar_background.9.png (actual background of the drawer)
If I ONLY wanted to make the pull-down menu background transparent the above file would be the only one that I need to mod... correct??
jslee1020 said:
status_bar_background.9.png (actual background of the drawer)
If I ONLY wanted to make the pull-down menu background transparent the above file would be the only one that I need to mod... correct??
Click to expand...
Click to collapse
That is correct.
The one problem though is the AT&T (carrier part) at the top is also transparent and you quickly notice it looks a little strange with your items not transparent. I tried to live with it for a little bit but ended up modding the rest too.
malfuncion said:
That is correct.
The one problem though is the AT&T (carrier part) at the top is also transparent and you quickly notice it looks a little strange with your items not transparent. I tried to live with it for a little bit but ended up modding the rest too.
Click to expand...
Click to collapse
quick_panel_list_bg_01.9 (seperator between carrier and application info)
is this the file for the AT&T carrier part??
The quick panel is actually the part that says "Notifications" or "On Going" below the AT&T part. THe AT&T and clear button is part of the actual background peice. So what happens is the AT&T part becomes transparent, while the notification peices are solid. It may not bother you but it bugged the crap out of me. It's personal preference really..
malfuncion said:
The quick panel is actually the part that says "Notifications" or "On Going" below the AT&T part. THe AT&T and clear button is part of the actual background peice. So what happens is the AT&T part becomes transparent, while the notification peices are solid. It may not bother you but it bugged the crap out of me. It's personal preference really..
Click to expand...
Click to collapse
I get it. Well I'll try it out and see... I guess no better way to learn then to experience it first hand Thanks!
I was able to take the Cog Beta 7 framwork and Tat's framwork. I pulled out all the changes from his theme and put them in cog beta 7. I actually did not have to edit any files and was able to apply it.
I had to change a few file names around so all the backgrounds / pop ups applied to the theme. I left DG's background.
I don't want to post it since it is not my own work but if you want to take a look at the framwork and twframwork I can send them PM.
notification bar??
What file is the actual notification bar with the battery/clock/etc... would it be inside twframework-res.apk or framework-res.apk?
EDIT: Just set background transparency to 80% in photoshop and changed the color to black. The transparency seems ok, but it resembles minimalistic theme too much... gonna fiddle with it some more today.
jslee1020 said:
What file is the actual notification bar with the battery/clock/etc... would it be inside twframework-res.apk or framework-res.apk?
Click to expand...
Click to collapse
it is in the framework.apk. The notification bar's file is:
statusbar_background.9.png
This is confirmed. I j ust set mine to a gradient and it actually looks kind of good.
screenie:
http://wtfokc.com/sef****/snapshot-4.png
Hey Malfunction,
Finally got it working past the galaxy S screen, thanks for the info. One last question, then I should be out of your hair. Where can I change the settings for the media scanning icons? Currently, the white default icons are showing, but I'm trying to change that to the black SD card. I'm going to look into it myself too; figured I'd ask though.
Thanks,
gangpe said:
Hey Malfunction,
Finally got it working past the galaxy S screen, thanks for the info. One last question, then I should be out of your hair. Where can I change the settings for the media scanning icons? Currently, the white default icons are showing, but I'm trying to change that to the black SD card. I'm going to look into it myself too; figured I'd ask though.
Thanks,
Click to expand...
Click to collapse
Good deal, glad you got it working. What was the problem?
As for the SDCard- depends which you need. In framework-res there are these 3:
stat_notify_sdcard.png
stat_notify_sdcard_prepare.png
stat_notify_sdcard_usb.png
I had to do some hunting to find out which program was the running process for the Media Scanner. It is "MediaProvider.apk" on your /system/app folder. I edited mine and it now works and has all the Tat icons loaded. Thanks for that heads up I hadnt noticed that little piece before you mentioned it.
I looked at Tat's ROM section and also saw that he has edited these, may consider if you are wanting to mimick his:
DownloadProvider (Market)
MediaProvider (Media Scanner)
Vending (Market)
PackageProvider.apk (Uninstallation Screen)
GoogleQuickSearchBox.apk (Google Search)

WidgetLocker Themes

So I've gone through most of this thread:
http://forum.xda-developers.com/showthread.php?t=968613
These are my favorites. I know it's biased but I really took a lot of time to go through them all. If you have any suggestions or if I missed any other good ones let me know!
Download : http://www.mediafire.com/?si5mdc0fy34d6fv
INSTRUCTIONS:
In the initial .zip files there are the themes/zip files. (each zip is a single theme)
Manually copy the “Theme.wltheme.zip” file to your SD Card. The theme files should be placed in:
/sdcard/data/com.teslacoilsw.widgetlocker/themes
For example:
/sdcard/data/com.teslacoilsw.widgetlocker/themes/theultralinx.wltheme.zip
- The wallpaper: The issue is that the system can only have one wallpaper and it's shared globally. So WidgetLocker's custom
wallpapers are just images that WidgetLocker displays as a background. The best fix for this might be for WidgetLocker to let you select a file, using gallery or astro or whatever, and then have WidgetLocker do the cropping itself. This way it gets the actual image and can still crop it or scale it down (sanely) to avoid using so much memory, but can be done without banding. If you want to do it manually in the mean time and are rooted you can replace WidgetLocker's /data/data/com.teslacoilsw.widgetlocker/files/wallpaper.png with your own. Just make sure the resolution matches your phones. Then disable/reenable WidgetLocker to get it to reload.
- Installing a custom slider: Since WidgetLocker 2.0 custom themes are supported and come in the .wltheme.zip format. This means you can open it and your phone will prompt you to Install and Add the theme. The themes are saved on your SD card (/data/com.widgetlocker.teslacoilsw/themes). You can also copy the theme.wltheme.zip to the folder on your SD card. Naturally the theme will be unavailable once your SD card is mounted to a computer or something similar. It will return to normal once you unmount it again. You add the themes you've installed by longpressing the screen and choose Custom Slider. There you can do even further settings, like slide from right to left. If not you simply press "Add".
I only collected the themes. THE CREDIT GOES TO THE SKINNERS!!!
Some .zip files may contain the corresponding wallpaper. So you need to do an extra extraction for make the skin functional
Click to expand...
Click to collapse

[MOD] Accurate Battery Mod

Hello all, I'm fairly new to the android modding, but I figured out a way to modify the stock battery icon in the status bar to show the percentage.
By default the I927 stock rom is setup to show in increments of 5%. after following CarpeNoctem's guide for rooting the device, I was able to extract the framework-res.apk in the system and change the battery icons. in order to do this you need to have installed on your device, Root Explorer, NinjaMorph, and BusyBox. You also need to have a file manager like Astro, but it's much easier to use the usb cable and insert the icons using the pc.
I have included the complete framework-res.apk file that already has the icons inserted and a compressed file of the icons if you would rather insert them your self. If you plan to inserrt them on your own, just simply overwrite the files in the framework-res.apk with the ones in the compressed file. use NinjaMorph to extract the framework-res.apk then connect the usb cable to your pc and when you are done, disconnect the usb, open NinjaMorph and repack the framework-res.apk. Be sure before you reboot to set the permissions of framework-res.apk to rw-rw-rw- with root explorer. just to be safe use root explorer to make a backup copy of that file and check the permissions to see what they are before making any changes.
Remember there is always a risk of bricking your device. use the information at your own risk.
dbrannon79 said:
Hello all, I'm fairly new to the android modding, but I figured out a way to modify the stock battery icon in the status bar to show the percentage.
By default the I927 stock rom is setup to show in increments of 5%. after following CarpeNoctem's guide for rooting the device, I was able to extract the framework-res.apk in the system and change the battery icons. in order to do this you need to have installed on your device, Root Explorer, NinjaMorph, and BusyBox. You also need to have a file manager like Astro, but it's much easier to use the usb cable and insert the icons using the pc.
I have included the complete framework-res.apk file that already has the icons inserted and a compressed file of the icons if you would rather insert them your self. If you plan to inserrt them on your own, just simply overwrite the files in the framework-res.apk with the ones in the compressed file. use NinjaMorph to extract the framework-res.apk then connect the usb cable to your pc and when you are done, disconnect the usb, open NinjaMorph and repack the framework-res.apk. Be sure before you reboot to set the permissions of framework-res.apk to rw-rw-rw- with root explorer. just to be safe use root explorer to make a backup copy of that file and check the permissions to see what they are before making any changes.
Remember there is always a risk of bricking your device. use the information at your own risk.
Click to expand...
Click to collapse
Thanks for your work, mind posting a screenshot to show how it looks?
vil33 said:
Thanks for your work, mind posting a screenshot to show how it looks?
Click to expand...
Click to collapse
I would love to, but I'm still new to this, have to figure out how to take a screen shot of my phone to post!
I did find a small bug while testing my own mod. I lost all of my contacts after modding the framework-res.apk file! For now please backup your contacts through google or another app.
dbrannon79 said:
I would love to, but I'm still new to this, have to figure out how to take a screen shot of my phone to post!
I did find a small bug while testing my own mod. I lost all of my contacts after modding the framework-res.apk file! For now please backup your contacts through google or another app.
Click to expand...
Click to collapse
Either long press the home button + power or install a screen shot app.
Ok thanks, here are two screenshots.
Losing contacts, I mean the accounts like google and Facebook are removed, and your wallpaper is reset. You'll have to go back and add those accounts back.
this "MOD" is called the "Accurate Battery Mod" you should change the title of the thread....
TRusselo said:
this "MOD" is called the "Accurate Battery Mod" you should change the title of the thread....
Click to expand...
Click to collapse
Agreed, title has been changed.
Here's a couple more shots. If anyone wants a different style icon make some requests, I'll begin some work on different styles. If y'all can find online or extract the framework-res.apk file that has the icon sets you want, post them and I can use them to make custom sets. I believe I can,also change the other icons like the wifi and signal icons too.
Can somebody please make a video guide? I have no idea, or somebody post exactly what I need to do? Do I download the two files on my phone? On my computer? If I download on computer, do I choose "Open to see files"? where do I put it? etc..
extremely helpful mod. I currently have been using a series of widgets from the android store to show the percentage/time left, but this is what I was truly after.
Using a rooted AT&T ROM, and was extremely easy to install and operate.
I commend you on your efforts, and speaking for myself, I came over to the Samsung Captivate Glide from the HTC Tilt2 (windows mobile 6.5.3/various energyROMs), and I look forward to all the MOD's and other goodies that are made for the SCG.
I feel so dumb >_< How did you do it, could you tell me briefly?

Taking screenshots - help

I have had trouble saving screenshots no matter the ROM I'm on. Stock or AOSP. Neither from the power menu or holding down volume + power. I get "unable to capture photo" and tells me my storage is low. However, I have nearly 9gb of free space. Anyone know a way to get this to work correctly?
Have you ever restored all your sdcard data from computer by recovery? If so this tends to break some permissions. You can test this by going to the screenshot directory and trying to create a file using a file manager.
If you cannot, its probably permissions. Do NOT use "fix.permissions" in recovery. There is a zip I can find for you if you need it
Seems like this is the case. Thank you. It won't allow for me to delete my pictures folder or create a new folder called pictures and a folder called screenshots inside it. If you have that zip that I can flash that would be a big help!
iainaaldrich said:
Seems like this is the case. Thank you. It won't allow for me to delete my pictures folder or create a new folder called pictures and a folder called screenshots inside it. If you have that zip that I can flash that would be a big help!
Click to expand...
Click to collapse
Flash this zip via recovery...
http://forum.xda-developers.com/attachment.php?attachmentid=2849968&d=1405300107
Located from thread: http://forum.xda-developers.com/showthread.php?t=2239421 by @osm0sis
That worked. Awesome, thank you sir!

S5 One Hand Mode with Black Border

Hello here is an edited version of the easyonehand.apk for the Galaxy S5. Only difference from the stock one is that now the border is black so that it saves power due to the OMLED being darker, and it makes it easier to use it at night when that white border can get distracting. This effort was inspired by this thread in the GNote III forum, so I cross-posted here: POST
1. First I used a titanium backup of the stock app to get at the APK.
2. Then I messed with the images in the apk\res\drawable-xxhdpi\ by extracting the pngs that make up the white border from the stock app.
3. I also reversed the colors on the icons and handles so they would be visible on the new black background.
4 Then I took a fresh copy of the stock APK, appended ".zip" to the apk name and opened it in winrar, I dragged and dropped the new pngs into the "\res\drawable-xxhdpi" folder
5. Then I removed the ".zip" from the modified apk name and put the new APK on my SD card
6. Then I used "X-plore File Manager" to copy the new apk (with a different name) into root/sys/app/
7. Then again I used X-Plore File Manager to change the name of the new package to the name of the stock file, in my case it was "easyonehand2.apk"
8. This replaces the old one with the new one and now when you switch to one hand mode you should get this:
https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore&hl=en
I think any root file manager should work for this. If we are lucky, you might be able to just install the apk over the existing one directly, but the first few times I tried that it wouldn't install. Something about a signature. So, let me know if that works. too.
This is my first attempt at such a thing, so I dunno how well it works, but on my phone, everything seems fine.
Sorry about the lack of inline images and links, This is my first post so it wont let me do that.
Screenshot 1
http://s15.postimg.org/f04033n9n/Screenshot_2015_06_26_01_29_28.png
ScreenShot 2
http://s15.postimg.org/bvtc6b6h7/Screenshot_2015_06_26_01_43_49.png
Download 1 (w/ file list)
https://infotomb.com/axtdj
Mirror
https://filetea.me/t1sbZ0ofbXdTAGnwK09QTMJrQ
*res*
534231GS5 said:
Hello here is an edited version of the easyonehand.apk for the Galaxy S5. Only difference from the stock one is that now the border is black so that it saves power due to the OMLED being darker, and it makes it easier to use it at night when that white border can get distracting. This effort was inspired by this thread in the GNote III forum, so I cross-posted here: POST
1. First I used a titanium backup of the stock app to get at the APK.
2. Then I messed with the images in the apk\res\drawable-xxhdpi\ by extracting the pngs that make up the white border from the stock app.
3. I also reversed the colors on the icons and handles so they would be visible on the new black background.
4 Then I took a fresh copy of the stock APK, appended ".zip" to the apk name and opened it in winrar, I dragged and dropped the new pngs into the "\res\drawable-xxhdpi" folder
5. Then I removed the ".zip" from the modified apk name and put the new APK on my SD card
6. Then I used "X-plore File Manager" to copy the new apk (with a different name) into root/sys/app/
7. Then again I used X-Plore File Manager to change the name of the new package to the name of the stock file, in my case it was "easyonehand2.apk"
8. This replaces the old one with the new one and now when you switch to one hand mode you should get this:
https://play.google.com/store/apps/details?id=com.lonelycatgames.Xplore&hl=en
I think any root file manager should work for this. If we are lucky, you might be able to just install the apk over the existing one directly, but the first few times I tried that it wouldn't install. Something about a signature. So, let me know if that works. too.
This is my first attempt at such a thing, so I dunno how well it works, but on my phone, everything seems fine.
Sorry about the lack of inline images and links, This is my first post so it wont let me do that.
Screenshot 1
http://s15.postimg.org/f04033n9n/Screenshot_2015_06_26_01_29_28.png
ScreenShot 2
http://s15.postimg.org/bvtc6b6h7/Screenshot_2015_06_26_01_43_49.png
Download 1 (w/ file list)
https://infotomb.com/axtdj
Mirror
https://filetea.me/t1sbZ0ofbXdTAGnwK09QTMJrQ
Click to expand...
Click to collapse

Categories

Resources