Hello and welcome to my TWRP Homebuilds Xperia M comunity^^
THIS ARE FOTAKERNEL RECOVERYS!!!
this TWRP is based on 2.8.7.0 with several extra features:
- Multilanguage by @Dees_Troy
- a new Theme by @z31s1g
- Transfer List Version3 support @Andrei Măceș
ATM only German and English are fully supported! You want to get your language into my TWRP builds? you can translate it and submit to me here you can find a easy template for that :
http://forum.xda-developers.com/crossdevice-dev/sony/translators-searched-twrp-homebuilds-t3229376
Flash it like you flash any normal FOTAKernel recovery (with dd command or with rashr)
Downloadlink:
nicki v1.0: https://www.dropbox.com/s/mgckt0lcmj4vgn4/fotatwrp-nicki.img?dl=0
-initial release for XM
nicki v1.1: https://www.dropbox.com/s/2xmwo7pci0f377b/fotatwrp-nicki2.img?dl=0
-added several languages
nicki v1.5: https://www.dropbox.com/s/vew4qvkah3mz3qd/hbv1-5-nicki.img?dl=0
- too much changes...see my source + cucumber09 source
Special Thanks:
- The whole TWRP Team especialy @_that @bigbiff and @Dees_Troy for theier hard work!
- @z31s1g for his new design!
- @cucumber09 for his device tree!
can i suggest for backup for .android_secure on ext_sdcard?
Nicklas Van Dam said:
can i suggest for backup for .android_secure on ext_sdcard?
Click to expand...
Click to collapse
For sure ^^
Sent from my mint using XDA Free mobile app
SdtBarbarossa said:
For sure ^^
Sent from my mint using XDA Free mobile app
Click to expand...
Click to collapse
okay thanks sir , that's feature is great too if we got it
As I see, you pulled open commits from Gerrit. Nice work. Hope they will be merged soon. BTW, is multilanguage fully supported? I was curious about this, but I am lazy to build and test with unmerged changes.
---------- Post added at 16:47 ---------- Previous post was at 16:43 ----------
Nicklas Van Dam said:
can i suggest for backup for .android_secure on ext_sdcard?
Click to expand...
Click to collapse
All features from official and my latest home TWRP builds are present, and there are some of unmerged TWRP features and a couple of my fixes in tree, that are referred to the cache partition.
cucumber09 said:
As I see, you pulled open commits from Gerrit. Nice work. Hope they will be merged soon. BTW, is multilanguage fully supported? I was curious about this, but I am lazy to build and test with unmerged changes.
---------- Post added at 16:47 ---------- Previous post was at 16:43 ----------
All features from official and my latest home TWRP builds are present, and there are some of unmerged TWRP features and a couple of my fixes in tree, that are referred to the cache partition.
Click to expand...
Click to collapse
Yes you are right commits are from the guys i mentioned
For translation i had to rework the theme (because there was only a variable for "install" word )
Btw thx for your tree
Sent from my mint using XDA Free mobile app
SdtBarbarossa said:
Yes you are right commits are from the guys i mentioned
For translation i had to rework the theme (because there was only a variable for "install" word )
Click to expand...
Click to collapse
Yes, I remember that in all locale examples there was only variable for install button. So that's why I wondered if it completely works.
Btw thx for your tree
Click to expand...
Click to collapse
You're welcome. And my work is shallow in that tree (some changes in fstab and some build flags), it is almost all by @PecanCM (even base ftab was taken from his TWRP build for AOSP KitKat). BTW, I hope you use one from TeamWin repo, not from my GitHub.
cucumber09 said:
Yes, I remember that in all locale examples there was only variable for install button. So that's why I wondered if it completely works.
You're welcome. And my work is shallow in that tree (some changes in fstab and some build flags), it is almost all by @PecanCM (even base ftab was taken from his TWRP build for AOSP KitKat). BTW, I hope you use one from TeamWin repo, not from my GitHub.
Click to expand...
Click to collapse
What was wrong with the one from your git? I think i tooked this from twrp... But i will rebuild soon (several languages have reached me )
Btw if you want the modified portrai.xml and ui.xml i will upload the source i used soon
Sent from my mint using XDA Free mobile app
SdtBarbarossa said:
What was wrong with the one from your git? I think i tooked this from twrp... But i will rebuild soon (several languages have reached me )
Btw if you want the modified portrai.xml and ui.xml i will upload the source i used soon
Sent from my mint using XDA Free mobile app
Click to expand...
Click to collapse
The one from mine lacks USB storage mode and fixes for /cache. And there is one essential change that isn't merged even to official tree and can be found on Gerrit: decouple from msm8960-common, as msm8960-common now is empty in CM repo. Without that change you can't build for our device (if you don't pull older android_device_sony_msm8960-common from GitHub), there are some necessary configs there (such as CPU arch and type etc.).
---------- Post added at 18:04 ---------- Previous post was at 18:03 ----------
About theme, I'll ask if I'll need it.
cucumber09 said:
The one from mine lacks USB storage mode and fixes for /cache. And there is one essential change that isn't merged even to official tree and can be found on Gerrit: decouple from msm8960-common, as msm8960-common now is empty in CM repo. Without that change you can't build for our device (if you don't pull older android_device_sony_msm8960-common from GitHub), there are some necessary configs there (such as CPU arch and type etc.).
---------- Post added at 18:04 ---------- Previous post was at 18:03 ----------
About theme, I'll ask if I'll need it.
Click to expand...
Click to collapse
Yea the common change is the same like our Xperia L device (where i mainly build)
So that stuff was well known
I just builded this for M because of a request ^^ and M is nearly equal to L
Sent from my mint using XDA Free mobile app
cucumber09 said:
The one from mine lacks USB storage mode and fixes for /cache. And there is one essential change that isn't merged even to official tree and can be found on Gerrit: decouple from msm8960-common, as msm8960-common now is empty in CM repo. Without that change you can't build for our device (if you don't pull older android_device_sony_msm8960-common from GitHub), there are some necessary configs there (such as CPU arch and type etc.).
---------- Post added at 18:04 ---------- Previous post was at 18:03 ----------
About theme, I'll ask if I'll need it.
Click to expand...
Click to collapse
btw one more thing for you to know:
in twrp.fstab i removed lenght from /data
/data ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata length=-16384
v
v
v
/data ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata
because in some cases the lenght causes a behavior that /data is not able to format to f2fs
(somehow the mkfs.f2fs cant work with negative numbers)
PS: i know well that this destroys encryption
SdtBarbarossa said:
Yea the common change is the same like our Xperia L device (where i mainly build)
So that stuff was well known
I just builded this for M because of a request ^^ and M is nearly equal to L
Sent from my mint using XDA Free mobile app
Click to expand...
Click to collapse
Yeah, they are simmilar, and L build works for M with M's fstab (and maybe some rc-files are needed too, I don't remember for sure), I ported L's TWRP to M this way earlier, before I succed building it from source (goddamn SELinux).
SdtBarbarossa said:
btw one more thing for you to know:
in twrp.fstab i removed lenght from /data
/data ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata length=-16384
v
v
v
/data ext4 /dev/block/platform/msm_sdcc.1/by-name/userdata
because in some cases the lenght causes a behavior that /data is not able to format to f2fs
(somehow the mkfs.f2fs cant work with negative numbers)
PS: i know well that this destroys encryption
Click to expand...
Click to collapse
AFAIK, encryption doesn't work on our device running CM. So if length flag breaks f2fs formatting, I can remove it, as it is useless for us.
cucumber09 said:
Yeah, they are simmilar, and L build works for M with M's fstab (and maybe some rc-files are needed too, I don't remember for sure), I ported L's TWRP to M this way earlier, before I succed building it from source (goddamn SELinux).
AFAIK, encryption doesn't work on our device running CM. So if length flag breaks f2fs formatting, I can remove it, as it is useless for us.
Click to expand...
Click to collapse
Yea your right the lenght was even removed from official cm by varun... See here
http://review.cyanogenmod.org/#/c/99447/
Edit: V1.1 is updated (see op) new languages + this time it comes from twrp device tree
Sent from my mint using XDA Free mobile app
recovery is need time for first use, touchscreen not responding in few minute. after that i can use it.
Nicklas Van Dam said:
recovery is need time for first use, touchscreen not responding in few minute. after that i can use it.
Click to expand...
Click to collapse
V1.1 ? Or do you still have v1.0 ?
Sent from my mint using XDA Free mobile app
SdtBarbarossa said:
V1.1 ? Or do you still have v1.0 ?
Sent from my mint using XDA Free mobile app
Click to expand...
Click to collapse
v1.1 sir? it's need 5 minutes or 10 minutes to make touchscreen button it's work.
Nicklas Van Dam said:
v1.1 sir? it's need 5 minutes or 10 minutes to make touchscreen button it's work.
Click to expand...
Click to collapse
Hm... If you are now on v1.1 revert back to v1.0 until i get to know whats wrong
Sent from my mint using XDA Free mobile app
SdtBarbarossa said:
Hm... If you are now on v1.1 revert back to v1.0 until i get to know whats wrong
Sent from my mint using XDA Free mobile app
Click to expand...
Click to collapse
same too, i've get that bug from v 1.0 . and when you post update to v1.1 , i think that problem can solved so i update it. but it not too
Nicklas Van Dam said:
same too, i've get that bug from v 1.0 . and when you post update to v1.1 , i think that problem can solved so i update it. but it not too
Click to expand...
Click to collapse
ok i will investigate that,.... can you send me a recovery log?
SdtBarbarossa said:
ok i will investigate that,.... can you send me a recovery log?
Click to expand...
Click to collapse
how to do that? can you tell me, because when i enter to recovery for first time. Touchscreen only respond for one touch key only, after i press install or any option TWRP directly to freeze until 5 - 10 minutes. After i can use it without any problem
Related
TWRP 2.2
team win recovery project
Hey guys, I give you the latest TWRP build. This is (as of edit date) the only TWRP build that is up to date with 2.2. This build is available to flash via fastboot or via a normal zip to use in your recovery.
Me and Dees_Troy have also been discussing official TWRP support for the future.
-
TWRP 2.2 has the following that 2.1 or 2.0 doesn't have:
On-screen keyboard in recovery! -- supports long press, backspace repeat, and swipe left deletes everything left of the cursor
Name new backups and rename existing backups
Rename files and folders in the file manager
Pseudo-terminal emulator
Support decrypting an encrypted data partition on Galaxy Nexus (enter password using keyboard)
Backup archive splitting -- allows backup and restore of data partitions larger than 2GB
Simplified XML layout support between resolutions
Added dual storage selection radio buttons to zip install, backup, and restore pages
Improved zip install compatibility
Updated update-binary source code
Numerous small bug fixes and improvements
Known bugs:
There are no known bugs at the moment, if you see any please inform me
Download links
DOWNLOAD FOR THE MARVEL | DOWNLOAD FOR THE MARVELC
Flashable ZIPs soon Only recovery.img's currently available (sorry)
Please upload fast I'm gonna love it....
Sent from my HTC Wildfire S A510e
Thanks ben for getting this working how did you fix the compile problems or is my cm repo gone bad again lol waiting for link if you can pm me it ill upload it to my vps.
Sent from my Wildfire S A510e using Tapatalk 2
eoghan2t7 said:
Thanks ben for getting this working how did you fix the compile problems or is my cm repo gone bad again lol waiting for link if you can pm me it ill upload it to my vps.
Sent from my Wildfire S A510e using Tapatalk 2
Click to expand...
Click to collapse
I didn't get many compile problems. Any that I did get I fixed.
The colour is a bit messed up atm. Eoghan, what colour setting did you use?
Sent from my HTC Wildfire S A510e using xda premium
benjamingwynn said:
I didn't get many compile problems. Any that I did get I fixed.
The colour is a bit messed up atm. Eoghan, what colour setting did you use?
Sent from my HTC Wildfire S A510e using xda premium
Click to expand...
Click to collapse
I had to change the colour space in the boardconfig.mk
I added one of these cant find out atm
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
TARGET_RECOVERY_PIXEL_FORMAT := "RGB_565"
I'm almost sure its the second one but try all three to be sure
P.s. look over at the rc fora
Sent from my Wildfire S A510e using Tapatalk 2
eoghan2t7 said:
I had to change the colour space in the boardconfig.mk
I added one of these cant find out atm
TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888"
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
TARGET_RECOVERY_PIXEL_FORMAT := "RGB_565"
I'm almost sure its the second one but try all three to be sure
P.s. look over at the rc fora
Sent from my Wildfire S A510e using Tapatalk 2
Click to expand...
Click to collapse
Yeah its one of em. Can't remember what one worked best either
I'll head over there now
Sent from my HTC Wildfire S A510e using xda premium
Let's hope it doesnt have the SD-ext formatting bug
Read your build.prop
benjamingwynn said:
Yeah its one of em. Can't remember what one worked best either
I'll head over there now
Sent from my HTC Wildfire S A510e using xda premium
Click to expand...
Click to collapse
The Wildfire S is an RGBX device. Use that setting. Just completed a build myself and am testing presently, searching for errors. Colours are fine tho.
---------- Post added at 11:19 PM ---------- Previous post was at 11:13 PM ----------
eoghan2t7 said:
Thanks ben for getting this working how did you fix the compile problems or is my cm repo gone bad again lol waiting for link if you can pm me it ill upload it to my vps.
Sent from my Wildfire S A510e using Tapatalk 2
Click to expand...
Click to collapse
The latest blob of compile errors were due to changes is all three codebases around the same time. After a great deal of work by the CM Team, Modpunk and TWRP the code has reached a point where it is stable enough to compile TWRP. Update from the respective repositories and enjoy.
We'll see... wouldn't get your hopes up tho.
csoulr666 said:
Let's hope it doesnt have the SD-ext formatting bug
Click to expand...
Click to collapse
As this developer has yet to post his build I can't say for sure but, in my own build of 2.2.1 using CM9 and the modpunk kernel the bug still exists.
Sounds good though
But pretty risky for babies like me LOL Will give it a try when I get educated a little.
I will upload today, having a bit more trouble with Ubuntu not booting after updating - bootloader went kapoosh.
I compiled this in my AOKP tree, I'm not exactly sure what bugs it will have and what bugs it won't.
Anyways, once I upload, enjoy
Wait...
benjamingwynn said:
I will upload today, having a bit more trouble with Ubuntu not booting after updating - bootloader went kapoosh.
I compiled this in my AOKP tree, I'm not exactly sure what bugs it will have and what bugs it won't.
Anyways, once I upload, enjoy
Click to expand...
Click to collapse
You haven't even bothered running standard feature tests yourself?
My posts can have titles too.
WoefulDerelict said:
You haven't even bothered running standard feature tests yourself?
Click to expand...
Click to collapse
I flashed a ROM and backed up a ROM and restored it.
That's nice but...
benjamingwynn said:
I flashed a ROM and backed up a ROM and restored it.
Click to expand...
Click to collapse
Didn't have a spare SD card to test the major known issues from previous builds? This seems to be lacking win. Did you get to test the keyboard or backup naming features?
WoefulDerelict said:
Didn't have a spare SD card to test the major known issues from previous builds? This seems to be lacking win. Did you get to test the keyboard or backup naming features?
Click to expand...
Click to collapse
If it means so much to you then you can go test it when I upload it in a min.
Sent from my HTC Wildfire S A510e using Tapatalk 2
Uploaded, flashable ZIP soon
benjamingwynn said:
Uploaded, flashable ZIP soon
Click to expand...
Click to collapse
Thanks but it has the colour issue
Sent from my Wildfire S A510e using Tapatalk 2
eoghan2t7 said:
Thanks but it has the colour issue
Sent from my Wildfire S A510e using Tapatalk 2
Click to expand...
Click to collapse
Yep somebody just told me over IRC about that. It was me not making cleanly I guess. Uploading a new version in about an hour. Want to get some git stuff out of the way.
benjamingwynn said:
Yep somebody just told me over IRC about that. It was me not making cleanly I guess. Uploading a new version in about an hour. Want to get some git stuff out of the way.
Click to expand...
Click to collapse
No problem I'm going to wipe my laptop and do fresh installs or win 7 and Ubuntu with fresh repos so I can mate a theme for trwp and for my site
Sent from my Wildfire S A510e using Tapatalk 2
I'm still quite frustrated coming up with a decent name, if you have any nice suggestions do PM me.
I was experimenting some short cuts to battery saving so I reconfigured my build.prop
I put at least 3 nights into this thing not including time used to experiment around!!!
So If It really does help, please click Thanks
Majorly speaking, I am still an inexperienced script kiddie.
But I do like to experiment on my phone a lot.
I'll go straight to the point now.
Disclaimer: I am not responsible for any phone bricking, and by applying this script requires root access which means that your warranty is already voided.
The purpose of this build.prop update is that it saves battery yet increase responsiveness when used such as screen scrolling and stuff.
All the values and lines is not original, someone used them, I just modified so that I think it fits our device the most.
I checked and it seemed that all the remaining stuff in it is compatible with ICS.
I enabled most of the hardware rendering so that when its running it will sort of run turbo or something, at least at the launcher it did.
Again I must inform I am still inexperienced but all the things I experimented on worked on my device.
Requirements:
Device: Samsung Galaxy W or any Qualcomm Devices
Recovery: CWM 5/6
ROM: Rooted Android based OS
Kernel: Doesn't matter
Works well with: Seeder(works well with anything anyhow )
Installation step-by-step:
Download the Latest .zip below this post
Then Save the file into your sdcard
BACK UP FIRST
1. Boot into CWM
2. Apply XtiveJetLauncher.zip
3. Wipe Dalvik cache
4. Reboot!
5. Watch phone Fire Up
X. Only use the QC 2.2 if your phone stucks at bootanimation.
We now have flashable version for ALL
These are lines which are already inside your build.prop by default(refered to arco's cm9) but replace values with these new ones.
Code:
dalvik.vm.heapsize=48m
dalvik.vm.dexopt-flags=v=n,o=a,u=y
Enjoy.
Please give me lots of feed back so that I can improve.
Changelogs:
V1.0 - V2.0: Alpha stage unreleased.
V2.1: Initial Release
V2.2: Added Network Codes
V2.3: Added Replaceable Codes
V3.0: Categorized Codes
V3.1: Codes added
Renamed Xtive JetLauncher
Xtive JetLauncherV2: More awesome codes
V3 is out! Now with optional seeder. Fixing the codes that might stop data connection
Credits:
Hadidjapri - Reminding me to pick out placebo lines, as well as making things flashable
Arco - For providing an already refined build.prop
Samsung - For reminding that you abandoned us so that I have to make something better outta myself
Reality - If I cant afford a better phone, make the one I have faster.
7amada100 - For teaching me how to add in code. And showing flashable update model
ipromeh - For first hand alpha testings.
All the beta testers!
I just did a clean install of CM9 RC2 today. Now I'm with your build.prop mod and it seems normal yet. Will give you my feedback soon.
Re: [script] XtiveKiD build.prop (CM9RC2)
[ CODE ].....[ /CODE ]
Add text instead of "..." and remove the space between brackets
Good to see more people submitting their work here, this phone is finally growing! :good:
Sent From The Future Using My Rocking Wonder Running Android 5.0
fredamsouza said:
I just did a clean install of CM9 RC2 today. Now I'm with your build.prop mod and it seems normal yet. Will give you my feedback soon.
Click to expand...
Click to collapse
Try out the new codes mate.
7amada100 said:
[ CODE ].....[ /CODE ]
Add text instead of "..." and remove the space between brackets
Good to see more people submitting their work here, this phone is finally growing! :good:
Click to expand...
Click to collapse
Thanks mate! Helped me lots. IMO the future of this phone depends on its HW architecture.
applied and testing it with cm9 rc2.
will update the result later.
thanks.
adding code to hide adb notification would be nice friend
hadidjapri said:
adding code to hide adb notification would be nice friend
Click to expand...
Click to collapse
That's a nice suggestion, I'm always wondering if that's needed.
Thanks! Its been added.
Hello dude, i have been studying a little and i want to test if this works.
This is View attachment 1679490. all made by you
Just flash it using CWM and it will add the lines to your build.prob
7amada100 said:
Hello dude, i have been studying a little and i want to test if this works.
This is View attachment 1679490. all made by you
Just flash it using CWM and it will add the lines to your build.prob
Click to expand...
Click to collapse
Thanks 7amada100 for all the mess, but then it didn't work? I think you messed up the name LOL.
hi guys,,,
do i need to wipe cache,, fix perm??? after flashing the zip via cwm?
Re: [script] XtiveKiD build.prop v2.1 (Custom ICS)
Guyzzzz, i added this scriptbto build.prop but im not sure if its correct, so can i flash the script just in case?
From Xperia V3.1
what this tweak improves?
Re: [script] XtiveKiD build.prop v2.1 (Custom ICS)
TiTAN-O-One said:
Guyzzzz, i added this scriptbto build.prop but im not sure if its correct, so can i flash the script just in case?
From Xperia V3.1
Click to expand...
Click to collapse
The zip file just adds the same lines
Sent From The Future Using My Rocking Wonder Running Android 5.0
---------- Post added at 04:41 AM ---------- Previous post was at 04:40 AM ----------
KiD3991 said:
Wow! A flasheable version. Wait a bit, I'll put it on the main thread. Thanks 7amada100!
Click to expand...
Click to collapse
No problem, happy to help
Sent From The Future Using My Rocking Wonder Running Android 5.0
Re: [script] XtiveKiD build.prop v2.1 (Custom ICS)
Will it conflict with those lines?
From Xperia V3.1
TiTAN-O-One said:
Will it conflict with those lines?
From Xperia V3.1
Click to expand...
Click to collapse
nah, but just repeating those lines will do nothing. Go to your build.prob and remove them, then flash if you really want to.
Just to be more specific (if i am not already) they are the same exact line, with no values changed. But a version that adds them without effort (because copy and paste is an effort lol)
santiagoruel13 said:
hi guys,,,
do i need to wipe cache,, fix perm??? after flashing the zip via cwm?
Click to expand...
Click to collapse
Its not compulsory, but its a good thing you do all these after flashing something usually.
Re: [script] XtiveKiD build.prop v2.1 (Custom ICS)
I flash it and no change in build.prop do I need to set permission, before flashing?
Sent from my GT-I8150 using xda premium
djvmen said:
I flash it and no change in build.prop do I need to set permission, before flashing?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
Last I checked there's some minor error in the zip file. Do it the manual way, its more safe that way.
:beer:
Re: [script] XtiveKiD build.prop v2.2 (Custom ICS)
I have this what you first uploaded there. It's same as the lines in first post?
Sent from my GT-I8150 using xda premium
djvmen said:
I have this what you first uploaded there. It's same as the lines in first post?
Sent from my GT-I8150 using xda premium
Click to expand...
Click to collapse
I'm not too sure I follow, your question is?
If you're saying the differences between V2.1 and V2.2 its only those replaceable lines.
If you're saying about the zip files, I didn't upload then, 7amada100 made them(thanks), but something inside did not work that's all.
I'll try to make a flashable zip shortly. For now please continue using the manual method.
Hi everyone!
This is my first Kernel. I hope you will like it. I'm not a developer. I am still learning...
FEATURES
*Kernel 3.4.74
*Build with Linaro GCC 4.8.3 2013.11 toolchain by Christopher83
*O3 Optimization
*Overclock up to 1.8 GHz
*CPU voltage control VDD sys interface
*Lowered display panel voltage
*Lowered wifi voltage
*Fast Charge support
*Battery Life eXtender support
*Increase audio loudness
*Con Kolivas' CK3 Tweaks
*Fast Random generator (frandom) support
*Dynamic management of dirty page writebacks
*Dynamic management of the minimal slack
*Dynamic file sync
*LowMemoryKiller management of not killable processes
*370MB Ram
*Governers : lulzactive, interactive, powersave, smartassV2, performance ( default smartassV2 )
*I/O schedulers : noop, row, sio, cfq, bfq ( default sio )
INSTALLATION GUIDE
Reboot To Recovery Mode
Flash the kernel
Wipe Cache & Dalvik Cache
Reboot System
CREDITS
arco68
Christopher83
educk
madridii
arsradu
and all github users for their commits
<<DOWNLOAD>>
Code:
You can use [URL="http://forum.xda-developers.com/showthread.php?t=2401988"][COLOR="DeepSkyBlue"]Performance Control[/COLOR][/URL] to edit all features.
CHANGELOG
v1
initial release
v1.1
fixed battery icon stuck problem
Click to expand...
Click to collapse
XDA:DevDB Information
CM 10.2 - 4.3.1 - Khan Kernel, a Kernel for the Samsung Galaxy W I8150
Contributors
lafactorial
Kernel Special Features: Overclock Support
Version Information
Status: Beta
Current Beta Version: v1.1
Beta Release Date: 2013-12-16
Created 2013-12-15
Last Updated 2013-12-16
Wow thanks guys...can you also make for cm 11? If you free time?
Sent from my GT-I8150 using Tapatalk
Very thanks brother.
Success and ease.
Cwm 6.0.4.5 used
heloo, when i flash it, i got installation aborted, i think my downloaded file is corrupt and then i download it again, and when I flash it, i got installation corrupt again. i don't know why, i'm using cm10.2 build 4 by arsradu and using cwm 6.0.4.5.
ianfebriyanto said:
heloo, when i flash it, i got installation aborted, i think my downloaded file is corrupt and then i download it again, and when I flash it, i got installation corrupt again. i don't know why, i'm using cm10.2 build 4 by arsradu and using cwm 6.0.4.5.
Click to expand...
Click to collapse
Similar problem before.
Dev @arsradu Quote
The kernel was tested. So...no, I don't think that's from the kernel. Make sure you downloaded it entirely. And...I don't know, make sure you don't have any funny stuff like custom recovery or something like that installed on your phone. Other than that...it should work.
ali7557 said:
Very thanks brother.
Success and ease.
Cwm 6.0.4.5 used
Click to expand...
Click to collapse
Great, how u got touchwiz on 4.3.1 ?, ok thanks
ali7557 said:
Similar problem before.
Dev @arsradu Quote
The kernel was tested. So...no, I don't think that's from the kernel. Make sure you downloaded it entirely. And...I don't know, make sure you don't have any funny stuff like custom recovery or something like that installed on your phone. Other than that...it should work.
Click to expand...
Click to collapse
yeah, my bad. i don't know, this is my recovery or something else that weird. i try flash stock kernel by arsradu I got installation abort. i flash it when i using cwm 6.0.4.4 it's ok, no problem. I think this is not the file that corrupt. I'm using cwm 6.0.4.5 that hadi posted in his cm11 section, and install it by ATE.
ianfebriyanto said:
yeah, my bad. i don't know, this is my recovery or something else that weird. i try flash stock kernel by arsradu I got installation abort. i flash it when i using cwm 6.0.4.4 it's ok, no problem. I think this is not the file that corrupt. I'm using cwm 6.0.4.5 that hadi posted in his cm11 section, and install it by ATE.
Click to expand...
Click to collapse
Look, my dear brother
He uses the hadidjapri 6.0.4.5 with cwm.
My similar problem had been.
Dev asked him to Arsradu.Had given the answer to the above.
I don't know what the problem is.
6.0.4.4 try to install with.
sigprof said:
Android developers changed the format of the shared memory area used to store system properties in the kitkat branch, then made some further changes (1, 2, 3, 4). Then they added backward compatibility with the older format, but only in one direction — now an executable linked with the new bionic libc can work even if the init process is from an older version (the commit log mentions the case when an older recovery is used to install an update.zip for a new version), but an executable linked with the old bionic libc will not work with a new init process. The latter case is what happens when you try to install a baseband zip file using the recovery built for kitkat — every update.zip file contains its own update-binary inside, and in this case update-binary is statically linked with the old (pre-kitkat) bionic libc. Because of this incompatibility getprop() calls in the updater-script do not return the expected values, and the compatibility check fails.
I could try to update at least my baseband zip files with a new update-binary, but this will take some time to check whether this could really work with different recovery versions, and then to upload all those files and update links to them.
BTW, the CWM recovery 6.0.4.5 image from this thread seems to be built in the 4.3.1 (JB) environment, therefore baseband update zips should be installable with this recovery version (however, I'm not sure about compatibility with kitkat ROMs).
Click to expand...
Click to collapse
maybe this is the answer to our problem.
Someone could try arco cwm 6.0.4.5, it is built in 4.3.1 enviroment the others should be 4.4.1 enviroment
i have a bug to report with this kernel: it's almost 1hour and a half that i'm surfing the web, using facebook app and playing, and my phone battery's percentage stuck at 23%!! (the percentage that was when i rebooted the device after flashing this rom)
jam90 said:
i have a bug to report with this kernel: it's almost 1hour and a half that i'm surfing the web, using facebook app and playing, and my phone battery's percentage stuck at 23%!! (the percentage that was when i rebooted the device after flashing this rom)
Click to expand...
Click to collapse
Thanks for the report. I think I used the wrong zImage while compiling. I will fix it when I get home.
lafactorial said:
Here is anykernel version attached. You can flash it.
Click to expand...
Click to collapse
And remember that you can successfully flash "anykernel" version if you're running the stock kernel by Radu. Other than that you can face some system apps FC.
One can easily flash "anykernel" version over the stock kernel only once. The reason is the ramdisk.
Sent from my GT-I8150 using Tapatalk
LeroViten said:
And remember that you can successfully flash "anykernel" version if you're running the stock kernel by Radu. Other than that you can face some system apps FC.
One can easily flash "anykernel" version over the stock kernel only once. The reason is the ramdisk.
Sent from my GT-I8150 using Tapatalk
Click to expand...
Click to collapse
Yes you are right. I will make a boot.img version when I get home from work.
Sent from my GT-I8150 using XDA Premium 4 mobile app
What's this "anykernel"? A simple stock kernel, or a modified one by you without that bug?
Sent from my GT-I8150 using xda app-developers app
jam90 said:
What's this "anykernel"? A simple stock kernel, or a modified one by you without that bug?
Sent from my GT-I8150 using xda app-developers app
Click to expand...
Click to collapse
Anykernel only flashes the kernel zImage and modules not the ramdisk. So this is a modified one and there is no battery stuck problem.
Sent from my GT-I8150 using XDA Premium 4 mobile app
lafactorial said:
Anykernel only flashes the kernel zImage and modules not the ramdisk. So this is a modified one and there is no battery stuck problem.
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
so this is your kernel but without the ramdisk. And what this will mean? If this is a modified one without battery stuck problem, why don't you post directly this in your first post? Just for knowledge
jam90 said:
so this is your kernel but without the ramdisk. And what this will mean? If this is a modified one without battery stuck problem, why don't you post directly this in your first post? Just for knowledge
Click to expand...
Click to collapse
I already changed the first post.
Sent from my GT-I8150 using XDA Premium 4 mobile app
lafactorial said:
I already changed the first post.
Sent from my GT-I8150 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
ok, thanks, but i asked you antoher thing. Just for my knowledge, don't take it like an offense or something else rude, please!
What's the difference between the first kernel you posted and this? what the ramdisk less mean? i repeat, not for criticize you, just for my knowledge
fdc77 said:
maybe this is the answer to our problem.
Someone could try arco cwm 6.0.4.5, it is built in 4.3.1 enviroment the others should be 4.4.1 enviroment
Click to expand...
Click to collapse
yes right, i flash latest cwm from arco and it work.
---------- Post added at 07:16 PM ---------- Previous post was at 07:14 PM ----------
ali7557 said:
Look, my dear brother
He uses the hadidjapri 6.0.4.5 with cwm.
My similar problem had been.
Dev asked him to Arsradu.Had given the answer to the above.
I don't know what the problem is.
6.0.4.4 try to install with.
Click to expand...
Click to collapse
thanks bro, the problem is the rcovery. i flash it with latest arco recovery and it work.
jam90 said:
ok, thanks, but i asked you antoher thing. Just for my knowledge, don't take it like an offense or something else rude, please!
What's the difference between the first kernel you posted and this? what the ramdisk less mean? i repeat, not for criticize you, just for my knowledge
Click to expand...
Click to collapse
ramdisk is a small partition image that is mounted by the kernel at boot time. It only contains init and a few config files. It is used to start init which will mount the rest of the system images properly and run the init procedure.
Just googled it as I dont know the exact definition...
Sent from my GT-I8150 using XDA Premium 4 mobile app
Developing my own rom just for learning and fun at first. It is almost based on AOSP code and taking many theory and component form letama. But now letama has stopped his rom development, and no other AOSP based rom here. So now I share my build.
Status
Working:
• Display / OpenGL ES (blob from HTC one Google Edition 4.4.2, mako based driver, subway surfers working)
• Audio (my own driver and mako based HAL, with MP3 and AAC compress offload)
• Calls / SMS / MMS / Data (blob from .96)
• Camera (Pictures / Videos) (blob from .96)
• Wifi (bcmdhd driver and blob from AOSP)
• Sensors (DASH and blob from .96)
• GPS (blob from .96)
• Hardware video encoding/decoding (mako based)
• NFC(blob from .96)
• USB Drive throught OTG
• Bluetooth(blob from .96, partial)
• FM radio
• HDMI
Not working:
• Bluetooth A2DP
• SELinux (not instrested in it)
known isseue:
• you tell me...
Download
KitKat 4.4.3 Beta1:
pure_aosp_beta1.zip
Mirror (by KreenTW)
Install
1.Install recovery Dual Recovery or TWRP ...
2.Wipe cache
3.Wipe data if from other rom
4.Flash rom
5.Flash SuperSU
6.Flash Dual Recovery
7.Flash optional PA-GOOGLE APPS for 4.4.3
Source Code
Thanks
lettama
RaymanFX
billchen1977 said:
I put it here due to that I haven't permission to post in dev board or create a DEVDB Project.
Developing my own rom just for learning and fun at first. It is almost based on AOSP code and taking many theory and component form letama. But now letama has stopped his rom development, and no other AOSP based rom here. So I'm preparing to share my build.
Can only supply rom under loop of letama's boot manager now.
If anyone are interested in trying it?
Click to expand...
Click to collapse
Hey.
I'm not really interested in your build, but rather in your sources.
Could you please upload them on github or something like that?
I can help you to fix your issues way easier that way, at least Bluetooth, NFC and SELinux should be easy.
You can also hit me up on hangouts, my email is [email protected], I used to chat with Letama before he gave away his Xperia S .
I can try it since I'm already installed bootmanager
Sent from my Xperia S using xda app-developers app
zaidx said:
I can try it since I'm already installed bootmanager
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
link pm to u, becase I haven't permission to post link here(post<10)
Thank all and happy new year!
billchen1977 said:
link pm to u, becase I haven't permission to post link here(post<10)
Click to expand...
Click to collapse
Dude you should share it
It doesn't have any big problems
Games are working (subway surfers)
Sent from my Xperia S using xda app-developers app
---------- Post added at 09:53 PM ---------- Previous post was at 09:50 PM ----------
Battery life is so good also
Sent from my Xperia S using xda app-developers app
---------- Post added at 09:58 PM ---------- Previous post was at 09:53 PM ----------
Bluetooth working
More games tested working (asphalt 8)
This ROM is bugfree :thumbup:
Sent from my Xperia S using xda app-developers app
I can't post link outside xda until my post > 10. Would you please help me to post out the link of the rom?
for 1080 video playback , I've tested some 1080p and 1080i h.264 video in mp4 container. What format you used?
for some lag when pull down the notifications bar,I think it is normal because our cpu is outdate and not so powerful.
Subway surfers sure working, I have test it.
Go to any thread and post random repleys lol till you reach 10 posts
That's how I did it
Sent from my Xperia S using xda app-developers app
---------- Post added at 07:57 AM ---------- Previous post was at 07:56 AM ----------
Did I mentioned that the battery life is SUPERB
Thanks
Sent from my Xperia S using xda app-developers app
zaidx said:
Go to any thread and post random repleys lol till you reach 10 posts
That's how I did it
Sent from my Xperia S using xda app-developers app
---------- Post added at 07:57 AM ---------- Previous post was at 07:56 AM ----------
Did I mentioned that the battery life is SUPERB
Thanks
Sent from my Xperia S using xda app-developers app
Click to expand...
Click to collapse
I wouldn't do that because i think it is not polite. just post here.
OK I didn't mean to post useless posts
Anyway its back to you
Sent from my Xperia S using xda app-developers app
What bluetooth devive have you test?
And what format of video you used to test video decode?
For bluetooth I just turned it on and off
And I tried playing 1080p video using stock video player
Sent from my Xperia S using xda app-developers app
Thumbs up for picking up abandoned dev project and bringing it back to life.
Please make sure you share your sources (cool to hear that @RaymanFX is willing to help). Fully working AOSP and OpenSEMC is what this phone really needs.
Good luck with development.
prohibeat said:
Thumbs up for picking up abandoned dev project and bringing it back to life.
Please make sure you share your sources (cool to hear that @RaymanFX is willing to help). Fully working AOSP and OpenSEMC is what this phone really needs.
Good luck with development.
Click to expand...
Click to collapse
All source under github, anyone is welcome to build there own or submit patches.
give me the link. i'll try it
darknessmc said:
give me the link. i'll try it
Click to expand...
Click to collapse
link updated in the first post
billchen1977 said:
link updated in the first post
Click to expand...
Click to collapse
I can't see it. Only links to kernel and system for boot manager and github link ??? I would like to try this build but I can't make one now.
prohibeat said:
I can't see it. Only links to kernel and system for boot manager and github link ??? I would like to try this build but I can't make one now.
Click to expand...
Click to collapse
Sorry only for Boot Manager loop now. See description of Install, need Boot Manager to be installed first. You can Install stock or other under native and my rom under loop, there are many rom for Boot Manager in its thread.
I'm gonna wait for a "normal" version, I really don't wanna mess up with boot manager.
omegastarr said:
I'm gonna wait for a "normal" version, I really don't wanna mess up with boot manager.
Click to expand...
Click to collapse
don't have many time to build and test now, maybe this weekend. sorry for that.
PS. Why not use boot manager? I always install stock rom in native and test rom in loop, so if there are any error found on test rom I can switch back to stock rom when I'm outside and can't flash the rom immediately. I think it is safe that won't miss any call or something I must use my phone to do. Anyway it is your choice.
Hello and welcome to my TWRP Homebuilds Xperia S comunity^^
THIS ARE FOTAKERNEL RECOVERYS!!!
this TWRP is based on 2.8.7.0 with several extra features:
- USB-OTG support (untested atm)
- Multilanguage by @Dees_Troy
- a new Theme by @z31s1g
- Transfer List Version3 support @Andrei Măceș
ATM only German and English are fully supported! You want to get your language into my TWRP builds? you can translate it and submit to me here you can find a easy template for that :
http://forum.xda-developers.com/crossdevice-dev/sony/translators-searched-twrp-homebuilds-t3229376
Flash it like you flash any normal FOTAKernel recovery (with dd command or with rashr)
Downloadlink:
Nozomi v1.0: https://www.dropbox.com/s/07eaxkhp8cj8258/fotatwrp-nozomi-sdtbarbarossa.img?dl=0
-initial release for XS
Nozomi v1.1: https://www.dropbox.com/s/tohrx2o49frwwk9/fotatwrp-nozomi2.img?dl=0
- added several languages (and removed the uncompleted )
Nozomi v1.1: https://www.dropbox.com/s/qdxmro4zbh8942w/recovery.img?dl=0
- added languages
- fixed some theme related errors
Special Thanks:
- The whole TWRP Team especialy @_that @bigbiff and @Dees_Troy for theier hard work!
- @z31s1g for his new design!
- @mickybart for his device tree!
- @nageswarswain for testing^^
Screen shots
WoW. Thank you!
Doesn't the official TWRP 2.8.7.0 support F2FS by default? And haven't TWRP supported F2FS a few version back? (And thus this shouldn't be listed as an extra feature on this mod)
SysGhost said:
Doesn't the official TWRP 2.8.7.0 support F2FS by default? And haven't TWRP supported F2FS a few version back? (And thus this shouldn't be listed as an extra feature on this mod)
Click to expand...
Click to collapse
Your right
Sent from my mint using XDA Free mobile app
v1.1 -added languages
Wouldn't a flashable zip be even more handy?
Sent from my Xperia S using XDA Free mobile app
mirhl said:
Wouldn't a flashable zip be even more handy?
Sent from my Xperia S using XDA Free mobile app
Click to expand...
Click to collapse
I can create one with next build ... I use img normally because my main devices have a app with ota support
Sent from my mint using XDA Free mobile app
SdtBarbarossa said:
I can create one with next build ... I use img normally because my main devices have a app with ota support
Sent from my mint using XDA Free mobile app
Click to expand...
Click to collapse
Is the zip you want to create will be able to push the recovery to fota partition or it will replace the boot.IMG?
nageswarswain said:
Is the zip you want to create will be able to push the recovery to fota partition or it will replace the boot.IMG?
Click to expand...
Click to collapse
It will go straight to /recovery path (in your case fotakernel)
Sent from my mint using XDA Free mobile app
Update:
- added languages
- some under the hood stuff
Some textes ( long ones ) will now be scaled to better fit... Need a bit more configuration to get it 100% fitted
Warning: i heared about a problem with arabic causes some textes to get not showed ( like messages while flashing when they are not in arabic spells )
Sent from my mint using XDA Free mobile app[/QUOTE]
wow xperia s still alive. keep the developing going sadly i dont have one anymore.
But its only mine problem when TWRP dont show temp?
mamama07 said:
But its only mine problem when TWRP dont show temp?
Click to expand...
Click to collapse
what do you mean with temp ? temp folder?
Sent from my Xperia T using XDA Free mobile app
Oh, I mean TEMPERATURE. Only one latest TWRP show this and its from THIS ZIP. I install this nozomi.img via dd command and working. But these img file have some more files, because file have ~10mb and officialy img file from twrp site and Your too - have ~9mb.
BTW - I try translate Your build in PL language
mamama07 said:
Oh, I mean TEMPERATURE. Only one latest TWRP show this and its from THIS ZIP. I install this nozomi.img via dd command and working. But these img file have some more files, because file have ~10mb and officialy img file from twrp site and Your too - have ~9mb.
BTW - I try translate Your build in PL language
Click to expand...
Click to collapse
yea there will be several bugfixes in next build (tommorrow maybe) also there will be polish (see my github)
maybe you want to check if polish is correctly:
https://github.com/SdtBarbarossa/TW...er/gui/devices/common/res/languages/pl-pl.xml
Sent from my Xperia T using XDA Free mobile app
80% of phrases are still not translated into polish, there's no need to add polish language for now
Oh, nice to hear. So just w8 for next build
And this translation is like 1/2 done.
mamama07 said:
Oh, nice to hear. So just w8 for next build
And this translation is like 1/2 done.
Click to expand...
Click to collapse
its not from me ^^ its from a polish guy... so... if you want just give me a commit
Sent from my Xperia T using XDA Free mobile app
A6ekAK said:
80% of phrases are still not translated into polish, there's no need to add polish language for now
Click to expand...
Click to collapse
But why not
BTW: Can I use a typical Polish characters, like ą, ź, ż, ę, ć, ó... etc?