[KERNEL][G8231][G8232] Custom Kernel for Android Oreo build 41.3.A.2.234 - Sony Xperia XZs ROMs, Kernels, Recoveries, & Other

Alright, I just made a custom kernel based on current Android Oreo build 41.3.A.2.234 which enabled root properties and you can flash it by using fastboot method and then, you can install Magisk and also drmfix on TWRP after flashing the custom kernel. Just got an idea to create this custom kernel by editing the rootkernel script and this custom kernel might fix some issues especially the chrome browser turned into "Android Go" mode due to tiny swap partition.
Before installing, make sure that you have current Android Oreo build 41.3.A.2.234 installed on Xperia XZs G8231 or G8232 model and the bootloader must be unlocked first (you will need to perform backup on TA partition first before doing so - I'm really didn't noticed about that part before unlocking my device so don't follow my mistakes by not performing TA partition backup before unlock the bootloader!)
One more thing to remember - DO IT AT YOUR OWN RISK!!!
Download it here:
G8231: [Google Drive link]
G8232: [Google Drive link]
Note: If you did not have current firmware build installed, you can install it by using Xperia Flashtool program. Make sure that you are flashing the right kernel for your device model. You will be not entertained if you ask on how to unlock bootloader and even flashing the custom kernel. You should know the risk of flashing the wrong kernel and you should know how to handle it.
UPDATE: Adding the G8232 custom kernel as requested.
{
"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"
}

great work sir :good:

great work for this and is able to dual sim version ??

Dark Pwince said:
great work for this and is able to dual sim version ??
Click to expand...
Click to collapse
Not tested yet on dual-sim version because I don't have that device. You may want to try it out but at your own risk.

amirzaim said:
Not tested yet on dual-sim version because I don't have that device. You may want to try it out but at your own risk.
Click to expand...
Click to collapse
Can anybody confirm whether this works on dual sim?
Does both SIM get recognised in the phone using this boot.img kernel?

QPR_FC said:
Can anybody confirm whether this works on dual sim?
Does both SIM get recognised in the phone using this boot.img kernel?
Click to expand...
Click to collapse
Ok...just flash the G8232 custom kernel which I posted here recently.

amirzaim said:
Ok...just flash the G8232 custom kernel which I posted here recently.
Click to expand...
Click to collapse
Thanks, because I tried to create my own using Rootkernal v5.23 and the tool kept bombing out....
[email protected]:~/Documents/SONY/rootkernel$ ./rootkernel.sh kernel.elf boot.img
================================================================================
-------------------ROOTKERNEL V5.23 FOR XPERIA DEVICES--------------------------
================================================================================
-e Rootkernel V5.23
kernel.elf: kernel.elf: cannot execute binary file

QPR_FC said:
Thanks, because I tried to create my own using Rootkernal v5.23 and the tool kept bombing out....
[email protected]:~/Documents/SONY/rootkernel$ ./rootkernel.sh kernel.elf boot.img
================================================================================
-------------------ROOTKERNEL V5.23 FOR XPERIA DEVICES--------------------------
================================================================================
-e Rootkernel V5.23
kernel.elf: kernel.elf: cannot execute binary file
Click to expand...
Click to collapse
Probably a few of x-executable files which didn't set its permission for executable: bootimg, busybox, init and even rootkernel.sh itself

Related

[TOOL][FASTBOOT] QuikIMG - A frontend for fastboot [0.2 beta][22 Mar] - by doomed151

Hye guys.
This is not created or modded by me.
I post it here because i think it is very usefull.
doomed151 said:
QuikIMG
A small tool I made to flash .img files through fastboot easily and quickly, without the need to type in commands manually. Originally I only made it for personal use but I decided to release it here. Someone might find this useful.
Q: FlashTool has this feature. Why bother?
A: Just because I can. Use whichever you prefer.
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"
}
Requirements
Unlocked bootloader.
A USB cable.
Fastboot already working.
Windows.
Release Notes
0.2 beta (22 Mar)
List is refreshable.
MD5 hash of selected file.
Ability to boot (without flashing) a kernel.
UI changes.
0.1 beta (17 Mar)
Initial release.
Downloads
QuikIMG-0.2-beta.zip (1.66 MB)
Instructions
Extract the contents anywhere you like.
Place .img files inside /QuikIMG/images.
Start QuikIMG.
Choose .img file.
Choose desired partition.
Click "Flash"
Wait for it to flash and then you're done.
Known Issues
Shell output doesn't update in real time. Seems to be an issue with fastboot.exe.
File filtering currently not implemented. You can put any file in the "images" folder and have fastboot flash it. Please be careful.
Planned Features
Ability to individually flash an .img file anywhere on your PC.
Configurable images directory.
Disclaimer
This beta software is to be used only by advanced users who know what they're doing. I hold no responsibility for damaged/bricked/exploded devices. I do not own the included md5sums executable as it is only used to complete a feature in the software.
If you have any suggestions or found a bug, post it here and I'll see what I can do. Hit 'Thanks' if this tool helped you.
Click to expand...
Click to collapse
Here are link to it: QuikIMG-0.2-beta.zip
Don't forget to thanks doomed151.
Thanks for posting i think i will try it out
Why not Flashtool ?
adridu59 said:
Why not Flashtool ?
Click to expand...
Click to collapse
I preffer CMD
Then you know and see what your doing
adridu59 said:
Why not Flashtool ?
Click to expand...
Click to collapse
dude..you know how to run the flashtool on linux? im on fedora 16..and cant run it properly
adridu59 said:
Why not Flashtool ?
Click to expand...
Click to collapse
Have you read entire first post?
missed this part:
Q: FlashTool has this feature. Why bother?
A: Just because I can. Use whichever you prefer.
people are learning coding, then they do some tools just for fun, just because they can, and then they share it
chacho_2me said:
dude..you know how to run the flashtool on linux? im on fedora 16..and cant run it properly
Click to expand...
Click to collapse
You already asked it in flashtool thread, this thread is not about flashtool.
You can go here: http://forum.xda-developers.com/showthread.php?t=920746
hahaha..i posted on flashtool thread on our NEO forums
0.2 beta released!!
sent from my I-Scream

