[ROM][GT-P7500] CyanogenMod 9 Nightlies Galaxy Tab 10.1 3G (P4) - Galaxy Tab 10.1 Android Development

NOW THAT WE HAVE OFFICIAL NIGHTLY BUILDS I THOUGHT IT WARRANTED A PROPER THREAD NOT A KANG ANYMORE​CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.0 (ICS), 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.
*
*/
Click to expand...
Click to collapse
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.
SOURCES
General:
http://github.com/CyanogenMod
Device:
https://github.com/CyanogenMod/android_device_samsung_p4
https://github.com/CyanogenMod/android_device_samsung_p4-common
Kernel:
https://github.com/CyanogenMod/android_kernel_samsung_p4 (Official)
https://github.com/pershoot/galaxy-2636 (Unofficial)
What's working?
3G - Make sure you have the correct APN Settings for your carrier/region.
HWA Video - No all the formats are supported, Blame NVidia or ... the world - (YouTube does work)
What's not working?
Camera - This will only be fixed once we get an ICS Leaked ROM - Period, so stop asking!
I want feature X?
No - You will not get it or maybe you will, I have no Idea what feature will get implemented. This is not the place to ask.
First time installing CyanogenMod 9 to your Tablet (3g version), or coming from another ROM:
- Make sure you are rooted. (Plenty of thread available about how to do it)
- Make sure you're running a proper working ClockworkMod-Recovery version 5.5.0.4 not any other version (Recovery[UPDATED]). This is the latest (2012-05-24) that works with the device make sure you flash this recovery via ODIN.
IF YOU DO NOT INSTALL THIS RECOVERY YOU WILL NOT BE ABLE TO INSTALL CORRECTLY/YOU WILL GET UNKNOWN VERSION ABORTING INSTALL ERROR
- Copy GApps and CM9 ZIPs to your internal SDCard
- Boot into Recovery
- DO A DATA WIPE / FACTORY RESET (First Time Users)
- Flash CM9 zip
- Flash GApps zip
- Reboot
- Enjoy!
NOTICE:
IF YOU EXPERIENCE ANY ISSUE WITH THE ROM AND YOU HAVE OVERLCOCKED/MODDED THE ROM DO NOT REPORT THE ISSUE UNTIL YOU HAVE CONFIRMED THE ISSUE ALSO OCCURS WHEN NOT OVERCLOCKED/MODDED!
IF YOU EXPERIENCE ANY ISSUE AND YOU HAVE CONFIRMED IT IS AN ISSUE POST LOGS, USE PASTEBIN.COM IF YOU CANNOT ATTACH LOGS TO YOUR POST.
See second post on how to get logs to post logs!
Latest nightlies:
http://get.cm/?device=p4&type=nightly
Changelog
http://changelog.bbqdroid.org/#p4/cm9/next
Google Apps:
http://goo.im/gapps
HOWTO SEND PATCHES
Getting Started:
http://wiki.cyanogenmod.com/wiki/Howto:_Gerrit
Example:
- cd ~/android/system
- repo start branchname CyanogenMod/android_device_samsung_p4
-- Make your changes at device/samsung/p4
- cd device/samsung/p4
- git add -A
- git commit -a
- cd ~/android/system
- repo upload CyanogenMod/android_device_samsung_p4
Navigate to http://review.cyanogenmod.com , click your commit and add the reviewers.

If you suffer from a rolling recovery fix available here:
# Catching up on APN updates. If your default APN is missing or inaccurate, be sure to drop a comment on http://goo.gl/aDur and we'll go about adding them to the OS.
If you experience an issue. Provide logs. If you have adb do this:
adb logcat >> logcat.log
adb logcat -b radio >> radio.log (if you experience 3g issues)
adb shell dmesg >> dmsg.log (got wifi issues or weird stuff happening)
If you have a reboot/kernel panic or such.
Get last_kmsg:
adb pull /proc/last_kmsg or if you not near a pc go to terminal emulator :
type su then enter.
cp /proc/last_kmsg /sdcard/
Exit terminal
You can then later extract last_kmsg and post it here.
Or you can download OS monitor here: https://play.google.com/store/apps/details?id=com.eolwral.osmonitor.tablet and get logs via the app. That is what I sometimes use personally.

Good idea. Recently found out about the nightlies myself. Do we know something about broken things?
Camera, and highres video playback
Skickat från min GT-P7500 via Tapatalk 2

ivarson_swe said:
Good idea. Recently found out about the nightlies myself. Do we know something about broken things?
Camera, and highres video playback
Skickat från min GT-P7500 via Tapatalk 2
Click to expand...
Click to collapse
This ROM ( or any other ) doesn't have nothing to do with HI-Res videos not working... It's Tegra2 fault and nVidia engineers who designed this chip and deside not to include some CPU instructions.
And for camera we must wait until samsung release their official ICS. After that CM team will just pull out drivers for camera from official build and we will have working cameras.
Sent from my GT-P7500 using Tapatalk 2

i've been using it. works great so far. i was using a kang build but i had terrible boot loop issues and the battery would die in hours. but since switching to these those are now gone!

**** the camera , stupid samsung is not care about us

I know.
But that sort of questions will be asked repeatedly, supplying it in first/second post will probably eliminate most such questions later on
Regarding 720p playback it worked like a charm on both stock- custom HC ROMS and also on CM9 nightlies until a couple of builds ago.
What I meant was that it should be posted, but it sounded more like a question I guess. See that some broken things are posted now. That's good
Skickat från min GT-I9100 via Tapatalk 2

