[UNOFFICIAL][5.1.1][ROM] Blck/Cyanogenmod 12.1 SM-T705 16gb

Status
Not open for further replies.
Search This thread

eousphoros

Senior Member
Feb 8, 2010
908
2,238
San Francisco
(Series 2 Release 4)

CyanogenMod (pronounced /saɪ.'æn.oʊ.dʒɛn.mɒd/) is an enhanced open source firmware distribution for smartphones and tablet computers based on the Android mobile operating system. It offers features and options not found in the official firmware distributed by vendors of these devices.

http://wiki.cyanogenmod.org/w/About

Code:
#include <std_disclaimer.h>

/*
 * Your warranty is now void.
 *
 * We are 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 us for messing up your device, we will laugh at you.
 *
 */

http://www.cmxlog.com/12

Before you install make sure to do a factory reset. First boot after install can leave your device at a black screen for up to 5 minutes. Be patient.

Not working:
Radio is probably working now but I can't test that functionality.

Downloads

Mod edit: links removed, project has been abandoned.

Source code

* CyanogenMod
https://github.com/CyanogenMod

* Device specific repos
https://github.com/eousphoros/android_device_samsung_klimtlte.git

Credits:
@crpalmer for his work porting cm12 to the picassowifi. It was of great help getting cm12 on the sm t700/t705
@nvertigo67 && @UpInTheAir for their kernel magic and misc fixes

Unofficial Build instructions
Code:
# [ -e /usr/lib/apt/methods/https ] || {
  apt-get update
  apt-get install apt-transport-https
}
# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
# sh -c "echo deb https://get.docker.com/ubuntu docker main\
> /etc/apt/sources.list.d/docker.list"
# apt-get update
# apt-get install lxc-docker
# git clone https://github.com/stucki/docker-cyanogenmod.git
# cd docker-cyanogenmod
# ./run.sh
# repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0
# repo sync
# source build/envsetup.sh
# breakfast klimtwifi
// you will need to extract the binary blobs from your device.
# git clone https://github.com/eousphoros/android_device_samsung_klimtlte.git device/samsung/klimtlte
# brunch klimtlte 2> errors
 
Last edited by a moderator:

eousphoros

Senior Member
Feb 8, 2010
908
2,238
San Francisco
Fwiw the biggest change other then the addition of the radio I've noticed is the t705 has a different partition layout then the t700. (System/UserData) are different sizes.
 
  • Like
Reactions: drfranz

Trach

Member
Jul 7, 2014
36
114
Fwiw the biggest change other then the addition of the radio I've noticed is the t705 has a different partition layout then the t700. (System/UserData) are different sizes.

Ahhhhh that was why when t705 users flashed the t700 lollipop zip file,it ended up with an error saying that partition cannot be mounted :p
 

sandrixroma

Senior Member
Jul 13, 2007
118
20
Rome
Yep. The silly thing is its only a couple megabyte difference. Not sure why samsung decided to do it like that.

Ahhhhh that was why when t705 users flashed the t700 lollipop zip file,it ended up with an error saying that partition cannot be mounted :p

I tried last night to flash this first build with TWRP 2.8.5 and I got error saying that partition cannot be mounted; does it happend also if I use the Cyanogen Recovery?
 

eousphoros

Senior Member
Feb 8, 2010
908
2,238
San Francisco
I tried last night to flash this first build with TWRP 2.8.5 and I got error saying that partition cannot be mounted; does it happend also if I use the Cyanogen Recovery?

You will probably need to use a klimtlte recovery.


Like I said in the first post radio related functions are not working in this first build.

Is there a change log, to see what has changed since the last release?

There is no last release. That is what series 1 release 1 means. You are welcome to look at my github to see the changes between klimtwifi and klimtlte so far.
 
Last edited:

jonnycarter

Senior Member
Oct 20, 2010
112
30
What did you do re write the partition table? Is it possible to do what you've done to the 805
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 38
    (Series 2 Release 4)

    CyanogenMod (pronounced /saɪ.'æn.oʊ.dʒɛn.mɒd/) is an enhanced open source firmware distribution for smartphones and tablet computers based on the Android mobile operating system. It offers features and options not found in the official firmware distributed by vendors of these devices.

    http://wiki.cyanogenmod.org/w/About

    Code:
    #include <std_disclaimer.h>
    
    /*
     * Your warranty is now void.
     *
     * We are 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 us for messing up your device, we will laugh at you.
     *
     */

    http://www.cmxlog.com/12

    Before you install make sure to do a factory reset. First boot after install can leave your device at a black screen for up to 5 minutes. Be patient.

    Not working:
    Radio is probably working now but I can't test that functionality.

    Downloads

    Mod edit: links removed, project has been abandoned.

    Source code

    * CyanogenMod
    https://github.com/CyanogenMod

    * Device specific repos
    https://github.com/eousphoros/android_device_samsung_klimtlte.git

    Credits:
    @crpalmer for his work porting cm12 to the picassowifi. It was of great help getting cm12 on the sm t700/t705
    @nvertigo67 && @UpInTheAir for their kernel magic and misc fixes

    Unofficial Build instructions
    Code:
    # [ -e /usr/lib/apt/methods/https ] || {
      apt-get update
      apt-get install apt-transport-https
    }
    # apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
    # sh -c "echo deb https://get.docker.com/ubuntu docker main\
    > /etc/apt/sources.list.d/docker.list"
    # apt-get update
    # apt-get install lxc-docker
    # git clone https://github.com/stucki/docker-cyanogenmod.git
    # cd docker-cyanogenmod
    # ./run.sh
    # repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0
    # repo sync
    # source build/envsetup.sh
    # breakfast klimtwifi
    // you will need to extract the binary blobs from your device.
    # git clone https://github.com/eousphoros/android_device_samsung_klimtlte.git device/samsung/klimtlte
    # brunch klimtlte 2> errors
    15
    Sorry about not being very active on the t705 recently. Between a deadline at work and some back end kernel merging I am working on there hasn't been much progress in the user land space. I'm still here though poking at it when I can.
    13
    I just uploaded the first 5.1 build. Link can be found in the first post
    13
    I just kicked off a new build with a bunch of fixes.

    A new power hal

    Thank you to @andyt12 and @bbjayo for the work on these
    Wifi AP (Tethering fix)
    4G/LTE

    and hopefully some other goodies.

    https://blck.io/cm-12-20150319-UNOFFICIAL-klimtlte.zip