[UPDATE][JellyBean] JB-STYLED SETTINGS FOR GALAXY Y - Galaxy Y GT-S5360 Themes and Apps

AFTER MORE THAN 200 DOWNLOADS, PLEASE RATE THE THREAD
UPDATE LINK
Jelly Bean SETTINGS FOR GALAXY Y
FEATURES:
Completely Jelly Bean styled
{
"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"
}
Working Data usage option
Jelly Bean Icons
Added CPU settings for custom kernels
INSTRUCTIONS
1. Download Data usage manager from HERE
2. Install the application first
3. Download flashable zip from HERE
4. Place the zip on root of your sd-card (memory card)
5. Reboot into CWM
6. Mount everything ( Mounts and storage -> Mount system, /data, /cache, /sdcard
7. Install zip from sdcard, select zip and choose yes
8. Reboot your device
ENJOY!!!
Thanks to @balamu96m for THIS tutorial​

hey bro which guide did u use to add app to setting menu

Omkar$ said:
hey bro which guide did u use to add app to setting menu
Click to expand...
Click to collapse
Listed in the first post, also I worked a lot of it myself, creating a tutorial

Does it work on every rom?
Sorry for bad english

@op
:victory: awesome keep it up bro, it is based on DXLL1? sorry for may bad English
EDIT: done

EuiJc said:
:victory: awesome keep it up bro, it is based on DXLL1? sorry for may bad english
Click to expand...
Click to collapse
dont quote the whole post use @op instead

Omkar$ said:
hey bro which guide did u use to add app to setting menu
Click to expand...
Click to collapse
R u talkin about the data usage and cpu usage app added to the settings ??
If that's goin to be the case ,
Code:
<com.android.settings.IconPreferenceScreen android:title="[COLOR="Red"]@string/blablablaaa[/COLOR]" settings:icon="[COLOR="red"]@drawable/icon[/COLOR]">
<intent android:targetPackage="[COLOR="Red"]PACKAGE NAME FROM ANDROIDMANIFEST.XML[/COLOR]" android:action="android.intent.action.MAIN" android:targetClass="[COLOR="Red"]TARGET SMALI FILE[/COLOR]" />
</com.android.settings.IconPreferenceScreen>
For EXAMPLE :
This is the code that I used to include my Parts under settings In my ROM
Code:
<com.android.settings.IconPreferenceScreen android:title="@string/hyper_settings" settings:icon="@drawable/ic_hyper">
<intent android:targetPackage="com.hyper.parts" android:action="android.intent.action.MAIN" android:targetClass="com.hyper.parts.MainActivity" />
</com.android.settings.IconPreferenceScreen>

wilfredcool007 said:
R u talkin about the data usage and cpu usage app added to the settings ??
If that's goin to be the case ,
Code:
For EXAMPLE :
This is the code that I used to include my Parts under settings In my ROM
Code:
Click to expand...
Click to collapse
Thanx broo i wanted tatt only ::thumbup::thumbup::thumbup::thumbup:
But where to add thiss code?
I think its settings.xml
Sent from my GT-S6102 using xda app-developers app

Omkar$ said:
Thanx broo i wanted tatt only ::thumbup::thumbup::thumbup::thumbup:
But where to add thiss code?
I think its strings.xml
Sent from my GT-S6102 using xda app-developers app
Click to expand...
Click to collapse
Settings-->res-->drawable-ldpi-->xml-->settings.xml :cyclops:

hypnomatc said:
Does it work on every rom?
Sorry for bad english
Click to expand...
Click to collapse
yeah, work on every galaxy y rom

EuiJc said:
@op
:victory: awesome keep it up bro, it is based on DXLL1? sorry for may bad English
EDIT: done
Click to expand...
Click to collapse
amit34521 said:
dont quote the whole post use @op instead
Click to expand...
Click to collapse
nope, it is based on DDLK1, but will work on any other

wilfredcool007 said:
R u talkin about the data usage and cpu usage app added to the settings ??
If that's goin to be the case ,
Code:
<com.android.settings.IconPreferenceScreen android:title="[COLOR="Red"]@string/blablablaaa[/COLOR]" settings:icon="[COLOR="red"]@drawable/icon[/COLOR]">
<intent android:targetPackage="[COLOR="Red"]PACKAGE NAME FROM ANDROIDMANIFEST.XML[/COLOR]" android:action="android.intent.action.MAIN" android:targetClass="[COLOR="Red"]TARGET SMALI FILE[/COLOR]" />
</com.android.settings.IconPreferenceScreen>
For EXAMPLE :
This is the code that I used to include my Parts under settings In my ROM
Code:
<com.android.settings.IconPreferenceScreen android:title="@string/hyper_settings" settings:icon="@drawable/ic_hyper">
<intent android:targetPackage="com.hyper.parts" android:action="android.intent.action.MAIN" android:targetClass="com.hyper.parts.MainActivity" />
</com.android.settings.IconPreferenceScreen>
Click to expand...
Click to collapse
Omkar$ said:
Thanx broo i wanted tatt only ::thumbup::thumbup::thumbup::thumbup:
But where to add thiss code?
I think its settings.xml
Sent from my GT-S6102 using xda app-developers app
Click to expand...
Click to collapse
wilfredcool007 said:
Settings-->res-->drawable-ldpi-->xml-->settings.xml :cyclops:
Click to expand...
Click to collapse
exactly the same procedure, i was about to make a tutorial for the same. i think no need of it

[UPDATE] Added new functions
UPDATE
ADDED DEVELOPMENT SETTINGS
SEPARATE FILES FOR CUSTOM AND STOCK KERNELS
DOWNLOAD LINK: STOCK KERNEL
DOWNLOAD LINK: CUSTOM KERNELS
FLASHING PROCEDURE:
1. Download Data usage manager from HERE
2. Install the application first
3. Place the zip on root of your sd-card (memory card)
4. Reboot into CWM
5. Mount everything ( Mounts and storage -> Mount system, /data, /cache, /sdcard
6. Install zip from sdcard, select zip and choose yes
7. Reboot your device​

I don't think the [DEV] tag is required in this thread!
Many of the roms already applied that guide

SaketJoshi said:
UPDATE
ADDED DEVELOPMENT SETTINGS
SEPARATE FILES FOR CUSTOM AND STOCK KERNELS
DOWNLOAD LINK: STOCK KERNEL
DOWNLOAD LINK: CUSTOM KERNELS
FLASHING PROCEDURE:
1. Download Data usage manager from HERE
2. Install the application first
3. Place the zip on root of your sd-card (memory card)
4. Reboot into CWM
5. Mount everything ( Mounts and storage -> Mount system, /data, /cache, /sdcard
6. Install zip from sdcard, select zip and choose yes
7. Reboot your device​
Click to expand...
Click to collapse
op plzzzz can u make a guide for adding apps to setting menu
i am gettiinngg errorzz while compiling appp
i needd it for myy rommm plzz can u help mee with thiss
can u create a guide for thisss or plzzz can u mod my setting

I m using
Rom - Jelly Blast v4.0.5
Kernel - Kuro's Kernel
I flashed the file given for Custom Kernels .
After flashing the file settings was missing from my app drawer, but when I navigated to the /system/apps/ folder using root explorer settings.apk was present there but does not show in app drawer nor in link2 SD app.
I had to revert back to the default settings.apk that was present in the ROM
And I already have No frills CPU control installed as a system app...
Please help...as I want Jelly Bean styled settings..

Omkar$ said:
op plzzzz can u make a guide for adding apps to setting menu
i am gettiinngg errorzz while compiling appp
i needd it for myy rommm plzz can u help mee with thiss
can u create a guide for thisss or plzzz can u mod my setting
Click to expand...
Click to collapse
yeah, i surely can mod settings for you, PM me. also creating the tutorial in coming 2-3 days

sunamit37 said:
I m using
Rom - Jelly Blast v4.0.5
Kernel - Kuro's Kernel
I flashed the file given for Custom Kernels .
After flashing the file settings was missing from my app drawer, but when I navigated to the /system/apps/ folder using root explorer settings.apk was present there but does not show in app drawer nor in link2 SD app.
I had to revert back to the default settings.apk that was present in the ROM
And I already have No frills CPU control installed as a system app...
Please help...as I want Jelly Bean styled settings..
Click to expand...
Click to collapse
mount everything before installing the zip.... it works for sure

SaketJoshi said:
mount everything before installing the zip.... it works for sure
Click to expand...
Click to collapse
I tried mounting & then flashing but still I have the older settings in app drawer
GT S5360
Rom - Jelly Blast v4.0.5
Kernel - Marroc v2.0 Final
Overclocked - 1.2 GHz
Undervolted - -100 mV
Battery - 3200 mAh
SD Card - 32 GB class 10
Swap - 256 MB
SD / EXT - 2 GB ext 3

sunamit37 said:
I tried mounting & then flashing but still I have the older settings in app drawer
GT S5360
Rom - Jelly Blast v4.0.5
Kernel - Marroc v2.0 Final
Overclocked - 1.2 GHz
Undervolted - -100 mV
Battery - 3200 mAh
SD Card - 32 GB class 10
Swap - 256 MB
SD / EXT - 2 GB ext 3
Click to expand...
Click to collapse
setting.apk is working on my galaxy y dous sooo it will 1000% work on galaxy y

Related

[11-21-2012] [ROM] [MOD] SIII ICS Build #4 (Working!!!)

I dont have the Device so please co-operate with me. and test my rom. Please
SIII ICS X8​
System Partition- At Least 200 Mb..
FEATURES:
Touchwiz Launcher
Swype Keyboard
New S3 Apps
S3 Bootanimation
Touchwiz weather widget
TouchwizUX from galaxy S3 (MDPI)
Based on CyanogenMod 9.0 BY MinistErIal
Samsung galaxy s3 WallpaperChooser
SGSIII Icons
SGSIII Sounds
SGSIII Live Wallpapers
S-voice Modded
SG3 Clock widget
KiesCast
Application monitor widget
Memo
Polaris Office
You tube
Stock Video Player
Prima Wifi File
S suggest
Flipboard
Chat on
Some Samsung Apps
facebook Sns Account
D2EXT+
Postit
Click to expand...
Click to collapse
Click to expand...
Click to collapse
{
"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"
}
Screenshots on post 2..[/QUOTE]
Downloads And Installation Instructions in the Second Post..
updated on 02/12/2012
BUILD 4 V3
note to all user recommended for users that have a class 6 sd card or higher as I have had a lot of users with class 4 sd card and below PM'ing me with speed problems
DOWNLOAD HERE: http://www.mediafire.com/?cm281x0scbgp68c
and now for users that have been finding this rom slower from v2 onwards with the pre installed D2EXT+ I have now done a build the same as build 4 v3 without the D2EXT+ hack
BUILD 4 V3 NON D2EXT+
DOWNLOAD HERE http://www.mediafire.com/?dfvjlis9l6waxcc
CHANGE LOG
updated to latest minicm
Added touchwiz Launcher
Added Swype Keyboard
New S3 Apps
New Bootanimation
Added Touchwiz weather widget
due to the size for this rom some of the .apk's will be added to your sd card in a folder called apks for s3. this folder will add itself to your sd card while you intall the rom. you do not have to install them and you can remove this folder if you do not wish to use. and all new build will have to be done the same way as there is a lot of stuff on a s3 and as we give more s3 things so the flash.zip will get bigger but not all files in the .zip go to the system.
____________________________________________________________________________________________________
build 3 V2
DOWNLOAD HERE: http://www.mediafire.com/?sy87i7c390kwlxc
CHANGE LOG:
:Improved scrolling
:Improved speed
:Fixed headphone connection
: pre-installed D2EXT+ (for build 3 EXT3/4 partition is needed on your sd card)(tested upto 8gb)
: + some other small things
to install
: do a backup
: do all wipes
: mount system, data and sd ext
: flash install .zip
: do all wipes
: reboot
note to all usersYou need to have a EXT3/4 partition on your sd card... ...you will also have to do full wipes if you are updating from build 2 to build 3
how to partition your sd card:
first
download this new link: http://easeus-partition-master-home-edition.en.softonic.com/
its free and you need it to partition your sd card or any other partition tool
8GB as a guide just change to sd size
1. back up your sd card to pc/laptop
2. open partition tool select your sd card and resize to 6gb
3. now with unallocated space make a new partition in ext3/4 2gb (make sure that both partitions are primary NOT logical )
4. now format both partitions
5. now put all your files back on your sd card. windows will only see the 6gb fat32 partition don't worry thats fine
if you do not do step 4 your phone, pc/laptop will not be able to read your sd card.
____________________________________________________________________________________________________
Build 2 v1.1
Download here
http://www.mediafire.com/?jew8p6dzv2r9gc6
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Change log:
Wi-Fi fixed
No need to flash fix after flashing rom.
All the credit goes to dj_mol3y_x8
Click to expand...
Click to collapse
Click to expand...
Click to collapse
____________________________________________________________________________________________________
Build 1 v1
http://www.mediafire.com/?1mugmsw49q7hctm
Click to expand...
Click to collapse
Flash the Fix after First Boot
Fix-
http://www.mediafire.com/?0yho29cfu3ide89
Click to expand...
Click to collapse
Click to expand...
Click to collapse
____________________________________________________________________________________________________
REQUIREMENTS:
Latest 2.1.1.C.0.0 SE firmware / Baseband: M76XX-TSNCJOLYM-53404015
Unlocked bootloader
Latest version of the ICS nAa kernel
Click to expand...
Click to collapse
____________________________________________________________________________________________________
CREDITS:
nobodyAtAll for Latest CM9 Nightly
rishabh.raj37 for our team effort
dj_mol3y_x8 for our team effort
Maxx for Some S3 Goodies.
sandy4everyone for the new bootanimation
You For testing the Rom and Reporting the Bugs.
Click to expand...
Click to collapse
-------------------------------------------------------------------------------------------------------
Testers:
scorpion 21
ZeWhiteRabbit
-------------------------------------------------------------------------------------------------------
System Partition- At Least 225 Mb..
Click to expand...
Click to collapse
New kernel maybe?? It's possible to make new kernel with 225mb for x8?
FORGOT about THAT!
2010matej said:
New kernel maybe?? It's possible to make new kernel with 225mb for x8?
Click to expand...
Click to collapse
rom kernel combo ??
fotak-x said:
rom kernel combo ??
Click to expand...
Click to collapse
How much is the System Partition..
rishabh.raj37 said:
How much is the System Partition..
Click to expand...
Click to collapse
180 /200 mb
Sent from my E15i using xda premium
where is download this mod ?
Obviously still uploading
When you upload rom, i test it.
Sent from my X8 using XDA
Download links has been posted In the second post.
Please post your screenshots.
wait 10-15 minutes , installing
Screenshoots ???
After flashing fix, phone booting very long..
---------- Post added at 04:18 PM ---------- Previous post was at 04:05 PM ----------
Phone not booting! Still on bootanimation
attached logcat
has anyone tried this rom
i would hav downloaded but i im using 2g internet
Sent from my Walkman using xda premium
Code:
E: Error in sdcard/S3-Evolution...X8.zip
(Status 7)
Installation aborted.
....I did install a previous ROM-ICS and reinstall S3 MOD. Now System and SystemUI (system files) don't working... The button Power ON/OFF don't work... I need restart take off the battery... i did install the FIX. Now, my device stuck on boot animation.
bobgeneric said:
....I did install a previous ROM-ICS and reinstall S3 MOD. Now System and SystemUI (system files) don't working... The button Power ON/OFF don't work... I need restart take of the battery... i did install the FIX. Now, my device stuck on boot animation.
Click to expand...
Click to collapse
Absolutely same thing...
hi to all i use this rom and works fine, to fix after flashing the fix.zip go to cwm wipe data, cache and dalvik cache then istall the fix.zip one more time after the first boot which is long after flashing the fix.zip boot time will go back to normal and works fine.
EDIT:
wifi is not working will not turn on
dj_mol3y_x8 said:
hi to all i use this rom and works fine, to fix after flashing the fix.zip go to cwm wipe data, cache and dalvik cache then istall the fix.zip one more time after the first boot which is long after flashing the fix.zip boot time will go back to normal and works fine.
Click to expand...
Click to collapse
Can you post a screenshot?
bobgeneric said:
Can you post a screenshot?
Click to expand...
Click to collapse
yes here it is. but i have found that the wifi is not working, it will not even turn on
EDIT: I flashed this rom from paranoid android then did all wipes then flash fix then full wipe again and it worked.
EDIT 2: i have removed the picplay.apk from System/Apk and wifi now works
more S/S to follow
hope i helped you
all the best
moley
screenshots for S3 evolution

[MOD][CWM] Replace Stock Battery Icon with Percentage Showing Battery

This is a mod from kitchen
It replaces the stock battery icon with a battery that shows percentage
It is tested on the indian DDLK2 stock rom. Other roms - I don't know.
An example:
{
"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"
}
Instruction of use:
1) Download batterymod.zip from attachment
2) Download cmw.zip from attachment
3) Place these two zip files on root of sd card (root means outside; not within any folder of sd card)
4) Switch off your android device
5) Start your device in recovery mode by holding all three keys at once(up volume + middle menu + power key)
6) Select "apply zip from sd card"
7) Select cmw.zip (it is an independent recovery launcher; you're in CWM now)
8) Select "apply zip from sd card" 2 times
9) Select batterymod.zip
10) Select Yes
11) Reboot
PS: Those wanting to uninstall, it may not be possible. I think if you push framework from system.img(found in stock rom) back to system then it might work but make a nandroid backup nonetheless.
And oh yes, Click thanks if you like this, he he he
Does it require deodexed stock or original one?
----------------------------------------------
EGO = ( 1 / KNOWLEDGE ).
Fawkes... said:
Does it require deodexed stock or original one?
----------------------------------------------
EGO = ( 1 / KNOWLEDGE ).
Click to expand...
Click to collapse
based on my experienced.. no need deodex stock rom to change icon using the kitchen .zip..
already try and it work like charm...
Fawkes... said:
Does it require deodexed stock or original one?
Click to expand...
Click to collapse
Works on both odex and deodex roms. Kitchen mods work on both.
Could you make it work for a costum Rom ( Hybrid V4 ) ?
Ps : this thread should be on Themes & apps section
Request tge mod to move this thread to Themes & Apps section...
Try my mod...
Xperia NxT MoD v1.2 For All GB
http://forum.xda-developers.com/showthread.php?t=1967172
Sent from my GT-5360 with Xperia NxT MoD using xda-premium
all frameworks from any sgy is compatible to any sgy...not only mean to the same baseband...
.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ sent using busybox command via Cytherea phone ~
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
---------- Post added at 02:12 PM ---------- Previous post was at 02:12 PM ----------
its compatible coz framework-res.apk not have framework-res.odex
.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ sent using busybox command via Cytherea phone ~
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
This is developer and not theme section,whats up here:all devs know this little mod!!!!!!!stop this threads.
CALIBAN666 said:
This is developer and not theme section,whats up here:all devs know this little mod!!!!!!!stop this threads.
Click to expand...
Click to collapse
well, look at his post count bro (at time i post this his post is 36)
edit: look at this
http://forum.xda-developers.com/showthread.php?p=35724578
and here...
http://forum.xda-developers.com/showthread.php?p=35725682
.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ sent using busybox command via Cytherea phone ~
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
Like I have already said before, this is a kitchen mod.
I was looking for a percentage battery for s5360 on XDA but couldn't find it so I posted the mod here
Most importantly, kitchen servers are mostly busy. This ready made mod might help ease some bandwidth from kitchen servers.
To others, this mod was made from a framework belonging to a stock rom. You custom rom guys may test this but don't blame me if it fuks up other aspects of your rom.
If you still want a battery mod for your phone then head over to http://uot.dakra.lt/kitchen/ and see what you can cook up.
@encik_racun
I don't know what your problem is.
It's just a post which lets users change their battery icon. What did you find so personally insulting in it.
And what do you mean 36 post count? he he he
Sweetheart, for your kind information, I was raping linux and windows distributions into single disks way before android even exited.
broadways said:
@encik_racun
I don't know what your problem is.
It's just a post which lets users change their battery icon. What did you find so personally insulting in it.
And what do you mean 36 post count? he he he
Sweetheart, for your kind information, I was raping linux and windows distributions into single disks way before android even exited.
Click to expand...
Click to collapse
u not newbie in this linux coding, its ok with that...but u like newbie that did not read before u post...this is development section, and u post a theming thing...
u post it bcoz u did not found any mod here to change your battery icon? well, search again but in theming section....
.
.
Spoiler
LESSON 1: dont ask for ETA's, the mod-wanna-be-guy will report it
My phone constantly reboots after this mod is applied.
Thread moved to Apps and Themes section, post in the relevant section next time.
Regards
any other option..?
do u hv any other option for the given zip at the top..?
it will do even if its not showing %..
pls hep if you can..
broadways said:
This is a mod from kitchen
It replaces the stock battery icon with a battery that shows percentage
It is tested on the indian DDLK2 stock rom. Other roms - I don't know.
An example:
Instruction of use:
1) Download batterymod.zip from attachment
2) Download cmw.zip from attachment
3) Place these two zip files on root of sd card (root means outside; not within any folder of sd card)
4) Switch off your android device
5) Start your device in recovery mode by holding all three keys at once(up volume + middle menu + power key)
6) Select "apply zip from sd card"
7) Select cmw.zip (it is an independent recovery launcher; you're in CWM now)
8) Select "apply zip from sd card" 2 times
9) Select batterymod.zip
10) Select Yes
11) Reboot
PS: Those wanting to uninstall, it may not be possible. I think if you push framework from system.img(found in stock rom) back to system then it might work but make a nandroid backup nonetheless.
And oh yes, Click thanks if you like this, he he he
Click to expand...
Click to collapse
Req : Can you make lidroid toggles & advanced setting app flashable for stock odex ddlk2
sent from LG Optimus G usung Tapatalk II
Guyz plz help me
I cant enable mount data/system etc... in Cwm mode, it throws "cant read data" sumthing lik tat
Wat shuld i do guyz?
Sent from my GT-S5360 using xda app-developers app
sudharsanp23 said:
Guyz plz help me
I cant enable mount data/system etc... in Cwm mode, it throws "cant read data" sumthing lik tat
Wat shuld i do guyz?
Sent from my GT-S5360 using xda app-developers app
Click to expand...
Click to collapse
First thing you can do is please stop posting the same question in multiple threads
Second is head over to the question and answer section for questions like this
Thank you very much friend long it was looking that way.
Sent from my GT-S5360L using xda app-developers app
uot kitchen
hi broadways me your facebook,
need a help about out your
kitchen! , Sorry my english

