[ROM] [4.3] [ No-name CM10.2 nightlies ] [TF101 / TF101G] - Eee Pad Transformer Android Development

No-name CM10.2 nightlies
NOTE: THIS IS A WORK IN PROGRESS. CONTRIBUTIONS ARE WELCOME!
(see build setup detailed below)
With that said: Welcome to the No-name CM10.2 nightlies ROM.
Who is this ROM for?
This is a ROM for people who are so eager to try bleeding edge software that they are willing to test-drive it, all bugs included, while it is being developed.
If you value a stable daily-driver with a minimum of issues over everything else, this ROM is probably not for you. There will be bugs. CM10.2 is still in early phase of development, after all.
What's working:
Wi-Fi
GPS
Headphone
All docking stuff
CM Features
AOSP Keyboard
Bluetooth
Micro SD Card & Internal storage
Launcher
Lockscreen
Auto rotate
Camera (99%)
YouTube HD playback
Unresolved, confirmed issues
Front facing camera in Camera app (works in Skype etc)
CM Focal (OMX Codec issue)
Installation:
If coming from any non-4.3.x/CM10.2-based ROM, a factory reset is very much recommended.
Although CM does have official instructions for just upgrading from 10.1.
(0. Backup your existing ROM)
1. Download latest nightly to device.
2. Download special TF101 4.3 gapps linked below.
3. Boot into recovery. TWRP is recommended over CWM.
4. Flash ROM. (This also wipes /system and any mods you already have.)
5. Flash special TF101 Gapps.
6. Reboot.
Basically, the normal procedure for any ROM.
No-name parts with extra features can optionally be installed from market.
If you feel like donating, you can install Straitjacket which is my paid app with some extra features. Plus it might give you a warm fuzzy feeling for being a good guy.
Downloads
TF101 (Wifi only) ROM is available here:
- nexfiles
TF101G ROM is available here:
- nexfiles
4.3 Gapps available here:
- Special TF101 gapps by dlumberg & josteink.
- dlumberg's mirror
Thanks to:
- The Cyanogenmod team, for all the goodies they keep on delivering, across devices.
- RaymanFX, for a CM-compatible device-tree for the TF101.
- Timduru, for KatKernel which keeps this thing stable and functional.
Issues?
Probably plenty. Help us out by reporting them here in this thread. Leave the github issue-tracker alone for now.
If you think you can fix anything, feel free to contribute. We're nice people and open to contributions.
Sources:
Android is open-source. This is an open-source project.
Cyanogenmod:
https://github.com/CyanogenMod/
Noname projects:
https://github.com/NonameROM
Kat-kernel:
https://github.com/timduru/tf101-katkernel
Build-setup:
https://github.com/josteink/android_multi-build
https://github.com/josteink/simba
Current contributors:
- dlumberg
- TheMrcool212
- ShevT
- Jostein Kjønigsen (josteink)

Changelog:
2013-08-12: Initial (preliminary) thread posted, with preliminary build instructions.
2013-08-17: Added tabletUI mods.
2013-08-17: Added TF101G build to setup.
2013-08-20: Youtube HD and Camera fixes.
2013-08-20: Added Noname top-level project on github.
2013-08-21: No longer considered experimental.

(Preliminary) Build instructions:
If you want to contribute, it's probably a good start to get your own build working.
See the instructions here:
https://github.com/NonameROM/android/wiki/Building-Noname-ROM

TheMrcool212 said:
I'm using Ubuntu 13.04 64-bit too. Maybe you had unmerged commits that causing the error.
EDIT: They had fix it:
https://github.com/CyanogenMod/andr...mmit/9de697245289afc7bb88b8e71301e2fab17a0a31
Click to expand...
Click to collapse
I can second that this issue is no longer present, but now I get things related to bionic/libc (for NetBSD!!!) instead...
Don't think it's really realated, but I just want to make sure we don't have any differences which can affect the result. What version of Java are you running?
This is mine:
[email protected]:/mnt/build/android/tf101/4.3$ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
Click to expand...
Click to collapse

Great to see this!! Thx Josteink.
Been fooling around with Katkiss 4.3 on a spare tf101 I have, if No-name will be like that then our beloved tf will keep on living!!!!!
Thx to all devs
Sent from my Transformer using xda premium

josteink said:
I can second that this issue is no longer present, but now I get things related to bionic/libc (for NetBSD!!!) instead...
Don't think it's really realated, but I just want to make sure we don't have any differences which can affect the result. What version of Java are you running?
This is mine:
Click to expand...
Click to collapse
This commit was the cause of the bionic/libc error. I got this before too, so i skipped that commit. I recommend to use my android_bionic repository, replace it with the current CM10.2.
https://github.com/TheMrcool212/android_bionic/tree/cm-10.2
For the java, i got the same version too:
Code:
[email protected]:~$ java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.13.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

What's working (Tested on my own stock CM10.2 build)
Bluetooth
Dock battery & keyboard layout.
USB Dock (Only tested with pendrive) & SD Card
Micro SD Card & Internal storage
Launcher
Lockscreen
Auto rotate
Confirmed issues
AOSP Keyboard crashes on certain time, even when not using it
Camera & CM Focal
Weird window animation bug when going to home screen.
Back button doesn't work, even on keyboard (I used pie instead)
Menu button, even on keyboard too.
What's not confirm yet to be working
Wi-Fi (due to keyboard issue)
GPS (No Wi-Fi access)
The build of mine and him are just the same, since we are using the same repositories.

