AOSP-Kernel for Ascent P6 (W.I.P)
Screenshot
{
"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"
}
Source:
Ascend P6 Open Source(P6-U06,JellyBean,kernel-3.0.8)
Click to expand...
Click to collapse
Features:
First Build
Only Added "Optimize for size" (so that the kernel should work without problems)
Click to expand...
Click to collapse
Credits:
m!k3 (for the right download-link ^^)
Huawei (for releasing this source)
CNexus (for his wonderful Boot.img tools)
worstenbrood (for his Huawei Update Extractor)
raolleel (Building the kernels)
jimbo77 for testing B118/CN + The Screenshot
husen4u for the flashable ZIP
Click to expand...
Click to collapse
Warning:
keep in mind : THIS IS A VERY EARLY BUILD
tell me which bugs are there, or if this doesn't work _B118CN is tested, but should wok on every Rom with unlocked BL
Only Works with Unlocked Bootloader, so you must have been on B118CN
Should work with B118CN
Should work with B125 if you were on B118Cn before
Could work with B111 if your Bootloader is not relocked when you flash B111 from B118CN
(only released because everyone said that the kernel is only for B111 [which I can't belive)
I am not responsible for bricking/destroying your phone. Custom kernels comes with no warranty.
Click to expand...
Click to collapse
Installation:
You must be on B118CN or any other Firmware with unlocked BL
simply flash via fastboot
or flash ZIP via TWRP/CWM
Click to expand...
Click to collapse
Download:
Boot.img (included zImage in every boot.img
B111
B118CN
B125
flashable Zip (B118CN)
https://mega.co.nz/#!7AYiVQwb!eThA93t7zRMEOJw57Zqq4mi8pgwwTmAzXNdpztpMcew
Click to expand...
Click to collapse
Source:
https://github.com/damienyong/Kernel-3.0.8
Click to expand...
Click to collapse
Thanks A Lot For Your Work. I Will Test And Give Feedback
Hello !
Good to see here more dev. involved in the development part for P6 !
Please, when you have some free time, push your modified kernel source code on your github ! In this way you will not violate XDA rules , and will also help those who want to contribute / improve this source !
Thank you very much !
surdu_petru said:
Hello !
Good to see here more dev. involved in the development part for P6 !
Please, when you have some free time, push your modified kernel source code on your github ! In this way you will not violate XDA rules , and will also help those who want to contribute / improve this source !
Thank you very much !
Click to expand...
Click to collapse
I am / was about to do so, but some files are bigger than 100mb and github doesn't like this ^^
raolleel said:
I am / was about to do so, but some files are bigger than 100mb and github doesn't like this ^^
Click to expand...
Click to collapse
What ??? 100mb one file ? what do you want to push on github
The whole kernel source code has about 480mb , you can not have just one file 100mb....
surdu_petru said:
What ??? 100mb one file ? what do you want to push on github
The whole kernel source code has about 480mb , you can not have just one file 100mb....
Click to expand...
Click to collapse
I cleaned up a little bit ... start uploading in a few minutes ... hope its clean enough ^^
raolleel said:
I cleaned up a little bit ... start uploading in a few minutes ... hope its clean enough ^^
Click to expand...
Click to collapse
Sure, you cannot push source code after you builded zImage , you need > make mrproper , make clean & make distclean before push on your github !
> make distclean will wipe also .config and all modified files "~" !
surdu_petru said:
Sure, you cannot push source code after you builded zImage , you need > make mrproper , make clean & make distclean before push on your github !
> make distclean will wipe also .config and all modified files "~" !
Click to expand...
Click to collapse
I didn't use make distclean ^^ sry .. but I'm uploading
Github added
Ps ... simply ignore the warnings .. Huawei didn't do a good job ...
Tutorial how to build : https://github.com/damienyong/Kernel-3.0.8/blob/master/README.md
Did anybody test the kernel?
jimbo77 for testing B118/CN
Click to expand...
Click to collapse
Yes it works with B118CN
what is the advantages of this kernel. undervolting??
Until now there isn't much which is better in this kernel, but when I'll get my phone from repair I'll hope to include a few mods
Are you able to add Loop-Device support?
Would be really nice, because i want to run a Linux Distro on my Phone.
_heisenberg said:
Are you able to add Loop-Device support?
Would be really nice, because i want to run a Linux Distro on my Phone.
Click to expand...
Click to collapse
It should be doable, but at first I want to make this kernel stable, enable some mods, if everything is working like it should, I will try my best to enable loop-device-support
raolleel said:
It should be doable, but at first I want to make this kernel stable, enable some mods, if everything is working like it should, I will try my best to enable loop-device-support
Click to expand...
Click to collapse
Of course, take the time you need, don't hurry
.. I'm a little confused, but my kernel has loopback-support,
my next release should have this enabled,too .
What is about the promised flashable zip?
_heisenberg said:
Are you able to add Loop-Device support?
Would be really nice, because i want to run a Linux Distro on my Phone.
Click to expand...
Click to collapse
Hi!
Loop-Device is already enabled in our device !
Please take a look on hisi_k3v2oem1_defconfig , you will see : CONFIG_BLK_DEV_LOOP=y , and also we have : CONFIG_BLK_DEV_CRYPTOLOOP=y
Or you can take alook in your device :
[email protected]:~/xxx/kernel/cm$ adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
[email protected]:/ # export
ANDROID_ASSETS
ANDROID_BOOTLOGO
ANDROID_CACHE
ANDROID_DATA
ANDROID_PROPERTY_WORKSPACE
ANDROID_ROOT
ANDROID_SOCKET_adbd
ANDROID_STORAGE
ASEC_MOUNTPOINT
BOOTCLASSPATH
EMULATED_STORAGE_SOURCE
EMULATED_STORAGE_TARGET
EXTERNAL_STORAGE
HOME
HOSTNAME
LD_LIBRARY_PATH
LOOP_MOUNTPOINT
MKSH
PATH
RANDOM
SECONDARY_STORAGE
SHELL
TERM
TERMINFO
USER
Click to expand...
Click to collapse
surdu_petru said:
Hi!
Loop-Device is already enabled in our device !
Please take a look on hisi_k3v2oem1_defconfig , you will see : CONFIG_BLK_DEV_LOOP=y , and also we have : CONFIG_BLK_DEV_CRYPTOLOOP=y
Or you can take alook in your device :
Click to expand...
Click to collapse
Strange...tried to install Ubuntu 13.04 via full Linux Installer and it didn't work...but thanks, i will try again!
Dmitry Budnikov said:
What is about the promised flashable zip?[/QUOTE
My phone is in repair, when I'll get it back I will create a flashable zip
Click to expand...
Click to collapse
Related
I created this thread to avoid chatting into other threads keeping them clean..
Please if you have questions about anything post them here, and keep an order.
Use quoting of maximum 3-4 lines, use
or use @ to mention someone without quoting.
Thanks! :good: :highfive:
hi @corsicanu
i have samsung i9070 s advance
cwm and root install method: flash directly through stock recovery
and it does not increase binary counter
and you know that to flash something through stock recovery,
package must be signed with original signature
now, why not it be for fame and for other packages like roms or themes
do you have any idea about signing with an original signature
regards
Naney said:
hi @corsicanu
i have samsung i9070 s advance
cwm and root install method: flash directly through stock recovery
and it does not increase binary counter
and you know that to flash something through stock recovery,
package must be signed with original signature
now, why not it be for fame and for other packages like roms or themes
do you have any idea about signing with an original signature
regards
Click to expand...
Click to collapse
i have no idea how to sign them but i think i have a solution to flash cwm without increasing custom bin.. from what i`ve seen vroot works good for Galaxy Fame without increasing the counter.. And if you succed rooting you can use Flashify to flash img of cwm directly from phone, getting rid of odin.. I didn`t tested this but i assume it works.. will search to see if it`s any chance to sign zip`s with original and also i`ll try the above method to root and install cwm without increasing counter..
Hi @corsicanu
I think, like you, the better idea for optimize our FAME is a new Kernel... I don´t know how to make a new one, but if you can recommend me some literature about it, maybe I can help you in any task.
Thanks for your work.
corsicanu said:
i have no idea how to sign them but i think i have a solution to flash cwm without increasing custom bin.. from what i`ve seen vroot works good for Galaxy Fame without increasing the counter.. And if you succed rooting you can use Flashify to flash img of cwm directly from phone, getting rid of odin.. I didn`t tested this but i assume it works.. will search to see if it`s any chance to sign zip`s with original and also i`ll try the above method to root and install cwm without increasing counter..
Click to expand...
Click to collapse
hey this method is fully working 101% working........as i flash recovery every time with this method on my S6812 !!!!!
it does not effect phone working, binary counter, and it is 100% safe !!!!!!!
cheers !!!!!!!!!!
Vkas Raj said:
hey this method is fully working.. as i flash recovery every time with this method on my S6812 !
it does not effect phone working, binary counter, and it is 100% safe !
Click to expand...
Click to collapse
Not so sure about it.. I need to test it on a fresh device because i have a feeling that the counter will get to 1 automatically when it will detect custom binary flashed.
Hakets said:
I think, like you, the better idea for optimize our FAME is a new Kernel... I don´t know how to make a new one, but if you can recommend me some literature about it, maybe I can help you in any task.
Click to expand...
Click to collapse
First of all you will need a linux distro installed and configured. I followed this tutorial to make it happend. The only toolchain working for our kernel will be 4.6 as the source code needs an update for compiling with newer toolchains without errors. The source code for our devices is here. Download the proper pack for your device/region and unzip it. Inside will be 'how to' file. Looks like this:
Code:
################################################################################
1. How to Build
- get Toolchain
From android git server , codesourcery and etc ..
- arm-eabi-4.6
- edit Makefile
edit target architecture.
- ARCH ?= arm
edit "CROSS_COMPILE" to right toolchain path(You downloaded).
EX) CROSS_COMPILE= $(android platform directory you download)/android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-
Ex) CROSS_COMPILE=/usr/local/toolchain/arm-eabi-4.6/bin/arm-eabi- // check the location of toolchain
$ make bcm21654_rhea_ss_nevisp_rev00_defconfig
$ make
2. Output files
- Kernel : arch/arm/boot/zImage
- module : drivers/*/*.ko
3. How to Clean
$ make clean
################################################################################
Long story short:
Code:
mkdir ~/Desktop/kernel
cd ~/Desktop/kernel
mkdir nevis
mkdir toolchains
#Unzip source code for kernel into 'nevis' folder
#and toolchains into their folder.
cd ~/Desktop/kernel
export ARCH=arm
export CROSS_COMPILE=~/Desktop/kernel/toolchains/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-
make bcm21654_rhea_ss_nevisp_rev00_defconfig
make -j16
The outputed file after succesfully compiling will be zImage. Using boot image tools, pack your new kernel with the new zImage and ramdisk.gz from old kernel. Congrats! Now you have a new kernel..
For changing govs, schedulers, freq`s and others see this and make changes in the source. After changing the source use 'make clean' before starting a new build of kernel. Hope i covered all.. Cheers!
Wow, nice answer, thanks so much.
Enviado desde mi GT-S6810 mediante Tapatalk
@corsicanu
buddy
i have problem with apktool
it does not work
i decompile package and even with no changes i can not recompile it
different faults each time
do you know anything about it
i have been using it for months, but i did not faced such a thing before
i updated sdk but no solution
very funny!
i searched xda but found nothing
i used it with no problem yesterday
and suddenly it created problems today
did not understand anything?
{
"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"
}
install framework.apk and tw-framework.apk and set api level to 16 for 4.1.x roms.. and after that it should work.. i'm not at home and i can't give more instructions..
corsicanu said:
install framework.apk and tw-framework.apk and set api level to 16 for 4.1.x roms.. and after that it should work.. i'm not at home and i can't give more instructions..
Click to expand...
Click to collapse
buddy
i told, i have been using it for months
i already installed frameworks and worked on lots of apps
i know how to use it
but interesting, it suddenly gives errors!
regards
Naney said:
buddy
i told, i have been using it for months
i already installed frameworks and worked on lots of apps
i know how to use it
but interesting, it suddenly gives errors!
regards
Click to expand...
Click to collapse
sorry my bad.. i've read in rush.. try with a new working folder and re-setup apk tool.. i had those errors from second print when was a wrong api.. are you using the latest apktool? or try with other apk.. maybe its SecSettings guilty.. cheers!
corsicanu said:
sorry my bad.. i've read in rush.. try with a new working folder and re-setup apk tool.. i had those errors from second print when was a wrong api.. are you using the latest apktool? or try with other apk.. maybe its SecSettings guilty.. cheers!
Click to expand...
Click to collapse
it is not from tool version or working folder or apk.
i deleted apktool folder in personal folder and now it is ok again.
it contains 1 framework file at the moment.
what do you think, why is it?
Naney said:
it is not from tool version or working folder or apk.
i deleted apktool folder in personal folder and now it is ok again.
it contains 1 framework file at the moment.
what do you think, why is it?
Click to expand...
Click to collapse
dont know what to say.. when i decompiled i installed first framework-res and second was tw-framework.. and in personal were two zips.. 1.apk and 2.apk.. and from what i read in cmd from apktool output 1 was for framework and 2 was for tw-framework.. this method of setting up apktool i found it here on xda and was working for me.. but who knows.. if it's working i don't see any problem with that single zip.. btw test the outputted apk because it may compile without errors and could not work if there is anything wrong..
As everyone knows mokee official release uses a old kernel build from month of may, while the latest kernel is from sept. So I have made a repack of the latest kernel. As far my primary tests everything is working so just flash it and enjoy the latest one, incase xiaomi updates their kernel and anyone uses it but mokee, I will repack again and update the thread.
Enjoy!
ps: Sorry no flashable zip available. please report any bug you may find!
Steps:
1. enable usb debugging
2. connect to pc and open adb
3. copy the downloaded boot.img file to the adb folder.
4.open cmd, navigate to adb folder and type these lines one by one.
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
5. after reboot, just copy the 2nd downlaoded file "pronto_wlan.ko" to /system/lib/modules/pronto and replace the existing file,
6. change the permission to rw-r-r
7. reboot and enjoy the latest kernel.
If anyone can make a twrp/cwm flashable zip, you can share here.
Download
Screenshot:
{
"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"
}
thnx to the help from
kapil.git
Thanks for the Wake Up!!
saurabhrck said:
As everyone knows mokee official release uses a old kernel build from month of may, while the latest kernel is from sept. So I have made a repack of the latest kernel. As far my primary tests everything is working so just flash it and enjoy the latest one, incase xiaomi updates their kernel and anyone uses it but mokee, I will repack again and update the thread.
Enjoy!
ps: Sorry no flashable zip available. please report any bug you may find!
Steps:
1. enable usb debugging
2. connect to pc and open adb
3. copy the downloaded boot.img file to the adb folder.
4.open cmd, navigate to adb folder and type these lines one by one.
adb reboot-bootloader
fastboot flash boot boot.img
fastboot reboot
5. after reboot, just copy the 2nd downlaoded file "pronto_wlan.ko" to /system/lib/modules/pronto and replace the existing file,
6. change the permission to rw-r-r
7. reboot and enjoy the latest kernel.
If anyone can make a twrp/cwm flashable zip, you can share here.
Download
Screenshot:
thnx to the help from
kapil.git
Click to expand...
Click to collapse
deadlyindian said:
Thanks for the Wake Up!!
Good Work Brothers !!!!:laugh::laugh::laugh:
Keep it up.....:good::good::good:
But, if I am not wrong Xiaomi has not released any kernel sources and so all of our Devs are using only headers for compiling the ROM and so they are just changing the date in headers. Does this matters in performance, or stability?
Please do correct me, if I am wrong anywhere. I am always ready to learn new things.
Best Regards
BOND
Click to expand...
Click to collapse
SuperDroid-BOND said:
Good Work Brothers !!!!:laugh::laugh::laugh:
Keep it up.....:good::good::good:
But, if I am not wrong Xiaomi has not released any kernel sources and so all of our Devs are using only headers for compiling the ROM and so they are just changing the date in headers. Does this matters in performance, or stability?
Please do correct me, if I am wrong anywhere. I am always ready to learn new things.
Best Regards
BOND
Click to expand...
Click to collapse
xiaomi has not released kernel source dts right, but they are updating kernel while they update miui rom(secure source), devs are actually using that updated kernel which is made by xiaomi. Mokee on the other hand was using a old kernel and they were not updating , so I took the liberty to update it.
saurabhrck said:
xiaomi has not released kernel source dts right, but they are updating kernel while they update miui rom(secure source), devs are actually using that updated kernel which is made by xiaomi. Mokee on the other hand was using a old kernel and they were not updating , so I took the liberty to update it.
Click to expand...
Click to collapse
You did the right thing brother and thanks (I already pressed it for both of you) for keeping us updated.
So, you mean to say that Xiaomi has updated the kernel and sources but its secured only, not public. If it is like this, would you mind linking us to those sources, because there are so many ROMs waiting for some fixed kernel sources or if you can tell us what things have been fixed, can we use single SIM with this code "
Code:
setprop persist.radio.multisim.config none
".
We, all the users, can get several ROM with almost all utmost and best features available. Please do let me know about the kernel, best if we could talk on PM.
Best Regards
BOND
The Kernel gets updates by new Miui releases...i'll give a notable example to prove that !
Before v41.1 there isn't built in Zram implemented but with new kernel (v41.1+) there is Zram Support !
SuperDroid-BOND said:
You did the right thing brother and thanks (I already pressed it for both of you) for keeping us updated.
So, you mean to say that Xiaomi has updated the kernel and sources but its secured only, not public. If it is like this, would you mind linking us to those sources, because there are so many ROMs waiting for some fixed kernel sources or if you can tell us what things have been fixed, can we use single SIM with this code "
Code:
setprop persist.radio.multisim.config none
".
We, all the users, can get several ROM with almost all utmost and best features available. Please do let me know about the kernel, best if we could talk on PM.
Best Regards
BOND
Click to expand...
Click to collapse
The source is secure to xiaomi, they are not releasing to public as of now. Don't know whats the reason for this idiotic move. Anyway I don't have the source, like anyone else, I just repacked with proper module. dts all! Will update when xiaomi releases a new update
saurabhrck said:
The source is secure to xiaomi, they are not releasing to public as of now. Don't know whats the reason for this idiotic move. Anyway I don't have the source, like anyone else, I just repacked with proper module. dts all! Will update when xiaomi releases a new update
Click to expand...
Click to collapse
so is it repack of old ramdisk and new zimage... btw can u please give me link/info about the tool which u have used to repack kernel.. i tried to make kernel unsecure once but cant make it boot... kernel size reduced ~4 mb....
deadlyindian said:
Thanks for the Wake Up!!
Is no need to set permission at pronto wlan ?
Click to expand...
Click to collapse
pgreed said:
Is no need to set permission at pronto wlan ?
Click to expand...
Click to collapse
Nope its automatically set when phone boots...
What are the features of the kernel? This for mokee only? Any version??
This kernel don't work with UNOFFICIAL version of Mokee. When just install w/o wipe dalvik/cache at the middle of boot (before launching apps) phone reboot. If wipe dalvik/cache the font used to say Android update... is very small (as density is around 400dpi!!) and after app is launched phone reboot.
pgreed said:
This kernel don't work with UNOFFICIAL version of Mokee. When just install w/o wipe dalvik/cache at the middle of boot (before launching apps) phone reboot. If wipe dalvik/cache the font used to say Android update... is very small and after app is launched phone reboot.
Click to expand...
Click to collapse
ofcourse it will not work with unofficial version. unofficial version is based on cm11 source and uses that prebuilt kernel. you have to repack it separately for that. This one is only for mokee official release which uses mokee kernel/device files not from cm11, mentioned in OP!
saurabhrck said:
ofcourse it will not work with unofficial version. unofficial version is based on cm11 source and uses that prebuilt kernel. you have to repack it separately for that. This one is only for mokee official release which uses mokee kernel/device files not from cm11, mentioned in OP!
Click to expand...
Click to collapse
No it use the 8 May kernel! (is the sychost unofficial)
Shahi00 said:
The Kernel gets updates by new Miui releases...i'll give a notable example to prove that !
Before v41.1 there isn't built in Zram implemented but with new kernel (v41.1+) there is Zram Support !
Click to expand...
Click to collapse
So you mean Roms above 41.1 have zram implemented? before that it was not available?
Shahan_mik3 said:
So you mean Roms above 41.1 have zram implemented? before that it was not available?
Click to expand...
Click to collapse
Yep...even though we have 1GB RAM it is done that way !
I am very sure that V36 don't have ZRAM and V41.1 and above have it...that's the way they found to currect RAM management !
it causes a bit battery drain & and performance regression !
pgreed said:
This kernel don't work with UNOFFICIAL version of Mokee. When just install w/o wipe dalvik/cache at the middle of boot (before launching apps) phone reboot. If wipe dalvik/cache the font used to say Android update... is very small (as density is around 400dpi!!) and after app is launched phone reboot.
Click to expand...
Click to collapse
link for mokee unofficial plz..
RohanAJoshi said:
link for mokee unofficial plz..
Click to expand...
Click to collapse
Because from Mokee site was deleted all unofficial and experimental version (I dunno why) I've upload the file elsewhere:
Shahi00 said:
Yep...even though we have 1GB RAM it is done that way !
I am very sure that V36 dont have ZRAM and V41.1 and above have it...thats the way they found to currect RAM management !
it causes a bit battery drain & and performance regression !
Click to expand...
Click to collapse
Also I wanted to know. How is it possible to get a stable cm/aosp Roms on Redmi but not on mi3?
Shahan_mik3 said:
Also I wanted to know. How is it possible to get a stable cm/aosp Roms on Redmi but not on mi3?
Click to expand...
Click to collapse
Our developer is good enough for tracking bugs that causes Random Reboots !!
Kra always did that (on previous phone too)
:good:
{
"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"
}
Samsung Galaxy S (i9000)
CyanogenMod 12 (5.0.2)
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github Repo.
Code:
#include
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*
* Submitting bug reports on unofficial builds is the leading
* cause of male impotence.
*/
Installation Instructions
- Coming from 5.0 or less ROMS
Download cm-12-XXXXXXXX-UNOFFICIAL-galaxysmtd.zip to your phone
Boot into Recovery
Wipe all your data (System/Data/Dalvik Cache)
Flash cm-12-XXXXXXXX-UNOFFICIAL-galaxysmtd.zip from your phone
(Optional)Flash Google Apps.zip from your phone
Reboot
- Coming from previous CM 12 build
Wipe cache
Flash cm-12-XXXXXXXX-UNOFFICIAL-galaxysmtd.zip from your phone
Flash GApps again if you're using PA version
Reboot
Download
link is here
Bugs :
You say it
Thanks to :
@humberos
@AdamDevlopper
Donate to us to motivate us:
[emoji219] [emoji106]
jeffreyvh said:
Hi guys,
today i successfully compiled cm12 from source, i am not able to test it so i will release it as #experimental (i dont know if anything works. not even sure if it boots)
Download
https://drive.google.com/folderview...BLMTh3aS1sRUJGNFFERnhUT09EczlPWGs&usp=sharing
Bugs:
please reporr me
Click to expand...
Click to collapse
Sorry Buddy,
It does not even go to the Boot Screen. It freezes on Samsung Screen forever.
nepal12 said:
Sorry Buddy,
It does not even go to the Boot Screen. It freezes on Samsung Screen forever.
Click to expand...
Click to collapse
Damn it. I will try to fix it as soon as possible. Maybe the modules got corrupted. Terminal showed an message "warning, you probably need to install init-module-tools".
Anyways. Thanks for your fast testing, how damn fast is your internet lolz.
jeffreyvh said:
Damn it. I will try to fix it as soon as possible. Maybe the modules got corrupted. Terminal showed an message "warning, you probably need to install init-module-tools".
Anyways. Thanks for your fast testing, how damn fast is your internet lolz.
Click to expand...
Click to collapse
No, It perfectly detected the available File system and partition, then starts flashing. But at the final success message I figure out that it showed success then 0.20000000000 ms .
By the way could you provide a tar.gz as well so that we can flash using Odin.
nepal12 said:
No, It perfectly detected the available File system and partition, then starts flashing. But at the final success message I figure out that it showed success then 0.20000000000 ms .
By the way could you provide a tar.gz as well so that we can flash using Odin.
Click to expand...
Click to collapse
Uhm. So it could be The updater.script which isn't correct. I don't know how to make an .tar.gz of an unofficial rom. Could you tell me how?
Does anyone try replace boot.img from omni 5.1 to this cm12 and if still dont bootup try flash 5.1 kernel from devloz
Thanhtho96 said:
Does anyone try replace boot.img from omni 5.1 to this cm12 and if still dont bootup try flash 5.1 kernel from devloz
Click to expand...
Click to collapse
Well i will play with My I9000 I will try it From DevLoz
jeffreyvh said:
Uhm. So it could be The updater.script which isn't correct. I don't know how to make an .tar.gz of an unofficial rom. Could you tell me how?
Click to expand...
Click to collapse
@jeffreyvh can you reupload your ROM? I can it on vibrant.
Thanhtho96 said:
@jeffreyvh can you reupload your ROM? I can it on vibrant.
Click to expand...
Click to collapse
Can anyone upload the Kernel from from devloz
nepal12 said:
Can anyone upload the Kernel from from devloz
Click to expand...
Click to collapse
Link in this post http://forum.xda-developers.com/showthread.php?p=60188591
nepal12 said:
Can anyone upload the Kernel from from devloz
Click to expand...
Click to collapse
Quote:
Originally Posted by devloz
There you go: https://mega.co.nz/#F!exgkgBBa!T9avhbXsgGdGgBWphdGeNQ.
No Luck,
Tried Flashing the ROm Then the Omni Kernel, but nothing has happened.
nepal12 said:
No Luck,
Tried Flashing the ROm Then the Omni Kernel, but nothing has happened.
Click to expand...
Click to collapse
If you have time you can find in 4.4.4 omni thread have 5.0.2 omni kernel or you download rom 5.0.2 in humberos website copy boot.img from 5.0.2 omni rom to cm12 5.0.2 rom (replace boot.img from omni to cm12)
nepal12 said:
can anyone upload the kernel from from devloz
Click to expand...
Click to collapse
yeaahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh it booottteeeeddd
IM A GUINESSSS !!!!!!!!!!!!!!!!!!!!!!!!
Well i used the OmniKernel But i get stucked after Android Is Upgrading...
booted successfully with omni 5.0.2 20150225 kernel
no network connection
Updated :Screenshots
MICHAELMAGED said:
booted successfully with omni 5.0.2 20150225 kernel
no network connection
Click to expand...
Click to collapse
WT* Could you send me the Kernel please! Thanks
AdamDevlopper said:
WT* Could you send me the Kernel please! Thanks
Click to expand...
Click to collapse
or probably post it here, i need it too, because I realize that I was using 5.1 kernel
nepal12 said:
or probably post it here, i need it too, because I realize that I was using 5.1 kernel
Click to expand...
Click to collapse
Yeah me too Ja ich auch Hab denn fehler auch gemacht
nepal12 said:
or probably post it here, i need it too, because I realize that I was using 5.1 kernel
Click to expand...
Click to collapse
AdamDevlopper said:
WT* Could you send me the Kernel please! Thanks
Click to expand...
Click to collapse
it is not a flash able zip !!!!! you have to replace the files in the zip by the ones in the cm12 rom zip. i have an issue that the phone doesn't recognize the sim card if any one can help ?
{
"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"
}
Android Ice Cold Project
for LG-F220K (a.k.a LG GK) & LG-F240S/K/L (a.k.a LG G Pro)
Powered by AICP & Jollaman999 & JustAkan
Build by nazunamoe
* Screenshot
* ROM Information
- Built with AICP Lastest Source
- Android 5.1.1_r26 [LMY48Y]
- Jollaman's Jolla-Kernel on GK/GPro by JustAkan, and i modified this kernel in my personal use - Built with UBERTC-5.2 toolchain
- CyanogenMod Kernel for E980 on GK/Gpro by JustAkan, and i modified this kernel in my personal use - Built with UBERTC-4.9 toolchain
* Download
All my roms in below server (include old version)
Mirror link (from mega) https://mega.nz/#F!LwEwDbZK!MrTWzswOS-oo_b_Safz8pw
For LG-F240 http://lap.so/xtlx
CM kernel - Download aicp_gpro_cm_lp-10.0-UNOFFICIAL-20151206.zip
Jolla kernel - Download aicp_gpro_lp-10.0-UNOFFICIAL-20151206.zip
For LG-F220K http://lap.so/eacg
CM kernel - Download aicp_gk_cm_lp-10.0-UNOFFICIAL-20151206.zip
Jolla kernel - Download aicp_gk_lp-10.0-UNOFFICIAL-20151206.zip
For LG-E980 http://lap.so/hmld
CM kernel - Download aicp_e980_lp-10.0-UNOFFICIAL-20151206.zip
* Thanks to
- Android Ice Cold Project
- Jollaman999
- JustAkan
- Achonapp
reserved for after use
Can I request for the Version Info Tab be added? Thanks.
BTW, are there any other mirror? Download takes forever.
MitoTakatori said:
Can I request for the Version Info Tab be added? Thanks.
BTW, are there any other mirror? Download takes forever.
Click to expand...
Click to collapse
version info tab... i don't know about that sorry
and i wil upload it on other mirror
ok i'm uploading it to mega.co.nz
jpg3927 said:
version info tab... i don't know about that sorry
and i wil upload it on other mirror
wait
Click to expand...
Click to collapse
Here it is mate:
Look at the attached file.
MitoTakatori said:
Here it is mate:
Look at the attached file.
Click to expand...
Click to collapse
umm. i'm not rom developer, just builder
so i can't modify anything on rom source
sorry
Can you tell me that there is Polish language?
Or just made ss from lang list
jpg3927 said:
umm. i'm not rom developer, just builder
so i can't modify anything on rom source
sorry
Click to expand...
Click to collapse
I see. Thanks for the mirror.
Mixed9456 said:
Can you tell me that there is Polish language?
Or just made ss from lang list
Click to expand...
Click to collapse
I think this is aosp-based
So. I think This rom support Polish language
Sent from my Galaxy Note Edge
Been on AICP for 2 hours now. It freezes at random, seems a bit slow than other custom ROMs, and on about phone, it says the build is still 1027.
MitoTakatori said:
Been on AICP for 2 hours now. It freezes at random, seems a bit slow than other custom ROMs, and on about phone, it says the build is still 1027.
Click to expand...
Click to collapse
It is smooth with Emmanuel's wild kernel for e980. Very stable. reduce max CPU to 1026mhz and enable USB fast charge in kernel adiutor.
AT&T E980
Any words of how this rom performs on USA E980 and bugs in cam, video cam, gps, and especially wifi hotspot?
Updated with new CM kernel and Jolla kernel 5.3
@jpg3927 - mate, I extracted the boot.img from AICP 11/16 build w/ Jolla Kernel. I flashed it on BP 4.0.3. All is well except for a very loud and weird sound when I make a call. It's like a sound of a dot matrix printer.
MitoTakatori said:
@jpg3927 - mate, I extracted the boot.img from AICP 11/16 build w/ Jolla Kernel. I flashed it on BP 4.0.3. All is well except for a very loud and weird sound when I make a call. It's like a sound of a dot matrix printer.
Click to expand...
Click to collapse
You need to extract zimage from boot.img of aicp
And push zimage to BP 4.0.3's boot.img
Because aicp and bp's ramdisk are not same
나의 LG-F500L 의 Tapatalk에서 보냄
jpg3927 said:
You need to extract zimage from boot.img of aicp
And push zimage to BP 4.0.3's boot.img
Because aicp and bp's ramdisk are not same
나의 LG-F500L 의 Tapatalk에서 보냄
Click to expand...
Click to collapse
Thanks for the info, but how can I do it? Can I post the boot.img of BP here?
MitoTakatori said:
Thanks for the info, but how can I do it? Can I post the boot.img of BP here?
Click to expand...
Click to collapse
You need to unlokimg and this is so difficult
so send me boot.img of bp4.0.3 and i will make it to jolla kernel
so.. what is your phone, LG-F240? or F220K?
jpg3927 said:
You need to unlokimg and this is so difficult
so send me boot.img of bp4.0.3 and i will make it to jolla kernel
so.. what is your phone, LG-F240? or F220K?
Click to expand...
Click to collapse
Thanks! Attached the boot.img of BP 4.0.3. I am using F240K.
MitoTakatori said:
Thanks! Attached the boot.img of BP 4.0.3. I am using F240K.
Click to expand...
Click to collapse
ok i made it
push this boot.img to rom file
Does it have and issues like screen flickering, random reboots, black screen etc?
If no then i would test it on my e986. (E980)
===== /e/ OS for Tab 2 =====
WARNNG : I have no role in this project. I am just sharing it.
Your data is YOUR data!
WHAT IS /e/ ? :
https://e.foundation/about-e/#what-is-e
WHY /e/ ? :
https://e.foundation/about-e/#why-/e/
WHO IS /e/ FOR ? :
https://e.foundation/about-e/#for-everyone
FOR MORE INFO :
click on the /e/ logo above!
WARNING :
Your warranty is gone if you flash this (though it probably already ended)
Don't do this if you don't know what you are doing.
If you brick your tab it's all your fault
SCREENSHOTS :
Spoiler: Settings (Andi's tablet)
{
"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"
}
Spoiler: Homescreen (Andi's tablet)
PREREQUISITES :
Installed TWRP recovery (NOTE : Install this ROM via TWRP 3.3.0 2, older versions might give error 7.)
Downloaded /e/ rom zip file from below link and copy downloaded zip file to external sd card.
INSTALLATION :
Reboot to recovery (volume down + power button)
Make a nandroid backup (extremely important)
Wipe data/factory reset, advanced wipe (WARNING: Don't wipe external sd card).
Flash /e/ os zip file.
Reboot (First boot will take 5 - 6 minutes)
DOWNLOADS :
RECOVERY
TWRP
ROMS
espresso3g (p3100, p5100)
espressowifi (p3110, p3113, p5110, p5113)
DEVELOPER OF THIS ROM :
@Android-Andi
ROM OS VERSION :
NOUGAT 7.1.2
ROM KERNEL :
LINUX 3.0
KERNEL SOURCE : https://github.com/LineageOS/android_kernel_ti_omap4
VIDEO TUTORIAL BY PUCK DARLINGTON (Channel 48) :
Spoiler: Video tutorial and speed fix
NOTE :
There is a problem of the ROM being slow. This issue has been solved in thie video above so, do watch it !
SPECIAL THANKS TO :
@Android-Andi for making this tablet live for such a long time. (Android 4.4 to 7.0 and also helped in making 8.0)
NOTE :
- This was a kind act to make @Android-Andi 's rom available to all here on XDA as it wasn't earlier
- I have not made the thread to increase my message or likes count, get me achievements, make my name popular on XDA, etc. things.
- If you still think I am a spammer, JUST LEAVE !
**Thank you for sharing!
nemes480 said:
**Thank you for sharing!
Click to expand...
Click to collapse
Arc android said:
Oh no, I've not made it !! It was made by @Android-Andi in 2020 and nobody shared it here so I did. I have no roll in making the ROM.
Click to expand...
Click to collapse
My bad, sorry!
nemes480 said:
My bad, sorry!
Click to expand...
Click to collapse
No worries bro !!
Wtf is this tread? Just making thread to make it??? Are you bored? Did @Android-Andi give u permission to post his work??? Are you gonna support this and solving bugs?? Guess not!
You can find all on that link (already posted by andi):
Samsung Galaxy Tab2 espressowifi (two models 7 & 10)
Got the build done. espresso3g https://www.androidfilehost.com/?w=files&flid=313856 Removed packages on espresso3g (else system.img is out of space): PdfViewer Terminal espressowifi https://www.androidfilehost.com/?w=files&flid=313857 Removed packages on espressowifi (wifi only device)...
community.e.foundation
drnightshadow said:
Wtf is this tread? Just making thread to make it??? Are you bored? Did @Android-Andi give u permission to post his work??? Are you gonna support this and solving bugs?? Guess not!
You can find all on that link (already posted by andi):
Samsung Galaxy Tab2 espressowifi (two models 7 & 10)
Got the build done. espresso3g https://www.androidfilehost.com/?w=files&flid=313856 Removed packages on espresso3g (else system.img is out of space): PdfViewer Terminal espressowifi https://www.androidfilehost.com/?w=files&flid=313857 Removed packages on espressowifi (wifi only device)...
community.e.foundation
Click to expand...
Click to collapse
I know its made by him. Didn't you see his name in credits ? No, how can I remove bugs and all ? All I've done is to share his work so that people know about it. I've not made it or done anything to the rom. One day I just stumbled over /e/ os and searched it for our device on google. I got results and saw that Andi made it. I searched on XDA and got nothing so I wrote a PM to andi for permission and got no reply (of course, I did all this in 2021 and Andi hasn't seen XDA in 21). Assuming that he either forgot or got busy, I made a thread for him. I'm not using his work ( or I would've put my name in credits too ). I've already talked if I am allowed to do this to @Badger50 and he says its OK (and now threads moved to general by him as I'm not the dev of this ROM)
Hi, can i use gaps with this one ?
Or do i need to download apk files for web browsers, facebook etc ?
NorTrek said:
Hi, can i use gaps with this one ?
Or do i need to download apk files for web browsers, facebook etc ?
Click to expand...
Click to collapse
hey !! Well this is a de-googled version of android to protect user privacy, so better don't install Gapps. If you want to download apps, there is an app store included.
So should I request an android 8 version of this rom now that we have oreo rom for tab 2 ??
TheDoctor46 said:
So should I request an android 8 version of this rom now that we have oreo rom for tab 2 ??
Click to expand...
Click to collapse
This would be most welcome !
breversa said:
This would be most welcome !
Click to expand...
Click to collapse
Hey there ! Sorry I can't request an oreo rom because /e/ requires Lineage OS rom while currently the one made by @Mighty is an AOSP.
What do you think about this @Mighty ? Will we have a Lineage OS oreo rom in future ? And then maybe /e/ ? (Am I burdenning you ? )
TheDoctor46 said:
What do you think about this @Mighty ? Will we have a Lineage OS oreo rom in future ? And then maybe /e/ ? (Am I burdenning you ? )
Click to expand...
Click to collapse
I mean I could try LineageOS now, but I most likely will not be building /e/ myself
Mighty said:
I mean I could try LineageOS now, but I most likely will not be building /e/ myself
Click to expand...
Click to collapse
Oh ok ! Others can build it. All we have to do is request an Oreo rom on /e/ forums once Lineage OS is done. And you'll have to provide them the permission to use your rom as base.
Mighty said:
I mean I could try LineageOS now, but I most likely will not be building /e/ myself
Click to expand...
Click to collapse
Umm...... I know I shouldn't be asking for an ETA but I am not best at being patient. ANY UPDATE ??
TheDoctor46 said:
Umm...... I know I shouldn't be asking for an ETA but I am not best at being patient. ANY UPDATE ??
Click to expand...
Click to collapse
I'd like to fix Oreo issue first and get it building on my pc, /e/ is a long time ahead
Mighty said:
I'd like to fix Oreo issue first and get it building on my pc, /e/ is a long time ahead
Click to expand...
Click to collapse
Yeah sorry forgot about that anyways OK !
One (Sony oriented) unofficial builder from the /e/ community has trying without success to build nougat in January 2022
Samsung Galaxy Tab2 espressowifi (two models 7 & 10)
FWIW, here’s a logcat I managed to capture right now. The adb session died on its own at the end of the log.
community.e.foundation