[MOD]Sony Bravia Engine 2 - Samsung Galaxy Star

Z Edition
PEGASUS TEAM
What makes it different ?
1. It's a pure port (it means it ported from pure StockROM), different from other Bravia Engine !
2. Highly developed to support wide range device
3. Only script, no library or app needed
4. Lightweight, does not eat too much memory
5. Optimization for Galaxy 5 Family
False Alarm ?
Some user reports to me that, this BRAVIA Engine is not working. Basically that means the phone or the ROM is not fully supported by BRAVIA Engine.
FEATURES :
1. All codes from BRAVIA® Engine 1 is back !
1a. CleanVIEW 2 > The ultimate viewing experience from BRAVIA® Engine 1, provides better contrast, details, and many more !
1b. CleanRENDER 2 > Rendering pictures is never been so smooth, CleanRENDER 2 renders image faster without losing quality !
2. Based on Xperia Z 10.1.1.A.1.307 Firmware BRAVIA® Engine
3. Lightweight, no need to insert build.prop line, etc. Just move folder, then reboot !
4. Vibrated colors, even better on AMOLED screens !
5. Compressed script, smaller and better !
6. Support many phone !
7. Support Android 2.1 to 4.2.2 !
INSTALLATION :
ROOT NEEDED !
1. Download the zip file from attachment
2. Extract the zip
2a. If you're on phone, proceed to step 3
2b. If you're on PC, Laptop, etc read step 2c
2c. Transfer system folder to phone (from zip file)
3. Move the system folder to /
4. Make sure it's ,erging to original system folder
5. Check the system folder, go to /etc and check if there's ANY file named be2_album
5a. If there's be2_album and other file with name starting with be_ proceed to step 6
5b. If no file named be2_album, try again. This time move etc folder from zip file to /system
6. Change permission of all file with name starting with be_ and be2 (if you're on Root Explorer) to rwx-rwx-rwx
7. Reboot and expect the changes !
CHANGELOGS :
Code:
### Z-Reality Edition_build0 PEGASUS [WIP]
# Updated binary files to X-Reality binaries
# Realtime effect (wait for 2-5 hours for full effect)
# Half-Ported X-Reality Engine
# Xperia Z i1 Honami binaries
# Retweaked some codes
# CleanView and CleanRender now uses Xperia Z i1 BE2 Codes
# Improved a lot
### Z Edition_build2 PEGASUS [CANCELED]
# Updated CleanView to match recent codes
# Added some devices to supported list
# Triggered effect everytime Gallery app is opened
# Cleaned BE2_movie script
# Update scooped from latest Xperia Z BE2
### Z Edition_build1 [CANCELED]
# Removed few useless codes
# Cleaned the script codes
### Z Edition_build0 [CURRENT-VER]
# Using old, harsh Cleancodes to match the current codes
# Based latest Xperia Z BE2
CREDITS :
1. ALLAH SWT
2. Sony > Original files
3. XDA-Developers > Forum and tutorials
4. F4uzan > Modifying the BE2 File, and distributing it
WEBSITE :
Sony Bravia Engine 2 Explanation
NOTE :
The zip file sometimes can't be extracted using WinRAR, simply download 7zip and you're good to go !
Adding build.prop lines on Xperia devices WILL or MAY engage the effects (on Stock ROM)
ENJOY HOW THE IMAGE SHOULD BE !
ATTACHED FILES
File Type: zip BRAVIA_2_NOT_FLASHABLE.zip - [Click for QR Code] (2.7 KB, 6491 views)
All credits go ONLY AND ONLY TO @F4uzan a recognised contributor
this is not my work but u can thank me for bringing it to u:laugh:

downloads

Nice.
But most ppl wont install due to the seemingly complicated steps.
Shud i make a flashable zip?

Check this out (it has some libs too)
View attachment Bravia2.zip
this one is cwm flashable

T3snake said:
Check this out (it has some libs too)
View attachment 2749793
this one is cwm flashable
Click to expand...
Click to collapse
nice one

Related

APK Manager v4.9 (Easy way to edit APKs)

Hey guys...heres the APK manager v4.9 by daneshm90.....its an easy way to edit apks......​
So i have written a simple script to ease the process of editing apks. Got a lot of downloads so thought its in demand
Whether you're doing basic image editing or editing the smali or xml files, on average u have to use (Brut.all or JF's smali/baksmali) awesome tool to extract the apk, edit it, then sign the apk and then adb push/install it. This process is quite tiresome if you are testing a method that needs fine tweaking.
This script should make the process a LOT smoother.
Theres an option of compiling/signing/installing all in one step
Thanks:
Goes to Brut.all for his awesome tool.
Goes to JF for ofcourse, smali/baksmali
Goes to farmatito for porting this script to linux
Features:
- Extract, Zip apk's.
- Optimize pngs (ignores .9.pngs)
- Zipalign apks
- Sign apks
- Push to specific location on phone
- Incorporates brut.all's apktool
- Pull apk from phone into modding environment.
- Batch optimize apk (Zipalign,optipng,or both)
- Quick sign an apk (Batch mode supported)
- Batch Ogg optimization
- Compression level selector (monitor status above menu)
- Batch install apk from script (option 16)
- Logging on/off has been removed. Instead a log.txt is created which logs the activities of the script organized using time/date headers
- User can change the max java heap size (only use if certain large apks get stuck when decompiling/compiling apks) (Option 19)
- Improved syntax of questions/answers
- Error detection. Checks if error occured anytime u perform a task, and reports it
- Read log (Option 20)
- U can now set this script as ur default application for apks. When u do, if u double click any apk it will install it for u.
- Supports batch installation, so if u drag multiple apks into the script (not while its running) it will install them all for u. U can ofcourse drag a single apk as well
- Added framework dependent decompiling (For non propietary rom apks). (Option 10). Checks whether the dependee apk u selected is correct.
- Allows multiple projects to be modified, switch to and from.
- Allows to modify system apk's using apktool but ensures maximum compatibility in terms of signature / manifest.xml
- Stuff i forgot i guess
Instructions (Windows):
- Place apk in appropriate folder (Any filename will work, if running for first time folders will not be there, you must run and then the folders will be created)
- Run script
- Minimize the script
- Edit files inside the project folder
- Maximize the script
Instructions (Linux):
- Place apk in appropriate folder (Any filename will work, if running for first time folders will not be there, you must run and then the folders will be created)
- Open terminal and change-directory to apkmanager (Easiest way is to type "cd ")
- Chmod 755 Script.sh
- Chmod 755 all files apps inside other folder (thanks for the tip bkmo )
- Run script by typing ./Script.sh
- Minimize the script
- Edit files inside the out folder
- Maximize the script
Requirements:
Java
Adb
Future Improvements:
- Manage multiple simultaneous apk edits (choose which apk to extract/build)
- Option to optimize the apks
- Option to adb push to user defined location
- Other stuff i dont know yet.
Windows (v4.9): Download Here
Linux (v4.3): Download Here
Here's the video!!
Got problems ?
1. Make sure your path has no spaces
2. Your filename has no wierd characters
3. Java/adb are in your path
4. It's not a proprietary rom's apk (aka Sense,Motorola,Samsung) (If u are, then use option 11 and drag the required framework, eg com.htc.resources, twframework-res...etc)
5. It's not a themed apk (if it is, expect .9 png errors, use as close to stock as possible)
6. Look at the log to know whats happening
7. If all else fails, post as much info as possible and we will try to assist you.
If U like my post, press the Thumbs Up button, i.e, Thank Me!
Bad download link. Please fix?
Please download to mediafire or multiupload
thanks
actually its not death214 link or project..and all thread he started was project by others and he just copy and paste..i remember u've been scolded by owain becoz of this,right death?=)
please upload files to other site.i cant download from rapidshare.
change link
Please click here:
http://lmgtfy.com/?q=apk+manager+xda
Nice. Rapidshare link working flawless.

