[Xperia P, U, Sola, Go] CM 10.1 development thread/bug reporting - Sony Xperia P, U, Sola, Go

DEV THREAD HERE
So guys, you may or may not have read the stock jellybean thread by DevSwift1
So what's up? Developers of Samsung Galaxy S Advance, us, TeamCanjica, and maybe other devs from Galaxy S III Mini decided to build and adapt ST-Ericsson commits for compatibility from freexperia to CM-10.1. We later decided to share our work for Galaxy S Advance for other devices with ST-Ericsson SoC. Our success has been for now only for our device. Not because our development wasn't fast (we got almost fully working CM-10.1 in 4/5 days), it was because most of the devs of other devices just wanted CM10 or had/have limited developing knowledge or just wanted to stick with what was working.
So far, whats working on our device? Pretty much everything except camcorder (the only major bug we consider) and Wi-Fi tethering and other minor bugs.
Check our Samsung Galaxy S Advance thread if you want more info http://forum.xda-developers.com/showthread.php?t=2108362
So, whats my proposal? If you are a dev of other Xperia(s) with our SoC, we invite you to look at our not-yet-completed source code at github.com/TeamCanjica
And ask if you need any porting help from us, please first send me a PM.
If you are a Xperia U user (not dev) experienced in bug reporting (adb, logcat, dmesg, etc) I invite you to test the current build for U at goo.im/devs/steandroid/kumquat/ and help us and DevSwift1 to debug the current build.
More info on last pages of this thread on Xperia U http://forum.xda-developers.com/showthread.php?t=2284394
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
We have a jenkins server that builds and upload automatically everyday if we do changes to our repo. So, almost everyday there will be new builds on that link.
Whats the current status of the Xperia U debug build? It's booting but we can't test because we can't get to graphical interface yet. With booting we mean that the android internal server starts and pretty much start every needed service. From that point the phone stucks in bootanimation, we need to do more debugging yet. But so far we have done a lot in 2 days for this device
I hope we can have more common development for Xperias with ST-Ericsson System on a Chip and even others.
So...success!

Sounds awesome!
You should post a link to the rom in development section to. To run along side this one as not many people will see this as a link to a test rom here
Sent from my 4.2.2 Xperia S via Tapatalk

Really great Team Canjica,
Will publish ASAP whatever that will help on github.
Byee

IAmNice said:
So what are the chances that cm10.1 will be ported to xperia p and the other devices? I would love to help and test for the xperia p.
Click to expand...
Click to collapse
If no interested dev on those devices, DevSwift will pretty much handle all the other devices, I don't know if he owns all those so that's why I am inviting other devs to look at our github.
Sent from my GT-I9070 using xda premium

IAmNice said:
So what are the chances that cm10.1 will be ported to xperia p and the other devices? I would love to help and test for the xperia p.
Click to expand...
Click to collapse
When it works on Xperia U, other Xperia(with novathor SoC) users will have it, just wait
Sent from my ST25i using Tapatalk 4 Beta

Perhaps @munjeni and @percy_g2 might be interested in this

IAmNice said:
So what are the chances that cm10.1 will be ported to xperia p and the other devices? I would love to help and test for the xperia p.
Click to expand...
Click to collapse
it will take a week , system build is fine and kernel part is left ,i'am also busy with another device cm9 . wait for a week then i will release the preview of cm10.1 for xperia P
edit :- device tree :- https://github.com/percy-g2/android_device_nypon @DevSwift1 you made any progress with cm10.1 ?

This looks good. Perhaps spacecaker might be interested too.!!
Good thread Paul. We definitely need more devs from other STE devices in our Team.
Sent from my GT-I9070 using Tapatalk 4 Beta

Any advance with today's Xperia U nightly?
Sent from my ST25i using Tapatalk 4 Beta

Hi!
first we need full logcat.. i don't know why but after when phone vibrates debugging is disabled.. You can download latest build from goo.im and try get full logcat. Without that we can't get it working
All help is welcome
So as you can see android 4.2 is possible on our non-friendly for developers soc

DevSwift1 said:
Hi!
first we need full logcat.. i don't know why but after when phone vibrates debugging is disabled.. You can download latest build from goo.im and try get full logcat. Without that we can't get it working
All help is welcome
So as you can see android 4.2 is possible on our non-friendly for developers soc
Click to expand...
Click to collapse
http://www.4shared.com/office/HjZ1ccYP/xperiau.html
Here you go.

Diego910 said:
http://www.4shared.com/office/HjZ1ccYP/xperiau.html
Here you go.
Click to expand...
Click to collapse
It continuosly does this errors in package manager:
Code:
E/PackageManager( 2086): Unable to copy native libraries
E/PackageManager( 2086): java.io.IOException: Cannot create /data/app-lib/com.android.vending-2
E/PackageManager( 2086): at com.android.server.pm.PackageManagerService.copyNativeLibrariesForInternalApp(PackageManagerService.java:4501)
E/PackageManager( 2086): at com.android.server.pm.PackageManagerService.scanPackageLI(PackageManagerService.java:4141)
E/PackageManager( 2086): at com.android.server.pm.PackageManagerService.scanPackageLI(PackageManagerService.java:3396)
E/PackageManager( 2086): at com.android.server.pm.PackageManagerService.scanDirLI(PackageManagerService.java:3175)
E/PackageManager( 2086): at com.android.server.pm.PackageManagerService.<init>(PackageManagerService.java:1255)
E/PackageManager( 2086): at com.android.server.pm.PackageManagerService.main(PackageManagerService.java:945)
E/PackageManager( 2086): at com.android.server.ServerThread.run(SystemServer.java:273)
Befor it also does this error (just after it recognises the screen):
Code:
E/STE-HWComposer( 1548): system/graphics failed to connect /dev/socket/hdmid, No such file or directory
And then it can't load hal for camera:
Code:
E/HAL ( 1564): load: module=/system/lib/hw/camera.montblanc.so
E/HAL ( 1564): Cannot load library: soinfo_relocate(linker.cpp:1013): cannot locate symbol "_ZN7android21SurfaceComposerClient15getDisplayWidthEi" referenced by "camera.montblanc.so"...
E/CameraService( 1564): Could not load camera HAL module
Also seems to be here the same audio bug of cm10 (as espected, i think).

