Stock kernel - Xperia Z Q&A, Help & Troubleshooting

Where can i get the stock kernel for the xperia z? Sorry for this thread

Use flash tool to flash it.
Just flash the kernel only not the whole stock Rom
Flash it without wiping any data.
Sent from my C6602 using xda app-developers app

Thraxzzz said:
Where can i get the stock kernel for the xperia z? Sorry for this thread
Click to expand...
Click to collapse
if u want kernel source
http://dl-developer.sonymobile.com/code/copylefts/10.1.D.0.317.tar.bz2

Can someone just post the stock kernel? I need it ASAP.... :/

Or can i flash Doomlord's stock kernel?
This one "Z_DooMLoRD_insecure_FW-350.img" ?

Related

Q back up

Hi
If back up my stock rooted rom flash cm10 based PA can I return to back up without flashing new kernel?
If not what kernel would I flash to go back to stock rooted backup?
Thanks
Sent from my LT30p using xda premium
chiefy009 said:
Hi
If back up my stock rooted rom flash cm10 based PA can I return to back up without flashing new kernel?
If not what kernel would I flash to go back to stock rooted backup?
Thanks
Sent from my LT30p using xda premium
Click to expand...
Click to collapse
Depends if your backup includes the boot.
If it does then yes, if not then no
But its not a problem, if your backup does not include the kernel then just flash the kernel you are on now...you know which one you are on,
I guess I am on stock as its the rooted stock rom I am on, where do I find just the kernel?
Sent from my LT30p using xda premium
chiefy009 said:
I guess I am on stock as its the rooted stock rom I am on, where do I find just the kernel?
Sent from my LT30p using xda premium
Click to expand...
Click to collapse
Just flash a stock ftf and exclude everyting except the kernel...I have one backed up somewhere, but not here...I can post it another time, but you can just do what i said.
Also, look in yout backup file. If it includes a boot.img you should be fine to flash that recovery image and it should restore the kernel
edit
http://goo.im/devs/cdesai/mint/sony/boot-20120224.img
thats a link to a stock kernel, its not mine, but it says its stock unmodified...

(ROM) LT29i_1266-6178/LT29i:4.1.2/9.1.B.0.411

