[KERNEL][KK] hells-Core-b54 [AOSP/CM] [KERNEL][KK] hells-Core-b54 [AOSP/CM] - Seite 3
Seite 3 von 7 ErsteErste ... 234 ... LetzteLetzte
Ergebnis 41 bis 60 von 139
  1. hells-Core-b33-m (module Support)

    AOSP

    Stock

    Changelog:

    lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()
    switch the protection of percpu_counter list to spinlock
    lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'
    vsprintf: correctly handle width when '#' flag used in %#p format
    vsprintf: further optimize decimal conversion
    vsprintf: add %pMR for Bluetooth MAC address
    lib/vsprintf.c: remind people to update Documentation/printk-formats
    lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
    vsprintf: add support of '%*ph[CDN]'
    lib: vsprintf: optimize division by 10 for small integers
    lib: vsprintf: optimize division by 10000
    lib: vsprintf: optimize put_dec_trunc8()
    lib: vsprintf: fix broken comments
    lib/vsprintf: update documentation to cover all of %p[Mm][FR]
    lib/vsprintf.c: improve standard conformance of sscanf()
    scatterlist: add sg_alloc_table_from_pages function
    scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs
    tmpfs: fix mempolicy object leaks
    Make sure PWMs are running in sync
    lm3530: Add a toggle for the CABC PWM
    msm: pm-8x60: Setup memory for save/restore cpu registers early
    msm: hotplug: wait for hotplug completion event from secondary core
    msm: pm-8x60: Use relative time for events
    msm: pm: send notification only for SPC and PC
    msm_fb: display: fix iommu page fault when iommu buffer freed
    msm: avs: Restore core voltage when disabling AVS
    msm: spm: set vdd directly for current cpu
    msm: pm: Add support for retention on each core
    msm: pm: add failed stats
    msm: rpm: add debug msg for rpm outstanding req
    Staging: android: binder: Fix memory leak on thread/process exit
    msm: display: Add DSI clock control for MDP GDHS power collapse
    mako: Add DSI clock control for MDP GDHS power collapse
    msm: Fix race condition in domain lookup
    mmc: core: Allow changing bus frequency for SD/eMMC cards in runtime
    mmc: core: Fix some driver hangs when dealing with broken devices
    mmc: core: Add load based clock scaling support
    mmc: core: Add sysfs entries for dynamic control of clock scaling
    mmc: core: claim mmc host while enabling clock scaling from userspace
    mmc: core: run clock scaling only in valid card state
    mmc: core: Log MMC clock frequency transitions
    mmc: core: Add support for notifying host driver while scaling clocks
    mmc: msm_sdcc: Add support for dynamic bus clock vote
    mmc: msm_sdcc: fix a type mismatch in msmsdccc_config_dma()
    mmc: msm_sdcc: Enable clock scaling capability
    mmc: core: remove the polling for BKOPS completion
    msm: msm_bus: Fix the 64-bit division during interleaving
    msm: msm_bus: Change MDP port interleaved setting
    msm: msm_bus: Add NULL pointer checks
    msm: msm_bus: Explicitly clear client requests before removal
    msm: msm_bus: Correct the return value from register-client
    msm: pm-data: Enable powercollapse/suspend_enabled for non-boot cpus
    sched: Reset rq->next_interval before going idle
    hrtimer: Prevent hrtimer_enqueue_reprogram race
    sched: fix reference to wrong cfs_rq
    sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s
    sched: change WARN_ON_ONCE to WARN_ON in try_to_wake_up_local()
    msm: move printk out of spin lock low_water_lock
    msm: pm: Add support to query cpu status
    mako: Add support to query cpu status
    mmc: Urgent request support
    msm_fb: hdmi: Resolution modes on HDMI
    remove compilation error by changing int to uint32_t
    video: msm: external: Limit HDMI to standard resolutions

    Tweaks aus meinen S3-Zeiten im confg Script:

    # VM-Tweaks

    echo "4096" > /proc/sys/vm/min_free_kbytes;
    echo "0" > /proc/sys/vm/oom_kill_allocating_task;
    echo "0" > /proc/sys/vm/panic_on_oom;
    echo "0" > /proc/sys/vm/laptop_mode;
    echo "0" > /proc/sys/vm/swappiness;
    echo "50" > /proc/sys/vm/vfs_cache_pressure;
    echo "90" > /proc/sys/vm/dirty_ratio;
    echo "1" > /proc/sys/vm/overcommit_memory;
    echo "4" > /proc/sys/vm/min_free_order_shift;
    echo "1" > /proc/sys/vm/oom_dump_tasks;
    echo "0" > /proc/sys/vm/swappiness
    echo "1000" > /proc/sys/vm/dirty_writeback_centisecs;
    echo "500" > /proc/sys/vm/dirty_expire_centisecs;
    echo "8" > /proc/sys/vm/page-cluster;
    echo "3" > /proc/sys/vm/drop_caches

    # File-System

    echo "10" > /proc/sys/fs/lease-break-time;
    echo "32000" > /proc/sys/fs/inotify/max_queued_events;
    echo "524288" > /proc/sys/fs/file-max;
    echo "256" > /proc/sys/fs/inotify/max_user_instances;
    echo "10240" > /proc/sys/fs/inotify/max_user_watches;

    # Kernel-Tweaks

    echo "1000000" > /proc/sys/kernel/sched_min_granularity_ns;
    echo "18000000" > /proc/sys/kernel/sched_latency_ns;
    echo "3000000" > /proc/sys/kernel/sched_wakeup_granularity_ns;
    echo "0" > /proc/sys/kernel/panic;
    echo "1" > /proc/sys/kernel/panic_on_oops;
    echo "64000" > /proc/sys/kernel/msgmni;
    echo "64000" > /proc/sys/kernel/msgmax;
    echo "4096" > /proc/sys/kernel/shmmni;
    echo "2097152" > /proc/sys/kernel/shmall;
    echo "536870912" > /proc/sys/kernel/shmmax;
    echo "524288" > /proc/sys/kernel/threads-max;
    echo "500 512000 64 2048" > /proc/sys/kernel/sem;
    echo "0" > /proc/sys/kernel/sched_child_runs_first;

    # Netzwerk-Tweaks

    echo "524288" > /proc/sys/net/core/rmem_max;
    echo "524288" > /proc/sys/net/core/wmem_max;
    echo "6144 87380 524288" > /proc/sys/net/ipv4/tcp_rmem;
    echo "1" > /proc/sys/net/ipv4/tcp_tw_recycle;
    echo "6144 87380 524288" > /proc/sys/net/ipv4/tcp_wmem=;

    Have Fun (=
    hells
    0
     

  2. Hi,

    wollte Dir schon lange mal ein Feebback geben, Dein Kernel, absolut angesagt
    Perfekte Arbeit und ich bin Stolz, kommst auch noch aus Bayern

    Ich habe zur Zeit das VANIR ROM am laufen, ist für mich noch einen Tick besser als Carbon und i.V.m.
    Deinem Kernel ... Hut ab ..

    Greetings

    Moskito
    1
     

  3. Danke dir für dein Feedback. Ich war in letzter Zeit zeitlich etwas angebunden. Unterdessen sind wir bei b37 angekommen und in den nächsten Tagen wird b38 kommen.

    (b34)
    fs/sync: Make sync() satisfy many requests with one invocation
    Revert "input: lge: use the old 100px finger movement code for CPU frequency”
    Revert "drivers: input: disable onlining the second core on screen touch”
    Revert "drivers: input: clean up the boospulse call detection funtion."
    Revert "drivers: input: instead of calling boostpulse every touch input...”
    lge_touch_core: Simpler method of boosting the cpu frequency on touch
    intellidemand: Activate Touch Boost
    ondemand: Set boosfreq to 1242mhz (for Touch Boost)
    cpufreq: intellidemand: Change optimal_freq to 1242mhz
    cpufreq: ondemand: Set optimal_freq to 864mhz and sync_freq to 1350mhz
    intellidemand: Tweak some values
    delete ("/system/lib/hw/power.msm8960.so"); (im UpdaterScript)
    msm_fb: display: fix the hang issue caused by solidfill pipe
    msm_fb: display: add mfd null pointer and mfd panel_power_on checks
    msm: mdp: Do not wait for vsync for command mode panel
    msm_fb: Set timeline threshold for command mode to 2
    Revert "msm: mdp: Update sync pt. behaviour"
    msm: display: command mode panel release fence
    msm: mdp: Update sync pt. behaviour
    msm: mdp: Change msmfb kworker to kthread
    intellidemand: Set Optimal-Freq back to 1242mhz (testing)
    ondemand: Set boostfreq to 1026mhz (1242mhz is maybe to high)
    intellidemand: Set Sync_Freq backt to 702mhz
    acpuclock: Deactivate 864mhz
    Revert "cpufreq: smartmax: Test ideal freq 864mhz (we don't need 1026…
    ondemand: Set Sync_Freq back to 702mhzsound/soc/codecs/wcd9310.c: expose additional controls

    (b35)
    cpufreq: conservative: Enable load tuning (thx myfluxi) (reverted
    Revert "arm: mako_hotplug: Add intermediate load level"
    Revert "mako_hotplug: Pull check routine optimizations from franco git"
    Revert "mako_hotplug: Pull Chalhoubs circular buffer from franco git"
    Revert "mako_hotplug: Properly set cpu freq policy on suspend/resume"
    cpufreq: Introduce governor load tuning
    Revert "mako_hotplug: Resume late from early suspend"
    Revert "mako-hotplug: Fixup funtion declaration"
    Revert "arm: mako_hotplug: Stop spamming the kernel log buffer"
    Revert "arm: mako_hotplug: Unify drivers, Lindent, cleanup interface"
    Revert "arm: mako_hotplug: Fix section mismatch"
    Revert "arm: mako_hotplug: Import from francoKernel"
    ARM: add auto hotplug driver
    arm: auto hotplug - wrap all pr_info into the existing debug mode so we
    auto_hotplug: enhancements
    auto_hotplug: enhancements (rev 2)
    auto_hotplug: enable the min_online_cpus value
    auto_hotplug: enhancements (rev 3)
    auto_hotplug: parameter validation for max_online_cpus
    auto_hotplug: stack the deck on auto_hotplug_late_resume to get things
    auto_hotplug: rev 4 - let's lean a little more towards performance.
    auto_hotplug: Set min cores online to "2" and onlining all cores usin…
    Revert "cpufreq: interactive: Enable userspace control for load tuning"
    cpufreq: ondemand: Enable userspace control for load tuning
    Revert "cpufreq: boost the sampling rate on touch event"
    cpufreq: boost the sampling rate on touch event
    config: Activate auto_hotplug
    Revert "mako: Add support to query cpu status"
    Revert "msm: pm: Add support to query cpu status"
    Revert "msm: pm-data: Enable powercollapse/suspend_enabled for non-bo…
    Revert "msm: pm: Add support for retention on each core"
    Revert "msm: hotplug: wait for hotplug completion event from secondar…
    Revert "msm: spm: set vdd directly for current cpu"
    auto_hotplug: Add suspend_freq
    auto_hotplug: Tweaks for battery / Allow higher enable_load_threshold…
    cpufreq: ondemand: Fix the boostpulse interface (again)
    lge_touch_core: Do not boost touch while suspended
    Revert "touch_synaptics: Loop until i2c is awake (thx myfluxi)"
    Revert "touch_synaptics: Add delay to init function"
    Revert "touch_synaptics: i2c read delay is only needed while suspended"
    Revert "touch_synaptics: Give i2c a little time to wakeup, fix sweep2…
    touch_synaptics: Loop until i2c is awake
    sweep2wake: Cleanup (thx myfluxi)
    sweep2wake: disable as default for now
    kernel: cgroup_timer_slack: Adaptations for 3.4 kernel
    writeback: Fix occasional slow sync(1)
    binfmt_elf.c: use get_random_int() to fix entropy depleting
    mmc: msm_sdcc: check for pending_resume in SDCC system suspend

    (b36)
    sound control 3.x: Initial GPL release for WCD9310 Audio Codec
    config: Use XZ instead of GZIP
    freezer: set PF_SUSPEND_TASK flag on tasks that call freeze_processes
    block: cfq: merge tweaked tunables.
    cpufreq: interactive: Set hispeed_freq to 1026mhz
    mach-msm: subsystem_restart: Fix CPU detection
    board_mako: Adjust throttle temp
    touchscreen: tweak some initialization parameters for better UI response
    Accuracy Filter Control: export accuracy filter items to userspace
    input: touchscreen: change filter parameters courtesy of viking37.

    (b37)
    cpufreq: ondemand: Boost CPU frequency only for touch input /AOSP
    cpufreq: interactive: fix show_target_loads and show_above_hispeed_delay
    msm: kgsl: Don't do intensive memory recovery when allocating big pages
    adreno: increase cmdbatch timeout to 10 seconds
    msm: kgsl: Use the correct length when looking for address collision
    msm: kgsl: Prevent race conditions when freeing memory
    msm: kgsl: Only reference the rb_node after taking spinlock
    msm: kgsl: Only initialize process structure once
    msm: kgsl: Do not hold memory spinlock when calling find region functio
    msm: kgsl: Add a missing mutex unlockmsm: kgsl: generate descriptive names for kgsl-timeline
    gpu: ion: Minimize allocation fallback delay
    gpu: ion: Add null-pointer check after allocation
    msm: kgsl: Map sync lock variables to every pagetable
    kgsl: Add memory barrier to kgsl_iommu_lock_rb_in_tlb iommu operation
    msm: kgsl: show timestamp in sync dump
    msm: kgsl: Add a check to free the kgsl_timeline object. /AOSP
    Make sure PWMs are running in sync (Stock)
    int_sqrt.c: Correction square root algo with naming
    int_sqrt: Improve 3x faster integer sqrt.
    msm: vidc: Correct log tagging for kernel messages
    msm: camera: Fix camera crash in msm_open_config
    msm: camera: Fix camera crash when ctrl_q is empty
    msm: camera: Fix mctl release crash issue.
    msm: camera: Enable pixel line buffer for ispif.
    msm: camera: Check if client is NULL before calling ion_free
    sync: don't block the flusher thread waiting on IO
    msm: cpufreq: Only apply driver limits for scaling_min/max_freq writes
    cpufreq: Save user policy min/max instead of policy min/max during hotplug
    LMK: Optimize lowmem_shrink.
    sched: Reduce overestimating rq->avg_idle
    sched: Consider max cost of idle balance per sched domain
    sched: Periodically decay max cost of idle balance
    sched: change load balance number to h_nr_running of run queue
    sched: change cpu_avg_load_per_task using h_nr_running
    sched: change update_rq_runnable_avg using h_nr_running
    sched: change pick_next_task_fair to h_nr_running
    sched: change update_sg_lb_stats to h_nr_running
    sched: change find_busiest_queue to h_nr_running
    sched: change active_load_balance_cpu_stop to use h_nr_running
    sched: document the difference between nr_running and h_nr_running
    sched: Unthrottle rt runqueues in __disable_runtime()
    msm: Allow lowmem to be non contiguous and mixed.
    ARM: smp: Save CPU registers before IPI_CPU_STOP processing
    crypto: msm: Fix Uninitialized flags
    net: flow: Prevent bringing up new CPUs during per-CPU initialization

    Die wichtigsten Änderungen sind:

    Touch Boost für 1 Sekunde auf 1026mhz
    Neuer alter Hotplug Treiber mit einigen Parameter zum konfigureren. Min 2 Cores online.
    faux Sound 3
    XZ Kompression (kleineres zImage)
    Touch Screen Filter
    Commits gegen die Deadlocks und sonst jede Menge unter der Haube...

    AOSP

    Stock

    hells
    1
     

  4. Ja, ich werde auf alle Fälle Werbung machen, keine Frage
    Es ist schon Klasse, solche Freaks wie Dich hier zu haben. Und, seit dem Preisrutsch beim Nexus4 wird die Zahl der User sicherlich noch steigen.
    Bei dem Preis ist es ungeschlagen an der Spitze der Top Smartphones

    We keep in touch ...

    Beste Grüße

    Moskito
    1
     

  5. Hey, wollte heute den hells kernel testen. Scheint aber so, dass der Server down ist!? Kann leider nichts downloaden

    Geschrieben mit der kostenlosen PocketPC.ch App.
    1
     

  6. Ist wieder online. dev-host scheint mal wieder ne Weile Probleme gehabt haben. Ich mach für die Zukunft einen Mirror auf meiner Dropbox. Danke für den Hinweis!

    hells
    1
     

  7. hells-Core-b38

    AOSP

    Stock

    Changelog:

    powerpc: Fix broken cpu_idle_wait() implementation
    ath9k: fix panic caused by returning a descriptor we have queued for
    ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled
    ACPI / processor: Get power info before updating the C-states
    hrtimer: Add expiry time overflow check in hrtimer_interrupt
    drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()
    cpuidle: move field disable from per-driver to per-cpu
    cpuidle: Quickly notice prediction failure for repeat mode
    cpuidle: Quickly notice prediction failure in general case
    cpuidle: Get typical recent sleep interval
    cpuidle: Fix finding state with min power_usage
    cpuidle: remove the power_specified field in the driver
    cpuidle: fix unused variable dead_state
    msm: pm: Add support to query cpu status
    mako: Add support to query cpu status
    ashmem: Fix ashmem_shrink deadlock.
    crypto: authenc - Fix crash with zero-length assoc data
    hrtimer:__run_hrtimer races with enqueue_hrtimer
    driver core: always handle dpm_order
    acpuclock-krait: Report PVS Bin as readable text
    msm: mdp: Adjust bandwidth parameters
    msm: video: increase MM heap size for smoothstreaming
    msm: mdp: Unmap secure memory on dtv off
    auto_hotplug: Fix a derp and use some spelling fixes / documentation
    msm_otg: hack to allow externally powered usb host mode
    prima v3.2.3.92a
    workqueue: consider work function when searching for busy work items
    workqueue: fix possible stall on try_to_grab_pending() of a delayed w
    msm: timer: Don't check state of clock while setting next timer event
    hrtimer: Don't reinitialize a cpu_base's lock on CPU_UP
    msm: scm: Add scm_call_noalloc and helper macros
    arm: Add ARCH_RANDOM Kconfig
    msm: implement ARCH_RANDOM
    init: Move stack canary initialization after setup_arch
    mm: add a field to store names for private anonymous memory
    blkdev: change BLKDEV_MAX_RQ to 256
    Readahead: Optimize divide/multiply by power of 2 using L/R shift
    Input: Send events one packet at a time
    config: Activate ARCH_RANDOM
    cpufreq: ondemand: Fix update_sampling_rate race with hotplug
    cpufreq: ondemand: Fix locking issue in store_powersave_bias
    cpufreq: ondemand: Fix hotplug deadlock with store_powersave_bias
    Revert "sched: smart wake-affine"
    sched: Implement smarter wake-affine logic
    sched: Micro-optimize the smart wake-affine logic

    Das wichtigste im Überblick:

    cpuidle Patches: Für besseren Deep Sleep und Bug fixing mit den C States

    Neue WLAN Treiber: Ist nach wie vor ein Wackelkandidat. Der Hauptgrund für die Verzögerung. Ich lasse euch entscheiden ob die Treiber etwas bringen, oder nicht. Bei einem Tester tauchte damit der Wakelock “deleted wakelocks” bei den Kernel Wakelocks auf. Bitte um Feedback.

    OTG: Es ist und bleibt ein übler Hack. PA wird ihn wieder reverten, ihr könnt also davon ausgehen, dass OTG mit einer neuen PA Version auch mit meinem Kernel nicht mehr so einfach gehen wird! Es braucht Änderungen an der Ramdisk, was ich nicht vornehmen werde. Von daher gut möglich, dass der Hack demnächst wieder raus fliegt.

    Sonst einige CAF Patches für Bug Fixing u. Optimierung und sonstige Kleinigkeiten… (=

    Have Fun!

    hells
    2
     

  8. Wow, hier geht die Post ab

    Frage, läuft er auch mit JLS36C ??
    Ich bin auf VANIR ROM unterwegs, ein super flottes ROM und hat alles was ich so brauche

    Danke für ne Info
    0
     

  9. Jap, Kerneltechnisch hat sich nichts geändert

    hells
    1
     

  10. Die Kombination Wikinger in Verbindung mit der Hölle kann ich nur empfehlen! Habe es seit kurzem drauf und bin sehr zufrieden! Der Akku hält seit dem Viel viel besser! Nach 2 1/2 Std display on, davon etwas mehr als 1 1/2 Std gespielt, hatte ich immer noch fast um die 37% akku. Mit Franco war ich da schon am Ende!

    Geschrieben mit der kostenlosen PocketPC.ch App.
    1
     

  11. Zitat Zitat von Hellsgod Beitrag anzeigen
    Jap, Kerneltechnisch hat sich nichts geändert

    hells
    Okay, merci, d.h. wir orientieren uns nachwievor am JSS ??
    0
     

  12. Jap, genau

    hells
    0
     

  13. Bin derzeit auf dem VANIR ROM unterwegs, aber damit haben derzeit scheinbar alle Kernel ein Problem.
    So läuft derzeit der Stock Kernel
    0
     

  14. Vanir baut auf CM auf, richtig? Dann ist klar, warum viele Kernel Probleme haben. CM macht es uns Devs wirklich nicht leicht... Denen ist alles egal und kreieren neben der JSS und JWR Branch noch ne dritte, nämlich IHRE.

    Es hat sich die letzten Tage viel getan bei meinem Kernel. Die Crashes und das Gejammer ging enorm in die Höhe und ich wollte eine Zeitlang alles hinschmeissen und nur noch für mich entwickeln. Ich hab mir dann eine kurze Auszeit genommen und bin jetzt wieder voll dabei. Ich habe einen kompletten Rebase von meinem Kernel gemacht, das ganze dreifach: JSS, JWR und CM.

    Interne Tests laufen und in einem Forum poste ich in unregelmässigen Abstanden pubilc Test Versionen. Dort kriege ich sehr viel Feedback und das ist wichtig für mich, damit ich weiss, ob ich den richtigen Weg eingeschlagen hab. Wenn du oder vielleicht auch noch andere User jetzt finden, dass sie das auch cool finden würden, dann kann ich die nächsten Test Versionen gerne auch hier posten.

    In diesem Sinne,

    Gute Nacht

    hells
    2
     

  15. Ja drüber habe ich auch viel gelesen! Jedoch bin ich momentan mit dem nightly vom 30.09.13 und dem b38 AOSP sehr zufrieden. Habe nicht gewechselt, da ich nicht von dieser Kombination weg wollte!
    Freu mich schon auf deine nächste Arbeit!! Und danke dafür!

    Gesendet von meinem Nexus 4
    1
     

  16. Genau, da kann ich mich nur anschliessen ...
    Echt ein Wahnsinn, wenn die so rumschrauben, dass nichts mehr passt.
    Und, deswegen darfst auch nicht alles hinschmeißen.

    Idioten gibt es überall und dann eben auch beim Nexus4. Anstatt, dass die froh wären, dass jemand hier so tolle Arbeit leistet,
    hau'n die drauf, wo es geht.
    Kein Wunder, wenn keiner Lust hat, was zu tun.

    Also, lass dich da nicht entmutigen, wir schätzen Dich und Deine Arbeit, bist ja auch total vorne mit dran



    Beste Grüße

    moskito

    BTW: und, hau deinen kernel rein hier, ich teste ihn auf alle Fälle mit VANIR ROM
    1
     

  17. Danke für eure Worte

    Die kurze Auszeit war jedenfalls gut für mich, ich sehe nun vieles in einem anderen Licht.

    Hier findet ihr die aktuellste Test Version: klick Ihr könnt auch über den DL Link im OP in den Test Ordner navigieren und von dort laden.

    hells
    2
     

  18. Besten Dank und Du weißt, vom Weg lässt Du dich nicht abbringen
    Dank für den LINK, dann werde ich mir für das VANIR ROM die CM-Version ziehen.
    So habe ich Dich zumindest verstanden, oder ??

    Beste Grüße

    moskito
    2
     

  19. Ich gehe meinen Weg, richtig Während sich bei xda noch alle darüber ärgern, dass CM einen eigenen Weg geht, habe ich bereits einen gebastelt

    hells
    1
     

  20. Das wollte ich hören, lesen
    Du weißt ja, wird der WEG "anders" muss man eben ggf. das Schuhwerk ändern, oder umkehren.

    bin schon gespannt, wie Dein Kernel läuft, wenn er sich etwas eingeschaukelt hat
    Merci !!!
    1
     

Seite 3 von 7 ErsteErste ... 234 ... LetzteLetzte

Ähnliche Themen

  1. [Kernel][JB&ICS]Leankernel: Minimalistic Kernel 4.2.0/3.10.0
    Von pesc im Forum Google Galaxy Nexus Root und ROM
    Antworten: 40
    Letzter Beitrag: 02.08.2012, 20:50
  2. [Kernel] Speedmod (Hardcore) K2-11 (28.04.2012)
    Von spline im Forum Samsung Galaxy Note Root und ROM
    Antworten: 90
    Letzter Beitrag: 28.04.2012, 10:04
  3. [KERNEL] von Hyperdroid Androidmeda ROM (25.10.11)
    Von diddsen im Forum Samsung Galaxy S2 Root und ROM - GT-I9100
    Antworten: 3
    Letzter Beitrag: 26.10.2011, 10:26
  4. Custom ROM's und Kernel, Modems und Modding (update 21.05.2013)
    Von spline im Forum Samsung Galaxy S2 Root und ROM - GT-I9100
    Antworten: 5
    Letzter Beitrag: 18.08.2011, 21:12
  5. [MAGLDR/cLK][25.04.11]TyphooN CyanogenMod 7.0.2 v3.1.2[2.3.3][A2SD][tytung r9]
    Von Winman im Forum HD2 Android Builds NAND-Versionen
    Antworten: 17
    Letzter Beitrag: 29.04.2011, 22:03

Besucher haben diese Seite mit folgenden Suchbegriffen gefunden:

hellscore kernel nexus 4

hells core nexus 4

hells core kernel

hells kernel

hells kernel nexus 4

hells core kernel nexus 4

nexus 4 hellscore

hells kernel nexus 4 b39

nexus 4 scheduler

nexus 4 optimiertes rom

nexus 4 hells core b37

Hellscore Kernel

hells corenexus 4nexus 4 hells corehells core kernel downloadhells core b38nexus 4 hellscore kernel b38hells-core b38 downloadhells core makonexus 4 hells core oder francohells core kernel sicherheitJB LGhells-core kernel

Stichworte