[SHARE][SOLA][PORT][JB] 6.2.A.1.100 Firmware Torrent - Sony Xperia P, U, Sola, Go

Hey Guys,
I'm presenting you torrent file for 6.2.A.1.100 Firmware for xperia sola which is ported by DeathZeroFx and torrent made by Shoaib Shaikh And Noel Macwan. I am Just Sharing Their Work.....
So all Credits to them :
DeathZeroFx for porting and other developers who helped him to port it
Shoaib Shaikh for making torrent file (Part 1)
Noel Macwan for making torrent file (Part 2)
Whats Working ?
- It's Booted!
- DATA
- BT
- WIFI
- AUDIO
- VIDEO
- CAMERA
- SMS
- THEME ENGINE
- ROTATION
- NFC
Bugs:-
- Signatures
ROM is divided into two parts one is ROM and another is fix package
Instructions:-
Note: Before you install this ROM, In your phone, your ROM should be ICS/JB ROM you are requested to flash fresh firmware before you go ahead
1. Copy Part 1 and Part 2 to your phone
2. Go to CWM, and Install Part 1 , then install Part 2
3. Wipe data .Wipe Cache, wipe dalvik cache
4. Reboot
First boot will take some time, but just wait
Downloads:-
Part 1!!!!!
Part 2!!!!
Regards-
Nikunj Kubadia
Feel Free To Hit Thanks
Click to expand...
Click to collapse

magnet links (any decent bittorrent client should support these):
part 1
part 2

this one? http://forum.xda-developers.com/showthread.php?t=2331964
why not in that thread? and which version? 1.03? 1.04? If not updated these torrents are useless

No links are useless, even if you dont use them, other users might. And uf you read the OP you'll know its the same port as deathzero posted and even if its 1.03 then 1.04 is just small fix.
Sent from my MT27i using xda app-developers app

outdated and unmanteined link can be misconfusing... it's not about use or not use them, it's about keep the resources clean and accessible

Exactly, these are fresh and available. If not report tothread owner to reuload.
Sent from my MT27i using xda app-developers app

Related

[DEV] [ROM] Unoficial MIUI CM9 Xperia Go