TheMrcool212 said:
This commit was the cause of the bionic/libc error. I got this before too, so i skipped that commit. I recommend to use my android_bionic repository, replace it with the current CM10.2.
https://github.com/TheMrcool212/android_bionic/tree/cm-10.2
For the java, i got the same version too:
Code:
[email protected]:~$ java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.13.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
Click to expand...
Click to collapse
Cool. Fixed it. Uploading build now

TheMrcool212 said:
What's working (Tested on my own stock CM10.2 build)
...
lots of useful info
...
Click to expand...
Click to collapse
Awesome. Copied to FP!

Added this ROM to the general build setup.
Will find out if it works tomorrow

i will still stick with your wonderful 10.1 rom but thank you for your hard work.
The tf 101 community despite some problems is legendary in its character.
Sent from my Transformer using xda premium

karapoutsoglou said:
i will still stick with your wonderful 10.1 rom but thank you for your hard work.
The tf 101 community despite some problems is legendary in its character.
Sent from my Transformer using xda premium
Click to expand...
Click to collapse
+1, but will follow this thread with more than average interest

Note top self/personal reminder:
- try flashing Google keyboard on top of AOSP keyboard.
- try building with non generic cpu variant which is not cortex-a9 from twrp device tree. Might be better than generic and still work.
Sent from my Galaxy Nexus using Tapatalk 4

josteink said:
Note top self/personal reminder:
- try flashing Google keyboard on top of AOSP keyboard.
- try building with non generic cpu variant which is not cortex-a9 from twrp device tree. Might be better than generic and still work.
Sent from my Galaxy Nexus using Tapatalk 4
Click to expand...
Click to collapse
Google keyboard works perfectly for me using banks gapps.

@josteink Just want to tell you:
I made a branch called " tf101g-jellybean_4.3 " , based on ShevT's TF101G device tree. I've merged all of 4.3 commits from TF101 branch to the TF101G branch as well. We'll start making this ROM for 3G version as soon as the ROM for TF101 version are quite stable.
diogo.sena said:
Google keyboard works perfectly for me using banks gapps.
Click to expand...
Click to collapse
Where's the banks gapps, can you give me the link for it?

TheMrcool212 said:
@josteink Just want to tell you:
I made a branch called " tf101g-jellybean_4.3 " , based on ShevT's TF101G device tree. I've merged all of 4.3 commits from TF101 branch to the TF101G branch as well. We'll start making this ROM for 3G version as soon as the ROM for TF101 version are quite stable.
Click to expand...
Click to collapse
Agreed.
I just think letting @ShevT open up his repo and give us commit access would be "cleaner". We'll see when he discovers this thread and wants in on the action
TheMrcool212 said:
Where's the banks gapps, can you give me the link for it?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2012857
Should probably be added to FP. I'll get it done.

I know the original gapps (4.2 no-name ROM version) Google keyboard had some issues, but the newly released Google keyboard from the play store worked fully on the 4.2 no-name ROM. Not sure if there is a newer gapps which now contains that same keyboard or if it needs to be installed from the play store?
Sent from my Nexus 4

diogo.sena said:
Google keyboard works perfectly for me using banks gapps.
Click to expand...
Click to collapse
Can you confirm if wifi or GPS is working then? Will make the list on the first page easier for people to rate
And what version did you use? The 4.3 version?