Root the new JellyBean [build 6.2.A.0.400] [UB and LB]

For Unlocked Bootloader
OK, its simple and almost anyone can do it. Just follow the steps and you will get a working root access
1. Flash the JellyBean build
2. Download and put this flashable zip (Superuser) in the root of the SD Card Download here
3. Flash any ICS kernel, I recommend ThP because there is a Power Off option and its easier Link Here (And yeah, if you are asking yourself if the ICS kernel will work on JB, it wont. The phone will stuck at bootloop.) or Nemesis Kernel
4. Flash the zip and power off the device from recovery
5. Flash the JellyBean kernel. It can be found here LINK
6. Power on the device and Enjoy !
I am working on TWRP for the new JellyBean kernel, stay tuned !
Method 2
Flash ThP Kernel HERE. It has autoroot function
Proof:
{
"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"
}
For Locked Bootloader
There are some regions where OTA update is available. Some of you might try the following:
- root any ICS ROM
- install ОТА Root Keeper
- update via OTA
NOTE:
If you have country problems in which the update isn't available yet, try changing the SI codes. The method can be found here.
Featured on Xperia Blog:
Root workaround available for Xperia P Jelly Bean firmware
trying
Worked like a charm!
Working on locked bootloader too?
no because u need to flash a kernel
xgunax said:
no because u need to flash a kernel
Click to expand...
Click to collapse
to bad there is still no 1 for Locked bootloader, i dont unlock my bootloader for root and losing the drm keys, i use drm keys always
so fast lol.. seems no XP user is sleeping tonight
HI!
How install recovery???
Nope, All night coding
No Sleeping.....
qamu74 said:
HI!
How install recovery???
Click to expand...
Click to collapse
Its already in the Thp kernel, no need to install. You can enter it by pushing the Volume Up button while the phone is booting
respect
good work
May I ask how to flash thp kernel through zip files?
naka307 said:
May I ask how to flash thp kernel through zip files?
Click to expand...
Click to collapse
extract the zip file and flash it via fast boot
xgunax said:
no because u need to flash a kernel
Click to expand...
Click to collapse
well i could flash an old SE kernel, that was the way to unroot lastes ICS update
Thanks man worked like charm
Sent from my LT22i
worked like a charm! thnx man!!!
locked bootloder by how instal recovery and root?
I can not do
qamu74 said:
locked bootloder by how instal recovery and root?
I can not do
Click to expand...
Click to collapse
BL needs to be unlocked brov.....
I just updated my. 54 through SUS and my root remained
Sent from my LT22i using xda premium
naka307 said:
May I ask how to flash thp kernel through zip files?
Click to expand...
Click to collapse
percy_g2 said:
extract the zip file and flash it via fast boot
Click to expand...
Click to collapse
Flashtool, can be?

[TOOL]All-in-1-FlashTool_Nexus_6[Shamu]

