{S}[ROM] Erachter ROM v5

Want do you want to look like this ROM?

  • LG UI

    Votes: 19 20.4%
  • Sony modified UI

    Votes: 74 79.6%

  • Total voters
    93
  • Poll closed .
Search This thread

Erachter

Senior Member
May 1, 2012
227
240
Chisinau,Moldova
I proudly present to you:
CBTtQ.png

My first custom ROM


Features:
Based on stock Sony 6.1.A.2.45 FW
Deleted Sony garbage :D
Very smooth (extremely fast from V2)
New statusbar icons
Great battery life



Changelog:
V5​
1.Many Xperia T apps :)
2.unlimited boost script(increased performance )
3.Modded Xperia T Home.apk
4.Battery tweaks
5.Network tweaks
6.Music tweaks (files from AC!D Audio Technology)
7.More transparent app drawer :)

V4.1​
Bugfix release!
1.Fixed music bugs (now there is only dsp manager).
2.Fixed contacts bug.(infiniteview)
3.Added Google Now.(you can disable it in it's settings)

V4​
1.added email app
2.added exchange account
3.changed statusbar toggles
4.added picasa
5.added geeky tweaks(alot increased smoothnes)
6.music tweaks (added Beats DSP Manger and deleted sound enchancements.apk)

V3​
1.fixed statusbar battery issue
2.moved to Xperia GX launcher
3.changed Xperia GX launcher
4.updated build.prop
4.(possible)fixed bad data connection(for those who had it)
5.changed Camera UI more
6.added statusbar toggles ^_^
V2​
1.A ton of performance tweaks (much more than v1)
2.New black theme (there isn't more purple them ;))
3.New red theme (no pink theme ;))
4.A bit modified Camera UI (more coming soon)
5.fixed music bug
6.New bootanimation (very cool).

v1​
1.Performance tweaks
2.Statusbar icons
3.ICS Bootanimation
4."No data traffic" notification removed
5.New App Drawer icon
6.Battery Life tweaks (great improved)
7.Scrolling tweak (really better than stock)

BUGS:
1.Theme Manager bug(if someone know how to fix it PM me)

Downloads:
V5:​
Dev-host: http://d-h.st/mt8
Depositfiles: http://depositfiles.com/files/99m2mrebp

V4.1:​
Dev-host: http://d-h.st/ygL
Deposit-files: http://depositfiles.com/files/pmm8vqdx4

V3:​
Dev-host: http://d-h.st/x7f
Depositfiles: http://depositfiles.com/files/bn0qjcrk3

Screens:
GENERAL
Urca8.jpg
keN3H.jpg
d0Hiu.png
f2oeS.png

RED THEME
yw2jr.png
4ud67.png
dXokG.png
CZQFK.jpg
9Ej5d.png
EMfcg.png

BLACK THEME
IU5xj.png
PrMCR.png

Credits:
-Sony for fw
-mericon for his awesome kernel
-big thanks to skyfir123 for his help
-itiskonrad for statusbar icons
-p3001ee for statusbar toggles
-chivi for statusbar toggles icons
-...Awesome... for modded dsp manager
-forever king for geeky engine
-r-ikfoot for AC!D AUDIO TECHNOLOGY
-mv_style for unlimited boost

Don't forget to click Thanks button!
 
Last edited:

Erachter

Senior Member
May 1, 2012
227
240
Chisinau,Moldova
Instalation instructions:
1.Download ROM
2.Put on SD card
3.Flash binary recovery
4.Mounts and storage--->format system
5.Wipe data
6.Wipe Dalvik Cache
7.Install ROM
8.Flash a kernel (i recommend XSX kernel v6)
9.Rebot.

If you want to save your data on your phone follow these steps:
Note:
1.CMW nandroid backups don't work in TWRP(XSX Kernel)
2.This won't work if you come from CM10, AOKP, CM9 and other non-stock based ROMs


1.Download ROM
2.Put on SD card
3.Flash binary recovery
4.Make a nandroid backup
5.Mounts and storage--->format system
6.Wipe data
7.Wipe Dalvik Cache
8.Install ROM
9.Flash a kernel.
10.Reboot.
11.Go in recovery and do this: Restore-->Advanced restore-->restore data
12.Reboot and enjoy!
 
Last edited:

nemer12

Senior Member
Nov 20, 2009
1,064
99
Bucharest
www.adevice.ro
Man
..why all makes Sony custom from whit Sony launcher etc? Some Sony settings

.there are to much of this kind of roms.believe me if u want to attract ppl just make unique from. Good luck with your from! I'll give it a try to and come back with feedback
 

Erachter

Senior Member
May 1, 2012
227
240
Chisinau,Moldova
Man
..why all makes Sony custom from whit Sony launcher etc? Some Sony settings

.there are to much of this kind of roms.believe me if u want to attract ppl just make unique from. Good luck with your from! I'll give it a try to and come back with feedback

In future versions it will be with modified sony launcher and themes or with LG UI so it will be different.
 
Last edited:

songsong69

Senior Member
Jan 14, 2011
101
3
is it reload whenever touch home button cos of the system needs more ram
it happens to me all the time i use rom base on stock:victory:
 

guildamx

Senior Member
Apr 2, 2010
329
79
Milan
is it reload whenever touch home button cos of the system needs more ram
it happens to me all the time i use rom base on stock:victory:

Just add the following string to the build.prob:
Code:
ro.HOME_APP_ADJ=1

That will give the launcher the highest priority and prevent the app to be closed in case of low ram.
 

Felimenta97

Senior Member
Aug 5, 2011
7,863
2,305
26
Ribeirão Preto
You use the very same battery and signal icons I used to use. Don't forget to thanks the thmer and TickleFish. (for the TMA)

Sent from my LT26i with Tapatalk 2
 
  • Like
Reactions: Erachter

HellRoot

Senior Member
Feb 12, 2012
1,484
300
Just add the following string to the build.prob:
Code:
ro.HOME_APP_ADJ=1

That will give the launcher the highest priority and prevent the app to be closed in case of low ram.

Don't think it works on ICS



To the developer... How did you remove the data traffic disabled notification?

Sent from my LT26i using xda app-developers app
 

Erachter

Senior Member
May 1, 2012
227
240
Chisinau,Moldova
To the developer... How did you remove the data traffic disabled notification?

Sent from my LT26i using xda app-developers app

Created a xml named custom_settings.xml in /system/etc/customization/settings/com/android/phone/
and added this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<settings version="1">
   <setting key="data-connection-except-mms-can-clear-icon" runtime="false">true</setting>
   <setting key="data-connection-except-mms-show-icon-when-enabled" runtime="false">FALSE</setting>
   <setting key="data-connection-except-mms-show-icon-when-disabled" runtime="false">FALSE</setting>
</settings>
 

HellRoot

Senior Member
Feb 12, 2012
1,484
300
Trying it now... Took ages to download... But so far very smooth... I have removed a lot of system crap and such myself also...

Keep it up :) and thanks for the answer about the notification