[R800i][ROM][ICS]IcyBeatsSandwich[AiO][v1]

Hi Xperia Friends
I am new! And I want wo release my ROM based on the beta-stock-rom-ICS.
Screens:
[Comeing...]
I deleted much things of that rom, but I added some new things:
Added:
Code:
Best Bootanimation ever ;)
Xperia S Player
Beats Audio
Ultra_Bass [v2]
AOSP Theme
modded Hosts (such big) [v2, in v1 very small]
SuperCharge [v2]
KickAssKernalizer [v2]
BulletProof Apps [v2]
RemoveLags [v2]
Old StatusBar [v2]
-----
Funny Ringtone (named Arschgefickter Homo :D) [v2]
-----
Android Terminal Emulator [v2]
Play Music [v2]
Adobe Reader
Secondary Keyboard
ROM Manager Free
S-Banking
WhatsApp
CWM Auto-Installer
File-Manager
App2SD Free
Removed:
Code:
Some Xperia stuff ;)
TTS-Files [v2]
Some Apps
Not needed files :)
Installation:
Code:
1. Turn off your device
2. Press Search-Button und dock in USB-Cabel (now ur phone is in Fastboot-Mode, blue LED)
3. Copy the Rom on the SD-Card
4. Copy the Recovery "boot.img" in ur Fastboot directory
5. Copy the Recovery "AdvStockKernel.img" in ur Fastboot directory and open
fastboot.exe" in CMD
6. Type in "fastboot.exe boot flash AdvStockKernel.img"
7. Type in "fastboot.exe boot boot.img" !!!DONT FLASH!!!
8. unplug USB-Cabel and power on ur device...wait a bit the Rocovery Menu will appear soon
9. Now select "Install ZIP from SD" and choose the ROM
10. The Recovery Menu will flash ur phone now
11. When "Done!" appears you can restart ur device and see, it boots...it will last a bit...
12. Merry Christmal ;D - UR DONE! THE PLAY WORKS NO WITH IcyBeatsSandwich
Some Tips/Information:
-If u need help send me a PM or contact me at Skype
-Pls report Bugs! -> http://pastebin.com/0DjwNaRm
-I'm not responsable for ****ed up devices!!!
-It's a BETA-ROM, Bugs are normal...dont cry if something dont work
DOWNLOAD:
MOD EDIT: LINK REMOVED
Fast download, without waiting! Suppot d-h.st by singing-up!
Version 2 will come at weekend!
Small website too!
PS: It is not based on ICS++, it is based on the stock rom of ICS!
Over and Out.
Thread closed until the following occurs
1) Removal of Paid apps from Rom. That includes Rom S-Banking and any other apps that are Paid, or the developer does not want included in a rom.
2) Sending myself a copy of the ROM BEFORE IT IS POSTED (VIA PM) BEFORE LINKS ARE POSTED SO THAT I CAN VERIFY IT IS NOT A KANG.
Until these are met, Thread will remain closed.
Pax
FSM Sony Ericsson Xperia Play
ALSO: Vulgar Language is not appropriate on XDA.

[MOD] [U][P?][Sola?] Xperia Z JB Framework | AOSP lockscreen music controls fix

