[GUIDE]A Comprehensive guide to make Zooper Skin.apk using Eclipse [UPDATED:6/FEB] - Zooper Widget General

A Comprehensive guide to make a Zooper Skin APK using Eclipse/Android Studio/ADT-Bundle​
Requirements:
First of all i assume that you have a basic knowledge in creating and distributing your android app. If not please search them on google where you can find tons of tutorials for creating android apps and setting up your sdk and other important files.
1. Zooper Widget pro v2.38 or above
2. Android Market developer account(if interested in publishing on the PLAY STORE)
3. The Android SDK
4. Eclipse (you can also use Android Stuido)
5. Java JDK
STEP 1:
{
"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"
}
First create your zooper widget on your device and click on "Store External Resources inside the template" and also the"Create an APK ready zip file". it will be stored as yourskinname.zwapk.zip in your sdcard>zooper widget. Simply Copy the "yourskinname.zwapk.zip" file to your PC and extract it where you can find a assets folder inside the zip.
STEP 2:
Download the Sample Project file located in my Github and extract it using 7zip or Winrar in your Workspace..
Open the Eclipse IDE and do the following steps carefully
1.Click on "File">New>project
2. Now click on "Android Project from existing Code"
3. Click on "Browse" and select the template which you have downloaded from Github and make sure that the assets folder from your skin is already pushed into the template's assets folder. then click on "Next" and "Finish" respectively.
4. Once the above step was done perfectly you can see the ZooperTemplate opened in your "Package Explorer Tab"
NOTE: The assets folder and the AndroidManifest.xml play a vital role in making your zooper widget APK.
5. Now open the AndroidManifest.xml and edit the "Package name" and "Package version". However you increase the android package target sdk version to 18 also if you want to support Android 4.4(Target SDK wasn't changed in the image below)
you can change the package name as you want i.e from com.myname.zwskin.mypack to for ex: com.aneel.zwskin.firstskin. along with this make sure that your ic_launcher icon is changed.
the icons can be changed accordingly under res>drawable-hdpi.. etc
NOTE: These are the icon sizes according to the dpi
ldpi should be 36 x 36.
mdpi should be 48 x 48.
hdpi should be 72 x 72.
xhdpi should be 96 x 96.
xxhdpi should be 144 x 144.
xxxhdpi should be 192 x 192.
Click to expand...
Click to collapse
6. Now navigate to res>values and open the strings.xml
and edit the string from "Sample Template Pack " to your Skin's name
7. Once the Strings.xml are edited open the zooper.xml
here you can give a description to your Skin which makes the users to know much more about your zooper skin. You can also add your name in the place of author's name.
8. That's it all the important steps are finished and the package changes are ready to be exported as a APK File...
In the Package explorer tab simply do a "Right Click" with your mouse and click on "Export"
9.then a small window pops up with a list of exporting options.. click on Android> "Export Android Application" and click "Next"
10. Next browse the ZooperTemplate Project from your Workspace and click "Next"
11. in the new window pop up you have to sign your APK file using keystore. so click on "create new keystore" create and store the new password at a safe place in your PC because you will have to be using the same password for updating the apk.
if you are updating the zooper apk simply click on "use existing keystore" and enter the password and continue...
12. In this step the eclipse prompts for creating an alias,validity,password and other personal information details for the current skin pack. Once all that is done select a directory in your PC so that the APK is exported to the destination and by that this finishes the creation of your zooper apk using the eclipse or Android Studio.
TIP:
If you are trying to publish a paid skin in the Google Play then this would be handy for you...
Open the AndroidManifest.xml and edit it like this...
HTML:
<!--
COMMERCIAL SKINS ONLY:
- Uncomment provider entry
- Set android:authorities="PACKAGENAME.zwprovider"
If package is "my.pkg.name.zwskin.sample" set it to "my.pkg.name.zwskin.sample.zwprovider"
-->
<provider
android:name="org.zooper.zwskin.TemplateProvider"
android:authorities="WRITE PACCKAGENAME.templates HERE"/>
<!-- END Zooper Widget definition -->
if you are making an existing skin as a paid one make sure that the content inside the "src" directory is copied to your source otherwise the source provider wouldn't work
for more detailed explanation visit this page http://www.zooper.org/wp/android/zw/apk
Credits
@Crytech for alwasys helping me with resources,ideas and supporting me always.
@Lifehacker7 for some important tips(like keystore) in making zooper widget using eclipse @kwerdenker for some nice suggestions
Mycolorscreen for the amazing zooper widget and themer apps
​

Update 2
How to use your own icon sets for making a good Zooper Skin​* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Usually people who are used to make their own weather icon sets in UCCW use the .png files directly by naming the png files according to the weather condition
for example: If the weather is "sunny" then in UCCW the weather icon set display's the png whose name is "sunny.png" and displays that png file...
But here in Zooper Widget its completely different and people get confused easily and it's pretty difficult for the newbies... so her's the simplest way to use a icon set in your Zooper skins
1.Download any weather icons zips from the web.
you can download some from here:weather zips
2. Transfer the zip files downloaded into the "sdcard" folder named "iconsets". (to /sdcard/iconsets)
If there is no such folder create one.
3. Now open your Zooper widget or Zooper Widget Pro app and open the widget you are working on and click on "bitamp icon set"
4. open up Bitmap Icon Set you have downloaded from a file manager app and navigate to /sdcard/iconsets/(example: xxxxdddaaa.zip) and click on it.
5. that's it it's done.. by this you have learnt how to make use of a weather widget using icon sets
P.S: A tutorial on how to make your own weatherwidget.zip will be posted very soon with a step by step procedure...
Don't forget to click the "Thanks" Button and stay tuned for more guides ​

Remove the .jet Extension while making a Zooper Widget APK file​* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Did you guys ever observed the .jet extension of your fonts and the template that came in from the Apk Zip file exported to make your zooper widget? Did you ever know that .jet extension had to be removed in order to make a zooper widget to work properly? My friend @kwerdenker has asked me before to post about this issue long back so today i've decided to make a small guide which would be very handy especially to the newbies and the people who are not familiar in exporting the zip files to make an apk...
This is how a .jet extension appears in your assets>fonts folder
all we have to do is RENAME the font by removing the ".jet" extension
example: if your font extension is like this Sans.ttf.jet you'll have to change it to Sans.ttf
when the extension is removed it looks something like this
similarly we have to do if your templates contain the .jet extension
templates can be found here /assets>templates> "xxxxxddddddaaaa.zw"
here is where we have to rename the templates from xxxxx.zw.jet to "xxxxx.zw"
from the above image uploaded the templates which have .jet extensions are to be removed in order to share your templates with others or while making a zooper widget apk file......
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Nice guide Aneel. This will surely help out some people :good:
I have a little addition to it: If there are any fonts in your asset folder after importing the Zooper exports, make sure you remove the .jet extensions from them before exporting your APK or there might be problems on the user side. You as a developer will not notice it when testing because you have the font on your device but if a user installs your skins and doesn't have it, it will not be loaded on his side. This is especially important if you use symbol fonts for icons in your skins.

kwerdenker said:
Nice guide Aneel. This will surely help out some people :good:
I have a little addition to it: If there are any fonts in your asset folder after importing the Zooper exports, make sure you remove the .jet extensions from them before exporting your APK or there might be problems on the user side. You as a developer will not notice it when testing because you have the font on your device but if a user installs your skins and doesn't have it, it will not be loaded on his side. This is especially important if you use symbol fonts for icons in your skins.
Click to expand...
Click to collapse
Thanks bro.. you were correct regarding the fonts issue i will post it to the OP or the reserved posts so that all the users are aware of that issue

Very nicely written guide bro... Really newsworthy one:good::laugh:

Good one bro :thumbup:

Thanks for this informative and user friendly guide. I'll surely try transform some of my zooper templates to apk using this guide!
Thanks for actually taking an initiative for starting a guide for noobs like me

Before I ask, I want to say I'm new to being a developer of anything other than my personal websites. I'm new to Android development and programming of any kind.
With that said, I followed all the instructions to make an apk to post to the Play Store. It worked fine. Then I made another to experiment with a paid app. I made the changes stated above and on the Zooper website. I bought and downloaded the app with a different account to my phone, but the skin does not work in Zooper. (If I move the file directly from my computer to my phone and install it, it works.) Any idea what I may have done wrong?
Sent from my Galaxy Note 3 using Tapatalk
Edit: Here is the code I used:
Code:
<provider
android:name="org.zooper.zwskin.TemplateProvider"
android:authorities="com.elemino.zwskin.customskinname.templates"/>
That was the only thing I did differently for the paid app. Was there anything else I was supposed to do?

I think I figured out my issue. Looks like I took the instructions too literal. I was following the website vs following the instructions laid out in the file.

Elemino said:
Before I ask, I want to say I'm new to being a developer of anything other than my personal websites. I'm new to Android development and programming of any kind.
With that said, I followed all the instructions to make an apk to post to the Play Store. It worked fine. Then I made another to experiment with a paid app. I made the changes stated above and on the Zooper website. I bought and downloaded the app with a different account to my phone, but the skin does not work in Zooper. (If I move the file directly from my computer to my phone and install it, it works.) Any idea what I may have done wrong?
Sent from my Galaxy Note 3 using Tapatalk
Edit: Here is the code I used:
Code:
<provider
android:name="org.zooper.zwskin.TemplateProvider"
android:authorities="com.elemino.zwskin.customskinname.templates"/>
That was the only thing I did differently for the paid app. Was there anything else I was supposed to do?
Click to expand...
Click to collapse
Elemino said:
I think I figured out my issue. Looks like I took the instructions too literal. I was following the website vs following the instructions laid out in the file.
Click to expand...
Click to collapse
The Skins should work fine with Zooper Widget and Pro Versions... i guess you did something wrong in manifest.xml or the package name itself. however its good to see that you have figured out where the problem occured :angel:

Thanks! Helpful guide! :good:

Thank you

I'm having issues with custom fonts and scalable iconsets not showing up for users in paid zooper skins from the play store. I've tried removing the .jet extensions as most people have suggested, but it doesn't seem to fix the problem at all.
Any ideas?
Cheers

jonaseymour said:
I'm having issues with custom fonts and scalable iconsets not showing up for users in paid zooper skins from the play store. I've tried removing the .jet extensions as most people have suggested, but it doesn't seem to fix the problem at all.
Any ideas?
Cheers
Click to expand...
Click to collapse
did you try re installing your zooper widget pro app? bu clearing all the zooper data and folders in your phone?

jonaseymour said:
I'm having issues with custom fonts and scalable iconsets not showing up for users in paid zooper skins from the play store. I've tried removing the .jet extensions as most people have suggested, but it doesn't seem to fix the problem at all.s
Click to expand...
Click to collapse
I'm currently in the same situation. Am sending users the same APK to install, that works -- but not when installed from Play (yes, zwprovider and Min/Target=15 is added correctly in AndroidManifest.com). Driving me crazy!
Aneel said:
did you try re installing your zooper widget pro app? bu clearing all the zooper data and folders in your phone?
Click to expand...
Click to collapse
Tried that, but didn't help. Wouldn't recommend this to customers anyway.
So... is there any solutoin to the problem? My template (Executive Pro) is based on typography, icon fonts and scalable iconset. Without fonts it is worth nothing.

vrooden said:
So... is there any solutoin to the problem? My template (Executive Pro) is based on typography, icon fonts and scalable iconset. Without fonts it is worth nothing.
Click to expand...
Click to collapse
I believe you can use the 'installer' method by putting your apk within an installer package with the same name. Haven't really tried it though.

jonaseymour said:
I believe you can use the 'installer' method by putting your apk within an installer package with the same name. Haven't really tried it though.
Click to expand...
Click to collapse
I'm messing with mine now and it won't show up once sold and loaded in Zooper. Just shows a blank template list.
Damnit. This is why I've always given mine away for free. I'd sure like to sell some.
New one in question: https://play.google.com/store/apps/details?id=com.scottech.zwskin.analogproplus

scottx . said:
I'm messing with mine now and it won't show up once sold and loaded in Zooper. Just shows a blank template list.
Damnit. This is why I've always given mine away for free. I'd sure like to sell some.
New one in question: https://play.google.com/store/apps/details?id=com.scottech.zwskin.analogproplus
Click to expand...
Click to collapse
Im a crazy fan of the analog clocks you did...! :angel:
Even im facing troubles sometimes when try to make a paid app and start rolling out to the play store but I'm delaying it day by day....
Sent from my Nexus 7 using XDA Premium 4 mobile app

Aneel said:
Im a crazy fan of the analog clocks you did...! :angel:
Even im facing troubles sometimes when try to make a paid app and start rolling out to the play store but I'm delaying it day by day....
Sent from my Nexus 7 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thanks, Glad you like em
Been messing with it and testing it via "adb install -l app.apk" since that encrypts it like the store does.

Related

How to install midlets/jars on memory card?

Hello people,
I have a Tytn II with WM6 and would like to know how to install java applications on the memory card, instead of phone memory?
I've searched and found a way that requires registry changes and hacks, but it doesn't appear to be an elegant way to do it. A phone like this should have a better procedure or am I wrong:
* never tested, but I found a registry key :
* HKEY_LOCAL_MACHINE\SOFTWARE\Tao\JMM
* DataPath="\Application Data\Tao\intent"
*
* if you want to test...
*
* 1. close JMM first
* 2. change to DataPath="\storage card\Application Data\Tao\intent"
* 3. copy directories and files from \Application Data\Tao\intent to \storage * card\Application Data\Tao\intent
* 4. reboot mobile
Oh ... I've tried this before with WM5 and unknown version of Intent JVM ... didn't work out although it should.

[10.31] i-way_series Green Edition [THEME JVT deodexed]

* * * INTRODUCE MY THEME * * *
This is a Frankenstein of sorts and is still a work in progress. This theme is what I have put together after taking all of my favorite pieces from other themes, and the putting in a little PS work of my own. Thanks go out to a few different sources for saving me the effort of having to create my own icons.
This theme has some changes "inspired" from a sense and ginger ROM, like icons, battery, signal stat, settings icons, some other icons and etc. It also has multi locks screen. Is not much, but is simple and elegant, maybe there are people who are interested.
ENJOY AND please Press the THANKS Button if you like it or by me a beer http://forum.xda-developers.com/donatetome.php?u=1282099
* * * DONATION * * *
downloads JVT deodexded 7 locks
* * * DOWNLOAD * * *
This is for ALL JVT Deodexed Rom's
How to install
Get Recovery 2e from here
http://forum.xda-developers.com/showthread.php?t=788108
rename the file in "update.zip",Place the update.zip on your internal sd
If you use CWM Recovery no need to rename, just flash.
JVT release
Click to expand...
Click to collapse
http://www.multiupload.com/FC_4JMIC9H3H2
miror link
http://www.multiupload.com/UK_4JMIC9H3H2
Reboot in recovery
apply sdcard:update.zip
done
* * * EXTRA * * *
credits ...
* * * CREDITS * * *
obssesion team (DAGr8, Fritzgerald, Pauldiddy, Pele78, Phil_Man)
apex team
Amestris
R64
_JKay_ (drop down menu)
Darky (progress bar)
untermensch - Sources for Extended power menu
fear2142, Fr4gg0r - TW 4 Launcher
dhiru1602 - Sources for Overscroll glow animation, sources for 5 Unlock screens
Whitehawkx, DAGr8 - Sources for 9 Unlock screens
Rimmer1966 - Help with Unlock screens
??? - TSM
xcoom - Help with disabling increasing ringtone
antsm - Modded Phone.apk with call recording
pawitp - Sources for Auto-Rotate Dialer
XDA Community - APN-Config
Google - Android OS
Samsung - Galaxy S
htc - sources
some screens
* * * GALLERY * * *
JVT release​
Click to expand...
Click to collapse
​
* * * WALLPAPERS * * *
http://forum.xda-developers.com/showpost.php?p=15373838&postcount=59
Rules i-way series Red & Green Edition
* * * RULES * * *
You are free to use my works for private use, and only.
You are free to modify my works, but only for private use.
If you want to use my work PM me
P.S.:This are my Rules, simple and fair. If you break them. I gonna contact the Admins.
* * * ERRORS * * *
?
* * * CHANGE LOGS * * *
10.31 initial release
***
ffiinnaaalllyyyyyy! i'll be keeping an eye on this thread.
Very nice!
I used Azreils sense mod but your version has more icons changed!
Too bad its only for JPO, can someone port this to JPM?
Loooks awesome... will give this a try later on tonight.... xxjpo
Sent from my GT-I9000
Thanks,thanks and thanks
awesome theme, cheers.
robgeerts said:
Very nice!
I used Azreils sense mod but your version has more icons changed!
Too bad its only for JPO, can someone port this to JPM?
Click to expand...
Click to collapse
thanks
give me your original
framework-res.apk and twframework.apk
I will see ...
cheddie said:
ffiinnaaalllyyyyyy! i'll be keeping an eye on this thread.
Click to expand...
Click to collapse
so sooorrrry ...
robertmor52 said:
Thanks,thanks and thanks
Click to expand...
Click to collapse
you're welcome
antonda said:
thanks
give me your original
framework-res.apk and twframework.apk
I will see ...
Click to expand...
Click to collapse
Thanks Antonda!
In the attachment, you can find the originals...
1st download is samsung lockscreen and second is aosp lockscreen?
antonda,I have installed the first one but I can see that wonderfull clock.....what can I do???
thanks
Qazz~ said:
1st download is samsung lockscreen and second is aosp lockscreen?
Click to expand...
Click to collapse
first one
theme with default lockscreen
segond one
aosp lockscreen only
robertmor52 said:
antonda,I have installed the first one but I can see that wonderfull clock.....what can I do???
thanks
Click to expand...
Click to collapse
for the clock soon ...
Ok.....thanks!!!!! This themes are awesomes
robertmor52 said:
Ok.....thanks!!!!! This themes are awesomes
Click to expand...
Click to collapse
thanks bro

[ROM][ICS] WeUI v2.0 (Updated: 8/2/2012) (MIUI4)

WeUI (MIUI4) Android ICS 4.0.4
{
"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"
}
Join the WeUI IRC Channel!
Code:
[SIZE="5"][url]http://webchat.freenode.net/[/url]
Channel (English): #weui
Channel (Spanish): #weuiesp[/SIZE]
Changelog:
Click to expand...
Click to collapse
Code:
v2.0
* MANY changes
v1.0
* Customize Previous Installation feature redone
* Fixed kernel installation issues
* Fixed Wi-fi tethering
* Fixed many installer issues and improved some other stuff
* Updated to MIUI 2.4.13
* Fixes on Device Detection
* Fixed Semaphore app not installing on Galaxy S (i9000)
* Updated Apex Launcher
* Many other changes/fixes
v0.9.8 (Data wipe needed for this release)
* Installer now remembers your last installation settings if using "Customize Previous Installation" feature
* Fixed incoming calls and RIL problems
* Signed missing apks which resulted in missing apps like Gallery, Car Home, etc
* Installer script changes and fixes
* Updated Semaphore to 1.0.0 (Captivate)
* Updated NStools
* SuperSU icon changed to Permission Manager
* Some other changes
v0.9.5 (Data wipe needed for this release)
* Updated to MIUI 2.4.6
* Device detection in the installer
* Many installer fixes/changes
* Installing from Gingerbread now works (if you get a kernel bootloop, reboot to recovery and open again, it will continue where it left off)
* Updated completely to Android 4.0.4
* Changed some code in installer to remove old apps and avoid problems
* Font changed in Installer
* Binaries and other files updated to CM9 Nightly
* Fix many problems from last version
* Gmail, Exchange, and other FCs fixed
* Updated Semaphore to latest 0.9.8s version (Captivate) with the 720p recording patch
* Updated Semaphore to latest 1.0.0s version (Galaxy S) with the 720p recording patch
* Updated Apex Launcher
* Car Home installation (even if not selected) fixed
* Updated MI File Manager (fixes FTP FC and adds/fixes features)
* Removed init.d script for low storage which caused slow launching of apps and other problems
* Replaced keyboard with stock CM9 keyboard and removed unneeded Dictionary Pack
* Vibrant kernel fix again
* Fixed Vibrant GPS
* Misc fixes/changes
v0.9b (Patch)
* Includes Low storage /data script
* Fix a lot of FC problems
v0.9
* UPDATED to MIUI 2.3.30
* New kernel for Captivate (Semaphore)
* Semaphore for Captivate and Galaxy S are bigmem versions (with 720p patch)
* Semi-updated to Android ICS 4.0.4
* Remove face unlock stuff for Captivate (no FFC)
* Fix many installer problems
* Optional apps now install in data (To free up some MB in /system partition)
* More changes
v0.8.7
* Updated ApexLauncher
* Updated su binary and SuperSU app
* Fixed WeUI bootanimation
* Original Mms app from MIUI (has the new message button)
* Fixed installer issues
* Miui Compass as an option in the installer
* Misc installer changes
* "Customize Previous installation" in the installer should work now
* WeUI Feedback app icon re-added
* Monitor app added again as a default app instead of optional
v0.8.6
* Fixed some FC problems (Network Type, MMS style, etc)
v0.8.5
* Updated to 2.3.23
* Updated to Glitch Kernel Beta 6 (Released on March 24th) for all devices
* New Alarm, Clock, and Settings from MIUI
* Fixed Updater FC
* Added Updating support in the ROM from the updater app
* Better installer compatibility if coming from Gingerbread
* Reboot check in the installer
* More app options in the installer
* Another lib from MIUI
* New WeUI logo (thanks to fatjoez/publo)
* New bootanimation from new logo
* Possible performance improvement
* Old gallery as an option on installer
* Misc changes (ROM and installer)
v0.8c
* Fixed Video Camera FC
* Fixed "New Contact" FC
* Fixed External SD connection
v0.8b
* Fixed Galaxy S and Vibrant issues
v0.8
* Updated to 2.3.16
* Updated Glitch Kernel for Galaxy S and Captivate
* Device-specific fixes
* Added CM9 kernel for all devices
* Ad-blocking added (optional)
* Fixed possible acore or other force close issues
* NStools now for all kernels
* Fixed online themes force close
* Monitor app is now optional in installer
* Added new MIUI Gallery
* New wallpapers added
* Added old lockscreen (if you experience issues with the new one, change it to this one on Themes - > Lockscreen)
* Misc changes or fixes
v0.7.8 (Flash after v0.7.5)
* Fixed Signal Strength, Airplane mode and RIL issues
* Added 3-way reboot (Thanks to AndyThomson)
* New updater app (Goo-inside.me), and themed (working on it, it's themed really badly right now)
* Themed NSTools
* Fixed Tethering Force Close
* Fixed Front-Facing Camera
* Fixed Home Button issues
* Updated lockscreen
v0.7.5 (or preview of v0.8)
* Updated to MIUI 2.3.9
* Removed Permission Manager which was causing problems
* Added SuperSU as a root manager instead
* Added missing libs from MIUI
* Added and themed Package Installer from CM9
* Themed AriesParts and renamed to "Device Settings"
* Multi-device support (Captivate, Galaxy S, Vibrant)
* Multi-kernel support (Glitch and Semaphore)
* Integrated "Data wiping" and "Cache wiping" in installer (Thanks to DemonWav/ICSSGS for wipe data script)
* New Bootanimation
* New lockscreen
* External SD mounting in computer (USB Storage option)
* Edited framework to change default wallpaper (and remove the live wallpaper as default)
* Added back the MIUI sounds
* Added new CM9 ringtones and notification sounds
* Removed double Calendar and double keyboard
* Removed Google Feedback
* Updated AROMA Installer to 1.63
* Roboto font in Installer
* TouchWiz4 Launcher, Apex Launcher as launcher options in installer
* MI File Explorer added as an option in installer
v0.7
* Updated to MIUI 2.3.2
* Fixed Permission Manager
* Replaced Superuser with MIUI's now fixed permission manager
* Enable non-market installation as default
* Added latest Gapps package
* Browser now has Google as default search engine (Second attempt = Success)
* Changed AriesParts icon
* Added WeUI Feedback app
* Changed Notes "Pressed new note" image
* Added default note in Notes app (Welcome to WeUI)
* Added Monitor again
* New WeUI logo in settings
* Setting shows "WeUI" and the version instead of a "MIUI" prefix
* Ported again from scratch with a different method
* MIUI Package Installer fixed
* Removed temporary CM9 Package Installer
* Updated to Icy Glitch Beta 5
* A lot of stuff more
v0.6.6 (Flash over v0.6) (Read: [URL="http://forum.xda-developers.com/showpost.php?p=22261645&postcount=649"]THIS[/URL])
* Fixed Hot Reboot after USB Mount
* External SD support (appears on Music, etc)
* Browser now has Google as default instead of chinese Baidu
v0.6.5
* Market lag fixed
* UPDATED TO MIUI 2.2.3 (Changelog [URL="http://forum.xda-developers.com/showpost.php?p=22180008&postcount=582"]HERE[/URL])
* Misc random changes
* Package Installer force close fixed (again)
v0.6
* UPDATED TO NEW MIUI 2.1.20
* Added Glitch Kernel
* Fixed Themes
* Fixed Data Usage Error
* Included AriesParts from CM9 (Thanks to MIUIPT)
* Changed name to WeUI to avoid any confusion
* Reverted some themed stuff which conflicted with Themes now that they're working
* Added back Live Wallpapers which I forgot last update
* Added MIUI Music
* Removed Voodoo Control
* Added Terminal Emulator as a user app (can be uninstalled if you don't need it)
v0.5 and v0.5.1
* UPDATED TO NEW MIUI 2.1.13
* Fixed Sound settings Force Close
* Fixed incoming calls not having sound
* Added v0.4.5 update fixes
* Added DeskClock from CM9
* Google Search orange icon
v0.4.5 (Flash over v0.4)
* Fixed Package Installer force close error
* Changed to Glitch Kernel pre-5
* Added NSTools to change Glitch Kernel features
* Fixed Root (again)
* Themed Google Search textfield to MIUI-orange color
v0.4
* Added CM9 Music beta app
* Completely themed the Music app to fit MIUI color ( even the Easter egg, try to find it :P )
* Removed MusicFX
* Added DSPManager from Teamhacksung's ICS
* Fixed SuperUser.apk missing
* Partially Themed Google Search
* DATA FIXED :eek:
* Added Voodoo Control
* Changed Superuser icon to MIUI's security app
* Partially themed Superuser
v0.3
* Updated base to latest MIUI Nexus S release (with working File manager, and other stuff)
* Updated kernel to Teamhacksung's build 13
* Updated libs to Teamhacksung's build 13
* Fixed translation on Notes app
* Updated to Google Apps v7.1
* Returned to MIUI File Manager
* Returned to original Music
* Changed default lockscreen since themes don't work
* Themed the Calculator to fit MIUI orange color
* Fixed updater_script (older one was extracting system multiple times)
* Removed Telocation files
* Removed more NFC libraries and Tag.apk
* Removed MIUI Feedback app (I don't think MIUI needs feedback from an unofficial port)
v0.2
* Fixed ROOT
* Added latest superuser binaries and superuser app
* Removed MIUI Permission Manager
* Fixed Camera
* Replaced File Manager with OI File Manager
* Removed NFC libraries
* Added all Live Wallpapers that were missing
* Fixed keyboard suggestions
v0.1
* Initial Release (with all the changes to make it work and some extras)
Download:
Click to expand...
Click to collapse
v2.0 (Full ROM)
http://android.gcfam.net/devs/NightShack0/weui/WeUI_v2.0_by_NightShack0.zip
(Please donate as a thanks for the ROM and what I have done)
Install:
Click to expand...
Click to collapse
To install properly and avoid any problem follow these steps:
Coming from Gingerbread
1. Reboot to recovery
2. Open/flash the WeUI zip file you downloaded on recovery
3. On the installer choose your device, and select "Data Wipe"
4. Select "Install Now"
5. Your device will reboot to recovery at the start of the installation (if you get a recovery bootloop or it doesn't reboot to recovery, do it manually)
6. Open the WeUI zip file again from recovery
7. The installation will continue where it left off and finish by itself
8. Reboot
Coming from another ICS ROM
1. Reboot to recovery
2. Open/flash the WeUI zip file you downloaded on recovery
3. On the installer choose your device, and select "Data Wipe"
4. Select "Install Now"
5. Reboot
Updating from older WeUI
1. Reboot to recovery
2. Open/flash the WeUI zip file you downloaded on recovery
3. On the installer choose your device, and select "Cache Wipe" (if coming from certain old WeUI versions you will need Data Wipe)
4. Install it
5. Reboot
FAQ:
Click to expand...
Click to collapse
720p recording isnt working for me! Why?!
It should be working without any changes, but if you see this happen, flash http://forum.xda-developers.com/showthread.php?t=1575485 and report that it didn't work at first.
I found a bug or problem in your ROM, what should I do?
Try to read the thread for possible solutions, and if you can't find anything, then post the problem without complaining and try to describe as much as you can the problem and when it happened, etc. Please use the "Report MIUI" option if you experience a force close which will open the "WeUI Feedback app" and it will automatically add the logcat information of that force close, but please describe your problem and don't just send the log. (Most logs will be ignored if you don't describe your problem)
Some theme elements are not getting changed!!
Right now only certain things work on themes like lockscreen, icons, etc. But other stuff doesn't get themed or doesn't look right, this is a thing that MIUI will fix in an upcoming release
Why is there a Torch app? Galaxy S devices don't have a LED flash!
I know there's no LED flash, but the Torch is not an app and can't be deleted that easily, it's on the System UI and can't figure out how to do it correctly
Click to expand...
Click to collapse
Credits:
- NightShack0 ( ME !)
&
Code:
Thanks to
- MIUI, Teamhacksung, Glitch, MIUIAndroid for translation, DemonWav for wipe script and some help, amarullz for AROMA Installer and some help, AndyThomson for code in 3-way-reboot and some help
- grondinm and goo-inside.me for hosting
- fatjoez for logo, testing, helping and misc stuff
- everyone else who has helped testing.
wow. another miui v4 here, thank you so much.
love to use miui these days.
thank you
Thanks, I will download it today and give you a report.
Sent from my GT-I9000 using xda premium
downloaded and installed...and whooaa! what an installation screen!!! I'd keep flashing this rom over and again to see the installation screen...
First report...good rom..stable..1 minor bug - home button doesn't wake the phone...(this was the issue with the 1st MIUI4 release by Galnet team)
Hope to see a fix soon...and a feature request for 4 way reboot!
Otherwise, great job!
amirage said:
downloaded and installed...and whooaa! what an installation screen!!! I'd keep flashing this rom over and again to see the installation screen...
First report...good rom..stable..1 minor bug - home button doesn't wake the phone...(this was the issue with the 1st MIUI4 release by Galnet team)
Hope to see a fix soon...and a feature request for 4 way reboot!
Otherwise, great job!
Click to expand...
Click to collapse
Agree with Amirage, very nice installation screen and menu. Something new like MIUI Kitchen but on mobile....
great job man.. and specially great installation screen, this is the first graphical installation i am using.. so keep the good work up. and hope to see next builds.. i will test the rom and report bugs.. Thanks a lot for your great hard work.
Flashed it few hours ago. Nice installation screen! The first graphical installation screen for SGS, i guess! The ROM runs pretty well! I restored all my apps and not a single FC! Nice work!
The only problem I have is the Music player displays multiple entries for all the songs. I only have 400 songs but it displays over 1200!!
Edit: The front facing camera is not working.
Great work!
Installer is really great. For me this is also the first ICS MIUI which feels fast. Only issue i have is the one already posted. The home buttons does not wake the phone.
Please continue this one
I'll try it. Hope I'll work for me
Subscribed looks interesting.
Testing it in a few minutes.
great rom, i love aroma installition options.
Home button awake is a issue...
great work keep it up!
Front camera isnt working maybe because the captivate doesnt have it and he miss to add the correct libs
Inviato dal mio GT-I9000 usando Tapatalk
unable to download
please mirror for download as download stops at 90 percent and doesnt resume.
I will try, thank you very much for your efforts
---------- Post added at 03:34 PM ---------- Previous post was at 03:07 PM ----------
known issues?
Fantastic ROM. Definitely the best MIUI v4 right now. Love the installation procedure.
Will report bugs
Installer is awesome.
i have a sgs i9000.
-I can not download any app form market. There is a error that ERROR: " app name " could not be downloaded due to an error. (-101)
-I can not use any app that need root privilege, like titanium backup, rom manager.
-Phone is not awake with pushing home button.
-There is ugly and useless vibration after push home button.
Really awesome installer! Just discovered "aroma"
Very nice rom. installtion procedure is awesome
Of course few bugs that were reported by other users but looks very promising
Thanks!
EDIT: no problem with play store here
Right now it looks a good job ... We hope to have a multilingual, thanks

[SMALL APP] [BETA] Files - File Manager [v0.5b] [16/03/2015]

For Sony Small Apps
ICS, Jelly Bean, KitKat and Lollipop
{
"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"
}
An attempt to make file handling Quicker, Easier and Everywhere with the power of Xperia™ Small App!
Features
A complete file manager with all the basic operations as well as some advance and root features
Supports Xperia™ themes, UI elements colour will change according to theme accent
Download from attachments...
Files is in BETA Stage with active development to provide improvements everyday.
File operations:-
* Create, Copy, Paste, Move and Delete files and folders
* Replace or Skip files if exists
* Multi select files and folders
* Extract and create ZIP
* Also extracts APK and RAR files
* Rename, Copy path, Bookmark
* Share every file
* Open file as Text, Image, Audio, Video and File (all types)
* View details
* Copy link or view APK in Play store
* Sort by Name, Type, Size, Date
* Quick info to show Files, Folders and Size of the current directory
* Select from Simple and Detailed View
* Show Hidden files and Thumbnails
* Set Default Directory
* Root Access (Device must be Rooted)
Root features
* Edit or Delete system files
* Change permissions
* Change Owner/Group
Click to expand...
Click to collapse
Directory stack:-
* Records opened directories for quick access
* Open previous directories with just two clicks
* Results are stored per session and cleared when app is closed
Click to expand...
Click to collapse
In-built Search:-
* Search files and folders with quick search
* Change directory while in Search view
* Go back anytime to view previous search results
* Search history
Click to expand...
Click to collapse
Other features:-
* Detailed info about items to be deleted or compressed
* Quick info about selected items
* Perform Copy, Delete and ZIP tasks in background
* Cancel an on going task
* Resizable
* More Coming Soon...
Click to expand...
Click to collapse
In Paid Version
Shortcuts:-
* Create shortcuts to open app with specific path directly from home screen
* Also creates file shortcut
Click to expand...
Click to collapse
File Picker:-
* Can work as file picker to attach files in message, e-mail or any other app, first time ever in a small app
Click to expand...
Click to collapse
App Manager:-
* Swipe left from the browser to view list of installed apps
* Create backup and save APK to SD card
* Multiple backup is also supported
* Create backup in background to perform other tasks simultaneously
* Share as APK, Copy link, View in Play store and Uninstall
Click to expand...
Click to collapse
Click to expand...
Click to collapse
KitKat Issue:-
Due to API changes third party apps cannot write external SD card on Android 4.4.x (KitKat). So, you can't delete or modify files. If your device is rooted then, you can fix this by several apps available on Play store.
Click to expand...
Click to collapse
Tips:-
- Root:- Please wait 15 - 20 seconds when enabling root first time. Then, allow and done. After that it will get root permissions automatically.
- To paste text in text fields, use keyboard in landscape mode then, long press and paste. (Only for below 2.0 SDK:- ICS)
- Long press on address bar to copy path.
- Long press on options to show hint.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Downloads
Available on Google Play Store
Files Lite
Files
Click to expand...
Click to collapse
Changelog
v0.5b !! Most Stable !!
* All new UI and icons with material elements
* Add multiple bookmarks at once
* Fixed rename with root
* Set image as wallpaper [Paid]
* Set audio as ringtone [Paid]
* Lots of bug fixes and improvements
v0.3b (Not released on XDA)
* Icons/Grid view
* View size:- Small, Medium, Large
* Enabled other options in File picker [PAID]
* Improved search
* Improved File exists dialog
* Improved Delete files
* Updated UI
* Bug fixes and improvements
v0.2b
Package name is changed, please remove the previous version first.
* Lite version uploaded on Play store
* Shortcuts:- Launch app with specific path from home screen
* File picker:- Attach file in different apps (messages, e-mail, etc.)
* Directory stack:- To switch between open directories
* Auto rename:- Paste in same directory to create copy of file and folders
* Extract jar files
* Search history:- To search again quickly
* Fixed:- Paste in dialog (4.1+)
* Various fixes and improvements
Click to expand...
Click to collapse
Support Development
- Post logcats if possible. It will help in debugging process.
- Please support so that I can make it better. Please don't compare it with any other file manager as it is strictly designed to perform quick operations. Please suggest features, I will try my best to include them. If there is enough support then, I will also try to make it for other devices. You can buy Play store version which also has cool App manager and some other features.
Click to expand...
Click to collapse
Notice
- Play store version also has App Manger. Buy, if you want to support. More features will be added soon.
-Please support these apps so that I will make them better and better.
Click to expand...
Click to collapse
Disclaimer
I will not responsible for any kind of damage, loss of information, consequential damages, or any issues that are, or could be caused by the use of this software. You agree to use this software at your own risk. If you don't agree then, please don't download.
Click to expand...
Click to collapse
Thanks To...
CM File Manager, PureFM, Simple Explorer, jurar
Click to expand...
Click to collapse
If you liked my work, just click on Thanks button.
XDA:DevDB Information
Files Small App, Small apps extension for Sony products
Contributors
Pranav Pandey
Version Information
Status: Beta
Current Beta Version: 0.5b
Beta Release Date: 2015-03-16
Created 2015-03-16
Last Updated 2015-03-15
Could you post a link to the store version also. Thanks
Sent from my C6806_GPe using Tapatalk
Files v0.2b
badrsj said:
Could you post a link to the store version also. Thanks
Sent from my C6806_GPe using Tapatalk
Click to expand...
Click to collapse
Thanks for your interest. All links are updated in OP.
Files v0.2b
Package name is changed, please remove the previous version first.
* Lite version uploaded on Play store (Will be available soon)
* Shortcuts:- Launch app with specific path from home screen
* File picker:- Attach file in different apps (messages, e-mail, etc.)
* Directory stack:- To switch between open directories
* Auto rename:- Paste in same directory to create copy of file and folders
* Extract jar files
* Search history:- To search again quickly
* Fixed:- Paste in dialog (4.1+)
* Various fixes and improvements
Click to expand...
Click to collapse
Download from first post!!!
Keep supporting,
Pranav Pandey
This app does not install on the Google Play edition Z Ultra. I wonder if it will install on LG g3 thank you
Sent from my C6806_GPe using Tapatalk
That's a really great job :good::good::good:
Tab Z screenshots on the attachment if needed :good:
Files 0.5b !! Most Stable !!
Now, experience the Most advanced Small App ever!
Click to expand...
Click to collapse
v0.5b !! Most Stable !!
* All new UI and icons with material elements
* Add multiple bookmarks at once
* Fixed rename with root
* Set image as wallpaper [Paid]
* Set audio as ringtone [Paid]
* Lots of bug fixes and improvements
v0.3b (Not released on XDA)
* Icons/Grid view
* View size:- Small, Medium, Large
* Enabled other options in File picker [PAID]
* Improved search
* Improved File exists dialog
* Improved Delete files
* Updated UI
* Bug fixes and improvements
Click to expand...
Click to collapse
Buy paid version for extra features and to support further development,
Pranav Pandey
I loved this SmallApp, I'll buy the full version soon, I'm out of money in Play Store, hehehe.
P.S.: Can you post you laucher somewhere?
I loved it when a had a Live With Walkman.
Thank You

- NEW - [ROM] SiCK as HELL ROM * THE FLU * 3/28 -NEW-

{
"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"
}
Code:
[SIZE="4"][B][U][FONT="Trebuchet MS"]9/13 Release V1[/FONT][/U][/B][/SIZE]
[[SIZE="3"]FONT="Trebuchet MS"]* Initial release V1[/FONT][/SIZE]
[SIZE="4"][B][U][FONT="Trebuchet MS"]9/16 Release V2[/FONT][/U][/B] [/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Changed animation scales to 0.05
* Center clock
* Invisible lock button touch clock
* Build Prop Tweaks
* Teather/Hotspot Hack
* Sick Speed Mod
* A whole bunch of string edits
* Launcher animations
* New signature Sick Made Google Search Bar
* Removed Knox Info in about phone
* Added Viper Sound Mod
* Added Sick As Hell Rom Portal App "The Box"
* App drawer alphabetically ordered
* Added Apns
* Features & Others Edits
* Added Ad Away
* Added Team Blackout App
* Accuweather widget 70% Transparent
* Working Private Mode
* Plus a lot more...Just download it![/FONT][/SIZE]
[SIZE="4"]
[B][U][FONT="Trebuchet MS"]10/4 Release V3 & Dev Edition[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Added Potato Clock
* Added Potato Status Bar Gradients
* Disabled Signature Verification
* Added More Toggles
* Added Sick As Hell Welcome Screen
* CSC Tweaks
* Buld Prop Tweaks for Performance
* More Stuff I Can't Remember
[B][U]DEV EDITION[/U][/B]
* Themed V3 Removing All Green, Blue, and Yellow I Could Find
* Removed Toggle Text
* Added TBO Blacked-Out Play Store, and A Few Other Apps
* Added DD Battery As Stock # Minit Bat
* Got Rid Of Some Bloat
* Some More Minor Theming Stuff I Can't Remember[/FONT][/SIZE]
[SIZE="4"][B][U][FONT="Trebuchet MS"]11/01 Release V4[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Added Rom Control
* Added Custom Settings
* TWLauncher Swipe App
* Custom Notification BG Image
* AppOpps
* Custom About Device
* Xposed Framework
* Wanam Xposed
* Root Browser File Manager in Rom Control
* Icon Changer in Rom Control
* Sick as Hell Apps Header in Settings
* Will Add More Later[/FONT][/SIZE]
[SIZE="4"][B][U][FONT="Trebuchet MS"]11/08 Release V5[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Fixed Edge Features On Lock Screen!!
* Re-Built Rom From Ground Up To Fix Any Bugs And Make Sure Everything Fully Functional!
* Removed Loud Volume Warning
* Added Back Flashlight Toggle
* Changed Window Animations to 0.25 Stock
* Added CPU In Status Bar Optional Rom Control
* Performance Tweaks
* Battery Tweaks[/FONT][/SIZE]
[SIZE="4"]
[B][U][FONT="Trebuchet MS"]11/16 Release v6 Aroma[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* New Aroma Installer!
* Choose Between Dev Edition or Stock
* Choose Whatever Bloat You Want Or Don't Want
* Option Of Installing a Selection Of Cool Apps[/FONT][/SIZE]
[SIZE="4"]
[B][U][FONT="Trebuchet MS"]01/08 Release vX Aroma[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Added New Theme "Black Ice" To Aroma
* Added Back To Stock Theme Option In Aroma
* Changed A Few Optional App Options In Aroma
* Added/Removed Apps In Rom Control
* Performance Tweaks
* Added On The Fly Mods
* Added Pvy Battery Bar
* Just Flash It This Will Take Too Long To Do! LOL[/FONT][/SIZE]
[SIZE="4"][B][U][FONT="Trebuchet MS"]01/30 Release vXI Aroma[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* 2 Versions Offered. 1 Without Xposed and 1 With Xposed
* Added Contextual Status Bar Option In Rom Control
* Added Hidden Power Button Top Left Corner On Lock Screen
* Themed Some More Apps In Black Ice
* Changed Lock Screen Clock Black Ice
* More I Just Can't Think Of Everything Right Now [/FONT]
[/SIZE]
[SIZE="4"][B][U][FONT="Trebuchet MS"]02/15 Release vXII Aroma[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Skipped to v XIII due to new kernal[/FONT][/SIZE]
[SIZE="4"][B][U][FONT="Trebuchet MS"]02/18 Release vXIII Aroma[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Added Crazy Sound Mods To This Update!
* Updated Viper Audio Mod
* Added Xperia Z5 Audio Library and Effects To Viper
* Added Beats Audio Library and Effects To Viper
* Added Dolby DIGITAL Plus Mod/App In Rom Control
* Redid Entire Rom Control and Added Following New Features..
* Added Memory Cleaner Option/Color In Rom Control
* Added Custom Notification BG Color Option In Rom Control
* Added Custom Notification Text Color Option In Rom Control
* Changed and Fixed Size and Image Of Contextual Status Bar BG Option In Rom Control
* Added 8 Different Toggle BG Options In Rom Control
* New Black Ice Weather Widget Font
* New Black Ice Keyboard BG
* Removed On The Fly Mod App
* Added A Bunch Of New Performance/Battery Mods Via Intd Scripts
* Added Cool Hangar App To Rom Control Allowing Notification App Shortcuts
* Fixed The Video Call Button BG Color On Both Dev Edition and Black Ice Themes
* Added A Cool Screen Recorder App To Rom
* Added New Aroma Xperia Weather Widget Option
* Changed Sick Google Search Bar Look
* Themed In-Call Dialer Digits and Text In Black Ice To Match Dialer
* Fixed MMS Add Contact Button In Black Ice
* Themed Black Ice MMS Some More
* New Lock Screen and Home Screen Wallpapers
* Added New Wallpapers TO Sick Wallpaper Chooser In Rom Control
* Changed Brightness Slider Toggle Icon In Black Ice Theme
* Changed TW Launcher Home Page Icon In Black Ice
* Added Exclusive New Twisted Kernal From My Boy The Sickness
* I know I Am Forgetting More Stuff I Added So Many New Features It's Crazy![/FONT][/SIZE]
[SIZE="4"][B][U][FONT="Trebuchet MS"]03/28 THE FLU[/FONT][/U][/B][/SIZE]
[SIZE="3"][FONT="Trebuchet MS"]* Added New Rom Control Mods:
* Remove Brightness Slider
* Added Music Visualizer EQ To Notification Panel
* Added Fly On Mods Back In Rom Control
* Removed Wanam From Rom Control
* Switched Back To UniKernal
* Completely Re-Did Performance Aspects Of Rom
* Removed All Int Tweaks So The User Can Choose Which One They Wand Via Fly On Mods
* Rom Is Way Smoother And Faster With Better Battery Life
* Added New Features To The Theme Black Ice
* New Framework Animations Which Make Rom Smoother and Faster
* Fixed Black Ice Screen Issue When Adjusting Volume
* Added Modded Pandora To Aroma
* Added New Modded Spotify To Aroma
* New Sick Made Wallpaper Chooser With Over 20 Custom Wallpapers To Choose From
* As Always A Lot More I Just Can't Remember At The Moment. Just Flash The Damn Thing![/FONT][/SIZE]
1: Download the SICK 0H6 Update Package Containing Everything That You Will Need.
2: Make Sure And Go Into Settings/Developer Options and Make Sure That OEM Unlocking Is Ticked On!
3: Put Your Phone Into Download Mode By Holding Down Power+Home+Volume Down Buttons
4: Press Volume Up To Proceed Into Download Mode
5: Go To The Sick Update Package and Open Odin 3.10.6 On Your PC As Admin
7: Click The AP Box and Load In The OH6 Update Tar Located In The SICK Update Package and Click Start
8: After It's Done Flashing Let Phone Boot. Proceed Through Setup Until Your On The Home Page...Then Reboot To Download Mode Once Again
9: Once In Download Mode Open Odin Again On Your PC As Admin
10: Click The AP Box Again and Now Choose S6 UniKernal Tar From The SICK Update Package To Root Device And Press Start
11: When Done Reboot Once Again 1 Last Time Into Download Mode and Click AP Box and Choose TWRP Recovery Tar From SICK Update Package and Press Start
12: After It Is Finished You WIll Be On Required 5.1.1, Rooted, and Have Custom Recovery! Now Proceed Into Custom Recovery By Holding Volume Up+Power+Home Buttons At The Same Time Find SICK as HELL ROM and Proceed To Flash and Follow Aroma Instructions! Enjoy
Click to expand...
Click to collapse
Code:
[CENTER][B][FONT="System"][SIZE="4"]
[user=4866238]@Rick1684[/user] Help With Mods & Fellow Member of SICK MADE DESIGNS x DEVELOPMENT
[user=4921688]@The Sickness[/user] Of Course My XDA Brother and True Friend. Love You Bro
[user=3901724]@zhuhang[/user] ViPER4Android
[user=631273]@Chainfire[/user] Root
[user=1042140]@tdunham[/user] Mods and Guides
[user=1768899]@g.lewarne[/user] UniKernal
[user=4829480]@erikalin[/user] The Box App
[user=293887]@Morningstar[/user] Mod Guides
TeamBlackOut & [user=2126467]@djdarkknight96[/user] Inverted Apps/TBO Updater App
[user=5282154]@pas2001[/user] Boot Animations
[user=4619873]@gharrington[/user] 3minit Battery Mod
[user=364033]@stangdriver44[/user] For Aroma
[user=5184600]@PineappleOwl[/user] Contextual Status Bar Mod
To Everyone Who Supports My Work By Donating Or Showing Appreciation By Saying Thank You Much Love & Respect!
[/SIZE][/FONT][/B][/CENTER]
-​
IMPORTANT!!
WHEN ROM FIRST BOOTS UP YOU MUST NOT SET PHONE UP UNTIL THE REBOOT WINDOW POPS UP! ONCE REBOOT WINDOW POPS UP WAIT A COUPLE OF MINUTES AND THEN PRESS THE REBOOT BUTTON! AFTER THAT SET PHONE UP AS USUAL.
HOW TO FLASH
DIRECTIONS FOR FLASHING AROMA
* When installing vXI you don't want to wipe in recovery like usual... instead just flash vXIII and when in aroma choose the full wipe option. When flashing the rom you MUST full wipe! If not you will bootloop! Also when flashing for the first time when you get to theme options if you do not want a theme and just want it to be stock just simply skip that page by pressing next.. I have included a "Return back to stock" option for those who flashed a theme and for one reason or another don't like it or just prefer stock to go back in aroma and flash. Last thing.... if you are just flashing aroma to get rid of some bloat or to try out a different theme/return back to stock, or try out one of the optional apps included in aroma then full wipe is not necessary.
HOW TO FLASH ROM ON A DEFFERENT VARIENT ex. SPRINT/INTERNATIONAL USERS
* For those users who are not of the T-Mobile varient that would like to flash this rom I will include the link to UniKernal v8-002 Aroma to flash directly after flashing SICK as HELL. When in the UniKernal aroma you need to make sure and choose the patch option which will allow you to flash other roms not built for your carrier fixing the audio issue when making calls. I have tried on Sprint and it works perfect!
RECOMMENDATIONS/HOW TO SETUP ROM
* When doing a fresh install of SICK as HELL choose all options on the main menu of aroma options which are WIPE, INSTALL FULL ROM, DEBLOAT, THEMES/APPS. Again always FULL WIPE when installing rom. When coming to debloating the rom choose only the bloat in which you use. That's the beauty of root! Not having to have all that bull**** that comes pre-installed on our devices that we never use always running wasting our battery by running in the background somehow and also screwing with the performance... When you get to theme options if you just want stock then don't choose anything and click the next button. You can always come back later if you choose to use a theme or if you did choose a theme and just want to return to stock. But I hate stock personally and also hate all 99% of the themes offered in the theme store so I always choose and recommend "Black Ice" theme option. It's a clean ass theme with 80% transparent bgs throughout so you can see your wallpaper for the bg on almost every screen, and I made almost all the icons white and font white so that you can choose which color you'd like your phone to have. As far as the optional apps go that I have offered in aroma I recommend the XDA app that's offered and I use CM Music player. Moto weather widget is also pretty cool. After you have made all your decisions then flash rom. When rom boots let sit for 2 mins and then reboot! After finally getting to home page the first thing your gonna want to do is to go into SICK Rom Control and go into the status bar/clock options and change the alignment for the clock. If you don't then you will see no clock lol. And pick what ever color you'd like if you want? I personally choose "Custom clock" in clock style and under "Custom java format" I put "hh:mm:ss:" which adds seconds to the status bar clock ex. 07:30:21. Next I go into battery bar options and in options i change it to " Height: 10, Location on Screen: Bottom, Aignment on screen: Center, and then tick animate and choose pulse up/down and accelerate-decelerate." Then pick whatever colors you'd like. Next if you want change the drop down carrier text to whatever you'd like. After that choose the "Hold Back To Kill" option and set it to 600. When setting it up for the first time it will automatically direct you to Settings/Accessibility to turn the feature on. Now that you have the status bar options all done next I always go into AdAway and run it so that it will get rid of all annoying ads in apps and such. Next go into Fly On Mods. Either Choose the "Enable All Feature" or just go through it and choose the options that you want. Lastly I always go into launcher settings by holding down on the screen on home page. Choose whatever options you'd like. That's pretty much it as far as setting the rom up goes... on a side note I personally always after signing into the Play Store I hate when apps automatically update so I go directly into settings and change it to "Do not auto-update apps" option. One last side note... anytime you do a fresh install of a rom it takes a little time for it takes about 2 days to settle in which you will notice better performance and battery.
Click to expand...
Click to collapse
https://www.androidfilehost.com/?w=files&flid=43939
​
To Install Simply Download The Theme Named ui.zip. Once Downloaded Go To Your SD Phone Storage And FInd The TWRP Folder And Make A New Folder In There Called... theme and Simply Copy and Paste The Downloaded ui.zip Into The Newly Created theme Folder And That's It. If You Don't Like Simply Delete The ui.zip To Revert Back To Stock Themed TWRP
Click to expand...
Click to collapse
* CLICK HERE TO DOWNLOAD *
** CLICK TO DOWNLOAD **
TW launcher settings
Before Flashing Wipe Both Caches.... If you decide not to then don't complain that your getting fc's of it's not working!
When you first open the launcher settings, you will see it with black text on a black bg, to fix please do the following:
Tap launcher settings, turn on the power saving mode then hit back once and you will see power mode enable.Now go back to settings and turn power mode off and everything will be back to normal. You only have to do this the first time you open the launcher settings.
To enable infinite scrolling of the home pages apply these settings:
Uncheck My Magazine and make sure that transition effect is set to something other than Plain-NoWrap.Then exit out of settings and uncheck the 6th gear page.Now you will have infinite scrolling of your pages. If you leave the 6th gear page checked, you will end up opening it when you reach the end of each side.
Some of those settings might not stick after rebooting, so you might have to set them up again.​
Click to expand...
Click to collapse
** CLICK TO DOWNLOAD **
* CLICK TO DOWNLOAD *
Download zip file and flash in custom recovery. I personally use TWRP but whatever custom recovery you use is fine. Dirty flash is cool also no need to wipe caches but it never hurts... Reboot and enjoy! If you want to revert back to stock Samsung boot splash simply download the revert zip and flash in recovery the same way.​
Click to expand...
Click to collapse
** CLICK TO DOWNLOAD **
** CLICK TO DOWNLOAD **
This Is Not A Flashable Zip To Use In Custom Recovery Like TWRP... To Use These Icons Extract The ZIp File And Use The Individual Icons With Aftermarket Launcher Or With Icon Themer. ​
Click to expand...
Click to collapse
** CLICK TO DOWNLOAD **
This is a fix for those who use the stock theme and don't like that the toggle text gets cut off because of the size of the text. Just flash in recovery and that's it.​
Click to expand...
Click to collapse
** CLICK TO DOWNLOAD **
-
​
-
mine4
mine 5
What a pleasant surprise! Happy to see this
Sent from my SM-G925T using XDA Free mobile app
Link being uploaded?glad to see some more devs in this section
SICKMADE said:
I didn't mean to post the thread yet... accidently hit the wrong button! So please bare with me while I finish creating OP and post the download link. Will be up by tonight!!
Click to expand...
Click to collapse
215Aphillyated said:
Link being uploaded?glad to see some more devs in this section
Click to expand...
Click to collapse
^^ Glad we are getting another rom on our actual firmware
Just in time too...I updated my edge last night actually..can't wait to flash
Great surprise indeed!! I hope it is based on the 928T Port for our 925T to get that edge+ feel (Crossing my fingers) :laugh::laugh:
thank u sir, dont leave us like all the others!
Man I've been struggling messing with my own, can't wait for this!
Even if its a pile of crap you are getting a thanks just for developing something!! keep up the good work and i will be installing as soon as i get that link!!!
Hate to be the ask for eta...but...
215Aphillyated said:
Hate to be the ask for eta...but...
Click to expand...
Click to collapse
Duuuuude! Youll scare him away!
its ok, OP, we're cool, just chillin, no rush...
Don't want to do that..lol...disregard the question...I'll wait patiently like everyone else...I've been with htc for the past 8+years...now I'm back with Samsung wich is what I started with (the Samsung moment)do ya thang bro...no rush
This is still based on Touchwiz, correct?
Sent from my SM-G928F using Tapatalk
only touchwiz roms for the 925t

Categories

Resources