[DISCONTINUED][KERNEL][GPL][13 JUN - r6] franco.Kernel 3.0.15

Status
Not open for further replies.
Search This thread

andyfarmery

Senior Member
Jul 12, 2009
55
11
I'm also getting no touchscreen response occasionally on wake-up... r3 with stock rooted lpy

Sent from my GT-N7000 using xda premium
 

clandestino123

Senior Member
Dec 20, 2010
477
107
Brisbane
Thank you for this great kernel.

I'm on tmt 1.4 and this kernel has made a big difference, in terms of usability (operations seem to be happening faster) and battery life...(6pm here, phone being unplugged for 12 hours and normally I'd be on 20%....currently on 61% remaining. Not a scientific test I know....but good enough to convince me)
 

Tassos_i

Senior Member
Feb 12, 2012
322
84
Athens
Installed r3 on stock LPY. Everything, absolutely everything, works perfectly : wifi, bluetooth, usb-host, mht, voodoo louder, touchscreen, various softwares. I just had to clear cache to resolve some initial wifi and touchscreen problems.

Here's my question to Franco : After these first days and the feedback you had from various users, do you tend to believe that the eMMC hardbrick bug could be already resolved? (I experienced a very painful softbrick on day one of CF-Kernel, at my 1st nandroid restore)



Sent from my GT-N7000 using Tapatalk 2
 

eRode

Senior Member
Mar 31, 2005
101
46
Installed r3 on stock LPY. Everything, absolutely everything, works perfectly : wifi, bluetooth, usb-host, mht, voodoo louder, touchscreen, various softwares. I just had to clear cache to resolve some initial wifi and touchscreen problems.

Here's my question to Franco : After these first days and the feedback you had from various users, do you tend to believe that the eMMC hardbrick bug could be already resolved? (I experienced a very painful softbrick on day one of CF-Kernel, at my 1st nandroid restore)



Sent from my GT-N7000 using Tapatalk 2

I suggest going back a few pages and read the brick reports...
 

fireedo

Senior Member
Jul 24, 2008
95
4
Surabaya
I don't think this is kernel related.
Try cleaning the cash of the application and reinstall the Contacts.apk from /system/app folder.

I try reinstall contacts from /system/app and no luck, i mean when i try to install it said "install fail"...
What if i do wipe cache and wipe data/factory reset? Is it safe?
 

stesteste

Senior Member
Apr 12, 2011
1,209
317
Get the kernel on SDCard first of all, next get this cleaning script to SDCard too http://xdaforums.com/showthread.php?t=1473622

Now goto recovery and flash the cleaning script wait till it finishes and then flash the kernel r3 and test it now.

Btw there is another script can't recall where it is but you can look for it if you like both work fine.

Sent from my GT-N7000 using Tapatalk 2

if anyone wants the broid cleaning script u can get it from here flash in recovery before installing new kernal
https://www.box.com/shared/73c25sr7xgndypcg1qfy

galaxy note
 

not-i

Senior Member
Feb 19, 2012
3,785
9,025
Sunshine Coast, Australia
I try reinstall contacts from /system/app and no luck, i mean when i try to install it said "install fail"...
What if i do wipe cache and wipe data/factory reset? Is it safe?

Which Rom are you using? You could try replace your contacts apk in system/apps with this one. Set permissions to rw-r--r--

This is from lpy rom and should work with all ics roms so far
 

Attachments

  • Contacts.apk
    2.8 MB · Views: 10

fireedo

Senior Member
Jul 24, 2008
95
4
Surabaya
Which Rom are you using? You could try replace your contacts apk in system/apps with this one. Set permissions to rw-r--r--

This is from lpy rom and should work with all ics roms so far

