[Kernel][GB][Alpha]Doppler v1

Search This thread

zegoo

Senior Member
Feb 21, 2010
212
33
This was one of my experiments earlier this year.
Has the Doppler_180 config afaik ...
http://www.mediafire.com/download/h5g77o534bczmyt/Nin02_Satsuma.img
Uses Wifi of lupus so get it from there..

Run these commands one time...
dd if=/dev/zero of=/sdcard/cache/cache.img bs=1024 count=120000
mkfs.ext2 -F /sdcard/cache/cache.img

Run these commands on every boot
umount /cache
losetup /dev/block/loop7 /sdcard/cache/cache.img
mount -t ext2 /dev/block/loop7 /cache
chown system.cache /cache
chmod 770 /cache

Should give you 120MB of cache on demand...

Too lazy to work on GB cos it's very old and very dated android. Half of apps don't work

Hi @karandpr and thanks for this. Really good idea for cache, i will make modification on my rom to launch once the creation of /cache on sdcard and a init file for the second phase about mounting cache on every boot.
So, i just have tested the Nin02_Satsuma.img you gave me but /cache is 8M, no issue with your solution but /system is 400M not 400 less 180 ...
Is there a way for you to a 180 or 200 in less on the 400 M in /system, my little rom is about 188M at this time. :eek: less 200M.
Thanks a lot.

I tried to compile a kernel by myself with the Rage sources with this parameters:
Code:
CONFIG_CMDLINE="console=ttyMSM2,115200n8 androidboot.hardware=semc mtdparts=msm_nand:200000k@96768k(system),696512k@350016k(userdata),53248k@296768k(cache),12800k@81920k(boot)"
but, no way, i went on recovery, flash my rom but no boot.
Is my code correct dear @karandpr ?
 
Last edited:
  • Like
Reactions: karandpr

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    A) only 3-5 users use this kernel
    B) after my mini pro got bricked, I can't test the kernel. This is the major reason for my severe lack of development.
    C) I don't have anyone else to test and report and its to much to expect I guess.
    Even on ics doppler, barring 2-3 enthusiastic people no one bothers to report. I have reports only from mango users.

    There is lot of stuff happening in my real life which has compounded my situation.

    I am trying to do the best I can. I have limits as a human. And currently that's what I am facing
    4
    This is the GB variant of Doppler
    For now there ,only Governors ,Schedulers and O/C is added (courtesy, @wedgess) .Kernel is based of .84 sources

    Currently this is in testing phase and boot images ONLY available for anzu and mango

    Download : Mango
    Anzu

    Status:
    Mango Boots
    Anzu doesn't boot

    This thread is pretty much in place to prevent chaos on the original ICS thread.

    Unlike ICS ,GB uses /cache to download apps from playstore so partition Layout must be fixed .

    Github Source :https://github.com/karandpr/Doppler_GB

    Credits :
    @wedgess for following commits :

    Governors:
    a948994b78f44eee9069ed771da77c8ab2f392ce

    Schedulers:
    c1cfff2551126737ccc04333427266c6838f6aa3

    Overclock:
    82bc53e0a736b1a57c49d3709f8771e304cb0656
    ccca28629677017a0a957118a662c032364a6ec4
    046aefe08d7cbeb9a032a28d94644290713c28c2


    Testers:
    @zegoo for Mango
    @ManthanRB for anzu

    XDA:DevDB Information
    Doppler_GB, Kernel for the Sony Ericsson Xperia Mini, Mini Pro, Active

    Contributors
    karandpr
    Kernel Special Features: Modified Partition Layout

    Version Information
    Status: Testing

    Created 2014-06-04
    Last Updated 2014-06-04
    4
    @ManthanRB @zegoo @Arun Av

    Check if the kernel boots
    2
    Just kicking the bucket.
    How much /cache is required anyway.
    50 MB is the apk limit so I think cache should be 56 MB (Multiple of 4 plus a buffer of 6MB)
    2
    Dying to test on Mini. ?

    Sent from my ST15i using Tapatalk

    Are you serious ?
    I will add smultron to list of devices :) .