This is a port of Xperia Z framework.
All the ported frameworks for Xperia U had one thing missing which I liked, their app background did not change with the theme. So I decided to do my own port where I retained this feature. This framework is compiled by me and has over 2000 images ported from Xperia Z. And the app background also does change now :good:
Features:
1. Complete Xperia Z framework.
2. Fixes AOSP music controls alignment issue.
3. I cannot possibly list all the changes here so why don't you consult the screenshots for some, or better yet try it for the whole experience
See attachments for screenshots
How to install:
1. Download framwork-res.apk from the attachments
2. Copy it to your sdcard
3. Move it to any folder in your system (ANY folder other than system/framework)
4. Change permissions to rw-r-r-
5. Now move the the file to system/framework
6. Immediately reboot your system
7. Enjoy
NOW! Before you proceed any further let me explain something to you. Framework-res.apk is an extremely sensitive file. Do NOT copy the file directly to system/framework without changing permissions first, or it will crash the OS and brick your phone. Copy the file first to any folder in system/ (except framework) (I personally copy files to system/media/ then change permissions and move files elsewhere) Change the permissions to rw-r-r- like:
X-X
X
X
And then move the file to system/framework.
Finally I am not responsible if you brick your device due to not following the instructions properly. If you did everything right and there are any bugs or problems you're most welcome to ask and I will surely help.
Try and post your experiences in the comments.
Credits to ZN6 and Mtakween for their Xperia Z framework port. Check their work out as well :good:
If you like it, don't forget to press thanks :victory:
Download HERE
k, I hav a framework. I want the app background not to change(wants only black) how to do it. Can u jst tell
Can you upload the xperia Z JB Framework for xperia U again because it says that the file is missing
:silly:

[ROM][JB][.100][New] JBeAnZ v2.2 (Dark and Light) 2013/08/31

