[ROM][4.2.2] CyanogenMod 10.1 for GT-I8190 [2013-10-06]

Status
Not open for further replies.
Search This thread

Eskuero

Recognized Developer
Feb 15, 2012
1,388
2,284
Sin%2520nombre.png

For your information

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.2 (Jelly Bean), which is designed to increase performance and reliability over stock Android for your device.

Code:
#include <std_disclaimer.h>
/*
 * Your warranty is now void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */

This is developed for the GSM 8GB version of Samsung Galaxy S3 Mini (GT-I8190), and tested when running I8190XXAMA2 baseband.

I'll only support this model since it's the only one I own, if someone wants to attempt to port this ROM to his model feel free to take my tree as base, but don't expect support from me.

I'll never recommend this rom for daily use, you'll use it at your own risk. I do this because I love to learn lots of things about Android.

Reporting Bugs

If you want to report bugs please read THIS HOWTO first. Please try to provide logs if you see errors (logcat and dmesg). If you don't know how to do that check google or ask people here to help you. Don't contact me directly.

Enabling logcat Logging (Windows HOWTO: How to logcat like a Pro!)
adb shell dmesg
How to use strace?

Download

You are storing very sensitive information on your phone. You always have to be careful what ROMs you flash and whom you trust. If you don't trust me then don't use my ROM or compile it from source by yourself.

You can download the ROM here.

If you are going to host my ROM somewhere else, please let me know that on this thread or over PM, so I can add the link here also :)

This ROM is not meant for daily use!

Credits

- diego-ch, because he was the guy I worked together when nobody still develops for this device
- TeamCanjica members.
- marcin and maclaw, for HW Accec and MTP
- benjamingwynn & dudeman1996, for help me on my first steps.
- gladiac (modpunk), for teach me the right way of develop something.
- xd.bx, for the awesome fixes for recovery
- helicopter88, asturel and bytecode for been the first ones on listen my firsts fights with code.
 
Last edited:

Eskuero

Recognized Developer
Feb 15, 2012
1,388
2,284
Most Annoying Bugs

1 - RIL, most of people didn't have problems anymore, but some have issues (like me) and couldn't find some network operators.
2 - Low quality on Youtube video playback, I suppose it's just the multiple color conversions we had to do.

Changelog

2013-10-06
- Fixed offline charging.
- Deleted smartassv2 governor.
- Cannot mute microphone on phone app fixed. (Thanks Robert!)

2013-09-28
- Fixed Wifi thetering.
- Fixed video playback hangs.
- No tearing noticeable, set refresh rate to 65.
- Removed LUX Settings.
- Added missing equalizer config to stop logcat complains.
- Added missing stagefright soft audio libs.
- Possible fix for:
1) Low volume on incoming calls.
2) Wifi direct connection (P2P).

2013-09-05
- Testing fixes for:
a) Low volume from speaker on incoming calls.
b) Bluetooth A2DP and thetering.
c) Latest Youtube app issue with blackscreen.
- Building libasound from samsung released sources.

2013-08-25
- Fixed CPU stuck issues at max freq
- Fixed GPS.
- Major clean-up of blobs and unused services on ramdisk
- Compiled OMX core from source
- Enabled LUX values editing.
- Added smartassv2 governor.

2013-08-01
- Improved screen tearing issues.
- Clean-up of duplicated services and kill logspam from ramdisk.
- Build b2r2 lib from source.
- Delete useless blobs
- Set interactive as default governor.

2013-07-29
- First release
 
Last edited:

tyre777

Senior Member
Jun 26, 2013
538
1,200
Currently my internet provider is down, so how's everything? battery life etc?
 

slowdyve

Senior Member
Apr 1, 2012
248
60
Porto
Great! Is camera recording working on this?

Enviado do meu Transformer Pad TF300T

Yes it is. And playback is fine. I just flashed 10 minutes ago, so i can't write much. The only thing that bothers me is the flickering.

EDIT1: sometimes when i click on camera icon i get a grey screen followed by a error message. But if i try again everything is fine.
EDIT2: Thanks for your work OliverG96 :)
 
Last edited:

Tindoshox

Member
Sep 19, 2012
34
13
Gweru
So far I am happy with the ROM. I have played a few missions of GTA: Vice city, a bit laggy sometimes but playable. I haven't tested the GPS yet.

Good stuff Mr Oliver
 

kanjac

Senior Member
Apr 18, 2012
571
169
Bar
I tried maclaw rom and there is not any flickering. Oliver fix :))))

