[ROM] Morrisoft Gen V1.0 - Final

Do you prefer:

  • HDMI Sound Switcher via Search button

    Votes: 37 19.7%
  • CM7 Device settings' "HDMI Audio" option

    Votes: 151 80.3%

  • Total voters
    188
Search This thread

VorTeX Raptor

Senior Member
Feb 25, 2012
120
9
Can you add some themes to your ROM? Like the ICS one, for xample

For some reason, when I try to apply new themes on your ROM nothing changes but the icons

Some CMW themes would be great!

Keep doing that great work

Thank you
 

morrislee

Senior Member
Aug 24, 2010
977
1,071
Edmonton
... would it be possible to include in the next iteration of the rom an "reloaded status bar like ics" ?

thx.

Something like that actually:

http://xdaforums.com/showthread.php?t=1534899
I will consider it.
Can you add some themes to your ROM? Like the ICS one, for xample

For some reason, when I try to apply new themes on your ROM nothing changes but the icons

Some CMW themes would be great!

Keep doing that great work

Thank you
CM7 themes works fine for me.... I installed Ice Cream Sandwich CM7 Theme and it works just fine. Can you post a screenshot and list of the theme you have tried?
 

giozera

Member
Sep 1, 2008
46
2
NYC
thanks for this rom it is really fast, but the battery life is rally bad for me :(
I had exactly same apps on my stock rom that I used prior to this one and lasted lot longer. if there is anything I can do to help debug the problem let me know.
 
Last edited:

morrislee

Senior Member
Aug 24, 2010
977
1,071
Edmonton
thanks for this rom it is really fast, but the buttery life is rally bad for me :(
I had exactly same apps on my stock rom that I used prior to this one and lasted lot longer. if there is anything I can do to help debug the problem let me know.

Please read the battery myth linked in my signature. Most people has reported good battery life, I would assume it is something you have installed or your battery is uncalibrated.
 

giozera

Member
Sep 1, 2008
46
2
NYC
thanks for quick reply. I had my battery fully charged and wiped battery stats before installing this rom. I'll try your sugestion it that post and report later.
 

magiin

Senior Member
Nov 6, 2011
103
20
the reloaded status bar from the Atrix Reloaded rom (http://xdaforums.com/showthread.php?t=1443238) might be more of use to us in terms of CM7 than the ICS related one. Just saying, seems like a really cool layout.

And while I don't think I've said much in this thread, I've basically followed this rom since day one, and I've got to say, easily the best CM7 based rom on xda. It's practically laid out and catered to exactly how I would want a rom to be, so kudos to you for creating an awesome choice for alternatives stock!
 

shadowed87

Senior Member
Jan 11, 2012
75
29
Still testing those values, and I can't simply make a patch for it as far as I my current knowledge goes.

Edit: Thanks to shadowed87, I think this could be it, who has the gut to take a spin on it? wipe cache and flash in CWM :D

thank you very much !! working very well !!

I am actually a bit more conservative than you, but not everybody may like it.
here my whole settings:

light sensor filter enabled
window length 10s
reset threshold 500lux
sample interval 1s

dim level 1
custom levels:
0 1
15 5
100 15
500 30
1000 50
1500 100
2500 150
4000 200
12000 255

---------- Post added at 03:36 AM ---------- Previous post was at 03:30 AM ----------

I also want to point out this behaviour on which keep an eye on, with the latest kernel. I posted it here
http://xdaforums.com/showpost.php?p=23415127&postcount=3210

and I personally think it's better off
http://xdaforums.com/showpost.php?p=23417430&postcount=3211

apparently it was also discussed in neutrino's thread aswell.
 

Casper34

Senior Member
shadowed87;23417765 I also want to point out this behaviour on which keep an eye on said:
http://xdaforums.com/showpost.php?p=23415127&postcount=3210[/url]

and I personally think it's better off
http://xdaforums.com/showpost.php?p=23417430&postcount=3211

apparently it was also discussed in neutrino's thread aswell.

in regards to this, before i switched to MLs ROM, i was on alien #4 and setCPU was doing the same thing. isnt that an older ROM and this should not be effecting it in the same way?
 

morrislee

Senior Member
Aug 24, 2010
977
1,071
Edmonton
thank you very much !! working very well !!

I am actually a bit more conservative than you, but not everybody may like it.
here my whole settings:

light sensor filter enabled
window length 10s
reset threshold 500lux
sample interval 1s

dim level 1
custom levels:
0 1
15 5
100 15
500 30
1000 50
1500 100
2500 150
4000 200
12000 255

---------- Post added at 03:36 AM ---------- Previous post was at 03:30 AM ----------

I also want to point out this behaviour on which keep an eye on, with the latest kernel. I posted it here
http://xdaforums.com/showpost.php?p=23415127&postcount=3210

and I personally think it's better off
http://xdaforums.com/showpost.php?p=23417430&postcount=3211

apparently it was also discussed in neutrino's thread aswell.
I dont think I can change the light sensor filter settings and the intervals... :( but I tweaked the levels with one extra one, here it goes! if this does not work, just flash the previous one :D

new values:

<item>15</item>
<item>100</item>
<item>500</item>
<item>1000</item>
<item>1500</item>
<item>2000</item>
<item>2500</item>
<item>3000</item>
<item>5000</item>
</integer-array>
<integer-array name="config_autoBrightnessLcdBacklightValues">
<item>1</item>
<item>5</item>
<item>10</item>
<item>15</item>
<item>30</item>
<item>50</item>
<item>100</item>
<item>150</item>
<item>200</item>
<item>255</item>

As for KSM, if the following does disabled it, I don't mind adding it, we have a whole GB at our disposal, I am sure we have enough and not let our CPU do work

echo 0 > /sys/kernel/mm/ksm/run

Just need a confirmation if that above script does disable it, if it does, it will be included later

Edit: New levels work, and I like it! But users will have to enable the light sensor filter options themselves. The default interval is very slow, can't find the default value. I can change the available options but that is about it, quite useless.
 

Attachments

  • v0.7autobrightmorelevels.zip
    5.1 MB · Views: 22
Last edited:

shadowed87

Senior Member
Jan 11, 2012
75
29
As for KSM, if the following does disabled it, I don't mind adding it, we have a whole GB at our disposal, I am sure we have enough and not let our CPU do work

echo 0 > /sys/kernel/mm/ksm/run

Just need a confirmation if that above script does disable it, if it does, it will be included later

Edit: New levels work, and I like it! But users will have to enable the light sensor filter options themselves. The default interval is very slow, can't find the default value. I can change the available options but that is about it, quite useless.

I can definitely confirm that disables it and the cpu is stays more at 216mhz

New levels work for me as well, but i still changed them to the one I proposed...they are so similar but slightly different on high light conditions...it's just a different taste

as usual thank you
 

shadowed87

Senior Member
Jan 11, 2012
75
29
Could you tell me where you made this change?

you can do it in different ways...maybe the easier is with script manager select "new script", choose a name, and then write inside the file

#!/system/bin/sh (that is already there)
echo 0 > /sys/kernel/mm/ksm/run

after you have the file tap on it and enable "su" and "boot"....it will run on boot as super user and disable the ksm...
 
  • Like
Reactions: FredWorrell

shadowed87

Senior Member
Jan 11, 2012
75
29
As usual thank you for your quick updates

I tried to apply on a clean install this
v0.7autobrightmorelevels.zip patch

and actually the settings custom brightness section is force closing...
while if using
v0.7testingpatchautobrightness.zip it's woking fine

as I said I tried with a clean install..
 

morrislee

Senior Member
Aug 24, 2010
977
1,071
Edmonton
As usual thank you for your quick updates

I tried to apply on a clean install this
v0.7autobrightmorelevels.zip patch

and actually the settings custom brightness section is force closing...
while if using
v0.7testingpatchautobrightness.zip it's woking fine

as I said I tried with a clean install..

I have the custom levels disabled before i flash it. And it works for me but if i press load defaults, it force closes
 

Top Liked Posts

  • There are no posts matching your filters.
  • 103
    Version 1.0 based on CM7 nightly May 27th 2012
    Final

    Features:
    ------------------------------------------------------------
    Based on nightly May 27th 2012
    HDMI LS Mirroring
    Fingerprint icon on Lockscreen CM7 removed
    Camera enhancements from euplio
    Launcher Pro as default launcher
    blocked ads
    Boots from cold about 40 Seconds
    Blank bootanimation for performance boot
    128MB Heap
    Right aligned clock
    H+ icon replaced to 4G
    CM7/GB wifi, signal, 4G icons
    CM7 LatinIME.apk for qHD
    Bigger battery % text (compensating for the pentile screen we have)
    Google Talk Video Chat (in GAPPS)
    Some ringtons and notifications stuff
    Neutrino network tweaks
    Flash video fix on start up (finds all flash plugins and fix them)
    30 Media volume steps
    Bravia Engine
    Raindrop fix

    Bugs:
    ------------------------------------------------------------
    V0.8: LatinIME for qHD, Live Wallpaper addon
    V0.7: Fix raindrop, add media volume steps and Bravia V0.7
    V0.6: APN Problem! Data broken! Avoid this build if you need data!
    V0.6: Scrolling Cache MOD is removed due to incompatibility, patch is in the works
    V0.5: Patch fix for: V0.5 (fix Keyboard FC, SuperCharger, Flash and updates HDMI Sound)

    Install instructions:
    ------------------------------------------------------------
    wipe ALL for V0.6 is recommended from V0.5
    flash MorrisoftGenX.X.zip
    flash MY RELEASE of GAPPS on here (optional)
    reboot (first reboot might be stuck at the bootloader motorola screen, if so pull battery and put it back in)
    Boot again

    Downloads:
    ------------------------------------------------------------
    V1.0: forumandroid - mediafire - Private Server (Last Resort!)
    V0.9: forumandroid - mediafire - Private Server (Last Resort!)
    V0.8: forumandroid - mediafire - Private Server (Last Resort!)
    V0.7: forumandroid - mediafire - Private Server (Last Resort!)
    V0.6: forumandroid - mediafire - Private Server (Last Resort!)
    V0.5: forumandroid - mediafire - Private Server (Last Resort!)
    V0.4: forumandroid - mediafire - Private Server (Last Resort!)
    V0.3: forumandroid - mediafire - Private Server (Last Resort!)
    V0.2: forumandroid - mediafire - Private Server (Last Resort!)
    V0.1: forumandroid - mediafire - Private Server (Last Resort!)

    Add on's:
    ------------------------------------------------------------
    HDMI Sound Output Switcher 1.1 (Included in V0.6): mediafire - Private Server - Morrisoft Gen V0.4 and above CWM patch zip
    GAPPS: forumandroid - Box.net - mediafire - Private Server (Last Resort!)

    Report any problems on here, or PM me :D

    Special Thanks:
    ------------------------------------------------------------
    Notorious544d for his Neutrino ROM!
    newtcv for forumandroid mirrors!
    euplio for the Camera enhancements!
    Donors: Pistolaobr, magiin (x2)

    Screenshots:
    ------------------------------------------------------------
    screenshot-1330149218747.png
    screenshot-1330150485117.png


    Remember to click thanks if you like this!
    17
    Version history:

    V1.0:
    Based on nightly May 27th 2012
    Green Theme
    Opaque scrollbars
    Updated camera mod

    V0.9:
    Code Name: Nomination
    Based on nightly April 9th 2012
    Fixed custom autobrightness issue
    Fixed Blocky Youtube videos in horizontal mode

    V0.8:
    Code Name: Nutrition
    Based on RC1 + Neutrino 2.6 tweaks (SuperCharger and build.prop tweaks)
    Disabled KSM for battery savings
    Battery fully charged icon from stock Samsung GB ROM
    Bravia Integrated
    30 media volume steps
    More dynamic automatic back light levels
    Only H+ icon is replaced with 4G icon

    V0.7:
    Code Name: Salvation
    Based on weekly 2012-02-20
    New Battery % icons, bigger texts
    Flash video fix scripts runs on reboot
    Removed live wallpaper (seems to cause lag on LauncherPro a lot)
    New cleaner looking default wallpaper
    Scrolling Cache can be disabled under performance (CM7 stuff)
    This is more of a in between build because there are some APN issues in V0.6

    V0.6:
    Code Name: Advocation
    Based on new Neutrino 2.5 (which is based on weekly 2012-02-20)
    New Battery % icons, bigger texts
    Flash video fix scripts runs on reboot
    Automated supercharger fixed
    Bluesleep should be fixed on top of the original ROM fix (I don't use bluetooth much, so please test this for me)
    Removed live wallpaper (seems to cause lag on LauncherPro a lot)
    New cleaner looking default wallpaper
    Scrolling Cache could not be disabled (black screen if it is disabled), I will provide a patch when I find out how
    Fixed Location & Security from Neutrino
    Fixed CM7 default language supports, should list them all now

    V0.5:
    Code Name: Prospection
    Clock right aligned
    HDMI Audio under Device settings (my HDMI app will be retained to see which is preferred)
    Original CM7 bin apps such as ssh (i use this a lot!)
    Bluetooth sleep fix posted in Neutrino ROM comments
    Removed the scripts for HDMI mirroring sound under etc
    Original CM7 latinIME restored
    Camera bitrate enhancements from euplio
    Fully automated supercharger using firstboot.sh (original SuperCharger.sh removed)

    V0.4:
    Code Name: Expurgation
    Removed fingerprint icon removed from lockscreen
    Added HDMI Sound output switcher to system
    Fixed GPS icon being squished
    Tweaked bootanimation to even smaller?
    Kept Faux 0.2.3 kernel as there is no 1GHz 0.2.4

    V0.3:
    Code Name: Impersonation
    HDMI LS Mirroring from lastest CM7
    Based on Neutrino 2.2 (Thanks to Notorious544d!!!)
    Added DeskClock (forgot to add it for 0.2, almost did not wake up for school! LOL)
    Back to original CM7 kernel, you can install other kernels later

    V0.2:
    Code Name: Amalgamation
    Based on Neutrino ROM 2.1p (Thanks to Notorious544d!!!)
    Features most features from original v0.1
    Ads blocked
    Battery % icon based on original GB's png files
    CM7 wifi, 4G, signal icons (original green)
    Faux's 1.0GHz (UI GPU accelerated, no need for CPU rendering power :D)
    Launcher Pro as default Launcher (ADW removed)
    Theme Chooser, VPN, Sync is preinstalled
    Optimized bootanimation framerate to 1
    Fonts from CM9, includes Roboto but it is not the system font
    Still boots in around 40 seconds!

    V0.1:
    Based on CM7.2 from weekly Jan 22nd 2012.
    Boots from cold about 40 Seconds
    Blank bootanimation for performance boot
    128MB Heap
    H+ and 3G icon replaced to 4G
    MIUI Camera
    Google Talk Video Chat
    Scrolling Cache MOD from AndroidON (15 steps volume)
    Faux Kernel 0.2.4 Beta 4 1.30GHz (Faux' AWESOME KERNEL)
    Some ringtons and notifications stuff
    8
    V1.0:
    Based on nightly May 27th 2012
    Green Theme
    Opaque scrollbars
    Updated camera mod

    A wipe all is recommended, well, what are you waiting for? Go to the OP!
    6
    Sorry guys, life has been... off lately. Also collecting a few mods here and there. I will try to make morrisoft gen 1.1 soon
    5
    I wanted to be on CM7 is so that I can implement my ideas officially to CM7 tree, therefore, all the CM7 based ROMs can inherit and enjoy the features uniformly. I am letting the idea go, it is just that other ROM's will have to implement my fixes, patches, apps etc manually if they want to.

    I won't comment on what other people said; I just want to make a clarification.

    You don't need to be "on CM" so you can't implement your ideas. That's not how it works. If you have a great idea, and want to share it, what you do is
    1. Implement it - on the source code, not by using apktool on someone's zips/apks
    2. Upload it to CM's Gerrit for review
    3. Wait until someone reviews and approves the changes
    4. ...
    5. PROFIT!

    CM is a community where developers improve on AOSP's code and share their improvements. The fact that anyone can collaborate is what makes CM great. If you have a cool idea, you implement it, you share it, and it ends up being part of, in my opinion, the best ROM around. Most of the CM features are made that way; from support for bluetooth GPS mice to the "bubbles" lockscreen and tweaks to various android components.

    On the other hand, if you take a ROM, any ROM, and edit it with reverse engineering tools, and just post the result, you're really not helping anyone, and your changes will be forever stuck on that ROM you release. Besides, working with such tools is most of the time more complicated that working on the real source code when available.

    Now, if you really want to contribute, and as I see you're building on top of someone's zip ("based on Neutrino"), you should start by reading on how to get the code and build CM[1], then read how to use Gerrit [2]. If you're going to modify system applications, I'd also recommend you learn some Java; I don't personally know much, so I cannot suggest you any learning resource, but surely some other XDA members might be able to do so.

    I hope this post is helpful for you, and good luck on your modding future.

    [1]: http://wiki.cyanogenmod.com/wiki/Motorola_Atrix_4G:_Compile_CyanogenMod_(Linux)
    [2]: http://wiki.cyanogenmod.com/wiki/Howto:_Gerrit