[ROOT] Xperia P {6.0.B.1.654} - Sony Xperia P, U, Sola, Go

Here is a system.img prerooted for Xperia P firmware 6.0.B.1.654.
HowTo:
1.) Unlock your bootloader via SonyMobile Website
2.) Download prerooted system: https://rapidshare.com/files/156664229/system_prerooted_nypon_654.img (i needed to move from university server to rapidshare because of too much traffic, sorry!)
3.) Flash prerooted system with fastboot:
Code:
fastboot flash system system_prerooted_nypon_654.img
4.) reboot & done
If you like it feel free to donate to me

Can u please provide Xperia P complete FTF firmware

How to relock the Bootloader.

zohaib0001 said:
Can u please provide Xperia P complete FTF firmware
Click to expand...
Click to collapse
EDIT: sorry, I need Xperia U fw I have this one already
establown said:
How to relock the Bootloader.
Click to expand...
Click to collapse
Read the unlock bootloader thread, it's there

FTF is uploaded in other thread now
Regards

I am Chinese. Someone found the relocking method in (http://forum.xda-developers.com/showthread.php?t=1527159) can not be worked.
And the flashtool can not be worked too.
the reason maybe come from drivers.

I relocked and it worked. No problem. Be sure use latest flashtool.

Bin4ry said:
I relocked and it worked. No problem. Be sure use latest flashtool.
Click to expand...
Click to collapse
thank you.
i will try it.
and do you know about cm9 on xperia p?
and the other question: this root rom base on chinese rom or whar?

establown said:
thank you.
i will try it.
and do you know about cm9 on xperia p?
and the other question: this root rom base on chinese rom or whar?
Click to expand...
Click to collapse
CM9 will come if we get kernel sources!
This root rom bases on Europe ROM. But its only the system partition, so it will work on every Xperia P, no matter what region.
Regards

Bin4ry said:
CM9 will come if we get kernel sources!
This root rom bases on Europe ROM. But its only the system partition, so it will work on every Xperia P, no matter what region.
Regards
Click to expand...
Click to collapse
thank you very much.
I think Europe rom is better.
and i hope the cm9. waiting....

Is this ROM just the European ROM but rooted? Or have apps been removed or other things done to it?
I've tried to download the ROM via Rapidshare but failed several times now. Is there someone that can host it somewhere else?

woutur said:
Is this ROM just the European ROM but rooted? Or have apps been removed or other things done to it?
I've tried to download the ROM via Rapidshare but failed several times now. Is there someone that can host it somewhere else?
Click to expand...
Click to collapse
It's untouched european ROM only rooted correct!
Feel free to mirror the file.
Regards

I would mirror the file gladly but it timed out on me for the fifth time. Shame, because I really would like to have an rooted untouched image Torrent, usenet anyone?
Is it possible to host it on the XDA Fileserver? There already is a section for Xperia P custom roms. I don't know who runs that part of XDA?

uploading on xda file server!!
will take some time (20 minutes)
here it is: http://xdafileserver.nl/Files/Sony (Ericsson)/Sony Xperia P/CUSTOM ROMS/ICX/XperiaP_prerooted.zip
tested and confirmed working

It seems like you linked to the ROM that was already present on the server: XPeriaP_preroot.zip. That's the version stripped from all applications. If I am not mistaking that's a 2.3.7 gingerbread version, so it shouldn't be in the ICX section (which, I am out on a limb here, is reserved for Ice Cream Sandwich versions?).
Then you have another version in stock ROM's thats pretty similar to the XPeriaP_preroot.zip: a stripped version of the stock version.
Is it possible to put the version on XFS that is mentioned in this thread? The 694MB version?
Anyway, big thanks already for the awesomeness of uploading the other files to the fileserver. I think a lot of people will appreciate it.
Edit: it seems that the unpacked XperiaP_preroot.zip is 694 MB. So I think all apps are in there.

I flashed the pre rooted file and the phone is now rooted, but the build # still says 6.0.B.564! instead of .654

I think that's a typo in the post, there is no build newer than 564

woutur said:
I think that's a typo in the post, there is no build newer than 564
Click to expand...
Click to collapse
Thanks for the clarification

Hmm.. strange. fastboot says:
Code:
FAILED (remote: Image won't fit, partition too small!)
Is there a way to make the boot-partition bigger?
EDIT:
Haha, sry, i tried to install in boot partition, not system partition.

Is there a way to root without unlocking bootloader? Maybe some universal guide to root?

Related

[FTF] Relock the bootloader using Flashtool

Hi,
Here is a Flashtool bundle that will relock the bootloader.
It will install the stock 2.6.29-00054-g5f01537 kernel and then relock the bootloader.
EDIT :
Now this ftf is part of flashtool install. Get the latest release here
Regards,
Androxyde
Working great!
Hi Androxyde
i´ve run ftf file and on kernel info appear:
HTML:
2.6.29-00054-g5f01537
[email protected] # 1
Sun Jun 19 22:24:46 2011
so stock kernel was properly installed yet one doubt:
Shouldn´t i be able to see plugins on flashtool so that i can unlock again?
On previous version i was able to see this image but on last one can´t even see anything
EDIT: could be because of "androidversions=2.1,2.2,2.3"? witch mean if we have a 2.3.7 this won´t recognize?
Crowds said:
Hi Androxyde
i´ve run ftf file and on kernel info appear:
HTML:
2.6.29-00054-g5f01537
[email protected] # 1
Sun Jun 19 22:24:46 2011
so stock kernel was properly installed yet one doubt:
Shouldn´t i be able to see plugins on flashtool so that i can unlock again?
On previous version i was able to see this image but on last one can´t even see anything
Click to expand...
Click to collapse
It's because of the Android version you have. I search for a string starting with 2.1 / 2.2 / 2.3 pattern in the result of android version.
You can go to custom\features\UnlockBL\features.properties (or devices\X10\features\UnlockBL cause in older versions it was in the devices folder) and edit the androidversions property to add BlackEdition for example :
androidversions=2.1,2.2,2.3,BlackEdition
then it should work
Androxyde said:
It's because of the Android version you have. I search for a string starting with 2.1 / 2.2 / 2.3 pattern in the result of android version.
You can go to custom\features\UnlockBL\features.properties (or custom\devices\X10\features\UnlockBL cause in older versions it was in the devices folder) and edit the androidversions=2.1,2.2,2.3 to add BlackEdition for example :
androidversions=2.1,2.2,2.3,BlackEdition
then it should work
Click to expand...
Click to collapse
thks for reply i´ve edited my post asking exactly that
so what we need to do is check version info on system and put that there and it should run, right?
Thks
Crowds said:
thks for reply i´ve edited my post asking exactly that
so what we need to do is check version info on system and put that there and it should run, right?
Thks
Click to expand...
Click to collapse
yes, it should
Looks like I'm getting wifi errors when doing this. It just shows an error message when trying toggle wifi. I was running Dooms unlocked kernel 5a.
Edit: Installed the ThKernel (Stock) from Appman (on the TEAM Rom) and wifi has been restored.
sopdogg said:
Looks like I'm getting wifi errors when doing this. It just shows an error message when trying toggle wifi. I was running Dooms unlocked kernel 5a.
Edit: Installed the ThKernel (Stock) from Appman (on the TEAM Rom) and wifi has been restored.
Click to expand...
Click to collapse
Despite the fact you had resolve your issue this will be valid for others.
How can you expect wifi to work without proper wifi modules?!
If this is stock kernel obviously you have to install correspondent Wi-Fi modules. Isn't that what everyone does after install any available kernel?!
Sent from my X10i using Tapatalk
Crowds said:
Despite the fact you had resolve your issue this will be valid for others.
How can you expect wifi to work without proper wifi modules?!
If this is stock kernel obviously you have to install correspondent Wi-Fi modules. Isn't that what everyone does after install any available kernel?!
Sent from my X10i using Tapatalk
Click to expand...
Click to collapse
That is what I ended up deducing. I was quick with my itchy posting finger and posted my comment before I did my own quick test. I left my comment the way it was just in case someone had the same issue as me. It was not obvious to me at first but I figured it out rather quickly. And no, not everyone installs wifi modules after flashing a kernel. I didn't so I'm not included in your "everyone" category.
sopdogg said:
That is what I ended up deducing. I was quick with my itchy posting finger and posted my comment before I did my own quick test. I left my comment the way it was just in case someone had the same issue as me. It was not obvious to me at first but I figured it out rather quickly. And no, not everyone installs wifi modules after flashing a kernel. I didn't so I'm not included in your "everyone" category.
Click to expand...
Click to collapse
"everyone" was a figure of style (not sure if this exist in English ) either way i should have putted 99%
i know not everyone (FXP, my own rom were an example of it).
final thought. my point´s still valid
@Mods
i think this should be sticky. may be 2 important to get lost in a couple of weeks
my 2 cent tho.
Androxyde buddy ... need help ... i flashed your ftf but my network is still locked to t-mobile so no relock has been done. what to do? omg! please help! i really wanna use vodfone. thanks!
Thanks a lot !
Great job as usual !
Why would anyone do this? What's the advantage of it?
kr1st0f1 said:
Why would anyone do this? What's the advantage of it?
Click to expand...
Click to collapse
Besides warranty proposes can't see...
Sent from my X10i using Tapatalk
kr1st0f1 said:
Why would anyone do this? What's the advantage of it?
Click to expand...
Click to collapse
In case of bad unlock with loss of network services, you can revert back to original.
My reasoning is that I am selling my phone and the person buying it wants to sim unlock his phone. As such revert.
Edit: Thanks Androxyde, will be sending a donation ASAP.
Confirmation #0CC44148NS811684U
aZuZu said:
Androxyde buddy ... need help ... i flashed your ftf but my network is still locked to t-mobile so no relock has been done. what to do? omg! please help! i really wanna use vodfone. thanks!
Click to expand...
Click to collapse
aZuZu stop trolling
hi dear Androxyde,
i'm running ThGo2 v15 on my X10i with locked bt, but i can't unlock my bl...
when i go on Plugins button the unlock option doesn't appear? why?
as the pictures attached my android version line start with 2.3...
can u explain me?
thank a lot for this amazing tool
cikoxda said:
hi dear Androxyde,
i'm running ThGo2 v15 on my X10i with locked bt, but i can't unlock my bl...
when i go on Plugins button the unlock option doesn't appear? why?
as the pictures attached my android version line start with 2.3...
can u explain me?
thank a lot for this amazing tool
Click to expand...
Click to collapse
wrong thread, it should be asked in the flashtool thread, this one for bootloader relock
To your questions: The plugin only appears if you have the correct andriod and kernel version. the android version is correct, but the kernel version is not stock one, that's why the plugin stays hidden.
L
9Lukas5 said:
wrong thread, it should be asked in the flashtool thread, this one for bootloader relock
To your questions: The plugin only appears if you have the correct andriod and kernel version. the android version is correct, but the kernel version is not stock one, that's why the plugin stays hidden.
L
Click to expand...
Click to collapse
damn...i was reading different thread and I wrote the question in the wrong thread...
thanks Lukas

How to update rooted mini to 4.1.B.0.587?

Hello,
I have 4.1.B.0.431 on my xperia mini.
I found this on sony update......
"Make sure your device has the latest software so you can enjoy optimal performance and all of its features.
Latest available software: 4.1.B.0.587
Release date: 2012-08-16"
And here is my problem.
I have rooted device how do i update to 4.1.B.0.587 and keep my root?
It would be nice if someone packed the bundle of joy. (firmware, flash tool )
Im talking about all stock.
If you haven't unlocked your bootloader then you can just update via seus without any problem but I'm sure you'll lose your root . If you have unlocked your bootloader the official way then seus itself won't allow you to update your device. It'll throw an error saying you've modified your firmware so it's not possible to get the update. If it's a fota update and you just have rooted your device (bootloader is LOCKED) then go ahead and update you'll just lose your root privileges. IF YOU HAVE UNLOCKED YOUR BOOTLOADER OFFICIALLY AND IT'S A FOTA UPDATE THEN PLEASE DON'T UPDATE YOUR DEVICE VIA FOTA IT'LL POSSIBLY BRICK YOUR DEVICE! If you want to flash clean untouched firmware before update then see this http://forum.xda-developers.com/showthread.php?t=1568792
And see this for flashtool http://forum.xda-developers.com/showthread.php?t=1351309
And see this for retaining your root status http://forum.xda-developers.com/showthread.php?t=1695514 this is for.431 firmware but I'm sure it'll work for .587 too. And before posting please do search the forum. The question you've asked has been answered a lot of time .
Sent from my smultron using xda app-developers app
gouthamthemostwanted said:
If you haven't unlocked your bootloader then you can just update via seus without any problem but I'm sure you'll lose your root . If you have unlocked your bootloader the official way then seus itself won't allow you to update your device. It'll throw an error saying you've modified your firmware so it's not possible to get the update. If it's a fota update and you just have rooted your device (bootloader is LOCKED) then go ahead and update you'll just lose your root privileges. IF YOU HAVE UNLOCKED YOUR BOOTLOADER OFFICIALLY AND IT'S A FOTA UPDATE THEN PLEASE DON'T UPDATE YOUR DEVICE VIA FOTA IT'LL POSSIBLY BRICK YOUR DEVICE! If you want to flash clean untouched firmware before update then see this http://forum.xda-developers.com/showthread.php?t=1568792
And see this for flashtool http://forum.xda-developers.com/showthread.php?t=1351309
And see this for retaining your root status http://forum.xda-developers.com/showthread.php?t=1695514 this is for.431 firmware but I'm sure it'll work for .587 too. And before posting please do search the forum. The question you've asked has been answered a lot of time .
Sent from my smultron using xda app-developers app
Click to expand...
Click to collapse
Hmmmm i think i have bootloader locked.
I found some walkthrough how to root 2.3 then flash ICS over it and keep root priv.
Will find a post in my history how i did it and post back.
I used that link before search forum statment.
And you think i should try that one?
you can download .587.ftf at sony official blog ..fully stock with baseband update
caer_ayu said:
you can download .587.ftf at sony official blog ..fully stock with baseband update
Click to expand...
Click to collapse
So if i flash that one over will i keep root???
Sent from my ST15i using xda app-developers app
EvgeniyDragunov said:
So if i flash that one over will i keep root???
Sent from my ST15i using xda app-developers app
Click to expand...
Click to collapse
Do it like explained here and flash the .587 firmware instead of .431. Should work
mihahn said:
Do it like explained here and flash the .587 firmware instead of .431. Should work
Click to expand...
Click to collapse
I did root 431 from this tutorial.
So you are telling me to download offical 587 from sony site and do this one more time but with 587 rom?
EvgeniyDragunov said:
I did root 431 from this tutorial.
So you are telling me to download offical 587 from sony site and do this one more time but with 587 rom?
Click to expand...
Click to collapse
Yes I would do so if the bootloader is locked...
Ok will do.
Sent from my ST15i using xda app-developers app
Can someone please link me FTF from sony site cant seem to find it.
I realy hate Sony site its complicated like facebook.
EvgeniyDragunov said:
Can someone please link me FTF from sony site cant seem to find it.
I realy hate Sony site its complicated like facebook.
Click to expand...
Click to collapse
Correct me if I'm wrong, but I don't think that Sony offer ftf files for download...
But anyway, try this: http://talk.sonymobile.com/thread/35239
or: http://forum.xda-developers.com/showthread.php?t=1897749
Sprinter
The easiest way is to install a kernel that auto-roots e.g. the rage kernel and then when using flashtool select to exclude the kernel. It'll update everything and root any firmware
How to start download mode in flashtool.
What key combination?
Its volume down.
Its working but i needed to reflash ginger again root and flash .587 as stated in guide.

xperia x10 min original update.ftf, (android 2.1 update1) without seus

finally,, i create an android 2.1 original firmware ftf,, no need ''seus'' anymore,, download this FTF and,, flash via flashtool,,,,,,,,,,,,,,
reboot and enjoy:laugh:
my device is x10 mini,
kernal;- naa jb 03
android version;- 4.1.2 (jellybeans)
i'm new to developing,,
sorry for my bad english,
where is the file?
pitone02 said:
where is the file?
Click to expand...
Click to collapse
If you need it I've got one for you, just list your model number and if your bootloader is locked or unlocked at the moment.
SmG67 said:
If you need it I've got one for you, just list your model number and if your bootloader is locked or unlocked at the moment.
Click to expand...
Click to collapse
can you upload stock rom for e10i (latest eclair and/or donut), and share the link to us? it will be appreciated
note: for unlocked bootloader.
SFU11 said:
can you upload stock rom for e10i (latest eclair and/or donut), and share the link to us? it will be appreciated
note: for unlocked bootloader.
Click to expand...
Click to collapse
Here you go
It's about 210Mb, although the site may indicate different when you're downloading. Just wait till it's finished.
SmG67 said:
Here you go
It's about 210Mb, although the site may indicate different when you're downloading. Just wait till it's finished.
Click to expand...
Click to collapse
Bro do you still have the file? I want to flash my phone use this version

Root Xperia x

Hi all some Information about root Xperia x?
Need help
Special 82 said:
Hi all some Information about root Xperia x?
Need help
Click to expand...
Click to collapse
need it to and cyanogenmod
Special 82 said:
Hi all some Information about root Xperia x?
Need help
Click to expand...
Click to collapse
To new a device yet and it'll probably be like the z5 in that respect- unlocked Bootloader root only, unless kingroot works which I doubt yet. I'm going back stock when I get mine I think.
is it necessary for kingroot app, that you unlock the bootloader first? kingroot fails everytime with rooting my xperia x...
Sent from my F5121 using XDA Free mobile app
What about restore DRM ?
How can we root our xperia X? Is there any pre rooted FTF file? Do someone have Recovery system installed on the xperia x? If yes, which one? Is there How-to? Thanks!!
mdmrecords said:
How can we root our xperia X? Is there any pre rooted FTF file? Do someone have Recovery system installed on the xperia x? If yes, which one? Is there How-to? Thanks!!
Click to expand...
Click to collapse
If the x range uses drm-verity which I think all the new Xperia device's have since z3+ then root will only be on available unlocked Bootloader devices like the z5 range is. This device is still to new. Kingroot doesn't work for now if ever. Someone needs to build kernel+working recovery. For now guessing you're all gonna have to wait same as xa owners only x device with any support so far is x performance.
aidy.lucas said:
If the x range uses drm-verity which I think all the new Xperia device's have since z3+ then root will only be on available unlocked Bootloader devices like the z5 range is. This device is still to new. Kingroot doesn't work for now if ever. Someone needs to build kernel+working recovery. For now guessing you're all gonna have to wait same as xa owners only x device with any support so far is x performance.
Click to expand...
Click to collapse
Hmm... Okay... So I have unlocked Bootloader.. The internal data (sdcard) was wiped. Kingroot doesn't work, correct. All other possibilities were also without success.. I created a firmware zip with PRFcreator inclusive the supersu zip. But I can't flash it to the mobile with flashtool or adb/fastboot... A renaming of the zip to FTF doesn't work, since flashtool does not recognize the ftf file as correct ftf file. It's only possible to flash it when I have customized Recovery
Is it possible to flash this firmware zip file anyway with working supersu.zip? I read something from converting zip to ftf...
It's not possible to copy the required supersu files into the system.sin and then flash the system.sin?
Or any other possible solution without customized recovery or new kernel? (I have stock firmware with stock kernel)
Can I install now everything from new and will the apps and app data stay on mobile when someone has generated the kernel and recovery and I flashed it to my mobile? Or will I lose it again after flashing bootloader/kernel/recovery?
Do you know if there is someone who works on this topic for working kernel and recovery for xperia x? Where can I track this?
Is there any How-to how I can make this work myself? Or is it complicated? the sources of xperia x should be available on Sony developer page, as I think I saw it there yesterday.
Many thanks in advance for your responses and time!
mdmrecords said:
Hmm... Okay... So I have unlocked Bootloader.. The internal data (sdcard) was wiped. Kingroot doesn't work, correct. All other possibilities were also without success.. I created a firmware zip with PRFcreator inclusive the supersu zip. But I can't flash it to the mobile with flashtool or adb/fastboot... A renaming of the zip to FTF doesn't work, since flashtool does not recognize the ftf file as correct ftf file. It's only possible to flash it when I have customized Recovery
Is it possible to flash this firmware zip file anyway with working supersu.zip? I read something from converting zip to ftf...
It's not possible to copy the required supersu files into the system.sin and then flash the system.sin?
Or any other possible solution without customized recovery or new kernel? (I have stock firmware with stock kernel)
Can I install now everything from new and will the apps and app data stay on mobile when someone has generated the kernel and recovery and I flashed it to my mobile? Or will I lose it again after flashing bootloader/kernel/recovery?
Do you know if there is someone who works on this topic for working kernel and recovery for xperia x? Where can I track this?
Is there any How-to how I can make this work myself? Or is it complicated? the sources of xperia x should be available on Sony developer page, as I think I saw it there yesterday.
Many thanks in advance for your responses and time!
Click to expand...
Click to collapse
A pre-rooted zip can only be flashed to the device with a working recovery you can't change it to a ftf and flash it via flashtool not gonna happen. As far as I know there's nobody working on kernel and working recovery for the x or xa yet. For now your just gonna have to wait like the rest of us unless you compile kernel+recovery yourself kingroot obviously wouldn't work as the device isn't supported yet shouldn't even be needed on unlocked Bootloader root
advanced stock kernel for X
Mr.AndroPlus made Permissive kernel for XPERIA X
X_AndroPlusKernel_Permissive_v01_F5121_34.0.A.1.277.zip
but, I cant post outside link sorry.
BKKEN2oh said:
Mr.AndroPlus made Permissive kernel for XPERIA X
X_AndroPlusKernel_Permissive_v01_F5121_34.0.A.1.277.zip
but, I cant post outside link sorry.
Click to expand...
Click to collapse
where u find it?i google it but nothing,,can u send the link via email?i will post i
[email protected]
BKKEN2oh said:
Mr.AndroPlus made Permissive kernel for XPERIA X
X_AndroPlusKernel_Permissive_v01_F5121_34.0.A.1.277.zip
but, I cant post outside link sorry.
Click to expand...
Click to collapse
Nope, he's made one for the x performance and pretty sure he's stated that unless someone or a group of people buys him a x for development he won't be supporting either the x or xa. I'm sure someone will correct me if I'm wrong
Sent from my Xperia XA using XDA Labs
aidy.lucas said:
Nope, he's made one for the x performance and pretty sure he's stated that unless someone or a group of people buys him a x for development he won't be supporting either the x or xa. I'm sure someone will correct me if I'm wrong
Sent from my Xperia XA using XDA Labs
Click to expand...
Click to collapse
i know that is like that but the other person said about the kernel and i want to be sure,is very
sad this device doesnt have root yet,no sony devs anymore like 2011 series i started
you research on androidfilehost.com please.
BKKEN2oh said:
you research on androidfilehost.com please.
Click to expand...
Click to collapse
that?
https://androidfilehost.com/?fid=24562946973631011
Desperanto86 said:
that?
https://androidfilehost.com/?fid=24562946973631011
Click to expand...
Click to collapse
yes it seems right,we have to test it ,there is a boot.img inside but is with custom recovery or why androplus didnt say something???maybe is not real and it can harm ur device
Lefteris Fragiadakis (Frago) said:
yes it seems right,we have to test it ,there is a boot.img inside but is with custom recovery or why androplus didnt say something???maybe is not real and it can harm ur device
Click to expand...
Click to collapse
I've unpacked it. It has stock sony FOTA. NO custom recovery
Desperanto86 said:
I've unpacked it. It has stock sony FOTA. NO custom recovery
Click to expand...
Click to collapse
thanks,so this is fake,,,
Lefteris Fragiadakis (Frago) said:
thanks,so this is fake,,,
Click to expand...
Click to collapse
Not fake. Kernel has RIC DISABLED and SELINUX PERMESSIVE. Now u need TWRP for X and can pack it into RAMDISK
Desperanto86 said:
Not fake. Kernel has RIC DISABLED and SELINUX PERMESSIVE. Now u need TWRP for X and can pack it into RAMDISK
Click to expand...
Click to collapse
im worried cause this file was upload for xperia z5 29 of may,,,,
and if is all good we need to find a twrp for xperia x but someone has to make it,we can ask androplus

[F3211/F3213/F3215][KERNEL][STOCK] Stock kernels built from sources

Hi,
I will release here my updated "boot.img" files for the Xperia XA Ultra Single Sim.
You must have an unlocked bootloader to flash with Fastboot.
You don't need to be on the same firmware as the boot image that you want to flash.
You have to flash SuperSu again from TWRP just after flashed new boot to avoid bootloop.
All boot images have "ro.secure=0" and "ro.debuggable=1" in default.prop file
and "forcencrypt" of internal memory switched to "encryptable" in fstab.mt6755 file.
The Fastboot command is:
fastboot flash boot NAMEOFIMAGE.img
Click to expand...
Click to collapse
Follow the guide from @Yooooomi to flash new firmware on your Ultra to avoid bugs and brick: https://forum.xda-developers.com/xa-ultra/how-to/flashing-xa-ultra-flashtool-t3551319
Releases:
24/01/2017: From 36.0.A.2.109 kernel sources and Ramdisk from 36.0.A.2.109 firmware.
https://mega.nz/#!o5JgkKiY!FZj2mN7ePEuWj30jRtFPqb-6yN414eCbkaeSyHOgntA
What else is included in this kernel. Battery or sound tweaks?
pikeylfc said:
What else is included in this kernel. Battery or sound tweaks?
Click to expand...
Click to collapse
Nothing. I made it for rooted users and because you can't repack the kernel from "ftf" firmware. (usefull if you want to play with the ramdisk)
You can ask Sony for a kernel changelog
36.2.A.2.109 boot fix the front camera not focusing after root, thanks to @Xaultra for the feedback.
Thank you for your updated kernels, I'll try them when I have a chance.
Out of interest have you seen the development being done for the Z5 kernels on this thread...
https://forum.xda-developers.com/xp...oot-automatic-repack-stock-kernel-dm-t3301605
Do you think we could ever have such a tool working for the XA Ultra?
btb55 said:
Thank you for your updated kernels, I'll try them when I have a chance.
Out of interest have you seen the development being done for the Z5 kernels on this thread...
https://forum.xda-developers.com/xp...oot-automatic-repack-stock-kernel-dm-t3301605
Do you think we could ever have such a tool working for the XA Ultra?
Click to expand...
Click to collapse
Maybe yes, porting some tools is possible but as you can see we don't have any dev or power users for our devices and I will not try to do all alone, I don't have enough coffee.
rrvuhpg said:
Maybe yes, porting some tools is possible but as you can see we don't have any dev or power users for our devices and I will not try to do all alone, I don't have enough coffee.
Click to expand...
Click to collapse
Can you upgrade kernel to 36.0.A.2.146 version? I tried this but I got bootloop and couldn't root
BlueTR said:
Can you upgrade kernel to 36.0.A.2.146 version? I tried this but I got bootloop and couldn't root
Click to expand...
Click to collapse
Yes I can but you will have to wait some days, can you send me the boot.sin from the ftf firmware?
HELLO
I have flashed FW release : 36.0.A.2.146,
*#*#7378423#*#* = bootloader unlock:Yes
The problem after i flash boot.img recovery.img (=succes) and flash supeSU.
i reboot my phone an he stuck on Boot animation , i have try wipe cache , dalvikcache, userdata but the problem remain the same
Before with .123 firmware version , i had no problem !
IF someone have a solution or a download link Sony Xperia XA Ultra(F3211). FW release : 36.0.A.2.123 for FRANCE
thank you
rhabhab said:
HELLO
I have flashed FW release : 36.0.A.2.146,
*#*#7378423#*#* = bootloader unlock:Yes
The problem after i flash boot.img recovery.img (=succes) and flash supeSU.
i reboot my phone an he stuck on Boot animation , i have try wipe cache , dalvikcache, userdata but the problem remain the same
Before with .123 firmware version , i had no problem !
IF someone have a solution or a download link Sony Xperia XA Ultra(F3211). FW release : 36.0.A.2.123 for FRANCE
thank you
Click to expand...
Click to collapse
Hi, there is no modified boot for 36.0.A.2.146 firmware that's probably why you have a bootloop. Download 36.0.A.2.123 firmware with Xperifirm included in Flashtool.
rrvuhpg said:
Hi, there is no modified boot for 36.0.A.2.146 firmware that's probably why you have a bootloop. Download 36.0.A.2.123 firmware with Xperifirm included in Flashtool.
Click to expand...
Click to collapse
I didn't find .123 firmware, probably because its in older SONY server ;
thank you.
Hl
Does any one have a twrp backup of 3213 full that they could upload i have twrp recovery no os!
Sent from my LG-H815 using xda premium
Inside have drm fix? if not have how could i put inside guide me please bro
Plans? Will this help us root 7?
appleknight said:
Plans? Will this help us root 7?
Click to expand...
Click to collapse
Yes, answered here
https://forum.xda-developers.com/xa-ultra/help/nougat-help-please-t3624302/page2
rrvuhpg said:
Yes, answered here
https://forum.xda-developers.com/xa-ultra/help/nougat-help-please-t3624302/page2
Click to expand...
Click to collapse
I'm pretty much in the same boat as Appleknight based on his reply in the other thread. I've got a more-than-full-time job, a lot of other interests, no experience compiling kernels and no time to learn.
I understand that it probably gets frustrating putting in all the work and not getting much in the way of recognition or gratitude for it, so I understand if you have chosen not to produce a root-pack for Nougat. That being said, If you (or anyone else with the skills to do so) would produce a root-pack for nougat on my 3213, I'd be more than happy to donate - say $20. Not sure if anyone else is interested in sweetening the pot...
Marvelicious75 said:
I'm pretty much in the same boat as Appleknight based on his reply in the other thread. I've got a more-than-full-time job, a lot of other interests, no experience compiling kernels and no time to learn.
I understand that it probably gets frustrating putting in all the work and not getting much in the way of recognition or gratitude for it, so I understand if you have chosen not to produce a root-pack for Nougat. That being said, If you (or anyone else with the skills to do so) would produce a root-pack for nougat on my 3213, I'd be more than happy to donate - say $20. Not sure if anyone else is interested in sweetening the pot...
Click to expand...
Click to collapse
Sorry but I'm not interested, I'm not a mercenary.
I prefer receiving 20 cents from 100 users because they like my work (or 100 thanks ?) rather than $20 from one user because it need my work. I hope that you understand my point of view. But I'm sure that your offer will motivate some people.
I can respect that.
need help relocking the boothloader on xperia
hi good morning guys can anyone please advise me how to re lock the booth-loader on xperia xa ultra f3216
i would live to bring it back to factory version and please sent me the flashing files thank you
Is this the stock boot img?

Categories

Resources