[KERNEL][GPL][N7]franco.Kernel - r82

Search This thread

PinoDG

Senior Member
Oct 5, 2008
98
47
Parma
Xiaomi Mi A1
Xiaomi Mi A3
How can i use multirom whit this kernel ?:confused::confused:
I cant acses my secendery rom.:crying::crying:
you read this?

By multirom OP http://xdaforums.com/showthread.php?p=34577838#post34577838

Explanation of recovery menus

Main menu
- Add ROM - add ROM to boot
- List ROMs - list installed ROMs and manage them
- Inject boot.img file - When you download for example kernel, which is distrubuted as whole boot.img (eg. franco kernel), you have to use this option on it, otherwise you would lose MultiROM.
- Inject curr. boot sector - Use this option if MultiROM does not show up on boot, for example after kernel installation.
- Settings - well, settings.

my all nexus
 
  • Like
Reactions: arman-teta

player594

Senior Member
Oct 31, 2014
99
5
54
Is there any chance you could add Hexec's hard boot patch to your kernel for use with MultiRom?

Sent from my Nexus 7 using Tapatalk
 

justibasa

Senior Member
Feb 6, 2011
1,496
637
Elk Ridge, UT
Don't take wrong my question.
This kernel is useless if we don't buy your app to customize it.
Right ?
Because I can't do anything without this Franco 7€ app.
Too expensive for me, 1.5€ will be much reasonable.
Thanks



Sent from my Nexus 7 using XDA-Developers mobile app
You can use any kernel editing app. Kernel auditor is free. You'll just be considered a jerk by many Franco users for not supporting his development. Typical Android user. Thinks they shouldn't have to pay for anything. His app, all of his apps are well worth the price.

Sent from my Nexus 6P using XDA-Developers mobile app
 
  • Like
Reactions: Bultiz1

Charles IV

Senior Member
Jan 15, 2016
570
180
I've flashed the zip in recovery and the boot image via fastboot and both times i got a bootloop. I think it may be because i installed multirom. However, before flashing the boot image, i restored a twrp backup that i make before flashing multirom. Any ideas what went wrong/how i can fix it?
Thanks in advance
 

JustSomeDev

Member
Oct 16, 2017
9
0
I've flashed the zip in recovery and the boot image via fastboot and both times i got a bootloop. I think it may be because i installed multirom. However, before flashing the boot image, i restored a twrp backup that i make before flashing multirom. Any ideas what went wrong/how i can fix it?
Thanks in advance
Same thing happened to me, and I'm still trying to recover from it. I think for Multi-ROM, franco.kernel might not be the best idea

Sent from my (boringly stock) Acer Iconia One 8 using XDA Mobile
 

Top Liked Posts

  • There are no posts matching your filters.
  • 798
    Hi all.

    r81 is the last release for Android 5.0.
    r82 or newer is only for Android 5.1 - don't flash them on older Android versions.

    Download:
    boot image:
    http://kernels.franco-lnx.net/Nexus7/5.1/
    zips:
    http://kernels.franco-lnx.net/Nexus7/5.1/zips

    Installation:
    fastboot flash boot boot_name_img
    or
    flash the .zip in the recovery

    Changelog:
    http://kernels.franco-lnx.net/Nexus7/5.1/appfiles/changelog.xml

    Source:
    https://github.com/franciscofranco/Grouper-3.1.10

    Official app support:
    https://play.google.com/store/apps/details?id=com.franco.kernel.free

    Got any questions that you couldn't find after searching?
    FAQ: http://xdaforums.com/showthread.php?t=2532422

    Disclaimer to moderators:
    Slight OT is fine, but when users decide to act stupid they should be dealt with with the appropriate means - its really annoying for me when OT turns crazy. Please put the warning/ban hammer anytime any of you think there's lack of respect and/or too much unwanted OT crap - but if it doesn't meet this criteria let the OT posts alone. Thank you.

    Cheers!
    142
    Fsync toggle:

    It's disabled by default. Enabled = stock IO speed while having data integrity; disabled = more IO throughput but less data integrity

    echo Y > /sys/module/sync/parameters/fsync_enabled (N to disable and Y to enable)

    GPU clock interface:

    To check the current GPU frequency:
    cat /sys/devices/system/cpu/cpu0/cpufreq/gpu_oc

    To change it:
    echo X > /sys/devices/system/cpu/cpu0/cpufreq/gpu_oc (change the X with your desired value. Should work up to 750Mhz at least, beyond that is pure madness)
    78
    r62 - Where is the lag?
    * 99% rework of the Hotplug driver. Cores are intelligently managed. Always 2 cores are online to diminish thread migration and all the intrinsic operations that are inherent of onlining and offlining cores. If the load is high enough the other 2 cores come online
    * Custom changes to interactive that now reacts a bit better and more intelligently to load changes, specially during big load, which will majorly improve gaming performance
    * Interactive tunables are scaled from the Hotplug driver based on either there are 2 or 4 cores online. If there are 2 online it uses the normal tunables, if there are 4 they get tuned for maximum performance
    * Merge all the work from the usual suspects, which contains the special partition mounts
    * Bunch of other custom patches and other patches from upstream to improve IO handling
    * No more Youtube lag as far as I know

    By the way I think I fixed that bug where the device could be stuck in a lower frequency (I think that was the problem AFAIK) and driver it unusable unless rebooting. Let me know if thats fixed, which I tried to fix anyway.
    75
    Just pushed r48. Re-merged original hotplug driver and changed just a few lines to make it a little bit lighter. Should give a little extra power now. Also fixed the UV interface, you won't be able to input more than 600mV. Merged a few changes from upstream too. Hotplug options from my app will be gone with this driver change. Also it won't be dual-core minimum by default, will hotplug normally. I plan to re-add the options to change the hotplug parameters sometime in the future.
    70
    Happy new year folks, time for r77!!

    * Merged interactive governor improvements from FK for N5
    * Merged Hotplug driver improvements from FK for N5
    * Merged touchboost generic driver from FK for N5
    * Other misc patches merged from upstream
    * Added CM11 support

    Thanks to osm0sis who kindly sent me the correct ramdisk changes for this release. Hope you enjoy this.