Hallo, here is Unoficial MIUI for Sony Xperia Go bassed on CM9 FXP project, compiled by latest patchrom tool. Some things is mising but rom is for daily usage without problem!
Curently fixed things:
- mounts menu and internal mounts
- phone storage is not detected by PC
- external sdcard and everything related to external sdcard
- camera recording, camera photo, camera panorama
- rotation
- lights
- videos frezing
- file manager
- some crashes inside other menus
- youtube HQ videos
- wifi
- mobile data
- galery - crashing
- android aplications menu - crashing
- Smart Dialer
- cal log
- Xperia keyboard
- autostart manager
- personal dictionary
- usb tethering
- wifi tethering
- a2dp
- rotation in games - status full fixed
- If I forgot something please let me know.
Missing things:
- let me know?
Not working:
- FM radio audio routing
- let me know?
Download link:
- http://d-h.st/Y8r
Plan:
- I use this rom daily, MIUI is my favorite rom and my plan is fixining all remaining bugs. If some one is interesting to get this rom full fixed please test it, try to fix something, give your opinions, give your fixes, let me know list of missing things...etc ..etc
My MIUI source code:
- http://github.com/munjeni/miui_sony_xperia
If you want to help you can use my source code and upload to your git, than start patching, but you must open too these source code public and you must give full credits to my hard in your post if you working on these source! Do not forget, I opened source code public and sharing it with you because its my good will !!! So I expecting from you too to open source code if you using my source code as a base! Thanks!
I am surre you will love this rom after first usage!
Full credits:
- FXP (CM9 rom)
- Google, Cyanogenmod team
- Micode team (special credits to yu88my)
- D9ALT for testing and reporting bugs
- xpraken for Xperia keyboard fix
- @nthr@xNine9 for testing and reporting bugs
- akkufix for testings and deutch translation
- vitkutny for czechoslovakia translation
- Rodger_Rulez for rusian translation
- sijav for persian translation
- raypol97 for polish translation
reserved
wow
waiting munjeni : )
Test build 1 is done!
munjeni said:
Test build 1 is done!
Click to expand...
Click to collapse
Are wireless connectivities like wifi, data and bluetooth working?? because i love to use this rom, but i need theese things!!
and are videos like, on youtube working??
Thanks for this rom!! :thumbup:
Sent from my Xperia Go using xda premium
TomNilson said:
Are wireless connectivities like wifi, data and bluetooth working?? because i love to use this rom, but i need theese things!!
and are videos like, on youtube working??
Thanks for this rom!! :thumbup:
Sent from my Xperia Go using xda premium
Click to expand...
Click to collapse
Yes all working of these!
munjeni said:
Yes all working of these!
Click to expand...
Click to collapse
You are my favorite
Sola port will be highly appreciated
Anyways keep your awesome work continue :thumbup:
Sent from my MT27i using xda premium
cant uninstall app
after reboot
Unfortunately, the process android,process.acore has stopped.
bug wifi
when mobile sleep mode wifi auto turn off.
kore44110 said:
cant uninstall app .
Click to expand...
Click to collapse
Did you read OP ? See "Curently missing:"...
sorry
Here is simple tutorial and my script for converting FXP CM9 rom to MIUI. You can use it for making MIUI on Xperia Sola too (download acervenky MIUI Sola rom)!
First of all you need to make some folders:
mkdir cm9miui
cd cm9miui
mkdir GAPPS
mkdir MODULES
Click to expand...
Click to collapse
- Download gapps-ics-20120429-signed.zip and extract it to GAPPS folder.
- Extract boot.img from my MIUI build and put it into root of the cm9miui.
- Extract all .so files from /system/lib/modules from my MIUI build and put it into MODULES folder.
- Download acervenky MIUI build and put it into root of the cm9miui, rename miui zip archive to miui.zip
- Download FXP CM9 buid and put in into root of the cm9miui, rename archive to stockrom.zip
- Download micode tools (its not needed now but you can download if you want to patch framework):
git clone https://github.com/MiCode/patchrom_tools.git TOOLS
Click to expand...
Click to collapse
- Finally, make empty make.sh file and put this -> http://paste.ubuntu.com/1517684/ inside, save it, give 755 permission to it.
If you prepared everything, you can start converting. Run ./make.sh and wait until script convert CM9 to your new MIUI rom! Enjoy!
============================================
Thats an easy part. But we need to modify 3 frameworks! Framework.jar, services.jar and android.policy.jar to get other things fixed! We need to disasemble and compare cm9 framework with these 3 frameworks and add/moodify/merge/patch these 3 frameworks using and comparing with cm9 framework! I will try to get MIUI from real patchrom, if I can not get it booting I will try to fix something in current build. I will be happy if some one start working in curent MIUI build and if some one fix something, curent build is "solid" build but have some things missing, but in any way rom can be used daily without any problem, I using it daily! Enjoy guys with script... waiting something fixed by you!
Quite a tutorial
That's why you are so special
Sola owners who has some geeky capabilities, start something like this.
We are overwhelmed my lord
Sent from my MT27i using xda premium
munjeni said:
Here is simple tutorial and my script for converting FXP CM9 rom to MIUI. You can use it for making MIUI on Xperia Sola too (download acervenky MIUI Sola rom)!
First of all you need to make some folders:
- Download gapps-ics-20120429-signed.zip and extract it to GAPPS folder.
- Extract boot.img from my MIUI build and put it into root of the cm9miui.
- Extract all .so files from /system/lib/modules from my MIUI build and put it into MODULES folder.
- Download acervenky MIUI build and put it into root of the cm9miui, rename miui zip archive to miui.zip
- Download FXP CM9 buid and put in into root of the cm9miui, rename archive to stockrom.zip
- Download micode tools (its not needed now but you can download if you want to patch framework):
- Finally, make empty make.sh file and put this -> http://paste.ubuntu.com/1517684/ inside, save it, give 755 permission to it.
If you prepared everything, you can start converting. Run ./make.sh and wait until script convert CM9 to your new MIUI rom! Enjoy!
============================================
Thats an easy part. But we need to modify 3 frameworks! Framework.jar, services.jar and android.policy.jar to get other things fixed! We need to disasemble and compare cm9 framework with these 3 frameworks and add/moodify/merge/patch these 3 frameworks using and comparing with cm9 framework! I will try to get MIUI from real patchrom, if I can not get it booting I will try to fix something in current build. I will be happy if some one start working in curent MIUI build and if some one fix something, curent build is "solid" build but have some things missing, but in any way rom can be used daily without any problem, I using it daily! Enjoy guys with script... waiting something fixed by you!
Click to expand...
Click to collapse
Munjeni I would like to work on this MIUI for Sola............ need your guidance........... can I PM you for help related to this.????????????
@[email protected] said:
Munjeni I would like to work on this MIUI for Sola............ need your guidance........... can I PM you for help related to this.????????????
Click to expand...
Click to collapse
No by pm, please ask here! I am sure some one will help you if I have no free time to help you!
I can't turn on battery percentage!?! When i click on percentage, it still shows graphical!!
Sent from my Xperia Go using xda premium
how to Install it? do I need to wipe something before install or just install like regular cm update whitout wipe.
kala123 said:
how to Install it? do I need to wipe something before install or just install like regular cm update whitout wipe.
Click to expand...
Click to collapse
You need to wipe everything because its not update
TomNilson said:
I can't turn on battery percentage!?! When i click on percentage, it still shows graphical!!
Sent from my Xperia Go using xda premium
Click to expand...
Click to collapse
I going to stop development for this rom and make new (from begining) by patchrom tool... because curent rom is an repack only (mean - framework is not merged with latest CM9 - frameworks is from old MIUI, so I need to merge it, but I will not do it to current rom, instead of doing that I will start with latest MIUI). I started allready, rom fail to boot, but I will fix it soon
I will wait the next version then
thanks
munjeni said:
I going to stop development for this rom and make new (from begining) by patchrom tool... because curent rom is an repack only (mean - framework is not merged with latest CM9 - frameworks is from old MIUI, so I need to merge it, but I will not do it to current rom, instead of doing that I will start with latest MIUI). I started allready, rom fail to boot, but I will fix it soon
Click to expand...
Click to collapse
...and that happens, after i read the whole "acervenky MIUI Sola thread" and loaded tools...
But you're right. :good:
Its quiet better taking latest MIUI and merging this.

[Complete_ROM] SXU Terra Rom ICS V6 Final [Built on Stock][24-4-2013][All B.L]

