[DEV][OFFICIAL][2.3.8] CyanMobile eXpirience [BUILD 3]

Search This thread

Asbusto

Senior Member
Jan 8, 2012
367
66
Roma
Don't know if other devices have got the same problem but since surfaceflinger is involved in allocating frame buffer maybe our poor device can't handle properly the new way in which is implemented
 
  • Like
Reactions: tranbeelze

squadzone

Inactive Recognized Developer
Please read carefully

* Tass (Galaxy Mini): Squadzone
* Gen2 (ZTE Blade): Squadzone
* u8510 (Huawei Ideos X3): Squadzone
* leo (HTC HD2) : Squadzone
* Crespo (Nexus S): TaichiN
* Passion (Nexus One): TaichiN
* Jordan (Motorola Defy) : TaichiN
* Cooper (Galaxy Ace): EmoBoiix3
* Gio (Galaxy Gio): Phiexz OldDroid
* Beni (Galaxy Fit): Tj-style Speed_bot
* Callisto (Galaxy 5510): Psyke83 WillingMagic
* Galaxy5 (Galaxy 5500): Psyke83 Motafoca
* Bravo (Desire GSM): island3r
* p350 (LGE Optimus Me): keyur2Maru
* p500 (LGE Optimus One): keyur2Maru
* buzz (HTC Wildfire) : keyur2Maru
* p970 (LGE Optimus Black) : Keyur2maru
* p920 (LGE Optimus 3D) : keyur2maru
* sapphire ( HTC Dream Sapphire ) : keyur2maru
* z71 (Commtiva) : ardX
* Optimus Boston : ardX
* Orange Boston : ardX
* Gigabyte Gsmart G1305 : ardX
* Motorola XT502 : ardX
* Apanda A60 : ardX
* Vibo A688 : ardX
* Chinavision Excalibur : ardX
* Muchtel A1 : ardX
* Wellcom A88 : ardX
* Cincinnati Bell Blaze : ardX
* Spice Mi-300 : ardX
* Nexian A-890 Journey : ardX
* Sunfire (Motorola Photon) : thekraven
* u8800 (Huawei Ideos X5) : ezeteze

this is our maintainers list, every maintainers only support device THAT HE/SHE HAVE it, not other Devices, so if one/more maintainers build for other device that not in he/she devices list, then Its became UNOFFICIAL build, im not take any report regarding this build, only maintainers that HAVE the device can report to me, thanks :)

for Tass, im still as maintainers, but not always update this devices, only update if build is good :p
 

gabrielking9

Senior Member
Feb 12, 2012
2,331
410
Recife
* Tass (Galaxy Mini): Squadzone
* Gen2 (ZTE Blade): Squadzone
* u8510 (Huawei Ideos X3): Squadzone
* leo (HTC HD2) : Squadzone
* Crespo (Nexus S): TaichiN
* Passion (Nexus One): TaichiN
* Jordan (Motorola Defy) : TaichiN
* Cooper (Galaxy Ace): EmoBoiix3
* Gio (Galaxy Gio): Phiexz OldDroid
* Beni (Galaxy Fit): Tj-style Speed_bot
* Callisto (Galaxy 5510): Psyke83 WillingMagic
* Galaxy5 (Galaxy 5500): Psyke83 Motafoca
* Bravo (Desire GSM): island3r
* p350 (LGE Optimus Me): keyur2Maru
* p500 (LGE Optimus One): keyur2Maru
* buzz (HTC Wildfire) : keyur2Maru
* p970 (LGE Optimus Black) : Keyur2maru
* p920 (LGE Optimus 3D) : keyur2maru
* sapphire ( HTC Dream Sapphire ) : keyur2maru
* z71 (Commtiva) : ardX
* Optimus Boston : ardX
* Orange Boston : ardX
* Gigabyte Gsmart G1305 : ardX
* Motorola XT502 : ardX
* Apanda A60 : ardX
* Vibo A688 : ardX
* Chinavision Excalibur : ardX
* Muchtel A1 : ardX
* Wellcom A88 : ardX
* Cincinnati Bell Blaze : ardX
* Spice Mi-300 : ardX
* Nexian A-890 Journey : ardX
* Sunfire (Motorola Photon) : thekraven
* u8800 (Huawei Ideos X5) : ezeteze