{
"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"
}
General:
Hey guys,
Welcome to my All-in-1-FlashTool for the Nexus 6
My target is to publish my All-in-1-FlashTool for several devices.
This tool helps you to flash .img files or similar things. It' a alternative for my Univeral_ADB-Helper tool which you can use as well.
It includes the most important commands to flash your phone.
The tool is an easy batch file, so you only need to unpack the .zip and run the batch file.
It is still in development and new features will be added soon.
I don't have this phone for my own, I've just developed this tool for its.
Your do everything at your own risk
Click to expand...
Click to collapse
Requirements: Unlocked Bootloader, Phone Drivers
Alternative: http://forum.xda-developers.com/android/software/utility-universaladb-helper-1-0-t2969165
Function:
- Flash Stock/Custom Recovery.img
- Flash Boot.img
- Factory Reset
- Wipe Cache & Dalvik Cache
- Reboot Recovery/Bootloader
- Unlock Bootloader
- Relock Bootloader
- Device Properties
- Root
Click to expand...
Click to collapse
Downloads:
https://goo.gl/kxYqqE
Click to expand...
Click to collapse
Changelog:
Newest version: 1.1 [25.05.2015]
- Take a look at the 2nd. post -
Click to expand...
Click to collapse
If you want to request this tool for your device, please send me an e-mail at:
[email protected]
Please report other bugs and hit "Thanks" if you appreciate this work.
Follow me on Google+ | Community
XDA:DevDB Information
FlashTool_Nexus6[Shamu], Tool/Utility for the Nexus 6
Contributors
Lars124
Version Information
Status: Testing
Created 2015-05-18
Last Updated 2015-05-18
Changelog:
25.05.2015: [1.1]
- Added "Wipe Cache" function
- Added "Lock Bootloader" function
- Some other minor changes
18.05.2015: [1.0]
- Initial Release
Click to expand...
Click to collapse
In
Update
1.1 available
please send me a link
i installed twrp on stock nexus 6 just out of the box google pushed ota for 7,1.1 and encrypted now have no recovery or abd
kudabee61 said:
please send me a link
i installed twrp on stock nexus 6 just out of the box google pushed ota for 7,1.1 and encrypted now have no recovery or abd
Click to expand...
Click to collapse
Did you realize that this thread wasn't updated since 4 years? So reviving it might not help much.
The behavior you see is perfectly normal.
If you flash a factory image the recovery you have is overwritten with the factory one.
Also adb has to be enabled in settings.
abd settings
Elektroschmock said:
Did you realize that this thread wasn't updated since 4 years? So reviving it might not help much.
The behavior you see is perfectly normal.
If you flash a factory image the recovery you have is overwritten with the factory one.
Also adb has to be enabled in settings.
Click to expand...
Click to collapse
As in the phone set for mtp? it will only connect to windows media player regardless sorry i have flashed w oden a bunch of Samsung motto is new to me and guess i dont quite understand the process yet ty for the info will read more forums to understand this process

[SOLVED][Magisk] Rooting Pixel 4 with Android 11

