Featured post

Free Online Money Earning, no investment required

If you are trying to earn money online & need only small extra income less than $200 (Rs.12,000) then PTC sites are the best way to st...

Showing posts with label CyanogenMod. Show all posts
Showing posts with label CyanogenMod. Show all posts

MIUIAndroid for Samsung Galaxy S3 - AT&T

Base: Cyanogenmod 10
Port: Galaxy Nexus MIUI JB 



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.
 */
Changelog

v2.10.12
Quote:
old changelog: http://miui.connortumbleson.com/roms.../changelog.txt

Download

ROM: http://goo.im/devs/ibotpeaches/miuia...tt-2.10.12.zip
GApps: http://goo.im/gapps/gapps-jb-20120726-signed.zip

old
2.9.29 - http://goo.im/devs/ibotpeaches/miuia...att-2.9.29.zip
2.9.21d - http://goo.im/devs/ibotpeaches/miuia...tt-2.9.21d.zip
2.9.21 - http://goo.im/devs/ibotpeaches/miuia...tt-2.9.21b.zip



How do I flash?

General rule of thumb. If on 

-Stock, CM, AOKP, AOSP. You must do full wipe. That includes going to "format /system" in recovery. Then flash the ROM.
-If on MIUI. Dalvik & Cache wipe should suffice. If not, do above ^

-First boot will take 1-3 minutes. (As its dex/opting, but it doesn't have the animation of dex/opting loaded, so it sits at MI Logo)


Known Bugs 
  • Facebook freezes
  • Face detection enabled, but forgot libs

[NIGHTLY][ROM][4.1.2] CyanogenMod 10 for Samsung Galaxy S

CyanogenMod is a free, community built, aftermarket firmware distribution of Android 4.1 (Jelly Bean), 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 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 Nightly builds? Auto compiled builds of the latest CyanogenMod source from github. This version change each night and aren't officialy supported. If you find bugs/issues you can/must discuss here (do not submit nightlies bug on CyanogenMod issue tracker).

Downloads
WARNING: Upgrading from version before 20120817 will wipe your phone

Latest nightly: http://get.cm/?device=galaxysmtd
Google Apps: http://goo.im/gapps

Installation

- First time flashing CM10 to your Galaxy S (or coming from another ROM)?
  1. Root your device and install ClockworkMod Recovery.
  2. Reboot into Recovery using 3-button-combo
  3. Do a Nandroid backup!
  4. WIPE (wipe data/factory reset + wipe cache partition)
  5. Install the ROM from internal sdcard using ClockworkMod Recovery
  6. Optionally install the Google Addon
- Upgrading from CM7/CM9?
  1. Do a Nandroid Backup!
  2. WIPE (wipe data/factory reset + wipe cache partition)
  3. Install the ROM from internal sdcard using ClockworkMod Recovery
  4. Optionally install the Google Addon
- Upgrading from another CM10 Build?
  1. Do a Nandroid Backup! WARNING: Upgrading from version before 20120817 will wipe your phone
  2. Install the ROM from internal sdcard using ClockworkMod Recovery
  3. Optionally install the Google Addon
Note: Nandroids of CM7, CM9 and CM10 are incompatible due to partition layout changes. Please be on the correct version before restoring Nandroids.

FAQ
Please read before posting or reporting bugs!

http://teamhacksung.org/wiki/index.p...sked_Questions

Reporting Bugs

You are allowed to report bugs only at the SGSCM10 bug tracker. 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 HERE: http://code.google.com/p/sgscm10/issues/list

Please check the list of issues before creating new issues.
  • 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)
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.

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):
other modifications:

Provide any additional information (observations/frequency of problem/last version it worked on/etc) as needed:

[HOW TO] Build CM10 for Nexus 7

Hey all,  

So I've ported my "Build CyanogenMod" instructions (Nook Color, Nook Tablet, and HP Touchpad) to the Nexus 7.

The doc basically covers unlocking the N7, getting the build environment ready, downloading source, building, installing, and updating the source. The walkthrough is for Linux, but you should be able to do it via a virtual machine running on OS X and Windows such as Virtualbox (free).

The idea is that building Android from scratch should be possible for almost anyone to learn. So this guide walks you through it.

If you're running into difficulties, this thread is a place to exchange info, tips, questions, etc.

It's also a good place to proclaim loud and clear to the world...

"I'm running an OS I built myself from source!"

