[TOOL][MOD] Kali Nethunter for ME176C/CX - MeMO Pad 7 Android Development

Kali Nethunter for ME176C/CX
Code:
/*
* 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.
*
*/
The Kali NetHunter is an Android ROM overlay that includes a robust Mobile Penetration Testing Platform. The overlay includes a custom kernel, a Kali Linux chroot, and an accompanying Android application, which allows for easier interaction with various security tools and attacks. Beyond the penetration testing tools arsenal within Kali Linux, NetHunter also supports several additional classes, such as HID Keyboard Attacks, BadUSB attacks, Evil AP MANA attacks, and much more. For more information about the moving parts that make up NetHunter, check out our NetHunter Components page. NetHunter is an open-source project developed by Offensive Security and the community.
Working:
Everything should more or less be working
NOT Working:
Still alpha, you tell me in github issues section.
Alpha 1.1: (Google Drive)
- Sources synced with latest from source tree ( https://github.com/me176c-dev/kernel_asus_me176c )
- First build, bring up basic functionalities
Uninstaller:
https://drive.google.com/open?id=0Byv_KFdn8QjGZ1VrOTgxWjludWs
How to Install:
Simply flash zip from recovery
How to Uninstall:
Again, simply flash zip from recovery
Contributors:
Huge thanks to lambdadroid for kernel sources ( https://github.com/me176c-dev/kernel_asus_me176c )
XDA:DevDB Information
Kali Nethunter for ME176C/CX, Tool/Utility for the Asus MeMO Pad 7
Contributors
faffu41, lambdadroid
Source Code: https://github.com/micheleberrettis1/kernel_asus_me176c
Version Information
Status: Alpha
Created 2017-10-23
Last Updated 2017-10-23

Cool!
I have a small implementation related note: You seem to have forked the original kernel repository just to add a new kernel configuration. Unlike many other ROM kernels, I keep my the kernel configuration outside of the kernel repository to limit the changes to the kernel only to actual changes to the kernel code.
If you want to change the kernel configuration, I suggest that you change it directly in the device configuration. That way you don't have to fork the kernel. When I edit the kernel configuration I usually do it like this:
Copy device/asus/me176c/kernel/me176c_defconfig to kernel/asus/me176c/.config
Modify the kernel configuration with "make nconfig" or "make menuconfig" or whatever you'd like to use.
Save the new kernel deconfig using "make savedefconfig".
Copy kernel/asus/me176c/defconfig back to device/asus/me176c/kernel/me176c_defconfig
Run "make mrproper" or "git clean -dxf" in kernel/asus/me176c
Have you tested that it's actually working correctly? As far as I can see, "Kali Nethunter" is only available for ARM, however the tablet is running x86. It's possibly that it's working since I bundle a native bridge (Houdini) to run ARM code, but then it'll likely have poor performance.

Cool, i'll try doing as you said!

Hi, i have a problem, then i install it, recovery say what unpacking boot aborted and chroot not installed, i need help.

Need help with me176c
Hello guys, this is probably off topic but I need some help. My me176c is stuck on fastboot#... Fastboot#1...... Fastboot#2.... Fastboot#3..... I can't get into recovery. Been looking for image files to flash to get it operating but nothing works. Can someone help me please? Thanks

MJMJ7 said:
Hello guys, this is probably off topic but I need some help. My me176c is stuck on fastboot#... Fastboot#1...... Fastboot#2.... Fastboot#3..... I can't get into recovery. Been looking for image files to flash to get it operating but nothing works. Can someone help me please? Thanks
Click to expand...
Click to collapse
Create a new topic in https://forum.xda-developers.com/memo-pad-7/help if you need help. It's much more likely someone will be able to help you, since it's not related to this tool/mod.

Hello, did anyone test this with the unofficial Lineage 14.1?

Skyrimus said:
Hi, i have a problem, then i install it, recovery say what unpacking boot aborted and chroot not installed, i need help.
Click to expand...
Click to collapse
Exactly the same problem, will PM the author about it.

Related

[KERNEL][DEV][3.4+] U8500 Linux kernel upgrading project

Hello!
This is a development thread for the project of upgrading of the Linux kernel for the U8500 platform.
Builds provided here (at the moment of writing this message) are not considered to be used as a daily driver, by any means, - these are rather a dev preview versions.
For now, there are a several LK builds (the highest currently supported kernel version is 3.10).
Because builds here are really not stable, I'll just leave a disclaimer here.
Code:
#include <std/disclaimer.h>
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
Working features
RIL
Camera (front & rear) - only works in <3.8
Video (playback & recording)
Audio (playback & recording)
Wifi
Bluetooth (broken in >=3.8, needs a workaround to manually startup)
USB, ADB
Tethering (not tested)
GPS (not tested)
Sensors
Known bugs
IRQs are mishandled by some device drivers (abb_btemp, abb_fg)
proximity sensor might not work (not tested, cause it's broken on my device)
deep sleep might not work at a times
MMC driver works unreliably in >=3.8 (contiguous usage might lead in a data corruption)
networking is not fully-functional (no mobile data)*
camera is broken in 3.8
*some other features of the android kernel might not present - it's because these kernels lacks android-specific patches.
Sources
LK 3.5
LK 3.6
LK 3.7
LK 3.8
LK 3.9
LK 3.10
Downloads
http://xda.mister-freeze.eu/XDA-files/ChronoMonochrome/misc/upgrading
Installation
install chrono kernel r5.2 or higher (this is needed to pick up the necessary scripts, incl. bootscripts, etc)
reboot to recovery
install build linked in "Downloads" section
Credits
Linux kernel development community
Google
ST-Ericcson
Samsung
Team Canjica
XDA:DevDB Information
U8500 Linux kernel upgrading project, Kernel for the Samsung Galaxy Ace II
Contributors
ChronoMonochrome
Kernel Special Features:
Version Information
Status: Alpha
Created 2017-05-09
Last Updated 2017-05-10
Reserved
Porting
The porting a higher kernel version tehnique I'll describe here is not intended to be a guide for dummies. I'll assume you've already built a kernel for your device, familiar with git versioning control usage and with some porting / coding tehniques.
Firstly, you need a cleaned source for your device. By "cleaned" I mean, there are no Linux incremental patches, android changes applied, manufacture-specific patches are avoided when possible and so on - you need sources as closest to a "pure" Linux kernel as possible. Otherwise you'll have later need to deal with conflicts resolution, you'll most likely be unable to resolve and the kernel won't boot.
So, without a further forewords, the tehnique is below:
1) As was previously mentioned, a clean kernel source is required, I'll assume we are starting from LK-3.4 ( https://github.com/ChronoMonochrome/Chrono_Kernel-1/commits/ea228ee0f5e9935841aff25c62fa163cd78dc01d ) and porting a higher kernel versions. A kernel base needs to be tested for any bugs just to distinguish, which bugs were intruduced during porting from those ones that already present in a kernel base.
2) The following steps will mostly use git bisect and git merge commands in order to merge all the changes from a higher kernel versions and help to find / resolve the bugs that were introduced. I suggest copying a git kernel repo that you use for building to a somewhere else, so you can use it , e.g. for grepping a different versions source, bisecting the revisions and so on, so don't need to bother messing up in your main repo that you use for build.
3) Firstly, lets just try to merge a higher kernel version, e.g. LK 3.5 by issuing a command git merge lk-3.5. You'll likely have a lot of merge conflicts, most of which you can resolve with resetting the paths to a some revision (either a kernel base - lk 3.4, or the version you do port, or just another suitable conflict resolution). So I suggest to write those paths to a text file, like so:
Code:
arch/arm/boot
arch/arm/mach-ux500
arch/arm/plat-nomadik
drivers/mmc
include/linux/mmc
drivers/usb
include/linux/usb
drivers/mfd
include/linux/mfd
...
Write all the paths you intend to reset to the kernel base, you most likely need to re-use them later. To actually perform a resetting source, you can issue
Code:
for path in $(cat file_with_a_paths.txt | xargs)
do
git checkout COMMIT $path
done
Be sure not to put to this file anything not the device-specific! Resetting to the kernel base should be avoided when possible (never ever try resetting archictecture-specific paths, e.g. arch/arm/kernel, arch/arm/mm and so on - unless you really know that kernel will boot thereafter, instead, you have to manually resolve such conflicts). Resolve any other conflicts by resetting paths to the porting source (e.g. LK 3.5).
Note. While resetting with a paths is probably not the most accurate tehnique, but people don't live that long to use more accurate approach, e.g. performing git cherry-pick for every upstream commit and then manually resolving all the conflicts, you'll just sooner or later get bothered and will abandon it.
4) When you're done with the previous steps you can try building kernel. You'll likely have a build errors - because some part of a source got not updated (e.g. the device-specific drivers), you need manually implement the necessary by a higher kernel version changes. Firstly check if an upstream kernel contains the necessary fixes (example: https://github.com/ChronoMonochrome/Chrono_Kernel-1/commit/9fae8c449b710f502662da1cbcf26ece5a098af9 , https://github.com/ChronoMonochrome/Chrono_Kernel-1/commit/fe027c25d6db0d100937deb5248e249ec5b24ee7 ). If the driver you are porting doesn't exist in the upstream, you can also try to find a similar change and mimic it: https://github.com/ChronoMonochrome/Chrono_Kernel-1/commit/5f2e7afbf2ac3284dc62b3d96a0627c7f99ed4e9 ( ported similarly to https://github.com/ChronoMonochrome/Chrono_Kernel-1/commit/526c597 ). In the worst case scenario you will need to examine the upstream changes and apply the changes so that the drivers complies to the upstream changes: https://github.com/ChronoMonochrome/Chrono_Kernel-1/commit/ea6432d167 .
5) If everything is done properly and you're lucky enough, the compiled kernel might already bootup. If not, you'll need to find a culprint that doesn't let the device to boot up. Switch to a copy of your kernel sources, reset the source to the base kernel version (e.g. LK 3.4), issue git bisect good, then issue git bisect bad lk-3.5, git will reset to a somewhere in a middle between of LK 3.4 and LK 3.5.
6) Save your changes in the kernel repo, by assigning a some branch to it, switch to the source base, merge all the fixes you've already introduced, then merge the revision you have got in the previous step by bisecting the tree. Repeat these steps until you'll find a first bad commit.
7) If you are already on this step, the most trickiest part starts here - testing (hopefully) working kernel for bugs (if any). While logs can be useful sometimes (so you can google the failing messages and find something useful), there are also many bugs you can find only performing git bisect tehnique decribed above.
The decribed algorithm only possible thanks to having a clean kernel source. The usage of this guide is not limited only to the kernel porting, it can be used on other projects as well, this is just what I've come across to, when I've ever started porting Linux kernel versions higher than LK3.4.
Reserved
I wonder if any of this expertise couldn't look pretty cool here too.
Wooooowwwewe
Oooh
Look whose good boys have been trying to win the STE mastermind prize as of lately
https://github.com/novathor-mainline/linux
https://git.kernel.org/pub/scm/linu...inux-nomadik.git/log/?h=ux500-skomer-v5.5-rc1
mirhl said:
Oooh
Look whose good boys have been trying to win the STE mastermind prize as of lately
https://github.com/novathor-mainline/linux
https://git.kernel.org/pub/scm/linu...inux-nomadik.git/log/?h=ux500-skomer-v5.5-rc1
Click to expand...
Click to collapse
Seriously!
mirhl said:
Oooh
Look whose good boys have been trying to win the STE mastermind prize as of lately
https://github.com/novathor-mainline/linux
https://git.kernel.org/pub/scm/linu...inux-nomadik.git/log/?h=ux500-skomer-v5.5-rc1
Click to expand...
Click to collapse
Wow, that's incredible
Exynos4412 already got some mainline support, it would be very nice to have this one supported too.
Aaaaand it's done, kinda.
ST-Ericsson NovaThor U8500 - postmarketOS
wiki.postmarketos.org
device/testing/linux-postmarketos-stericsson · master · postmarketOS / pmaports · GitLab
postmarketOS package build recipes
gitlab.com

