[ROM][CM9][JUL13-Build80] Domination - Taking Cyanogenmod to the next level

Status
Not open for further replies.
Search This thread

PYCON

Senior Member
Nov 1, 2006
1,530
312
In latest releases, I can't find "bootanimation.zip" in /media/ subfolder
of the ZIP rom' archive... I have found another location with this zip,
but now I find 2 different bootanimation.zip in 2 different subfolder...

Changing it, what's of the 2 zips I've to replace ?! :confused:
 

owain94

Inactive Recognized Developer
Sep 21, 2010
3,538
6,041
29
The Hague
In latest releases, I can't find "bootanimation.zip" in /media/ subfolder
of the ZIP rom' archive... I have found another location with this zip,
but now I find 2 different bootanimation.zip in 2 different subfolder...

Changing it, what's of the 2 zips I've to replace ?! :confused:

font and bootanimation in the ROM are missing from the folders (/media and /fonts)

i have done this to save some room otherwise the ROM would be bigger (longer upload time and download time)
also this way we can backup the bootanimation and font the user have set when you flash a new ROM so you don't have to do that evry time

if [ -f /system/media/bootanimation.zip ]; then
echo "Not copying bootanimation it already exists caused by backup"
else
cp /system/theme/bootanimation/stock/bootanimation.zip /system/media/bootanimation.zip && echo "copied bootanimation"
fi

if [ -f /system/fonts/Roboto-Bold.ttf ]; then
echo "Not copying fonts it already exists caused by backup"
else
cp /system/theme/fonts/stock/DroidSerif-Bold.ttf /system/fonts/DroidSerif-Bold.ttf
cp /system/theme/fonts/stock/DroidSerif-BoldItalic.ttf /system/fonts/DroidSerif-BoldItalic.ttf
cp /system/theme/fonts/stock/DroidSerif-Italic.ttf /system/fonts/DroidSerif-Italic.ttf
cp /system/theme/fonts/stock/DroidSerif-Regular.ttf /system/fonts/DroidSerif-Regular.ttf
cp /system/theme/fonts/stock/Roboto-Bold.ttf /system/fonts/Roboto-Bold.ttf
cp /system/theme/fonts/stock/Roboto-BoldItalic.ttf /system/fonts/Roboto-BoldItalic.ttf
cp /system/theme/fonts/stock/Roboto-Italic.ttf /system/fonts/Roboto-Italic.ttf
cp /system/theme/fonts/stock/Roboto-Regular.ttf /system/fonts/Roboto-Regular.ttf
fi
 
Last edited:
  • Like
Reactions: jollebolle

Striatum_bdr

Senior Member
May 29, 2011
4,650
2,176
Marseille
In latest releases, I can't find "bootanimation.zip" in /media/ subfolder
of the ZIP rom' archive... I have found another location with this zip,
but now I find 2 different bootanimation.zip in 2 different subfolder...

Changing it, what's of the 2 zips I've to replace ?! :confused:

I only have one in /system/media

You can place it in /data/local, it will override the /system one.
 

2Kings

Senior Member
Feb 27, 2011
127
36
Basel
You enjoyed your holiday a bit too much and hurt yourself? :p

Haven't found anything about this in the last posts: I'm having trouble with WiFi, it seems that when I disconnect from a network by getting out of range, the phone thinks it's still connected, sometimes showing the icon and sometimes not, and doesn't connect to other known networks automatically and doesn't detect them. I have to disable and enable wifi to make it work.

+1

Gesendet von meinem LG-P990 mit Tapatalk 2

+1
 

owain94

Inactive Recognized Developer
Sep 21, 2010
3,538
6,041
29
The Hague

ergoen

Senior Member
Jan 29, 2011
201
307
Göteborg
Thanks for your builds Owain!

I have a small question regarding your sources though: I've been trying to build cm9 aswell, but the audio and the camera does not work, what did you use to fix that?
 

Taftus

Senior Member
Mar 25, 2011
162
13
I hate this phone sometimes..... When I forget WiFi on it eat my battery like hell. About 20min and phone is dead.
 

Smoky90

Senior Member
Aug 14, 2010
60
1
Hi guys,

