[ROM][T110][T111][WIP] CyanogenMod 11 Unofficial

Search This thread

EricvL

Member
Apr 2, 2022
23
8
Hi guys,
I Installed this ROM and it boots. The only issue is that I don't have access to internal storage. When I connect the tablet to my laptop, nothing happens and when I open the File Manager app, it issues the error "The file or folder was not found". Apparently /storage/emulated/0/storage/secure does not exist...
Kind regards,
Eric
 
  • Like
Reactions: Zakaria2328

adryyy

Senior Member
Nov 3, 2012
161
83
This is not supported.
If you want to still do something with this tablet, check:

 

yogibaaeer

Member
Nov 12, 2022
17
5
I'm stuck with compiling cm12 with a similar problem described in this post (surfaceflinger and undeclared identifiers). Unfortunately the linked solution to the problem is not available anymore. If somebody would hint me, how to solve this, I could progress further.
 
  • Like
Reactions: Zakaria2328
I'm stuck with compiling cm12 with a similar problem described in this post (surfaceflinger and undeclared identifiers). Unfortunately the linked solution to the problem is not available anymore. If somebody would hint me, how to solve this, I could progress further.
I'd love to help, but I don't know how. Trying to get this tablet out of an old drawer. If there's any way i can contribute I'd love to.
 

af12king46

New member
Jun 2, 2023
1
0
after repairing wifi bluetooth there is a problem with sound autorotation volume higher and home button repair please
 

mhmtnasir

Member
Jun 22, 2023
9
1
hey @adryyy
what libs need to be accessible as source?
i have access to an IDA license (7.7, latest i think?) and i can try to decompile any libs that are needed.
i just gotta find a way to reuse this tablet properly lol, its just ewaste i found sitting in my basement
 

mhmtnasir

Member
Jun 22, 2023
9
1
I'm stuck with compiling cm12 with a similar problem described in this post (surfaceflinger and undeclared identifiers). Unfortunately the linked solution to the problem is not available anymore. If somebody would hint me, how to solve this, I could progress further.
hey. can you try cm12 compile with this source? manifest new cm11
if that doesnt work could you atleast try cm11? hoping cm12 will build with new source
 

mhmtnasir

Member
Jun 22, 2023
9
1
Getting this issue while building in GColab:

Code:
make: *** No rule to make target 'external/chromium_org/third_party/angle/.git/index', needed by '/content/out/target/product/goyawifi/obj/GYP/shared_intermediates/angle/id/commit.h'.  Stop.
 
Last edited:

mhmtnasir

Member
Jun 22, 2023
9
1
libGAL is prebuilt, but CM 12 build system does not recognize it
It would be better if we switched to etnaviv for the long term. Send PM if you are interested in helping.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Status: 🟩Booting into the OS; 📛Lack of HW acceleration;

    NOTE: This a WIP build. Doesn't got all functions working yet.
    Better try using Linux:

    Working CM11 ROM:
    • Download CM11 and TWRP 3.0 recovery. Mirror here.
    • Install TWRP 3.0 recovery with ODIN.
    • Flash CM with TWRP 3.0.
    • It works with TWRP 2.7.0.1 also, if you don't want the buggy 3.0.
    This TWRP version got a bug with black screen before running. If you don't get into TWRP after waiting 1-2 minutes then try again to enter in recovery until you see TWRP logo.

    In current version:

    What's working:

    • 🟩OS is booting
    • 🟩Touchscreen and display
    • 🟩Installing apps
    • 🟩Audio
    What's not working:
    • 📛Volume
    • 📛Bluetooth
    • 📛Wi-Fi
    • 📛Rotation
    Some got fixes in the CM11 build I've made previously and didn't implemented in this. It will got fixed with time, maybe expect of HW Acceleration witch is tricky but not impossible.

    Sources: https://github.com/T110-android
    Note: pick initial commits for known buildable version.

    Build with Colab using last updated sources: https://github.com/T110-android/colab_build
    1
    After flashing the rom , flash stock recovery through odin...it will boot the
    Thanks it worked :)
    1
    Looks good. It will build?
    Have you manage to do it over Colab?

    I lost my interest a little, because I've tried countless times to push the Kernel version up or integrate Etnaviv to 3.4.5 version, but I've failed so I think is a job to hard for few people.
    It won't build, still getting the same bacon error. :(

    I'm currently working on a TWRP device tree based on degas (PXA1088) and it seems to going pretty good!
    Though, unfortunately, the VPS expired and I can't build locally anymore, and the Colab VPS seems to give me problems.
    I don't think I'll be able to help compiling-wise, but I'll happily work on the source code.
    1
    It's the stock kernel source.
    Works fine with this also: https://github.com/T110-pmOS/android_kernel_samsung_goyawifi .
    I got another tablet. Maybe I will put the PMOS Linux on T110 and keep it as control device for something like smart home or so, because this is only utility I can think of it.
    Too much pain and work to get this thing to work properly, doesn't make sense to me anymore.
    Good luck with your development!
    Heya! Thanks for the answer. Enjoy your new tablet, by the way!
    1
    Well, I decided to start from scratch with CM11 and the errors above mysteriously disapeared. I successfully build a CM11 otapackage. Unfortunately the available recoveries are unable to flash the zip.

    TWRP 2.7.0.1 failed with:
    E:Error executing update binary in zip '/sdcard/sideload.zip'
    Error flashing zip 'sdcard/sideload.zip'

    TWRP 3.6.2_9-0 failed with:

    Installing zip file '/sdcard/sideload.zip'
    Unmounting System...
    set_metadata_recursive: some changes failed
    Updater process ended with ERROR: 7
    Error installing zip file '/sdcard/sideload.zip'
    Updating partition details...
    ...done
    Unable to mount storage
    Edit: Got it running with Twrp 2.6.0 and a modified version of the update-binary from here. CM11 starts up, but touchscreen input is in portrait orientation while the screen is in landscape orientation. Will focus on this now.

    I built an Android 4.4-Twrp from source after that, installing the recovery.img.tar.md5 results in a bootloop. Any advice on this?