[L5][E610] Jelly Bean 4.1.2 CleanROM v.4 pre

Hi User,
here is a new rom from me, I hope u like it.
{
"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"
}
I'M NOT RESPONSIBLE FOR ANY TROUBLES, BRICKED PHONES ETC. CAUSED BY FLASHING THIS ROM! ALL AT YOUR OWN RISK!
What I need ?
Update to Jelly Bean 4.2.1 and Clockworkmod ( if u haven´t this fallow this GUIDE )
If u come from 4.0.3 test it but no garantie thats working
What is inside?
Version v.4 pre release
System:
fixed error in framework-res
addet ramscript
more performance
deleted LG Updater
addet root explorer
addet DSP Manager
updatet service.jar
addet new Battery Icons
change app using performance for gaming
Fancy Widget Sense Style for weather with clock
more at full release
Version 3 Lite
System
Newest Source ( V20B France release ) - E61020b-EUR-XX.1365656858 -
Root and Superuser addet
Busybox addet
init.d support
deodexed and signed
clean up from LG Apps
Fixed LG Keyboard Error
Supercharger V6 Script insert to services.jar
Xperia Z Keyboard insert
LGHome and Homeselector remove
NovaLauncher addet
APN Works ( I hope )
Antutu Score
Click to expand...
Click to collapse
Version 2
System
Fixed and rebuild Su and Busybox with new source
addet Superuser
addet Apexlauncher
remove LGhome
remove Home selector
Design
Addet black status bar
Build.prop Tweaks
Wifi Connect Speed
Faster Media Stream
Faster DNS
IPv4 Tweaks
Quick Power On
Init.d Tweaks
Optimize sqlite3 database
Ext4 File Tweak
Internal SDCARD Tweak
External SDCARD Tweak
Zipalign
Battery Saving
Antutu Benchmark
Old Score: 4243 points
New Score: 4736 points (class 10 sdcard - 5002 points )
Click to expand...
Click to collapse
First release
Base is V20a rootet
init.d support
deodexed and signed
clean up from LG Apps
Fixed LG Keyboard Error
Supercharger V6 Script insert to services.jar
Xperia Z Keyboard insert
Google Setup Wizard deleted ( loops somethimes ) - login to google via settings
Kernel : at moment stock kernel, lets hope to pinkflozd for oc
Click to expand...
Click to collapse
InstallGuide
Install via CWM
make a data/factory reset
if u come from 4.0.3 u need format system i think
the first boot need long time, keep cool
Root
install superuser app from market ! fixed in v.2
Download v.4 Pre
Mirror 1 - 4 - Download v4 rapidshare
Download v.3
Mirror I - ImageNetz.de
Download v.2
cache wipe needed
Mirror I - Sendspace.com
Mirror II - ImageNetz.de
Download v.1
Mirror I - Uploadarea.de
Mirror II - Sendspace.com
Say
if u like my work pls.​
Pics and stuff
View attachment 1881416View attachment 1881417View attachment 1881418View attachment 1881419View attachment 1881427View attachment 1881428
GJ isnt it 4.1.2?
---------- Post added at 07:51 PM ---------- Previous post was at 07:50 PM ----------
And does KDZ Updater deletes my unlocked bootloader and cwm and rooted phone?
jannick63 said:
GJ isnt it 4.1.2?
---------- Post added at 07:51 PM ---------- Previous post was at 07:50 PM ----------
And does KDZ Updater deletes my unlocked bootloader and cwm and rooted phone?
Click to expand...
Click to collapse
after update the kdz u must install bootunlock and cwm again.. here is a guide
Oke thx for the info.
I will use it when i can overclock it. becouse i will need to overclock it for temple run 2 and subway surf.
Its 4.1.2 bro. your title got 4.2.1. Its looking nice! Will wait for oc kernel.
jannick63 said:
Its 4.1.2 bro. your title got 4.2.1. Its looking nice! Will wait for oc kernel.
Click to expand...
Click to collapse
upsa.. sry and changed
I'm downloading the ROM and going to test it!
Thanks
Got a problem.
Its not recognizing my Sim Card, just a red cross. My cm10 does recognize it and thats 4.1.2 also. Dont know that the problem is.
jannick63 said:
Got a problem.
Its not recognizing my Sim Card, just a red cross. My cm10 does recognize it and thats 4.1.2 also. Dont know that the problem is.
Click to expand...
Click to collapse
system formated in cwm ?
ok i have test this.. i have install cm10 and wanna have the JB ROM now. this is importent : format system . all works after this
Antutu benchmark has 4243 points
Sent from my LG-E610 using xda app-developers app
Umm no,
I just did a clean Wipe data/Factory/Wipe cache/Wipe dalvik cache.
jannick63 said:
Umm no,
I just did a clean Wipe data/Factory/Wipe cache/Wipe dalvik cache.
Click to expand...
Click to collapse
Work now?
Sent from my LG-E610 using xda app-developers app
Probably i need a Format internal_SD. Do i need to reinstall cwm and unlocked bootloader when i do a format?
jannick63 said:
Probably i need a Format internal_SD. Do i need to reinstall cwm and unlocked bootloader when i do a format?
Click to expand...
Click to collapse
Go in cwm to mount and storage and format System, he format only the System folder
Sent from my LG-E610 using xda app-developers app
Formatted system in cwm still doesnt work. I didnt do the KDZ updater thing maybe i need to do that before it recognizes my sim card.
Same problem like jannick63 installed but the sim card is not recognized.The rom is very nice and fast,im very delused.This is the first rom who not recognized my sim
djonyx said:
Same problem like jannick63 installed but the sim card is not recognized.The rom is very nice and fast,im very delused.This is the first rom who not recognized my sim
Click to expand...
Click to collapse
I think u and Jan...... Must update via kdz. Its make in 10 min. Use the guide
Sent from my LG-E610 using xda app-developers app
One question. Do u have format system?
Sent from my LG-E610 using xda app-developers app