I'm facing the Problem to lose my baseband after a normal Reboot sometimes. Only flashin a New Version can help me out then and this is really annoying :-( are there any fixes around I didn't read about?

Regards,
Smoky

Sent from my LG-P990 using Tapatalk 2
 

owain94

Inactive Recognized Developer
Sep 21, 2010
3,538
6,041
29
The Hague
Perhaps, I didn't look in the zip file. But if you have one on your phone, it will be kept, see above.

You can place it there yes, but it's the same. it works as well as in /data/local

rom copies it when it boots to make the zip file not any bigger then it have to be :D

just do what i quoted for yout own boot animation


can someone give me feedback on the data drop???

same as before / less data drops / more data drops?
 

solarding

Senior Member
Apr 8, 2011
123
19
Karlsruhe
Still to early to tell, just flashed 56 from 50, and 50 had already a lot of improvement regarding to data drops, so hard to tell if it gets better or not so soon.

Sent from my LG-P990 using XDA
 

diddiman

Member
Nov 23, 2009
47
1
Jörlanda
I hate this phone sometimes..... When I forget WiFi on it eat my battery like hell. About 20min and phone is dead.

Sounds strange. I have wifi on 24/7 when im home and my battery can last for at least 24 hours if im not using it!

And while im on fire. How do i install clockworkmod recovery touch on my x2?

Sent from my LG-P990 using Tapatalk
 
Last edited:

Pitscho

Member
Mar 29, 2012
35
14
i still have the following bug

(flashed bb 313 today, factory wipe several times, installed v56 and gapps 429)

whenever i use wlan for some time (minimum for about 5min) and disable wlan then, mobile data connection does not establish.

i have 4 lines on the signal stregth indicator but thats all.

the only action solving this, is to toggle flight mode or reboot the phone.

it#s so damn annoying.

any more data i can give to solve ths problem?

-------------
@ diddiman

do not install it, it isnt as good as the normal one at the moment.

for example you see less characters of filename because of the bigger font. this is annoying enough.
and you're not faster as with normal cwm also.
 
Last edited:

Impact7

Senior Member
i still have the following bug

(flashed bb 313 today, factory wipe several times, installed v56 and gapps 429)

whenever i use wlan for some time (minimum for about 5min) and disable wlan then, mobile data connection does not establish.

i have 4 lines on the signal stregth indicator but thats all.

the only action solving this, is to toggle flight mode or reboot the phone.

it#s so damn annoying.

any more data i can give to solve ths problem?

-------------
@ diddiman

do not install it, it isnt as good as the normal one at the moment.

for example you see less characters of filename because of the bigger font. this is annoying enough.
and you're not faster as with normal cwm also.

The wifi/data issue is since the first release in the ROM but after a few weeks you can live with it.^^
 

CarloIT

Senior Member
Feb 27, 2012
456
169
Venice Beach
www.bmwdrivers.it
I didn`t tried it with listed gmail in my apps, possibly it`s working too



one moment please, ;)

---------- Post added 4th May 2012 at 12:03 AM ---------- Previous post was 3rd May 2012 at 11:45 PM ----------

Circular Battery Mod for Owain's UNOFFICIAL BUILD RC0-55

It`s only for RC0-55

(pleaae make a backup with CWM, I don`t have Owain`s Rom installed, and can`t test)

download

After flashed this i've lost 3g :(