[UNOFFICIAL] LineageOS 14.1/15.0 C9 Pro [c9lte][c9ltechn]

LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
Code:
/*
* Your warranty is now void.
*
* I are 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.
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review.
Unofficial LineageOS Builds
Important information:
The following will not be supported here:
Custom kernels
Mods
Xposed
Known bugs:
-CAMERA
-RIL
-AUDIO
-MANY OTHER THINGS
Installation:
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s) LINK TO ROM BELOW
Install official twrp recovery (C9LTECHN) https://twrp.me/samsung/c9ltechn.html (C9LTE) https://twrp.me/samsung/c9lte.html
Perform a nandroid backup of your current ROM (So you can restore later and to backup EFS)
Wipe data/factory reset
Flash LineageOS
Optional: Install the Google Apps: http://opengapps.org/
Reboot
Source code:
https://github.com/Galaxy-C9-Pro
Credits:
LineageOS Team & Contributors
Code Aurora Forum
@deadman96385 @k2wl @travis82
Download:
https://www.androidfilehost.com/?w=files&flid=210073
Version Information
Status: Alpha
is fingerprint working fine ????
its really great to see you guys working actively on this device, i hope it gets more popular over time
Getting there
Please make it perfect, eagerly waiting....
dondeep said:
Please make it perfect, eagerly waiting....
Click to expand...
Click to collapse
Nah, they will release unusable build just for you
Help
I am using sm C9008 can I flash this rom on my device
Shakilmalik said:
I am using sm C9008 can I flash this rom on my device
Click to expand...
Click to collapse
No
next update?
When I update the blobs from the Nougat release and kernel source than I will release another build.
travis82 said:
When I update the blobs from the Nougat release and kernel source than I will release another build.
Click to expand...
Click to collapse
Hi Travis,
At least now build the Lineage OS for C9 Pro ( C9000 & C900F)
Official Nougat is released for our phones.
Please work on a daily driver for our phone.
Thank you.
Pariki said:
Hi Travis,
At least now build the Lineage OS for C9 Pro ( C9000 & C900F)
Official Nougat is released for our phones.
Please work on a daily driver for our phone.
Thank you.
Click to expand...
Click to collapse
Dude it is a hobby not an occupation relax. You want it to be my job to make it stable?; where is my salary? You know what I'm saying now? I can turn the tables and say hey @Pariki make me a stable kernel so I can use this C9 as a device not a dev device please thanks. Do you want a ton of emails doing that to ya dude?
Can this rom be used as a daily driver ??
I was working on it today a bit. I will try and get a day or two so I can actually put some effort in to it soon I hope. Right now its running on N kernel and N proprietary and before it was all M. Maybe some other devs can lend me a hand and or some advice on the camera, audio, and ril.
Have it building now with Lineage 15/15.1 but still a few changes need to be made to vendor and frameworks to make it correct. Just a little update for the community.
travis82 said:
Have it building now with Lineage 15/15.1 but still a few changes need to be made to vendor and frameworks to make it correct. Just a little update for the community.
Click to expand...
Click to collapse
Hello Travis! I'm using TRP 3.2.0. I tried to flash it but it failed:
"Updater process ended with ERROR: 7 Error installing zip file '/external_sd/lineage-15.0-20171209_114124-UNOFFICIAL-c9techn.zip'
yup its not booting ill work on it more this week.
i actually like this rom please make it stable bro
it would be a great help
thanks in advance
I am using sm C900F can I flash this rom on my device...
travis82 said:
LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
Code:
/*
* Your warranty is now void.
*
* I are 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.
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit our Gerrit Code Review.
Unofficial LineageOS Builds
Important information:
The following will not be supported here:
Custom kernels
Mods
Xposed
Known bugs:
-CAMERA
-RIL
-AUDIO
-MANY OTHER THINGS
Installation:
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s) LINK TO ROM BELOW
Install official twrp recovery (C9LTECHN) https://twrp.me/samsung/c9ltechn.html (C9LTE) https://twrp.me/samsung/c9lte.html
Perform a nandroid backup of your current ROM (So you can restore later and to backup EFS)
Wipe data/factory reset
Flash LineageOS
Optional: Install the Google Apps: http://opengapps.org/
Reboot
Source code:
https://github.com/Galaxy-C9-Pro
Credits:
LineageOS Team & Contributors
Code Aurora Forum
@deadman96385 @k2wl @travis82
Download:
https://www.androidfilehost.com/?w=files&flid=210073
Version Information
Status: Alpha
Click to expand...
Click to collapse
Greatt:silly:

[ROM][WIP] Ubuntu Touch for the Motorola G4 Play [harpia]

[ROM][WIP] Ubuntu Touch for the Motorola G4 Play [harpia]
Code:
*** Disclaimer
/*
* I'm not responsible for bricked devices, dead SD cards, etc...
* Please do some research if you have any concerns about features included in the products you find here 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.
* Your warranty will be void if you tamper with any part of your device / software.
* Same statement for XDA.
*/
Introduction
Hello everyone! Today I'm here to share with you a port of Ubuntu Touch for our device the harpia, This post is aimed to developers and experienced users only.
Click to expand...
Click to collapse
Requirements
-- A Moto G4 Play
-- Any pc/lap/etc with a linux os (Ubuntu,Arch,Debian,Mint,etc.)
* -- ADB and Fastboot (Just in case you want to use the second method)
* -- Custom Recovery (I recommend TWRP)
Click to expand...
Click to collapse
Installation instructions - Easy
-- Download the zip file from the downloads (obviously)
-- Reboot to TWRP
-- Format /data, /system and /cache as ext4
-- Flash the downloaded zip
-- Reboot
Click to expand...
Click to collapse
Installation instructions - Not So Easy
-- Download the halium-boot.img and the system.img from the downloads
-- Download the rootfs from here
-- Download this tool
-- Reboot to TWRP
-- Format /data, /system and /cache as ext4
-- CD to the tool dir
-- Run ./halium-install -p ut <path to rootfs> <path to system.img>
-- Reboot
Click to expand...
Click to collapse
Download
-- Flashable zip
-- System.img
-- Hybris-boot.img
Click to expand...
Click to collapse
What's working/not
Code:
Working:
-- It boots (LOL)
Not Working:
-- Graphics
-- SSH
-- ????
Changelog
Code:
Current changelog: -- 9/11/18
[note] -- still no graphics nor ssh (at least in my pc/phone)
[fixed] -- console bug, that led into halium-debug mode - [URL="https://github.com/HaliumForMSM8916/android_device_motorola_msm8916-common/commit/3070dc47fc7792137561d5da4f8f2732a815c189"]3070dc47fc7792137561d5da4f8f2732a815c189[/URL]
Older changelogs:
Code:
Click to expand...
Click to collapse
Thanks To/Credits
Code:
* Ubports community/[URL="https://ubports.com/"]project[/URL] for keeping UT alive
* Halium community/[URL="https://halium.org/"]project[/URL] for all the hard work of getting Linux on android
* [URL="https://forum.xda-developers.com/member.php?u=5817781"]Facuarmo[/URL] for helping/teaching me
* [URL="https://forum.xda-developers.com/member.php?u=4406447"]Impreza233[/URL] for his work on ut for the surnia
* Everyone else on the [URL="https://t.me/somefeak"]@SomeFeaK[/URL] TGroup
* And whoever I forgot to mention
XDA:DevDB Information
UbuntuTouch (Ubports), ROM for the Moto G4 Play
Contributors
IkerST
Source Code: https://github.com/HaliumForMSM8916
ROM OS Version: 7.x Nougat
ROM Kernel: Linux 3.10.x
Based On: Halium
Version Information
Status: Testing
Created 2018-11-10
Last Updated 2018-11-20
Click to expand...
Click to collapse
What is the list of things that work/don't work with this ROM right now, or is it the standard list that UB ports has for any given phone? You mention in the change log that there are no graphics and no ssh. From that it sounds like nothing is working yet. If I have misunderstood what you meant there, LMK. Awesome that you are trying something like this. I have wanted to check out UB ports on a device, but I never had one that had a rom for it.
reubenbrown13 said:
What is the list of things that work/don't work with this ROM right now, or is it the standard list that UB ports has for any given phone? You mention in the change log that there are no graphics and no ssh. From that it sounds like nothing is working yet. If I have misunderstood what you meant there, LMK. Awesome that you are trying something like this. I have wanted to check out UB ports on a device, but I never had one that had a rom for it.
Click to expand...
Click to collapse
I don't know actually what does work and what doesn't (except for the graphics), because I can't access to the phone to run some tests
why UT? I've actually never ran a stable port... I ought to, but what is so great about UT compared to Sailfish OS or even Plasma Mobile?
Galaxyninja66 said:
why UT? I've actually never ran a stable port... I ought to, but what is so great about UT compared to Sailfish OS or even Plasma Mobile?
Click to expand...
Click to collapse
UT vs Plasma Mobile: UT is more documented and there is a bigger community supporting it, and both use a similar halium base
So I may get a build in the next days for Plasma Mobile
And regarding to Sailfish OS, since halium uses a similar system/logic I will search and maybe try to also port it .
IkerST said:
UT vs Plasma Mobile: UT is more documented and there is a bigger community supporting it, and both use a similar halium base
So I may get a build in the next days for Plasma Mobile
And regarding to Sailfish OS, since halium uses a similar system/logic I will search and maybe try to also port it .
Click to expand...
Click to collapse
There is already a private build of Sailfish OS 2.x for Harpia, and it's reportedly VERY stable but the camera is broken. I think mal on the sailfishos-porters IRC did it, and if he couldn't get the camera to work... good luck with that.
OT removed...
I'm making some builds, are WIP, and just for testing, will be notified here: https://t.me/haliumharpia on telegram and uploaded in GitHub https://github.com/HaliumForMSM8916/jenkins_build on the releases
I tried to flash the zips of ubport, but I get error 2 from twrp. Any ideas why?

