[ROM][4.4.2][UNOfficial]OmniROM[21052014] i9082 b10 [F2FS]

Search This thread

k2wl

Senior Member
Apr 19, 2008
3,166
7,574
eCFya7w.jpg



News
Offical Site
XDA Forums
Twitter
Facebook
Google+ (General)
IRC(User)
JIRA


Disclaimer
Flash At Your OWN Risk

How to Install
Install CWM 6.0.4.4 or above
Factory Reset
Format System
Install ROM
Install Google Apps
Install SuperSU

DOWNLOAD
CWM
ROM
From build 8 the rom will be available at following location
androidfilehost
Google Apps
Google Apps2
ART compatibleGapps
ART compatibleGapps.~!!!WOKRKS
SuperSU
SuperSU not needed from build 5
Sources
Github
My Github
Gerrit
IRC(Dev)

What works?

Wi-Fi
Bluetooth
RIL (Calls, SMS, Mobile Data)
Sensors (Accelerometer, Compass, Light, Proximity, etc.)
Camera (photo & video)
Video playback
Audio (playback & recording)
GPS
Everything else not listed under "known issues"


Known Issues

Only the primary SIM slot works
screenrecord does not work
FM Radio does not work (you can use SpiritFM, but I'm not providing support for any problem)
Stock browser does not use hardware acceleration (Please use Google Chrome)
Sometimes wake up causes music stutter
Camera sometimes crash when closing app/share
Small artifact in Camera UI
Does not work on 4.1 stock ROM's bootloader, please upgrade to 4.2 before flashing



* Thanks to Paranoid Android for Google Apps. If you are not sure which packages to choose, just select modular package. *
* Big thanks to pawtip for providing device tree and patches for our device *

PLZ provide feedback and If you like my work plz hit "THANKS"

 
Last edited:

k2wl

Senior Member
Apr 19, 2008
3,166
7,574
build 9 is up.
Changelog :- https://changelog.omnirom.org/

Build 10 is up.
changelog :-
- Added supersu,
- modified with extreme performance and battery saving tweaks.
- Compiled with LTO. read below.

Link-time optimization is a type of program optimization performed by a compiler to a program at link time. Link time optimization is relevant in programming languages that compile programs on a file-by-file basis, and then link those files together (such as C and Fortran), rather than all at once (such as Java's "Just in time" (JIT) compilation.

Once all files have been compiled separately into object files, a compiler links (merges) the object files into a single file, the executable. As it is in the process of doing this (or immediately thereafter) a compiler with link-time optimization capabilities can apply various forms of interprocedural optimization to the newly merged file. The process of merging the files may have removed the knowledge limitations that occurred in the earlier stages of compilation, allowing for deeper analysis, more optimization, and ultimately better program performance

- updated to latest omni changes
- f2fs supported. see this link for how to change to f2fs http://xdaforums.com/showpost.php?p=49845556&postcount=2
FOR BUILD 10- NEEDS TO FLASH following kernel.(without or with f2fs this kernel needs to be flashed.)after boot, you can use any kernel.
http://www.androidfilehost.com/?fid=23501681358536712



The following issues were fixed on Grand thanx to @pawitp and his following patches.

Patch to hardware/broadcom/libbt for bluetooth to work: https://gist.github.com/pawitp/7891380.
Patch to frameworks/native to workaround hwc issues: https://gist.github.com/pawitp/7891444.
Patch to frameworks/av to fix audio/video issues: https://gist.github.com/pawitp/7945188
Patch to packages/apps/Camera2 to fix panorama: http://review.cyanogenmod.org/#/c/55785/ (merged)
Patch to external/chromium_org to workaround hwc issues: https://gist.github.com/pawitp/7910708
 
Last edited:

Parth2187

Senior Member
Jul 25, 2013
281
105
New Delhi
Thanks K2wl for awesome ROM!! :thumbup::thumbup: :)i am downloading it and gonna try it ;)

