{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Great Devs have been working hard for our little device. Hats off to them.
This thread aims to reduce flooding of queries not related to development in dev threads
so as not to hamper their work.
And hopefully not to flood other devices' forums as well.
Let's discuss here, provide logcats if necessary and report bugs to help the developers.
CyanogenMod 11.0 is a free, community built, aftermarket firmware distribution of Android 4.4.4 KK(),
which is designed to increase performance and reliability over stock Android for your device.
Code:
#include
/*
* 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.
*
* Submitting bug reports on nightly builds is the leading
* cause of male impotence.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions
from many people within the Android community. It can be used without any need to have
any Google application installed. Linked below is a package that has come from another
Android project that restore the Google parts. CyanogenMod does still include various
hardware-specific code, which is also slowly being open-sourced anyway.
From CM11 Dev thread.
Current issues (06/10/2014)
OMX codecs (for accelerated audio/video - may never be solved)
SIM unlock doesn't work (you must remove your SIM lock in another device/ROM)
Video recorder
First-time installation:
Read first posts of DEV Thread:
1.http://forum.xda-developers.com/showthread.php?t=2766229
ClockworkMod v6 is mandatory to install CM11.
Download the latest full OTA build for cooperve from:
RC9: http://download.androidarmv6.org/_builds/cooperve/stable/
Nightlies: http://download.androidarmv6.org/_builds/cooperve/
Quote of dev: psyke83
"IMPORTANT!!! mandatory recovery
update required for cm11 builds later
than 23/07/2014
IMPORTANT!!!
As of 23/07/2014, all CM11 builds for the
bcm21553 series will be switched over to
the MTD flash drivers. In order for these
packages to work correctly, you must first
flash an MTD-compatible recovery (CWM
v6.0.5.2 or later only).
Don't flash the updated recovery until a)
you've backed up your data, b) the CM11
23/07/2014 build (or later) is available,
and c) you're ready to switch to the MTD
build.
How to update to MTD build:
Download an MTD-compatible recovery
(linked below) and a full CM11 OTA build
dated 23/07/2014 (or later).
Perform a full backup using the old
recovery (mandatory!)
Flash the updated recovery, and reboot
into the new recovery.
In the new MTD recovery, perform a data-
wipe, and manually format /system (this
step is critical in order for your partitions
to be properly converted to the mtd/
yaffs2 format - don't ignore it!)
Flash the CM11 package.
Once you've data-wiped and flashed the
initial MTD build, future CM11 updates
can be installed normally (delta or full
packages, as you desire).
Notes:
Older ROMs will no longer be compatible
with the MTD recovery and yaffs2-
formatted partitions. If you wish to use a
stock/modded Gingerbread ROM, CM7 or
CM9, you should wait until MTD versions
of these ROMs become available.
If you want to go back to a non-MTD
ROM, you must flash an entire stock ROM
(CSC+MODEM+PDA) via Odin, or else
your partitions will be stuck in MTD
format."
###_________________
MTD-COMPATIBLE RECOVERY @Post #308 by lesikvip
###_________________
Some Screens:
Full Screenshots: http://forum.xda-developers.com/showthread.php?p=54014189
Gapps link: http://madteam.co/forum/index.php?topic=6285.0
How to update (via OTA):
Please consult the cm-ota instructions on Jenkins.
Summary of major work done:
Forked broadcomCM devices into androidarmv6 repository (forked from ics branches).
Initial changes needed for cm-11.0 have been committed to cooperve, tassve, totoro and bcm21553-common device trees.
All of Broadcom's code has been adapted for the cm-11.0 branch.
After some reverse engineering of the vendor binaries, "adbd" and "init" built from source now work correctly.
ADB will now set the proper USB mode, can give a root shell, and no longer has a hardcoded dependency on /system/bin/sh,
which should help a great deal with debugging. We also no longer need to use the init prebuilt binary - the source-built version
is now compatible.
Implemented common kernel source for totoro, cooperve and tassve.
Implemented hybrid boot/recovery/charge ramdisk.
Fixed WiFi, Bluetooth, Bluetooth tether & mac addresses.
Fixed graphical performance regression on CM11 branch.
Fixed basic audio (speaker, microphone, software encoders/decoders)
Fixed GPS.
Fixed Gallery, wallpaper chooser, live wallpapers, RenderScript, and possible EGL crashes in other apps
Added workaround for SystemUI corruption
Fixed graphical corruption/stability issues (caused by buggy GL_EXT_discard_framebuffer extension)
Fixed RIL, telephony and audio routing to speakers, headset, earpiece, microphone and microphone mute.
* = this code is work in progress, meaning that it won't be available in OTA builds.
IMPORTANT NOTICES from the dev:
psyke83 said:
OK, I managed to fix routing and volume control while in-call. I've merged the changes and started OTA builds for the three devices, so that you can have a build with working telephony. Enjoy!
To see the build status (to know when they will be available from the updater):
totoro: http://jenkins.androidarmv6.org/job/cm-ota/390
tassve: http://jenkins.androidarmv6.org/job/cm-ota/391
cooperve: http://jenkins.androidarmv6.org/job/cm-ota/392
If telephony doesn't work in the tassve or cooperve builds, try updating to the latest baseband. If that still doesn't work, please send me a radio log:
Code:
adb shell logcat -b radio >radio.log
Click to expand...
Click to collapse
psyke83 said:
Folks,
If you're using Link2SD, Mounts2SD, or want a functional app2sd method, keep reading.
These applications are (IMHO) a little too intrusive to be used on my ROM. The main reason is that the apps install their respective mount scripts in a non-optimal location (/system), which can cause problems when you perform ROM upgrades. Link2SD is particularly egregious, because it overwrites a core system file with its script (/system/bin/debuggerd, which is needed by a system service), and this breaks delta updates.
In the past (for CM7), I always favoured S2E on my devices due to it being a much cleaner app2sd implementation, but it had some problems with corruption due to some (IMHO) unnecessary filesystem tweaks. Additionally, S2E doesn't yet support KitKat/CM11. With these issues in mind, I decided to release a fork of the application (called simple2ext_mod), which is focused on maximizing stability and providing support for CM11 ROMs.
I would strongly suggest that you give this app a try. If you're already using Mount2SD or Link2SD, you'll probably have some problems (as they will leave their mount scripts behind). So, it might be a good idea to do a data-wipe beforehand.
Here's the release thread: http://forum.xda-developers.com/android/apps-games/app-simple2extmod-cyanogenmod-11-t2840295
Click to expand...
Click to collapse
Im pretty sure everybody will use the cm7 and cm9 discussion thread for cm11 too.
Someone tried to install some gapps. Official gapps for cm (small version) can't install. Status 7 (with cwm 6).Banks gapps install ok but always fc's
Enviado desde mi GT-I9300 mediante Tapatalk
Hi, does CM11 required EXT4 file sistem and (or) CM7? I tried to install this on stock rom it's says E:Can't mount /data. Thanks!
Sent from my GT-S5830i using Tapatalk 2
yusrilramadhan said:
Hi, does CM11 required EXT4 file sistem and (or) CM7? I tried to install this on stock rom it's says E:Can't mount /data. Thanks!
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
You need EXT4 flash it on CM 7.
I have no problem with the stock firmware ask. Also there was an error Error mount / system, but I ignored her and flashed CM11 successfully!)
luilly said:
Someone tried to install some gapps
Click to expand...
Click to collapse
I tried, but all in vain. Flashing by cwm, installs successfully, the phone appears at startup window "Updating Applications", but when the system is running ... no gapps Separately, through the APK file, installs gallery, play store, sync and something else. Play market behaves erratically, often crash.
smbe.
lesikvip said:
I have no problem with the stock firmware ask. Also there was an error Error mount / system, but I ignored her and flashed CM11 successfully!)
I tried, but all in vain. Flashing by cwm, installs successfully, the phone appears at startup window "Updating Applications", but when the system is running ... no gapps Separately, through the APK file, installs gallery, play store, sync and something else. Play market behaves erratically, often crash.
smbe.
Click to expand...
Click to collapse
Wait, did you insert the SIM Card too? Cause it's only show blackscreen when using SIM Card
Sent from my GT-S5830i using Tapatalk 2
Just wanted to thank the developers for great the work.
I have closed my thread for discussion for cm7/cm9/cm10 so this is the new thread for future.
So best of luck to OP for good maintainence of discussion thread.
cooperve/cm-11-20140707-NIGHTLY-cooperve.zip
does this fix the sim card issue for cooperve?
yusrilramadhan said:
Wait, did you insert the SIM Card too? Cause it's only show blackscreen when using SIM Card
Sent from my GT-S5830i using Tapatalk 2
Click to expand...
Click to collapse
No, when you run the sim black screen ..
But the problem with crash on startup with sim solved! Firmware modem part S5360_XXMK1, through Odin.
Addressing 4pda. ru/forum /index.php? showtopic= 585296&view =findpost&p =32722332
Links can not place restrictions on the forum (10 posts)
lesikvip said:
I have no problem with the stock firmware ask. Also there was an error Error mount / system, but I ignored her and flashed CM11 successfully!)
I tried, but all in vain. Flashing by cwm, installs successfully, the phone appears at startup window "Updating Applications", but when the system is running ... no gapps Separately, through the APK file, installs gallery, play store, sync and something else. Play market behaves erratically, often crash.
smbe.
Click to expand...
Click to collapse
Thanks. We Have to Wait for a nightly which could install gapps. Thanka for this hard word guys.
Enviado desde mi GT-I9300 mediante Tapatalk
Screenshots CM11 [GT-S5830i]
Updating...
Can i put these on first post?
Thanks
patrol31 said:
Can i put these on first post?
Thanks
Click to expand...
Click to collapse
Yes, you can! @patrol31
luilly said:
Thanks. We Have to Wait for a nightly which could install gapps. Thanka for this hard word guys.
Enviado desde mi GT-I9300 mediante Tapatalk
Click to expand...
Click to collapse
Ggaps up from the usual 5830, here is the link 4pda.ru/forum/index.php?showtopic=531172&view=findpost&p=28339926. I advise you to remove setupwizard.apk, to avoid mistakes when you first start.
Cm 11 is a bit slow but in airplane mode it is fast
in notification bar it shows no internet connection and emergency calls ( blinking)
I think that is why the phone is slow
lesikvip said:
Ggaps up from the usual 5830, here is the link 4pda. ru / forum / index.php? showtopic = 531172 & view = findpost & p = 28339926. I advise you to remove setupwizard.apk, to avoid mistakes when you first start.
Original 4pda. ru/forum/index.php? showtopic=585296& view=findpost&p=32708265
Click to expand...
Click to collapse
Thanks but Error 404 in anyone link inside. Please, can you upload the gapps?
Gapps link now provided on the first post.
luilly said:
Thanks but Error 404 in anyone link inside. Please, can you upload the gapps?
Click to expand...
Click to collapse
Posted a link to a personal, if you have the opportunity to lay out in the subject as an alternative. Because I have been to most gapps problem.
Related
At pershoots request, here is the official nightly discussion thread. I will be updating this with information that I find and users posts that are helpful. REMEMBER: THIS IS A WORK IN PROGRESS SO ALWAYS READ THE THREE POST FOR UPDATED INFORMATION
CyanogenMod 10.1 is a free, community built distribution of Android 4.2 (Jelly Bean) which greatly extends the capabilities of your tablet.
New CM Wiki page! http://wiki.cyanogenmod.org/index.php?title=Main_Page
New CM Documention! http://wiki.cyanogenmod.org/index.php?title=Documentation
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Usual CM disclaimers:
Code:
#include
/*
* 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.
*/
Known Issues (copied from droidbasement):
-A random flicker (it’s faint and fast) can be observed occasionally/infrequently. If this becomes a nuisance to you, you can try to alleviate this by selecting ‘Disable HW overlays’ in Developer Settings. This does not survive a reboot (must be selected on every boot) and impacts swiping motion (it slows it down) in Trebuchet (the Launcher).
-P4*: A 720P recording, when played back, will have artifacts in the upper section of the image. Also when launching the recorded video for the first time, you will encounter a bit of a delay before it launches.
-P4*:If you use the standard GAPPS (from goo), the keyboard will close if typed on for 2 or 3 letters quickly in succession, if you use Google Search, Messaging and/or Gtalk (there could be more). This is a GAPPS library issue. Install a third party keyboard (Swiftkey 3 works ok) and switch to it. This does not affect Browser, System, etc (stock KB works fine there). The GAPPS from wingray don’t appear to exhibit this behavior from brief feedback (make sure your system is cleaned out using the latest recovery (format system), prior to installing the rom and gapps if you had the set from goo installed prior (it has also been reported that data needed to be wiped as well to rid of the residuals)): http://forum.xda-developers.com/showpost.php?p=35825009&postcount=3553
-Wallpaper will be down aligned on the lockscreen.
Things that need work from the community:
Samsung Keyboard Layout
Tell me more
CWM:
Make sure you have the latest (CWM 6.0.3.0)
Download from pershoot website, select your Tab version below:
P7510 (Wifi Only)
http://droidbasement.com/galaxy/roms/cm10.1/p4wifi/
P7500 (3G+Wifi)
http://droidbasement.com/galaxy/roms/cm10.1/p4/
SCH-I905 (Verizon)
http://droidbasement.com/galaxy/rom...//droidbasement.com/galaxy/roms/cm10.1/p4tmo/
Download recovery.tar.md5 and flash with ODIN or Mobile ODIN
Links for ODIN 1.85 : MediaFire
Links for Mobile ODIN by Chainfire Play Store and XDA
Bootloaders: Make sure you update your bootloaders to ICS. People who flashed an ICS custom ROM coming from HoneyComb (3.1) do not have the correct bootloaders.
Download Bootloaders from pershoot site: http://droidbasement.com/galaxy/roms/cm10.1/
Locate your variant and flash with ODIN. *NOTE: MOBILE ODIN DOES NOT FLASH BOOTLOADERS. ONLY ODIN WILL
Bootloader Flashing Instructions: (see image attached to post if unclear)
1) Open ODIN, all settings should be at default, if you change anything, hit reset or make it the same as image attached.
2) Select PDA slot and select the bootloader.tar file.
3) Flash
4) If unclear about the instructions, please ask!
Modems:
Download the recommended modem for your device at droidbasement:
http://droidbasement.com/galaxy/roms/cm10.1/
Install instructions are in post #3
P4 Variants Downloads: (Please see READ ME in post #2 to avoid and confusions or headaches)
P7510 (Wifi Only)
http://get.cm/?device=p4wifi&type=nightly
Changelog: http://mobile.10.1.cmxlog.com/?device=p4wifi
P7500 (3G+Wifi) (You must be on the ICS modem for best results.)
http://get.cm/?device=p4&type=nightly
Changelog:http://mobile.10.1.cmxlog.com/?device=p4
SCH-I905 (Verizon) (You must be on stock ICS (and it’s modem) before flashing to this build, for LTE functionality)
http://get.cm/?device=p4vzw&type=nightly
Changelog:http://mobile.10.1.cmxlog.com/?device=p4vzw
SGH-T859 (T-Mobile)
http://get.cm/?device=p4tmo&type=nightly
Changelog:http://mobile.10.1.cmxlog.com/?device=p4tmo
gapps: (update 01/29/2013)
P75xx gapps: gapps-jb-20130129-P75xx.zip http://www.mediafire.com/?44xhky6dyx4wlw2 Credit to dreamcwli from his thread on Xoom My Android ROM 4.2.1 for original package (Please thank him for the gapps)
Known Issues if using Goo Inside gapps or other gapp packages:
-Hot word detection for Google Now (caused the Google Now crash when starting)
-Gesture typing (causes random crashes when enabled)
-Photosphere (crashing when selecting camera or after aligning shot)
These features are removed in P75xx gapps.
Removed any Google Apps (e.g. Play Music, Sound Search, Calendar, Gmail) that can be downloaded in Play Store: https://play.google.com/store/search?q=Google+Inc.&c=apps
Credits:
pershoot for his hard work
Cyanogen for his amazing ROM
CyanogenMOD Team for their awesome work
Follow CyanogenMOD Team:
Google+
Twitter
PSA from CyanogenMOD about non-NEON future support: https://plus.google.com/u/0/117962666888533781522/posts/8wcuSVkr7zR
READ ME:
#If using 4.2.2 and want to roll back to 4.2.1 (last build is Feb 13th), you will need to do a full wipe to move backwards or you will bootloop. (update 02/19/13)
#PSA from CyanogenMod team: https://plus.google.com/+CyanogenMod/posts/M2pVM7Y6MTq (update 02/19/13)
ADB Whitelist
As of the Android 4.2.2 update, when you connect your phone to a computer, you are presented with your computer's RSA key fingerprint to open the adb connection. You also have the ability to permanently trust the computer, so you don't have to repeat this step upon every re-connect.
In order for this to work, you must be on the latest SDK which will grant you an updated 'adb' binary.
We will not be introducing any functionality to sidestep this default security, so if you don't update, you will lose the ability to access the device using adb.
# CM 10.1 is based on Android 4.2.1. Any and all proprietary applications that you have installed outside of CM should be updated to their 4.2.1 counterparts. Do not use the 4.1 versions of proprietary applications, else you will experience difficulties.
# Do not use the CyanogenMod Updater to go from 10.0 to 10.1. While you will have a functional rom, due to the 1st bullet point, you will be left without your proprietary applications and their data. We highly suggest performing the initial install manually via recovery (flashing CM and your addons). Once you are on 10.1, you can use the CM Updater as per normal.
# You do not need to wipe when updating to 10.1 if coming from an earlier CM version. However, as we mentioned in the weekend's PSA, users updating (instead of wiping) will experience a conflict in the application data for the Clock app. You are advised to clear this apps data on first boot of 10.1.
# Another item to note is that the support for the 10.0 feature that allowed for an expanded number of targets on the pattern lockscreen is not in 10.1. If you use this lockscreen, disable it before updating from 10.0.
# Finally, we always advise that you create a backup before any update. Do note, however, that due to Android 4.2 changes to support multi-user mode, your backups will automatically be transferred to /sdcard/0/[backup folder]. Remember this when attempting to restore 10.0. Credit to post from CyanogenMOD team (G+ https://plus.google.com/+CyanogenMod/posts/9X561GFMxL5)
Coming from Samsung ICS ROM (custom or not) requires a FULL WIPE (Wipe Data, Cache, and Dalvik Cache) If you do not WIPE you will get a bootloop.
From droidbasement:
GT-P7500 (p4), GT-P7510 (p4wifi), SCH-I905 (p4vzw) and SGH-T859 (p4tmo)
-For P4VZW: You must be on stock ICS (and it’s modem) before flashing to this build, for LTE functionality
-For P4WIFI UK: You must be on the US ICS bootloader (odin .tar.md5 inside the .zip in the folder), otherwise you may incur a rolling screen
-For P4: You must be on the UK ICS bootloader (odin .tar.md5 from AUS inside the folder), otherwise you may incur a rolling screen.
-For P4*: You must be on the ICS modem for best results.
BEFORE REPORTING ANY BUGS, PLEASE DO A FULL WIPE AND FLASH AGAIN TO VERIFY THE BUG! ALSO, NOTHING WILL GET FIXED WITHOUT A LOGCAT (we cannot debug xda posts, need a logcat)
Getting a logcat:
1) Make sure ADB is installed (http://developer.android.com/sdk/index.html)
2) Open Command Prompt
3) adb logcat -d > logcat.txt
4) Locate the logcat and upload to xda
Install Instructions: IMPORTANT TO SEE READ ME IN POST #2 It will save you a lot of headaches when upgrading or updating your Tablet.
1) Install the latest CWM (see 1st post for more info)
2) Install ICS bootloaders (1st post) *People who flashed an ICS custom ROM coming from HoneyComb (3.1) do not have the correct bootloaders.
3) Boot into CWM and flash CM10.1 (Please see READ ME in post #2 for more information)
4) Flash gapps-jb-20130120-P75xx.zip (see 1st post for download)
5) Reboot
pershoot has stated before: "best to wipe as some experience lag with multi user." and "if you get any latency/ bizarro behavior, wipe"
F.A.Q
Want Adobe Flash on your Jellybean Tab? (update 05/21/13) New version is (11.1.115.58)
Check out the latest download here: http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html Scroll to Flash Player for Android 4.0 archives and download most current (11.1.115.58). *Note: Flash is not supported in Jelly Bean, no support given in this thread as well.
Need Developer options and Performance tabs?
Go to settings>About tablet and start tapping Build number until it says your a Dev.
I am getting sudden reboots or freezes?
Not all tablets are created equal, if you are experiencing sudden reboots after Overclocking, reset your options back to default.
I am still rebooting or freezing?
Do a full wipe and DO NOT install anything. If the tablet is not rebooting or freezing, install your apps one at a time to isolate the cause. If you are using Titanium Backup, DO NOT RESTORE DATA FOR SYSTEM APPS.
I get Force Closes (FC) when I launch ____ app?
Try clearing data for the application by going Settings>Apps and locate the app and select Clear Data.
How can I increase Launcher performance?
Enable wallpaper hack (Settings> Launcher>Homescreen) and select Wallpaper quick render to boost home UI response (when using a static wallpaper).
Once I am on CM10.1, do I need to continue getting my updates at get.cm?
No, you can update future nightly builds by going to Settings>About tablet>CyanogenMod updates. Once there, change Update types to "New Versions (incl. Nightlies)" *NOTE: Pay attention to the file name, you might occasionally see CM 9 or 10 in the list, DO NOT FLASH!
Can I enable Voice Calling on my tablet?
At this time, the framework has the hook enabled to allow for users to work on the feature. IT IS 100% UNSUPPORTED at this time because it requires you to flash modems which is a deviation from the recommended setup.
I flashed ___ from another___ thread, now ___ this stopped working?
Wipe data and flash CM 10.1 from get.cm, does this issue still happen? If so, post logcat... if not, seek support from the thread you flashed the file from.
I HATE the new layout with the navigation keys in the middle, can I move it?
At this time, the nav keys in the middle is the design. Who knows, CM Team might change this in future builds.
OH NO! Where did my previous CWM backup go?
4.2. changed the file structure on how internal storage is viewed. Data on the internal/fake sdcard will go to 0/ (i.e. /sdcard/0/; /data/media/0/) (both are the same thing).
Since the internal storage is emulated, it is setup now (using file explorer like ES) /mnt/shell/emulated then you will see /0/; /legacy/; /obb/; and /clockworkmod/. Copy clockwordmod folder to your PC and if you need to, flash back to old ROM with old CWM and then move the backup back to /sdcard and then restore.
Using the latest recovery, to find /sdcard while in recovery, you will need to adb to /data/media/. *Note: Make sure to have a copy on your PC, I ran out of space before restoring since it is all in the /data.
Hey! Did you see the easter eggs!!
So not only is there an easter egg when you press the Android version and long press on the jellybean, but if you hit CyanogenMod version, CM planted one too. But did you know that by doing the easter egg and long pressing on the jellybean, you unlock another one! Go to Daydreams under Display in settings and you will see BeanFlinger!
My sound is really low or really high when I am using headphones!
If you are having really low or high volumes while listening with headphones, I recommend Voodoo Sound from Supercurio in the Play Store (Link). This allows you to take control of your volume and change it to your preferences.
I see cm-10.1-xxxxxxxxx-UNOFFICIAL-p4xxxx.zip on Droidbasement, what's the difference between droidbasement builds and nightlies?
The UNOFFICIAL builds on droidbasement are experimental builds compiled by pershoot for testing. It is recommended to flash the nightly builds unless specifically asked to test an unofficial build.
Awesome man and thanks...
Sent from my GT-P7500 using Tapatalk 2
Crazy question, where is dev options located? can't seem to find it anywhere.
Thanks, and what about for Voice calling?
How much User acount can we create?
Nexus 7 cihazımdan Tapatalk 2 ile gönderildi
kiladubz said:
Crazy question, where is dev options located? can't seem to find it anywhere.
Click to expand...
Click to collapse
Go to About in settings and hit the Build Number until it says your a Dev now
eddai said:
Thanks, and what about for Voice calling?
How much User acount can we create?
Nexus 7 cihazımdan Tapatalk 2 ile gönderildi
Click to expand...
Click to collapse
I am going to need more information about Voice calling since I have the Wifi only model. If someone else can chime in about multi user would be great, I haven't tested multi user yet.
nakedninja42 said:
Go to About in settings and hit the Build Number until it says your a Dev now
Click to expand...
Click to collapse
oh, rock on dude, thanks!
eddai said:
Thanks, and what about for Voice calling?
How much User acount can we create?
Nexus 7 cihazımdan Tapatalk 2 ile gönderildi
Click to expand...
Click to collapse
Not sure about voice calling... but as far as user account limits, I don't believe there are any beyond the physical limitations of the internal storage.
Sent from my Nexus 10 using Tapatalk HD
kbluhm said:
as far as user account limits,
Click to expand...
Click to collapse
i've capped it at +3.
https://github.com/CyanogenMod/andr...mmit/b6458e0209ecee044dfb338f9dae98c29efdfcc6
How can I check which bootloader I am currently on?
Dreameagl said:
How can I check which bootloader I am currently on?
Click to expand...
Click to collapse
You can't if you are not sure, then you should flash the one on droidbasement (see OP).
pershoot said:
i've capped it at +3.
https://github.com/CyanogenMod/andr...mmit/b6458e0209ecee044dfb338f9dae98c29efdfcc6
Click to expand...
Click to collapse
Any Solution for creating more? ı need more than 5+. Dont ask why
ı am running unofficial Build of Cm 10.1 (D2dyno's build) and, outgoing voice calls working perfectly, but no incoming calls tablet doesnt rings.
Any idea for your work?
Thanks for Reply.
Nexus 7 cihazımdan Tapatalk 2 ile gönderildi
eddai said:
Any Solution for creating more? ı need more than 5+. Dont ask why
ı am running unofficial Build of Cm 10.1 (D2dyno's build) and, outgoing voice calls working perfectly, but no incoming calls tablet doesnt rings.
Any idea for your work?
Click to expand...
Click to collapse
sorry, i'm not increasing it more at this current time.
that unofficial rom is my device/vendor/kernel specific work + all of the cyanogenmod team's framework/system/build/misc work (from quick scan of the op's thread).
voice calls you are on your own with (the hook is enabled in the framework overlay so people can do what they will with it). you need to flash a separate modem for it. there's a thread around here where discussions were being held for it and people were attempting to fix some stuff regarding it.
Great thread. BTW I don't have KW issue on wingray's gaaps.
me_guitarist said:
Great thread. BTW I don't have KW issue on wingray's gaaps.
Click to expand...
Click to collapse
+1; everything is working great on P4vzw. Thanks to the OP for putting this thread together and to Pershoot for keeping the 10.1 alive and well.
Thanks ninja for creating this thread. The other one has grown too big. Cheers!
Sent from my GT-P7510 using xda app-developers app
Nice work
Wow. Great job Pershoot and team!
Running absolutely wonderful on the Google I/O P7510.
Been following your builds on droidbasement for the last 6 months. Glad to see it in the nightlies now.
Thanks for keeping this device alive.
Why is Google now often not working
Running the nightly with wingray gapps. It runs pretty good .
There were crashing issues with Google Now a while ago as well for CM10. What I'd so special about that app that it crashes way more easily than other apps?
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), 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.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
What are UNOFFICIAL builds? A version of CyanogenMod not compiled by CyanogenMod's build servers and may contain code not yet committed to the repository. If you find bugs/issues you can/must discuss here (do not submit nightlies bug on CyanogenMod issue tracker).
Downloads
Latest build:
http://www.mediafire.com/?mzjrx8sxmigzl
Google Apps:
PA Team: http://forum.xda-developers.com/showthread.php?t=2397942
CM Team: http://d-h.st/users/dhacker29?fld_id=27426
Installation
- First time flashing CM11 to your Galaxy S (or coming from another ROM)?
Root your device and install ClockworkMod Recovery.
Reboot into Recovery using 3-button-combo
Do a Nandroid backup!
WIPE (wipe data/factory reset + wipe cache partition)
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from CM7/CM9?
Do a Nandroid Backup!
WIPE (wipe data/factory reset + wipe cache partition)
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from CM10/CM10.1?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally restore /data from Nandroid Backup (the update will wipe your /data)
Optionally install the Google Addon
- Upgrading from CM10.2?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
Optionally install the Google Addon
- Upgrading from another build of CM11?
Do a Nandroid Backup!
Install the ROM from internal sdcard using ClockworkMod Recovery
Note: The partition layout of CM11 is the same as CM10.2.
Known Issues
Please do not report bugs if it is already listen in the list of known issues
Display issues in Browser & other embedded webviews (Google Chrome works fine)
No access to TV-Out menu
Layout issues in lockscreen
Can only mount 1 sdcard on PC
Menu soft-buttons appearing where they shouldn't
Some CyanogenMod features a missing - please do not file bug reports for those.
Color calibration & vibration intensity does not get saved
Users of CM9/CM10/CM10.1 may have to upgrade to CM10.2 first if they face set_metadata_recursive error during install
Reporting Bugs
You are allowed to report bugs only in this thread. Before reporting a bug, please make sure you are running as stock as possible. This means no custom kernel, no custom framework modification, etc. If you are using any of the above modifications, please flash the rom again to get rid of the modifications before reporting.
REPORT BUGS IN THIS THREAD ONLY
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing.)
If it is a random reboot, grab /proc/last_kmsg. (Do not bother getting a logcat unless you can get it just before the reboot. A logcat after a reboot is useless)
If the problem disappears after running "setenforce 0" from a root shell, grab /data/misc/audit/audit.log
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. The following is a useful format to follow. Note: If you can provide the latest night/build that the bug didn't exist, it would greatly help in tracking down what caused it.
Code:
What is your--
Phone model:
Radio (baseband):
CM version:
CM Download url:
Gapps version:
Did you--
wipe:
restore with titanium backup:
reboot after having the issue:
Are you using--
a task killer:
a non-stock kernel:
CMSettings/Performance settings (other than stock):
ART Runtime:
other modifications:
Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:
FAQ
Why is there no transparent status bar/lockscreen widget/"OK Google"?
Those features have been disabled by Google for low RAM device in order to save RAM. You can try enabling it by removing "ro.config.low_ram=true" from /system/build.prop, however, it is not an officially supported setup.
Changelog
20131116
Initial release
Credits:
Nelson - Team Passion - Join Us on FB for Android related and friendly discussions!
FaultException, Pawitp and CyanogenMod Team
All users and developers contributing to development
Enjoy!
-- Reserved --
-- * Reserved *--
Good Job.
excelent...
Downloading, will post about ROM features later.
Now, i can menage to port ROM's with more features, because of you.
You are best
Nice thanks 4 this.. will try asap.
Sent from my SAMSUNG-SGH-T959 using xda app-developers app
after some using of ROM
ROM is totaly OK.
I know it was hard work, and thank you.
BAD THINGS:
1. Its little buggy, slow, with some '' better '' kernel, it should fly.
2. Hmm, icons, are stocks like in 4.3.1 Android, except camera, settings and and voice search.
3. Menu icons, are in 6x4, it look very ugly for me.
4. Camera is buggy. - NO 720p record -
5. Status bar pulling down is buggy to.
GOOD THINGs:
1. New dialer, very good.
2. After log into play store, you got new Gallery from Google, editing pictures very exposed and good.
3. New keyboard +
4. Other 4.4 goodies.
SCREENSHOOT:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Galaxy3HELL said:
ROM is totaly OK.
I know it was hard work, and thank you.
BAD THINGS:
1. Its little buggy, slow, with some '' better '' kernel, it should fly.
2. Hmm, icons, are stocks like in 4.3.1 Android, except camera, settings and and voice search.
3. Menu icons, are in 6x4, it look very ugly for me.
4. Camera is buggy. - NO 720p record -
5. Status bar pulling down is buggy to.
GOOD THINGs:
1. New dialer, very good.
2. After log into play store, you got new Gallery from Google, editing pictures very exposed and good.
3. New keyboard +
4. Other 4.4 goodies.
Click to expand...
Click to collapse
Thanks for the review.
I can look into fresh start of kernel later on.
Remember, CM has just started work over KK sources... merging of features is still in progress and this may take some time.
According to me, it is more fluid than JB which will let me keep this as daily driver.
neobuddy89 said:
Thanks for the review.
I can look into fresh start of kernel later on.
Remember, CM has just started work over KK sources... merging of features is still in progress and this may take some time.
According to me, it is more fluid than JB which will let me keep this as daily driver.
Click to expand...
Click to collapse
yeah, you are probably wright.
I,m sure that kernel will solve lots of problem.
Take look at mackay kernel on i9000 forum, he also have 4.4 KitKat ROM.
Fluid, it is, but Vanir 4.3.1 is at the moment most fluid rom on this forum.
Don't get me wrong, great ROM, love you.
Bye!
Galaxy3HELL said:
yeah, you are probably wright.
I,m sure that kernel will solve lots of problem.
Take look at mackay kernel on i9000 forum, he also have 4.4 KitKat ROM.
Fluid, it is, but Vanir 4.3.1 is at the moment most fluid rom on this forum.
Don't get me wrong, great ROM, love you.
Bye!
Click to expand...
Click to collapse
I can compile Mackay, if required.
neobuddy89 said:
I can compile Mackay, if required.
Click to expand...
Click to collapse
That would be great
Can you do that?
Awesome ROM Neo! I'm trying it right now and its really AWESOME! Enabled ART asap; apps open quick and are generally fluid. (Hangouts stutters when scrolling though) Scrolling over to Google Now stutters slightly, but thats to be expected with the first release. This is really good! Stable enough to be daily driver for me :good:
mackay has to be compiled from inside rom source.
cannondaleV2000 said:
mackay has to be compiled from inside rom source.
Click to expand...
Click to collapse
I can change that.
Downloading mackay kernel as zip file since I can't fork it as I already have forked one from CM.
I forgot to add FaultException to Credit list... adding..
neobuddy89 said:
I can change that.
Downloading mackay kernel as zip file since I can't fork it as I already have forked one from CM.
Click to expand...
Click to collapse
cool i thought about doing that but never had time to really look at it. would you mind sharing the parts needed for standalone build after you get it working? i want to build the kernel for my cappy.(hardbricked my vibrant) but i dont want to sync all the source since i dont maintane roms
cannondaleV2000 said:
cool i thought about doing that but never had time to really look at it. would you mind sharing the parts needed for standalone build after you get it working? i want to build the kernel for my cappy.(hardbricked my vibrant) but i dont want to sync all the source since i dont maintane roms
Click to expand...
Click to collapse
I will share on github if ready.
However, you may need to take care of its ramdisk which I believe should be same.....
Great start, appreciate your work.
got error status 7 coming from vanir. even tried flashing right after but still failed. tried rebooting recovery while while still in same session then was greeted by a message saying i lost root and gave me an option to flash su so i did, after doing so my phone rebooted on its own then finally some progress as i seen the cm splash screen then went into recovery which happen to be a new one. proceeded to flash tom again wiping everything minus sd flashed rom, install finally went through.
this is just about the fastest this phone has been since cm7, really...
stock cam fcs, at least with PA gapps
and for some reason, I cant get the ok google to work with this phone..tried updating search and everything
daily driver worthy, however
laylovj said:
this is just about the fastest this phone has been since cm7, really...
stock cam fcs, at least with PA gapps
and for some reason, I cant get the ok google to work with this phone..tried updating search and everything
daily driver worthy, however
Click to expand...
Click to collapse
Stock Cam working fine here with CM gapps. 720p definitely working.
To enable ok google, lockscreen widgets, and transparency in the status bar, you have to delete ro.config.low_ram=true from the build.prop. Neo mentioned this in the OP under FAQ. OK Google and the rest work perfectly fine after deleting it. :good:
Hobbesfed said:
Stock Cam working fine here with CM gapps. 720p definitely working.
To enable ok google, lockscreen widgets, and transparency in the status bar, you have to delete ro.config.low_ram=true from the build.prop. Neo mentioned this in the OP under FAQ. OK Google and the rest work perfectly fine after deleting it. :good:
Click to expand...
Click to collapse
never was a reader..still am not
anyway, reflashed again and PA gapps stock cam seems to work now..weird.
Updated ROM Version-12 is available now through OTA
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.4 (KitKat), 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.
*/
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
This Support of the CyanogenMod is Unofficial and the sources are up at Androidarmv6
The fastest, smoothest and more stable Kitkat 4.4.2, Check out this video with installation procedure.
Installation
- First time flashing CM11 to your LG-P500 (or coming from another ROM)?
Root your device and install ClockworkMod Recovery 6.0.4.6 or above (Get it here)
Reboot into Recovery using 3-button-combo (Power+Vol dwn+home)
Do a Nandroid backup!
DON'T WIPE ANYTHING (data/factory reset + wipe cache partition+wipe dalvik+ format system)
Download and flash the ROM from internal sdcard using ClockworkMod Recovery 6.4.0.6
Simply flash in recovery through sdcard or adb sideload,
Follow the Aroma Menu. Finish
Reboot Device
- Upgrading from another CM10.2 or Older ROM
Reboot into Recovery using 3-button-combo (Power+Vol dwn+home)
Do a Nandroid backup!
DON'T WIPE ANYTHING (data/factory reset + wipe cache partition+wipe dalvik+ format system)
Download and flash the ROM from internal sdcard using ClockworkMod Recovery 6.4.0.6
Simply flash in recovery through sdcard or adb sideload,
Follow the Aroma Menu. Finish
Reboot Device
- Instruction for upgrade to new version from older version:
Upgrade version through OTA Updater
In Aroma Menu, Select Wipe Option 1 to upgrade the version.
Must select previous running SD-EXT script and Avoid those apps, which you have already installed in previous version.
Finish and Reboot device. Done!!!
- Increase Device Storage size for more apps (optional)
Install Link2SD app (Link Here)and create "SDEXT4" mount script (dont reboot here), change settings to autolink apps and then reboot device into Recovery (click to see how to create SDEXT4)
Successful boot, now install as many apps as you want
SEX Must read this:
Some people are really lazy to read and they ask the same question without reading this part. So just put something catchy to attract their attention here
1. DON'T SELECT WIPE CACHE AND DATA IN OTA after download of ROM or any updater patch.
1. You have to insert an active Sim into device or run into Airplane Mode otherwise the ROM will be laggy.
2. In Version 9, if you are choosing "AD2Sdx" Script then please have some patient on first boot as it will take 20-25 minutes. This script will flash the all apps in data storage first and then move to external storage (SDEXT) but after first boot everything will be normal. Also note this script mean for Class 10 sdcards. Although I have put some tweak to increase the reading speed of below class 10 sdcards but still writing speed will be slow. So those using 2gb or below class 10, will face a little slow this rom with Ad2sdx.
3. To use version 8, you must have to select one apps from "Music" and "Enhancement" section.
Working List
Quote:
Code:
#include <std_disclaimer.h>
/*
ALMOST EVERYTHING NOW :)
*/
Not Working List
Code:
#include <std_disclaimer.h>
/*
After Wifi hotspot tethering require reboot to use Wifi
Other, You have to find it ;)
*/
XDA: DevDB Information
Cyanogenmod 11 for Optimus One, a ROM for the LG-P500
CREDIT:
Google, CM Team, @hephappy aka AndroidMeda Jenkins; Link2SD (Bulent Akpinar); @amarullz, @M3nti0n, @dipesh1502 and all LG-P500 XDA community
ROM OS Version: KitKat 4.4.2
Based On: CyanogenMod
Kernel Source: https://github.com/androidarmv6/android_device_lge_p500
Thread created by @mukulsoni on 29-12-2013
__________________________________________________________________________
Please hit THANKS button, its motivate developer to work more enthusiastically
Download Links
ROM:
Version 12: http://forum.xda-developers.com/showpost.php?p=52827619&postcount=1540
Changelog:
* Now get more internal storage Dalvik2Cache script (Must select this in Aroma) Thanks @HardLight
* LG G2 interface
* Fixed Gallery error
* Fixed Google+ error (Don't Update with latest version)
* Updated Link2sd and Google Now (Cricket and other games scores)
* Now get more internal storage Dalvik2Cache script
* Option for Statusbar Clock as Power Button
* Added more tweaks to make rom faster
* Added more languages dictionary
* Speed Tweaker (Feel like GB speed)
* V6 super charger include (Makes ROM super faster)
* Many more...About phone
* Many more...
Click to expand...
Click to collapse
VERSION 11: http://forum.xda-developers.com/showpost.php?p=52261911&postcount=1466
Changelog:
* Now get more internal storage Dalvik2Cache script (Must select this in Aroma) Thanks @HardLight
* LG G2 interface
* Option for Statusbar Clock as Power Button
* Added latest Link2SD app
* Added super tweaks to make ROM more faster
* Improved Camera
* SD-EXT scripts added : Link2Sd and A2Sdx
* Speed Tweaker (Feel like stock rom speed)
* V6 super charger include (Makes ROM super faster)
* Updated Changelog in Settings>About phone
* Many more...
Click to expand...
Click to collapse
Version 10.3 Delta: http://forum.xda-developers.com/showpost.php?p=51797156&postcount=1346
Changelog:
Deleted Halo feature (gives many error in version 10.2)
Fixed "package Installer" error
Fixed Bluetooth and Wifi tethering error
Increase Battery backup
OnNandroid Backup (Now take device backup without rebooting in recovery. Settings>OnNanroid Backup
Slimmed ROM (Now get more system partition space)
Updated system tweaks
Click to expand...
Click to collapse
Version 10: http://forum.xda-developers.com/showpost.php?p=51341582&postcount=1154
Version 9: http://forum.xda-developers.com/showpost.php?p=50929052&postcount=1000
Version 8 : http://forum.xda-developers.com/showpost.php?p=50421197&postcount=772
Version 7: http://forum.xda-developers.com/showpost.php?p=50059740&postcount=597
Version 6: http://forum.xda-developers.com/showpost.php?p=49902334&postcount=517
Updater patch (Flash it over the below patch): http://forum.xda-developers.com/showpost.php?p=49692286&postcount=439
New update patch for Version 5 ROM: http://www.mediafire.com/download/uq2o9wgfl2jii7m/Update-Ver5.zip
Flash it over version 5 only. How to update: Simply flash in recovery, clean cache partition and reboot to system
Version 5: http://www.mediafire.com/download/4ps36exjf1yh9c1/cm-11-P500-Ver5.zip (Jan14 Build)
Patch for updated Camera and Statusbar: http://www.mediafire.com/download/eow6yvehw4r5pxo/Camera+GradientSB-update.zip (13-01-2014)
Updated Version-4:http://www.mediafire.com/download/obeb8zn3g5hpnn3/cm-11-p500-ver4updated.zip (without messaging app)
Version-4: http://www.mediafire.com/download/xa249cvcy8n0az9/cm-11-P500-Ver4.zip (January 7, 2014)
Version-3: http://www.mediafire.com/download/x3lh7uzscrvra8n/cm-11-P500-Ver3.zip
Version-2: http://www.mediafire.com/download/fjsev8ay9543oyn/cm-11-P500-31Dec.zip (Updated Dec31 ver)
Version-1: http://www.mediafire.com/download/a8gwsnd76exyxjq/cm-11-p500.zip (Updated Dec27 ver)
OTHERS
GAPPSLight: http://www.mediafire.com/download/2ppd2ndlcqr187f/GAPPSlight.zip
UserGAPPS: http://www.mediafire.com/download/wav3fq2pq4od5cm/User-GAPPS.zip
User-SystemApps: http://www.mediafire.com/download/kgefvbn2qm0bbeq/User-SystemApps.zip
Updated KitKat Camera App: http://www.mediafire.com/download/nbpbbnd7qr5dx66/Camera-Kitakt.apk (Updated on Dec 31, 2013)
Viber Patch: http://forum.xda-developers.com/showpost.php?p=49717639&postcount=453 Flash in recovery to use Viber without any error
Link2SD: https://play.google.com/store/apps/details?id=com.buak.Link2SD
Now taste the KitKat......yummy
Screen Shots
On the right track here! Breaking things up this way will save a load of headaches. Which cm-11 are you using?
I had not tried making dsp and whisper user apps. Dsp is small enough and I know nothing about using whisper service.
Another candidate would be the filemanager.
Calendar is on Play and should be installed from there. Hangouts2 should also come off Play.
The original sms app is on the ROM unless you removed it. Not everyone want to bother with Hangouts.
Upgrades to Google Search will need to be downloaded from Play and sideloaded because it is technically not compatible for our device.
I (at least used to) need a gmscore on system, even though it is upgraded by the prebuilt and onwards. Just like phonesky needs be on system while Play has given me new ones since then. Waste of space. I will try removing the prebuilt from system and see if it still works.
Main functionality bug is lack of lockscreen widgets option in Settings.apk. Ideas on this?
Dovidhalevi said:
On the right track here! Breaking things up this way will save a load of headaches. Which cm-11 are you using?
I had not tried making dsp and whisper user apps. Dsp is small enough and I know nothing about using whisper service.
Another candidate would be the filemanager.
Calendar is on Play and should be installed from there.
Upgrades to Google Search will need to be downloaded from Play and sideloaded because it is technically not compatible for our device.
Click to expand...
Click to collapse
it is CM-11 Dec 27 build... Have trimmed rom but not removed LatinIME, FM etc. About whisperpush read this http://www.cyanogenmod.org/blog/whisperpush-secure-messaging-integration, Google search and card working through this mode of installation. :highfive:
Working on lockscreen widget only camera is working here for now. GmsCore working here.
are basics such as phone , sms ,calender working fine with no bugs.is it stable when no wifi .3g ,camera are used ??
hariraj96 said:
are basics such as phone , sms ,calender working fine with no bugs.is it stable when no wifi .3g ,camera are used ??
Click to expand...
Click to collapse
Yes, it is working like charm. I using this since Dec 27 and have not face fc or lag, all 3g wifi camera, google play, google card working. Just follow the installation process. :good:
You sure about Wifi and Usb?
Last time I checked Hephappy version and it was not working.
and Will this Rom work without SDEXT4?
aspee said:
You sure about Wifi and Usb?
Last time I checked Hephappy version and it was not working.
and Will this Rom work without SDEXT4?
Click to expand...
Click to collapse
Yes, wifi and usb working, you can use it without SDEXT4 too but you might not be able to taste kitkat fully.
Wow! You're great, i'm going to try it after the New year, when i get to my desktop PC.
Do you think it'll work with mount2sd?
I'm not asking about INT2EXT4, because it wasn't working even with 4.2.x Android.
Keep up!:highfive:
Rom lags, can not use it. How did you use it, if everything starts with a long delay mukulsoni ?
Is link2SD mandatory, or we can use also other a2sd scripts?
I'm used to "inflate" int2extv2+ directly in the rom.
uf0999 said:
Is link2SD mandatory, or we can use also other a2sd scripts?
I'm used to "inflate" int2extv2+ directly in the rom.
Click to expand...
Click to collapse
Other scripts are not working ..so yes ..we should better use link2sd
Sent from my LG-P500 using Tapatalk 2
The AOSP keyboard is fc on me after first boot. How should I fix that?
The rom is good except for some bugs:
1- You should replace LatinIme with the one from jenkins build or ther will be no keyboard showing and no hardware keys except home
2- launcher says PLACEHOLDERTEXT : can't find google search..... and if I install an older launcher it will run but no cards
After initial reboot (all wipes + formats + successful installation of cm11) I noticed the "back" hardware key is not working.
It is capable of killing an app if I enable it in developer options, though, but as a regular in-app back function it doesn't seem to work. Any ideas how to make the back button wrok again?
Another thing, I just noticed that cmfilemanager is not capable of opening zip files and did not think about decompressing the archives (useer and system gapps) beforehand :silly:
xander21 said:
Rom lags, can not use it. How did you use it, if everything starts with a long delay mukulsoni ?
Click to expand...
Click to collapse
jaibar said:
After initial reboot (all wipes + formats + successful installation of cm11) I noticed the "back" hardware key is not working.
It is capable of killing an app if I enable it in developer options, though, but as a regular in-app back function it doesn't seem to work. Any ideas how to make the back button wrok again?
Another thing, I just noticed that cmfilemanager is not capable of opening zip files and did not think about decompressing the archives (useer and system gapps) beforehand :silly:
Click to expand...
Click to collapse
Sorry guys... uploaded wrong zip. Just updated with new one : http://www.mediafire.com/download/a8gwsnd76exyxjq/cm-11-p500.zip
Flash it, follow the process and enjoy.... you will not disappointed now :good::highfive:
mukulsoni said:
Sorry guys... uploaded wrong zip. Just updated with new one : http://www.mediafire.com/download/a8gwsnd76exyxjq/cm-11-p500.zip
Flash it, follow the process and enjoy.... you will not disappointed now :good::highfive:
Click to expand...
Click to collapse
No need to apologize- it is well understood that at this stage it is a privilege to be able to boot in KK to begin with, and as with any new Android version, the first/early adopters usually are prepared for not working stuff.
Probably in a couple of weeks many bugs are fixed and KK ROMs start mushrooming all over the place
borchaniz said:
The rom is good except for some bugs:
1- You should replace LatinIme with the one from jenkins build or ther will be no keyboard showing and no hardware keys except home
2- launcher says PLACEHOLDERTEXT : can't find google search..... and if I install an older launcher it will run but no cards
Click to expand...
Click to collapse
Updated ROM... follow the process, you will get everything..:highfive:
Just flashed. No error, no FC... great ROM! Thanks hephappy, tanks mukulsoni!
Now testing...
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Code:
[COLOR="Purple"]#include <std_disclaimer.h>[/COLOR]
[COLOR="Navy"]/*
* 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.
*/[/COLOR]
Not developed actively anymore. You can update to cm-13.0.
This is an unofficial build of CM12.1.
This is an attempt to stay close to official cm12.1 and not make crazy hacks to make things working.
This is a pure CM build, only contains official CM features. I will not add any other external feature/app/etc.
For an up-to date working/not working list, bug tracker, useful guides & FAQ, visit our website:
http://legacyxperia.github.io
Want to contribute? Visit the brand new msm7x30 gerrit:
http://review.msm7x30.org
WARNING: This ROM uses a modified internal memory layout.
Our /system partition is originally 400MB but this space is not enough for a fluid experience and a full installation with proper google apps.
The internal storage has been repartitioned to give the whole space to /system & /cache. You will need a secondary partition on your SD card to be used as the /data partition.
If you want to use this ROM you will always have to use the included kernel or use a kernel that includes the layour changes. Bug reports with non-standard kernels will be ignored.
You will have to wipe the device and make a clean install.
You cannot restore nandroid backups from previous android versions or restore backups from this ROM to other ROMs that don't use the new partition layout since you risk corrupting the data.
I suggest to use Titanium Backup, Helium or any other similar app to backup your data if you really need to.
Requirements:
* Have the stock ICS 4.1.B.0.587 full ftf flashed (doesn't matter if you have flashed it in the past or if you flash it before installing cm12.1, it will work both ways)
* LT15i (Arc) users need to flash LT18i (Arc S) ftf
* MT15i (Neo) users need to flash MT11i (Neo V) ftf
* Minimum 2GB secondary ext4 partition for /data on class 10 SD card.
Steps required for correct installation (order is important):
1: Flash boot.img in fastboot & reboot into recovery
2 (optional): If the device is not booting, reboot to bootloader again and run:
fastboot erase system
3: Enter recovery
4: Format /system using System-Formating-Tool_signed.zip (can be found here) , then /data and then /cache (Important step!)
5: Flash update zip
6: Flash gapps
Steps 2, 4, 6 are not needed when you install new LX build on top of an older one in the future
If you want to return to a ROM that doesn't use the new partition layout, you need to follow the above steps again (only replace boot.img & update zip with the ones you want to use).
FAQ/Q&A/Discussion thread:
{All 2011}[FAQ][Q&A][CM12.1] LegacyXperia discussion
How to make your own test builds:
{All 2011}[GUIDE][DEV] How to build CyanogenMod 12.1
Changelog:
Release changes
Working/Non-working list
Lollipop status
Downloads:
https://s.basketbuild.com/devs/LegacyXperia
PLEASE DON'T MIRROR OUR UPLOADS
Recommended Google Apps:
Google Apps packaged by Mardon
NOTE:
Following xda's rule #12 spirit: If you are developing something that is based on my work, you MUST first seek my permission, you must add my name in the credits and you must add links pointing to my original thread and to my github sources.
Breaking this rule will lead me to report the thread to the moderators.
BUG Tracker
If you want to help fixing those bugs, please report the bugs in the bug tracker. Thanks!
Logs are needed (logcat/dmesg/last_kmsg), not just "got FC" or "+1" useless replies.
For more detailed instructions check the bug reporting guide in the FAQ.
XDA:DevDB Information
LegacyXperia, ROM for the Sony Ericsson Xperia Arc
Contributors
mikeioannina, Blefish, Mardon, pcfighter, mikegapinski, Men_in_black007, Rrreutel, nobodyAtall
Source Code: http://github.com/LegacyXperia
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest version of official ICS firmware: 4.1.B.0.587 or the latest supported baseband: 8x55A-AAABQOAZM-203028G-77
Based On: CyanogenMod
Version Information
Status: No Longer Updated
Current Beta Version: 20150513
Beta Release Date: 2015-05-13
Created 2015-03-13
Last Updated 2016-02-26
Got an issue?
first test on urushi... :good: :good: :good:
5.1 on its way i think..
*] front LED holographic keyboard >> another dream in android
There´s no cm12 for Mango?
Fjss said:
There´s no cm12 for Mango?
Click to expand...
Click to collapse
It Will Be Available In Few Hours.
Also Important Note : Please Don't Spam Here (Like Thnx Mike , First One To Try, Blah Blah)
We Have Ques/Answer Thread For That .
Men_in_black007 said:
It Will Be Available In Few Hours.
Also Important Note : Please Don't Spam Here (Like Thnx Mike , First One To Try, Blah Blah)
We Have Ques/Answer Thread For That .
Click to expand...
Click to collapse
Ok. Great work Dev´s. Keep up.:highfive:
am unable to flash the ine2ext file...it fails as the package cannot be loaded. i have use the same file many times before..and when the phone reboots :android is upgrading" takes a long time to complete.....there is lot of over heating too.
am sorry but is this ROM not prerooted? i cannot find superuser app and titanium backup won't work if ROM is not rooted
vipinrahul said:
am unable to flash the ine2ext file...it fails as the package cannot be loaded. i have use the same file many times before..and when the phone reboots :android is upgrading" takes a long time to complete.....there is lot of over heating too.
am sorry but is this ROM not prerooted? i cannot find superuser app and titanium backup won't work if ROM is not rooted
Click to expand...
Click to collapse
Guys, please read new instructions... There is no need to use int2ext or link2sd, while 2nd partition is automatically mounted as /data and any app you install and all their files, go directly to SD
To use root you have to enable Developer options and set root access for "apps and ADB"
my phone is very lag after flash google apps. It is smooth without google apps...
restart when camera is trigger...
my phone is phoenix.
Guys plz head over here with all your queries,doubts,problems.
this thread is in development section so over here there should be posts related to development of the rom and not your grievances
plz don't post your doubts here and respect the devs
Thread for your Doubts :
http://forum.xda-developers.com/xperia-mini/help/faq-2011-legacyxperia-discussion-t3053947
Can anyone here perhaps help me with installing the usb drivers for my Xperia Arc please?.. The flashtool drivers aren't installing right, they keep giving back failed responses!.. Plus, I don't wanna go through that signature malarky crap!.. Is there any other way I can get the drivers installed on Windows 8.1 so that I can flash this ROM, PLEASE!!!
Thanks...
Will the Cm12 Rom work without ext4 partition in future?
Hi everyone, I have a trouble, my mini pro seems not run, is slow, what can I do?
yuber26 said:
Will the Cm12 Rom work without ext4 partition in future?
Click to expand...
Click to collapse
no. because our phone has to less space for lollipop
FranckJZA said:
Hi everyone, I have a trouble, my mini pro seems not run, is slow, what can I do?
Click to expand...
Click to collapse
buy a fast sd card!
To set a real dev discussion:
I was supposed to so something else, so I started reading through my kmsg.log and of course I found "ti_st_open: st_register failed -22" which is followed by 2 min of suspend (being stuck at boot logo). I googled it and found out it is related to bluetooth driver. Those codes from our kernel sends that error:
https://github.com/LegacyXperia/and...c2dac8e3446a7695/drivers/misc/ti-st/tty_hci.c
https://github.com/LegacyXperia/and...c2dac8e3446a7695/drivers/bluetooth/btwilink.c
But why I'm mentioning it after all. After some research, I have found on TI Support page some thread related to wl1271 with the same issue in log:
http://e2e.ti.com/support/wireless_connectivity/f/307/t/237355
According to it, problem is related to GPIO BT_EN suspend/power down sequence, which have bad effect on next power up.
GPIO is handled by:
https://github.com/LegacyXperia/and...2c2dac8e3446a7695/drivers/misc/ti-st/st_kim.c
@mikeioannina is it helpful?
More links:
http://e2e.ti.com/support/wireless_connectivity/f/307/t/340453#pi239031348=1
+ commands for terminal:
http://processors.wiki.ti.com/index.php/NLCP_Bluetooth_Command_Lines
Hi,
how does the partiontable of the sd card need to look?
I mean is it enough if there's any ext4 partition or can the whole card be formatted as ext4?
Which filesystem should the default? part be?
Awesome CM12
Successfully Booted up CM12 on coconut
Thanks Dev:good::good::good::good::good:
keibak said:
Hi,
how does the partiontable of the sd card need to look?
I mean is it enough if there's any ext4 partition or can the whole card be formatted as ext4?
Which filesystem should the default? part be?
Click to expand...
Click to collapse
The install script will mount your second partition as ext4, my suggestion:
first partition fat/fat32 for "external SD" in the ROM
second partition ext4 for the /data partition
Both partitions should be primary partitions
Screenshots pls?
Sent from my Micromax AQ4501 using XDA Free mobile app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 6.0 (Marshmallow), which is designed to increase performance and reliability over stock Android for your device.
Code:
[SIZE="2"]* 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.
[/SIZE]
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Install instructions:
Reboot into recovery (latest official TWRP recommended).
Wipe Data, System and Cache if it's a fresh install. Delete the .android_secure folder in external sdcard too.
Wipe Cache and Dalvik Cache if you're updating from a previous build of cm-13.0.
Flash ROM and Gapps.
Reboot.
Download links:
ROM: https://s.basketbuild.com/dl/devs?dl=fefifofum/lge_awifi/cm-13.0-20161107-UNOFFICIAL-awifi.zip
Gapps: http://forum.xda-developers.com/android/software/app-minimal-gapps-gapps-lp-20150107-1-t2997368
Changelog:
Short: https://github.com/awifi-dev/android_device_lge_awifi/wiki/CM13.0-Changelog
Full: https://raw.githubusercontent.com/a...nightly/cm-13.0-20161107-UNOFFICIAL-awifi.txt
XDA:DevDB Information
CyanogenMod 13.0, ROM for the LG G Pad 8.3
Contributors
fefifofum, Deltadroid
Source Code: https://github.com/awifi-dev
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.4.x
ROM Firmware Required: KitKat Bootloader (post 3)
Version Information
Status: Stable
Created 2015-11-28
Last Updated 2016-11-07
Bug reports:
Explain how to reproduce the bug and attach logs (logcat and dmesg). If you don't know how to get those, you can use this app. Please, do not report bugs if you use any kind of mods (like xposed) or third party kernel.
Known bugs
IR Blaster doesn't work.
Frequently Asked Questions:
Q) How can I unlock Developer options?
A) Go to Settings > About phone, and press five times on Build number.
Q) How can I enable root access?
A) Go to Settings > Developer options > Root access, and enable it for apps, adb or both.
Q) Why is wifi always on in battery stats, even if it was disabled?
A) Go to Settings > Location > press on the 3 dots (top right) > scanning > disable wifi.
Q) How do I update Gapps? (Also useful if you have Gapps related problems).
A) Reboot into recovery. Wipe System, Cache and Dalvik Cache. Install ROM + Gapps. Reboot.
Bootloader
This rom is meant to be used with kitkat bootloader. If you are unsure of what bootloader you are using, you should flash the following zip within recovery (official TWRP recommended):
V50020F Bootloader: https://www.androidfilehost.com/?fid=24352994023707804
* Some stock based roms flash bootloader files without the user being aware of it. So just to be safe, I recommend everybody to flash the above zip to make sure that you are using all the correct bootloader files.
The installation went perfectly on a clean installation.
Huge thanks!
Same here installation is fine. Any way to make my sdcard work without a format?
ukguy115 said:
Same here installation is fine. Any way to make my sdcard work without a format?
Click to expand...
Click to collapse
yes, select portable storage.
Tried portable storage but said it was corrupt. Bit the bullet and formatted, had a backup so no biggie. ROM working great though.
Sent from my LG-V500 using Tapatalk
ukguy115 said:
Tried portable storage but said it was corrupt. Bit the bullet and formatted, had a backup so no biggie. ROM working great though.
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
Same here.
Sent from my Nexus 6 using Tapatalk
kbluhm said:
Same here.
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
I had no problems and did not need a reformat using portable storage.
ukguy115 said:
Same here installation is fine. Any way to make my sdcard work without a format?
Click to expand...
Click to collapse
There are two ways you can use your sdcard in marshmallow, as external storage or as emulated internal storage. Only the second one should require to format the sdcard.
ukguy115 said:
Tried portable storage but said it was corrupt. Bit the bullet and formatted, had a backup so no biggie. ROM working great though.
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
kbluhm said:
Same here.
Sent from my Nexus 6 using Tapatalk
Click to expand...
Click to collapse
I'm not sure why this is happening to you. You could try deleting the .android_secure folder in your external sdcard from recovery. That could be the reason why it says your sdcard is corrupt.
And I just did a clean installation of the latest CM12.1 today...
Thanks a lot @fefifofum! Downloading! I guess I'll go to sleep later tonight!
I tried to run Antutu but everytime it stops at 76%.
And adding a profile picture doesn't work.
Two minor things maybe; is a clear all recents button available somewhere and I can't turn off keyboard/touch sounds, I turn off the toggle but they are still on.
Sent from my LG-V500 using Tapatalk
ukguy115 said:
Two minor things maybe; is a clear all recents button available somewhere and I can't turn off keyboard/touch sounds, I turn off the toggle but they are still on.
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
You goto keyboard settings and disable from there.
fefifofum said:
There are two ways you can use your sdcard in marshmallow, as external storage or as emulated internal storage. Only the second one should require to format the sdcard.
I'm not sure why this is happening to you. You could try deleting the .android_secure folder in your external sdcard from recovery. That could be the reason why it says your sdcard is corrupt.
Click to expand...
Click to collapse
I too needed to format my sdcard (in portable mode) maybe filesystem related? I had an exfat fs now its fat32.
Installed yesterday. Enjoying now! Just great! Gamma is much better than in the two recent 12.1s.
Can't figure, though, how to make voice input work. There is a mic icon on keyboard... but nothing happens. Can live with that.
Portable storage works for me. I experienced some sd dismounts as on cm12.1. But in contrast to cm12.1 the external sd doesn't remount by itself. So I have to make reboot...
Otherwise everything seems work smooth and stable. Thanks for your hard work!
DSC05 said:
Portable storage works for me. I experienced some sd dismounts as on cm12.1. But in contrast to cm12.1 the external sd doesn't remount by itself. So I have to make reboot...
Otherwise everything seems work smooth and stable. Thanks for your hard work!
Click to expand...
Click to collapse
So are you using the ROM in this thread? Or are you using cm12.1?
zebinadams said:
So are you using the ROM in this thread? Or are you using cm12.1?
Click to expand...
Click to collapse
CM 13 of this thread and I compared it to latest cm12.1 build of fefifofum
Fenomeno-Tony said:
I tried to run Antutu but everytime it stops at 76%.
And adding a profile picture doesn't work.
Click to expand...
Click to collapse
That's caused by the adreno blobs from flo 6.0 used in this first release. Now I updated them from latest qcom release and the 3d test in antutu doesn't fail anymore. So tomorrow I will release a new build with that issue fixed.
ukguy115 said:
Two minor things maybe; is a clear all recents button available somewhere and I can't turn off keyboard/touch sounds, I turn off the toggle but they are still on.
Sent from my LG-V500 using Tapatalk
Click to expand...
Click to collapse
I think that the first issue you mention is an upstream bug, we have to wait for it to get fixed.
Darkmasterhk said:
I too needed to format my sdcard (in portable mode) maybe filesystem related? I had an exfat fs now its fat32.
Click to expand...
Click to collapse
That could be related to android_secure folder in external sdcard, but I need someone to erase it from recovery and confirm if that solves the issue. If that is the case, what I really need to fix is TWRP, which should erase android_secure folder when you do a factory reset.
mackeev said:
Installed yesterday. Enjoying now! Just great! Gamma is much better than in the two recent 12.1s.
Can't figure, though, how to make voice input work. There is a mic icon on keyboard... but nothing happens. Can live with that.
Click to expand...
Click to collapse
Gamma should be exactly the same as in my builds of cm-12.1. About voice input, it's probably an upstream bug too.
DSC05 said:
Portable storage works for me. I experienced some sd dismounts as on cm12.1. But in contrast to cm12.1 the external sd doesn't remount by itself. So I have to make reboot...
Otherwise everything seems work smooth and stable. Thanks for your hard work!
Click to expand...
Click to collapse
Maybe the new storage approach used in marshmallow makes the sdcard not to remount automatically, no idea since I don't have unmounts. I'm sure someone else will confirm this in the following days. This post is interesting, you should read it, maybe the easiest workaround is to use a different sdcard. What brand, capacity, class... is the sdcard you are using?