I wil try to help as soon as I get my bootloader unlocked. Great job!

Diego910 said:
http://www.4shared.com/office/HjZ1ccYP/xperiau.html
Here you go.
Click to expand...
Click to collapse
Did you do full wipe (data, cache, and dalvik-cache) before flash??

Will they made cm10.1 for xperia p

Are you using Sony's ICS blobs?

ale467 said:
Are you using Sony's ICS blobs?
Click to expand...
Click to collapse
only for audio because audio blobs from jb don't work

I got an error when I try to install the ROM
Finding update package...
Opening update package...
Installing update....
set_perm: some changes failed
E:Error in /sdcard/cm-10.1-20130622-NIGHTLY-kumquat.zip
(Status 7)
Installation aborted.
EDIT: Okey, got this error but ROM installed, system boots... it stucks on CM bootanimation
DevSwift1 said:
only for audio because audio blobs from jb don't work
Click to expand...
Click to collapse
But will audio work like in CM10? Buggy?

ale467 said:
I got an error when I try to install the ROM
Finding update package...
Opening update package...
Installing update....
set_perm: some changes failed
E:Error in /sdcard/cm-10.1-20130622-NIGHTLY-kumquat.zip
(Status 7)
Installation aborted.
EDIT: Okey, got this error but ROM installed, system boots... it stucks on CM bootanimation
But will audio work like in CM10? Buggy?
Click to expand...
Click to collapse
I have some ideas for audio but for now we must boot it
please send me a logcat (if you do full wipe)
---------- Post added at 06:48 PM ---------- Previous post was at 06:43 PM ----------
elia222 said:
Perhaps @munjeni and @percy_g2 might be interested in this
Click to expand...
Click to collapse
@munjeni said that he is not interested any of custom roms (only official from Sony)

DevSwift1 said:
I have some ideas for audio but for now we must boot it
please send me a logcat (if you do full wipe)
---------- Post added at 06:48 PM ---------- Previous post was at 06:43 PM ----------
@munjeni said that he is not interested any of custom roms (only official from Sony)
Click to expand...
Click to collapse
Sorry, for emergency, i had to return to stock ICS.
Now, if I have time, will try to reinstall the ROM and do a logcat. I don't know how, I'm a newbie on this. Searching a guide..

Related

[ROM][STOPPED][04/07/12][GSM] ICS 4.0.4 V2! Ported from Xperia Arc