this is our maintainers list, every maintainers only support device THAT HE/SHE HAVE it, not other Devices, so if one/more maintainers build for other device that not in he/she devices list, then Its became UNOFFICIAL build, im not take any report regarding this build, only maintainers that HAVE the device can report to me, thanks :)

for Tass, im still as maintainers, but not always update this devices, only update if build is good :p

Like that Pie Control :p

Sent from my GT-S5570 using xda app-developers app
 

speed_bot

Senior Member
Jan 18, 2012
1,604
1,275
Bangalore
This means if oldroid building for tass, it is an unofficial build. OP should change the thread name to unofficial

Sent from my GT-5570 using xda app-developers app

HTML:
#include<stdio.h>
#include<rom.h>
int developer,device;
main()
{ 
 for((developer=1)&&(device=1))
 printf("Build is official /n");
 else 
  printf("Build is unofficial  /n);
}

the maintainer must have the device otherwise it becomes un official
 
Last edited:

chemicalrage

Senior Member
Oct 17, 2011
1,220
763
HTML:
int developer,device,build;
main()
{ 
 for((developer=1)&&(device=1))
 printf("Build is official /n");
 else 
  printf("Build is unofficial  \n);
}

the maintainer must have the device otherwise it becomes un official

Compiler error: Line 4. Wrong Operator used. Use Relational Operator '==' instead of '=' arithmetic Operator. :D
Compiler error: Line 4. Use 'if' instead of 'for'
Compiler error: Line 5. Use \n for new line.
Compiler error: Line 7. Quotes are not closed in printf function.
Compiler error: No header file linked (#include<stdio.h> missing for standard input output commands)
Compiler error: variable Build not used anywhere else after declaration.

**** I am talking like a compiler.
PS: Sorry for the rant, Just wrote my C language exam today XD
 
Last edited:
  • Like
Reactions: jayOOMjay

speed_bot

Senior Member
Jan 18, 2012
1,604
1,275
Bangalore
Compiler error: Line 4. Wrong Operator used. Use Relational Operator '==' instead of '=' arithmetic Operator. :D
Compiler error: Line 4. Use 'if' instead of 'for'
Compiler error: Line 5. Use \n for new line.
Compiler error: Line 7. Quotes are not closed in printf function.
Compiler error: No header file linked (#include<stdio.h> missing for standard input output commands)
Compiler error: variable Build not used anywhere else after declaration.

**** I am talking like a compiler.
PS: Sorry for the rant, Just wrote my C language exam today XD

lol ..i aint a great programmer this was typed on a phone so mistakes were expected ..
 

Top Liked Posts

  • There are no posts matching your filters.
  • 22
    1.jpg



    Code:
    What is CyanMobile?
    
    CyanMobile is an aftermarket ROM like CyanogenMod, 
    MIUI, JoyOS, LewaOS and others that are built from source...
    Absolutely built from source based on CyanogenMod 7 
    (Gingerbread v2.3.7) and modifications from AOSP and AOKP
    Thanks To CyanogenMod Team, AOKP Team, and AOSP Team 
    for Their Work!
    
    *************************************************************************************
    CyanMobile is Short of 
    
    *Cyan* (CyanogenMod)
    *Mob* (Mobiling) 
    *I* (Improving) 
    *L* (Let's) 
    *E* (Experiment)*
    *************************************************************************************
    
    All features are based on what users do and what users need with 
    lots of improvements here and there
    This ROM (optimized by Gingerbread) uses updates from 
    other branches (like ICS stuff, AOSP and AOKP) with reverse 
    engineering or backporting skills
    It can be used without any need to have any Google application (Gapps) installed..
    
    
    Let us talk about what is in CyanMobile:
    
    =====================================================
    1. Statusbar :
     * Date
       - Show/Hide Date
       - Date Colour
     * Notications
       - Ticker Color
       - No Title Color
       - Latest Title Color
       - Ongoing Title Color
       - Clear Label Button Color
       - Title Color
       - Item Color
       - Time Color
     * Icons
       - Show/Hide Notification Icons
       - Show/Hide Statusbar Icons
       - Show/Hide Headset/Alarm/Bluetooth/Gps/Sync/Wifi/3G/4G Icon
     * Clock
       - 4 Clock styles (Right, Left, Center and Hide)
       - Clock Color
       - Clock Font Size
     * Carrier label
       - Show/Hide Carrier Label
       - Bottom Carrier Label
       - 3 Carrier Label On Statusbar Styles (Right, Left and Center)
       - Carrier Label Color
       - 4 Carrier Logo Styles (Right, Left, Center and Custom Logo)
     * Signal
       - 5 Different Styles (Bars, Text, Text w/dBm, text w/Auto Color and Hide)
       - Wifi Signal Text
     * Battery
       - 7 Different Styles (Icon, Percentage, Top Statusbar, Side Bar, Behind Statusbar, Navigation Bar and Hide)
       - 3 Different Battery Percentage Format (Default, Percentage and Full Color)
       - Statusbar Battery Color
     * Power Widget
       - 4 Different Layouts (Default, Bottom, Grid and Tab)
       - Music Widget
       - Grid Layout Customizing
     * Misc
       - Refactor New Statusbar Layout
       - Power Clock
       - Power Date
       - Weather PopUp
       - Shortcut Button
       - Show/Hide Statusbar
       - Reverse Statusbar Icons And Layout
       - Statusbar Brightness Control
       - Statusbar Fonts Size
       - Statusbar Icons Size
       - Statusbar Height Size
       - Statusbar Background
       - Statusbar Background Color
       - Notification Background
       - Notification Background Color
    
    =====================================================
    2. Framework :
     * Lockscreen
       - 7 Different Lockscreen Styles (Sliding Tab, Rotary, Lense, Ring, Honeycomb (beta), Circular (alpha) and Sense (beta))
       - Lockscreen Widget Color
       - Sms/Call Notifications
       - Fuzzy Clock
       - Kanji Clock
       - Custom Text Lockscreen
       - Widget Layouts
       - Pattern Styles
     * Power Saver
       - Screen Off Data Action
       - Data Action Delay
       - Sync Action
       - Sync Time Interval
       - Screen Off Wifi Action
       - Sync Data Usage
       - Mobile Data Preference
     * Application
       - Native A2SD Framework Core
       - Installation Place
     * Display
       - Bravia Engine
       - Rotation Animation
       - Window Animations
       - Transition Animations
       - LCD Density
     * Input
       - Quick Key Behavior
       - Enable/Disable Vibrate on Shutdown
       - Explorer Key
     * Power Menu
       - Show/Hide Power menu/Silent/Airplane/Profile/Screenshot/Power saver/Hibernate/Suspend Toggles
     * Fonts
       - Change Fonts System
       - Change Fonts Type
     * OverScroll
       - Effect
       - Color
       - Weight
     * Core Replacer
       - Change System Apk
       - Change Framework Apk/Jar
     * Boot/Shutdown animation and Sound
       - Preview
       - Change Bootanimation
       - Change Shutdownanimation
       - Change Bootsound
       - Reset
     * Misc
       - New Notifications Design
       - Intruder Alert is Life
       - New Dialog Design
       - Backported Some Apis From Jellybean
       - Clear Market Data
       - Global Text Color Change
       - Global App Background Change
       - Soft Button Statusbar
       - Navigation Button Bar
       - Choose Navi Button
       - Navigation Button Bar Size
       - Navigation Bar Background
       - Extend Power Menu
       - Remap Volume Keys
       - Lock Volume Keys
       - Volume Key Beeps
       - Swap Volume Keys
       - Task Switcher
    
    =====================================================
    3. Sound :
     * Features
       - Loop Ringtone
       - Flip Down To Mute Ringer/Snooze Alarm
       - Increasing Ringtone Volume
       - Less Frequent Notification Sound
       - Battery Full/Low Alert
       - Charging Plug/Unplug Sound
    
    =====================================================
    4. Tethering :
     * Features
       - Bluetooth Tether
       - Auto Usb Tether
    
    =====================================================
    5. Phone :
     * Features
       - Smart Phone Call
       - Back Button To End Call
       - Menu Button To Answer Call
       - Reject Call with Message
       - Allow Incall UI Touch
       - Call Me Louder While Inside Bags
       - Speed Dials
       - Video As Ringtone
       - Ring Delay
       - Export/Import SIM Contacts
    
    =====================================================
    6. Messaging :
     * Features
       - Bubble/Black/Transparent Theme
       - Smart Phone Call
       - Hide Avatar
       - Strip Unicode
       - Emoji Support
       - Convo List/Subject Font Size
       - Sms Vibrate Morse
       - Brutal Sender
       - Sms PopUp
    
    =====================================================
    7. Music :
     * Features
       - Shake To Next/Prev/Play/Pause/Shuttle Track
       - Favorite Folder
       - Flip To Play/Pause
       - Smooth Play Track
    
    =====================================================
    8. Locations :
     * Features
       - Enable/Disable Assisted GPS
       - GPS Tracker Performance
       - Security Device Finder
    
    =====================================================
    9. Performance :
     * Features
       - New I/O Scheduler Option
       - New Dithering Support
       - Enable Bootsound
       - Bootsound Volume
       - Enable Shutdownanimation
       - Gmaps Hack
       - KSM Settings
       - Battery Polling
       - Low Mem Killer Option
       - Scrolling Option
       - SD Read Ahead Size option
       - Screen Off Max CPU Freq
    
    =====================================================
    10. Misc :
     * Features
       - ADWLauncher Improved
       - Browser Improved
       - Calculator Improved
       - FM Radio Improved
       - File Manager Updated
       - SIM ToolKit Improved
       - Screenshots Improved
       - Task Manager
       - Voice Dialer Improved
    
    =====================================================
    11. All binaries and libraries are up to Date
    
    =====================================================
    That's it, other features that not mentioned here came from CyanogenMod 7
    
    To Find OUT all of the features, YOU NEED TO PLAY MORE WITH THE ROM xD
    
    CyanMobile is trying to improve all hardware functions and is always 
    adding new features so it may have some bugs
    and require user feedback to fix the bugs

    Working
    Code:
    *WiFi
    *Bluetooth
    *Camera
    *Sound
    *GPS
    *Overclock
    *Button Backlight
    *FM
    *Display
    *A2DP
    *Hardware Acceleration
    *3D (GAMES?)
    *USB
    *WiFi Tethering
    *USB Tethering
    *Sim Card
    *RIL (SMS/Phone/Internet)
    *All other things i didn´t mentoined in the Not Working Part :)

    Not Working
    Code:
     -

    THIS WONT BRICK YOUR DEVICE, THIS HAS BEEN BUILD WITH THE DEVICE CONFIG BY SQUADZONE!

    Downloads
    Code:
    [URL="http://tinyw.in/aT35"]update-CyanMobile-eXperience-GalaxyMini-20130131-Release.zip[/URL]
    MD5: [B]9866db44361eb6f9ce345b03bc911a62[/B]
    
    [URL="http://www.mediafire.com/?k66vod2gkk8mlu2"]gapps-gb-20121215-signed.zip[/URL]


    Screenshots
    Some more Screenshots of aviable options ;)

    Cyan_Mobile_SS_20121210_075144pm.png
    Cyan_Mobile_SS_20121210_075151pm.png
    Cyan_Mobile_SS_20121210_075157pm.png
    Cyan_Mobile_SS_20121210_075207pm.png
    Cyan_Mobile_SS_20121210_075304pm.png
    Cyan_Mobile_SS_20121210_075322pm.png
    Cyan_Mobile_SS_20121210_075330pm.png
    Cyan_Mobile_SS_20121210_075340pm.png
    Cyan_Mobile_SS_20121210_075350pm.png
    Cyan_Mobile_SS_20121210_075358pm.png
    Cyan_Mobile_SS_20121210_075415pm.png
    Cyan_Mobile_SS_20121210_075424pm.png
    Cyan_Mobile_SS_20121210_075435pm.png
    Cyan_Mobile_SS_20121210_075443pm.png
    Cyan_Mobile_SS_20121210_075451pm.png
    Cyan_Mobile_SS_20121210_075458pm.png
    Cyan_Mobile_SS_20121210_075505pm.png
    Cyan_Mobile_SS_20121210_075513pm.png
    Cyan_Mobile_SS_20121210_075522pm.png
    Cyan_Mobile_SS_20121210_075528pm.png
    Cyan_Mobile_SS_20121210_075539pm.png
    Cyan_Mobile_SS_20121210_075547pm.png
    Cyan_Mobile_SS_20121210_075557pm.png
    Cyan_Mobile_SS_20121210_075605pm.png
    Cyan_Mobile_SS_20121210_075637pm.png
    Cyan_Mobile_SS_20121210_075643pm.png
    Cyan_Mobile_SS_20121210_075652pm.png
    Cyan_Mobile_SS_20121210_075659pm.png
    Cyan_Mobile_SS_20121210_075707pm.png
    Cyan_Mobile_SS_20121210_075713pm.png
    Cyan_Mobile_SS_20121210_075723pm.png
    Cyan_Mobile_SS_20121210_075735pm.png
    Cyan_Mobile_SS_20121210_075743pm.png
    Cyan_Mobile_SS_20121210_075750pm.png
    Cyan_Mobile_SS_20121210_075757pm.png
    Cyan_Mobile_SS_20121210_075804pm.png
    Cyan_Mobile_SS_20121210_075810pm.png
    Cyan_Mobile_SS_20121210_075819pm.png
    Cyan_Mobile_SS_20121210_194148.png
    Cyan_Mobile_SS_20121210_194159.png
    Cyan_Mobile_SS_20121210_194229.png
    Cyan_Mobile_SS_20121210_194432.png



    Reporting Bugs
    Code:
    ====================================================================================================
    
    Reporting Bugs
    
    ====================================================================================================
    
    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.
    
     - 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.
    ====================================================================================================
    
    Format: Reporting Bugs
    
    ====================================================================================================
    What is your--
    Phone model:
    Baseband:
    CWM version:
    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:
    ====================================================================================================



    Changelog
    Code:
    please remember that i cant give you all informations about the latest updates that squadzone done!
    
    [I]Release from 15.12.12[/I]
    Changes from my side:
    * Completely reworked the extract-files.sh and Vendor
    * solved first boot problem
    * added new libs, fixed non-boot problem
    * Checked packages, all cmx related parts-apps have been built ^^
    * Woops, last sources by Squadzone! (15.12.12)
    * Reworked some details in the GApps
    
    Changes mentoined by SquadZone:
    * Added Lockscreen WeatherWidget Option in Settings and general Lockscreen (backported from AOKP ICS)
    * Added Statusbar Waether Widger (backported from AOKP ICS)
    * Added Japanese translation for power widget toast
    * StatusBar: Fixing CircleBattery layout
    * fixed weather state
    
    so thats it from the latest build by me ^^
    
    
    [I]Release from 12.12.2012[/I]
    Changes from my side:
    * Completely built from source!
    * Gollum? where is gollum? 0.o
    * Checked package, all cmx related parts-apps have been built ^^
    * Woops, last sources by Squadzone! (12.12.12)
    
    Changes mentoined by SquadZone:
    * ‎[android_packages_apps_Mms_cyanmobile] Smilies translated in LitinIME.apk
    * [android_packages_apps_Mms_cyanmobile] New Smilies
    * [android_frameworks_base_cyanmobile] Changed current API
    * [android_frameworks_base_cyanmobile] Layout Fixes for LDPI
    * [android_frameworks_base_cyanmobile] Maybe fix for Analog Clock
    * [android_packages_apps_Settings_cyanmobile] add tab with hidden swipe gesture
    * [android_packages_apps_Mms_cyanmobile] Fixed Action Bar Image
    * [android_packages_apps_DeskClock_cyanmobile] Added smth to Analog Clock :D
    * [android_packages_apps_Settings_cyanmobile] Resized ActionBar
    * [android_packages_apps_Mms_cyanmobile] Resized ActionBar
    * [android_packages_apps_DeskClock_cyanmobile] Resized ActionBar
    * [android_packages_apps_CMParts_cyanmobile] Resized ActionBar
    * [android_packages_apps_CMParts_cyanmobile] Fixes for Carrier Choose not aviable
    * [android_frameworks_base_cyanmobile] Fix for Analog Clock in 24 hour Mode
    * [android_vendor_cyanogen_cyanmobile] Removed LDPI Settings 
    * [android_frameworks_base_cyanmobile] Fixed Various FC´s in Browser and other Network Services [MY CHANGE]

    Follow me on Twitter to be up to date

    TIP: Press on the image -_-​
    8
    No. Olddroid build it everytime which squadzone do something.
    Squadzone not build everytime so we get releases faster by olddroid

    Lol, my build is one step forward before i commit github :p
    8
    Please read carefully

    * Tass (Galaxy Mini): Squadzone
    * Gen2 (ZTE Blade): Squadzone
    * u8510 (Huawei Ideos X3): Squadzone
    * leo (HTC HD2) : Squadzone
    * Crespo (Nexus S): TaichiN
    * Passion (Nexus One): TaichiN
    * Jordan (Motorola Defy) : TaichiN
    * Cooper (Galaxy Ace): EmoBoiix3
    * Gio (Galaxy Gio): Phiexz OldDroid
    * Beni (Galaxy Fit): Tj-style Speed_bot
    * Callisto (Galaxy 5510): Psyke83 WillingMagic
    * Galaxy5 (Galaxy 5500): Psyke83 Motafoca
    * Bravo (Desire GSM): island3r
    * p350 (LGE Optimus Me): keyur2Maru
    * p500 (LGE Optimus One): keyur2Maru
    * buzz (HTC Wildfire) : keyur2Maru
    * p970 (LGE Optimus Black) : Keyur2maru
    * p920 (LGE Optimus 3D) : keyur2maru
    * sapphire ( HTC Dream Sapphire ) : keyur2maru
    * z71 (Commtiva) : ardX
    * Optimus Boston : ardX
    * Orange Boston : ardX
    * Gigabyte Gsmart G1305 : ardX
    * Motorola XT502 : ardX
    * Apanda A60 : ardX
    * Vibo A688 : ardX
    * Chinavision Excalibur : ardX
    * Muchtel A1 : ardX
    * Wellcom A88 : ardX
    * Cincinnati Bell Blaze : ardX
    * Spice Mi-300 : ardX
    * Nexian A-890 Journey : ardX
    * Sunfire (Motorola Photon) : thekraven
    * u8800 (Huawei Ideos X5) : ezeteze

    this is our maintainers list, every maintainers only support device THAT HE/SHE HAVE it, not other Devices, so if one/more maintainers build for other device that not in he/she devices list, then Its became UNOFFICIAL build, im not take any report regarding this build, only maintainers that HAVE the device can report to me, thanks :)

    for Tass, im still as maintainers, but not always update this devices, only update if build is good :p
    7
    pls to all noobs/newcommers:

    -search in google what is source building (android)
    -related to my work i will give you only new and clean, stable builds!
    -this is not the one from general section, i built it using my expirience and the one by keyur2kumar
    -maybe you seen the word "official" it means that i will (after squaddie confirmed) will build further releases for galaxy mini!

    (and im a dev and maintainer of galaxy gio related to cmx!)
    7
    Who cares when it will released? But squad ROM boots and your not.

    Sent from my GT-S5570 using xda app-developers app
    Hey gabrielking9 just shut it will ya. U are even worse than those spammer, u tell people not to spam but u do it urself u even ask for ETA. Show some respect for those willing to spend THEIR time and resource to do something without absolutely any profit on their side. Tl,dr If u dont like it then dont use it, if u wont help than dont spam. @olddroid sir i think u shuold stay in the OP that u dont have a device to avoid further complication. Also thank you for ur world, there are still many people thankful of u and willing to help.