*Community Builds Thread*--CookingAin'tDeveloping--*Unofficial CM9* [25|3|12]

Search This thread

TheWhisp

Inactive Recognized Developer
Jun 25, 2011
3,756
10,928
Little Galaxy? :D

I deleted my own kernel sources, synced marcin's sources, compiled and now my kernel is not booting :(
 

TheWhisp

Inactive Recognized Developer
Jun 25, 2011
3,756
10,928
But he made it also for tass

EDIT: yup, he didn't edit touchscreen config
 
Last edited:

lonestrider

Senior Member
Mar 6, 2011
515
86
one stupid question :[
  • What is LilG :mad:

Lil'G means Little Galaxy a.k.a Galaxy Mini.

I've tried Beta 3. it's amazing. CM9 works much better than I expected. With those animation, not really smooth but, amazing. :D

and yeah, for me the soft button is rather annoying.

Gallery works good.
And I feel the RAM Management & Multi tasking is better than Gingerbread. Or it's just because I haven't install a lot of apps?

anyway, great work.
 

wanxbotak

Senior Member
Jul 4, 2011
314
69
3c344d6d-e348-954c.jpg
3c344d6d-e36c-2a5e.jpg


hi Whisp, I've experience this in your latest released...
This is happen when choose something in popup windows...:(
Sent from my GT-S5570 using XDA App

Upps, sorry!! I'm not read the small notif at your post..:)

"Personally, I think this ROM is a lot faster than BETA 3. But window animation bug kept me from using it as a daily ROM!"
 
Last edited:

TheWhisp

Inactive Recognized Developer
Jun 25, 2011
3,756
10,928
You don't have to wipe data / cache etc.. Just flash! (If you're updating from my previous ROM)
 
  • Like
Reactions: kitrax59

nishanty13

Senior Member
Sep 21, 2011
1,608
428
Delhi
@whisp
I think you should replace it with music app in next release of cm9.

Sent from my GT-S5570 using xda premium
 

TheWhisp

Inactive Recognized Developer
Jun 25, 2011
3,756
10,928
I already included Apex launcher.

But if "Device not found":

1) Check development settings - enable debugging
2) Reboot device
 

nishanty13

Senior Member
Sep 21, 2011
1,608
428
Delhi
How to delete System app by the way. Root Explorer is not allowing.
Also tried adb push method for installing Apex Launcher in place of Trebuchet, but it says "Device not found"

No its working great. The pic you see one post above is of cm9 by squadzone and of root explorer.
And the apex launcher you are saying I am running it.

Sent from my GT-S5570 using xda premium
 

mrgiri1987

Member
Nov 10, 2011
5
0
In root explorer select mount r/w .which is displayed in top when u open root explorer. Then only u can delete or paste system files.

Sent from my GT-S5570 using XDA App
 