Hi everyone
I'm trying to root my pixel 4 just updated to Android 11 (September Security Patch) via Magisk.
As I recently read in XDA, there was a post about only Canary version would work for rooting my device, so I proceed to install it for patchin the boot.img from the image I downloaded from Google.
After I patched and try to install it via fastboot, my phone doesn't pass the Google icon when turning on, and only installing the original (unalterated) boot.img again solve the problem, but my objetive is root so is half solution.
I didn't find any thread about this error with Magisk, so if someone knows a reason behind this or maybe I should try something different please tell me, I need to root my phone for using Soli (my country doesn't support it).
Thanks in advance!!
SOLVED!!
Someone told me the problem was activating the canary version of Magisk on setting (I didn't know about it) Just check if the version is Canary 20424, and it should work as intended. (Patch the boot.img, install it via fastboot normally)
Can you send me your patched boot.img file? I am doing everything and I can't seem to get it rooted. Using the Magisk Canary build.
plisk3n said:
Can you send me your patched boot.img file? I am doing everything and I can't seem to get it rooted. Using the Magisk Canary build.
Click to expand...
Click to collapse
http://ul.to/latfqu57
Thanks!
Jesus1988 said:
http://ul.to/latfqu57
Click to expand...
Click to collapse
I used this boot image and neither work. any idea?
EDIT:
I do a full flash and re flash the modified boot and work
caballero221 said:
I used this boot image and neither work. any idea?
Click to expand...
Click to collapse
I followed this Guide:
i5lee8bit said:
...
Click to expand...
Click to collapse
The only difference is to patch the boot.img with canary version of magisk.
Working with latest canary.
Make sure your system is stock with no magisk installed, then extract the boot img from the factory image and patch it from magisk, then flash it from fastboot with command "fastboot flash boot magisk_patched.img --slot=all" and reboot
No more bootloop (since fresh install), but magisk Canary don't recognize the root. Appears N/A in the installed section
EDIT:
its works now, i flash and reflash a lot of times, at the same way, but finaly one works idk why, but I'm happy
Will this work with US carriers?
KJRob said:
Will this work with US carriers?
Click to expand...
Click to collapse
Why not?
This says magisk won't work on us carrier versions.
https://www.xda-developers.com/google-pixel-4-root-magisk/
KJRob said:
This says magisk won't work on us carrier versions.
https://www.xda-developers.com/google-pixel-4-root-magisk/
Click to expand...
Click to collapse
U can't unlock bootloader is the culprit.
On the October version, could anyone get a root?
Yes. I have Problems with the october Update too.
I patched the original boot.img and than flashed the patched magisk-boot.img on All Slots
But than it says in fastboot: no valid Slot too Boot
Whats wrong
sasory said:
On the October version, could anyone get a root?
Click to expand...
Click to collapse
Yes without any problems
so this is the only way till we havea working twrp for the device so that we can go further then this with the device.
{
"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"
}
请问面具21版本安卓11。版本号:RP1A.201105.002 这种情况可以降级面具吗?降级到20.4版本

[GSI Android 12][Twrp Flash able][For Your Devices]

Yes...you can do it...
What is needed?:
1.Device with twrp or any other installed.
What is working?:
1.Root access work.
2.Brightness slider work.
3.Auto Brightness work.
4.Gapps include.
5.Migrate work.
What is not working?:
1.Fingerprint lock is missing from setting.
2.your stroge is force encrypted...twrp cn cannot decrypted data...use pen drive or memory card to flash thing from twrp..
How to flash?:
1.Backup your data because You need to format data.
2.Download extract and rename it as system.img(from below link)
Generic System Image releases | Platform | Android Developers
developer.android.com
2.Download Gsi flasher.zip and system_resize.zip(From my post)
3.Keep system.img and Gsi flasher.zip and system_resize.zip in same location.
4.Boot into Twrp and Flash System_resize.zip.
5 Reboot into recovery and flash Gsi_flasher.zip.
6.Download vendor from below link and install it via Twrp.
a11-vendor-lancelot.zip
drive.google.com
7.Flash Magshik v23.zip for magshik support
8.Formats data.
9.Boot your device.
10.Flash auto brightness gsi.zip(from my post) through magisk to autu brightness support
{
"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"
}
gonna flash it, hoping it goes well.
didn't like it that much as i had higher expectations
Applepear said:
gonna flash it, hoping it goes well.
didn't like it that much as i had higher expectations
Click to expand...
Click to collapse
It is only testing... don't take it as daily driver
New method is update...
Shas45558 said:
New method is update...
Click to expand...
Click to collapse
You can install it via recovery
Beta 2 is release....try new android 12
Shas45558 said:
Beta 2 is release....try new android 12
Click to expand...
Click to collapse
Will install, i think material you and wallpaper based theming is integrated in it, correct me if im wrong
Applepear said:
Will install, i think material you and wallpaper based theming is integrated in it, correct me if im wrong
Click to expand...
Click to collapse
Yes you are r8
Screenshot is added
can't flash vendor(( getting error1
Shas45558 said:
kerim9551 said:
can't flash vendor(( getting error1
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Look it works this work only with redmi 9(Lancelot and galahed)...
If your device is Lancelot or galahed and you get the error then plz send me screen shoot
Shas45558 said:
Look it works this work only with redmi 9(Lancelot and galahed)...
If your device is Lancelot or galahed and you get the error then plz send me screen shoot
Click to expand...
Click to collapse
I'm using lancelot. problem was that I was on modified chinese miui, first i flashed ancient rom, after that I was able to flash this GSI. Is there any way to flash gapps on this gsi, because i want to use it as daily driver? thanks in advance
kerim9551 said:
I'm using lancelot. problem was that I was on modified chinese miui, first i flashed ancient rom, after that I was able to flash this GSI. Is there any way to flash gapps on this gsi, because i want to use it as daily driver? thanks in advance
Click to expand...
Click to collapse
Downloaded the gsi with gapps including..
Their are two options... downloaded gsi what gms ...(first one)
Shas45558 said:
Downloaded the gsi with gapps including..
Their are two options... downloaded gsi what gms ...(first one)
Click to expand...
Click to collapse
thanks a lot

Categories

Resources