Ok thx for your reply, but i think things going mess up, after replacing contacts apk now phone and contact application are missing.... :(

I dont use custom rom, i use lp9 official rom
 

Alexanderbooth

Senior Member
Apr 5, 2011
437
38
I can't say as I've noticed any differences really except yesterday for the first time ever my note locked up and I had to reset the device by holding down the power button, I've never had my phone do this since I got it in december, coincidence? Maybe? have no idea what caused it the issues. I do think screen off battery as gotten a lot better.
 

Goodm7sn

Senior Member
Nov 23, 2010
736
117
Bought the app to support the developer.
Thx for the awesome kernel..keep up the good work franco.

Sent from my GT-N7000 using xda premium
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 390
    Stock XXLPY/LPF only - confirmed and working. You Should not boot on AOSP/CM9 roms.

    This is what my kernel is made off:
    * Initramfs with the usual stuff (root, CWM support, recovery etc) based on CF-Root LPY
    * Partitions properly mounted in the ramdisk to take the most out from the device
    * VM values tweaked up for maximum performance/battery
    * Conservative tweaked and made the default governor
    * I/O boosted - I/O dirty writeback system backported from 3.2
    * CFS scheduler tweaked for maximum interactivity
    * CFS Autogroup enabled
    * Deadline I/O scheduler by default
    * TCP Westwood+ congestion scheduler by default as its more suitable for this kind of devices
    * Kernel stripped of debug **** - the only debugs that stayed were: logcat, printk and kallysms (for Voodoo Louder support)
    * CRC32 library that is used by a lot of internal kernel mechanics completely patched up to the latest version
    * The usual Franco's magic
    * SLUB memory allocator
    * Wi-Fi power management - echo 1 > /sys/module/dhd/parameters/wifi_pm (this is only available with wifi is turned on. This boosts wifi signal and its specially useful for screen_off streaming, but it might waste a little extra battery)
    * Lots more to be seen on my repository

    Changelog:
    r6:
    * All governors removed but one - pegasusq from Samsung
    * Merged gokhanmoral work on this cpufreq driver - all credits to him. Also cleaned up a defined but unused function
    * fsync() calls reintroduced to match stock behavior. The device actually runs faster/smoother with this enabled - also safer for data integrity (this has nothing to do with superbrick bug)
    * Disable mali-400 tracking debug
    * Merged two stability hotplug patches from mainline Linux kernel
    * Added two modules to userpsace where one can see how many times the CPU was hotplugged in and hotplugged out: cat /sys/module/stand_hotplug/parameters/ cpu_up_nr and cat /sys/module/stand_hotplug/parameters/ cpu_down_nr
    * Removed overclocking at all - it was causing heat and stability issues. If you want OC use Tegrak app
    * Some config cleaning

    r5:
    * Added overclock to 1,6Ghz
    * Some fixups on cpufreq.c files on exynos arch directory
    * initramfs updated to CF-Root v5.6 - all props to Chainfire

    r4:
    * Some Wi-Fi driver fixes (might help fixing those obtaining IP derps)
    * Tons of warnings fixed for a more stable kernel - don't we all want a clean compilation?
    * Compiled with special compiler flags for some extra bits of performance
    * Fixed a section mismatch - this warnings are one of the worse kind and can possibly lead to big problems. This one is fixed

    r3
    * Removed MMC_CAP_ERASE - workaround to fix the superbrick bug - thanks Entropy512 for all the research and shared knowledge with us for this god damn bug
    * Re-activated dynamic hotplug - the system seems to run smoother with this option and according to Entropy it gives us lower idle drain specially while the system is holding a wakelock

    r2
    * Initramfs fixed - recovery works, CWM works etc

    r1
    * Based on Samsung update3 for ICS kernel 3.0.15 - it contains the hardbrick bug so flash at your own rish or just extract the zImage and to /data/local, fire up adb shell and type this: dd if=/data/local/zImage of=/dev/block/mmcblk0p5 bs=4096 and then reboot
    * Contains all the features wrote above plus some small ****s available on my git
    * App will be updated in the next 12 hours with a full ICS layout plus tons of useful features. The current version won't load this new kernel version for ICS so don't bother checking it. I'll announce when the new app update is up

    F.A.Q:
    1. My device rebooted or crashed, how can I help?
    A: Get me /proc/last_kmsg or logcat.
    2. Battery sucks, my device is not entering deep sleep. FIX PLOX!
    A: Fix it yourself, it's an app waking your device up not the kernel's problem. Also make sure you let your device settle for at least 2 charging cycles. Typically apps like Facebook and Google Maps can cause problems since they wake it up pretty much all the time
    3. Signal is dropping since I flashed the kernel, amg u sucks!
    A: The kernel has nothing to do with gsm/cmda signal. Make sure you have the latest radios
    4. Do I need to wipe anything when flashing this kernel?
    A: No.
    5. Does this kernel has X or Y mod?
    A: Learn to read, everything you need to know is in the features list, changelog or public repo.
    6. Don't use 3rd party init.d scripts!!!

    franco.Kernel updater app for Galaxy Note features:
    #2.0
    * Completely re-written app
    * Ice Cream Sandwich theme
    * New CPU frequencies panel
    * Governor Control
    * Settings panel with Power Modes with my own specialized presets
    * XDA thread link in the menu button
    * Other settings and options

    Download: http://minooch.com/franciscofranco/Galaxy%20Note/ (flashable with CWM recovery)
    (Thanks minooch for the hosting)
    franco.Kernel updater app: https://market.android.com/details?id=com.franco.kernel.note
    franco.Kernel updater app from Android Pit: http://www.androidpit.com/en/androi...nco.kernel.note/franco-Kernel-for-Galaxy-Note

    Sources: https://github.com/franciscofranco/GT-N7000-ICS-3.0.y
    39
    I hope that my absence made my point clear. I will compile a proper new kernel and if I see dumb questions again I'll just stop building anything for this phone.
    38
    Ok I've had enough of dumb questions or ideas that have been jumping around so this is going to be a angry post before I stop coming here helping others with pertinent questions/suggestions:

    ****ING SEARCH. "AMG WIFI NO WARK PLZ i NIID WIFI SUCK KERNEL BUBAI". No, how about you search a god damn **** for the first time in your life? Certain firmwares are having problems with wifi connecting even with stock kernel so THAT IS NOT A KERNEL ISSUE. I've been running Wi-Fi like a mad man since the source was deployed and it WORKS. Some users have fixed it by reflashing with a different program or wiping or whatever. Just search for once.

    "HARDBRICK IS FIXED?!?!? PLX ANSWERZ ME NAO". Search the hell up. Thats one of the most covered topics in this thread or XDA in general. I've applied a workaround based on Entropy's suggestion and based on one Samsung engineer. It's NOT ****ing fixed, it's a workaround that might prevent it from happening. It's not confirmed. If you need more information search!!!

    "OMG HOW THIS COMPARES TO SPEEDMOD KARNEL OR STOCK KARNAL?!?! TELL NOW" . Try it and see for yourself. This Kernel might give you super god mode on your Note or might not. My usage is different than any of you, for me its god mode, for you might be something different. JUST STOP ASKING THIS!!

    "HOW DO I FLUSH THIS KARNAL?!??!?". If I see once more question like this **** I swear that I'll get you an infraction and reported to a moderator. IF you don't know how to ****ing flash then SEARCH. If you don't know how to search then bye.

    I'm pretty serious. If this surge of idiotic questions keep coming I won't post again here besides updating the OP when I feel like it. This is for everyone, don't bother crying, I don't care. Use your brain for once.
    37
    Franco is that kind of guy i guess, he's just ignoring people when they report bug :), same thing was happening with his GB kernel #10, i think there was at least 100 people tellin him that he has a problem with SOD and what he did? Nothing, just ignored them :D
    I guess now it's the same thing with WiFi :)

    Sorry what are you implying? I have 3 ****ing kernels to manage and I actually provide full user support for the 3 of them not just post the kernels and kkthxbai.
    I also have apps to manage and fix which takes a ****ing lot of time.
    I do have a family and a girlfriend that actuly needs my attention as well.
    And im on university preparing my future.

    Yet with all the above I still manage to deploy quality work. Complain? Do better please.

    As for the wifi I said I have no issues. I cant reproduce I cant fix. I saw no logs no nothing only ****ing "amg no wifi fix plox".

    And now Im going to lunch with a friend on the beach. Have a nice day.

    Sent from my GT-N7000 using xda premium
    34
    Franco , Franco where r u ?
    Another big moment in Gnote history.

    @Galaxy Note™…

    I'm here. Time to go hardcore, I have a kernel and an app to re-program ;)