[DEV][WIP][ROM][UNOFFICIAL] Android 4.2.2 CM10.1 - Nightly 20130509

Search This thread

ahmyani

Senior Member
Dec 20, 2009
112
16
Camera error when I set mode ON at the time lapse, how to fix the bug?

Please help me..
Sent from my GT-S5570 using xda premium
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 146
    CyanogenMod is a free, community built distribution of Android 4.2 (Jelly Bean) which greatly extends the capabilities of your phone.
    ! Remember: ROM in alpha stage. Not ask for ETA or for date of new build. Try to minimize spam on DEV thead :D
    General Thead here
    I and Rohan develop 4.2.1 CM10.1 for you... Now it boots... Other detales post soon.
    http://www.youtube.com/watch?v=rZ-QJmTBnU4

    What working:
    -Boot
    -Display and touch screen (with multi touch)
    -Wi-Fi
    -Camera
    -HW
    -Bluetooth
    -RIL
    -GPS & Network Location
    -ADB
    -USB Mass Storage
    -SD Card
    -Sound
    -Wi-fi tethering
    -USB tethering
    -Video playback. OMX now fixed.

    What not working (for now, maybe fix soon):
    -Small bugs only.

    DOWNLOAD (WARRING, ITS FOR DEVELOPER PREWIEV ONLY!) :
    Download last build
    Gapps inside on ROM!

    Code:
    People who made this possible:
    - AntiBillOS
    * WaylandAce
    * TheWhisp
    * rohan007
    * michie
    * hrk
    * erikcas
    * bieltv3
    * tilal6991
    * KonstaT
    * CyanogenMod team

    Code:
    Source:
    [URL="http://github.com/TheWhisp/android_kernel_samsung_msm7x27/"]Samsung MSM7x27 kernel source[/URL]
    [URL="https://github.com/AntiBillOS/android_device_samsung_tass"]Samsung GT-S5570 Galaxy Mini device tree[/URL]
    65
    Screenshots:

    device-2012-12-22-222641.png device-2012-12-22-233452.png device-2012-12-22-222838.png
    device-2012-12-22-222808.png device-2012-12-22-222854.png device-2012-12-22-222908.png
    device-2012-12-22-222937.png



    GAPPS for 4.2.1:

    Gapps_4.2.1

    Kernel Thread: Kernel
    40
    CHANGELOG
    - Nightly 20130105
    Updates AndroidArmv6 and CyanogenMod
    -Fixed bookmark sync
    -Native Wi-fi tether
    -More fixes (cant write all of it)
    - Nightly 20130105
    -Camera: crash fixes
    -OMX Fix (Thanks to Gangster41)
    Source updates
    -Minor bug fixes

    http://www.techgeekal.com/2012/12/28/cyanogenmod-10-1-jellybean-4-2-1-for-galaxy-minipop-gt-s5570/
    38
    Support Post

    FAQ.jpg


    attachment.php




    THE GENERAL TALK / HELP THREAD / DISCUSSION / CM 10.1



    READ THIS FIRST, THEN PROCEED FURTHER
    If any of the users post any question that is mentioned in this FAQ post, u r post will be reported to mod's. So this is strictly for developers, people who can contribute for projects, curious-freaks [like me :p] only.

    This ROM is not for u =

    1. if u keep bi*tching about in the thread and post fix this and fix that.
    2. if u feel, this ROM will make u look cool among ur buddie's. :mad:

    Dev's are really trying hard to run an elephant on a tight rope with a unicycle, here :p so as to talk in a figure of speech :p.
    So let them do their stuff, and wat our stuff to do is ? Just test and report bugs only. :)
    Another small but important thing is, I know we all are very happy, excited to use CM 10.1 on our device, but understand, we have very less/cheap hardware to hardly run ICS 4.0+ on our device, but these good people are making run not just Android 4.2.1 but the CyanogenMod version of it, which is quite heavy to run on devices, which is difficult to run on big/good phones like Galaxy S.
    So =

    1. Be patient
    2. Dont post useless stuff. Dev's already know more than u do.
    3. Dont spam thread by posting "thanks and etc"
    If u really wanna help them, press the thanks buttons and leave :)


    So lets begin on a good note and Wish the Dev's a very gud luck :)

    Hello All :)

    This Post contains =

    1. Flashing Instructions
    2. Tutorials
    3. All the future mod's for this ROM by me and other users :good:
    4. Any Performance packages
    5. Any Theme's
    6. And other miscellaneous stuff :)
    7. Link to Lite-GAPPS [SEE POST #5]



    ==================================================
    FLASHING INSTRUCTIONS
    1. Download the ROM from above post #1
    2. Put it on ur SD-Card
    3. Boot into recovery
    4. Wipe data
    5. Wipe cache
    6. Install zip from sd-card
    7. Wait till the ROM flashes
    8. Wipe data again
    9. Wipe cache again
    10. Wipe dalvik cache
    11. Wipe battery stat's [optional, quick battery callibration]

    ==================================================
    TUTORIALS

    1. How to LOGCAT and help Dev's fix bugs =
    A simple/basic/noob friendly tutorial for grabbing a logcat...i know there are many tut's on xda, but its simple to see here. :)

    So here goes =

    1. install android SDK [www.android.com]

    note = if u want to use apktool and other smali-backsmali tools, u need to install the API packages too
    [Different Package
    GB = API 10
    ICS till 4.0.4 = API 14, 15
    JB 4.1.2 = API 16
    JB 4.2 and above = API 17 and above].

    2. install java JRE [java official website]
    3. java SDK [java official website]
    note = java 6 or 7...anything is ok

    4. then open command prompt
    5. u should know the path of ur sdk, where u installed it.

    example my path is =
    C:\android\platform-tools

    so in the platform-tools directory, the adb, fastboot and logcat and other applications are located...so finally u need to browse to that path through cmd on ur pc

    6. then while in the path type this =

    adb devices

    7. the above command gives u the list of devices attached.

    8. its basic and very important to enable android debugging in ur phone before doin all this.

    9. then type this

    adb logcat

    or

    adb locat > logcat.txt

    10. adb logcat generates a live session of logcat in cmd prompt itself.
    and second command generates a remote logcat to a text file called logcat. U can name it watever u want, like for example, if the problem is phone app is force close, then instead of logcat, type phoneFC.txt.
    This text file will be located in ur platform-tools folder.

    11. so if u want to report about a force close, just simulate the problem of force close when the logcat command is running and ur phone is connected to pc :)

    12. then simply attach it here for debugging and fixing purposes :)

    Gud luck :)

    2. Some basic ADB Commands

    Code:
    [b]adb devices = shows the list of devices attached
    adb root = adb gains the root access to ur device
    adb remount = remounts the system partition for development/modding purposes
    adb pull <remote> <local>  = for pulling apk's from android system to our pc
    adb push <local> <remote> = for pushing apk's into android system from pc
    adb install apkname.apk = installs an app via adb to /data/app partition
    adb reboot = command to reboot device using adb
    adb reboot recovery = command to reboot device into recovery mode using adb
    adb logcat > logcat.txt = command to produce a logcat


    Source : here
    Credits : Me and Google :p

    ==================================================
    ADD-ON'S

    1. Performance package/V6 SuperCharged Tweak = HERE

    2. App2sd/S2E memory increasing scripts = currently N/A

    3. Adrenaline Engine = HERE

    4. SoftKeys/Tablet Tweaks

    HERE FOR LOCKSCREEN ROTATION + NAVBAR

    HERE FOR ONLY LOCKSCREEN ROTATION[/B]

    FOR REVERTING TO ORIGINAL ROM STATUS, JUST FLASH THE CM10.1 ROM ZIP FILE =

    Code:
    WIPE CACHE
    WIPE DALVIK CACHE
    REBOOT

    =================================================

    THEME'S

    For CM 10.1 Theme's = Visit Theme Corner



    =========================================
    MORE TO COME :D
    18
    Good news!
    -CAMERA FOR MINI NOW WORK (AND YES - ITS NEW 4.2 CAMERA APP !)
    *Language swich bug fixed!
    *Bluetooth works now!
    *Musik app size fixed (fixed small problem with buttions).
    *Theme choiser work too (but i dont think it needed :D)
    and more other...

    Thanks to Wayland_Ace and all from #AndroidARMv6!