[ROM][Official][Nightly] MoKee 9.0 for Huawei G620s, Honor 4/4x

Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
MoKee OpenSource is based on the Google AOSP. We update our source code frequently to keep up with the latest development, and not forgetting to merge in special features of our own at the same time.
A small group of people from around the world who are interested in Android launched this project on the 12th of December 2012, and is committed to make this ROM better and better. Like most contributors of open source projects (Omni, CyanogenMod, Slim AOSPA etc), we are doing all these in our free time as our passion...
Since this project is open source, anyone interested can participate in the development (maintain new devices, contribute code etc). Newcomers are always welcomed!
Read here for developer application; with this, you can host your unofficial MoKee builds on our server!
Important information:
This thread is for official MoKee builds for Huawei C8817D, C8817E, G620S, G621, Che1_CL10, Che1_CL20, Che1_L04. The following will not be supported here:
Custom kernels
Mods
Xposed
We don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from untrusted sources
Modified system files
Supported device:
C8817D
C8817E
G620S-UL00
G620S-L01/L02/L03
G621-TL00
Che1_CL10
Che1_CL20
Che1_L04
Baseband requirement:
If you can't hang up, install this baseband via TWRP and it should be solved.
Known bugs:
Some minor bugs
Installation:
First time flashing MoKee 9.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery, e.g., my TWRP: http://forum.xda-developers.com/android/development/recovery-twrp-3-0-0-0-touch-recovery-t3309504
Perform a nandroid backup of your current ROM (Optional)
Wipe data/factory reset
Flash MoKee
Optional: Install the Google Apps addon package
Reboot
Source code:
https://github.com/mokee
Download:
http://rom.mk/?device=cherry
http://rom.mk/?device=che10 (Che1_CL10)
Credits:
MoKee Developers: https://github.com/orgs/MoKee/members
Code Aurora Forum
LineageOS
AOSP
Slim Roms
OmniROM
@Blefish We won't have the usable nougat port without his efforts!
@paranoia_gu Add Honor 4x support
XDA:DevDB Information
MoKee, ROM for the Honor 4x
Contributors
dianlujitao
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.10.x
Version Information
Status: Nightly
Created 2019-05-15
Last Updated 2019-05-14
Thank dev.
Nice job! I'm going to have a try!
xingyunjohn1 said:
Nice job! I'm going to have a try!
Click to expand...
Click to collapse
It is fine!Nice job!
Very nice. I try to install the weather but API Code for openweathermaps it is not valid. And for the Google weather there is Google App missing (which cannot be installed on this phone) .Any idea ?
Suddenly weather appeared. Perfect !!! API from homepage open weather works.
kharuba said:
Suddenly weather appeared. Perfect !!! API from homepage open weather works.
Click to expand...
Click to collapse
Great! - api code sometimes takes hours to be validated initially. PW.
pndwal said:
Great! - api code sometimes takes hours to be validated initially. PW.
Click to expand...
Click to collapse
We can have a personal API code from the mentioned website. It's easy to get one.
xingyunjohn1 said:
We can have a personal API code from the mentioned website. It's easy to get one.
Click to expand...
Click to collapse
True. But if you enter api key manually or copy and paste it, it can still take minutes or hours to validate and activate. PW
Standby is better if not flashed to Android Go. With lowram enabler standby time decreased. Maybe not optimized for Android 9. Works great this ROM !!!
kharuba said:
Standby is better if not flashed to Android Go. With lowram enabler standby time decreased. Maybe not optimized for Android 9. Works great this ROM !!!
Click to expand...
Click to collapse
Thanks for pointer!
It may be battery / increased activity is the tradeoff for responsiveness with low-ram set. Just guessing...
Did you notice improvement in responsiveness with low-ram flagged? PW
File sharing via bluetoooth?
Hello community!
First of all thanks @dianlujitao for this ROM - I have to say it is faster than expected on this old device!
One issue I came across is: When I try sharing a file (e.g. a picture) with another already paired device via bluetooth I do not get the bluetooth selection in the pop-up? Also pairing itself does not seem to be very stable. Did anyone else observe that as well?
Bro it's still getting pie support. We're thankful for the devs. i hope 10 also works this way
Can someone please tell me about unlock bootloader of Honor(che1-L04) I want to flash custom Rom (Mokee 9.0)
S_T_A_R said:
Can someone please tell me about unlock bootloader of Honor(che1-L04) I want to flash custom Rom (Mokee 9.0)
Click to expand...
Click to collapse
Search 'unlocking bootloader' in this thread. Hope it helps. PW
https://forum.xda-developers.com/ho...-lineageos-14-1-huawei-g620s-honor-4-t3547682
can this ROM be installed on ascend g760-L01 (msm8916)?
ananiaanania said:
can this ROM be installed on ascend g760-L01 (msm8916)?
Click to expand...
Click to collapse
I have same question!
Hi
I guess this ROM does NOT support CHe2-L11 Honor 4X (Kirin 620 CPU), right?
Best,
-a-