Install Failure
AOKP_p4_milestone-4.zip
---------- Post added at 02:19 AM ---------- Previous post was at 02:07 AM ----------
Using a P7500 with AKOP ICS rom on it.
Just tried to update to update-cm-9-20120524-NIGHTLY-p4-signed.zip
Wiped Dalvik, wiped cache, factory reset.
Install Failure...
Installing update...
assert failed: getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4"
E:Error in /sdcard/1-CM9/update-cm-9-20120524-NIGHTLY-p4-signed.zip
(Status 7) Installation aborted.
Can someone please advise as to the why this fault is being generated?
Thanks in advance!

mpierce said:
AOKP_p4_milestone-4.zip
---------- Post added at 02:19 AM ---------- Previous post was at 02:07 AM ----------
Using a P7500 with AKOP ICS rom on it.
Just tried to update to update-cm-9-20120524-NIGHTLY-p4-signed.zip
Wiped Dalvik, wiped cache, factory reset.
Install Failure...
Installing update...
assert failed: getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4"
E:Error in /sdcard/1-CM9/update-cm-9-20120524-NIGHTLY-p4-signed.zip
(Status 7) Installation aborted.
Can someone please advise as to the why this fault is being generated?
Thanks in advance!
Click to expand...
Click to collapse
I have no AOKP ROM to check at the moment, but my guess is that in the AOKP ROM the "ro.product.device" and "ro.build.product" in the build.props are not set to "p4".
Simple solution is to remove the assert command from the updater-script. That would help you to get CM9 on your tablet.
Once you have the CM9 on your tablet, the two values will be "p4" and you will be able to flash any CM9 nightlies updates without problems.
[EDIT]
Just checked on a stock GT-P7500 ROM, there the values are set to
ro.product.device=GT-P7500
ro.build.product=GT-P7500
So there could be the same problem.
I saw as well in another thread (sorry, don't remember where) that there is a CWM recovery that allows you to flash even if the assert getprop command fails.
[/EDIT]
[EDIT 2]
In latest AOKP ROM the values are:
ro.product.device=p4
ro.build.product=p4
So that means my first assumption is wrong. Still my proposal to remove the assert getprop from the updater-script will work. Or you update to latest CWM recovery.
[/EDIT]

mpierce said:
AOKP_p4_milestone-4.zip
---------- Post added at 02:19 AM ---------- Previous post was at 02:07 AM ----------
Using a P7500 with AKOP ICS rom on it.
Just tried to update to update-cm-9-20120524-NIGHTLY-p4-signed.zip
Wiped Dalvik, wiped cache, factory reset.
Install Failure...
Installing update...
assert failed: getprop("ro.product.device") == "p4" || getprop("ro.build.product") == "p4"
E:Error in /sdcard/1-CM9/update-cm-9-20120524-NIGHTLY-p4-signed.zip
(Status 7) Installation aborted.
Can someone please advise as to the why this fault is being generated?
Thanks in advance!
Click to expand...
Click to collapse
You need to get to latest clockwork recovery.
Sent from my GT-P7510 using XDA

Seagullbeagle said:
You need to get to latest clockwork recovery.
Sent from my GT-P7510 using XDA
Click to expand...
Click to collapse
Yes. I was unable to flash the nightly rom until I install this CWM (http://droidbasement.com/galaxy/recovery/cwm5/p4/2/recovery.tar.md5)

Strange, my CWM said it was v5.5.0.4 and was installed from this file, ClockworkMod_Recovery_v5.5.0.4_P75xx.tar using Odin v1.85
Followed the instructions you guys have given and installed the file, recovery.tar.md5 using Odin v1.85 and voila... she now works!
Thanks fellows!
---------- Post added at 05:31 AM ---------- Previous post was at 04:44 AM ----------
Couple of questions, it appears that network time is not working and that I have to set this manually. Is that correct or just me?
Can lockscreen shortcuts be enabled?

Do these nightlies have 3G working?

I just installed it and after setting up the APN, 3G is working on mine.

APN were set automatically on my device.

vibecatalin said:
APN were set automatically on my device.
Click to expand...
Click to collapse
Probably would be the case with everyone.
The reason that I have to set mine is that we are doing software development and we have to use a special sim.

mpierce said:
Probably would be the case with everyone.
The reason that I have to set mine is that we are doing software development and we have to use a special sim.
Click to expand...
Click to collapse
Also not working with my Softbank Japan SIM. I had to change the apns-conf.xml with my personal one to get the Softbank APN working.
The Softbank APN settings in the CM9 version do not cover my Softbank SIM card.
I will submit a patch following the instructions in post 1 in the next days.

You have to use the (Clockworkmod 5.4) that's why you getting this error it happens to me and I find out that if you use the lastest clockworkmod it won't work okay thank you luck
Sent from my SGH-T859 using xda premium

my question is simple:
why to go for CyanugenMod 9 Nightlies (P7500 3g) if I am already rooted with my stock ROM? in other way: which plus am I getting if I go to CM9 for my tab?

I've switched because on ICS is Tab much more smoother.

Related

[NIGHTLY][ROM][4.0.4] CyanogenMod 9 for the Samsung Vibrant

Please note that there may be intermittent emergency dialing issues and/or GPS/AGPS issues (including GPS daemon crashing, which does not restart) which could hinder location of you in an emergency.
CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.0.4 (Ice Cream Sandwich), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std/disclaimer.h>
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
This thread is for the development of CyanogenMod 9 nightlies for the Samsung Vibrant (aka SGH-T959), the Galaxy S 4G / Vibrant 4G (SGH-T959V) is not supported here. Nightlies are built each night with the very latest code, for this reason, they are extremely experimental and should be avoided by beginners and people who have important responsibilities tied to the usage of their phone.
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.
[font=Calibri, Arial]Known Issues[/font]​Probably still has intermittent emergency dialing issues (such as 911) like CM7
See the rest of the issues here.
Please report new issues here:
http://code.google.com/p/vibrant-cm/issues/list
[font=Calibri, Arial]Downloads[/font]​Did you read known issues? No? Go read them.
DO NOT USE AS A DAILY DRIVER​
ROM: http://get.cm/?device=vibrantmtd&type=nightly
Google Apps: http://goo.im/gapps/gapps-ics-20120429-signed.zip
[font=Calibri, Arial]Installing[/font]​... from another CM9 nightly
Reboot into recovery
Do a nandroid backup (just in case)
Install from ZIP
Reboot
If it gives you trouble later, wipe cache, and reboot. If it still gives you trouble, do a full wipe, install again and reboot.
... from CyanogenMod 7 or a CM7-based ROM
Reboot into recovery
Do a nandroid backup (just in case)
Wipe everything (wipe data/factory reset)
Install from ZIP
Optionally install the Google Apps add-on.
Reboot
... from stock 2.2 Froyo
WARNING: Don't install if it's your first time flashing a phone!
Install CWM Recovery by following this guide.
Reboot into recovery.
Wipe everything (wipe data/factory reset)
Install from ZIP.
Optionally install the Google Apps add-on.
Reboot.
WARNING: If you use Titanium Backup to backup your apps do not backup system data or system apps, restoring either of those on CM9 could cause issues.
[font=Calibri, Arial]FAQ[/font]​Q: I can't add my Google account!
A: Install the Google Apps package from CWM recovery, linked above. This is standard procedure with CyanogenMod ROMs due to licensing issues with Google.
Q: Can you enter service mode with *#*#197328640#*#* like CM7?
A: Yes.
Q: I keep getting "Installation Aborted" error 7
A: Install the Glitch kernel and retry.
Q: Where's the changelog?
A: http://changelog.bbqdroid.org/#vibrantmtd/cm9/latest
Q: When will the Linaro tweaks be merged?
A: Don't know.
The CyanogenMod team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
[font=Calibri,Arial]How to Build[/font]​First initialize your build environment.
Now follow the "installing repo" section in this guide:
http://source.android.com/source/downloading.html
Now downloading CyanogenMod source:
Code:
mkdir ~/Desktop/CM9
cd ~/Desktop/CM9
repo init -u http://github.com/CyanogenMod/android.git
repo sync -j24
More setup:
Code:
. build/envsetup.sh
breakfast cm_vibrantmtd-userdebug
Getting proprietary files:
You must have a copy of CM9 for the Vibrant running on your phone for this part.
Code:
( cd device/samsung/vibrantmtd && ./extract-files.sh )
Compiling:
Code:
mka bacon
Reserved for cats...
the changelog page is down...
Finally we have CM9 Nightly for the Vibrant! I just flashed the new CM9 nightly and everything is stable and smooth. Thanks again FE!
Great job guys! Flashing ASAP
W00t, first page
Didn't expect CM9 nightlies to roll out this quickly tbh.
Can't wait!!! Been running ExROM 1.3.1 for a while but backing up now to give this baby a shot!
You guys know if this will drop into ROM Manager by any chance? Just wondering, not a big deal if not.
shrty4luv said:
the changelog page is down...
Click to expand...
Click to collapse
It's up for me?
salazar.r1 said:
Can't wait!!! Been running ExROM 1.3.1 for a while but backing up now to give this baby a shot!
You guys know if this will drop into ROM Manager by any chance? Just wondering, not a big deal if not.
Click to expand...
Click to collapse
Eventually, yes, I imagine. If you want it before it does, you can always download it.
Is it just me or is the gapps link down?
Nice! Flashing ASAP
es7241 said:
Is it just me or is the gapps link down?
Click to expand...
Click to collapse
Not working for me either.
You can use ROM Manager. Or you can use this link:
http://download2.clockworkmod.com/gapps/gapps-ics-20120304-signed.zip
The changelog page is working, but there seems to be a problem with the link to the gapps.
salazar.r1 said:
Can't wait!!! Been running ExROM 1.3.1 for a while but backing up now to give this baby a shot!
You guys know if this will drop into ROM Manager by any chance? Just wondering, not a big deal if not.
Click to expand...
Click to collapse
Me too! ExRom has been great, wonder what this will be like.
is update-cm-9-20120331-NIGHTLY-vibrantmtd-signed.zip safe to flash I see its 120mb not around 90 like the rest
i get assert failled getprop status 7 error
defconoi said:
is update-cm-9-20120331-NIGHTLY-vibrantmtd-signed.zip safe to flash I see its 120mb not around 90 like the rest
Click to expand...
Click to collapse
Yes. CM9 is bigger than CM7
defconoi said:
is update-cm-9-20120331-NIGHTLY-vibrantmtd-signed.zip safe to flash I see its 120mb not around 90 like the rest
i get assert failled getprop status 7 error
Click to expand...
Click to collapse
Possible bad download or bad copy to SD, I didn't get an error.
edit - I'm wrong, my bad.
Henchmin said:
Possible bad download or bad copy to SD, I didn't get an error.
Click to expand...
Click to collapse
Toggle script asserts.
The boot animation is tits.

[ROM][N5110]Official Nightlies CM11.0[KTU84P][4.4.4]

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 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.
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.
INSTRUCTIONS
First time installing CyanogenMod 11.0 to your Galaxy Note 8 N5110, or coming from another ROM:
- Read known issues ans FAQs
- Flash the latest official ClockworkMod-Recovery
- Copy GApps and CM11.0 ZIPs to your SDCard
- Boot into Recovery
- Flash CM11.0 zip from SDCard
- Flash GApps zip from SDCard
- DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
- Reboot
- Don't restore system data using Titanium Backup!
- Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Upgrading from earlier version of CyanogenMod 11.0:
- Copy CM11.0 ZIP to your SDCard
- Boot into Recovery
- Flash CM11.0 zip from SDCard
- Reboot
BUG LIST
-BT Voice Search
[Nightlies] http://download.cyanogenmod.org/?device=n5110
[GAPPS 4.4] http://wiki.cyanogenmod.org/w/Google_Apps#Downloads
[CWM 6.0.4.4 w/ swipe] Heimdall: http://www.androidfilehost.com/?fid=23212708291675367
OUTDATED:
[11/11] ROM: http://www.androidfilehost.com/?fid=23212708291676598
CHANGES:
-Initial Release
[12/2] ROM: http://www.androidfilehost.com/?fid=23252070760972532
Changes:
- Upstream CM merges (yes home button recent apps is back)
- fixed internal sd / storage
[12/10] ROM: http://www.androidfilehost.com/?fid=23252070760974755
Changes:
- Upstream CM changes (includes fix for rotation distostortion)
Source: http://github.com/CyanogenMod
Yes this is an updated build from the one I posted in the 10.2 thread
A quick pointer to the PA Gapps thread:
http://forum.xda-developers.com/showthread.php?t=2397942
There's a lighter version of the Gapps package there if you don't use so many of the Google services, and it should always have links to up to date versions.
Don't forget to format your system partition and re-flash the whole ROM if you are changing between GApps versions, or you may have some leftovers from the previous version.
Wrong Thread......
testing the 11-11 built. Seems like there is a problem accessing files on the /storage/emulated/legacy (or 0).
Can't delete anything. Can't modify anything... but you can browse... Read Only almost like?
Thanks for quick work !
Code:
set_metadata_recurcive : some changes failed (status 7)
Even with a cwm 6.0.4
I'll update to the build from nov 11th in the next hours and going to give a feedback later too.
@sbrissen: maybe it does make sense to add my cwm6044.tar.md5 to the first post?! Or at least your img-file.
Edit: what's the difference between pa_gapps-full-4.4-20131111-signed.zip and gapps-kk-20131031.zip?
kingofcomedy said:
I'll update to the build from nov 11th in the next hours and going to give a feedback later too.
@sbrissen: maybe it does make sense to add my cwm6044.tar.md5 to the first post?! Or at least your img-file.
Click to expand...
Click to collapse
If you have a recovery that work with this build, could you share it here ?
thanks
kingofcomedy said:
I'll update to the build from nov 11th in the next hours and going to give a feedback later too.
@sbrissen: maybe it does make sense to add my cwm6044.tar.md5 to the first post?! Or at least your img-file.
Edit: what's the difference between pa_gapps-full-4.4-20131111-signed.zip and gapps-kk-20131031.zip?
Click to expand...
Click to collapse
Posted my heimdall in the OP, can you just shoot up a link to your odin copy?
The difference that I've noticed in the 2 are the PA gapps have the "OK google" feature. Maybe they both do but I noticed it after flashing the PA gapps
That's what I just did:
- boot into recovery (rename the attached file to recovery.tar.md5 and flash it with odin) (or download it from here: https://mega.co.nz/#!J18HxR7C!WJMuYhLvpYCPlN-giWs2u0Sr4wRzgBvajTNOP_L5gyU)
- "format /system"
- "format /cache"
- flash cm_n5110-ota-sbrissen_11-11.zip
- flash pa_gapps-full-4.4-20131111-signed.zip
Issues:
- back- and menu-button are not working (sometimes I can close popup-messages with the back-button)
- /storage/emulated/0 not writeable (as already stated by mbze430)
- gallery is not working
- no screenshots
- screen goes a bit crazy during rotations
Edit: I tried to install Root Explorer via the Play Store, but no keyboard showed up. Voice search did work. After I have started Root Explorer and set / to be rw the back- and menu-buttons are working and the keyboard showed up too.
PA GAPP definitely good for ART.. However one of the most important tool "TiBu" doesn't work with ART. That is like the biggest "WTF". lmfao. Seems like ConfigUpdate has been taken out from this new release.
Do we REALLY need torch.apk ? lol
Will the CM team ever accept this as an official? Would love to see nightlys
EDIT1: Almost ****ted in my pants... ExtSdCard is reading empty on the device... but I checked it with a PC... everything is there... so ExtSdCard isn't being read correctly? Also seems like Android 4.4 is dumping all kinds of txt files in the ExtSdCard. It is being recognized as "/mnt/media_rw/sdcard1" in Solid Explorer??
EDIT2: Definitely something is wrong with the partition permissions... Viper4Android no longer can write to the /system partition with 11-11 built.
PdroidAndroid said:
Thanks for quick work !
Code:
set_metadata_recurcive : some changes failed (status 7)
Even with a cwm 6.0.4
Click to expand...
Click to collapse
Hey
I got this same error, what I did was that I flashed the TWRP aroma touch recovery from the XDA thread for GT-N5110 and it worked like a charm!
Here's the thread: http://forum.xda-developers.com/showthread.php?t=2483844
mbze430 said:
PA GAPP definitely good for ART.. However one of the most important tool "TiBu" doesn't work with ART. That is like the biggest "WTF". lmfao. Seems like ConfigUpdate has been taken out from this new release.
Do we REALLY need torch.apk ? lol
Will the CM team ever accept this as an official? Would love to see nightlys
EDIT1: Almost ****ted in my pants... ExtSdCard is reading empty on the device... but I checked it with a PC... everything is there... so ExtSdCard isn't being read correctly? Also seems like Android 4.4 is dumping all kinds of txt files in the ExtSdCard. It is being recognized as "/mnt/media_rw/sdcard1" in Solid Explorer??
EDIT2: Definitely something is wrong with the partition permissions... Viper4Android no longer can write to the /system partition with 11-11 built.
Click to expand...
Click to collapse
Checking the extSdCard issue now. CM just forked my repos last night, I'll start the process to get 10.2 nightlies going. They have not start 11.0 nightlies for any devices yet.
I can also confirm the sdcard not being writable. I'm thinking between that and the extSdCard strangeness perhaps the storage just gets mounted weirdly upon boot.
In addition, it seems to me that long pressing the home button no longer brings up the recent apps drawer.
This version installed without a hitch and aside from the SD card issue, works great!
Also, not that important but Im just curious- why can't I get the launcher looking like kitkat? It still retains jelly bean look even after third party launchers and what not.
Thanks and when the funds allow I'd be glad to donate!
Hi guys! First of all thanks a lot sbrissen for your work!!!! I've been waiting for CM working on my Note8 since I bought it.
Two questions I have:
- When it will be available to download from CM official site.
- Does all the s-pen features work with this build? (by features I mean the quick access, aerial preview, etc)
Thanks again!
titotito1983 said:
Hi guys! First of all thanks a lot sbrissen for your work!!!! I've been waiting for CM working on my Note8 since I bought it.
- Does all the s-pen features work with this build? (by features I mean the quick access, aerial preview, etc)
Thanks again!
Click to expand...
Click to collapse
Simple answer is no. From the way things look, it will never. You will need 3rd party apps to get some of those features back
Keep getting a status 7 error, any help?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Jaimemex said:
Keep getting a status 7 error, any help?
Sent from my SPH-L720 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Try the TWRP Aroma Touch recovery, it works like a charm and no error occured to me
Sent from my GT-N5110 using XDA Premium 4 mobile app
kinda quiet in here... did everyone jump back to 10.2?? lol

[androidarmv6][ROM][MTD][4.4.4] CyanogenMod 11 for GT-S5570i [FINAL]

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
/*
* 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 AndroidARMv6 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.
Downloads
MTD ClockworkMod Recovery: http://forum.xda-developers.com/devdb/project/dl/?id=8160
Latest Final Version: http://www.mediafire.com/download/9ihk6bmi5uegvfb/cm-11.0.0-GT-S5570i-tassve.zip ( Thanks @ronhyukie07 )
Google Apps: http://www.mediafire.com/download/3139r9dnf8gk81a/gapps-kk444-20140724-v2.2.zip
Installation
If the ROM doesn't boot flash this Stock ROM with Odin and retry.
3-button-combo = "Volume Up/+" + "Home/Center" + "Power/Lock"
- First time flashing CM11 to your Galaxy Mini (coming from TouchWiz/Stock ROMs)?
Reboot into Recovery using 3-button-combo
Install MTD ClockworkMod Recovery
Reboot into new Recovery using 3-button-combo
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard using ClockworkMod Recovery
Optionally install the Google Addon
Done! You can now reboot the phone to enjoy the rom
- Upgrading/Downgrading from BML CM7/CM9/CM11?
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
Install MTD ClockworkMod Recovery
Reboot into new Recovery using 3-button-combo
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard using ClockworkMod Recovery
Optionally install the Google Addon
Done! You can now reboot the phone to enjoy the rom
- Upgrading from MTD CM9?
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard using ClockworkMod Recovery
Optionally install the Google Addon
Done! You can now reboot the phone to enjoy the rom
- Upgrading from another build of MTD CM11?
Reboot into Recovery using 3-button-combo
Do a Nandroid Backup!
Wipe always recommended but Optional.
Install the ROM from sdcard using ClockworkMod Recovery
Done! You can now reboot the phone to enjoy the rom
Current Status
Not Working
Camcorder (related to missing enc. stuff)
Audio/Video Decoding/Encoding (Hantro)
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:
The AndroidARMv6 team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
XDA:DevDB Information
[androidarmv6][ROM][MTD][4.4.4] CyanogenMod 11 for GT-S5570i, ROM for the Samsung Galaxy Mini
Contributors
Alberto96, psyke83, SpaceCaker
Source Code: http://github.com/androidarmv6
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 2.6.x
Based On: CyanogenMod
Version Information
Status: No Longer Updated
Created 2014-06-12
Last Updated 2015-04-17
Reserved
Reserved
Video Preview 20140617: https://www.youtube.com/watch?v=CgGXr3yaH9U
Released!
Enjoy
can you provide Screen Shorts for this rom
ok
i tried to install it with getprop asserts deleted in updater-script
it starts installing but after i get a status 7 error with this error
set_metadata_recursive:some changes
Inviato dal mio GT-S5570I con Tapatalk 2
i was in cm7 ..just did what in instructions..and worked...but it have no camera ..and calls didnt work..never got any call
thebiggboss180 said:
i was in cm7 ..just did what in instructions..and worked...but it have no camera ..and calls didnt work..never got any call
Click to expand...
Click to collapse
yes buddy i also have the same problem i called my phone but no incoming call display another wise the rom is superber :good:
kewalj2646 said:
can you provide Screen Shorts for this rom
Click to expand...
Click to collapse
Screen "Shorts" ? Hahahah maybe you mean screenshots. You find screenshots on Google searching CM11. All CM ROMs have same UI.
devilyuri said:
ok
i tried to install it with getprop asserts deleted in updater-script
it starts installing but after i get a status 7 error with this error
set_metadata_recursive:some changes
Inviato dal mio GT-S5570I con Tapatalk 2
Click to expand...
Click to collapse
If you follow my installation procedure you won't have problems.
thebiggboss180 said:
i was in cm7 ..just did what in instructions..and worked...but it have no camera ..and calls didnt work..never got any call
Click to expand...
Click to collapse
kewalj2646 said:
yes buddy i also have the same problem i called my phone but no incoming call display another wise the rom is superber :good:
Click to expand...
Click to collapse
Calls still WIP. First post working features needs a little "make up"
Alberto96 said:
Video Preview 20140617: https://www.youtube.com/watch?v=CgGXr3yaH9
Click to expand...
Click to collapse
the video isn't working
Galaxy pop Plus said:
the video isn't working
Click to expand...
Click to collapse
here it is
CM11 TASSVE PREVIEW
---------- Post added at 02:31 PM ---------- Previous post was at 01:51 PM ----------
anyway there's a new update. we must wait for Alberto96 :good:
ohh xD im sorry. you can download the update just look for the new date hehe sorry no need to update for the link xD
Updated first post with some fixes.
Alberto96 said:
Updated first post with some fixes.
Click to expand...
Click to collapse
it means incoming call display has been solved
Not only that, it also means fixes in thread text
Alberto96 said:
Not only that, it also means fixes in thread text
Click to expand...
Click to collapse
You have change the link to download cm11
kewalj2646 said:
You have change the link to download cm11
Click to expand...
Click to collapse
Why? It is the official and working one.
Alberto96 said:
Why? It is the official and working one.
Click to expand...
Click to collapse
i saw just downloading it you post it today sir may i ask you one question what is you of .md5sum
something interesting is coming....
http://forum.xda-developers.com/gal...lop/official-cyanogenmod-9-gt-s5570i-t2813912

[ROM][DEV][OFFICIAL] CyanogenMod 11.0 - androidarmv6 [COOPERVE][Nightly Builds]

CyanogenMod 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.
BroadcomCM is based on the CyanogenMod Project. Our goal is to create ROMs based on CyanogenMod Sources for Broadcom BC21553 devices. All the source code for CyanogenMod is available in the broadcomCM Github repo. You can also view the Changelog for a full list of changes & features.
IMPORTANT INFORMATION
Click to expand...
Click to collapse
We'll not support users and answer questions from users which:
are running a custom kernel
have flashed mods
modified system files
didn't follow our intructions word by word
are unfriendly
INSTRUCTIONS
Click to expand...
Click to collapse
First time installing CyanogenMod 11.0 to your Galaxy Ace i, or coming from another ROM:
Iinstall ClockworkMod Recovery.
Reboot into Recovery using 3-button-combo
Do a Nandroid backup! (Optional and only if you weren't running TouchWiz before)
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard using ClockworkMod Recovery
Optionally install the Google Addon
Upgrading/Downgrading from CM7/CM9?
Do a Nandroid Backup!
WIPE (wipe data/factory reset + wipe cache partition + format /system partition)
Install the ROM from sdcard using ClockworkMod Recovery
Optionally install the Google Addon
Upgrading from another build of CM11?
Do a Nandroid Backup!
Wipe always recommended but Optional.
Install the ROM from sdcard using ClockworkMod Recovery
DOWNLOADS
Click to expand...
Click to collapse
CyanogenMod 11.0 Downloads:
Current version:
Nightly Builds: http://download.androidarmv6.org/_builds/cooperve/
ClockworkMod Recovery:
Version 6.0.1.2: http://forum.xda-developers.com/gal.../cwm-clockworkmod-6-0-1-2-broadcomcm-t2805391
Version 5.0.2.8: http://forum.xda-developers.com/showthread.php?t=2649487
CHANGELOG
Click to expand...
Click to collapse
Changelog can be found on our gerrit review system (merged changes)
BUGLIST
Click to expand...
Click to collapse
Vide Recording
Encoders (Hantro) - this mostly will never be fixed
Flashlight
DEAR KANGERS
Click to expand...
Click to collapse
If you're going to reuse our work, which we're doing for free, be fair and give proper credits.
This is the only payment we're really demanding and we deserve it to be mentioned because of the countless hours we've put into this project.
Open-Source doesn't meant Out-of-Respect!!!
The broadcomCM and androidarmv6 team would like to thank everyone involved in helping with testing, coding, debugging & documenting! Enjoy!
XDA:DevDB Information
CyanogenMod 11.0 - androidarmv6, ROM for the Samsung Galaxy Ace S5830
Contributors
bieltv.3, psyke83, Alberto96, Spacecaker, Lopicl.00
Version Information
Status: Testing
Current Stable Version: Nightly
Created 2014-07-14
Last Updated 2014-07-14
This is just a quote of psyke83 Galaxy Y informational post:
Information for users:
This topic is intended only as a meeting point for other developers of the shared BCM21553 devices to discuss and solve issues related to development. If you are not a developer, please restrict your posts to the general discussion thread so that developers can maintain good communication. Thanks for your understanding.
reserved 2
reserved 3
Nice job Bros.
Sent from my Acer S500 CloudMobile
Nice to see that development goes forward!
It was a dream for cooperve users to have cm11-now its possible!
You rock guys!
Biel,psyke dont stop,just enjoy your time by making a develooment:thumbup:
Sent from my Nexus 5 using XDA Free mobile app
Excellent work! I tried cm-11-20140704-NIGHTLY-cooperve but it doesn't boot with my SIM card inserted. Is this a bug or do I need a newer baseband, actually I am using S5839iBOMD1.
Finn10111 said:
Excellent work! I tried cm-11-20140704-NIGHTLY-cooperve but it doesn't boot with my SIM card inserted. Is this a bug or do I need a newer baseband, actually I am using S5839iBOMD1.
Click to expand...
Click to collapse
Rom wont boot with SIM,
Just pull it out
Its a bug
Sent from my Nexus 5 using XDA Free mobile app
Good Work
its a great !!! cm11 for ace i !!! Legend Biel
where recovery v6 Link ?
thanks
esam122333 said:
Good Work
its a great !!! cm11 for ace i !!! Legend Biel
where recovery v6 Link ?
thanks
Click to expand...
Click to collapse
Biel is currently making a cwm 6 for cooperve it will be up soon
In the mean time flash this using odin Cwm 6
Lets see how far it goes... Thanks btw!
rom wont boot with sim card ? why!
Timmy.G said:
Biel is currently making a cwm 6 for cooperve it will be up soon
In the mean time flash this using odin Cwm 6
Click to expand...
Click to collapse
Thanks
Flashing done
esam122333 said:
Thanks
Flashing done
Click to expand...
Click to collapse
just press the tanks button
Timmy.G said:
just press the tanks button
Click to expand...
Click to collapse
how can i flash that kernel thing and is it like i will have the cwm6 straight after i flash it?
Temp. CWM6 LINK: http://www.mediafire.com/download/x1t66t6xeb2aa5d/update.zip
I'll create three threads tomorow
TotalErikas said:
how can i flash that kernel thing and is it like i will have the cwm6 straight after i flash it?
Click to expand...
Click to collapse
using odin in pda section
and yes u will have cwm 6 straight after flashin it
P.S biel released cwm 6
---------- Post added at 03:21 AM ---------- Previous post was at 03:09 AM ----------
Do i need to convert to ext4 file system or not...????
installation aborted
status 7
please help
CWM 6 thread added for cooperve: http://forum.xda-developers.com/gal.../cwm-clockworkmod-6-0-1-2-broadcomcm-t2805391
EDIT: Status 7 error fix on second post, NOTE in bold letter
bieltv.3 said:
CWM 6 thread added for cooperve: http://forum.xda-developers.com/gal.../cwm-clockworkmod-6-0-1-2-broadcomcm-t2805391
EDIT: Status 7 error fix on second post, NOTE in bold letter
Click to expand...
Click to collapse
where can i find it ? im in the middle of bricking my android
---------- Post added at 11:58 PM ---------- Previous post was at 11:40 PM ----------
after fixing status 7 i get status 6 help
---------- Post added 5th July 2014 at 12:46 AM ---------- Previous post was 4th July 2014 at 11:58 PM ----------
i want to tell everyone that wants to install this rom at the moment - please do not
i dont know if its for everyone, but i couldnot flash this rom
i also read on the biels blogspot that everyone had the same status 7 error as i did
i used biels fix, i did it with the notepad ++ , didnt work
i even googled, changed some formats to UNIX and encoding, didn't work aswell
also other people had the same error after trying to fix it

[NIGHTLIES] CyanogenMod 12 for One Mini 2

CyanogenMod is a free, community built distribution of Android which greatly extends the capabilities of your phone. ​
These are the nightly builds of CM12.0 for the HTC One Mini 2.
To hear about the latest updates and changes to CyanogenMod as a whole, you can follow +CyanogenMod on Google+!
You can also follow me if you want.
Code:
#include <stddisclaimer.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.
*/
Installation Instructions
You must unlock your bootloader or be S-OFF.
You must have a custom recovery installed.
Download the current HTC One Mini 2 build from the CyanogenMod site.
Locate Gapps.
Fully wipe your device from Recovery if you are not coming from CM11.0 already.
Reboot into recovery and install.
XDA:DevDB Information
CyanogenMod 12 for One Mini 2, ROM for the HTC One Mini 2
Contributors
u-ra
Source Code: https://github.com/CyanogenMod
ROM OS Version: 5.0.x Lollipop
ROM Kernel: Linux 3.4.x
Version Information
Status: Nightly
Created 2015-01-30
Last Updated 2015-01-30
Recovery error
Thank you for opening this new thread.
Since CM12, I get a recovery error on every OTA update, saying
Installing zip file '/cache/recovery/block.map'
Installing '/cache/recovery/block.map'...
Checking for MD5 file...
Skipping MD5 check: no MD5 file found
Verifying zip signature...
I:read key e=3 hash=20
I:read key e=65537 hash=20
I:read key e=65537 hash=20
I:read key e=65537 hash=20
I:4 key(s) loaded from /res/keys
E:footer is wrong
E:Zip signature verification failed: 1
E:Error installing zip file '/cache/recovery/block.map'
Done processing script file
Yet, there is no problem to flash the zip manually. Any ideas?
audio problem
Installed CM12 and one noticeable bug is with the audio output. The audio output is very poor and is with cracking voices. Please help
What happened to CM11?
Updated to newest build and my phone is running CM12 now instead of CM11.
Is there any way to get CM11 back?
Didn't you do a backup before updating? On the CM website it says clearly:
Once on CM12 nightlies, you cannot downgrade back to CM11 without wiping – if you are thinking of just exploring the release, then take a backup of your existing installation if you want to go back to it.
I still get TWRP error on every update saying"zip file is corrupt". Can anyone explain me? Never had this on CM11 and I didn't change my recovery (v 2.8.1.0)
Not much traffic here. Does no one have the same TWRP update problem?
Just read this on TeamWin homepage in changelog for V2.8.5.0:
-Fix handling of mapped zip files for OTA updates (CM12 updater).
Might be this ?
change-log ?
bug list ?
Screen-shot ?
No more update problems since update on TWRP 2.8.5. Thanks to u-ra!
Where can I find a changelog?
Can anybody tell me if this is ready for daily use? Any serious problems?
Thank you!
Sent from my HTC One mini 2 using XDA Free mobile app
GPaul said:
Where can I find a changelog?
Can anybody tell me if this is ready for daily use? Any serious problems?
Thank you!
Sent from my HTC One mini 2 using XDA Free mobile app
Click to expand...
Click to collapse
Hi. I use it, there are some bugs but everything works. You can google Cm 12 changelog ?
Camera is alright?
// I see that camera is OK.
It's nice to see cm12 on this device. The google version of lollipop looks better than the sense lollipop (saw it on M8) in my opinion.
Any way to increase battery life? Kernel or some settings?
Sent from my HTC One mini 2 using XDA Free mobile app
Screenshots
I hope it is ok if I post some screenshots for others...
Hi
Can i Install another Gapps ?
which Gapps you recommends me ?
Please Add changelog & Bug list .
thanks
rasoooli said:
Hi
Can i Install another Gapps ?
which Gapps you recommends me ?
Please Add changelog & Bug list .
thanks
Click to expand...
Click to collapse
Check the PICO version. It is all you need.
http://forum.xda-developers.com/pa...pps-official-to-date-pa-google-apps-t2943900
CM12
I had great troubles with the ROM after upgrading from CM11 to CM12.
In that case, just be sure to wipe all data and everything should work just fine!
Using the Balanced or Power Saving profile the battery life is just fine. The camera is acceptable.
After a couple of hours of USING (more applications at a time) the device tends to get a little bit laggy. Sometimes I need to do a Soft Reboot to go back to normal. Anyway, the nightlies are getting better and better with every build. Keep up the good work!
I have installed this on my girlfriends Mini 2 and she's loving the upgrade to lollipop, I'm having one problem though, trying to install Viper4Android as the beats audio for the device isn't available any more obviously. The app install isn't going to be a problem, my problem is that I don't seem to have root access, I tried flashing SuperSU but it doesn't seem to be working. Have I missed something?
EDIT: Wish I could delete this, fixed it. feel very silly. flashed latest su.zip from chainfire
Shro said:
I have installed this on my girlfriends Mini 2 and she's loving the upgrade to lollipop, I'm having one problem though, trying to install Viper4Android as the beats audio for the device isn't available any more obviously. The app install isn't going to be a problem, my problem is that I don't seem to have root access, I tried flashing SuperSU but it doesn't seem to be working. Have I missed something?
EDIT: Wish I could delete this, fixed it. feel very silly. flashed latest su.zip from chainfire
Click to expand...
Click to collapse
You can gain root on cm12 from the Developer options menu. It is something like "Root acces"
Shro said:
I have installed this on my girlfriends Mini 2 and she's loving the upgrade to lollipop, I'm having one problem though, trying to install Viper4Android as the beats audio for the device isn't available any more obviously. The app install isn't going to be a problem, my problem is that I don't seem to have root access, I tried flashing SuperSU but it doesn't seem to be working. Have I missed something?
EDIT: Wish I could delete this, fixed it. feel very silly. flashed latest su.zip from chainfire
Click to expand...
Click to collapse
Was the rest of the viper4android installation succesful? I'm waiting to upgrade to lollipop since this is the most used feature of my phone.

Categories

Resources