[UTIL][Share][Windows] BootAnimation Changer - Galaxy Y GT-S5360 Themes and Apps

Note : I'm just sharing the work of the XDA Member Vincent8111.Only works on Windows and contains nearly 400 bootanim therefore 1.6GB.​
You can send the bootanim in ADB if you enable debug or create a zip and flash it.
You can also resize the image or the display to correspond to your resolutions.
You can add your own animations, just create a directory in "bootanimations" program and put the bootanimation.zip file there​
Downloads : 1.Bootanimationchanger (Full Version) - (i) http://www.oledecran.com/bootanim_changer_install.exe
(ii) ftp://XDA-Dev:[email protected]/Android/Vincent8111/bootanim_changer_install.exe
Torrents : 1. http://forum.xda-developers.com/attachment.php?attachmentid=1988797&d=1369445055
1.Bootanimationchanger (Compressed Version) - http://www.oledecran.com/bootanim_changer_install_light.exe
2.Bootanimationchanger v2 (New version with choice of uncompressed ZIP in resize) : http://www.oledecran.com/bootanim_changer_install_exe_v2.exe​
Original Thread : http://forum.xda-developers.com/showthread.php?t=2278525​
Credits :
Vincent8111
Click to expand...
Click to collapse
​

I think it would be best if you made one thread and shared everything there, as you're sharing a lot of things.

Envy-X said:
I think it would be best if you made one thread and shared everything there, as you're sharing a lot of things.
Click to expand...
Click to collapse
I know that sir but nobody would open a single thread to view all it's contents.The thread will become older and ultimately vanish from the section :/
Creating individual threads would obviously attract the members and in this way the thread will not be dead.

Related

[Tool][TLC]UpdatezipCreator

The Team Lambent Corrosion member presents:
UpdatezipCreator​
Some of you remember my old app UpdateThemeCreator. I've found some time to build a new app that can create updates (as zip archive flashable via recovery).
Changes/Improvements since the last version of ThemeUpdateCreator:
-new interface
-adding files to other folders than system/framework and system/app
-new algorythms
-editing update-script (saving, loading, making default etc)
-saving settings
I hope that app will work without any bugs
Changelog:
1.0.0.1
-adding update-binary to edify scripts (possibility of choosing own update-binary)
-added default scripts for edify scripts
-settings not stored in my documents
1.0.0.2
-Adding folders
-Drag&Drop
-Signing single zip archive
1.0.0.3
-Fixed bug with the wrong name of edify scripts
1.0.0.4
-Not signed archive is kept in temporary directory
-Functions library (inserting functions)
1.0.0.5
-Problem with update_ont_signed path solved (I hope so)
1.0.0.6
-Log mode
1.0.0.7
-Signing bug fixed
1.0.0.8
-Handling linux newline character in scripts
DOWNLOAD:
Rar archive - about 500 kb
Source code - about 1,3 MB - Visual Studio C#
Windows installer (source included) - about 830 kb
I'll use it tomorow for my theme
Sent from my GT-I5800 using CM 6.2 Cyanbread themed
Looks cool
Maybe you can add an option to switch between amend (all cwm versions before 3.x - what we currently use ) and edify (3.x + - like in cm7 and apollo's dual/tri boot kernel)
Then it'ld be universal
Thank you.
cdesai said:
Looks cool
Maybe you can add an option to switch between amend (all cwm versions before 3.x - what we currently use ) and edify (3.x + - like in cm7 and apollo's dual/tri boot kernel)
Then it'ld be universal
Click to expand...
Click to collapse
Yeah, it's already done
Waiting for a permission for use update-binary.
I haven't made phone databes for mounting points, I think that everyone who will be using edify scripts will change it manually in script-editor.
benzyniarz1 said:
Yeah, it's already done
Waiting for a permission for use update-binary.
I haven't made phone databes for mounting points, I think that everyone who will be using edify scripts will change it manually in script-editor.
Click to expand...
Click to collapse
I replied to your email... (same link as the email contained)
Also if you'd like to utilize the database xml from my amend2edify project, feel free to (someone is already using it in a market app).
Your tool looks nice and simple, I've considered doing something similar in the past, never got around to doing it, and now looks like I don't have to. Good work.
Also, maybe this could be moved to a more general section, as it's not restricted to Galaxy 3 devices. (Suggestion, you could add in zip signing to better support more devices.)
=]
nubecoder said:
I replied to your email... (same link as the email contained)
Also if you'd like to utilize the database xml from my amend2edify project, feel free to (someone is already using it in a market app).
Your tool looks nice and simple, I've considered doing something similar in the past, never got around to doing it, and now looks like I don't have to. Good work.
Also, maybe this could be moved to a more general section, as it's not restricted to Galaxy 3 devices. (Suggestion, you could add in zip signing to better support more devices.)
=]
Click to expand...
Click to collapse
Thanks a lot!
Zip signing is available and it's executed automatically (unless JRE is not available)
I'll post the thread in General Android Development and try to impelement your PhoneDatabase
So, app updated. Changes:
-adding update-binary to edify scripts (possibility of choosing own update-binary)
-added default scripts for edify scripts
-settings not stored in my documents
Thanks so much
Ability to sign already made update.zips(with some other tool or manually) would be nice!
EDIT:
Just tried it with folders and it wont work
aka
i can manually add all files and add path(bt tat'ld be a pain)
So how about selecting whole folders?
Drag and drop would be a nice option!
Version 1.0.0.2, changelog:
-Adding folders
-Drag&Drop
-Signing single zip archive
benzyniarz1 said:
Version 1.0.0.2, changelog:
-Adding folders
-Drag&Drop
-Signing single zip archive
Click to expand...
Click to collapse
Very nice (and fast) improvements.
I'll be sure to test this on Ubuntu under Mono sometime and lat ya know how it goes.
=]
Nice app ......nice share
nubecoder said:
Very nice (and fast) improvements.
I'll be sure to test this on Ubuntu under Mono sometime and lat ya know how it goes.
=]
Click to expand...
Click to collapse
It'd be nice, but I think that there are some changes in code neccessary.. the main: replacing executting "cmd.exe" to "adb", in ProccesStartInfo variables, so also parameteres are need to be changed (it's necessay to remove "adb" from parameters). I will probably install Linux in a few weeks on the virtual machine, so I'll have the environment to testing the code.
In the meantime, new version - fixed the wrong name of update-script for edify (changed to "updater-script" for edify, and left "update-script" for amend)
benzyniarz1 said:
In the meantime, new version - fixed the wrong name of update-script for edify (changed to "updater-script" for edify, and left "update-script" for amend)
Click to expand...
Click to collapse
aah, good update
benzyniarz1 said:
It'd be nice, but I think that there are some changes in code neccessary.. the main: replacing executting "cmd.exe" to "adb", in ProccesStartInfo variables, so also parameteres are need to be changed (it's necessay to remove "adb" from parameters). I will probably install Linux in a few weeks on the virtual machine, so I'll have the environment to testing the code.
Click to expand...
Click to collapse
What are you using adb for this app? It's just flash-able zip creation correct?
I can't think of a reason you would need to use adb for this (or how adb would be useful for this other than pushing to the phone's SD card).
Just curious, I haven't bothered to look at the sources.
=]
nubecoder said:
What are you using adb for this app? It's just flash-able zip creation correct?
I can't think of a reason you would need to use adb for this (or how adb would be useful for this other than pushing to the phone's SD card).
Just curious, I haven't bothered to look at the sources.
=]
Click to expand...
Click to collapse
ADB is used only for pushing created file to SD card, nothing more.
thanx a lot..... it helped me very much and saved me from full rom flash.....
Updated to new version. Changelong in the 1st post. Enjoy
awesome!thnx a lot!!! its really easy
edit:not tha easy as i thought can someone tell me the script i need to use to copy and maybe replace system apps?
edit1:figured it out

