[ROM][4.1.1]Port -CM10 UNOFFICIAL V2, compiled from sources, calls/sms/wifi WORKING

Status
Not open for further replies.
Search This thread

tkjeeper

Senior Member
Jan 24, 2011
3,716
1,513
Hey Dave, Google now included in your jb gapps?

Sent from my SGH-I897 using xda app-developers app
 

tkjeeper

Senior Member
Jan 24, 2011
3,716
1,513
Wonder why mine doesn't, no apk in the download, would someone mind posting a link to jb gapps that has now included, please?

Sent from my SGH-I897 using xda app-developers app
 

CheesyNutz

Senior Member
Oct 26, 2010
12,181
3,339
Springfield
so far everything works beside sdcard mounting no more errors on the camera too for an early build this is pretty damn smooth
 

silentheero

Senior Member
Dec 8, 2010
182
43
No one has said it yet, but the data seems to be working fine. Downloaded a few apps on it and have been texting with google voice with no issues.

Thanks all involved! I would have bet the Prime would get CM10 before the Cappy... Glad I'm not a betting man! :good:
 

cyberbandit1998

Senior Member
Aug 11, 2010
797
168
Clinton TWP
Google Pixel 7
Data working great ROM super smooth. Couple problems I noticed sound not working right with alarms and ringtones. Camera the other but awesome ROM siked about have jb.

Sent from my SGH-I897 using xda premium
 

VanThePimpMan

Senior Member
Feb 24, 2011
121
4
Los Angeles
I have been messing with this for a little while and everything seems to be in working order. Data works wonderfully, camera works, gallery loaded fine, and it is super smooth and responsive! I have been having too much fun with the Google Now hahah.
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 83
    Taken from the Galaxy S I9000 thread. From the words of DerTeufel

    First, many many thanks, almost all thanks to be18.
    he has compiled the rom friom sources. go, visit this post from him and hit thanks, or everywhere else you can find a post ffrom him
    http://xdaforums.com/show...83&postcount=1

    i just have compiled the kernel for this rom.


    Quote:
    what is working?
    - calls/sms
    - data
    - wifi
    . cam
    - bluetooth (not tested yet)
    - gps (not tested yet)


    what's not working?
    - mounting of external sd to pc
    - su ... (wanted to fix it, but i didn't....please flash this zip in cwm right after rom install:
    http://devil.haxer.org/jellybean/Sup...signed-mod.zip
    i am going to release fixes to this rom, as soon as I can (and be18 compiles it ), until there will be the first "offical" rom, by any of the rom devs.


    many thanks to:
    - be18 (did i already mention what he did? )
    - mkalter, who got the first running jb rom
    - elitemovil (who was the first who got gsm working)
    - stratosk (from who's initramfs i could start build my first jb booting kernel)
    - teamhacksung/pawitp for the rom sources
    - team nyx who always have good tips for me, if i get problems with my kernel
    - SysTem-X for hosting
    - Rootax for hosting
    - RolluS for hosting
    - many thanks also to the other people who have created mirrows

    - if i have forgotten you, please pm me




    Now to install on the captivate


    Instructions(V2):

    WIPE DATA

    Flash Devil RC3 kernel(http://xdaforums.com/showthread.php?t=1642460 using CWM

    Flash my fixed rom for CM10 V2. http://www.mediafire.com/?91d6o8877a0brac

    reboot recovery

    fix permissions

    reboot system and enjoy


    reboot and done(CONGRATS YOU HAVE JELLYBEAN :))

    YOUTUBE FIX: http://xdaforums.com/showthread.php?t=1529715 (Thanks nygfan760)

    Captivate working/notworking list

    Working
    Calls/SMS
    Wifi
    Google now (FULLY FUNCTIONAL AS OF V2)
    Butter
    GPS
    Data
    Audio
    Play Store
    Camera

    Not working
    Google Ears/Sound Search


    Short video of the rom. I think I'll upload a more in depth video tomorrow
    http://www.youtube.com/watch?v=7SEyGnZbNpI&feature=youtu.be
    7
    Code:
    [B][SIZE="3"][MOD][JELLYBEAN] Extended Power Menu Mods[/SIZE][/B]
    
    Took the file from here: [url]http://xdaforums.com/showthread.php?t=1771200[/url], All credit goes to Paul627g. 
    
    Screenshot:
    
    [IMG]http://i.imgur.com/bst8X.png[/IMG]
    
    Modified file for Captivate: 
    Download: [url]http://www.mediafire.com/?ebdz892eqlk5qcv[/url]
    
    Instructions: Flash [I][B]Captivate - ExtendedPowerMenu-JellyBean.zip[/B][/I] in CWM.
    
    Tested: All the menu options work.
    
    Cheers! :D
    
    Before flashing, make nandroid backup, incase anything weird happens.
    
    Flash at your own risk, I am not responsible for anything.


    EDIT:

    Just noticed some problems with it:

    Settings > Date -- Crashes
    Settings > Apps > Running Process -- Crashes

    :(
    6
    I have a stupid questions. What was updated in v2?
    sorry for my bad English

    V2 changes:
    - rom slimmed down and gapps/su fix included (thx to bhu1)
    - replaced ear.apk with one supposed to work (user report)
    - replaced hw composer with the one from nexus s (this is the jb one, old release was using ics hw composer)
    - fixed recording of 720p (upstream fix to media_profiles.xml

    From I9000 thread.
    6
    there is another thread with a newer version kept by different user.

    thread closed
    6
    I downloaded that but I'm getting errors installing it. Says something about i9000 then aborts. Flashed the Kernel from the same site first too.

    Same problem here, I assume the OP normally changes some things to make it work for the i897.

    Sent from my SGH-I897 using xda premium

    You need to open the zip file, go to META-INF/com/google/android/ and open the updater-script file. There, you need to delete this:
    Code:
    assert(getprop("ro.product.device") == "galaxys" || getprop("ro.build.product") == "galaxys" || 
           getprop("ro.product.device") == "galaxysmtd" || getprop("ro.build.product") == "galaxysmtd" || 
           getprop("ro.product.device") == "GT-I9000" || getprop("ro.build.product") == "GT-I9000" || 
           getprop("ro.product.device") == "GT-I9000M" || getprop("ro.build.product") == "GT-I9000M" || 
           getprop("ro.product.device") == "GT-I9000T" || getprop("ro.build.product") == "GT-I9000T");
    Then, save it and flash.