I just flashed the banks' 4.3 Google Keyboard. Now i can have access to my Wi-Fi and here's the update:
Wi-Fi is working
GPS working too!
All dock functions are working when flashing the banks' Google Kayboard gapps
Back, menu and recents button are working (I'm not sure why this had been fixed, maybe due to the working keyboard)
No AOSP keyboard crashes.
New issue
YouTube doesn't play when HD is enabled, only when it's been disabled.
What's left
Camera & CM Focal
Weird window animation bug when returning to home screen.
YouTube player issue.
@josteink, I think we need to revamp the gapps, since some of the apps are not updated like the keyboard, PlayStore, Google Search etc.

TheMrcool212 said:
I just flashed the banks' 4.3 Google Keyboard. Now i can have access to my Wi-Fi and here's the update:
Wi-Fi is working
GPS working too!
Click to expand...
Click to collapse
Yes, only wifi droped one at restoring all the apps from Google, while loading the app store. After that no problems with wifi.
TheMrcool212 said:
New issue
YouTube doesn't play when HD is enabled, only when it's been disabled.
Click to expand...
Click to collapse
Is same as on KatKiss http://forum.xda-developers.com/showpost.php?p=44274292&postcount=2
Using TWRP 2.3.2.3
I did a cache, and system wipe, factory reset and flashed the rom with the Banks Gapps, just the core.
Main issue: lost root privilages. Otherwise: feels already as a matured rom
---------- Post added at 09:16 AM ---------- Previous post was at 09:09 AM ----------
pinkdot;44604445
Main issue: lost root privilages. [/QUOTE said:
Ah, got root back by changing the settings
Click to expand...
Click to collapse

Related

[2013-02-12][ROM - CyanogenMod 10 - JB 4.1.2 - UNOFFICIAL]

Hey fellas,
I just start to compile a CM10 rom for my own use from the source and I wish to share with you guys.
So far so good, seems everything is working fine.
Instructions..
You probably know.. but just in case..
1. Boot to recovery (MANDATORY A TOUCH RECOVERY - I strongly recommend the RaymanFX's recovery (plenty of useful features): http://forum.xda-developers.com/showthread.php?t=1855686) (Thanks to RaymanFX)
2. Darkside super wipe - Thanks to him!
3. Wipe data/factory reset
4. Flash the rom
5. Reboot
6. Flash the GAPPS - http://goo.im/devs/Formula84/gapps-jb-20121012-4.1.2-JZO54K (Thanks to Formula84)
7. Reboot and have fun
Attention:
1. Do not install any kind of cpu manager, for now, like setCPU. Keep for now the stock frequencies. It can cause SODs and RRs.
2. When using Titanium Backup do not proceed restoration of data. It can be corrupted or even incompatible in some point to new releases. It can cause FCs.
Attention about to post a bug:
1. Before to post a bug, PLEASE, try to reproduce it at least twice.
2. Make sure that is not related to a bad and dirty flash, you can try to wipe cache and dalvik.
3. Be polite, after all, we are doing this for fun and for the pleasure of share, with no benefits at all.
4. You can contribute here with some debug methodology lol
Changelog (?!) (just a short description about what has changed in CM10 Source):
- Usual changes at the CM source. For more details http://review.cyanogenmod.com/#/q/status:merged,n,z (Thanks to krazeecracker)
- More about official CM changelog http://changelog.bbqdroid.org/#tf101cm10/next (Thanks to mobbarley)
- much more to come soon.. (just let me have some time to go through the kernel source code )
ROM
2013-02-12
http://goo.im/devs/erickwill/tf101/cm-10-20130212-UNOFFICIAL-tf101.zip
MD5SUM - dcb4a330156515d5f238fc4ee829033d cm-10-20130212-UNOFFICIAL-tf101.zip
For old releases:
http://goo.im/devs/erickwill/tf101/
ATTENTION
You DON'T need to install any other kernel. Everything works fine, at least in my end
As usual, THANKS everybody involved somehow in CyanogenMod development!
Hope you enjoy as I am enjoying this awesome branch.
PS. As also usual, I don't wanna get in flame with anyone over here. So please, any issue PM and I will, promptly, try to resolve any dispute or simply remove the content. I am posting this for fun and for the pleasure to share something that has been cool for me.
Oh, and please, just note that I am not responsible for bricked devices, dead SD cards and so on.
Have fun!
Guess I'm the only one in the mood to Flash a Rom tonight... So thanks
Mee too !! + 1
---------- Post added at 07:00 AM ---------- Previous post was at 06:43 AM ----------
And to be sure, what gapps are you using? Link please...
Very good.is dock working well and HDMI audio out put work?
Inviato dal mio Nexus S con Tapatalk 2
so I want to know if:
-NTFS R/W is working;
-HDMI A/V is working
-docking is working
-it is speedly
thanks a lot
Does this use my dock lid kernel space patch?
Hi,
Before trying, why all your links are for GS2 ? No risk for the Transformer ?
Caramel said:
Hi,
Before trying, why all your links are for GS2 ? No risk for the Transformer ?
Click to expand...
Click to collapse
We need to email cm team to they refresh/update/add tf101 device manteiners. We dont have one active for us anymore.
Caramel said:
Hi,
Before trying, why all your links are for GS2 ? No risk for the Transformer ?
Click to expand...
Click to collapse
Of course it's safe! I tried myself in my own tf101 otherwise I wouldn't post it here. Please check my signature and you'll read recognized dev okay?
prendomiao said:
so I want to know if:
-NTFS R/W is working;
-HDMI A/V is working
-docking is working
-it is speedly
thanks a lot
Click to expand...
Click to collapse
This is a compilation straight from the source, so as something is released from CM source it's available here, including fixes and other features
Enjoy
so they work?
Ahem..... Is the gapps update for 4.1.2?
Thanks.
Everything just works !! I am using the 4.1.1 gapps.....
Great ROM !
chappatti said:
Ahem..... Is the gapps update for 4.1.2?
Thanks.
Everything just works !! I am using the 4.1.1 gapps.....
Great ROM !
Click to expand...
Click to collapse
I'm using this version here. No problems to report on RaymanFX's Cyanogen 10 ROM. Formula84 always seems to have the latest GAPPS. I've used his previous two versions without issues.
grgmre said:
I'm using this version here. No problems to report on RaymanFX's Cyanogen 10 ROM. Formula84 always seems to have the latest GAPPS. I've used his previous two versions without issues.
Click to expand...
Click to collapse
Thanks, added this gapps at the op
[2012-10-14] [ROM - CyanogenMod 10 - JB 4.1.2 - UNOFFICIAL]
New release available:
ROM
2012-10-14
http://goo.im/devs/erickwill/tf101/cm-10-20121014-UNOFFICIAL-tf101.zip
Have fun!
What are the differences from just downloading the nightlies from get.cm?
st0nedpenguin said:
What are the differences from just downloading the nightlies from get.cm?
Click to expand...
Click to collapse
For now is pretty much the same thing, except by the way how each compiler gonna proceed in each compilation, I mean using different versions of JDK or tool chains..
I will be adding some cherries and my own stuffs pretty soon
[2012-10-14 - Revision 01] [ROM - CyanogenMod 10 - JB 4.1.2 - UNOFFICIAL]
Hey fellas,
Here you go the latest updates from the CM sources
ROM
2012-10-14 - Revision 01
http://goo.im/devs/erickwill/tf101/cm-10-20121014-UNOFFICIAL-tf101.r1.zip
Have fun!
Keeps Rebooting To Recovery
Flashed 4.1.2 with no errors. Everytime I reboot it goes to recovery. The only way I can get into the TF is a cold restart. Any suggestions?
erickwill said:
For now is pretty much the same thing, except by the way how each compiler gonna proceed in each compilation, I mean using different versions of JDK or tool chains..
I will be adding some cherries and my own stuffs pretty soon
Click to expand...
Click to collapse
The problem now with TF101 is to get a stable JB ROM, we have some nice nightly stuff like TeamEOS, JellyBro and RaymanFX CM10, but they're not really daily drivers, we need something like Megatron CM9, stable hi performance and battery saving ROM. And of course, kernel devs are so reaaly needed, since gevor hillness there's lot of ROMs out there but nohi powred kernels.
You said the magic word: cherries! If your way is to make a stable and smooth daily driver ROM count me in.
I have an idea to share/request: the CM10 wifi system is somewhat using an "old" scheme, maybe that could be tuned to "new"scheme, to work with Guevor CM10 kernel for instance.
Hope you continue this work, tf101 needs skilled devs.

[ROM][CM10.1][HALO] CyanogenHalo [PORT][ODEX][20130630]

CyanogenHalo - CyanogenMod with HALO
This is a clean CyanogenMod with HALO features included - ported from http://forum.xda-developers.com/showthread.php?t=2253129
Based on CM10.1 Nightly 2013-06-30
Issues:
Since: always --- android.process.media crashes -> so no USB connection. You have to sideload another ROM/MOD
Since: CM2013-06-30 --- Trebuchet Searchbar doesn't work. Was directed to new "Search" app which crashes. Voice-search DOES work.
-- working on clean port with only the needed files --
DOWNLOAD:
CM2013-06-30:
https://docs.google.com/file/d/0B7Jl9OGl3-11ZUt5VTBtQ1R4b0E/edit?usp=sharing
Old versions:
CM2013-06-26
https://docs.google.com/file/d/0B7Jl9OGl3-11NWV3R2VJeU45eTQ/edit?usp=sharing
HOW TO INSTALL:
Just flash the zip
I'M LOOKING FOR SOMEONE WHO CAN COMPILE MY ROM (so no port)
Message for the repositories on Github
F.West98 said:
CyanogenHalo - CyanogenMod with HALO
This is a clean CyanogenMod with HALO features included - ported from http://forum.xda-developers.com/showthread.php?t=2253129
Based on CM10.1 Nightly 2013-06-26
Issues:
QuickMemo button in notifications, no app in zip...
First startup android.media process crashes a few times
No USB connection
-- working on clean port with only the needed files --
DOWNLOAD:
https://docs.google.com/file/d/0B7Jl9OGl3-11NWV3R2VJeU45eTQ/edit?usp=sharing
HOW TO INSTALL:
Just flash the zip
Click to expand...
Click to collapse
Awesome dude. I might try this at some point. Haven't flashed any AOSP ROMs yet but I'm definitely put this on my list. Thanks! I think halo is awesome. :3
Sent from my HTC One using Tapatalk 4 Beta
Update to 06/30 CM10 base
Update.
CM10.1 Nightly 06/30 base, no bugs fixed.
New bug:
- Search bar doesn't work, was directed to new "Search" app, which crashes
New ROM base found, more clean as I want it...
Uploading soon
edit:
Doesn't work.
Is Nexus 4 so Onscreen buttons and NFC crashes...
Why would you odex an aosp rom? Ive never seen that done. Also why cant you compile? Seems like you're making things Harder on yourself by not compiling from source
Sent from my HTC One using Tapatalk 4 Beta
F.West98 said:
Is Nexus 4 so Onscreen buttons and NFC crashes...
Click to expand...
Click to collapse
you can disable the noscreen buttons.
You have to decompile framework-res.apk (afair) and edit the bools.xml file.
Sorry, I just know this method for a compiled rom. But I hope it will help you
I can't compile because:
I don't have Linux (CM Wiki says you need it)
My Motherboard doesn't support VT-x for 64-bit VM's so no Virtual Ubuntu
-------------------
I know how to disable the buttons, but still, NFC service crashes and the ROM is unusable
F.West98 said:
I can't compile because:
I don't have Linux (CM Wiki says you need it)
My Motherboard doesn't support VT-x for 64-bit VM's so no Virtual Ubuntu
-------------------
I know how to disable the buttons, but still, NFC service crashes and the ROM is unusable
Click to expand...
Click to collapse
What about a dual boot? Or a wubi install if you have windows.
I would never suggest a VM for compiling, It would be way too laggy that way.
Sent from my HTC One using Tapatalk 4 Beta
superchilpil said:
What about a dual boot? Or a wubi install if you have windows.
I would never suggest a VM for compiling, It would be way too laggy that way.
Sent from my HTC One using Tapatalk 4 Beta
Click to expand...
Click to collapse
I already have a very difficult dual boot with Windows 7 & Windows 8 with two Hard Disks, I don't want to have a lot of trouble just to compile my ROM.
Therefore I asked someone to build my ROM. (maybe you?)

[22.12.2014] cm11.0

CM11.0 for Milestone2
[Downloads][gapps]
It's based on defy(made by Quarx) version.
Changelog:
22.12.2014 - smartass governor added; CM code synced; MERRY CHRISTMAS AND A HAPPY NEW YEAR
03.10.2014 - CM code synced
18.07.2014 - CM code synced (4.4.2 -> 4.4.4)
30.05.2014 - CM code synced
12.03.2014 - Some small BT headset changes; CM code synced(seems to fix some random reboots/telephony layer problems seen in last 2 versions).
24.02.2014 - Call delay fixed
22.02.2014 - BT headsets should now work(haven't tested it myself); CM code synced
20.01.2014 - wifi tethering fixed(this time for good I hope); OTG support added; CM code cynced.
18.12.2013 - wifi tethering partially fixed(see notes); CM code synced.
12.12.2013 - battery charge level shown in 10% steps fixed; incorrect colors during video playback(introduced in previous build) fixed; CM code synced(android updated: 4.4.1->4.4.2);
09.12.2013 - baseband selection fixed; apps2sd disappearing after reboot should be fixed(haven't tested it); CM code synced(android updated: 4.4 -> 4.4.1, luncher settings added...); persian language(fa_IR) added; new gapps(4.4.1) available
03.12.2013 - bluetooth fixed; green led disabled after boot; CM code synced; ringtones restored; following languages supported: en_US pl_PL ru_RU zh_TW de_DE es_ES cs_CZ it_IT vi_VN pt_BR hu_HU fr_FR zh_CN nl_NL
02.12.2013 - proximity sensor fixed(main reason to release this version so quickly after the previous one); camera fixed; baseband selection tool added; CM code synced; still on old kernel; almost all ringtones removed(to make space for Camera app) - they will be restored(with the apps removed already) in the next version.
29.11.2013 - dialer and incoming voice level fixed; CM code synced; still on old kernel
25.11.2013 - CM11 - wifi fixed, keyboard backlight fixed, CM code synced(quick settings added among others); Some apps(Email, Camera, Video Editor) removed so that gapps will fit on the /system; AOSP discontinued
13.11.2013 - AOSP: wifi fixed; apps installation from sdcard fixed; camera preview working(taking photos/recording does not work yet); ART seems to work
08.11.2013 - CM11: Initial version
NOTES:
Use minimal/core gapps(about 20MB) from the link above
Known issues:
Sources:
repo init -u git://github.com/czechop/android.git -b cm-11.0
Installation
Install my CM10.2 version >= 07.11.2013 first
Go to recovery
Make a backup of your data(highly recommended)
Install this ROM
Install core gapps
If you wiped data(made factory reset) before installation, then after installing ROM boot it first, and then reboot and install gapps(otherwise you may get setup wizard crashes)
Credits:
Credits for this rom goes to: Quarx2k, Tezet, Blachd0se, CM team... and many, many more.
I must admit, you're very quick.
Hope bugs will be removed fast. If so many things are not working yet, I'll wait. Right now I'm more than satisfied with your JB release. Regards!
WOW!!! That's so fast!!!! hehehhe
I agree with Rabinhood. Your JB ROM are great!
Congratulations and thank you so much!!!
Fast
Enviado de meu A953 usando Tapatalk
Thanks czechop, that's amazing! let's rock the ms2!
really looking forward to this...good luck czeshop,your cm10.2 rocking my MS2:laugh:
Does cm11 include an updated (trebuchet) launcher? If so, will I be able to grab it and use it on cm10.2?
Sent from my Milestone 2 with tapatalk 4
divie said:
Does cm11 include an updated (trebuchet) launcher? If so, will I be able to grab it and use it on cm10.2?
Sent from my Milestone 2 with tapatalk 4
Click to expand...
Click to collapse
In /system/app there's no Trebuchet.apk (it was there in 10.2). I haven't tried this ROM, but it looks like there is no Trebuchet here. Or it has a different file name.
divie said:
Does cm11 include an updated (trebuchet) launcher? If so, will I be able to grab it and use it on cm10.2?
Sent from my Milestone 2 with tapatalk 4
Click to expand...
Click to collapse
It does contain updated trebuchet. You can grab it from the zip(something like Luncher3 or similar).
czechop said:
It does contain updated trebuchet. You can grab it from the zip(something like Luncher3 or similar).
Click to expand...
Click to collapse
Yupp, my mistake, there's Launcher3.apk in /system/app.
[EDIT]
But... I cannot install it. Installer says package is broken.
Guys, any idea how is the memory usage? Is it really for low end devices.
Thanks for ur work dev!
Sent from my ME722 using xda app-developers app
@czechop can you post some photos about the rom? (Who does it look like, etc...)
The time has come. I'm. Installing it.
[EDIT]
I was too fast again. Well... First thing is TRWP refused to install gapps. The other: I coudn't restore my apps with Titatium Backup since it couldn't gain root access. I'll try the next release.
Besides, I like the new tap button sound. It's less offensive than the previous one.
[EDIT 2]
Downloaded some other zip with gapps for 4.4, flashed and... phone died - I even cannot enter bootmenu.
So that's the story for today.
[EDIT 3]
Finally after 3 hours I'm when I started at the beginning.
Besides, does any of you have a flashable zip file with TRWP which from one hand can be flashed with an old CWM recovery (the one from droid2bootstrap), and from other hand can flash latest 10.2 ROMs? If I had something like that, I would save 2 hours of work...
rkrisi said:
@czechop can you post some photos about the rom? (Who does it look like, etc...)
Click to expand...
Click to collapse
It looks similart to 4.3. Not so blue - more grayish blue tint. Also screen font is more compact (similar to that Nokia had on Symbian devices). Quite smooth, at least as smooth as 4.3 - but I didn't have a chance to test it deeper.
And now what the matter with your phone? You have to flash sbf, and do everything (rooting,etc...)from the beggining?
Sent from my ME722 using xda app-developers app
rkrisi said:
And now what the matter with your phone? You have to flash sbf, and do everything (rooting,etc...)from the beggining?
Click to expand...
Click to collapse
Yes, I've already done it.
SBF -> root -> bootstrap -> CM10 -> Engle's CM10.1 -> Czechop's 10.2
If only I had a TRWP zip which can be flashed from old boostrap app the way would be shortened to:
SBF -> root -> bootstrap -> TRWP -> Czechop's 10.2
And another interesting thing. The biggest problem of MS2 is a locked bootloader, yes? But thanks to it I didn't brick my phone. I'm using Linux and usually flash SBF from inside a VirtualBox Windows machine. Today something went wrong, and virtual machine froze during early flashing stage. I had to disconnect MS2 during flash. At that point when I put battery, a screen similar to power+camera+vol_up appeared saying that code is broken, but I was still able to flash SBF again (this time under "real" Windows). Lucky me, because I thought I will have to upgrade my phone and leave MS2 threads.
hey guys!!!
Sorry for my ignorance, but, what's the difference between the cm11 download and the AOSP download???
Thanks!!
yuriaps said:
hey guys!!!
Sorry for my ignorance, but, what's the difference between the cm11 download and the AOSP download???
Thanks!!
Click to expand...
Click to collapse
AOSP is hard google code as is, and cm11 is a customization of AOSP.
Hello.
So I moved one small step further: managed to root AOSP 4.4 with an app called Kingo Android Root (very easy one click method performed under Windows - there are some information that it looks suspicious, and some suggest it might install some malware, but for me it worked like charm).
Now there's one more thing that prohibits me from daily use. I have no mobile data access - I can call phone, but data connection is possible only with wi-fi. Has any of you encountered such problems?
And last: I'm not able to install gapps provided in first post. Is anyone else affected too?
Thanks
Chris
rabinhood said:
Hello.
So I moved one small step further: managed to root AOSP 4.4 with an app called Kingo Android Root (very easy one click method performed under Windows - there are some information that it looks suspicious, and some suggest it might install some malware, but for me it worked like charm).
Now there's one more thing that prohibits me from daily use. I have no mobile data access - I can call phone, but data connection is possible only with wi-fi. Has any of you encountered such problems?
And last: I'm not able to install gapps provided in first post. Is anyone else affected too?
Thanks
Chris
Click to expand...
Click to collapse
Thanks, good to know! maybe next week I will give it a try and follow your advices!

[ROM][CM11][grouper] OpenPDroid-patched CyanogenMod 11 builds for Nexus 7 2012 Wi-Fi

Main thread: OpenPDroid patches for CyanogenMod 11
WARNING: OpenPDroid is not compatible with ART for now. disable ART before flashing. enabling ART will cause the device to fail to boot. if you enabled ART and are unable to boot, flash official CyanogenMod temporarily to be able to fix (will cause privacy leaks). or if you have ADB access in android or recovery, you can disable ART by using setprop or editing a file.
these are grouper builds of CyanogenMod 11 patched with OpenPDroid. find them here.
update: releases will now be distributed as overlays to the official CyanogenMod snapshots. first flash the official "M" snapshot corresponding to the OpenPDroid overlay you want to flash, then flash the overlay.
update: device-specific builds are being phased out in favor of the generic overlays. please refer to this post.
note: OpenPDroid does not affect the recovery nor the kernel, you can use whatever you want.
CM11-M6 broke OpenPDroid patches, so i forked OpenPDroid to restore compatibility, fix several bugs and clean up the code. sources are here.
XDA:DevDB Information
CM11-OpenPDroid-Grouper, ROM for the Nexus 7
Contributors
Lanchon
ROM OS Version: 4.4.x KitKat
Based On: CyanogenMod
Version Information
Status: Abandoned
Created 2014-08-06
Last Updated 2014-10-08
(reserved)
Lanchon said:
(reserved)
Click to expand...
Click to collapse
What that open droid ?and what the different froom cm11 m9 and this is ?
Sent from my Nexus 7 using XDA Free mobile app
leos0000 said:
What that open droid ?and what the different froom cm11 m9 and this is ?
Sent from my Nexus 7 using XDA Free mobile app
Click to expand...
Click to collapse
something like XPrivacy but doesn't require Xposed, is 'native' and is free.
http://forum.xda-developers.com/showthread.php?t=2098156
Lanchon said:
something like XPrivacy but doesn't require Xposed, is 'native' and is free.
http://forum.xda-developers.com/showthread.php?t=2098156
Click to expand...
Click to collapse
I see in your host post recovery.so i need flash this recovery to cm ?
Sent from my Nexus 7 using XDA Free mobile app
leos0000 said:
I see in your host post recovery.so i need flash this recovery to cm ?
Sent from my Nexus 7 using XDA Free mobile app
Click to expand...
Click to collapse
not needed, it's just there for completeness. you can use whatever recovery you want.
CM11 M9 snapshot is now available, enjoy!
(this release has been tested on an actual device.)
Downloading now.
Will post, any bugs and a big thanx, after testing
HasH_BrowN said:
Downloading now.
Will post, any bugs and a big thanx, after testing
Click to expand...
Click to collapse
thanks!
Quick question do you have a recommended GApps package? Or do you have replacement( open source app market, besides fdroid)?
---------- Post added at 04:13 AM ---------- Previous post was at 03:27 AM ----------
? ? So far very nice! This things SMMMOOOOTHH!
I haven't added anything as far as apks yet. Just testing everything out. Rotation, from portrait to landscape and back again while loading browser on resource intensive page, was super responsive. And as far as initial boot up after install, WOW - fastest I've seen.
This works very well inside MultiROM Manager. I'm using 3.1.10 M-Kernel a69 dirty. @Lanchon Really looking foward to what updates you have for this. ??
Camera and video are the best quality so far on any N7 ROM, most others are very grainy. I've installed ShowBox v2.3 (movies,shows) and haven't had any freeze ups. TuneIn Radio plays smooth. YouTube through the browser works great also.
Getting ready to stress the system with some apps for the next couple of days.
No complaints yet.☺
HasH_BrowN said:
Quick question do you have a recommended GApps package? Or do you have replacement( open source app market, besides fdroid)?
---------- Post added at 04:13 AM ---------- Previous post was at 03:27 AM ----------
? ? So far very nice! This things SMMMOOOOTHH!
I haven't added anything as far as apks yet. Just testing everything out. Rotation, from portrait to landscape and back again while loading browser on resource intensive page, was super responsive. And as far as initial boot up after install, WOW - fastest I've seen.
This works very well inside MultiROM Manager. I'm using 3.1.10 M-Kernel a69 dirty. @Lanchon Really looking foward to what updates you have for this. ??
Click to expand...
Click to collapse
i dont know about gapps really.
hey thanks for the comments, but im afraid this rom doesnt have any performance improvements over official CM11 M9. in fact, it should be slower due to OPD: it introduces db lookups during many API calls. i suggest you try official M9 unless you are using PDroid Manager.
update: releases will now be distributed as overlays to the official CyanogenMod snapshots. first flash the official "M" snapshot corresponding to the OpenPDroid overlay you want to flash, then flash the overlay. full rom releases are unsupported as of now.
UPDATE: OpenPDroid support for CM11 M10 for all devices has been released!
PLEASE NOTE: device-specific builds are being phased out in favor of the generic overlays. please refer to this post.
enjoy!
UPDATE: OpenPDroid is now compatible with ART!
get the new generic overlays here. enjoy!
UPDATE: CM11 M11 OpenPDroid overlays for all devices released!
THREAD END NOTICE: no further notifications of updates will be posted to this thread.
please subscribe to the device-independent thread instead.
enjoy!

[W.I.P] AOSP 7.1.1_r4 Nougat NMF26O [07.12.2016]

Builds of Android Nougat for our beloved Nexus 7 2013.
This is, again, a fork of @DevSwift1's original AOSP port (http://forum.xda-developers.com/nexus-7-2013/orig-development/p-aosp-n-7-0-google-shame-t3448008), for totally different reasons. This time because he is MIA and it would be a good idea to update with the October Security Update and beyond.
What works:
Audio
Brightness
GPU Acceleration
Bluetooth
Wifi
NFC
GPS
Location services
Camera and video recording
Video playback
MTP
Sensors
Bugs:
- Play TV and Movies DRM broken (Wildvine)
- poor 1080p video recording quality.
- Can't install Play Games (through Play. May work through opengapps aroma if you pick just that and what is in micro. Maybe one or 2 others) It can be sideloaded.
Change Log:
v0.10.0.1 (Flo only, not applicable to Deb)
- Fixed GPS.
v0.10 (0.8.9999 was "0.9")
- 7.1.1_r4, including December Security Patches (except items in the kernel)
v0.8.999
- Partial Nov Security Update. (Everything but the kernel)
v0.8.1
- Fix for CVEs: 2016-5195, 2016-5340, 2016-7117, 2016-3903, 2016-3934
- That should address all of applicable kernel patches from the Oct Security Update plus Dirty Cow.
v0.8
- Update to 7.1.0_r4 complete, and apparently fine. (well, as good as 07.2)
Download:
Flo: 0.10.0.1
Deb: 0.10.0
Old just in case, since 0.10 is a big jump:
Flo: 0.8.9999
Deb: 0.8.9999
Gapps: http://opengapps.org (micro version recommended)
If you have trouble installing Gapps, try rebooting (right back into recovery, not system) between flashing the ROM and Gapps.
Micro is a bit more than just recommended. It is the largest package that will fit in the system partition. This is basically a universal issue with Nougat that can't really be worked around without very risky tweaks to mess with the partition sizes which I'm not even sure are actually possible. (not happening)
You can install smaller packages, or "larger" using a custom config or the Aroma installer. And only slightly "larger" there. That is more useful to pick and choose to find a balance that works for you. You won't fit much more. (I do that on my Moto E which has the same issue.)
Sources: https://github.com/nbehary/manifest (the n-mr1 branch is 0.8. and master is basically untouched and still 0.7.2. I'll make master v0.8 later. )
Kernel Sources: https://github.com/nbehary/android_kernel_google_msm
Credit
@zaclimon
@DevSwift1
Two development things to mention:
- right now I'm forking as little of msm8960 as I needed to to apply the security patch. Only platform_frameworks_base and platform_system_core in my repos are current. (platform_build_core may or may not be, but it more or less is and doesn't matter for 99% of anything) I had forked them all before, but the rest aren't up to date. If you'd like to submit pull requests to help in any other repo, msg me first and I'll fork it first. (This will change over time. The manifest is the best guide for which I've updated. If I'm using mine there, it is current)
- I did ignore one of @DevSwift1's commits in system/core, since it was just pulling in my fork of it. No point, except to keep the history intact, but I was lazy. They were the same.
(ETA: oh, 3. The kernel sources are also up to date, and more current than the one in msm8960, even though the commits are backwards. He never merged the CVE patch. )
Is it possible to dirty flash over DevSwift1's version?
jerethi said:
Is it possible to dirty flash over DevSwift1's version?
Click to expand...
Click to collapse
Probably. Sorry, forgot to mention that in the OP.
I know that dirty flashing the test version I posted in the other thread a few days ago over that works, and this over the test does. So, it should work fine.
We don't have to flash gapps again if we are updating from .6 do we?
Sent from my Nexus 7 using XDA-Developers mobile app
gangrenius said:
We don't have to flash gapps again if we are updating from .6 do we?
Sent from my Nexus 7 using XDA-Developers mobile app
Click to expand...
Click to collapse
You may. I always do, and didn't test without. My gut feeling is that you will need to. (I get mixed up though, the build I'm using on my Moto E always needs it, and I can't remember if here did too)
I know I don't when I flash an updated systemm of rr remix on my phone . hmmm guess we'll see
Sent from my Nexus 7 using XDA-Developers mobile app
---------- Post added at 06:01 AM ---------- Previous post was at 05:44 AM ----------
Can u add in that build prop edit they shared online into this so we can use google assistant?
Sent from my Nexus 7 using XDA-Developers mobile app
just in case i want to build using your trees and kernel sources, will it be a prebuilt kernel or from source?
simplyme2908 said:
just in case i want to build using your trees and kernel sources, will it be a prebuilt kernel or from source?
Click to expand...
Click to collapse
Prebuilt, but the one the manifest currently pulls, from my repos, is built from the sources posted here. It is entirely current. (despite the fact that I built it weeks ago.)
Is root lost after dirty flashing over 0.6?
Inviato dal mio Nexus 7 2013 (AOSP Nougat 7.0) con Tapatalk 6
jerethi said:
Is it possible to dirty flash over DevSwift1's version?
Click to expand...
Click to collapse
nbehary said:
Probably. Sorry, forgot to mention that in the OP.
I know that dirty flashing the test version I posted in the other thread a few days ago over that works, and this over the test does. So, it should work fine.
Click to expand...
Click to collapse
For me, dirty flashing this over DevSwift1's version works.
Thanks for keeping this tablet updated!
Thanks for continuing to update this rom
miki67 said:
Is root lost after dirty flashing over 0.6?
Inviato dal mio Nexus 7 2013 (AOSP Nougat 7.0) con Tapatalk 6
Click to expand...
Click to collapse
Yes, I have to root again.
With your build the video recording doesn't work at all in any camera app. See screenshot below of google camera
Please note I dirty flashed this on top of DevSwift1's version.
Has anyone installed EX on this? How does it perform?
@nbehary
What I've found not working so far
When I try to add my google account to Google Keep, the app force closes.
When trying to install Google Play Games from the Play Store I get the following error message (see image below).
Device is reported as Google Nexus 7 2012 model when logging in with your Google account.
Other than that ROM is stable and smooth! Love Android 7.0
Great work! :good:
Edit: Installed from scratch (clean install)
Does it matter which version I currently have ?
I'm doing this for the first time, using this tutorial - http://androiding.how/how-to-install-a-custom-rom-using-twrp-recovery/
I tried to install gapps together with ROM, but GAPPS shows: "Incompatible device detected"
I downloaded ARM64 GAPPS
ERROR:
Camera error: Can't connect to the camera.
And photo quality is also bad, very grainy..
rudolph323 said:
I tried to install gapps together with ROM, but GAPPS shows: "Incompatible device detected"
I downloaded ARM64 GAPPS
ERROR:
Camera error: Can't connect to the camera.
Click to expand...
Click to collapse
Don't use Arm64, Nexus 7 is 32-bit. So you want Opengapps 7.0 arm gapps
And yeah same camera issue, hopefully it gets fixed.
Otherwise good ROM.:good:
Is the webview patch applied?
http://opengapps.org/blog/post/2016/10/06/nougat-webview/

Categories

Resources