[THEMERS] [DEV] VillainTheme System 0.4.1 - SHARE

VillainROM and Partners​Presents​VillainTheme System 0.4.1​
I am not the maker if this... I am just sharing it here...
This Theming System can be used to Modify png's, xml's inside .apk files in recovery. This will be helpful for creating Icon Packs, Theme Packs, etc. I used this in ATOMODS - For Samsung Galaxy Y. I want to share it here because Themers can Create Themes For All Roms in a Single File and Changing Just the Required Files instead of Modifying the whole framework-res.apk or SystemUI.apk.
Features:
- Will modify APKs in a ROM, without changing signatures, and can be used on any ROM where the filenames of themed files is the same.
- Should not need updated between versions of a ROM
- Zipaligns all APKs before installation
- Stores a backup of all files being modified in /cache/vrtheme-backup/
- Requires no coding abilities or editing of files - just drag and drop
- Can copy "raw" files, though at risk of not working on other devices (well, let's face it, it won't work on likely a slightly different ROM, so this feature is not recommended or encouraged)
What You Need To Know :
As a Themer? Well, here is the information:
Inside the zip, in the vrtheme folder, you can create a folder called "system" and "data". The former is required, the latter is not required unless you wanted to theme a data app (strongly not recommended, unless you know the app will be there on every phone)
Inside the system or data folder, create a subfolder "app", and in these, make subfolders named EXACTLY after the APK name. For example, to theme the Browser, you need a folder called "Browser.apk". It must be correctly capitalised.
Within there, place the files you require for your theme, in the relevant locations. So most PNGs will be in res/drawable-hdpi/. You can put in xml files too (those which are not in resources.arsc), if you compile them via apktool, and extract them with a zip tool.
In the vrtheme folder, as well as system and data folder, one called "raw" can exist. Within here, you can place files to be copied verbatim to the ROM (for example, modified JAR files). Note that using this may make the theme device dependent (read WILL make it device dependent)
And that's about it.
As a User:
You don't need to know much - just flash this zip like a regular zip, and you'll get your theme running. But you should be able to apply themes to any device, ROM, and version of the ROM, without it causing adverse effects. That means less time spent by themers making the original theme, and less time spent modifying it constantly for new versions of ROMs.
Downloads:
(Link As Given in Original Thread)
Villain Theme System 0.4.1 (Thanks To DOC)
Credits:
D.O.C for the original idea in a discussion on IRC
Stericson for the original idea of metamorph. While totally different, it's a shared goal to separate themes from ROMs
Matt from the Metamorph team, for the zip binary compiled for Android
Seshy, for testing
XDA Thread : http://forum.xda-developers.com/showthread.php?t=1207017
Reserved
Sent from my GT-S5360 using xda premium
Its really awesome...try it...
Sent from my Samsung YoUm with Flexible Display!
Reserved! I likey!
Questions? Better go to [Help Thread] by Deadly
----------------------------------
Sent via a CM'd calculator
Reserved for later info :good:
OMG its awesome
ss pls
Phone : SamSung Galaxy Y ST-5360
Rom : USRR v9 by O.G.Y Team
Kernel : White Kernel 1.3.3 by whitexp
viponline99 said:
ss pls
Phone : SamSung Galaxy Y ST-5360
Rom : USRR v9 by O.G.Y Team
Kernel : White Kernel 1.3.3 by whitexp
Click to expand...
Click to collapse
You can't expect ss for this...
It is a way of replacing png's and xml's of an apk in recovery...
Sent from my Samsung YoUm with Flexible Display!