Hello every one
This my first ROM in the xda forums
I'm really happy to share this ROM with you
This is SXU Terra Rom ICS Final
- These ROMs are very stable , speed and for daily normal and heavy use
Dear Xperia U users,
This is Complete ROM For all Locked And Unlocked Boatloaders
Installation Instructions [All versions]
1- Copy the rom to your phone
2- [[Wipe data / factory reset & wipe dalvic cash]] VIA CWM
3- Flash it [ install zip from sdcard ] :good:
Install it on any based Firmware [stock,fxp,miui....etc]
===== NOTE =====
- These ROMs are very stable, speed and for daily normal and heavy use
- Install any version you want [As the flavor you like ] every version has it's specifications and features
SXU Terra Rom ICS [[[V6]]] on stock 0.89 Final
This ROM is built on Stock6.1.1.b.1.89 FW Converted Completly to generic and suitable for all [locked boot loaders & unlocked boot loaders] & [st25a &st25i]​Go to this link for Download & details and screentshots
http://forum.xda-developers.com/showpost.php?p=40654231&postcount=638
SXU Terra Rom ICS [[[V5]]] on stock C.1.0 Final
This ROM is built on Stock 6.1.1.C.1.0 FW
Converted Completly to generic and suitable for all [locked boot loaders & unlocked boot loaders] & [st25a &st25i]​Go to this link for Download & details and screentshots
http://forum.xda-developers.com/showpost.php?p=39717926&postcount=404
SXU Terra Rom ICS [[[V3]]] on stock B.54 Final
This ROM is built on Stock Colombia st25a
Converted Completly to generic and suitable for all [locked boot loaders & unlocked boot loaders] & [st25a &st25i]
Go to this link for Download & details and screentshots
http://forum.xda-developers.com/showpost.php?p=39519005&postcount=340
​SXU_TerraRomICS_[[[V2.1]]]_C.1.0_Final
I've found many sounds asking many questions about the stock widgets or the stock media apps on TerraRom V2 .
So I decided to build V2.1 ROM from V2 ROM
[ I've Built this third version [V2.1] to help you find the suitable rom for you from the three versions ] ​
Go to this link for Download & details and screentshots
http://forum.xda-developers.com/showpost.php?p=38255735&postcount=175​
​
SXU_TerraRomICS_[[[V2]]]_C.1.0_Final
This ROM is built on Stock 6.1.1.C.1.0 FW
Go to this link for Download & details and screentshots
http://forum.xda-developers.com/showpost.php?p=38140971&postcount=131
- If You want The Stock Widgets download from this post :
http://forum.xda-developers.com/show...&postcount=150
[ Thanks to amirzano ]
Stock Themes If you want [for B.1.54 & C.1.0]
Download the .zip File then flash it via CWM
http://d-h.st/R52
Or you can download the from here and copy them with root
http://forum.xda-developers.com/show...&postcount=137
Thanks to whashnez
SXU_TerraRomICS_[[[V1]]]_B54_Final
This ROM is built on Stock Nordic ICS FW
Features : [V1]​ - build.prop extremely tweaks
- xperia GX launcher with home preferences
- xperia jellybean themes
- Prerooted
- removed bloatware
- updated GPS
- Dalvik tweaks
- lock screen bug after ending call fixed for ever [ non build.prop fix ]
- real battery improvements [ it lasts two days with heavy use an a lot of calls ]
- updated google apps
- new bootanimation
- Cybershot 4.7.2 by Rizal Lovins
- RAM Optimization
- Jellybean FM Radio by erorcun
- es file explorer
- battery calibration tool
- smart vibrator small app for sms vibration bug
- xperia v media apps [ album & music & Movies ]
- really smooth and fast scrolling
- fixed lagging in phone and messaging apps
- new default ring tone and notification tone
- rosemary font
- and more you will descover it by your self
- Latest SuperSU
Screenshots : [V1]
See attachments below
Installation Instructions
1- Copy the rom to your phone
2- [[Wipe data / factory reset & wipe dalvic cash]] VIA CWM
3- Flash it [ install zip from sdcard ] :good:
Download : [V1]
http://d-h.st/ViT​
Notes : [V1]
- I've finished building This ROM 2-1-2013 But I was Test every thing in it, It's stable and no bugs, every thing is working perfectly
- If you want the Stock fonts download flashable zip from attachments below
- You can flash custom kernel on the rom
- I didn't include Camera Mod 5.1.1 Cyber-shot as there is bug in picture effect
- Bravia engine 2 not included too as i noticed it takes more power of battery !
Special Credits
Thanks for all Xda developers and users that without you I couldn't make any thing like that​
Please :
Write arequest here if you want to share my work after modifying it and keep credits
It took from me a lot of time and hard work to build this rom ​
Enjoy the ROMs and provide feedback. Please
​
wow awesomee!! good rom all is update and very smooth Xperienze for all haha good job and follow this good dev
graphics is looking nice will try
Re: [Complete_ROM]SXU_TerraRomICS_B54_Final_V1
This is a very smooth Rom and everything works as it should
Thanks
Sent from my ST25i using xda premium
What about .c10
Can we change the text font and the background's wallpaper in menus?
Re: [Complete_ROM]SXU_TerraRomICS_B54_Final_V1
gkn-28 said:
Can we change the text font and the background's wallpaper in menus?
Click to expand...
Click to collapse
Yee man u can
Sent from my ST25i using xda app-developers app
Wow! It's promising. Did you really fixed the lags in the phone and messaging apps? I mean I read something on xda that it is not possible. Some people worked on that and they said that the've failed. Can you tell what kind of a way did you follow to eleminate the lags? Thanks.
japoina92 said:
wow awesomee!! good rom all is update and very smooth Xperienze for all haha good job and follow this good dev
Click to expand...
Click to collapse
Thank U
Great rom mate. Downloading it now and give a try. Just a couple of questions: can i install bravia engine 2 and cybershot 5.1.1 on it? I am currently using cm9.1, have to flash B.54 before installing your rom? Thank you!
arnob_xperia said:
graphics is looking nice will try
Click to expand...
Click to collapse
hope you try and give me feedback
zootzoot said:
This is a very smooth Rom and everything works as it should
Thanks
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
Thank you hope to enjoy with the rom
momtaror said:
What about .c10
Click to expand...
Click to collapse
I have built one but didn't share it
I will build one soon and will be like a charm
gkn-28 said:
Can we change the text font and the background's wallpaper in menus?
Click to expand...
Click to collapse
I've uploaded the stock fonts check the thread again
knight862 said:
Wow! It's promising. Did you really fixed the lags in the phone and messaging apps? I mean I read something on xda that it is not possible. Some people worked on that and they said that the've failed. Can you tell what kind of a way did you follow to eleminate the lags? Thanks.
Click to expand...
Click to collapse
You will see your self
the easy thing that i can say is in dalvic tweaks and the rest is long to explain now
DaRk-L0rD said:
Great rom mate. Downloading it now and give a try. Just a couple of questions: can i install bravia engine 2 and cybershot 5.1.1 on it? I am currently using cm9.1, have to flash B.54 before installing your rom? Thank you!
Click to expand...
Click to collapse
yes i tried them and they worked
you can install it on any rom as it's complete rom and i made it format the system file before installing don't be worry
I have just a question: how i must install stock fonts ?
Re: [Complete_ROM]SXU_TerraRomICS_B54_Final_V1
gkn-28 said:
I have just a question: how i must install stock fonts ?
Click to expand...
Click to collapse
You can change them using font changer or a CMW file.
Link below
http://forum.xda-developers.com/showthread.php?t=1959019
Sent from my ST25i using xda premium
could you please add back stock email client. i use my hotmail address cannot test the rom without proper email support
gkn-28 said:
I have just a question: how i must install stock fonts ?
Click to expand...
Click to collapse
I uploaded stock fonts zip
download file from attachments in the first page and install it via cwm

[SOLA][WIP][Mods,Fixes,Tweaks] JellyBean All-in-One Thread[Updated]

Hey Guys as we started working on fully working jb there was a lot if mods and fixes on [SOLA]{JB PORT}[Dev Only]:- Bugs Fixes & More
so i made this thread.
..::Notes::.
I Made this thread as per request By our members
U Can Post Q But u Can’t Post Silly/Noob Q
Plz Share Any new Mod/Tweak u made or think is Helpful
Do Every Thing At Ur own Risk
Do not spam this thread
..::You May Also Like::..
[MOD][SOLA][JB]All my Mods for XSOLA JB[WIP][Updated]
..::Credits::..
Fisherozzo - Anthrax - Munjeni - erorcun-slaid480
Ben Ling
If i Forget You Tell Me [WIP]​
Fixes
JellyBean Available Fixes For xSola
Bug Fixes Version 1:Download From Here
Including:Fixed Framework-Optimised Lockscreen-Superuser App Fixed-Fixed SemcPhone.apk
V2:Coming Soon[1-2 More Days]
Fixed Soundenhancement layout:
Download & Instructions From Here
Better Touchscreen Response
Diwnload & Instructions From Here
Touchscreen Goes Crazy Fix
Download & Instructions From Here
More Coming Soon[WIP]​
Mods
JellyBean Available Mods For xSola
Mount ext-sdcard As Main Memory Storage For More games-Movies & Other Stuff
Download & Instructions From Here
Fixed 01ksm For Better Ram and less lag
Download & Instructions From Here
4×5 launcher App Drawer
Download & Instructions From Here
Xperia JellyBean Charging Animation
Download & Instructions From Here
Modded JellyBean Framework
Download & Instructions From Here
XPERIA Z Like SystemUI
Download & Instructions
More Coming Soon[WIP] ​
Tips For Super Smooth JellyBean Rom
1st: Download & Install JDWALKER v1.8 Build.prob From Here
2nd: Download & Flash Full Gpu Mod by GEKTHEBOSS From Here
3rd: Download & Flash Fly_On_Mod Ram Manager [Gaming Mod Recommend]
4th: Download & Install Fly_On_Mod V2.3 For Stock Rom
5th: Coming Soon Ultimate Boost Tweak/Script By Mtakween
..::RamManagers + Fly_On_Mod v2.3 Download Links::..
Fly-On-Mod[V2.4]
''Gamers''
''Multitasking''
''Balanced/More Battery''
''Hard Multitasking''
​
[Guide/Tools]
..::Hey Guys i'm Back With My New Tool/Guide On How To Make a Flashable Zip::..
..::About Tool/Guide::..
1)This Will Learn U How to Make a Zip
2)This Will Help Dev,Themers & NOOBS Making There Own Zips Fast And Easily
3)Including Auto Set/Fix For Permissions
..::Requirements::..
1)Files U Need To Put In Zip
2)CWM Recovery To Flash Zips
3)7Zip/Winrar/Winzip
4)NotePad++
5)Flashable Zip Tool
..::Steps::..
Download Flashable Zip Tool:Download From Here
Extract The Folder (Flashable Zip Tool) Anywhere in Ur Desktop
Open Flashable Zip Maker[Don't Extract]
Now U will Find/See 4 Folders:data,META-INF,preload,system
Lets Start With System Folder
First Open system Inside The Zip
Copy Ur Apk/Jar/so/xml File To The Right Place"
/system/app - All The System Apps (SystemUI.apk etc)
/system/framework/ -framework-res.apk,android.policy.jar
/system/etc - vold.fstab,.xml files
/system/media - (Bootanimation)(System Sounds)
/system/lib - libraries (*.so)
/system/fonts -(fonts)
Second Edit Updater-Script
in Flashable Zip Maker Folder u Will Find A File Called Updater-Script
Edit Using NotePad++ (U can Edit Some Lines I but Like (Your Name),(Your Mod Name)
Now After Editing Copy and Go to META-INF>com>google>android (Inside Flashable Zip Maker.Zip)
Delete Updater-Script And Past Yours
Now Ur Zip Is Ready To Sign Copy-Past To Put-Zip-To-Sign-Here Folder''
And Open ZIP_Auto-Signer.bat
Ur Zip Will Be Ready To Flash Go To Finished "Folder" U Will Find a Zip Called signed.zip
Rename to What Ever U Want
Third How To install
Copy To Ur Sd-Card
Turn Of Ur Devices
Flash In CWM Recovery
Done U Now Made And Installed UR New Flashable Zip
Liked If Yes Don't Forget To Press Thanx
More Coming Soon [WIP]​
Will you release any all-in-all zip with all the fixes?
antkalaitzakis96 said:
Will you release any all-in-all zip with all the fixes?
Click to expand...
Click to collapse
u will get ur devices working very stable with this dont worry
this thread is for fixes mods tweaks and other stuff for members
i mean members wont post again on the dev thread
to keep it clean for developers and as members are making mods and posting in the dev one now they can post it here and i will add it to 1st post
again to keep dev thread clean
plz members dont ask or spam @soulhackereborn thread
you may add the installation guide for every fix because noobies are gonna ask how to install every fix and the thread wont be clean
plutonas1 said:
you may add the installation guide for every fix because noobies are gonna ask how to install every fix and the thread wont be clean
Click to expand...
Click to collapse
ok no worry it is time to sleep will complete thread tomorrow
and any one want to share some thing no problem share what u want make sure it is helpful and for jb:good:
Mtakween said:
ok no worry it is time to sleep will complete thread tomorrow
and any one want to share some thing no problem share what u want make sure it is helpful and for jb:good:
Click to expand...
Click to collapse
just a tip: link post's permalink for patch/fix so you have also the "how to" and download link all in one instead only the direct file download link
http://forum.xda-developers.com/showthread.php?p=41594757
Add this too....
Just a suggestion bro add the fixes related in first post and all other mods in second post....
With a link to their post where there will be downloads and instructions for the same....
This will help in making the OP short :beer::beer::beer:
Sent from my MT27i using xda app-developers app
Okay in this thread I will post my silly questions
Hmm, if you want to install a tweak/mod something in ZIP format... how will I know if it needs a wipe dalvik cache, wipe data or wipe something in CWM?
You might as well wana change the title to Mods,Tweaks cause thread is there for fixes ...
And this thread should be in themes & apps section bro cause its all about mods and tweaks
Cheers
Sent from my Xperia Sola using xda premium
Mtakween said:
i mean members wont post again on the dev thread
to keep it clean for developers and as members are making mods and posting in the dev one now they can post it here and i will add it to 1st post
again to keep dev thread clean
plz members dont ask or spam @soulhackereborn thread
Click to expand...
Click to collapse
Ok... mhmmmm and why DEV thread is in General section of forum? Move it to Development section when you are that clever
Add the new kernel
Download
SKernel-JB-v2.0_CWM.zip
SKernel-JB-v2.0.img
How To Flash:
1.fastboot flash boot your_kernel.img
flash .zip via CWM recovery
1.Enter CWM (button Volume Up untill the second vibrate) and make wipe cache partition and wipe dalvik cache
2.Reboot
Credits:
DeepUnknown for his advices and help
FXP for recovery
munjeni for his JB rom for Sola
Sony for Kernel Source Code
REQUEST Setting apk with glove mode on jb setting..i want to enable glove mode on jb (to fix)
plutonas1 said:
Add the new kernel
Download
SKernel-JB-v2.0_CWM.zip
SKernel-JB-v2.0.img
How To Flash:
1.fastboot flash boot your_kernel.img
flash .zip via CWM recovery
1.Enter CWM (button Volume Up untill the second vibrate) and make wipe cache partition and wipe dalvik cache
2.Reboot
Credits:
DeepUnknown for his advices and help
FXP for recovery
munjeni for his JB rom for Sola
Sony for Kernel Source Code
Click to expand...
Click to collapse
ma.mmma.anm.maa!!! MAN is THIS a kernel fo xperia sola jb
it is working
how did that happen who done the kernel YOU!!!???
levered said:
REQUEST Setting apk with glove mode on jb setting..i want to enable glove mode on jb (to fix)
Click to expand...
Click to collapse
DONT WORRY i have it i will post now
@Anthrax for sure i will add:highfive:
Can not install 4x5 app drawer in CWM.. always installation aborted.
Screenshots from semcphone.apk?
Sent from my ST25i using xda app-developers app

[ROM]{PORT} [JB] ExtremeSecurity Stock Jelly Bean, Nypon, "fast, smooth, secured"

[ROM]{PORT} [JB] ExtremeSecurity Stock Jelly Bean, Nypon, "fast, smooth, secured"
Hello guys, girls
I'm here to proudly present the port of:
[ROM] [JB] ExtremeSecurity Stock Jelly Bean, fast, smooth, secured
No need to introduction,
this ROM has been created by munjeni, Very Stable, Fast, and most important of all It uses MIUI LBE Guard and MIUI App controll! those who uses miui know what these apps do!
In my opinion this is the best stock rom that has Xperia looks and have many futures,
Please do feel free to press thanx for him in this thread => http://forum.xda-developers.com/showthread.php?t=2277446 He was who make this rom working! (I just port it )
So let me :
Based on stock jb rom but new features: (I've update it to 6.2.A.1.100)
Full implemented MIUI LBE Guard (make your privacy secured)
Full implemented MIUI App Control (enable-disable app startup on boot)
Cpu control & cpu stats in settings menu
Dock
4 way reboot menu
Led settings from CM10 (FULL working)
Mobile BRAVIA Engine 2
WhiteMagic auto brightness mode
WARNING:
Do not install su
Do not install superuser or supersu
Do not root phone because its rooted
Do not use any other mod or apk or anything from other roms
Do not use flastool after installing our rom!
Do not use bin4ry root tool
Do not restore backups, instad of using backups install all apks from Playstore. Do not be lazy! Do not complain if something not working if you not folow my recomends!
If I forgot something please let me know
How to install:
Step 1:
1. Install oficial Sony Jelly Bean rom (6.2.A.1.100), which mean by SPC or Flashtool
Step 2 (proced only if you completed step 1):
1. Place zip to sdcard
2. Reboot to recovery
3. Wipe data factory reset (do not skip this)
4. Wipe system partition (do not skip this)
5. Install zip
6. Reboot
7. Configure your phone
8. Open LBE and enable root
9. Reboot
10. On next boot you will see confirmation warning dialog, grant and chech option "remember"
11. Reboot again
12. On next boot configure permissions for your apk using LBE feature
13. Enjoy
For update V1 Just install it through CWM no need to do anything more or do any wipe
If you installing all next versons, than you no need to wipe anything, simple install zip and boot, it will upgrade you to the new version!
Credits:
Me For porting it
Huge thanx to @munjeni ... for making it and put lot's of time and efforts to make working so don't forget to press THANKS for him too
@Pandemic for great moded Cpu Control & Cpu Stats applications (settings.apk is moded by by diferent way ) Please Do not Copy these Settings before Asking his Permission
Download Link:
V1: http://www.mediafire.com/?3ps3y3bn95vt6
you must download four part ... and then run Extream_Security_V1.part1.exe to extract Extream_Security_V1.zip
New update => http://www.mediafire.com/download/wje76li8a577204/EX.SE_Update_V1.zip
Screen Shots:
In Update V1
Changlog
First Initial Release
Update V1
duallshock3 controler
fixed missing stockrom services context menu calback class
playstation certified
small apps (note: there is left/right slider. When you add some other small apps you will not see + button, but you need to slide left/right to see + button again. I thinked there is problem but these small apps driver is on sliding principe, simple slide them to browse small apps )
my xperia
Addons
Stock kernel with Munjeni's Recovery ported by me (ADB and mass storage is working in recovery )
Working Xperia V Camera Mod 5.7.2 Cyber-shot™ ( You will get fc on video I'll try to fix it in future )
Wipe data of Camera In settings/apps/all
Flash the zip
Wipe Dalvik Wipe Cache that's all
Fully Working Taskswitcher by @Andrewas
sijav said:
[*]Do not use flastool after installing our rom!
Click to expand...
Click to collapse
Hello, I just have some questions about this part. What exactly do you mean by this?
Are users still able to flash back to stock after installing this ROM?
WizaJ said:
Hello, I just have some questions about this part. What exactly do you mean by this?
Are users still able to flash back to stock after installing this ROM?
Click to expand...
Click to collapse
It means that if you want to use this rom do not flash anything else please or try to root by Flashtool!
But if you want to get back to other roms you're free to do a full wipe
Guys after days working on this and porting every resource in every smali and xml I get to an unsolvable dead end
but @munjeni did made the rom for 1.100 so I port that again! now it's fully working and very stable
I'm now uploading the stable rom but my internet upload speed is 35kbps so expect to be uploaded at 3 hours from now on
sijav said:
Guys after days working on this and porting every resource in every smali and xml I get to an unsolvable dead end
but @munjeni did made the rom for 1.100 so I port that again! now it's fully working and very stable
I'm now uploading the stable rom but my internet upload speed is 35kbps so expect to be uploaded at 3 hours from now on
Click to expand...
Click to collapse
U fixed all resolution issues?
Sent from my ST25i using xda premium
bharat_goku said:
U fixed all resolution issues?
Sent from my ST25i using xda premium
Click to expand...
Click to collapse
I did but resources fix just wasn't enough the action ids was changed in 1.100 too so many many things go wrong and I get so many FC!!
but fortunately munjeni updated to 1.100 so I just ported again and now every thing is working greatly
EDIT: Sry miss understood your question,
I don't have any problem with Resolution cause I recompile the Xperia P stock framework with needed resources and PNGs ... no problem in resolutions!
The only thing is reboot, safeboot, LED, CPU Controll and CPU Statics Icon are small because I didn't find any large Icon for them, If anybody have large Icon Please kindly give it to me so I can't replace it
really really sry for the delay but Every time I upload this I encounter connection time out !!! some one must do something for our internet provider support
anyways After many many many attempts to upload here it is the link =>
V1: http://www.mediafire.com/?3ps3y3bn95vt6
you must download four part ... and then run Extream_Security_V1.part1.exe to extract Extream_Security_V1.zip
DELETED
bharat_goku said:
U fixed resolution bugs on this?
Sent from my Xperia U using xda premium
Click to expand...
Click to collapse
For the second time answer there is no any resolution bug or issue in this rom! I didn't just put framework-res.apk from munjeni I recompile the stock framework-res.apk and settings.apk with needed resources in xmls and PNGs. other modification does not have anything to do with resolution so if you want your rom does not have any resolution issue you need to add things in stock framework-res or at least put your correct hdpi PNGs and some resolution related xmls in your framework-res! have fun
sijav said:
For the second time answer there is no any resolution bug or issue in this rom! I didn't just put framework-res.apk from munjeni I recompile the stock framework-res.apk and settings.apk with needed resources in xmls and PNGs. other modification does not have anything to do with resolution so if you want your rom does not have any resolution issue you need to add things in stock framework-res or at least put your correct hdpi PNGs and some resolution related xmls in your framework-res! have fun
Click to expand...
Click to collapse
Oops sorry I missed the post on the previous page,just realized apologies, I'll send u the icons u requested for tomorrow, sorry again for not reading
Sent from my Xperia U using xda premium
bharat_goku said:
Oops sorry I missed the post on the previous page,just realized apologies, I'll send u the icons u requested for tomorrow, sorry again for not reading
Sent from my Xperia U using xda premium
Click to expand...
Click to collapse
Icons?! I requested?! what icon? when did I request? and for what I need icons? I guess you've just suddenly doing "over-read"
dude if you have any further request or any other question off the topic please kindly send me in pm or create another thread, don't spam the rom thread plz
sijav said:
Icons?! I requested?! what icon? when did I request? and for what I need icons? I guess you've just suddenly doing "over-read"
dude if you have any further request or any other question off the topic please kindly send me in pm or create another thread, don't spam the rom thread plz
Click to expand...
Click to collapse
The only thing is reboot, safeboot, LED, CPU Controll and CPU Statics Icon are small because I didn't find any large Icon for them, If anybody have large Icon Please kindly give it to me so I can't replace it
Click to expand...
Click to collapse
Apologies again didn't mean to spam,
Sent from my Xperia U using xda premium
bharat_goku said:
Apologies again didn't mean to spam,
Sent from my Xperia U using xda premium
Click to expand...
Click to collapse
Oh do you have reboot, safeboot, LED, CPU Controll and CPU Statics HDPI large Icons? (32X32? )
If you have it would be really much appreciate if you can give them to me
USB terthering disable?
sijav said:
Oh do you have reboot, safeboot, LED, CPU Controll and CPU Statics HDPI large Icons? (32X32? )
If you have it would be really much appreciate if you can give them to me
Click to expand...
Click to collapse
Yea most of those icons are on comp have an exam tomorrow so I'll send em once I can use my comp except Safeboot image though,
cpu. Stats and control icon u can take from pandemic's customized settings in the themes and apps section rest are just extracted from a friends Xperia s somewhere on my comp
Sent from my Xperia U using xda premium
minervehp said:
USB terthering disable?
Click to expand...
Click to collapse
No its working!

[ROM] [JB] ExtremeSecurity Stock Jelly Bean 6.2.A.1.100

Introduction
Hello again! I'm DeathZeroFx from indonesia have some present for you, Originally from our great developer munjeni, He PMed me yesterday and give me this beautiful present, Thank you munjeni! You still support us! I'm not the original creator, but developer munjeni give me, give credits to him not to me I'm only distribute the ROM into all of you
Based on stock jb rom but new features:
Full implemented MIUI LBE Guard (make your privacy secured)
Full implemented MIUI App Control (enable-disable app startup on boot)
Blocker app renamed to AntiSpam and added Xperia style (full credits to author of the Blocker!)
Cpu control & cpu stats in settings menu
Dock
4 way reboot menu
Debloated
Led settings from CM10 (FULL working)
Mobile BRAVIA Engine 2
WhiteMagic auto brightness mode (I disabled them, default is better than WhiteMagic!)
duallshock3 controler
playstation certified
small apps
my xperia
openssl
ssh
ssh server (aka sshd)
sftp
scp
ssh-keygen
statup script for sshd (simple run start-ssh trought terminal emulator - server configuration is in /system/etc/ssh folder)
WARNING:
Do not change governor, use only interactive governor!
Do not install su
Do not install superuser or supersu
Do not root phone because its rooted
Do not use any other mod or apk or anything from other roms
Do not use flastool after installing our rom!
Do not use bin4ry root tool
Do not use any other boot image
Do not restore backups, instad of using backups install all apks from Playstore
How to install:
Install Unofficial Sony Jellybean by munjeni or 6.2.A.1.100 Firmware port
Place zip to sdcard
Extract boot.img from zip and flash them using fastboot
Reboot to recovery
Wipe data factory reset (do not skip this)
Wipe system partition (do not skip this)
Install zip
Reboot
Configure your phone
Open LBE and enable root
Reboot
On next boot you will see confirmation warning dialog, grant and chech option "remember"
Reboot again
On next boot configure permissions for your apk using LBE feature
Open settings menu and set ineractive governor using cpu control sub menu
Do not use any other governor, interactive must be used only!
Set proces limit to 4 after every reboot (Go to settings -> developer options -> background process limit -> set process limit to 4), (on every reboot these settings is restored to default so you need to set them up again)
Enjoy
Changelog and Screenshots: See Here !!
Credits:
munjeni for this beautiful ROM!
Full wipe is recomended (mean - wipe data factory reset, than format system partition) !!!!
Download
http://d-h.st/y1f
Thank you to munjeni to provide this ROM, and use my ported firmware to built this beautiful ROM
And the whole thread is fixed from typo
-From Indonesian Developer To People Around The World
DeathZeroFx | Ryan Majid
Thank You | Terima Kasih
Downloading...!!!!!!!!!!!!!!!!! I will give you review soon.
Wow
Great news!!
I had already ported the latest munjeni's ExtreemSecurity to your Final .100 was uploading it but now will cancel the upload and release both...
As Munjeni has made it for us...
Nyways thanks to you & Munjeni!!
Cheers!!
Sent from my MT27i using xda premium
DeathZeroFx said:
Introduction
Hello again! I'm DeathZeroFx from indonesia have some present for you, Originally from our great developer munjeni, He PMed me yesterday and give me this beautiful present, Thank you munjeni! You still support us! I'm not the original creator, but developer munjeni give me, give credits to him not to me I'm only distribute the ROM into all of you
Based on stock jb rom but new features:
Full implemented MIUI LBE Guard (make your privacy secured)
Full implemented MIUI App Control (enable-disable app startup on boot)
Blocker app renamed to AntiSpam and added Xperia style (full credits to author of the Blocker!)
Cpu control & cpu stats in settings menu
Dock
4 way reboot menu
Debloated
Led settings from CM10 (FULL working)
Mobile BRAVIA Engine 2
WhiteMagic auto brightness mode (I disabled them, default is better than WhiteMagic!)
duallshock3 controler
playstation certified
small apps
my xperia
Usefull native binaries (download it from here -> http://d-h.st/oWF):
openssl
ssh
ssh server (aka sshd)
sftp
scp
ssh-keygen
statup script for sshd (simple run start-ssh trought terminal emulator - server configuration is in /system/etc/ssh folder)
WARNING:
Do not change governor, use only interactive governor!
Do not install su
Do not install superuser or supersu
Do not root phone because its rooted
Do not use any other mod or apk or anything from other roms
Do not use flastool after installing our rom!
Do not use bin4ry root tool
Do not use any other boot image
Do not restore backups, instad of using backups install all apks from Playstore. Do not be lazy! Do not complain if something not working if you not folowing my recomends!
If I forgot something please let me know
How to install:
Step 1:
1. Install oficial Sony Jelly Bean rom, which mean by SPC or Flashtool
2. Unloch your bootloader
Step 2 (proced only if you completed step 1):
1. Place zip to sdcard
2. Extract boot.img from zip and flash them using fastboot
3. Reboot to recovery
4. Wipe data factory reset (do not skip this)
5. Wipe system partition (do not skip this)
6. Install zip
7. Reboot
8. Configure your phone
9. Open LBE and enable root
10. Reboot
11. On next boot you will see confirmation warning dialog, grant and chech option "remember"
12. Reboot again
13. On next boot configure permissions for your apk using LBE feature
14. Open settings menu and set ineractive governor using cpu control sub menu
15. Do not use any other governor, interactive must be used only!
16. Set proces limit to 4 after every reboot (Go to settings -> developer options -> background process limit -> set process limit to 4), (on every reboot these settings is restored to default so you need to set them up again)
17. Enjoy
Changelog and Screenshots: See Here !!
Credits:
munjeni for this beautiful ROM!
Full wipe is recomended (mean - wipe data factory reset, than format system partition) !!!!
Download
http://d-h.st/y1f
Bugs
- From my test, Only Crash Monitor app and AutoPowerOff app FC, but I'm not wipe my data because I have important data in my phone, So if you do a full wipe and try this ROM and no FC apps, Report to me
Thank you to munjeni to provide this ROM, and use my ported firmware to built this beautiful ROM
-From Indonesian Developer To People Around The World
DeathZeroFx | Ryan Majid
Thank You | Terima Kasih
Click to expand...
Click to collapse
the rom is for xperia sola right..........then how to flash official jb firmware we dont have such
jkorade said:
the rom is for xperia sola right..........then how to flash official jb firmware we dont have such
Click to expand...
Click to collapse
Why you quote whole post? :/
And he copy these text from munjeni's thread...we only have unofficial JB.
Sent from my Sony Xperia™ sola using XDA Premium
Do not flash this (thats for Xperia Go but since Sola rom is complete and not reguire any update do not flash these thing because its allready included in rom):
--- Usefull native binaries (download it from here -> http://d-h.st/oWF):
Allso will give you final kernel for our rom soon, that will be the last thing from me, do not reguest more! I will make for Sola something if I get will to do it, so do not reguest anything from me now, simple enjoy!
munjeni said:
Do not flash this (thats for Xperia Go but since Sola rom is complete and not reguire any update do not flash these thing because its allready included in rom):
--- Usefull native binaries (download it from here -> http://d-h.st/oWF):
Allso will give you final kernel for our rom soon, that will be the last thing from me, do not reguest more! I will make for Sola something if I get will to do it, so do not reguest anything from me now, simple enjoy!
Click to expand...
Click to collapse
Do not flash what? U mean this rom?
Sent from my MT27i using xda app-developers app
munjeni said:
Do not flash this (thats for Xperia Go but since Sola rom is complete and not reguire any update do not flash these thing because its allready included in rom):
--- Usefull native binaries (download it from here -> http://d-h.st/oWF):
Allso will give you final kernel for our rom soon, that will be the last thing from me, do not reguest more! I will make for Sola something if I get will to do it, so do not reguest anything from me now, simple enjoy!
Click to expand...
Click to collapse
i think you he have posted the wrong link and you also copied the wrong link
should be http://d-h.st/oWF ?
you added ):
---------- Post added at 01:04 AM ---------- Previous post was at 12:55 AM ----------
Ryem said:
Do not flash what? U mean this rom?
Sent from my MT27i using xda app-developers app
Click to expand...
Click to collapse
He mean do not flash " Usefull native binaries - http://d-h.st/oWF " as these files was included in the rom
As i asked mods for deleting my thread, i will aid on this one here.
First question. Do you have still ics background in settings - landscape mode?
If yes, i made framework-res, fixed with holo-backgroud and it looks same like in portrait mode.
akkufix said:
As i asked mods for deleting my thread, i will aid on this one here.
First question. Do you have still ics background in settings - landscape mode?
If yes, i made framework-res, fixed with holo-backgroud and it looks same like in portrait mode.
Click to expand...
Click to collapse
Nope
His framework works fine:good:
Sry n thanks but which is actual OP
Sent from my MT27i using xda app-developers app
What is the differential in this version and this version 6.2.A.1.100?
nunes2129 said:
What is the differential in this version and this version 6.2.A.1.100?
Click to expand...
Click to collapse
Just a typo in the headline. This is also 6.2.A.1.100
It says flash official jb rom first...but in case of sola do we have to flash munjeni's stock rom first or do nothing just flash this??
Ryem said:
It says flash official jb rom first...but in case of sola do we have to flash munjeni's stock rom first or do nothing just flash this??
Click to expand...
Click to collapse
No, he copied description from Go-ex-se-rom.
We only have an official-stock-ICS for our sola. So, use this, as ftf file, flash it, boot your device and let it doing its work. Wait until all configuration will be made. Then go further with jb-rom.
soulhackereborn said:
I had already ported the latest munjeni's ExtreemSecurity to your Final .100 was uploading it but now will cancel the upload and release both...
As Munjeni has made it for us...
Nyways thanks to you & Munjeni!!
Cheers!!
Sent from my MT27i using xda premium
Click to expand...
Click to collapse
Umm sorry, I get PM from munjeni 2 days ago about this And thanks
munjeni said:
Do not flash this (thats for Xperia Go but since Sola rom is complete and not reguire any update do not flash these thing because its allready included in rom):
--- Usefull native binaries (download it from here -> http://d-h.st/oWF):
Allso will give you final kernel for our rom soon, that will be the last thing from me, do not reguest more! I will make for Sola something if I get will to do it, so do not reguest anything from me now, simple enjoy!
Click to expand...
Click to collapse
Okay, Thank you very much!
Only flash the ROM not the update
I'm so excited to wait the final kernel
--
umm, Sorry for very very much typo on here, yesterday I don't have much time to start a thread but I do it simply copied from Go Thread with small changes, I'll fix it now
And for bugs, I think the ROM is perfect
Thanks for posting bro.
Downloading and will try soon...
Was waiting for @soulhackereborn to port the latest....
Does the version for SOLA includes the below mentioned things from XGO counterpart??
- screen mirroring
- mirror link
- small apps
- duallshock3 wireless controller
- quick settings
Rodger_Rulez said:
Nope
His framework works fine:good:
Click to expand...
Click to collapse
oh no... I was wrong =(
because i've been using his 1.100 and there no bug, but in this rom this bug has.
@akkufix please, upload fixed framework:good:
Anthrax said:
Thanks for posting bro.
Downloading and will try soon...
Was waiting for @soulhackereborn to port the latest....
Does the version for SOLA includes the below mentioned things from XGO counterpart??
- screen mirroring
- mirror link
- small apps
- duallshock3 wireless controller
- quick settings
Click to expand...
Click to collapse
1-no
2-no
3-yes
4-yes
5-no
After flashing and using this rom im facing this kind of problem.
1- Very laggy ( sometimes less laggy )
2- Low Ram ( Fresh install 111~`118 ram left )
3- Delay when receiving call
4- Delay opening msg/call/ contact
I'll like this ROM very much! :cyclops:
Not only it offer high security, but oso like an official one. :highfive:
Sent from Xperia Sola

Categories

Resources