Stock LT29i_1266-6178/LT29i:4.1.2/9.1.B.0.411 flasable with clockwork recovery.
Please,flash it at your own risk. If you do decide to flash it please back up your current rom before installing this one.
This rom is deodexed, rooted, busybox installed and zipaligned.
After flashing this rom you will have to re-flash CWM recovery.(or you can modify updater script to preserve recovery after flash - i didn't really feel like doing it) - sorry.
I flashed this over my stock rom without full wipe and found issue with wifi.
to get wifi working keep reading below.
download link
http://d-h.st/gRW
To get wifi working paste these lines into updater.script before flashing rom. Thanx Tim "TiMiN8R". I poked inside your updater script to make this work.
symlink("/system/lib/modules/prima/prima_wlan.ko", "/system/lib/modules/wlan.ko");
symlink("/data/etc/wlan_macaddr0", "/system/etc/firmware/wlan/macaddr0");
symlink("/data/etc/wlan_macaddr1", "/system/etc/firmware/wlan/macaddr1");
symlink("/data/etc/wlan_macaddr2", "/system/etc/firmware/wlan/macaddr2");
symlink("/data/etc/wlan_macaddr3", "/system/etc/firmware/wlan/macaddr3");
asterix005 said:
Stock LT29i_1266-6178/LT29i:4.1.2/9.1.B.0.411 flasable with clockwork recovery.
Please,flash it at your own risk. If you do decide to flash it please back up your current rom before installing this one.
This rom is deodexed, rooted, busybox installed and zipaligned.
After flashing this rom you will have to re-flash CWM recovery.(or you can modify updater script to preserve recovery after flash - i didn't really feel like doing it) - sorry.
I flashed this over my stock rom without full wipe and found no issues. stock over stock.
If you do find any issues please don't blame me for it.
download link
http://d-h.st/gRW
Click to expand...
Click to collapse
pal
if
im locked bl,
can i flash it via CWM on previous stock version, and after flashing this deodexed pack flash the .411 kernel
ill get a full .411 system by this way, right?
Leo said:
pal
if
im locked bl,
can i flash it via CWM on previous stock version, and after flashing this deodexed pack flash the .411 kernel
ill get a full .411 system by this way, right?
Click to expand...
Click to collapse
Are you on stock tx jb Rom?
Sent from my LT29i using xda app-developers app
asterix005 said:
Are you on stock tx jb Rom?
Sent from my LT29i using xda app-developers app
Click to expand...
Click to collapse
Yeah, I think I could do it on stock jb tx
But I just ask if I can flash it on stock ICS TX via CWM and later flash the Kernel of JB?
Sent from my Xperia TX
Leo said:
Yeah, I think I could do it on stock jb tx
But I just ask if I can flash it on stock ICS TX via CWM and later flash the Kernel of JB?
Sent from my Xperia TX
Click to expand...
Click to collapse
I suggest that you flash stock jb firmware first with flashtool then root., install cwm recovery, backup your Rom then flash this Rom
sent from my Xperia
asterix005 said:
Stock LT29i_1266-6178/LT29i:4.1.2/9.1.B.0.411 flasable with clockwork recovery.
Please,flash it at your own risk. If you do decide to flash it please back up your current rom before installing this one.
This rom is deodexed, rooted, busybox installed and zipaligned.
After flashing this rom you will have to re-flash CWM recovery.(or you can modify updater script to preserve recovery after flash - i didn't really feel like doing it) - sorry.
I flashed this over my stock rom without full wipe and found no issues. stock over stock.
If you do find any issues please don't blame me for it.
download link
http://d-h.st/gRW
Click to expand...
Click to collapse
wifi is not working so i flashed back Global FTF in my unit :crying:
My WiFi isn't working either, may just have to re-flash original ftf.
thrize45220 said:
wifi is not working so i flashed back Global FTF in my unit :crying:
Click to expand...
Click to collapse
Problem is in updater script. Wlan.ko needs to be symlinked to prima_wlan.ko
Sent from my LT29i using xda app-developers app
Bruce Irons said:
My WiFi isn't working either, may just have to re-flash original ftf.
Click to expand...
Click to collapse
wifi fix in first post
asterix005 said:
wifi fix in first post
Click to expand...
Click to collapse
Or use the zip fromhttp://forum.xda-developers.com/showthread.php?t=2121151 here
Sent from my ARCHOS 80G9 using xda app-developers app
TiMiN8R said:
Or use the zip fromhttp://forum.xda-developers.com/showthread.php?t=2121151 here
Sent from my ARCHOS 80G9 using xda app-developers app
Click to expand...
Click to collapse
Tim, I believe that zip was missing symlinking prima_wlan.ko to wlan.ko in script
Sent from my LT29i using xda app-developers app
asterix005 said:
Tim, I believe that zip was missing symlinking prima_wlan.ko to wlan.ko in script
Click to expand...
Click to collapse
You're right, that fix was only for the Mac address :banghead:
Sent from my LT30p using xda app-developers app
Can you modification from recoba23's Curiosity for TX..?
I just wondering, why TX be treated like stepchild in this forum.. (-"-)
Do I need to unlock BL?
Sent from my LT29i using xda premium
It can be done. I just dont have a time to work on these projects
Sent from my LT29i using xda app-developers app
No since you are using stock kernel
Sent from my LT29i using xda app-developers app
I have this rom with the twrp kernel forest made and the updater script modified to install everything at once. Can post if you want on the ops page.
travis82 said:
I have this rom with the twrp kernel forest made and the updater script modified to install everything at once. Can post if you want on the ops page.
Click to expand...
Click to collapse
Yes , feel free to do it
Sent from my GT-P3110 using xda app-developers app
asterix005 said:
It can be done. I just dont have a time to work on these projects
Sent from my LT29i using xda app-developers app
Click to expand...
Click to collapse
I have done some modification in your ROM (system/lib, etc) to make wifi work. For me it works. May I post it? Of course all credits are yours!
Go ahead. Feel free to do it. On my free time I have been trying to work on patch to convert t to tx roms
Sent from my LT29i using xda app-developers app

[Q] Recommended JB/ICS Kernel

Hey, i'd like to flash a custom kernel and flash the jb/ics custom rom because i'm bored with gb. I tried nAa kernel but it doesn't work for my x8. So, what kernel do you recommend and what rom that very stable for the kernel? Thx.
Sent from my Rezound using xda premium
just try..compare each rom and kernel.. you decide it..
Sent from my E15i using Tapatalk 2
lien91 said:
just try..compare each rom and kernel.. you decide it..
Sent from my E15i using Tapatalk 2
Click to expand...
Click to collapse
Thx but I need the recommendation
Sent from my Rezound using xda premium
syahrisyadr said:
Thx but I need the recommendation
Sent from my Rezound using xda premium
Click to expand...
Click to collapse
Go use nAa jb 05 with miniCM10
Sent from my E15i
camon dude!
lot of Best ROM here
I will stay on GB cz not eat lot of ram
but if u want try JB rom, just look at Original Android Development :good:
Cheers!
BlackRabbit1703 said:
camon dude!
lot of Best ROM here
I will stay on GB cz not eat lot of ram
but if u want try JB rom, just look at Original Android Development :good:
Cheers!
Click to expand...
Click to collapse
He is asking for kernel
Sent from my E15i
Deleted
op, when you said the jb kernel didn't work for you, what exactly do you mean? you get a soft brick? is your bootloader unlocked? please give us more info.
Just because i don't doesn't mean i can't.
Gogeta said:
Go use nAa jb 05 with miniCM10
Sent from my E15i
Click to expand...
Click to collapse
I tried nAa jb with rom-based minicm10 and it was bootlooping.
NB : I forget about the version of nAa jb kernel. I will check it on my laptop soon.
Sent from my Rezound using xda premium
cascabel said:
op, when you said the jb kernel didn't work for you, what exactly do you mean? you get a soft brick? is your bootloader unlocked? please give us more info.
Just because i don't doesn't mean i can't.
Click to expand...
Click to collapse
Yes, I get soft bricked. Bootlooping. I already unlocked my bootloader (10w52) I'm very curious cause it should working on my x8 too if the kernel work on another x8.
Sent from my Rezound using xda premium
BlackRabbit1703 said:
camon dude!
lot of Best ROM here
I will stay on GB cz not eat lot of ram
but if u want try JB rom, just look at Original Android Development :good:
Cheers!
Click to expand...
Click to collapse
Finally, I found indonesian user here. Lol. OoT.
Sent from my Rezound using xda premium
syahrisyadr said:
Yes, I get soft bricked. Bootlooping. I already unlocked my bootloader (10w52) I'm very curious cause it should working on my x8 too if the kernel work on another x8.
Sent from my Rezound using xda premium
Click to expand...
Click to collapse
try this:
1. on your custom kernel, format /system /data /cache
2. flash naa's jb kernel.
3. do step one again
4. flash jb rom for that kernel.
Just because i don't doesn't mean i can't.
cascabel said:
try this:
1. on your custom kernel, format /system /data /cache
2. flash naa's jb kernel.
3. do step one again
4. flash jb rom for that kernel.
Just because i don't doesn't mean i can't.
Click to expand...
Click to collapse
Emm. If I do step one on stock kernel, it will work or not?
Sent from Rezound using LEUNGEUN URANG.
It will.
hai sgt.meow, how the kernel workin'?

[Q] which one 1st? (C5303)

Hi,
I have stock ROM (ANDROID VERSION UP TO DATE) and stock kernal, and I want to change it. So my question are do I need to flash custom kernal first then flash custom ROM or other way around?
Just read the op of the Rom, normally your dev gives instructions.
But in most cases first flash the recommend kernel via flashtool, after that your Rom.
Sent from my C5303 using xda app-developers app

[Q] Stock kernel

I was looking but i didnt found exact answer. I want to relock bootloader and according to this tutorial http://forum.xda-developers.com/showthread.php?t=2354721 i have to be on pure stock kernel. I dont remember did i flashed another kernel so here is my question:
Is this a stock kernel?
3.4.0-perf-g1285c6c-01149-g40c437a
[email protected]
If it is not, where i can find stock kernel?
Xperia SP c5303
Android 4.1.2
12.0.A.2.254
If you have 254 ftf you can flash just kernel but yours seems stock to me
Cheers
Sent from my C5303 using XDA Premium 4 mobile app

Categories

Resources