[MOD] Call Recording Option And Data Notification Disable For 2.254 Firmware

{
"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"
}
v1 Inital - Call recording option
Download : http://www.mediafire.com/download/513ofmxxbn6flbq/CallRecorder.zip
Installation :
Make a backup before doing anything.
Get to CWM > Mounts and Storage > Mount System > Wipe cache partition > Wipe Dalvik Cache > flash the .zip (will automatically reboot after flashing) > Enjoy
v2 for 2.245 Firmware - Disable data notification with call recording
Download : http://www.mediafire.com/download/m2bxak0o7bk4hoj/Disable_Data_Trafic_Call_Recording.zip
Installation :
Via CWM - Mounts and Storage > Mount System > Wipe cache partition > Wipe Dalvik Cache > flash the .zip (will automatically reboot after flashing) > Enjoy
APK Installation :
For Odex ROM : (haven't checked if it works, let me know if it does or doesn't "make sure to have a backup")
- Remove SemcPhone.odex from system/app
- Move SemcPhone.apk to system and set permission.
- Reboot
For Deodex ROM :
- Move SemcPhone.ạpk to system and set permission.
- Reboot
v3 For 2.254 Firmware
Download :
Download from Attachment
Installation :
Manually for Odex and Deodexed Rom's
Push com.android.phone-res "which you downloaded from attachments", into SD card, Use root explorer > go to System > Vendor > Overlay > now replace com.android.phone-res set permission to rw-r-r > Reboot >Enjoy
Change-log
v1 Initial Version
v2 for 2.245 firmware
v3 for 2.254 firmware
Haaa work like a charm in clean&tweaked rom v3... :thumbup::thumbup::thumbup: Thank u so much dude... A new developer is born for our SP...
Edit :
I got ur file something different like bla bla.. So i manually replace the apk to System /vender and works...
But i lost the Disable data on off notification mod... Now the data on off notification is coming.. Its annoying
Rajeev said:
Haaa work like a charm in clean&tweaked rom v3... :thumbup::thumbup::thumbup: Thank u so much dude... A new developer is born for our SP...
Edit :
I got ur file something different like bla bla.. So i manually replace the apk to System /vender and works...
But i lost the Disable data on off notification mod... Now the data on off notification is coming.. Its annoying
Click to expand...
Click to collapse
I'll fix that in like 10-20 mins, working on it, and thanks.
Edit- Done disabling the data notification links added. enjoy
I'll be now very soon working for your special request on walkman/album and movies to make them white, but gona take some time as I'm a lil busy with some other stuff.
Download link error.
Sent from my C5302 using Tapatalk 4
Download not working bro
frogerra said:
Download link error.
Sent from my C5302 using Tapatalk 4
Click to expand...
Click to collapse
Rajeev said:
Download not working bro
Click to expand...
Click to collapse
Oops, some technical problems, sorry for the inconvenience, links updated.
RuchRha said:
Oops, some technical problems, sorry for the inconvenience, links updated.
Click to expand...
Click to collapse
@RuchRha bro
Need update for 2.254 firmware with Call recording and Data Disable Notification...
Rajeev said:
@RuchRha bro
Need update for 2.254 firmware with Call recording and Data Disable Notification...
Click to expand...
Click to collapse
Sure, I'll do it, soon.
Rajeev said:
@RuchRha bro
Need update for 2.254 firmware with Call recording and Data Disable Notification...
Click to expand...
Click to collapse
@Rajeev, MOD and Installation method in OP, now.
RuchRha said:
@Rajeev, MOD and Installation method in OP, now.
Click to expand...
Click to collapse
Thank you so much bro. Can u make a Small DPI Navigation bar for 2.254 firmware.. ? I already created my own 5 Button Transparent SystemUI with the help of my Brother ... ( Who is my Brother :- ? Thats Secret ) :fingers-crossed::fingers-crossed:
Rajeev said:
Thank you so much bro. Can u make a Small DPI Navigation bar for 2.254 firmware.. ? I already created my own 5 Button Transparent SystemUI with the help of my Brother ... ( Who is my Brother :- ? Thats Secret ) :fingers-crossed::fingers-crossed:
Click to expand...
Click to collapse
I guess I can, need lil time, busy at the moment.
no com.android.phone-res
i cannot find com.android.phone-res.apk (only android-res.apk, com.android.browser-res.apk) on the mentioned path and i cannot copy your file to that directory (permission denied) also i have R/W permission
Model Number: C5303
Stock ROM 2.254 firmware, Odex
Rooted and had CWM
many thanks
bloodraven174 said:
i cannot find com.android.phone-res.apk (only android-res.apk, com.android.browser-res.apk) on the mentioned path and i cannot copy your file to that directory (permission denied) also i have R/W permission
Model Number: C5303
Stock ROM 2.254 firmware, Odex
Rooted and had CWM
many thanks
Click to expand...
Click to collapse
No wrong.. Not R/ W permission.. Its must b R/O permission.. And if u can't find the apk in that mentioned path means just paste it with permission and reboot
Change the R/W permission to R/O permission.. Then only u can paste file in there
I'm guessing this is for C5302 and not C5303 as LTE option disappeared when i tried just the SemcPhone.apk file.
Xadious said:
I'm guessing this is for C5302 and not C5303 as LTE option disappeared when i tried just the SemcPhone.apk file.
Click to expand...
Click to collapse
Who told? this is for both models... Mine working fine here with this mod
Xadious said:
I'm guessing this is for C5302 and not C5303 as LTE option disappeared when i tried just the SemcPhone.apk file.
Click to expand...
Click to collapse
It's for both all models C5302/03/06, Though, you can download the file from attachments and replace in > Vendor > Overlay with rw-r-r permissions with this you wont loose anything.
Thanks; i had a feeling i messed something up. Will try again.
BTW, when it says:
- Remove SemcPhone.odex from system/app
- Move SemcPhone.apk to system and set permission.
in the second row is that meant to say system/app or is it intentionally one directory up in system?
Xadious said:
Thanks; i had a feeling i messed something up. Will try again.
BTW, when it says:
- Remove SemcPhone.odex from system/app
- Move SemcPhone.apk to system and set permission.
in the second row is that meant to say system/app or is it intentionally one directory up in system?
Click to expand...
Click to collapse
Bro
I think he forget to write in OP.
Move to system set permission and then move to system/app and reboot
Rajeev said:
Bro
I think he write wrong info in OP. Not Semcphone.apk. Its com.android.res.apk
Move to system set permission and then move to system/vendor/overlay and reboot
@RuchRha bro
Pls correct the OP. Its absolutely wrong.. Not Semcphone.apk. Its com.android.res.apk.. And also its needed to move to System/vendor /overlay.. U did not told that in OP
Click to expand...
Click to collapse
Check v3 in OP almost at bottom for 2.254 firmware
RuchRha said:
Check v3 in OP almost at bottom for 2.254 firmware
Click to expand...
Click to collapse
I just edited my comment.. Thats my mistake.. I am in half sleep.. Now only wake up. Thats y..