Creating and porting of bootanimation tutorial

Hi guys this is a easy way to create and porting of bootanimation of your own choice
Required Sotwares:i)Video pad editor link:http://www.nch.com.au/components/vpsetup.exe
ii)Multiple Image Resizer.Net link:http://www.multipleimageresizer.net/download.aspx
iii)bootanimation creator link:http://db.tt/6Pt1boHF thanks to developer despotovski01
For Creating :
Now Step 1: while Install video pad editor and choose option PhotoStage Slideshow Software and click next...see below pic
[url=http://postimg.org/image/6pd92ygin/]
[/URL]
step 2: add media that you want to create bootanimations i have used Sony vs Intel logo.mp4 but u can use anything..
[url=http://postimg.org/image/rc6k20pb3/]
[/URL]
step 3: right click media and select place on sequence..
[url=http://postimg.org/image/acxlmre3j/]
[/URL]
step 4: click file>export video>choose image sequence and set option as below pic
[url=http://postimg.org/image/acxlmre3j/]
[/URL]
step 5: make 2 or three folders like part0,part1,part3...divide the photos equally or ur wish into each folders which are obtained using Videopad video editor and rename each photos from 0001 to end on each folders ...and create a "newfolder" and place all three parts into that "newfolder"...like below
[url=http://postimg.org/image/5xp6uoil9/]
[/URL]
Step 6: install Bootanimation creator...
step 7: open it and click next then select "CHOOSE THE FOLDER" then choose the "newfolder" which we created
[url=http://postimg.org/image/jpozze333/]
[/URL]
step 8: choose the option add loop then give select part0 folder and give value 1 1...then part1 1 0...then part2 0 0 ...these are example u can give any value according to your bootanimation ...see below pic
[url=http://postimg.org/image/rh5pxy78f/]
[/URL]
step 9: click next and select save and save as bootanimation.zip
[url=http://postimg.org/image/v4lh40ffj/]
[/URL]
Thats it You have created ur own bootanimation...
place it using rootexplorer on system>media>replace bootanimation.zip and set permissions
Now to port any bootanimation having different size...
Step 1: Install Multi image resizer.net
step 2: extract bootanimation.zip...i assume there are three folders as part0,part1,part2...
step 3: open Multi image resizer.net...click add folder and part0 folder
[url=http://postimg.org/image/v4lh40ffj/]
[/URL]
step 4:go to resizing option and set as below pic for hvga(320x480) and for others u can enter ur phone size...
[url=http://postimg.org/image/4sl4c4f8f/]
[/URL]
step 5: now go to saving option and set value as pic below and save it on a folder somewhere else as part0(note:not the part0 which has the original pic)....set dpi as 160 for hvga ...120 for wvga...others use ur own dpi values..
[url=http://postimg.org/image/nm6x94dgf/]
[/URL]
step 6: now select GO tab and press Go...
now this will be saved somewhere in part0...again for part1,part2..same steps from 1 to 6...but for part1 use saving folder as part1 somewhere else...for part2 use saving folder as part2 somewhere else...
Now create a new folder and place all three folder like below
[url=http://postimg.org/image/5xp6uoil9/]
[/URL]
and rename each photos from 0001 to end on each folders
now same steps of creation method from "step 6:Install bootanimation creator.." to the end..
thats it u have ported bootanimation...
any questions ask me..
i m not responsible for bootloop..
try it on your own risk..
try adjusting values and no of photos per folder ....if u have any size or bootanimation speed problems..
hope this is useful..ty
if this is useful for u..prress thank you
nice
but it's too long , i can design pics by photoshop then put in part0 folder & compress with store & all done
its for noob like me...the one who don't know photoshop
ansebovi said:
its for noob like me...the one who don't know photoshop
Click to expand...
Click to collapse
great bro ,
also i'm a noob
Mohamed Hashem said:
great bro ,
also i'm a noob
Click to expand...
Click to collapse
but not much as me...
ansebovi said:
but not much as me...
Click to expand...
Click to collapse
no sir ,
i can't MOD apps or those things ,
i'm just learning , but i'm sure that you & me will be devs in the future :good:
Mohamed Hashem said:
no sir ,
i can't MOD apps or those things ,
i'm just learning , but i'm sure that you & me will be devs in the future :good:
Click to expand...
Click to collapse
i hope so...:good:..

Boot Animation Collection ported to fit 720x1280 xhdpi screens

This is a small collection of Boot Animations that I have found over the years of cruising around the pages of XDA. Some were created by the creative minds here and some created by myself. Either way I post them here to share with the community that has given me so much. This collection has been ported to fit 1280x720 xhdpi screens. Feel free to check out my original posting for even more bootanimation include flashable installer that includes the fix for the .qmg files Samsung users need.
To install them simply
*download the "name_of_bootanimation.zip" you want
*using a file manager (such as ES File Manager or Root Explorer) which ever you prefer,
*locate your current bootanimation a make note of location and if there is a prefix added to the bootanimation.zip,
*rename your custom bootanimation
*place in the system location for your ROM (below for common locations)
*make sure permissions are as such rw-r--r--
*then reboot and enjoy.
System location and name of bootanimation vary based on manufacture, carrier and other variables. Look for location and name
/system/media/bootanimation.zip
/system/media/spc_bootanimation.zip
/system/media/hTC_bootanimation.zip
/system/media/VZW_bootanimation.zip
/data/local/bootanimation.zip
/data/local/spc_bootanimation.zip
/data/local/hTC_bootanimation.zip
/data/local/VZW_bootanimation.zip
/system/customize/resource/spc_bootanimation.zip
/system/customize/resource/VZW_bootanimation.zip
/system/customize/resource/hTC_bootanimation.zip
AeNomoly_bootanimation.zip - preview / download
AppleSmash_bootanimation.zip - preview / download
Blown_Away_bootanimation.zip - preview / download
Bluehavoc_bootanimation.zip - preview / download
Blue_Helix_bootanimation.zip - preview / download
Blue_Lines_bootanimation.zip - preview / download
Blue_Plasma_bootanimation.zip - preview / download
Cyan_Nexus_bootanimation.zip - / download
DNA_bootanimation.zip - preview / download
Hulk_bootanimation.zip - preview / download
Motorcycles_bootanimation.zip - preview/ download
Nexus_Prime_bootanimation.zip - preview / download
Shatter_bootanimation.zip - preview / download
WarpVortex_bootanimation.zip - preview / download
These are NOT 1280x720. They are 720x1280. I'm looking for 1280x720 bootanis for my Nvidia SHIELD.
You need to fix the misleading title.
weasel5i2 said:
These are NOT 1280x720. They are 720x1280. I'm looking for 1280x720 bootanis for my Nvidia SHIELD.
You need to fix the misleading title.
Click to expand...
Click to collapse
My bad... I have fixed the title. I might be able to help you with what you're looking for. Are there since particular bootanis you want?
stangdriver44 said:
My bad... I have fixed the title. I might be able to help you with what you're looking for. Are there since particular bootanis you want?
Click to expand...
Click to collapse
Thanks! The SHIELD has a landscape screen, so anything 1280 wide would be awesome. I may end up making a custom one, but I haven't decided yet what would be appropriate.

[ROM][STOCK][TEAM ACHERON]{T230/NU}[PA1] ACHERON ROM v2.3.5 2016.7.9

TEAM ACHERON PRESENTS ​
ACHERON ROM​
{
"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"
}
So here it is. First things First - the CREDs​
Code:
[B][FONT="Franklin Gothic Medium"][U]TEAM ACHERON[/U] - for the love and support [/FONT][/B]
[user=3683646]@scarmon25[/user] - Amazing teacher
[user=2095014]@lickarock[/user] - Amazing teacher and much patients
[user=4452522]@bix2010[/user] - Awesome Team member
[user=4310299]@bilgerryan[/user] - One hell of a Dev & good guy
[user=5580710]@ShinySide[/user] - root and recovery guide
[user=4419154]@safariking[/user] - for the great base ROM and working with him on the SU/Root issues
[user=4648515]@AL_IRAQI[/user] - for support of this device and the idea to use 3minit battery mod
[user=5864662]@moonbutt74[/user] - [U]for the dev knowledge & community attitude of helping when you can[/U] :)
[user=3034891]@gr8nole[/user] - for the CM11 ROM on the TAB 3 - cherry picked a few goodies :D
please thank him here : [url]http://forum.xda-developers.com/showthread.php?t=2783617[/url]
[user=4619873]@gharrington[/user] - For [B][U][COLOR="Blue"]3Minit battery Mod[/COLOR][/U][/B] [guide and code]
Please thank him here : [url]http://forum.xda-developers.com/showthread.php?t=2799958[/url]
[user=2185114]@DorianX[/user] - 92vac & 94fixfc init.d scripts
please thank him here : [url]http://forum.xda-developers.com/showthread.php?t=25744[/url] and try full package (if desired) while you're there
[user=5206871]@pontif[/user] - Testing and troubleshooting issues with this ROM and past ROMs and for being very helpful and supportive
[B][U]All the support and XDA members that help further development[/U][/B]
[user=3901724]@zhuhang[/user] & [user=1569052]@viper520[/user] - [B]Viper4Android sound mod[/B] Copyright (C) 2006-2016 vipercn.com / vipersaudio.com
[B][U]xda[/U][/B] : [url]http://forum.xda-developers.com/showthread.php?t=2191223[/url]
[U][B]official support site[/B][/U] : [url]http://vipersaudio.com/blog/?page_id=11[/url]
[U]view site for IRS packs[/U] - [url]http://vipersaudio.com/blog/?page_id=115[/url]
CHANGE LOG :
Code:
version 2.3.5
[U]Updated :[/U]
hosts file - 2016.06.25
bravia engine 4
Titanium backup (free app)
Greenify (free app)
Google Camera JAR file in system/framework
[U]Added :[/U]
DOLBY SOUND MOD (works with Viper4Android)
LIB folder from stock system.img (support for Stage Fright patches)
Stock kernel (support for Stage Fright patches)
[U]Removed :[/U]
bravia engine 3
What's included
SuperSU V2.65
Xposed installer - w/ few mods you can choose to use
adaway + ad blocking hosts file
INIT.D Support from boot (if other devs are interested I can upload the files)
Navigational bar
Viper4android audio mod
Google now launcher
Terminal emulator
Titanium backup - who doesn't need that
ADB Insecure (from @Chainfire on XDA - free version)
Google camera/calendar/news & weather/keyboard/ears
Sunbeam livewallpaper
Blue balls livewallpaper
#init.d scripts#
clean browser cache - each reboot
Sqlite database optimization - Vacuum script
##CM11 stuff##
BASH (CM Terminal mod)
Apollo music
Calculator
CM wallpapers
CM file manager W/ Root option
LockClock
Movie editor
Some CM11 sounds
What's removed
about 525 MBs of Samsung/Google/Bloat crap
all mobile print stuff
AllShare
Google - Maps & Music
Samsung - Apps & widget, TTS, active apps widget, Sync and Market
All TTS files
Removed alot of ringtones/notification and alarms - removed camera sounds as well.
DISCLAIMER : While we all love to flash new things, You and You alone chose to flash This ROM. I am not liable for any of the following : Bricks, Soft Bricks, Meltdowns, loss of data, Death and/or destruction......However if your device starts printing money....I am responsible for that and request a 10% fee
Click to expand...
Click to collapse
-
I will fully help and support if you provide the following information and have followed the install directions
Device:: (device name aka - T230 or T-230NU)
Baseband: (NG2 / NK2 ect...)
ROM Ver: (build number of ROM)
Description: (please state install -full wipe or dirty flash, what's wrong, "possible fixes if known" and a way to recreate the issue)
Click to expand...
Click to collapse
-
The all important install instructions - PLEASE USE TWRP 2.8.7.0 - DOWNLOAD IN SECOND POST ​
download ROM to device (internal or external)
VERIFY MD5 SUM BEFORE FLASHING!!!
reboot to recovery ( TWRP 2.8.7.0 )
advanced wipe - Wipe cache / dalvik cache / data and system
install ROM zip
(not needed but you can wipe cache and dalvik cache after install again)
reboot - boot time will take around 4-5 mins - everything is being set up
set up accounts / preferences / normal set up
$$$profit$$$
NEW VERSION DOWNLOAD LINK :
------------------------------
Acheron ROM V2.3.5 : https://www.androidfilehost.com/?fid=24572369242687230
MD5 SUM : 3b438059a2a3e0a5ed4b7952e704a3d5
------------------------------
OLDER VERSIONS DOWNLOAD LINKS :
------------------------------
Acheron ROM V2.3 : https://www.androidfilehost.com/?fid=24499762635999670
MD5 SUM : e52614a4309d7744b6df26dca1be1e60
Acheron ROM V2.1.1 : https://www.androidfilehost.com/?fid=24052804347823212
MD5 SUM : 342d919a45cbccdd7c6f98e9c66aafc0
MIRROR (MEGA) : https://mega.nz/#!nlhilaJQ!M5JFQMBtsrGyuNIp2x0tP84rL7dWF52FWyySEQbKCB4
MD5 SUM : 342d919a45cbccdd7c6f98e9c66aafc0
------------------------------
Acheron ROM V2.0 : https://www.androidfilehost.com/?fid=24052804347818830
MD5 SUM : 3127c14d513e0a6d8015a207692b59f6
MIRROR (MEGA) : https://mega.nz/#!GpxGUbxI!xdSMG5e8ulSDKPg0Tc6qKjVsqHv_87h7FV_tKQpYdjE
MD5 SUM : 3127c14d513e0a6d8015a207692b59f6
------------------------------
ROM OS Version: 4.4.2 TW Kitkat
ROM Kernel: Linux 3.10.0
Based On: Samsung Firmware [PA1]
Version Information
Status: Stable
Created 2015-01-09
Last Updated 2016-06-25
Click to expand...
Click to collapse
-
IS YOUR SUPERSU UP TO DATE? GO HERE TO FIND OUT
-
Stable : http://forum.xda-developers.com/showthread.php?t=1538053
-
Beta : http://forum.xda-developers.com/apps/supersu/2014-09-02-supersu-v2-05-t2868133
KNOWN ISSUES
HOW TO REPORT A BUG : (BUG REPORT TEMPLATE, IF YOU WANT A RESPONSE FOLLOW THIS!!!)
Device: (device name aka - T230 or T-230NU)
Baseband: (NG2 / NK2 ect...)
ROM Ver: (build number of ROM)
Description: (please state install -full wipe or dirty flash, what's wrong and a way to recreate the issue)
-------------------
you will get FC com.google.android.process.acore - this is caused by a Sync issue with Google and SecContacts - Fix, Go to settings>account>google>sync settings (only allow app data, pictures, sound search and gmail to sync - turn the rest off)
--------------------
SM-T230 and SM-T230NU Modem and bootloader (firmware only .tar files)
Here is the Firmware update ODIN .tar file. this will update your modem and bootloader : NEWLY ADDED PA1 T230NU firmware
SM-T230NU - APA1 Modem/firmware only : https://www.androidfilehost.com/?fid=24499762635999660
MD5 SUM : 64279b71d12f1df9a2339857c29a5678
SM-T230-OD2 firmware only link : https://www.androidfilehost.com/?fid=24052804347846142
MD5 SUM : b52b4a1908779691125380c583284e6b
SM-T230NU-OD1 firmware only link : https://www.androidfilehost.com/?fid=24052804347845494
MD5 SUM : 3857945d90ce9e2caf3f4cd4ae5fc1d5
TWRP 2.8.7.0 RECOVERY SM-T-230/NU
please thank @sub77 and @CTXz
Thank here : http://forum.xda-developers.com/showpost.php?p=62827670&postcount=98
Please download either US or European version
Download links :
USA TWRP 2.8.7.0 : https://www.androidfilehost.com/?fid=24052804347818822
MD5 SUM : 9472d7cafcf681e9eec107df99572ee2
EUROPEAN TWRP 2.8.7.0 : https://www.androidfilehost.com/?fid=24052804347818821
MD5 SUM : 14d272095d249222ccf65a014d83bf52
SM-T230 & SM-T230NU KERNELs
SM-T230 kernel
OD2 : https://www.androidfilehost.com/?fid=24052804347799717
MD5 SUM : 0141fc2445697e05a2225308a6d1b76e
-----
T230NU KERNEL
PA1 : https://www.androidfilehost.com/?fid=24499762635999658
MD5 SUM : b7efa1d352700dc3a733761fa39970b7
OD1 : https://www.androidfilehost.com/?fid=24052804347799719
MD5 SUM : 785546f2c2b1e472c3ca386b7d2fffad
_______________________________________________________________________________________________________
UPDATED -REMOVE NAVBAR - flash zip in recovery - wipe dalvik cache - reboot - navbar gone
located below
MODs - Themes - Add-ons
Massive Samsung QMG Boot Animation Collection : http://forum.xda-developers.com/showthread.php?t=2611682
please give thanks to @KachowPow
AOKP Boot Animation - from Version 1.4.5 for those that want it back : https://www.androidfilehost.com/?fid=95916177934541630
MD5 SUM : 6491d7bb2e175bb1d8e1aef173cf0a25
Remove Clear Recent Apps : https://www.androidfilehost.com/?fid=24269982087004396
MD5 SUM : 545e127da23837e03679097890e09b0e
Add AllShare back : https://www.androidfilehost.com/?fid=95916177934529664
MD5 SUM : 95fe3fc9f773da21ecaa574f04d7b50d
ADD Samsung Sync, contacts, Sync & Samsung Market : https://www.androidfilehost.com/?fid=95916177934522074
MD5 SUM : d19505e502fc399bc164375d50691ed4
3Minit Battery Mod Link : https://www.androidfilehost.com/?fid=23991606952605782
MD5 SUM : cd89a4e193f3a72365405020698a04da
Restore Stock SystemUI : https://www.androidfilehost.com/?fid=95916177934527332
MD5 SUM : 349064b9ddccec87f88380438b739cca
REMOVAL MODs
----
VERY POWERFUL DEBLOATER (use with caution - removes a lot of stuff)
LINK : https://www.androidfilehost.com/?fid=95916177934541639
----
REMOVE GOOGLE APPS - flash in recovery -
LINK : https://www.androidfilehost.com/?fid=95916177934527333
----
Remove Samsung apps
Link : https://www.androidfilehost.com/?fid=95916177934541638
tips/tricks/how-to's
Ok seeing how there is a few of people having trouble - whether is be not reading, not paying attention or just plain lack of knowledge. I'm writing the little section up to help alleviate this issue. Now, as we all know Flashing customizing can be tricky and cause problems. Also, each new built gets tougher to customize. and comes with its own bugs and nuances. But if we can all come together and help, This will make everyone's experience better.
Click to expand...
Click to collapse
This is a community. I see you guys as an extension to my real family.​
Troubleshooting 101
First and foremost : I don't have all the answer, Hence why I relay on you guys to help out. So below is a collection of my knowledge and other users input.
Step 1 : of any ROM, read the install instructions and prerequisites before you flash a ROM. Don't think you can just flash any ROM and expect everything will work. Also, on that note, DON'T FLASH SOMETHING THAT IS NOT MEANT FOR YOUR DEVICE. I have seen too many times people hard brick because they don't read or pay attention.
Step 2 : read the OP. I try to make it as painless as possible to NOT bore you guys and gals with install instructions and directions. Nor do I try to make is complicated. If you can read, you can flash this ROM. If you choose not to read please, don't expect support. That goes for any Mods, Themes and ROMs......reading and understanding goes a long way.
step 3 : If you run into a bug, let the developer and thread know. But be as detailed a possible. The more information you can give the better help can be provided.
Please follow this Template :
HOW TO REPORT A BUG : (BUG REPORT TEMPLATE, IF YOU WANT A RESPONSE FOLLOW THIS!!!)
Device: (device name aka - T230 or T230NU)
Baseband: (NG2 / NK2 / OC1 ect...)
ROM Ver: (build number of ROM)
Description: (please state install -full wipe or dirty flash, what's wrong and a way to recreate the issue)
Click to expand...
Click to collapse
Below are a few examples I have come across. First one......Seen too many times. the Second one is much better.
trouble #1 :
I keep getting FC everywhere
Response :
What apps? what build are you on? How did you flash the ROM/MOD? what recovery were you using? do you have a logcat?
Trouble #1
I flashed the new ROM (latest build). It was a clean flash from TWRP recovery. I wiped everything. I made sure it was a good download. The MD5 Sum matched When I booted up I kept getting this FC message (message example). I tried rebooting to recovery and wiping cache and dalvik cache - it didn't help. I pulled a logcat and uploaded it. Could you please help?
Response :
After reading the logcat, It looks like an issue with XXXX. I'll make a fix to patch the ROM/MOD. for now here's the work around XXXX
Android permissions explained
Here is how-to-read linux permissions when they are like this (0644 or 0755) or (RW-R--R-- or RWXR-XR-X)
Permissions:
User - who owns the file.
Group - that owns the file.
Other - Other users
R - Read the file.
W - Write or edit the file.
X - Execute or run the file as a program.
Now the permission table is broken up into READ/WRITE/EXECUTE permissions. That is for each let say "user". These are permissions for Owner / Group / Other. Permissions are like granting access for something run or be used. Now to get into the number type (0644). Now for those permission are represented in a value for each position. Read = 4 Write = 2 and execute = 1.
The first number 6 is for Owner. the second number 4 is for Group and lastly the third number 4 is for Other. Now wait, what about the First 0 that is in there? Its just a placeholder for the number system. Adding an extra numeric value (04644) Set UID / Set GID and Sticky) we can talk about later. Those are used in very special instances.
Let's break it down a little.
0644 the first 6 after the 0 starts the first column (reference root explorer) Then each number is the value. owner has value of 6. read & write is checked. Group has value of 4 (read) and other has the value of 4 (read) as well.
So using a little bit of math. read=4 write=2 and execute=1
Owner has Read and Write permission. Those add up to 6.
Group has the value of 4, which only mean it has read permissions. As well as Other.
Now if you understand that then you can read these RW-R--R-- owner group other.
Each three letter groups (RW-)(R--)(R--) stand for Owner then Group then Other. This is the letter representation of the permissions. Meaning Owner has read/write permissions and both Group and Other have only read permissions.
So, 0644 is equal to RW-R--R-- (RW-)(R--)(R--) | 0755 is equal to RWXR-XR-X (RWX)(R-X)(R-X)
See each group?
Hopefully that makes it a lot easier for you guys if you're not sure how to setup permissions before.
NOW LETS CHANGE PERMISSIONS VIA TERMINAL!!
Now if you need to change permissions with Terminal Emulator which is faster than manually going thru each script and/or app. You can do a bulk permission change as well with the following command lines.
As a General Rule, Folders will be 0755 (RWXR-XR-X) and the files within will be 0644 (RW-R--R--). your INIT.D folder will be 0755 and all the scripts inside will be 0755 as well.
Another rule, your folder cannot have less permissions as the files inside. they will break......there are exceptions though. (that's a one-off type scenario)
EX. system/ect/init.d (0755) and the files inside system/etc/init.d/datatest (0777) - NO GO
ex. system/ect/init.d (0755) and the files inside system/etc/init.d/datatest (0755) - Good
THESE ARE EXAMPLES - PLEASE USE YOUR HEAD IN WHEN USING THESE COMMANDS. THEY ARE POWERFUL
Code:
su
mount -o remount,rw /dev/block/platform/soc.2/mmcblk0p15 /system
chmod 0644 /system/lib/*.so /system/app/* /system/priv-app/* /system/framework/*.jar /system/build.prop
chmod 0755 /system/etc/init.d /system/etc/init.d/*
chmod 0755 /system/xbin /system/xbin/* /system/bin /system/bin/*
Now notice that the permissions are in the number format. This is why I broke it down for both ways.
SU as we all know is the command for superuser access.
mount -o remount,rw to mount system as read/write
CHMOD syntax is for change mode(permissions) for a file or directory.
0664/0777/0755 are the permission that will be granted to said file or directory
(Remember what was said earlier )
Then followed by what files/directory permissions will be changed.
* means the whole folder to include all files in it will have the same permissions
Ok so far everything is working correctly , I think the FC is by the Gapps ( what investigare )
On the other hand wanted to know if you would attempt to create a rom CyanogenMod or alone you will continue with this project Stock Rom ?
XperiAMM said:
Ok so far everything is working correctly , I think the FC is by the Gapps ( what investigare )
On the other hand wanted to know if you would attempt to create a rom CyanogenMod or alone you will continue with this project Stock Rom ?
Click to expand...
Click to collapse
Thank you for the confirmation. I'll do some more investigation.
I plan on keeping this ROM going. However, (no promises) but I just got my 64bit windows machine set up with Ubuntu on a VB. My linux machine, the NIC died on me .
There are a few things I want to do. (But I have two kids and a full time job so it will take some time.)
@g_ding84 nice work buddy and thanks for mention me in OP
to fix Fonts FC copy DroidSans.ttf and DroidSans-Bold.ttf to System/fonts
Download Here
AL_IRAQI said:
@g_ding84 nice work buddy and thanks for mention me in OP
to fix Fonts FC copy DroidSans.ttf and DroidSans-Bold.ttf to System/fonts
Download Here
Click to expand...
Click to collapse
Thank you very much sir. Version 1.1 will have your fix.
If you and @safariking want I can PM you guys with the INIT.D support and updated SuperSU 2.44 files.
@XperiAMM - I uploaded the Samsung sync and market - flashable zip - 3rd post under add-ons
I have Version 1.1 uploaded
Change log :
Code:
able to set fonts through settings
added nav bar
g_ding84 said:
I have Version 1.1 uploaded
Change log :
Code:
able to set fonts through settings
added nav bar
Click to expand...
Click to collapse
Thank you for this rom sir. I really appreciate you adding cm11 features to this rom. Thank you ?
Sent from my SM-T230NU using XDA Free mobile app
troy5890 said:
Thank you for this rom sir. I really appreciate you adding cm11 features to this rom. Thank you ?
Sent from my SM-T230NU using XDA Free mobile app
Click to expand...
Click to collapse
YW sir. Glad you like it.
for some reason the trebuchet launcher fc's on me when trying to use a downloaded wall paper. has this happened for you?
krakenthor said:
for some reason the trebuchet launcher fc's on me when trying to use a downloaded wall paper. has this happened for you?
Click to expand...
Click to collapse
Thank you for spotting that. Yes it does. I did recreate the FC. I'll look into it.
I am able to set wallpapers from settings > wallpaper without it FCing.
I will keep the 2nd post updated with known issues. Thank you guys for finding the bugs.
Your welcome.
Sent from my SM-T230NU using XDA Free mobile app
5 Ghz wifi broke
My main network is 5 Ghz and it cant pick it up only my 2.4 Ghz backup network i reset my router at first still couldn't find it then restored to stock and it fixed the issue.
gonzalezb said:
My main network is 5 Ghz and it cant pick it up only my 2.4 Ghz backup network i reset my router at first still couldn't find it then restored to stock and it fixed the issue.
Click to expand...
Click to collapse
T230 or T230NU version?
g_ding84 said:
T230 or T230NU version?
Click to expand...
Click to collapse
T230NU
Hi guys. A little help required here lol. Im using nova on this great rom and i was wondering how i can remove the 3 on screen tabs at the bottom. Its the back , home and recents tabs. I would love this so the my bottom line drops a little. Thank you.

Categories

Resources