Sent from my GT-I9082 using Tapatalk
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 34
    eCFya7w.jpg



    News
    Offical Site
    XDA Forums
    Twitter
    Facebook
    Google+ (General)
    IRC(User)
    JIRA


    Disclaimer
    Flash At Your OWN Risk

    How to Install
    Install CWM 6.0.4.4 or above
    Factory Reset
    Format System
    Install ROM
    Install Google Apps
    Install SuperSU

    DOWNLOAD
    CWM
    ROM
    From build 8 the rom will be available at following location
    androidfilehost
    Google Apps
    Google Apps2
    ART compatibleGapps
    ART compatibleGapps.~!!!WOKRKS
    SuperSU
    SuperSU not needed from build 5
    Sources
    Github
    My Github
    Gerrit
    IRC(Dev)

    What works?

    Wi-Fi
    Bluetooth
    RIL (Calls, SMS, Mobile Data)
    Sensors (Accelerometer, Compass, Light, Proximity, etc.)
    Camera (photo & video)
    Video playback
    Audio (playback & recording)
    GPS
    Everything else not listed under "known issues"


    Known Issues

    Only the primary SIM slot works
    screenrecord does not work
    FM Radio does not work (you can use SpiritFM, but I'm not providing support for any problem)
    Stock browser does not use hardware acceleration (Please use Google Chrome)
    Sometimes wake up causes music stutter
    Camera sometimes crash when closing app/share
    Small artifact in Camera UI
    Does not work on 4.1 stock ROM's bootloader, please upgrade to 4.2 before flashing



    * Thanks to Paranoid Android for Google Apps. If you are not sure which packages to choose, just select modular package. *
    * Big thanks to pawtip for providing device tree and patches for our device *

    PLZ provide feedback and If you like my work plz hit "THANKS"

    11
    10
    build 9 is up.
    Changelog :- https://changelog.omnirom.org/

    Build 10 is up.
    changelog :-
    - Added supersu,
    - modified with extreme performance and battery saving tweaks.
    - Compiled with LTO. read below.

    Link-time optimization is a type of program optimization performed by a compiler to a program at link time. Link time optimization is relevant in programming languages that compile programs on a file-by-file basis, and then link those files together (such as C and Fortran), rather than all at once (such as Java's "Just in time" (JIT) compilation.

    Once all files have been compiled separately into object files, a compiler links (merges) the object files into a single file, the executable. As it is in the process of doing this (or immediately thereafter) a compiler with link-time optimization capabilities can apply various forms of interprocedural optimization to the newly merged file. The process of merging the files may have removed the knowledge limitations that occurred in the earlier stages of compilation, allowing for deeper analysis, more optimization, and ultimately better program performance

    - updated to latest omni changes
    - f2fs supported. see this link for how to change to f2fs http://xdaforums.com/showpost.php?p=49845556&postcount=2
    FOR BUILD 10- NEEDS TO FLASH following kernel.(without or with f2fs this kernel needs to be flashed.)after boot, you can use any kernel.
    http://www.androidfilehost.com/?fid=23501681358536712



    The following issues were fixed on Grand thanx to @pawitp and his following patches.

    Patch to hardware/broadcom/libbt for bluetooth to work: https://gist.github.com/pawitp/7891380.
    Patch to frameworks/native to workaround hwc issues: https://gist.github.com/pawitp/7891444.
    Patch to frameworks/av to fix audio/video issues: https://gist.github.com/pawitp/7945188
    Patch to packages/apps/Camera2 to fix panorama: http://review.cyanogenmod.org/#/c/55785/ (merged)
    Patch to external/chromium_org to workaround hwc issues: https://gist.github.com/pawitp/7910708
    9
    new build is up.
    changelog-
    -sync to latest omni sources.
    -added multiwindow feature back.
    SuperSU is now integrated. no need to flash separate SU.
    6
    i updated to new build with latest omni rom source.