[ROM][UNOFFICIAL][J4CORELTE] Lineage OS 18.1 for j4corelte

/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
Click to expand...
Click to collapse
Introduction
LineageOS 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. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
What's working
It boots
Display
Audio
USB
Wi-Fi
Bluetooth
RIL(calls, SMS, internet)
Camera(Photos, Video record)
GPS
F2fs (/cache end /data)
SELinux: Enforcing
Bug's
Others tell me disk crypto
Others tell me
Installation instructions:
Unlock bootloader
install TWRP (or other recovery)
Wipe: System, vendor, cache, dalvik-cache and data
Install the zip in twrp
Install gapps, pico arm 11
Install Magisk if you fancy
Downloads:
Download
Sources:
Device tree
kernel
vendor
Rom OS Version: android 11
Rom Kernel: 3.18.140
A big thanks for @Batu33 end @nnippon for the tree end medusa project
Version information
Status: Stable
Created: 09/10/2021
Updated :09/10/2021
reserved
gives me error e1001 cannot update system image error 1
one of the best roms for the j410g, but the pan bank app is not working
Thank you. I hope they appreciate your effort.
leohiper10 said:
Introduction
LineageOS 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. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
What's working
It boots
Display
Audio
USB
Wi-Fi
Bluetooth
RIL(calls, SMS, internet)
Camera(Photos, Video record)
GPS
F2fs (/cache end /data)
SELinux: Enforcing
Bug's
Others tell me disk crypto
Others tell me
Installation instructions:
Unlock bootloader
install TWRP (or other recovery)
Wipe: System, vendor, cache, dalvik-cache and data
Install the zip in twrp
Install gapps, pico arm 11
Install Magisk if you fancy
Downloads:
Download
Sources:
Device tree
kernel
vendor
Rom OS Version: android 11
Rom Kernel: 3.18.140
A big thanks for @Batu33 end @nnippon for the tree end medusa project
Version information
Status: Stable
Created: 09/10/2021
Updated :09/10/2021
Click to expand...
Click to collapse
if given the opportunity ...
Would you make a version of LineageOS 19.1 or LineageOS 19 in 32 bits for this phone?
I know it would be difficult for LineageOS 19 or LineageOS 19.1 to exist in 32 bits due to the abandonment of Google support, although it would be interesting if it did exist, even if it is the last version to be supported by Android Custom ROMs.
Can I install this rom on j410f
lineageos 19 android 12??

Categories

Resources