Sent from my GT-I8190 using xda premium
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 74
    Sin%2520nombre.png

    For your information

    CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.2 (Jelly Bean), which is designed to increase performance and reliability over stock Android for your device.

    Code:
    #include <std_disclaimer.h>
    /*
     * Your warranty is now void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * thermonuclear war, or you getting fired because the alarm app failed. Please
     * do some research if you have any concerns about features included in this ROM
     * before flashing it! YOU are choosing to make these modifications, and if
     * you point the finger at me for messing up your device, I will laugh at you.
     */

    This is developed for the GSM 8GB version of Samsung Galaxy S3 Mini (GT-I8190), and tested when running I8190XXAMA2 baseband.

    I'll only support this model since it's the only one I own, if someone wants to attempt to port this ROM to his model feel free to take my tree as base, but don't expect support from me.

    I'll never recommend this rom for daily use, you'll use it at your own risk. I do this because I love to learn lots of things about Android.

    Reporting Bugs

    If you want to report bugs please read THIS HOWTO first. Please try to provide logs if you see errors (logcat and dmesg). If you don't know how to do that check google or ask people here to help you. Don't contact me directly.

    Enabling logcat Logging (Windows HOWTO: How to logcat like a Pro!)
    adb shell dmesg
    How to use strace?

    Download

    You are storing very sensitive information on your phone. You always have to be careful what ROMs you flash and whom you trust. If you don't trust me then don't use my ROM or compile it from source by yourself.

    You can download the ROM here.

    If you are going to host my ROM somewhere else, please let me know that on this thread or over PM, so I can add the link here also :)

    This ROM is not meant for daily use!

    Credits

    - diego-ch, because he was the guy I worked together when nobody still develops for this device
    - TeamCanjica members.
    - marcin and maclaw, for HW Accec and MTP
    - benjamingwynn & dudeman1996, for help me on my first steps.
    - gladiac (modpunk), for teach me the right way of develop something.
    - xd.bx, for the awesome fixes for recovery
    - helicopter88, asturel and bytecode for been the first ones on listen my firsts fights with code.
    27
    Most Annoying Bugs

    1 - RIL, most of people didn't have problems anymore, but some have issues (like me) and couldn't find some network operators.
    2 - Low quality on Youtube video playback, I suppose it's just the multiple color conversions we had to do.

    Changelog

    2013-10-06
    - Fixed offline charging.
    - Deleted smartassv2 governor.
    - Cannot mute microphone on phone app fixed. (Thanks Robert!)

    2013-09-28
    - Fixed Wifi thetering.
    - Fixed video playback hangs.
    - No tearing noticeable, set refresh rate to 65.
    - Removed LUX Settings.
    - Added missing equalizer config to stop logcat complains.
    - Added missing stagefright soft audio libs.
    - Possible fix for:
    1) Low volume on incoming calls.
    2) Wifi direct connection (P2P).

    2013-09-05
    - Testing fixes for:
    a) Low volume from speaker on incoming calls.
    b) Bluetooth A2DP and thetering.
    c) Latest Youtube app issue with blackscreen.
    - Building libasound from samsung released sources.

    2013-08-25
    - Fixed CPU stuck issues at max freq
    - Fixed GPS.
    - Major clean-up of blobs and unused services on ramdisk
    - Compiled OMX core from source
    - Enabled LUX values editing.
    - Added smartassv2 governor.

    2013-08-01
    - Improved screen tearing issues.
    - Clean-up of duplicated services and kill logspam from ramdisk.
    - Build b2r2 lib from source.
    - Delete useless blobs
    - Set interactive as default governor.

    2013-07-29
    - First release
    23
    I cannot see any more flicker anywhere, I tested them switching screens on app drawer, scrolling lists like on settings app, and I even tried it running a Pokemon game on an emulator at x2 speed and none of them reported flickers.

    Maybe other heavier apps will give glitches, I don't know.

    A new build will be uploaded tomorrow, and after I'll start over 4.3:fingers-crossed:
    21
    I made a rework of omx fix, and at the end of some fixes, and some little hacks, I was able to watch continously two videos of 30 minutes.
    The app still crashes sometimes when you open a new video and another is in background, but at least the issue with the image stuck and audio still running is gone as I can see.
    I also have fixed wifi thether and added another possible fix for low volume in-call which I trust.

    I'll try to upload a new build tomorrow evening.

    P.D: Offline charger is still broken

    Enviado desde mi GT-I8190 usando Tapatalk 2
    14
    A new build is up!
    Code:
    [B]2013-10-06[/B]
    - Fixed offline charging.
    - Deleted smartassv2 governor.
    - Cannot mute microphone on phone app fixed. (Thanks Robert!)

    I don't have plans to continue on 4.2 branch, next weekend I'll try to start working on 4.3 if I get some time.