:crying::crying::crying::crying::crying::crying: :crying: :crying::crying::crying::crying:
DEVELOPMENT HAS NOW STOPPED FOR THIS ROM AS GOING FOR A JOG THIS MORNING I HAVE DROPPED MY PHONE WHEN IT FELL OUT OF MY SHORTS POCKET AND CRACKED MY SCREEN ALSO MY HEADPHONE JACK IS BROKEN AS THE HEADPHONE JACK FOROM MY HEADPHONES SNAPPED INSIDE THE PORT!!............. AHHHHH NEW SCREEN IS COSTING ME £45 AND I DONT HAVE NO MONEY SO UNTIL I CAN GET ENOUGH MONEY TOGETHER THERE IS NO MORE DEVELOPMENT ON THIS ROM OR JELLYBEAN.
IM ACTUALLY SO GUTTED RIGHT ABOUT NOW AS IM PHONELESS, IF ANYONE CANE PUT SOME DONATIONS FOR ME TO GET A NEW SCREEN I WOULD BE VERY GRATEFUL PEOPLE.
If you could take part in the poll and also any donations received I would be very grateful.
GBP: https://www.paypal.com/cgi-bin/websc...=JHTU8BVJLUYL4
EUR: https://www.paypal.com/cgi-bin/websc...=23YX7MEWYSUNA
Here is my rom which I give to you.
This is my first rom which I have created so I am looking forward to the feedback provided and hope to make more roms to come, I will love to have your feedback and would like for you to let me know about any problems and I will attempt to fix them asap.
I will be frequently updating this rom by adding customisation, tweaks and optimization as well as bug fixes.
It is a ported rom which is from the Xperia Arc and based on the Official ICS 4.0.4 release from the Xperia Arc, However files have been taken out of the Xperia Ray Official 4.0.4 build as some parts were not working when I ported the rom so its about 60% Arc and 40% Ray however I will start to fix these things to make it 100% Arc
Code:
[U][B]Working:[/B][/U]
-GSM
-Data 2G/3G
-Calls
-SMS
-Sensors
-Gamepad
-Touchpads Semi working will relase flashable zip for fully working :)
-Video Recording
-Bluetooth
-Wi-Fi
-Camera
-Video Playback
-Audio
-GPS
-Touch Screen
-3D
-And much more!
[U][B]
What doesn't work:[/B][/U]
-Face unlock (Will Implement in next build)
-Tell me if something doesn't work
Code:
Disclaimer:
WARNING:
I am not responsible if anything happens to your device whether software or hardware related.
Whether you decided to chuck your phone at the wall in frustration.
I am not responsible if your device stops working and becomes unresponsive or blows up in a million pieces.
Also if your alarm doesn't go off and you get late for school/work.
INSTALL THIS ROM AT YOUR OWN RISK!
Installation Instructions:
-Firstly Flash DooMLoRDs ICS Beta Kernel via fastboot
-Boot the phone into recovery
-Perform a Factory Reset
-Flash the Zip from SD Card in recovery (Install takes around 10minutes)
-REBOOT and Enjoy!
Downloads:
ICS 4.0.4 ROM V2 - https://www.rapidshare.com/#!download|658|1571616956|ICS_4.0.4_V2.zip|199081
http://www.mediafire.com/?3axzf8b6slxl0td
DooMLoRDs ICS Beta Kernel - http://forum.xda-developers.com/showthread.php?t=1573184
SUPERUSER IF NEEDED - http://androidsu.com/superuser/
Remember to thank me and DoomLoRd for his fantastic kernels and nickholtus for his help on fixing Wi-Fi!
Credits:
-DoomLoRd for his kenel as rom wouldn't be able to boot without it!
-nickholtus for helping me fix Wi-Fi!
-And a massive thanks for all the other developers for the inspiration as well as the patience of the memebers of XDA!
If you could take part in the poll and also any donations received I would be very grateful as it gives me much more motivation to develop.
GBP: https://www.paypal.com/cgi-bin/websc...=JHTU8BVJLUYL4
EUR: https://www.paypal.com/cgi-bin/websc...=23YX7MEWYSUNA
Screenshots:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Changelog:
V2:
Will update this tomorrow!
V1:
Added Superuser.apk
Added BBC IPlayer.apk
Removed bloatware from Arc firmware
Updated libs
Removed Japanese IME Keyboard
Added Gallery.apk
Ram optimization
Changed memory handling
Ported firmware from Xperia Arc
Added latest Busybox and Superuser Binaries
Stock SE Framework
Added PS Store.apk
Added PS Pocket.apk
Added Xperia Games Launcher
Added Flashlight.apk
Cleaned up Rom of bloatware
Added Flash player.apk
Added YouTube.apk
Updated Wi-Fi libs from Xperia Ray (Thanks to Nick)
Added Timescape.apk
Added Maps.apk
Added Adobe Reader.apk
Added Track ID.apk
Added Rom tweaks for increased smoothness
ill be willing to test it for u if u can let me
faisaldante said:
ill be willing to test it for u if u can let me
Click to expand...
Click to collapse
Ok I'll let you know when its ready for testing
Sent from my R800i using XDA
aaron187 said:
Ok I'll let you know when its ready for testing
Sent from my R800i using XDA
Click to expand...
Click to collapse
I will do a bit of testing if you want too.
You can count me in for testing
Sent from my Xperia Play using XDA
aaron187 said:
Ok I'll let you know when its ready for testing
Sent from my R800i using XDA
Click to expand...
Click to collapse
aye nae problem mate ill be waiting for whenever it may be ready
aaron187 said:
As the title says I am going to port over the Official ICS 4.0.4 Build from the Xperia Arc.
Click to expand...
Click to collapse
Dang, I downloaded the 4.0.4-FTF-file from the Arc forum yesterday and was about to start porting today, and then I found this thread
Obviously I won't need to start porting and trying to build my first ROM that was planned even xP
Anyhow, I wish you the best of luck with the development
razerblader said:
Dang, I downloaded the 4.0.4-FTF-file from the Arc forum yesterday and was about to start porting today, and then I found this thread
Obviously I won't need to start porting and trying to build my first ROM that was planned even xP
Anyhow, I wish you the best of luck with the development
Click to expand...
Click to collapse
You should try it out or if not develop along with me to port this rom and you can help me out.
Sent from my R800i using XDA
Id be willing to test too
i want in .. weather you need help testing or developing please pm me
i just set up my kitchen, ubuntu virtual machine and andoid sdk now i need to learn and best way is through experience
acmode said:
i want in .. weather you need help testing or developing please pm me
i just set up my kitchen, ubuntu virtual machine and andoid sdk now i need to learn and best way is through experience
Click to expand...
Click to collapse
Do you think you could help me to get this rom to boot? Not sure whether its the kernel or if I've missed any files or scripts out
Sent from my R800i using XDA
IT is very easy
Will upload a build tomorrow
nickholtus said:
IT is very easy
Will upload a build tomorrow
Click to expand...
Click to collapse
Ok so if you could get the rom tp boot, I'll develop it from there because I'm having issues on boot.
Sent from my R800i using XDA
aaron187 said:
Do you think you could help me to get this rom to boot? Not sure whether its the kernel or if I've missed any files or scripts out
Sent from my R800i using XDA
Click to expand...
Click to collapse
is there any specific guide you used and how did u attempt to port if not ??
Will this include gamepad functionality? Is it possible?
GetPatriotized said:
Will this include gamepad functionality? Is it possible?
Click to expand...
Click to collapse
Gamepad function is possible but not touchpad.
Sent from my R800i using XDA
Hopefully Rom should be uploaded in the next day or two!
Sent from my R800i using XDA
Count me in! Ready to test for you

[ROM][PA JB:CM10:Hybrid][9/10]PARANOID ANDROID JB [v2.15][DEVELOPMENT STOPPED]