[ROM][ICS] Iridescent_Zed_III (Pure Essence of Xperia Z) [Both BL] - 04.04.14

{
"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"
}
Click to expand...
Click to collapse
About Iridescent_Zed_ROM
This ROM comes with the purpose of delivering the beautiful user interface from Xperia Z/Sony firmware 4.2.2 with stability. As now we have quite a lots of ROM with Xperia Z1 user interface but we can never overlook the beautiful Z user interface we have been missing. So, we made this ROM to present you the most dedicated, beautiful look & features which we were yet to experience before.
Click to expand...
Click to collapse
ROM Features
Based on 4.1.B.1.13 Firmware
Pre-Rooted & Deodexed
Init.d Supported for both Bootloaders
Pure 4.2.2 UI
Complete Colorizing Supported
Xperia Z Lockscreen
Small Apps Enabled
Magnification Glass
Advanced Power Menu
Skip Tracks via Long Press Vol Key
30-step Volume for Media
Superuser Mod Enabled Services.jar
100% Supercharged Rom
Notificaton Led Fixed
Gsm/Wcdma Bug Fixed
Navigation Bar Enabled
360 Degree Rotation Enabled
AOSP Lockscreen
Fixed xLOUD
Working Download Music Info
Click to expand...
Click to collapse
Features/Apps from Sony 4.2.2 [Ported/Themed]
Framework
SemcGenericUxpRes
Phonebook
SemcPhone
Settings
Calendar
Calculator
Alarm & Clock
Album
Movies
Walkman
Notes
Google Search Box
Launcher
Widgets
SystemUI
Tools Settings
Location Based Wi-Fi
Lockscreen
Small App Launcher
Small Apps
Messaging
Click to expand...
Click to collapse
Aroma Features/Options
Bootloader Selection
Device Selection
Launcher Choice
Keyboard Option
Lockscreen Choice
Small App Selection
Sound Mod Selection
Click to expand...
Click to collapse
Additional Aroma Options
SemcEmail
Facebook
Live Wallpaper Picker
Pico TTS
Social Life
Quick Pic
Sony Select
Sim Tool Kit
Titanium Backup
xBooster
Youtube
Click to expand...
Click to collapse
Help & Support
* If you like our ROM, don't forget to Press Thanks , Rate Thread 5 Stars , Post Feedback in return of our hard work we put in this ROM.
* If you want to reward us for our work then Please feel free to Donate to support & keep our enthusiasm alive
* If you want to Support our ROM then use this Signature Pic as Signature. Just Copy/Paste the Code to your Signature
Click to expand...
Click to collapse
HTML:
[CENTER][IMG]http://i.imgur.com/Vuf0iol.png[/IMG][/CENTER]
Screenshot | Credits
ScreenShots...
Credits..
gagan.u20
Pranav Pandey
jader13254
BDFreak
Alex_rac
Sahaab
DbcCabuslay
zhuhang n ViPER520
Zeppenlinrox
Rizal Lovins
Mariojerkovic
Erorcun
serajr
arcatarc & puppet13th
If you think you should be here, just PM me
Click to expand...
Click to collapse
​
Downloads--
Iridescent_Zed_III
Old release
Iridescent_Zed_Two
Iridescent_Zed_One
Pre Requisites--
A Xperia HDPI Phone
Rooted
My ROM zip
Stock ICS .587 or any ICS based ROM pre installed
CWM Recovery
Click to expand...
Click to collapse
HOW TO INSTALL?
Download ROM
Get to CWM
Wipe dalvik cache
Factory Reset Data
FORMAT /SYSTEM (IMPORTANT)
Then Flash My ROM.zip
Reboot to System (FIRST BOOT IS LONG) Now first boot is only 2 minute long
Enjoyyy
Click to expand...
Click to collapse
Click to expand...
Click to collapse
PS Rate our thread 5* if you like our work
Click to expand...
Click to collapse
​
nice work, downloading, will try it soon.
Video Review
Video Review : By smokerman
Iridescent Zed ROM has been Updated to v2
Find ChangeLog Here
Download from Here- Iridescent_Zed_Two
Hope you will enjoy! Thanks for 1200+ downloads of Initial Release ​
thanks for this rom, it's really looks nice...
i'm downloading now, i will tray it later.
are the sms and phone app white or they change color with themes?
Bad File Zip Instalation
Hi... I'm using Lupus Stock kernel v16 an when i do the instalatión showme bad file.... what is the error???? the rom is not compatible with the kernel???
cejadagu said:
Hi... I'm using Lupus Stock kernel v16 an when i do the instalatión showme bad file.... what is the error???? the rom is not compatible with the kernel???
Click to expand...
Click to collapse
Go to cwm recovery as it is written, not in twrp recovery, as lupus has both recovery
CWM fatal error
saqib nazm said:
Go to cwm recovery as it is written, not in twrp recovery, as lupus has both recovery
Click to expand...
Click to collapse
yes but CWM showme fatal error... don't do the installation
cejadagu said:
yes but CWM showme fatal error... don't do the installation
Click to expand...
Click to collapse
Is that u mean instalation aborted status 07 or what? Try download the ROM again, corrupt maybe~
The reason for the instalation failure
Hi everyone.... i have a problem with the microsd of my Xperia pro..... the cel reboot and dont initiate in good state.... when i put the microSD (SanDisk ULTRA 32 Gb Class 10) and try formating nothing change...
i tried with the terminal of UBUNTU with the command fdisk, on Windows I tryed with MiniTool Partition Wizard but is the same
The data and the partitions still here, the data is functional but new data don't still here.... is like the MicroSD is FREEZE when is desconected the MicroSD is back to the state with the same partitions and same data nothing new.... i move the files an create new folders but nothing changes
If any one knows some method for restore the posibility of modification of the partitions or Full format the microsd for the factory state... I'll thank you
I have installed in that moment Zelly Cream v3 ROM with the mount2sd, swapper 2 and ROM Tool Box for gestion of the partitions and data of the cellphone
I like full format the MicroSD and loss all data for remake the partitions
cejadagu said:
Hi everyone.... i have a problem with the microsd of my Xperia pro..... the cel reboot and dont initiate in good state.... when i put the microSD (SanDisk ULTRA 32 Gb Class 10) and try formating nothing change...
i tried with the terminal of UBUNTU with the command fdisk, on Windows I tryed with MiniTool Partition Wizard but is the same
The data and the partitions still here, the data is functional but new data don't still here.... is like the MicroSD is FREEZE when is desconected the MicroSD is back to the state with the same partitions and same data nothing new.... i move the files an create new folders but nothing changes
If any one knows some method for restore the posibility of modification of the partitions or Full format the microsd for the factory state... I'll thank you
I have installed in that moment Zelly Cream v3 ROM with the mount2sd, swapper 2 and ROM Tool Box for gestion of the partitions and data of the cellphone
I like full format the MicroSD and loss all data for remake the partitions
Click to expand...
Click to collapse
Did u already trying format from cwm?
---------- Post added at 01:04 AM ---------- Previous post was at 12:59 AM ----------
Dear OP : would u like port this rom on KK 4.4.2 Mike's? It would be awesome :good:
Thanks in advance
Abigail said:
Did u already trying format from cwm?
---------- Post added at 01:04 AM ---------- Previous post was at 12:59 AM ----------
Dear OP : would u like port this rom on KK 4.4.2 Mike's? It would be awesome :good:
Thanks in advance
Click to expand...
Click to collapse
Yes... I've tryed with cwm and format in android.... But nothing change the data still here it's like a hard drive freezedwith Deep Freeze in Windows
cejadagu said:
Yes... I've tryed with cwm and format in android.... But nothing change the data still here it's like a hard drive freezedwith Deep Freeze in Windows
Click to expand...
Click to collapse
Use Mini Partition Tools and untick the Enhanced Data Protecting Mode and then format like usually. Hope it help~
cejadagu said:
Yes... I've tryed with cwm and format in android.... But nothing change the data still here it's like a hard drive freezedwith Deep Freeze in Windows
Click to expand...
Click to collapse
your sd got write protected, try wiping partition with minitool if that doesn't help then go to disk management from my computer & format from there. It helped me
nothing hapened
i was tried all this options and nothing happend.... wipe the entire microsd and nothing..... i really need a method of brute force for do the full format
If you choose Odex option in Aroma, then after applying a Theme Accent, after reboot, go to system/framework with file explorer & delete SemcGenericUxpRes.odex. Need to do just once
So I just installed this rom on my friend's xperia pro and I have to say this is one good looking rom but for some reason it is lagging a bit and also from time to time I get an error message saying that unfortunately some core has stopped working......is it because I have odexed the rom? Cause I have experienced some problems with odexing on other roms for different devices. Please help!
saqib nazm said:
If you choose Odex option in Aroma, then after applying a Theme Accent, after reboot, go to system/framework with file explorer & delete SemcGenericUxpRes.odex. Need to do just once
Click to expand...
Click to collapse
I currently use Zelly Cream ROM
With the latest?? Adreno Drivers I could find.
How is this ROM compared to my current ROM?
What kind of Adreno drivers are used in this ROM?

Categories

Resources