Sent from my LT26i using xda app-developers app
 

Mano1982

Senior Member
May 17, 2010
1,165
189
Oslo
Hi,
Can you add statusbar toggles to this ROM? :) I installed your ROM but when i installed Statusbar Toggles from another ROM, your modifications (like new icons for wifi, battery etc) was gone :(
 

AL PRINCE-

Senior Member
Jul 2, 2011
177
22
I tried it on my Acro s and work fine except SD card Support :(
I hope if you could fix that for us that will be great . thanks nice rom :good:
 

HellRoot

Senior Member
Feb 12, 2012
1,484
300
Can there be done anything about that slow internal memory speed?

Sent from my LT26i using xda app-developers app
 

Top Liked Posts

  • There are no posts matching your filters.
  • 26
    I proudly present to you:
    CBTtQ.png

    My first custom ROM


    Features:
    Based on stock Sony 6.1.A.2.45 FW
    Deleted Sony garbage :D
    Very smooth (extremely fast from V2)
    New statusbar icons
    Great battery life



    Changelog:
    V5​
    1.Many Xperia T apps :)
    2.unlimited boost script(increased performance )
    3.Modded Xperia T Home.apk
    4.Battery tweaks
    5.Network tweaks
    6.Music tweaks (files from AC!D Audio Technology)
    7.More transparent app drawer :)

    V4.1​
    Bugfix release!
    1.Fixed music bugs (now there is only dsp manager).
    2.Fixed contacts bug.(infiniteview)
    3.Added Google Now.(you can disable it in it's settings)

    V4​
    1.added email app
    2.added exchange account
    3.changed statusbar toggles
    4.added picasa
    5.added geeky tweaks(alot increased smoothnes)
    6.music tweaks (added Beats DSP Manger and deleted sound enchancements.apk)

    V3​
    1.fixed statusbar battery issue
    2.moved to Xperia GX launcher
    3.changed Xperia GX launcher
    4.updated build.prop
    4.(possible)fixed bad data connection(for those who had it)
    5.changed Camera UI more
    6.added statusbar toggles ^_^
    V2​
    1.A ton of performance tweaks (much more than v1)
    2.New black theme (there isn't more purple them ;))
    3.New red theme (no pink theme ;))
    4.A bit modified Camera UI (more coming soon)
    5.fixed music bug
    6.New bootanimation (very cool).

    v1​
    1.Performance tweaks
    2.Statusbar icons
    3.ICS Bootanimation
    4."No data traffic" notification removed
    5.New App Drawer icon
    6.Battery Life tweaks (great improved)
    7.Scrolling tweak (really better than stock)

    BUGS:
    1.Theme Manager bug(if someone know how to fix it PM me)

    Downloads:
    V5:​
    Dev-host: http://d-h.st/mt8
    Depositfiles: http://depositfiles.com/files/99m2mrebp

    V4.1:​
    Dev-host: http://d-h.st/ygL
    Deposit-files: http://depositfiles.com/files/pmm8vqdx4

    V3:​
    Dev-host: http://d-h.st/x7f
    Depositfiles: http://depositfiles.com/files/bn0qjcrk3

    Screens:
    GENERAL
    Urca8.jpg
    keN3H.jpg
    d0Hiu.png
    f2oeS.png

    RED THEME
    yw2jr.png
    4ud67.png
    dXokG.png
    CZQFK.jpg
    9Ej5d.png
    EMfcg.png

    BLACK THEME
    IU5xj.png
    PrMCR.png

    Credits:
    -Sony for fw
    -mericon for his awesome kernel
    -big thanks to skyfir123 for his help
    -itiskonrad for statusbar icons
    -p3001ee for statusbar toggles
    -chivi for statusbar toggles icons
    -...Awesome... for modded dsp manager
    -forever king for geeky engine
    -r-ikfoot for AC!D AUDIO TECHNOLOGY
    -mv_style for unlimited boost

    Don't forget to click Thanks button!
    8
    Instalation instructions:
    1.Download ROM
    2.Put on SD card
    3.Flash binary recovery
    4.Mounts and storage--->format system
    5.Wipe data
    6.Wipe Dalvik Cache
    7.Install ROM
    8.Flash a kernel (i recommend XSX kernel v6)
    9.Rebot.

    If you want to save your data on your phone follow these steps:
    Note:
    1.CMW nandroid backups don't work in TWRP(XSX Kernel)
    2.This won't work if you come from CM10, AOKP, CM9 and other non-stock based ROMs


    1.Download ROM
    2.Put on SD card
    3.Flash binary recovery
    4.Make a nandroid backup
    5.Mounts and storage--->format system
    6.Wipe data
    7.Wipe Dalvik Cache
    8.Install ROM
    9.Flash a kernel.
    10.Reboot.
    11.Go in recovery and do this: Restore-->Advanced restore-->restore data
    12.Reboot and enjoy!
    3
    To the developer... How did you remove the data traffic disabled notification?

    Sent from my LT26i using xda app-developers app

    Created a xml named custom_settings.xml in /system/etc/customization/settings/com/android/phone/
    and added this:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <settings version="1">
       <setting key="data-connection-except-mms-can-clear-icon" runtime="false">true</setting>
       <setting key="data-connection-except-mms-show-icon-when-enabled" runtime="false">FALSE</setting>
       <setting key="data-connection-except-mms-show-icon-when-disabled" runtime="false">FALSE</setting>
    </settings>
    1
    Tks for great work. Gonna give it a try :thumbup:

    Sent from my Xperia S using Tapatalk 2
    1
    You use the very same battery and signal icons I used to use. Don't forget to thanks the thmer and TickleFish. (for the TMA)

    Sent from my LT26i with Tapatalk 2