Top Liked Posts

  • There are no posts matching your filters.
  • 11
    . merged latest patch base 4.0.3
    . smooth YouTube @26fps average (re-invert process) @240p and 360p.
    >>layout LDPI >by the way its kinda hard to complete all maybe 2 to 3 weeks.
    >> stock ics keyboard ( fast response ).
    >> re-fix qcomUI(from cyanogen review).
    >> dynamic sound.
    >> egl updates.
    >> partially ksm compressing method.
    >> re-create all OMX strategy (source : codeworkx)
    >> fix Gallery (if want use edit, create swap at 256mb; for someone know how to change dalvik or decrease size its use > be my quest)
    >> add profiles , and new options.
    >> use 32bit Hacksung grapich strategies .
    http://bitshare.com/files/9n6pknj6/CM9-Tass-RC.zip.html

    mirror amonshare
    CM-Tass.zip - 126.9 Mb
    experimental build released.

    IF stuck at android logo , flash it again n wipe.
    9
    I'm using bit share as unregistered is just to test . and AS IS.
    8
    watch carefully "マージされた~ 大きな筈な" late night " 从打开的姜 ".
    (thanks Ekubo~).
    ↓↓↓
    Reserved.
    >> merged base 4.0.4 ( sources : AOKP and TeamHacksung )
    >> smooth YouTube @26fps average (re-invert process) @240p and 360p.
    >> 60% layout LDPI (fast method : image magic) >> will add as different updates (KANG-rules)
    >> stock ics keyboard ( fast response ).
    >> re-fix qcomUI(from cyanogen review).
    >> dynamic sound.
    >> egl updates.
    >> partially ksm compressing method.
    >> multi-tag screen trebuchet.
    >> AOKP rom control adaptions.(on the way to get functioning)
    >> fix Gallery (if want use edit, create swap at 256mb; for someone know how to change dalvik or decrease size its use > be my quest)
    >> add profiles , and new options.
    >> use better grapich method and use 32bit GUI.(hacksung strategy).


    .

    please don't click thank until released.
    8
    Fix Circle Status bar

    Hello Guys, I've to fix circle picture on the status bar. Well the wrong is on the 'build.prop. we must change key
    Code:
    176,320
    to this
    Code:
    240,320
    and this key
    Code:
    144,240
    to this
    Code:
    176,240

    This one also
    Code:
    qemu.sf.lcd_density=120

    to this
    Code:
    qemu.sf.lcd_density=115

    This the example of tagged on '#MM Camera'
    Just Change this key
    Code:
    #MM Camera
    ro.media.enc.vid.m4v.fps=5,15
    ro.media.enc.vid.m4v.width=176,320
    ro.media.enc.vid.m4v.height=144,240
    ro.media.enc.vid.m4v.bps=90000,770000
    ro.media.enc.vid.h264.fps=5,15
    ro.media.enc.vid.h264.width=176,320
    ro.media.enc.vid.h264.height=144,240
    ro.media.enc.vid.h264.bps=90000,770000
    ro.media.enc.vid.h263.fps=5,15
    ro.media.enc.vid.h263.width=176,320
    ro.media.enc.vid.h263.height=144,240
    ro.media.enc.vid.h263.bps=90000,770000
    
    ro.media.enc.vid.height.min = 144
    ro.media.enc.vid.height.max = 240
    ro.media.enc.vid.width.min = 176
    ro.media.enc.vid.width.max = 320
    ro.media.enc.vid.bps.min =90000
    ro.media.enc.vid.bps.max =770000
    ro.media.enc.vid.fps.min = 5
    ro.media.enc.vid.fps.max = 15
    To This:
    Code:
    #MM Camera
    ro.media.enc.vid.m4v.fps=5,15
    ro.media.enc.vid.m4v.width=240,320
    ro.media.enc.vid.m4v.height=176,240
    ro.media.enc.vid.m4v.bps=90000,770000
    ro.media.enc.vid.h264.fps=5,15
    ro.media.enc.vid.h264.width=240,320
    ro.media.enc.vid.h264.height=176,240
    ro.media.enc.vid.h264.bps=90000,770000
    ro.media.enc.vid.h263.fps=5,15
    ro.media.enc.vid.h263.width=240,320
    ro.media.enc.vid.h263.height=176,240
    ro.media.enc.vid.h263.bps=90000,770000
    
    ro.media.enc.vid.height.min = 176
    ro.media.enc.vid.height.max = 240
    ro.media.enc.vid.width.min = 240
    ro.media.enc.vid.width.max = 320
    ro.media.enc.vid.bps.min =90000
    ro.media.enc.vid.bps.max =770000
    ro.media.enc.vid.fps.min = 5
    ro.media.enc.vid.fps.max = 15
    Another, we can look the 'cell' name on lock screen. The music it's also we can change the song on lock screen. And with this, my phone is has more faster performace.

    See my phone with cm9 alpha 2-4-2:
    Screenshot_2012-02-10-16-01-22.png
    Screenshot_2012-02-10-16-01-11.png



    Don't forget to click 'Thanks Button' if this helped :D
    8
    mirror (amonshare)Link Is Up
    and Thank you All for Test it.
    its Experimental.
    Do Not Use If a NooB n One more bootstrap on galaxy ics setting I change to send analytic I'd to me( only if "other device than Lil'g" ). thanks.