REMINDERS: Flashing custom made ROMs comes with risk, if you are not sure what you are doing STOP. Do not continue. If you are knowledgeable and want to try it out feel free. You may feedback problems or comments but I do not guarantee to be able to solve all problems encountered, so do not blame me if any problems occurred. Thank you.
WHAT IS JBeAnZ?
JBeAnZ is a customized stock ROM based on firmware 6.2.A.1.100 Jellybean for Xperia go (ST27i). What I did is removed bloatwares or software that are unwanted that makes the ROM slower and more memory hungry. I also enabled init.d script to allow to run scripts that help optimize the ROM. I edited build.prop for more optimization. The goal of JBeAnZ is to allow users to enjoy stock JB ROM more, more speed, more RAM, more smoothness.
The latest JBeAnZ v2.2 comes in 2 versions, Dark and Light.
Dark has the following UI of apps theme-based (System,Settings,Contacts,Messaging,Phone,Theme Picker,Alarm&Time)
Light version has the following UI of apps white background (Settings,Contacts,Messaging,Phone,Theme Picker,Alarm&Time,Music Widget,OnOffTools Widget)
CREDITS to the following for their silent contribution and others for influence
Zeroinfinity
Rizal Lovins
niaboc79
Pandemic
rakz992
EntrySKY
Why So Serious?
Arjohn Arteza Maalihan and Jaicy Rodriguez
JDWalker
DroidFolks
pikachu01
Noel Macwan
Anom Surya
naruto20007
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
for v2 and v2.1 go to Post #2
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
JBeAnZ v2.2 (for Xperia™ go ST27i)
Requirements: Rooted Jellybean Stock ROM (6.2.A.1.100) or JBeAnZ v2, Clockworkmod (CWM), init.d enabled
PC with 7-zip or any .7z capable extractor
Battery charge level more than 50%
REMINDERS:
1. This is not a stand alone ROM but an upgrade for Xperia™ go ST27i Jellybean 6.2.A.1.100 firmware)
2. It is best to have flashtool and firmware 6.2.A.1.100.ftf ready in case something went wrong
3. Backup all your data before flashing (recommend Titanium Backup for user apps)
4. This flasher will remove bloatwares, remove apps, update system files and wipe/data factory and reset your phone
5. Read instructions first before asking, most of your questions are already answered here
Instructions:
1. Make sure you are running Xperia go ST27i JB firmware 6.2.A.1.100. (Go to settings>About phone, scroll down to the button of
screen and check build number to confirm) (If your phone is rooted with CWM installed and init.d enabled, proceed to instruction #4)
2. Download the JBeAnZKit.7z file and the ROM (JBeAnZv2.2Dark.zip or JBeAnZv2.2Light.zip).
3. Extract JBeAnZKit.7z to your PC, inside the .7z file, you will find 2 folders. The folder "ERT17MOD" will be
use to root your phone, just follow instruction. After root program is installed, phone will reboot. Open app drawer on phone and look for
Uni-init. Run the program and press "Activate" to enable init.d.
4. The second folder "CWM5504" will be use to install Clockworkmod recovery (CWM).
JBeAnZKit7z is 4.84MB, link is http://www34.zippyshare.com/v/94189288/file.html
NOTE: Guide on rooting and installing CWM on Xgo https://sites.google.com/site/myxgosite/root-and-clockworkmod-1 and for enabling init.d use this link
https://sites.google.com/site/myxgosite/buildprop--initd
5. Download the file "JBeAnZv2.2Dark.zip" or "JBeAnZv2.2Light.zip" to your SD Card or internal storage (not microSD)
6. Reboot to CWM
7. Select "install zip from SDCard"
8. Select "choose zip from SDCard" and select "JBeAnZv2.2Dark.zip" or "JBeAnZv2.2Light.zip"
9. After flashing is finished, phone will reboot itself.
10. After boot, do a factory reset (checked "Erase internal storage")
11. Enjoy!
LINKS: JBeAnZ v2.2
http://d-h.st/sXu
http://d-h.st/o5I
LINKS: JBeAnZ v2.2b
(I accidentally uploaded this version, the changes mainly is framework Z1 style, a few newer version of apps)
http://www7.zippyshare.com/v/50890247/file.html (Dark version)
http://www48.zippyshare.com/v/36946497/file.html (Light version)
NOTE ON UPDATING LIGHT TO DARK VERSION:
Just download the Dark version and flash through CWM, after reboot download, JBeAnZv2.2Light2toDarkPatch.zip and flash it through CWM to complete update.
PATCH LINK: (JBeAnZv2.2Light2toDarkPatch.zip)
http://d-h.st/Pjb or https://docs.google.com/file/d/0B3F6d6MJLGjIVi1xLVFVOHFWMVE/edit?usp=sharing
JBEANZ SCRIPT PATCH 1.0 LINK: http://d-h.st/8nc
Some users likes performance of JBeAnZ v2.1, this patch returns scripts I use in v2.1 to be patched on v2.2
SETTINGS PATCH: (remove cpu control and stats from light version, update all icons to match themes [dark & light])
PROCEDURE: Just flash via CWM no need to factory reset, no need to wipe anything!
Dark version: http://d-h.st/MbW or https://docs.google.com/file/d/0B3F6d6MJLGjIa0Jpb0p1MlNyZlk/edit?usp=sharing
Light version: http://d-h.st/7IM or https://docs.google.com/file/d/0B3F6d6MJLGjIMkt3YTZsb1BFSVU/edit?usp=sharing
CHANGELOG:
v2.2:
* update latest Play Store (4.3.11)
* update latest Superuser (SuperSU 1.51)
* includes latest Play services with Android Device Manager
(v3.2.25 (761454-74))
* Mobile X-Reality™ replaces Mobile Bravia™ Engine (credits to Zeroinfinity)
* updated latest Greenify (1.92)
* Cyber-shot MOD 4.7.2 included (credits to Rizal Lovins)
* all new boot animation (Boot Diagnostics v1)
* new System UI (credits to rakz992)
(Brightness Bar on Notification UI & Battery Icon update)
* new Lockscreen (swipe animation) (credits to Pandemic)
* added Honami Gem S II series themes (credits to naruto 20007)
* added Xperia™ ZU Elemental series wallpapers (credits to Anom Surya)
* new Honami inspired keyboard (credits to niaboc79)
* new Honami system sounds
* new reboot option (credits to rakz992)
* optimize init.d script for better RAM management
* System and Radio UI theme-based
* white background (Light version only)
- Clock (credits to Pandemic)
- Settings (credits to Pandemic)
- Sound Picker (credits to Pandemic)
- Themes Chooser (credits to Pandemic)
* white Music and OnOffTools widget (Light version only)
* Contacts, Messaging and Phone Dialer UI theme-based (Dark version only)
Known bugs:
* System UI brightness bar color will adapt to theme color only after reboot
* Pin on Lockscreen dial pad problem (do not use)
FEATURES:
* based on Xperia™ go stock Jellybean ROM 6.2.A.1.100
* latest SuperSU (1.51)
* almost 200MB free RAM on initital boot
* Debloated (ROM reduced by approximately 280+MB)
* Ads free (No Ads--update as of May 2013)
* init.d script enabled
* latest Google Play Store (4.3.11)
* Small Apps Suite ready
* Stamina Mode modded (LED enabled when Stamina Mode activated)
* updated Sony™ Media Apps (Album, Calendar, Movies, and WALKMAN®) (taken from Xperia™ Z 4.2.2)
* added Ribbon series Xperia™ wallpapers
* Adobe™ Flash Player 11.2 included (Flash support)
* added Recorder app (from Xperia™ Z JB 4.2.2)
* build.prop tweaks (audio,battery,call,camera,dalvik,hardware,kernel,network,RAM,UI,video)
(credits to JDWalker)
* init.d script enabled with scripts (tweaked CPU,GPU,Network,wiFi,battery,SD Card,VM)
(credits to DroidFolks and pikachu01)
* update Sony apps icon themes (credits to Why So Serious? and Arjohn)
* speed dial enabled
* OnAndroid Backup ready (NANDroid backup without rebooting)
* new fonts (credits to EntrySKY)
* CPUBeAnZ v1 embedded (using CPU control apps like No-frills will override CPUBeAnZ)
SCREEN OFF/ON/CHARGING SETTINGS:
CPU - 1 core @ 800MHz / 2 core @ 1GHz / 2 core @ 1GHz
I/O - noop / noop / noop
GOVERNOR - ondemand / ondemand / performance
* Mobile X-Reality™ replaces Mobile Bravia™ Engine (credits to Zeroinfinity)
* includes latest Play services with Android Device Manager (v3.2.25 (761454-74))
* new boot animation (Boot Diagnostics v1)
* new System UI (Brightness Bar on Notification UI & Battery Icon update)
(credits to rakz992)
* new Lockscreen (swipe animation) (credits to Pandemic)
* added Xperia™ Z1 (Honami) Gem S II series themes (credits to naruto 20007)
* added Xperia™ ZU Elemental series wallpapers (credits to Anom Surya)
* new Honami inspired keyboard (credits to niaboc79)
* new Honami system sounds
* new reboot option (credits to rakz992)
* optimize init.d script for better RAM management
* System and Radio UI theme-based
* white background (Light version only)
- Clock (credits to Pandemic)
- Settings (credits to Pandemic)
- Sound Picker (credits to Pandemic)
- Themes Chooser (credits to Pandemic)
* white Music and OnOffTools widget (Light version only)
* Contacts, Messaging and Phone Dialer UI theme-based (Dark version only)
NOTE ON BENCHMARK: CPU Governor set to "ondemand" and I/O scheduler set to "cfq"
Older Version
JBeAnZ v2.1 (for Xperia™ go ST27i)
Requirements: Rooted Jellybean Stock ROM (6.2.A.1.100) or JBeAnZ v2, Clockworkmod (CWM), init.d enabled
PC with 7-zip or any .7z capable extractor
Battery charge level more than 50%
REMINDERS:
1. This is not a stand alone ROM but an upgrade for Xperia™ go ST27i Jellybean 6.2.A.1.100 firmware)
2. It is best to have flashtool and firmware 6.2.A.1.100.ftf ready in case something went wrong
3. Backup all your data before flashing (recommend Titanium Backup for user apps)
4. This flasher will remove bloatwares, remove apps, update system files and wipe/data factory reset your phone
5. Read instructions first before asking, most of your questions are already answered here
Instructions: (for Stock 6.2.A.1.100 ROM user)
1. Make sure you are running Xperia go ST27i JB firmware 6.2.A.1.100. (Go to settings>About phone, scroll down to the button of
screen and check build number to confirm) (If your phone is rooted with CWM installed and init.d enabled, proceed to instruction #4)
2. Download the Root_CWM_init.d_enabler_Package.7z file and JBeAnZv2_Flasher_by_LN.zip
3. Extract Root_CWM_init.d_enabler_Package.7z to your PC, inside the .7z file, you will find 2 folders and an APK file. The folder
"Easy Rooting Toolkit v15" will be use to root your phone, just follow instruction. The second folder "cwm-1.0-lotus" will be use
to install Clockworkmod recovery (CWM). The APK file "Uni-init v1.0.apk" must be installed like an ordinary APK, it will be use
to enable init.d script on your phone.
Root_CWM_init.d_enabler_Package.7z is 3.35MB, link is http://d-h.st/oaH
NOTE: Guide on rooting and installing CWM on Xgo https://sites.google.com/site/myxgosite/root-and-clockworkmod-1 and for enabling init.d use this link
https://sites.google.com/site/myxgosite/buildprop--initd
4. Download the file "JBeAnZv2.1_Part1_Flasher.zip" and "JBeAnZv2.1_Part2_Flasher" to your SD Card or internal storage (not microSD)
5. Reboot to CWM
6. Select "install zip from SDCard"
7. Select "choose zip from SDCard" and select "JBeAnZv2.1_Part1_Flasher.zip"
8. Wait for the flashing to finished, after installing part 1
9. After reboot, do another reboot to CWM, do steps 3 & 4 but this time choose "JBeAnZv2.1_Part2_FlasherN.zip"
10. Wait for the flashing to finished, reboot
8. Do a factory reset (checked erase evrything)
9. Enjoy!
Instructions: (for JBeAnZ v2 user)
1. Download the file "JBeAnZv2.1_Part1_Updater.zip" and "JBeAnZv2.1_Part2_Updater.zip" to your SD Card or internal storage (not microSD)
2. Reboot to CWM
3. Select "install zip from SDCard"
4. Select "choose zip from SDCard" and select "JBeAnZv2.1_Part1_Updater.zip"
5. Wait for the flashing to finished, after installing part 1
6. After reboot, do another reboot to CWM, do steps 3 & 4 but this time choose "JBeAnZv2.1_Part2_UpdaterN.zip"
7. Wait for the flashing to finished, reboot and enjoy.
CHANGELOG:
v2.1:
* CPUBeAnZ v1 embedded
(using CPU control apps like No-frills will override CPUBeAnZ)
SCREEN OFF/ON/CHARGING SETTINGS:
CPU - 1 core @ 800MHz / 2 core @ 1GHz / 2 core @ 1GHz
I/O - noop / noop / noop
GOVERNOR - ondemand / ondemand / performance
* added 3 more init.d script to manage RAM better
* enabled OnAndroid Backup (CWM NANDroid backup without rebooting)
* 30 steps media volume (15 steps on stock)
* new fonts (credits to EntrySKY)
* enable speed dial
* update latest Play Store (4.2.3) and Play services (3.1.59 (736673-34))
* update Sony apps icon themes (credits to Why So Serious? and Arjohn)
JBaAnZ v2.1 FLASHER VERSION (for stock 6.2.A.1.100 ROM users / full update / needs factory reset):
PART 1: https://docs.google.com/file/d/0B3F6d6MJLGjILWp4b3hsV3dJdzA/edit?usp=sharing or http://d-h.st/jlz
PART 2: https://docs.google.com/file/d/0B3F6d6MJLGjIaWRCZEc1UXNuQUU/edit or http://d-h.st/ClJ
JBaAnZ v2.1 UPGRADE VERSION (for existing JBeAnZ v2 users / no need to factory reset)
PART 1: https://docs.google.com/file/d/0B3F6d6MJLGjIVmx6YlhZY2NFejA/edit or http://d-h.st/Jql
PART 2: https://docs.google.com/file/d/0B3F6d6MJLGjIS2k5a0xTcnJKRWc/edit or http://d-h.st/rgj
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
JBeAnZ v2
METHOD 1: (for users of ICS and JB Xgo ROM)
JBeAnZ v2 (by LN)
Requirements: Rooted ICS or Jellybean Xperia™ go stock ROM, CWM
(not tested on rooted GB but theoretically it should work)
Instructions:
1. Download the .7z file and extract to SD Card or internal storage (not microSD) \clockworkmod\backup\ (if clockworkmod\backup do not exist, just create it)
2. Reboot to CWM
3. Select "Backup and Restore"
4. Select "Restore" and look for image named "2013-06-29.01.32.32" and install
4. After restore completed, reboot. (it is recommend to factory reset, make sure "erase internal storage" is checked)
5. Enjoy!
NOTE: For anyone who encounter MD5 mismatch error, try this fix:
Download Terminal Emulator: (enter commands below)
# cd /sdcard/clockworkmod/backup/2013-06-29.01.32.32
# rm nandroid.md5
# md5sum *img > nandroid.md5
File is 300MB, download link is https://drive.google.com/open?id=0B3F6d6MJLGjIYTkyYTRfQ0dOV0E
METHOD 2: (for ST27i 6.2.A.1.100 ROM user only)
JBeAnZ v2 Flasher (by LN)
Requirements: Rooted ST27i JB 6.2.A.1.100 ROM, Clockworkmod (CWM), init.d enabled, PC (capable to connect with your Xperia go)
(use Root_CWM_init.d_enabler_Package.7z to root, install recovery (CWM) and enable init.d)
(credits: DooMLorD for Easy Rooting Toolkit, Koush for CWM and Ryuinferno for Uni-init)
Root_CWM_init.d_enabler_Package.7z is 3.35MB, link is http://d-h.st/oaH
REMINDERS:
1. This is not a stand alone ROM but an upgrade for Xperia™ go ST27i Jellybean 6.2.A.1.100 firmware)
2. It is best to have flashtool and firmware 6.2.A.1.100.ftf ready in case something went wrong
3. Backup all your data before flashing (recommend Titanium Backup for user apps)
4. This flasher will remove bloatwares, remove apps, update system files and wipe/data factory reset your phone
5. Read instructions first before asking, most of your questions are already answered here
Instructions:
1. Make sure you are running Xperia go ST27i JB firmware 6.2.A.1.100. (Go to settings>About phone, scroll down to the button of
screen and check build number to confirm) (If your phone is rooted with CWM installed proceed to instruction #5)
2. Download the Root_CWM_init.d_enabler_Package.7z file and JBeAnZv2_Flasher_by_LN.zip
3. Extract Root_CWM_init.d_enabler_Package.7z to your PC, inside the .7z file, you will find 2 folders and an APK file. The folder
"Easy Rooting Toolkit v15" will be use to root your phone, just follow instruction. The second folder "cwm-1.0-lotus" will be use
to install Clockworkmod recovery (CWM). The APK file "Uni-init v1.0.apk" must be installed like an ordinary APK, it will be use
to enable init.d script on your phone.
4. After finishing process of rooting, CWM and init.d, copy "JBeAnZv2_Flasher_by_LN.zip" to your SDCard (not microSD)
5. Reboot phone to recovery (CWM)
6. Select "install zip from SD" and "choose zip from SD" look for "JBeAnZv2_Flasher_by_LN.zip" and install
(The flasher will remove bloat, install updated system files, and wipe data/factory reset your phone)
7. After flashing, reboot.
8. Do a factory reset to install add-on apps. Enjoy!
JBeAnZv2_Flasher_by_LN.zip is 65MB, download link is http://d-h.st/KUb
for those who encountered bluetooth error please install this patch, install via CWM, "choose zip from SD":
JBeAnZv2_BT_Patch_by_LN_2.zip http://d-h.st/x0z
FEATURES:
* based on Xperia™ go stock Jellybean ROM 6.2.A.1.100 (1265-3155_PH)
* rooted with Clockworkmod 6.0.1.2 installed
* 200+MB free RAM on initital boot
* bloatwares removed (reduced ROM size by 280+MB)
* new boot animation (Xpeira™ Particles v3)
* Ads free (No Ads--update as of May 2013)
* latest Google™ Play Store (4.1.10)
* SuperJB themes included (smaller 10.0.A.0.9)
* Small Apps Suite ready
* Stamina Mode modded (LED works when Stamina Mode activated)
* updated Sony™ Media Apps (Album, Calendar, Movies, and WALKMAN®) (taken from Xperia™ Z JB 4.2.2)
* added Ribbon series Xperia wallpapers
* Flash support
* Greenify,Lightning Browser,Root Explorer/File Manager and TubeMate (YouTube™ downloader) included
* updated Home Launcher (modded 6.2.A.1.100)
* added Recorder app (from Xperia™ Z JB 4.2.2)
* build.prop tweaks (audio,battery,call,camera,dalvik,hardware,kernel, network,RAM,UI,video) (credits to JDWalker)
* init.d script enabled with scripts (credits to DroidFolks and pikachu01)
- remounts partition with noatime
- faster networking
- CPU/GPU tweaks
- mali tweaks
- removes journaism
- better WiFi management
- optimize touch screen responsiveness
- better battery life
- better audio
- prevents bootloop
- eliminates lag
- 3G/WiFi data speed tweaks
Changelog and Removed files
CHANGELOG:
v2.2:
* update latest Play Store (4.3.11)
* update latest Superuser (SuperSU 1.51)
* includes latest Play services with Android Device Manager (v3.2.25 (761454-74))
* Mobile X-Reality™ replaces Mobile Bravia™ Engine (credits to Zeroinfinity)
* updated latest Greenify (1.92) and Lightning+ (2.0.5.7)
* Cyber-shot MOD 4.7.2 included (credits to Rizal Lovins)
* all new boot animation (Boot Diagnostics v1)
* new System UI (Brightness Bar on Notification UI & Battery Icon update) (credits to rakz992)
* new Lockscreen (swipe animation) (credits to Pandemic)
* added Honami Gem S II series themes (credits to naruto 20007)
* added Xperia™ ZU Elementalseries wallpapers (credits to Anom Surya)
* new Honami inspired keyboard (credits to niaboc79)
* new Honami system sounds
* new reboot option (credits to rakz992)
* optimize init.d script for better RAM management
* System and Radio UI theme-based
* white background (Light version only)
- Clock (credits to Pandemic)
- Settings (credits to Pandemic)
- Sound Picker (credits to Pandemic)
- Themes Chooser (credits to Pandemic)
* white Music and OnOffTools widget (Light version only)
* Contacts, Messaging and Phone Dialer UI theme-based (Dark version only)
v2.1:
* CPUBeAnZ v1 embedded
(using CPU control apps like No-frills will override CPUBeAnZ)
SCREEN OFF/ON/CHARGING SETTINGS:
CPU - 1 core @ 800MHz / 2 core @ 1GHz / 2 core @ 1GHz
I/O - noop / noop / noop
GOVERNOR - ondemand / ondemand / performance
* enabled OnAndroid Backup (CWM NANDroid backup without rebooting)
* 30 steps media volume (15 steps on stock)
* new fonts (credits to EntrySKY)
* enable speed dial
* update latest Play Store (4.2.3)
* update Sony apps icon themes (credits to Why So Serious? and Arjohn)
* update Google Play services (3.1.59 (736673-34))
* added 3 more init.d script to manage RAM better
v2
NOTE: I posted v1 last month but due to some warez violation I had to shut it down and rework my ROM
* build.prop tweaks (credits to JDWalker) (audio,battery,call,camera,dalvik,hardware,kernel,network,RAM,UI,video)
* init.d scripts added (credits to DroidFilks and pikachu01)
- remounts partition with noatime
- faster Networking
- CPU/GPU tweaks
- Mali tweaks
- removes journaism
- better WiFi management
- optimize touch screen responsiveness
- better battery life
- better audio
- prevents bootloop
- eliminates lag
- 3G/WiFi Data Speed Tweaks
* boot animation (Xperia Particles v3)
* removed Converter app
* removed System Tuner Pro and Titanium Backup Pro (warez issue)
* removed YouTube™ 4.5.17 MODDED (bugs)
* added TubeMate 1.05.52.325 (YouTube downloader)
* remove Onandroid (bugs detected)
* remove DUALSHOCK™ Controller support (not tested)
RMOVED FILES
Browser.apk
Chrome.apk
compass.apk
CosmicFlow.apk
EventStream.apk
EventStreamPluginFacebook.apk
EventStreamPluginTwitter.
Exchange2.apk
ExternalKeyboardJP.apk
facebook.apk
FBCalendarSync.apk
FBIAppShare.apk
FBMediaDiscovery.apk
FBMusicLike.apk
FBSetupwizard.apk
Galaxy4.apk
GenieWidget.apk
Gmail.apk
GoogleFeedback.apk
GooglePartnerSetup.apk
HTMLViewer.apk
IddAgent.apk
JapaneseIME.apk
LearningClient.apk
LiveWallpapers.apk
livewaremanager.apk
LocationBasedWifi
MediaUploader.apk
micoach.apk
NoiseField.apk
PhotoSlideShow.apk
PicoTts.apk
PinkTheme.apk
PlusOne.apk
POBoxSknMono.apk
POBoxSknPink.apk
POBoxSknSelector.apk
POBoxSknWood.apk
PostViewer.apk
PurpleTheme.apk
retaildemo.apk
SemcEmail.apk
SEMCFacebookProxy.apk
SemcIllumination.apk
SemcMetadataCleanup.apk
SEMCSetupWizard.apk
SemcTvLauncher
SocialEngineFacebookPlugin.apk
SocialEngineFacebookShareFrwkPlugin.apk
SocialEnginePicasaPlugin.apk
SocialEngineTwitterShareFrwkPlugin.apk
SocialPane-Apps.apk
SocialPane-FeedWidget.apk
SocialPane-FriendsWidget.apk
SocialPane-StatusWidget.apk
SomcMusicSlideshow.apk
SOMCTwitterAccount.apk
SOMCTwitterSetupWizard.apk
SomcXperiaLink.apk
SoundRecorder.apk
storefront.apk
Street.apk
Talk.apk
talkback.apk
textinput-chn.apk
TimescapeSpline.apk
TopContactsWidget.apk
TwitterPostViewer.apk
UpdateCenter.apk
Velvet.apk
walkmate.apk
WikipediaPlugin.apk
YouTube.apk
YouTubeKaraokePlugin.apk
YouTubePlugin.apk
Bro btw hw about RAM after second reboot? Still > 160 ? If I used phntom kernel v1.0.8 I got stable on >160
Btw good rom bro
I wanna try
frey.derico said:
Bro btw hw about RAM after second reboot? Still > 160 ? If I used phntom kernel v1.0.8 I got stable on >160
Btw good rom bro
I wanna try
Click to expand...
Click to collapse
My RAM after first reboot is stable at 190MB.
Benchmark score of JBeAnZ v2
Test done with all my apps installed (for real time accuracy).
CPU setting is default (Min-200MHz Max-1GHz, Governor-ondemand)
Antutu of stock Xperia go score is around 5500
Nenamark2 of stock Xperia go score is around 47fps
Quadrant of stock Xperia go score is around 2700+
Restorable from locked BL?
Sent from my ST27i using xda app-developers app
Yes sir.
Sent from my ST27i using xda premium
I was looking for your work, it got put down before I even had the chance to ask. Love the boot animation! And I like that you changed the drawer ui because the stock drawer looks horrible. Can phantom kernel work with this? Great job on keeping the rom size very small, only second to slimbean(280mb)!
Currently on your rom. Touch screen is indeed more sensitive than stock. But I still cannot see how the free ram can goes beyond 200. It always in 140-160 something. One quick question, how can I go to recovery? when I turn on my phone with power+volume down button all I can see is a pairs of blue little dots. cheers!
arenaboy007 said:
I was looking for your work, it got put down before I even had the chance to ask. Love the boot animation! And I like that you changed the drawer ui because the stock drawer looks horrible. Can phantom kernel work with this? Great job on keeping the rom size very small, only second to slimbean(280mb)!
Click to expand...
Click to collapse
I'm sorry sir but I have not tested it yet on other kernels.
Durio said:
Currently on your rom. Touch screen is indeed more sensitive than stock. But I still cannot see how the free ram can goes beyond 200. It always in 140-160 something. One quick question, how can I go to recovery? when I turn on my phone with power+volume down button all I can see is a pairs of blue little dots. cheers!
Click to expand...
Click to collapse
You have to patiently wait for the blue dots to disappear. Happens a lot to me when changing roms.
So I tried the second method and it seems the cwm-1.0-lotus file is not working although it shows it's already installed when I ran it. Still can't get to cwm, so I tried munjenis cwm and was finally able to flash your rom. But WiFi is not working.
Great work!!
:victory::victory::victory:
Happy. .Works from Stock Gingerbread Rooted with CWM to yours. .:laugh::laugh::laugh:
:victory::victory::victory:
:good::good::good:
arenaboy007 said:
So I tried the second method and it seems the cwm-1.0-lotus file is not working although it shows it's already installed when I ran it. Still can't get to cwm, so I tried munjenis cwm and was finally able to flash your rom. But WiFi is not working.
Click to expand...
Click to collapse
If you use munjeni kernel without modify module and build.prop, your wifi will not able to switch. Try phantom kernel, but you will get notify about Update from Sony server.
kinglauryl said:
I'm sorry sir but I have not tested it yet on other kernels.
Click to expand...
Click to collapse
bro i extract via pc,n the result file size is more 600mb.i tried it to restore it bt got error while restoring system via cwm.any idea bro????? btw inside the extract folder theres
kingdj said:
bro i extract via pc,n the result file size is more 600mb.i tried it to restore it bt got error while restoring system via cwm.any idea bro????? btw inside the extract folder theres
Click to expand...
Click to collapse
What error did you get???
kinglauryl said:
What error did you get??
whats exactly size i have to restore via cwm??? 600mb ??? i got 600+ after extrct it via pc,regards
Click to expand...
Click to collapse
The size is correct
Sent from my ST27i using xda premium
kinglauryl said:
What error did you get???
Click to expand...
Click to collapse
cwm say,"error while restoring system:" then cwm stop to process it. then i try to reboot system but bootloop,do we realy dont have to wipe anything before restore ur rom????

{ROM}{KK}{4.4.4}{stock} Xperia Overlay v2.1.5 and now v2.2 for Sony Xperia Neo V(mt11i)

UPDATE: V2.2 IS HERE NOW
i found this rom while reading in some pages when i was searching hard for this xperia overlay rom but i found it
its a stock sony xperia kk 4.4.4 rom
the rom is working well no bugs tell now
(even recording voice in whatsapp is loud and clear.not like other custom roms) iam testing from 3 days
* its for unlocked bootloader only.
* xposed working fine.
* its have a battery draining bug but i found solution.just do the following:
# use mixplorer and open the system\priv-app
delete these files ( you can skip deleting.and do the rest steps) :
all facebook and tweeter files.
phonesky.apk
prebuiltgmscore.apk ( yoou will not have google apps or gps after that ).
helpapp.apk
# now open system\app and delete these files too:
browser.apk
filemanger.apk
ota.apk
sonyselect-ed.apk
all youtube files.
whisperpush.apk
# then turn on wifi and go to advanced settings and un-tick scanning always availble
# after you install any apps go to apps setting and move it to sdcard.
# turn off x-Reality engin in setting.
# use xinternalsd_4.8.apk i will attached it. and link every apps you install to your sdcard by changing the path to /storage/sdcard0 (see the pic down there).
# if you have fc when you open contacts.just replace the phonebook.apk in system\priv-app that i attached here.
# and at last reboot your phone and enjoy with this stock xperia kk 4.4.4 rom with a good battery and performance
# dont forget to use the kernel inside the rom zip and make a full wipe(sure not with your sdcard) .its maybe take long time(sometimes) to go to recovery.just wait it.
Download link
Meet Google Drive – One place for all your files
Google Drive is a free way to keep your files backed up and easy to reach from any phone, tablet, or computer. Start with 15GB of Google storage – free.
drive.google.com
update: v2.2 got it after a hard work https://www.mediafire.com/file/7fsn2kx8fl42t12/xperia_overlay_2.2_neo_v.zip/file
# little tweak for better performance:
- open setting _ developer option and un-tick force gpu for 2d.
any one have the v2.2 for mt11i?
now i got the v2.2 after so hard search and some humble brother helped me to got it from a paid site....the download link now in the first post
Hi. Sorry for bothering. This rom must be installed through SD/Recovery or must use flashtool?
Thanks

Categories

Resources