Off the top of my head...
  • You never, ever have to wait for a nightly
  • You can add or remove as-yet uncommitted features with ease.
  • You learn how Android works under the hood
  • You learn how to use Linux
  • You'll learn how to use git
  • You may, even accidentally, pick up a little C, Java, C++, and learn about the build system.
  • You can personalize Android-- make your own tweaks, replace kernels, modules, graphics, add or remove projects, overclock, underclock etc. In other words, you have control over every aspect of your device's functionality. Your build is custom to you.
  • You can audit the code for potential security issues such as back doors or trojans (as opposed to just trusting a random person who posts a build). Since CM10 source is open, you can examine every commit, and there are many eyes looking at the code. (does not apply to proprietary blobs, but these are pulled from your device, so you have and are using them already)
  • You can contribute features/fixes back upstream
  • You can start ports to other as-yet-unsupported devices (start by copying folders from similar devices to devices/manufacturer/model)
  • You come to really understand that Android phones and tablets are full-fledged general-purpose computers just like laptops and desktops.
  • AAAAND....you get huge bragging rights

The extent to which you delve into the above is entirely up to you. The walkthrough is just an introduction to that world. If N7 is anything like the NookColor/NookTablet/TouchPad, some people will build once and never do it again... but others will start to tinker and make changes to their own build and want to share them with others, and soon some will start making contributions back to official CM10 upstream... or port to new devices... and by fixing bugs and all this... everyone benefits.

Plus...
  • It's fun.

CyanogenMod 6.1.0 RC1 Available for Download | Download


CyanogenMod 6.1.0 RC1 Available for DownloadFor all you CyanogenMod fans out there this will make you happy, CyanogenMod released version 6.1.0 of their ROM for the following devices:
Many users have reported issues with the marketplace, but those issues are being fixed. As for the features of this new release here are some of the big ones:
  • Updated to Android 2.2.1
  • Camcorder touch-to-focus
  • Continuous Autofocus
  • Quick Pin Unlock
  • FM Radio Support N1/Bravo/Supersonic
  • EMMC Support
  • Kill Foreground apps by long-pressing back.
And many more which your can read about here. To find the release for your device visit the devices forum and check for any release threads, or go to the CyanogenMod Site.

CyanogenMod 10 Released on HP Touchpad and Wildfire S



CyanogenMod 10 Released on HP Touchpad and Wildfire SAt this point, it just wouldn’t feel like summer unless we spent a little time talking about Jelly Bean. With releases coming out for seemingly everyone at this point, the devices with ports almost outnumber devices without. As the march continues, two new devices have managed to get some Jelly Bean—one of which becomes the second device to get Jelly Bean that wasn’t released as an Android device. They are the HP Touchpad and the HTC Wildfire S.
For the HP Touchpad, the unofficial CyanogenMod 10 port was developed by XDA Forum Member jcsullins, but posted on XDA by XDA Senior Member BIGSimon. For the Wildfire S, XDA Recognized Contributor benjamingwynn posted the unofficial CyanogenMod 10 build with credited help from about 10 other members. As should be expected, both ROMs do have their issues. The Wildfire S port is in its preview stage, meaning that it’s just for testing and shouldn’t be used unless you’re willing to help with testing and development. Of course, the HP Touchpad isn’t too much better, as the number of issues far exceeds the number of features working. The HP Touchpad does have the disadvantage of not having run Android from the outset, but that hasn’t stopped the HTC HD2 developers either.
Even so, it’s a beginning and both ROMs are currently under active development. So users just need to exercise a little patience, and both of these ROMs mat soon be stable enough to use. For more info, check out either the HP Touchpad thread or the Wildfire S thread.

Download Blackmart Alpha apk for Android


Leave a comment if getting Download Error



Blackmart Alpha – with using this app “BlackMart Alpha” you can download thousand applications for free. Yup, like an Android Market But, all applications in AndroidMarket is the official from the developer.
Whereas, in the BlackMart Aplha just a black market. You could try a paid application for freehere. And if it was really helpful for you, you can buy it through the Android Market or buy directly from the developer.


Features of BlackMart alpha:

  • » Download thousands applications.
  • » New market look, similar like appbrain, applanet and more.
  • » Easy install on your device.
  • » Almost support all version Android OS.
  • » User Friendly


http://www.mediafire.com/?7ev98j4oddypsg1
For Latest Blackmart Alpha Download click on the following link:

Androite XDA. Powered by Blogger.