Development stopped!
New Thread PA v2.5
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
v2.15 Screenshots
Before posting this port on some other site / forum pls pm me! And don't directly put the link to rom file! Just put the link to this thread!
WANNA SUPPORT ME? PUT THIS AS YOUR SIGNATURE
Code:
http://i.imgur.com/Xzvla.png
To be honest, this is not tablet mode at all, it has nothing to do with silly build.prop hacks. This is the first and only Android rom to feature true Hybrid mode. This rom lets you scale and project every app, every widget, even systemcomponents individually. Remember, android is modular, everything is an app: Lockscreen, navigationbar, dialogs, popups, keyboards, widgets, and your regular apps of course. Apps have the capability to switch into various designs or layouts according to the device they run on. This can result in a complete new experience as many apps will transform to the better.
Now for every element that you like chose a mode (PhoneUI, Phablet/Nexus-7UI, TabletUI) and/or a size. You are 100% independent of the system DPI which runs nicely in whatever value it has been assigned to. You do not need to boot your phone into a certain DPI. Neither will most of the changes you apply require a reboot. You will not suffer from the myriads of troubles which normally haunt you under build.prop tablet mode. Your market, phone, etc. will all work, apps won't shrink on you unless you shrink them yourself. This project will entirely transform your device, but retain the aesthetics and the feel of your phone.
Click to expand...
Click to collapse
1. Flash boot.img from device patch zip
2. Do full wipe [Factory reset, cache partition, dalvik cache]
3. In mounts and storage format /system, /data, /cache
4. Flash BASE ROM[PA v2.15 stable.zip]
5. Flash patch for your device
6. After That Install Zip from sdcard>choose zip>==Paranid android==>gapps JB ; if u want to use touch wiz 5 then flash it too after gapps!
7. Reboot
8. After it boots let it settle down for 2-3 mins don't touch it.
9. Reboot again
10.Open CWM Flash The Final Fix.
11.Reboot! Enjoy!
Want the gold theme? goto settings>themes>
P.s. - U will see some FCs like search widget ignore that!
Also if u see FCs of email apk and exchange server then just disable them from settings>apps>all
COMPILED FROM-
PA v2.11 [dhk.- 's work]
FXP 137 CM10
Click to expand...
Click to collapse
dhk.- For giving me permission to port his ROM!:good:
FXP Team - For CM10 ofcourse!
Paranoid Android Team
music.soul - He Ported PA ICS for Xperia 2011 series and also inspired me to making this!
Kormatoes - without his instructions i wouldn't be able to port this!:good:
besttt - For Camera & FM fix!
Venoma333 - My Official tester for Neo
Me!- I ported it!!
Click to expand...
Click to collapse
Paranoid Changelog
FXP CM10 Changelog
Internal Changelog-
v1.992 - 8/9/12
1.ROM Ported!
9/9/12
1.Camera no preview, FM, Rotation fix added (Post 2)
v2.11 13/9/12
Everything works!
RC1 18/9
1. Bettter smoothness, voice works, no need of patch!
Not any KNown bugs!
Click to expand...
Click to collapse
Known Bugs
-
HDMI
Front Camera
If There are anymore bugs then please post them!
PA 2.15[New instructions]
Final Fix For v2.15 stable Flash this after 1 reboot into main rom
NEO USERS GO HERE
hmm
CHANGELOG
Paranoid Android v2.15 stable
+BUTTON LED LIGHT FIX!!
+AUTO BRIGHTNESS DISABLED!
+SMOOTHNESS TWEAKS
-apollo
+PANORAMA Works
+Camera Works
+Camcorder Works
+Xperia Home
+Touchwiz 5.0
+Inverted Gapps
+New Patches Based on FXP 140 CM10
​
hehe
Another one!Just incase!
Error
Hi,
I have a problem with flashing this rom,
- Uploading karnel
- Open CWM make a full wipe! [Factory reset, Cache, Dalvik Cache]
and here comes the error "getprop (" ro.product.device ") ==" MT11i "something gets the message, and so the circle
please help
Downloading now.. Very excited to try this HYBRID..
prasan2014 said:
Downloading now.. Very excited to try this HYBRID..
Click to expand...
Click to collapse
I download it again and I'll try to let you know if it went ...
iRafciu said:
Hi,
I have a problem with flashing this rom,
- Uploading karnel
- Open CWM make a full wipe! [Factory reset, Cache, Dalvik Cache]
and here comes the error "getprop (" ro.product.device ") ==" MT11i "something gets the message, and so the circle
please help
Click to expand...
Click to collapse
I think u are getting this error cause your device might be MT11a! I am uploading a new rom zip which will support MT11a!(hopefully! as cannot be sure cause dont have a mt11a for testing!) try it and then tell me! It will be up by an hour or so!
Dev Jaskirat said:
I think u are getting this error cause your device might be MT11a! I am uploading a new rom zip which will support MT11a!(hopefully! as cannot be sure cause dont have a mt11a for testing!) try it and then tell me! It will be up by an hour or so!
Click to expand...
Click to collapse
I downloaded it again and so far progress I take the relationship begins to install as I can what and how this moment would be okay and so on :laugh:
work on neo??
No will make a neo port tomorrow! Sorry Neo guys u have to wait 24 hrs more !
The truth is I had forgotten about neo users! Thanks!U reminded me that I had to make a port for neo too !lol !
24hrs!
Sent from my Xperia Neo V using XDA Premium App
Okay! Tell me if it works this time!:thumbup:
Sent from my Xperia Neo V using XDA Premium App
So far the best rom gonna use for what a great job
u mean it has opposite rotation
Accelerometer inverse issue[locking the screen to portrait is recommended till its solved!] .... thats> sensors <swap this in system/etc
then if you have> neo <use that build prop for now was the quick one i used
status 7 is device id the op has it set ti MT11 >delete top four lines do not leave empty line and use notepad+ <or swap this :good:
The camera its not working or is just the preview like in cm10 ???
Sent from my JB Xperia Neo
kormatoes said:
hahahahahahahahaahahahaha
mint good to see you checked for permisions first
havent dl coz have my own but
am sure its cool
edit
u mean it has opposite rotation
Accelerometer inverse issue[locking the screen to portrait is recommended till its solved!] .... thats> sensors <swap this in system/etc
then if you have> neo <use that build prop for now was the quick one i used
status 7 is device id the op has it set ti MT11 >delete top four lines do not leave empty line and use notepad+ <:good:
Click to expand...
Click to collapse
That accelerometer is already fixed in the new zip ! Will upload that zip in 2-3 days after some more bugs show up and are resolved:thumbup:
Sent from my Xperia Neo V using XDA Premium App
DjowBr said:
The camera its not working or is just the preview like in cm10 ???
Sent from my JB Xperia Neo
Click to expand...
Click to collapse
Its fully not working !
Sent from my Xperia Neo V using XDA Premium App
do you want some good news?
building haida and hallon now pa 2.10
dhk.- said:
do you want some good news?
building haida and hallon now pa 2.10
Click to expand...
Click to collapse
Thats great news ! When can we expect its release??
Sent from my Xperia Neo V running Paranoid android JB using XDA Premium App
tomorrow... 2 pm GMT -4....
Please all the people sign it to have a fully working camera in JB
dhk.- said:
tomorrow... 2 pm GMT -4....
Click to expand...
Click to collapse
Awesome, can't wait :victory:
Too bad I'm in Australia, so that's like 4am the next day for me :silly:
Tapatalked from my Xperia Neo V

[Play] Semc Debrand Engine | CM9 | FreeXperia Project | 6.1.A.2.50 | Alpha1 |

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
FreeXperia Project​
Semc Debrand Engine Unofficial Sony Firmware Update On Cyanogen(mod) Core
Hy this is a Sony Unofficial Firmware Update On Cyanogen(mod) 9.1 Core with sony Xperia S firmware app and theme
this rom is Build using My Semc Debrand Engine sources, and cm9 sources
​
Feature Inclueded In This Rom :
--- Mobile Bravia Engine ---
--- Windows Media Audio Support !! ---
--- Sony Music Player ! ---
--- Sony Theme ! ---
--- Xperia S loockscreen ---
--- New semc tabhost widget ---
--- Gallery with Facebook integration ---
--- xLOUD ---
--- based on latest CM-9.1 ---
--- latest Sony Xperia S 6.1.A.2.50 Firmware ---
--- Facebook inside Xperia and more ... ---
Credits : FreeXperia Team, Sony, Cyanogen(MOD)
And i would like to thank Specially the :
Semc Debrand Engine Contributors Team:
-Tof37, InternationalPlayer71, FeraVolt
REQUIREMENTS
unlocked bootloader
FXP Kernel
This Rom have All the features from Xperia S 6.1.A.2.50 Firmware like:
Semc Lockscreen !!!!
Semc Theme !!!!
Semc Music
Facebbok inside Xperia
Timescape
Semc Phone
InfiniteView
Track ID
And all Xperia S 6.1.A.2.50 app ...
WORKING
- ?
BUGS
- let me know
INSTALLATION
Download and Flash FXP Kernel inside the package "boot.img"
Go to CWM Recovery
Do a factory reset
Wipe Cache Partition
Wipe Dalvick cache
Wipe Battery stats
Flash the ROM package via CWM Recovery
Reboot
Enjoy !
Check Post #2 for detailed changelog for each version
DOWNLOAD :
Achotjan-Semc-Debrand-Engine-V1.0_Alpha1_zeus
Dirrect link : http://ul.to/61fvbcub
If you want to thank me then pleas buy me a Coffe, beer etc..
This rom is builded BUT NOT tested on a smartphone, pleas test it and report bugs,
To ensure a more quick updates and a fully working rom pleas send donation and wrote on the thread the confirmation number and the amount you donated so i could buy the device and make it final and work also on later android versions, the next SDE i am prepairing will not be based on CM source anymore and will have his own features that any other rom havent and will include many stufs from AOKP CM and Paranoid mod to make it feature rich and will use latest xperia Z firmware as base and android 4.2 instead of 4.1, for other devices like Neo, Neo V, Pro, Active etc... its the same think just donate me the necessery money to buy a device and i will gladely work on.
For now i am building and releasing without tests till i havent the device, for advenced users pleas send a logcat with the bugreport that will help me to solve the bugs , thank you
DONATION
http://forum.xda-developers.com/donatetome.php?u=2482775​
reserved 1
cheers
Achotjan
reserved 2
cheers
Achotjan
Hell yeah, I love your ROM on my X8, now glad you here, thanx...
Sent from my R800i using xda app-developers app
thanks for the rom, i haven't tested it yet but it looks very good,
one suggestion, maybe add the new Xperia Z launcher and lockscreen?
Interesting...
So this is basically cm 9.1? I wonder how u managed to make xLoud workin.
Sent from my R800i using xda app-developers app
as i know xperia play dont get official ICS form Sony so this rom bring it to you as its the real latest Firmware of sony on CM core and freshly builded from source
cheers
Achotjan
Can you upload on some other site, like Dropbox, Mediafire, Google Drive or Dev Host ? I tried it download this from Uploaded.net and it failed 3 times, and one after 198MBs.
Would this also work with the Multibootkernel r12 ? This would be fantastic !
What boot.img you used inside zip? Is cm stock kernel? If that's so, wich one u used, cosidering last working was fxp149?
---------- Post added at 07:36 PM ---------- Previous post was at 07:05 PM ----------
smashingeeks said:
Can you upload on some other site, like Dropbox, Mediafire, Google Drive or Dev Host ? I tried it download this from Uploaded.net and it failed 3 times, and one after 198MBs.
Click to expand...
Click to collapse
After 198 it becomes very slow, but downloading is working. Don't know y
mathacer said:
Hell yeah, I love your ROM on my X8, now glad you here, thanx...
Sent from my R800i using xda app-developers app
Click to expand...
Click to collapse
well..that make 2 of us..i liked your roms for x8..so very nice to see you here..hope you develop a lot and improve our xperia play.
thank you and welcome.
My phone doesn't boot once i flash the boot.img file via fastboot... I even flashed my phone and tried it again ... but still doesn't work. Could someone please help me ? ? I have an Unlocked bootloader and it R800i.
vrkamath2020 said:
My phone doesn't boot once i flash the boot.img file via fastboot... I even flashed my phone and tried it again ... but still doesn't work. Could someone please help me ? ? I have an Unlocked bootloader and it R800i.
Click to expand...
Click to collapse
maybe try to flash lupus cm9 kernel 480p..then flash rom..and see if it works.:good:
smokerman said:
maybe try to flash lupus cm9 kernel 480p..then flash rom..and see if it works.:good:
Click to expand...
Click to collapse
That or dan's older ics kernel (unless he deleted it then nvm). Or the current turbo kernel as this should still work on it if it's built from cm9 base.
Will this work on r800x (CDMA)?
Thanks a lot for this i'm gonna test this out tonight. so i am assuming this will need a build.prop edit and modded framework to work?
chick3n564 said:
Will this work on r800x (CDMA)?
Click to expand...
Click to collapse
I am dwnloading now to test, of coarse it will take a while due to being a UL link. I have r800x also. It probably will to an extent. We probably won't have actual "cell-service", but wifi and apps and such should work. From what I've read thru all the posts, this is for GSM not CDMA.
UPDATE
NOPE. Won't install on r800x. Even tried the buildprop fix. No go.
Getting a hotboot past the lockscreen, and it also gets a bootloop while staying on the lockscreen, attached a logcat.
Thanks for supporting us
Beanerman said:
I am dwnloading now to test, of coarse it will take a while due to being a UL link. I have r800x also. It probably will to an extent. We probably won't have actual "cell-service", but wifi and apps and such should work. From what I've read thru all the posts, this is for GSM not CDMA.
UPDATE
NOPE. Won't install on r800x. Even tried the buildprop fix. No go.
Click to expand...
Click to collapse
Ok, I finally got it to install using CriGiu's buildprop status 7 fix and LuPuS v7 kernel. BUT, have been setting on the "XPERIA" boot logo screen for about 10 mins.
UPDATE:
Switched kernel to doomkernel-ics v3, installed Rom, rebooted. Finally loaded to black screen, Then bootloop .
Rebooted to recovery, wiped cache,dalvick,fixed permissions and finally booted to lockscreen, THEN BOOTLOOP ;-( .
I also noticed a symlink error for vendor while looking in my aroma filemanager from recovery.
Getting frustrated, Lol. But not giving up yet.
Update:
Fixed the vendor symlink error.
I think there are too many apps in the system running it out of space and crashing(bootlooping) it. Will update later.
Sent from my DROIDX using xda premium
UPDATE
Well, I finally got it to stop Bootlooping. :cyclops: Yeah.
After fixing the vendor symlink error and other info above. I removed some apps from the sytem folder inside the Rom zip.
Re-zipped after editing, did the normal reset and wipes, installed my new zip and TA_DA!! Success.
Can't get wifi working, messaging, or phone dialer so far. Everything-else seems to be working.
No Baseband??? Screenshot below

[ROM][4.1.2] Slim Bean - RAY [3.10][PORT TO NS]

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Important Notes:
Fully compiled from AOSP source ( source.android.com) with my mods and interesting ones from CM/AOKP.
Read the changelog and installation instructions on the website here carefully.
Feature requests will be ignored in general but will review ( if a relevant commit is provided) and decide
No ports based on my ROM zip file, manifest.xml will be updated regularly and feel free to compile from source
Check out our feature list here
Changelog
Find our latest Changelog go here
Instructions
For installation instructions please check here
Please keep in mind if a special instruction is needed it will be noted in Changelog
Downloads
Get our latest rom; here
FAQ
Check out out FAQ before posting! Keeps more common questions answered in one place!
Bug list
For a list of confirmed bugs look here
Thanks!
Big thanks to CM team, without them SlimRoms wouldn't be possible.
You can find the full list of credits here
Source
Please visit here for the source code.
Changelog:
19 Apr FXP 215
Based on FXP215
Port to Nexus S 3.10 rom
Changes:
Delete al nfc lib's and services.
Delete permisions nexus S no xperia devices
Automatic brightness now works as in FXP214 & 215
Phone Galery2 & Telephonyprovider FXP215
20 Mar FXP 211
Based on FXP 211
Port to Nexus S slim bean rom
Changes:
Phone and Galery2 to CM10 FXP 211
Fix NFC and Framework no use files.
FXP 207
Based on FXP 207
Port to Nexus S slim bean rom
Changes:
Phone and Galery2 to CM10 FXP 207
Add-Ons:
Gapps Updated multidpi play store 4.0.25 Gmail youtube updated
SREC_VoiceDialer_Addon_GoogleNow Google Now updated no include folder tts and delete picotts use googletts
FM add FXP215
If you have troubles when power on radio ... use this method power on bluetooth play music song and stop and u can use radio when radio run you can power off bt
Click to expand...
Click to collapse
ANT+ add FXP215
Slim Beam 3.10 Updated Apps:
Holo Launcher last versión
Filemanager change for slimfilemanager of build3 4.2.2
Music change por Music with notifications and lockscreen controls
Updated SuperSU to 1.25
Click to expand...
Click to collapse
FM Radio Thanks to bestt : http://forum.xda-developers.com/showpost.php?p=40045961&postcount=97
Alternative donwloads Google Drive
Alternative donwload Goo.im
Kernels
Fusion 4.3 or 4.4
Lupus JB
Default FXP
Bug's
Same as CM10
No reboot to recovery... use update me if u like reboot recovery
Lock Screen Weather no run's ... yahoo html change... .... ;(-------------> Solved by byondy install this pach: http://goo.im/devs/Sesme/Slim-Bean-Xperia-2011/412Weather_FIX_by_byondy.zip
Sounds promising! :good:
*downloading*
installing... error
set-perm: some changes failed
e: error in /sdcard/clockworkmod/backup/slim-ray-3.1.0-unofficial-fx207.zip (status 7)
installation aborted
(fusion kernel. wiped data/cache, formatted cache/data/system, wiped dalvik cache)
Backlight problem ?
Kafka Datura said:
Backlight problem ?
Click to expand...
Click to collapse
installation error
set-perm: some changes failed
e: error in /sdcard/clockworkmod/backup/slim-ray-3.1.0-unofficial-fx207.zip (status 7)
installation aborted
me too...:crying::crying::crying:.Plz fix it as soon as possible.I really appreciated of this ROM
I got error too.It says staus7
Thanks a ton..was wondering when will it come to ray, Atlast it's here...yay :thumbup:
Sent from my ST18i using xda app-developers app
Nobody can install??
Failure to compress guess I'll see and you upload it again
samuelcheng74 said:
installation error
set-perm: some changes failed
e: error in /sdcard/clockworkmod/backup/slim-ray-3.1.0-unofficial-fx207.zip (status 7)
installation aborted
me too...:crying::crying::crying:.Plz fix it as soon as possible.I really appreciated of this ROM
Click to expand...
Click to collapse
Sesme said:
Nobody can install??
Failure to compress guess I'll see and you upload it again
Click to expand...
Click to collapse
Nope, confirmed, same error as everyone else. Please try to upload again, and maybe check md5 sum.
Current md5 sum: E6B592FE8A48AC9D3CE734126254A11B
Sesme said:
Nobody can install??
Failure to compress guess I'll see and you upload it again
Click to expand...
Click to collapse
that was a good teaser :laugh:
hope the next upload is working...
edit: i checked the changelog... will we get the 4.2.1 RC 2 too?
Upload fix!!!
http://www.mediafire.com/?6wu77vrngio63v6
Updated fist post!!
i want inverted gapps ..can u post the link for that ...really liking ur rom ......smooth and fast ...
ANOTHER AWESOME ROM....so light!!!<3
Amazing rom its so damn smooth...
Sent from my Xperia Ray using xda app-developers app
Is there the CM10 backlight problem ?
I like the system ROM size. It almost 200MB free. Thanks for developing this rom for xperia ray. are u ported from NS ?
I have the feeling the backligh is not pushed up to the max ... anyway to fix this ?
yonzz said:
I like the system ROM size. It almost 200MB free. Thanks for developing this rom for xperia ray. are u ported from NS ?
Click to expand...
Click to collapse
Yes is 100% Samsung Nexus S Slim Bean 3.10 port to all hdpi 2011 devices by me no modifications 100% Slim!
Kafka Datura said:
I have the feeling the backligh is not pushed up to the max ... anyway to fix this ?
Click to expand...
Click to collapse
No have Xperia Ray ... i have Xperia ARC erro'rs of CM10 is Freexperia developement team...
Yeah it's a pretty common problem with CM10-based roms on ray, auto backlight doesnt work and you can't push the backlight to the max ... but since Super Jelly Bean develloper fixed it i was wondering if other roms could ...

MIUIv5 Weekly Relases(3.10.18)for XU,XSola,XP, XGO

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
​Screenshots:
Hi here i am going to start a project for xperia 2012 devices.
It consists on MIUIv5 weeckly updates.
Instalation:
Flash MIUI Kernel:
XU
XP
XSOLA
XGO
Wipie data factory reset
format system
Flash ROMv5xxxx.zip
Take your device in aroma
Reboot system now
Report bugs.
Donwload:
ROMv5 3.10.18:https://mega.co.nz/#!V9IyER4I!GHKMDwTfq0ekMkSGWZ1tym1TrRh7cldgxju9IFJVSNk NOT WORKING
delete_recursive("/system"); Delete line this couse not booting rom
Nice Project! :good:
So Xperia P is going to be supported? And you will base it on cm10?
I am asking because I saw a new branch called "jellybean42" on MiCode.
I guess that means its possible to build MIUI with patchrom based on 4.2.2?
Or are you porting MIUI from another device to ours?
If you are looking for a kernel for Xperia P, maybe use percy's cm10 kernel. Its stable and works well for me on MIUI 3.9.6. And percy said, he will add some governors to it.
stothegee said:
Nice Project! :good:
So Xperia P is going to be supported? And you will base it on cm10?
I am asking because I saw a new branch called "jellybean42" on MiCode.
I guess that means its possible to build MIUI with patchrom based on 4.2.2?
Or are you porting MIUI from another device to ours?
If you are looking for a kernel for Xperia P, maybe use percy's cm10 kernel. Its stable and works well for me on MIUI 3.9.6. And percy said, he will add some governors to it.
Click to expand...
Click to collapse
It is 4.1.2 becouse is most stable and i am using 2011 Miui
I will try the kernel you said plis link
Sent from my Xperia U using Tapatalk 2
werty100 said:
It is 4.1.2 becouse is most stable and i am using 2011 Miui
I will try the kernel you said plis link
Click to expand...
Click to collapse
2011 MIUI?
Anyway, you can find the GNU kernel here.
Another one you can use is Phantom kernel here.
Can you add a DSP Manager to the rom?
And do you know if there is a "MIUI toolbox" for MIUI v5 like there was for MIUI v4?
stothegee said:
2011 MIUI?
Anyway, you can find the GNU kernel here.
Another one you can use is Phantom kernel here.
Can you add a DSP Manager to the rom?
And do you know if there is a "MIUI toolbox" for MIUI v5 like there was for MIUI v4?
Click to expand...
Click to collapse
Ok will try it
I need some one that have XP to test compatibility mode please
werty100 said:
I need some one that have XP to test compatibility mode please
Click to expand...
Click to collapse
upload the build without the kernel
percy_g2 said:
upload the build without the kernel
Click to expand...
Click to collapse
Ok 3.9.27 uploading
Next XSola compatibility
Finish uploading it
Is the Xperia U done? Release link? Can help if needed on XU
Guys can someone provide me for a miui link for xperia p because this rom says error (status 6) and i must install CM 10 first? ty
kostasroussis66 said:
Guys can someone provide me for a miui link for xperia p because this rom says error (status 6) and i must install CM 10 first? ty
Click to expand...
Click to collapse
Pliis tell my what it said the error in th rom or in copatibility mode?
Sent from my Xperia U using Tapatalk 2
Neurom707 said:
Is the Xperia U done? Release link? Can help if needed on XU
Click to expand...
Click to collapse
I have xu and i can test it i have to test it but no time
Sent from my Xperia U using Tapatalk 2
werty100 said:
I have xu and i can test it i have to test it but no time
Sent from my Xperia U using Tapatalk 2
Click to expand...
Click to collapse
Will test if you wish me to?
New Miui thread? Good to see it here.
Will try to help, as my time let me doing this. :good:
Btw. saw lot of hidden "mac things" with a dot in zip... ".files". Think, we can remove them?
Edit:
I placed kernel here - original fxp-cm10 - with only added "service shelld" in init.rc for booting up miui on Sola.
So this kernel is "pure cm10".
kostasroussis66 said:
Guys can someone provide me for a miui link for xperia p because this rom says error (status 6) and i must install CM 10 first? ty
Click to expand...
Click to collapse
I found a missing ; at end of line in updater-script. See delete_recursive("/cache"); and also there is an error for giving permissions.
Yes, install CM10 first.
For booting it, you need kernel with "service shelld" in it. If you have Sola you can take mine from my post.
akkufix said:
New Miui thread? Good to see it here.
Will try to help, as my time let me doing this. :good:
Btw. saw lot of hidden "mac things" with a dot in zip... ".files". Think, we can remove them?
Edit:
I placed kernel here - original fxp-cm10 - with only added "service shelld" in init.rc for booting up miui on Sola.
So this kernel is "pure cm10".
Click to expand...
Click to collapse
akkufix said:
I found a missing ; at end of line in updater-script. See delete_recursive("/cache"); and also there is an error for giving permissions.
Yes, install CM10 first.
For booting it, you need kernel with "service shelld" in it. If you have Sola you can take mine from my post.
Click to expand...
Click to collapse
I can only work on fradays and weeckends....
A lot of thanks for kernel
Updatescript remplacement of ROM not compatibility
Someone provides my update script for kernel.elf flash.
SOLA need it and i doesnt have time.
ALSO A MIUI buildprop or cm10 build.prop save my time
werty100 said:
I can only work on fradays and weeckends....
A lot of thanks for kernel
Updatescript remplacement of ROM not compatibility
Someone provides my update script for kernel.elf flash.
SOLA need it and i doesnt have time.
ALSO A MIUI buildprop or cm10 build.prop save my time
Click to expand...
Click to collapse
Ok, i did it. It is working for sola.
Packed cm10 (pepper fxp 240) and this Miui together in a zip, modded updater-script, build.prop and added kernel.
Bootet - works!
LBE seems not work. So, no root yet. Maybe its because "superuser" is installed. Gallery works by browsing on phone.
Will look for some changes in rom to get it work.
All in all, its really good, fast, smooth and gives app. 110mb ram. Upload it soon, so next time, when i got root working. :good:
Edit:
Root works now. I added "LBESEC_MIUI"" and "GuardProvider" in rom. Deleted Superuser, because LBE makes a better job and it is Miui's one.
Sorry, i removed "noFrillsCPU.apk" by mistake (file attached down...), so this is needed in settings for cpu-control. But it is NoFrills as "stand alone" apk in it.
Btw. ext-sd is not working at the moment. It works in kernel, but not in rom.
So, as a first taste of the work from @werty100 :good: - here it is - Miui V5, 3.9.27 ported for Sola, download:
cm_miui_mixed.zip - 221.45 MB
Enter CWM, wipe all and install zip.
Enoy!
akkufix said:
Ok, i did it. It is working for sola.
Packed cm10 (pepper fxp 240) and this Miui together in a zip, modded updater-script, build.prop and added kernel.
Bootet - works!
LBE seems not work. So, no root yet. Maybe its because "superuser" is installed. Gallery works by browsing on phone.
Will look for some changes in rom to get it work.
All in all, its really good and app. 110mb ram. Upload it soon, so next time, when i got root working. :good:
Edit:
Root works now. I added "LBESEC_MIUI"" and "GuardProvider" in rom. Deleted Superuser, because LBE makes a better job and it is Miui's one.
Sorry, i removed "noFrillsCPU.apk" by mistake (file attached down...), so this is needed in settings for cpu-control. But it is NoFrills as "stand alone" apk in it.
Btw. ext-sd is not working at the moment. It works in kernel, but not in rom.
So, as a first taste of the work from @werty100 :good: - here it is - ported for Sola:
cm_miui_mixed.zip - 221.45 MB
Enter CWM, wipe all and install zip.
Enoy!
Click to expand...
Click to collapse
So a lot thanks this friday new rom
Enviado desde mi Xperia U usando Tapatalk 2
werty100 said:
So a lot thanks this friday new rom
Enviado desde mi Xperia U usando Tapatalk 2
Click to expand...
Click to collapse
This will be OTA-rom? So, we only need to update the miui-parts and not the whole rom?
I'm really impressed of this version. It is fastest miui, i had on phone till now.
Can build kernel for Xperia u if someone gives guidance to me?

Categories

Resources