Inviato dal mio LG-P990 con Tapatalk 2
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 308
    OwainP9.png


    about.png

    Why is this ROM "taking CyanogenMod to the next level?

    CyanogenMod does not want to include many customizations like they did in cm7
    But why not? We want to customize our phones!
    This ROM adds more options and cherries to CyanogenMod, cherry picked from the CM gerrit, Google gerrit, AOKP gerrit, many github pages that are around or made by me

    This ROM also includes a lot of experimental changes like many NEON optimized code sets, better libraries like jpeg-turbo and tweaked surface flinger, skia and many more

    Want to turn the recent panel in to an app killer?
    Just select the option for a kill-all button!

    You want to use this big awesome screen for tablet mode?
    OK! just boot in tablet mode then!

    You want to reboot but don't wait to long?
    Just execute a hot reboot this is 50% - 70% faster then a normal reboot

    You want a custom density?
    Got that covered!

    Hate the default Roboto font?
    Just change it to another font with the build in font changer!

    Hate the stupid useless overflow menu button (onscreen menu button)?
    Also got an option for that just hide it!

    Hate the ugly Android Global Action (power menu) dialog?
    Just change it to a nice three row picture view without text

    In Android you can swipe from the top of the screen downwards to expands the status bar
    Why only from the top of the screen?
    In this ROM you can define actions for
    • Swiping top edge
    • Swiping left edge
    • Swiping right edge
    • Swiping bottom edge

    for example if you want the hide the status bar you can simply define a swipe action for it to an edge you like

    And there is many more in this ROM!

    Stock but still highly customizable the way we like it

    ScreensP9.png


    Download.png

    ROM:

    Hopto (Thanks to vadonka for his hosting!)
    Dev-Host
    MediaFire
    XDA File Server (Thanks to Korumera for his hosting!)

    Gapps:

    gapps-ics-20120429-modified-for-custom-density
    If you have problems with the modified package flash the stock package
    gapps-ics-20120429-stock

    flash one of those
    and if you want inverted holo black gapps instead of holo white flash this afterwards

    gapps-ics-20120429-holo-black-addon

    Running a su660 baseband on your p990? then you'll need a nitz fix!
    flash this http://www.mediafire.com/?r5b82glm39s4hj4


    Credits.png

    • Zowie93 - For all the drawables in this topic
    • Team douche - For CyanogenMod
    • Team KANG - For AOKP
    • Pastime - For a ****load of patches
    • sgt7 - For a lot of nice stuff
    • Aksolanki - For his drawables
    • Temasek - For being a source of inspiration
    • Harsh - For keeping me awake all night
    • Mr Apocalypse - For leaking butter all over my ****
    • Ricardo aka arcee - For well this is obvious isn't it...
    77
    Changelog.png

    build 80
    • Odexed
    • A lot of Power Widget improvements
    • Camera burst shot
    • Camera ISO
    • Smart call option
    • Statusbar brightness sliding and longpress
    • Settings apk GPS toggle (right under WiFi and Bluetooth)
    • Settings Processor.java: Fixes and Cleanups
    • Mms: fixes battery drainage while receiving Mms with data connection off
    • Libjpeg-turbo is back
    • Externalize symbol picker options to resources
    • Mms: cleanup in locale
    • Fix a possible off-by-one in the dalvik verifier
    • Camera: added continuous-picture focus mode
    • Dalvik: switched code to blx <reg>
    • Dalvik: hprof generation, not writing the first record
    • Improve HttpResponseCache performance
    • Option to let the ringone start with low volume and get louder.
    • Option for rotating while in call
    • Option to use the statusbar while in call
    • Option to fade touch keys while in call
    • Standardized keybord input
    • Updated lockscreen weather layout
    • Fixed weather refresh bug
    • Inlcuded AOKP weather icons they look way better IMHO
    • Included jelly bean animation
    • Animations are way smoother now
    • Hybrid bar thanks to rob43
    • Reduced the lockscreen clock margin it was to bug in my opinion
    • Fix a bug that slow down opening of applications
    • Replaced new lockscreen music layout black background with a transparant one
    • Fix in WiFi policy
    • Added correct honeycomb lockscreen ripple (previous one was to small)
    • Improved button changer
    • Fixed multiple Global actions dialog that slows the system down
    • Added a status bar section in Settings main screen it became to big for a sub settings
    • Profile status on settings header screen
    • Theme status on settings header screen
    • Improved power widget behaviour
    • Added tablet power widget options
    • Added hybrid power widget options
    • Disabled recent chooser when you activated hybrid bar OR flipped combined bar (while in tablet mode ofc) will be compatible later on
    • Deleted lockscreen alignment it was to confusing for some people
    • Cleaned up battery info
    • Fixed font changer
    • Prioritize input methods
    • Added smart call (when you are in a SMS conversation just hold you phone next to your ear to call that person (That ugly GS3 is not the only phone designed for humans)
    • Initialize mJunkPath to false
    • Parcel compRequired flag correctly
    • Fix shutdown sequence to avoid SIGSEGV when running am command
    • Limit length of SSID input string to 32
    • Wifi: update text displayed during hotspot on/off
    • Fix automatic timezone failing on some GSM networks
    • Fixed a lot of hot reboots
    • Servicemanager: Allow tegra audio to register as a service
    • Fixed google voice voicemail function
    • Everything is build with a new toolchain
    • Fixed 95% of all the reboots
    Build 79:
    • Updated to IMM76I
    • Fixed tablet mode
    • Share to clipboard (usefull when you cannot copy something but only share for example youtube)
    • PowerSaver ported over from AOKP
    • Init.d config UI
    • Ability to choose the recent layout (Stock, WebOS, Sense 4)
    • Option for adding the day of the week next to the clock in statusbar
    • Option for persistent lockscreen battery percentage
    • Option to disable the camera shutter sound
    • Added more information to the "About phone" screen
    • Huge code cleanup
    • All the items in Settings -> System -> Statusbar should be working better now
    • More Linaro improvements
    • Don't let apps disable the SIM PIN entry screen
    • Don't consider input restricted if keyguard is still disabled
    • Option to use hardware menu key for app switching
    • Add system setting to control display of action overflow button
    • Brightness toast panel
    • Switch to dp from px for insets (lockscreen settings)
    • Lockscreen: toggle music layout (between stock and custom)
    • Bluewall firewall (notification sound mute)
    • Adds options to control scroll friction and velocity
    • Bootanimation performance enhancements
    • MIUI Style carrier text in the statusbar
    • Custom alpha level and color overlay for notification icons
    • MIUI like battery bar
    • Modified expanded status bar layout a bit it looks way better in my opinion
    • Build.prop tweaks UI

    Build 78:
    • merged up to the lastest cm sources
    • merged all the experimental and stable linaro changes
    • system is build with the latest linaro 4.7-2012.05 toolchain
    • live wallpapers are build with the stock 4.4 and 4.3 AOSP toolchains because linaro can't build them
    • frameworks optimized for new linaro toolchain
    • expirimental arm v7 cortex a9 improvements
    • Add option to enable notification counts
    • Performance: Activity manager perf unnecessary recalc of oom_adj
    • Make brightness control more responsive
    • fixed external BT gps date/time issue
    • Settings observer to screenshot sound option
    • Fix off-by-one error when filtering application UIDs
    • Prevent empty overflow popup when there are no overflow items.
    • Foreground activity performs [Resume] and [Pause] when any process died in sleep mode
    • Fix for too many binder calls in packagemanager
    • Fix potential NPE when saving fragment state
    • Do not dispatch context selection events to non-visible fragments
    • Edge swipe configurable distances
    • Avoid dirty region drawing when EGL Surface object is not updated
    • Optional compact contact listview
    • Status Bar Brightness Control Padding
    • bootanimation: performance enhancements
    • Fix some Applications ANR issue in monkey test
    • Updated libjpeg-turbo to the latest linaro sources
    • Updated libpng to the latest linaro sources
    • Optional bottom statusbar
    • Port bug fixes from webkit to plug leaks
    • WebGL for the Android browser in Ice Cream Sandwich
    27
    build 74 is up

    merged up to the last commits

    lockscreen calendar
    weather position chooser
    lockscreen music layout fixed (tablet mode bootloop fixed)
    weatherpanel changed to linear layout (tablet mode bootloop fixed)
    recents panel on lockscreen (navbar only)
    condensed global action drawable update to match ICS style
    lots of weather panel fixes
    vol up + vol down = toggle ringer (just like power + vol down = screenshot)
    reverted to old libgui.so it did break just to much

    Screenie of calendar on lockscreen
    bc5a4a0c-3815-bcee.jpg
    25
    uploading kang 67 right now

    merged up to the last commits

    fixed a huge memory leak
    Move sleep settings back to SettingsView
    tablet power widget update
    GlobalActions: Fix themeing of the ShutdownThread (non condensend only)