[ROM] CM-10.2 | AOSP 4.3 Jellybean [KANG] [Oct-11]

Search This thread

albinoman887

Inactive Recognized Developer
Dec 14, 2010
3,937
16,339
Snohomish, WA
| CyanogenMod 10.2 - Android 4.3.1 - Jellybean |

f4oSyQR.jpg

Code:
#include 
/*
 * Your warranty is now likely void.
 *
 * I am not responsible for bricked devices, dead SD cards,
 * spontaneous combustion, or any other host of cosmic penalties
 * which may befall you, your family, or your phone.
 *
 */

If you ask any questions that are answered in the first two posts your question will be ignored. If you don't search prior to posting you will be ignored. If you don't read you will be ignored. If you've done all that and still don't have an answer then feel free to ask your question. Ambiguity doesn't help anymore. Elaborate. It's that simple.


c4ypvbf.png

  • Built from CM source
  • Service
  • Text
  • Call
  • Audio
  • WiFi
  • Google Now
  • Bluetooth
  • GPS
  • MMS
  • Video playback
  • Audio playback
  • Camera
  • Camcorder
  • UMS

bJO9QqG.png

  • You tell me

2jpqfKR.png

  • Do NOT use superwipes
  • Wipe everything except sdcards
    ** (if you are simply applying an update to this rom base this might not always be required)
    *** ((but do not report bugs if you didn't full wipe))
  • Flash ROM
  • Flash GAPPS
  • Reboot
  • ???
  • Profit
To enable Developer Options and Performance go to Settings, About Phone and repeatedly press Build Number.
If you use ADB read this: PSA by CM
If you use reboot to recovery read this: PSA by CM
Regarding new Superuser: PSA by CM


w5xnyz0.png

  • android1234567 for figuring out initial boot. if it wasnt for his stubberness we probably still would be rebooting to recovery
  • Evervolv for their wonderful kernel which my kernel is 98% based on
  • elginsk8r for his work on the glacier device tree and kernel. These repos were the base of my build
  • And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
  • NineInchNails for being an awesome dev partner, moral support and friend!
  • dastin1015 for being an awesome dev partner and friend!
  • android1234567 for being an awesome dev partner and friend!
  • android1234567 for all the help with the kernel, without you we wouldn't have new kernel
  • A bunch of thanks to arco, for all his updates to our kernel, our display libs, our media libs, and for fixing the video playback glitching, and for being a good friend and dev mentor.
  • All my supporters!

a9lll1.png


I really didn't want to do this but people keep asking so here is a donation link if you want to buy me a coffee or pack of smokes (I go through a lot sitting on the PC messing around lol) go ahead. But not required or expected by any means :)

Note: The name on the paypal account may say patricia, this is because it's a family paypal account. :)



Thanks and happy flashing!

Download link is in 2nd post
 
Last edited:

albinoman887

Inactive Recognized Developer
Dec 14, 2010
3,937
16,339
Snohomish, WA
sB7atuO.png


Oct-11
* Fixed Torch not staying on when screen off
* Lots of camera fixes
* Fixed mic with some VoIP apps (Tango, Viber
* ramdisk init script cleanup (evervolv)
* A whole bunch of kernel updates including headset and display code re-writen (Evervolv)
* Kernel updated to Linux 3.0.99
* Build tagged 4.3.1_r1
* A lot of other updates I'm probably forgettting, plus all upstream changes

Sep-17
* Fixed SD card mount
* Fixed brightness/sensors
* Added CMAccount
* Upstream: Android tagged "Android 4.3_r3"
* Any upstream changes at time of compile
* Note; sorry for the delay :(

Sep-6
* Fixed front facing camera
* General cleanup
* Any upstream changes at time of compile

Aug-24
* Fixed Torch FC
* Attempt to fix data drops for some people
* Any upstream changes at time of compile

Aug-22
* Fixed front facing camera
* Any upstream changes at time of compile

Aug-19
* Fixed mounting SDcard over USB
* No longer using prebuilt audio libs from 10.1
* Couple overlooks to the media libs compiling (weren't grabbing correct headers)
* Bugfix: Root access will now be enabled by default without having to do the "trick"
* Any upstream changes at time of compile
** Note: please use the updated gapps (8/13) linked below or you will most likely have issues

Aug-13
* Initial release everything seems to be working well


29lbmlw.png


ChronicKernel

Kernel now based on Evervolv's kernel with a few changes by me, including:

* Compiled with linaro
* Removed/Disabled KSM
* Removed ZRAM
* Optimized and compiled with with the "Optimize a lot, or -o3 option)
* Added more I/O schedulers
* Tweaked voltages a bit
* PMEM memory mapping tweak to remedy soft-reboots with AOSP 4.2/4.3/CM-10.1/10.2

These settings were changed by me to help make the kernel more stable with our ROM, observed with tests by me. if you want to use another kernel please feel free. but support will not be provided unless you are running the kernel included with the ROM

Other Features of the kernel include:

* OC to 1900Mhtz (default 1024Mhtz, Recomended: 1200Mhtz)
* Undervolted
* Added CPU Governors: Smartassv2, lazy, lagfree, interactiveX
* User-configurable CPU OC
* User-configurable CPU default governor (ondemand = default)
* User-configurable I/O scheduler (default = DEADLINE)


sq796s.png


Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/CyanogenMod


l5SakBJ.png


ROM : cm-10.2-20131011-Albinoman887-glacier.zip
GAPPS: : HERE or HERE (Mirror)
Goo.im Repo : CLICK HERE
* This ROM can also be downloaded directly with GooManager *
 
Last edited:

albinoman887

Inactive Recognized Developer
Dec 14, 2010
3,937
16,339
Snohomish, WA
e96flj.png


first create the folder structure for your source. I suggest creating android/system n your home directory.

Now cd into this directory enter this command
Code:
repo init -u git://github.com/Team-Hydra/android.git -b cm-10.2
repo sync
( if you have a pretty decent /internet connection (10-20mbps+) you can add -j and then a number ater repo sync i recomend something like repo sync -j10 )

Once you have done that your ready to go. simply run:
Code:
. build/envsetup.sh
./vendor/cm/get-prebuilts
lunch cm_glacier-userdebug
mka bacon

make sure before you start a new build to always run make clobber

If anyone would like to help bug bash with me feel free. if you make any progress send me a pull request :)

P.S. I HIGHLY recomend setting up ccache if you are going to compile a lot you can read more about ccache here: Initializing a Build Environment and scroll down to the "set up ccache" section

Happy Developing,

Albinoman887
 
Last edited:

JukiCro

Senior Member
Jun 18, 2013
306
66
Šibenik
oouuu yeaah :D nice work man:good:

bug: everytime I reboot my notification light is on and says my battery its charging - I just plug in and unplug from charger and its ok...just want to report, no big deal :p

update: I have this bug still even I flash other rom, maybe its hardware problem...sry if I am wrong but never encountered this problem until now
 
Last edited:

jggimi

Senior Member
Jan 8, 2011
372
63
Thank you!

Thank you for taking the time and effort to build cm 10.2! I've spent a few minutes poking around, and discovered that su doesn't function for me. TB tells me that /system/bin/su fails, terminal shows it doesn't work but no error message is produced. Logcat says:
Code:
D/su      ( 4659): starting daemon client 10041 10041 
E/su      ( 4660): connect failed with 2: No such file or directory
 

N_otori0us_

Senior Member
Mar 30, 2013
1,644
494
█ ▆ ▄ ▂ ▁ ▂ ▄ ▆ █`
Try flashing Koush's experimental 4.3 root

Sent from my HTC Glacier using xda app-developers app

---------- Post added at 09:44 PM ---------- Previous post was at 09:32 PM ----------

I'd like to say that with this release of 4.3, everyone should really try and help out with the headset issue.
Older kernels won't work anymore so you cannot flash .62 or .64s anymore, meaning we are all stuck with the issue unless we all try fixing it.

I dont know much but I will say that we should try and get dmesg and last_Procs (or whatever it is) as we can.

I'm not saying it wasnt important before, but now we are really left with the issue. The devs have tried a lot and now the users gotta help even more.

I think Elgin tells you the commands in his evervolv thread. Hopefully we can all fix this issue :)

Sent from my HTC Glacier using xda app-developers app
 
  • Like
Reactions: GronHog

IndianKarmas

Senior Member
Jan 26, 2013
288
122
Thank you for taking the time and effort to build cm 10.2! I've spent a few minutes poking around, and discovered that su doesn't function for me. TB tells me that /system/bin/su fails, terminal shows it doesn't work but no error message is produced. Logcat says:
Code:
D/su      ( 4659): starting daemon client 10041 10041 
E/su      ( 4660): connect failed with 2: No such file or directory
Hi Albionman,

I tried few different superusers, even the new experimental 4.3 but no luck.

also couldnt see "users" the new feature in 4.3

batterywise & performance wise its silky smooth so far...thank you for this :)
 

mymeatb18

Senior Member
Feb 27, 2011
1,459
274
miami
oouuu yeaah :D nice work man:good:

bug: everytime I reboot my notification light is on and says my battery its charging - I just plug in and unplug from charger and its ok...just want to report, no big deal :p

I don't have this issue just camera didn't work until reboot. Also camera jb+ fixes the green line but flash is better timed in the stock camera. So far very nice rom. Thanks

Sent from my GT-P3113 using xda premium
 

showerhead88

Senior Member
May 23, 2010
67
8
NY
not as stable as the 4.2 rom unfortunately :(
USB Mass Storage doesn't work for me AT ALL. Tells me I can safely remove the SD card when I try to turn it on. I did a full wipe and everything too...

got an "error retrieving information from server" when I try downloading from the play store

and camera force closes

Just got one random reboot too. Guess I'll be reverting back to 4.2 for now :'(
 
Last edited:

albinoman887

Inactive Recognized Developer
Dec 14, 2010
3,937
16,339
Snohomish, WA
Thank you for taking the time and effort to build cm 10.2! I've spent a few minutes poking around, and discovered that su doesn't function for me. TB tells me that /system/bin/su fails, terminal shows it doesn't work but no error message is produced. Logcat says:
Code:
D/su      ( 4659): starting daemon client 10041 10041 
E/su      ( 4660): connect failed with 2: No such file or directory

usb mas storage works. i just tested it.... unless i forgot to apply the fix to your build or something


and the SU isssue. i need to put this in the OP its a bug with 10.2. enable developer options by going to about phone and tapping build number repeatedly. then go to developer options and switch root access to apps and adb and back to apps. then it will work
 
  • Like
Reactions: pshadoww

Doogitronix

Member
Nov 12, 2010
18
0
SU Works

Thank you for showing us the SU trick, works like a charm. However, the USB storage issue is present. It first says safe to remove then resets, after a second attempt the process initiates and goes nowhere.
 

hview

Senior Member
Dec 31, 2012
134
20
Karachi
Thank you for showing us the SU trick, works like a charm. However, the USB storage issue is present. It first says safe to remove then resets, after a second attempt the process initiates and goes nowhere.

You are right SU working and USB storage have issue also when open gallery phone goes to reboot and FFC unfortunately gallery crashed.

Sent from my myTouch 4G using xda app-developers app
 

GronHog

Senior Member
Jun 25, 2012
133
34
cameron park
Thank you for showing us the SU trick, works like a charm. However, the USB storage issue is present. It first says safe to remove then resets, after a second attempt the process initiates and goes nowhere.







You are right SU working and USB storage have issue also when open gallery phone goes to reboot and FFC unfortunately gallery crashed.

Sent from my myTouch 4G using xda app-developers app


Logcats would help a lot from these errors. Get a logcat app from the store, run it and try to do the things that are going wrong for you. Get last-ksmg if you are having reboots. Use paste bin to post your results. Look up cnote74's paceman he has link to instructions on how to log errors. The more info you can give the devs, from different phones would help them a lot.

Sent from my HTC myTouch 4g using xda app-developers app
 

JukiCro

Senior Member
Jun 18, 2013
306
66
Šibenik
camera is fine for me,
have screen flickering more often then before,
SU problem, yeah I had bug when I run titanium backup but I went to settings - superuser - closed it, and its fine :)

and about USB storage...I just pull out my sd card and stick it in computer, becouse since I flashed my first jb 4.2.2 I have that bug with every rom and it sucks, but I can live without it :p

anyway great job keep it up:good:
 

Superchill11

Senior Member
Mar 25, 2011
140
20
Logcats would help a lot from these errors. Get a logcat app from the store, run it and try to do the things that are going wrong for you. Get last-ksmg if you are having reboots. Use paste bin to post your results. Look up cnote74's paceman he has link to instructions on how to log errors. The more info you can give the devs, from different phones would help them a lot.

Sent from my HTC myTouch 4g using xda app-developers app

Logcat app: http://xdaforums.com/showthread.php?t=1123129

Enjoy!
 
  • Like
Reactions: ianhyphen

AntiSyrum

Senior Member
Jul 20, 2011
125
9
Plantation
logcat for camera issues

This is a logcat for my camera issue
Not sure if I've done it right
 

Attachments

  • 2013-08-14-12-16-14.txt
    99.1 KB · Views: 44

Top Liked Posts

  • There are no posts matching your filters.
  • 44
    | CyanogenMod 10.2 - Android 4.3.1 - Jellybean |

    f4oSyQR.jpg

    Code:
    #include 
    /*
     * Your warranty is now likely void.
     *
     * I am not responsible for bricked devices, dead SD cards,
     * spontaneous combustion, or any other host of cosmic penalties
     * which may befall you, your family, or your phone.
     *
     */

    If you ask any questions that are answered in the first two posts your question will be ignored. If you don't search prior to posting you will be ignored. If you don't read you will be ignored. If you've done all that and still don't have an answer then feel free to ask your question. Ambiguity doesn't help anymore. Elaborate. It's that simple.


    c4ypvbf.png

    • Built from CM source
    • Service
    • Text
    • Call
    • Audio
    • WiFi
    • Google Now
    • Bluetooth
    • GPS
    • MMS
    • Video playback
    • Audio playback
    • Camera
    • Camcorder
    • UMS

    bJO9QqG.png

    • You tell me

    2jpqfKR.png

    • Do NOT use superwipes
    • Wipe everything except sdcards
      ** (if you are simply applying an update to this rom base this might not always be required)
      *** ((but do not report bugs if you didn't full wipe))
    • Flash ROM
    • Flash GAPPS
    • Reboot
    • ???
    • Profit
    To enable Developer Options and Performance go to Settings, About Phone and repeatedly press Build Number.
    If you use ADB read this: PSA by CM
    If you use reboot to recovery read this: PSA by CM
    Regarding new Superuser: PSA by CM


    w5xnyz0.png

    • android1234567 for figuring out initial boot. if it wasnt for his stubberness we probably still would be rebooting to recovery
    • Evervolv for their wonderful kernel which my kernel is 98% based on
    • elginsk8r for his work on the glacier device tree and kernel. These repos were the base of my build
    • And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
    • NineInchNails for being an awesome dev partner, moral support and friend!
    • dastin1015 for being an awesome dev partner and friend!
    • android1234567 for being an awesome dev partner and friend!
    • android1234567 for all the help with the kernel, without you we wouldn't have new kernel
    • A bunch of thanks to arco, for all his updates to our kernel, our display libs, our media libs, and for fixing the video playback glitching, and for being a good friend and dev mentor.
    • All my supporters!

    a9lll1.png


    I really didn't want to do this but people keep asking so here is a donation link if you want to buy me a coffee or pack of smokes (I go through a lot sitting on the PC messing around lol) go ahead. But not required or expected by any means :)

    Note: The name on the paypal account may say patricia, this is because it's a family paypal account. :)



    Thanks and happy flashing!

    Download link is in 2nd post
    25
    sB7atuO.png


    Oct-11
    * Fixed Torch not staying on when screen off
    * Lots of camera fixes
    * Fixed mic with some VoIP apps (Tango, Viber
    * ramdisk init script cleanup (evervolv)
    * A whole bunch of kernel updates including headset and display code re-writen (Evervolv)
    * Kernel updated to Linux 3.0.99
    * Build tagged 4.3.1_r1
    * A lot of other updates I'm probably forgettting, plus all upstream changes

    Sep-17
    * Fixed SD card mount
    * Fixed brightness/sensors
    * Added CMAccount
    * Upstream: Android tagged "Android 4.3_r3"
    * Any upstream changes at time of compile
    * Note; sorry for the delay :(

    Sep-6
    * Fixed front facing camera
    * General cleanup
    * Any upstream changes at time of compile

    Aug-24
    * Fixed Torch FC
    * Attempt to fix data drops for some people
    * Any upstream changes at time of compile

    Aug-22
    * Fixed front facing camera
    * Any upstream changes at time of compile

    Aug-19
    * Fixed mounting SDcard over USB
    * No longer using prebuilt audio libs from 10.1
    * Couple overlooks to the media libs compiling (weren't grabbing correct headers)
    * Bugfix: Root access will now be enabled by default without having to do the "trick"
    * Any upstream changes at time of compile
    ** Note: please use the updated gapps (8/13) linked below or you will most likely have issues

    Aug-13
    * Initial release everything seems to be working well


    29lbmlw.png


    ChronicKernel

    Kernel now based on Evervolv's kernel with a few changes by me, including:

    * Compiled with linaro
    * Removed/Disabled KSM
    * Removed ZRAM
    * Optimized and compiled with with the "Optimize a lot, or -o3 option)
    * Added more I/O schedulers
    * Tweaked voltages a bit
    * PMEM memory mapping tweak to remedy soft-reboots with AOSP 4.2/4.3/CM-10.1/10.2

    These settings were changed by me to help make the kernel more stable with our ROM, observed with tests by me. if you want to use another kernel please feel free. but support will not be provided unless you are running the kernel included with the ROM

    Other Features of the kernel include:

    * OC to 1900Mhtz (default 1024Mhtz, Recomended: 1200Mhtz)
    * Undervolted
    * Added CPU Governors: Smartassv2, lazy, lagfree, interactiveX
    * User-configurable CPU OC
    * User-configurable CPU default governor (ondemand = default)
    * User-configurable I/O scheduler (default = DEADLINE)


    sq796s.png


    Team Hydra Github (main): https://github.com/Team-Hydra
    CyanogenMod Github: https://github.com/CyanogenMod


    l5SakBJ.png


    ROM : cm-10.2-20131011-Albinoman887-glacier.zip
    GAPPS: : HERE or HERE (Mirror)
    Goo.im Repo : CLICK HERE
    * This ROM can also be downloaded directly with GooManager *
    11
    e96flj.png


    first create the folder structure for your source. I suggest creating android/system n your home directory.

    Now cd into this directory enter this command
    Code:
    repo init -u git://github.com/Team-Hydra/android.git -b cm-10.2
    repo sync
    ( if you have a pretty decent /internet connection (10-20mbps+) you can add -j and then a number ater repo sync i recomend something like repo sync -j10 )

    Once you have done that your ready to go. simply run:
    Code:
    . build/envsetup.sh
    ./vendor/cm/get-prebuilts
    lunch cm_glacier-userdebug
    mka bacon

    make sure before you start a new build to always run make clobber

    If anyone would like to help bug bash with me feel free. if you make any progress send me a pull request :)

    P.S. I HIGHLY recomend setting up ccache if you are going to compile a lot you can read more about ccache here: Initializing a Build Environment and scroll down to the "set up ccache" section

    Happy Developing,

    Albinoman887
    10
    Cm 11 for mytouch 4g ?

    Sent from my myTouch 4G using xda app-developers app
    Im going to start working on it today :)
    9