[DEV][ROM] TeamGalaxyR-Cyanogenmod7-Prealpha Release 3

Search This thread

'cooleagle'

Retired Forum Moderator
Jan 19, 2012
1,899
1,144
Samsung Captivate Glide is running still on 2.3.5 only, they are also waiting for our developers to port CM7, so that they can port it to there device.. they are also not having any ASOP, CM7 & ICS Roms..

lol :D if they were having all those ports than y they try our device roms, they also lacks a dev and sammy support like us thats y trying our roms in hope that they will work

Oops ! Instead of going into the Captivate Glide section I checked out the Captivate section which had all those ROMs. I thought Aquethys was helping. :rolleyes:

Pardon my ignorance. :p
 

FranzJesus

Senior Member
May 10, 2010
120
183
On the sources for the Galaxy Ace's kernel , they have separate defconfigs for stock and CM7 .
I have a feeling we need to edit the defconfigs and then compile a new kernel

This was sent from a Galaxy Ace. Problem?

Can you get me a diff on the defconfig files for ace?
And maybe I could compile a new kernel
 

Aquethys

Retired Forum Moderator
Dec 26, 2011
1,267
796
Colorado
Sheesh for a while this thread is quiet and then it explodes :p
We do have a main dev part of the Android collective. We do have an ics rom based on 2.3.5 sources....might work if you flash your kernel.
Actually the collective is working on AoSP 4.0 because Lookin4Trouble lent dman a spare :p
Its going to be an exciting couple of weeks for the glide :p

Sent from my Samsung CAPTIVATE Glide SGH-i927 using xda premium
 
Last edited:

xlm13x

Senior Member
Mar 4, 2012
1,607
658
31
XDA 24 X 7
Sheesh for a while this thread is quiet and then it explodes :p
We do have a main dev backed by the Android collective. We do have an ics rom based on 2.3.5 sources....might work if you flash your kernel.
Actually the collective is working on AoSP 4.0 because Lookin4Trouble lent dman a spare :p
Its going to be an exciting couple of weeks for the glide :p

Sent from my Samsung CAPTIVATE Glide SGH-i927 using xda premium

Give link of ur ics port :D let give it a try on sgr

Sent from my GT-I9103 using Tapatalk 2
 

Aquethys

Retired Forum Moderator
Dec 26, 2011
1,267
796
Colorado
Sheesh for a while this thread is quiet and then it explodes :p
We do have a main dev backed by the Android collective. We do have an ics rom based on 2.3.5 sources....might work if you flash your kernel.
Actually the collective is working on AoSP 4.0 because Lookin4Trouble lent dman a spare :p
Its going to be an exciting couple of weeks for the glide :p

Sent from my Samsung CAPTIVATE Glide SGH-i927 using xda premium
Did I?


Sent from my Samsung CAPTIVATE Glide SGH-i927 using xda premium
 
Today when i was going through XDA i found the below, Moto Defy got Unofficial ICS build and this guy did it with Foryo Kernel, how is it possible to build a CM9 with Froyo Kernel :eek:....

http://xdaforums.com/showthread.php?t=1353003

I was a Defy user , up till now the Defy only has official 2.2.2 , therefore the only sources available are for Froyi , whereas the Defy+ has Gingerbread

This was sent from a Galaxy Ace. Problem?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 19
    HELLO GUYS :D

    I compiled CM7 from newest sources and I would want to see if it works like AOSP

    I've not done any tweaking as of yet because I don't know what will work for the R .

    Features:
    - Theme Chooser (freedom to install any CM7 theme)
    - Ability to take Screenshots directly from Power Menu
    - Extended power menu
    - Allows rebooting normally , to recovery and even bootloader (not applicable)

    Anyway , I need a kind soul to take screenshots (you will be credited)

    Main developers:
    Me
    FranzJesus
    UnknownzD
    And eaglerazor
    ;)

    Here's the status report by bhargav143:
    Instead of working... I am listing the not working ones... beacause I have not tested the whole system...

    Not working:

    Wi-Fi
    Phone calls(bugged)
    Some apps
    Camera
    Bluetooth


    Imporatant Features(Working):

    Mobile data
    Messaging
    Music
    Vibration
    Sensors
    Root access
    Many Cyanogen features...
    And many more...


    DOWNLOAD HERE PEOPLE (thanks to FranzJesus):
    http://dl.dropbox.com/u/3020667/AOSP-GalaxyR/cm-7-20120711-UNOFFICIAL-galaxyr.zip
    14
    Latest Build

    Hi!

    Here comes a newly compiled CM7.2 from our sources without the erratapatch (Thanks Adam77Root).
    Same functionality as the latest AOSP build but without working phonecalls.

    cm-7-20120711-UNOFFICIAL-galaxyr.zip

    This will be the last that I do on these sources, so let us all try to support Adam77Root and Epsylon3 to make a final and working build!!!
    10
    Sad that people who don't have Galaxy R working on rom for it - it will takes ages.

    Would you be kind enough to donate one or money to them ?? :D
    If not, nonconstructive comments best kept to oneself.
    We are very fortunate to have a forum after much debate and even more fortunate to have kind devs doing this for next to nothing.

    Please choose your words carefully in the future. :D

    Cheers !
    9
    I will make a thread tomorrow... i was in kernel and sensors code the whole journey... but now it s time to sleep a bit :)

    I dont have pushed the kernel stuff for the moment... i need to clean that... nothing big

    but a new build is uploaded.. 14 Jul... changelog available in rom updater and my tpruvot repo on github


    Sent from my GT-I9103 using xda app-developers app
    7
    I have found a bug (or better say the config that not yet enabled is wrong) in your github repo for BoardConfig.mk

    https://raw.github.com/EmoBoiix3/android_device_samsung_galaxyr/master/BoardConfig.mk

    # BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00480000
    # BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00780000
    # BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x0cf80000
    # BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x0d020000

    The correct value should be
    # Boot image size is 16384 x 512 bytes = 8388608
    # You can double check it with fdisk -l /dev/block/mmcblk0p9
    BOARD_BOOTIMAGE_PARTITION_SIZE := 0x00800000
    # Recovery image size is 10240 x 512 bytes = 5242880
    # You can double check it with fdisk -l /dev/block/mmcblk0p8
    BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x00500000
    # System image size is 1228800 x 512 bytes = 629145600
    # You can double check it with fdisk -l /dev/block/mmcblk0p2
    BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x25800000
    # User data image size is 4194304 x 512 bytes = 2147483648
    # You can double check it with fdisk -l /dev/block/mmcblk0p6
    BOARD_USERDATAIMAGE_PARTITION_SIZE := 0x80000000

    I know that someone has said the mmcblk0p* size is in 2048 bytes / unit before, however it is wrong as most of the partitions on mmcblk0 are using 512 bytes / unit only. btw I am trying to dump the pit file out of the device ... wish me luck for that :)

    In addition, this is the recovery.fstab that someone provided to me (and I have confirmed that it should be right)
    # mount point fstype device [device2]

    /efs ext4 /dev/block/mmcblk0p1
    /system ext4 /dev/block/mmcblk0p2
    /cache ext4 /dev/block/mmcblk0p3
    /sdcard vfat /dev/block/mmcblk0p4
    /misc emmc /dev/block/mmcblk0p5
    /data ext4 /dev/block/mmcblk0p6
    /recovery emmc /dev/block/mmcblk0p8
    /boot emmc /dev/block/mmcblk0p9
    /prebuilt ext4 /dev/block/mmcblk0p11
    /sd-ext vfat /dev/block/mmcblk1p1