[XWKK5][2.3.6] CheckROM RevoHD™ V4

Discussion in '[ROM] Build Releases' started by Gadgetcheck, Dec 2, 2011.

  1. Gadgetcheck Founder & Leader

    Offline
    Member Since:
    Sep 18, 2011
    Message Count:
    494
    Likes Received:
    484
    Trophy Points:
    63
    Gender:
    Male
    Location:
    India,Kerala,Trivandrum
    Reputation:
    368
    CHANGELOG
    • Based on XWKK5 Firmware from Samsung
    • Kernel: CF-Root-SGS2_XW_OXA_KK5-v5.0-CWM5
    • No Wipe
    • Build.prop tweaks
    • Jkay v13.2
    • Hardware Acceleration Enabled (GPU UI Enabled)
    • resolv.conf added for faster gps lock
    • Multi CSC
    • Deodexed
    • Zipaligned
    • Auto Zipaligned at every boot also including Framework ;)
    • Included libsqlite.so and libsqlite_ini.so from Android 4.0 (improves performance)
    • Included app_process and system_server from Android 4.0 (improves scrolling)
    • Included sqlite3
    • Browser NO Lag + User agent
    • Mod-Battery with incremental rate of 1%
    • Added VOIP for Wifi
    • New Market 3.3.12
    • Map updated to version 6
    • Included Maxthon Mobile Browser
    • Video and Audio Gtalk Front Camera 2.3.5
    • MODEM:XXKI4
    • Most of the Samsung widgets and app's removed!
    • Fully optimized .png's Smooth animation's
    Troubleshooting
    • This is a No-Wipe ROM so you can install it without a wipe on any 2.3.5 installation! Doing a No-Wipe comes with its own problems sometimes due to data from old installation
    • Doing a Full Wipe is always preferred, ie before installation in CWM do a /data wipe a.k.a Factory Reset
    • If you have a issue after a No-Wipe install then better wipe and check if the issue persists or else dont report.:cool:
    Bug Reports : NONE!

    Once themes are finished i will update our XDA thread too but till then let this remain here!Kitchen will take the usual under 2days to feature this new rom!

    Our base ROM will always feature stock stuff that's why i have include CF Root instead of DK Kernel, You can always customize via Kitchen!!

    DOWNLOAD:
    Latest Given Reputation Points:
    El Porcharo: 1 Point (Thanks man for all your hard work on theese ROMs! ;)) Dec 3, 2011
    Akbhar: 1 Point (Thanks for the hard work with this ROM.) Dec 3, 2011
  2. Ads Master

    Member Since:
    Message Count:
    0
    Likes Received:
    0
    Trophy Points:
    0
    Reputation:
    0
  3. rodries New Member

    Offline
    Member Since:
    Oct 26, 2011
    Message Count:
    6
    Likes Received:
    0
    Trophy Points:
    3
    Gender:
    Male
    Reputation:
    2
    Please apply this wakelock fix for calendar or send to me the new TouchWizCalendar.apk and I'll apply it

    fix calendar wakelock

    Thks
  4. Gadgetcheck Founder & Leader

    Offline
    Member Since:
    Sep 18, 2011
    Message Count:
    494
    Likes Received:
    484
    Trophy Points:
    63
    Gender:
    Male
    Location:
    India,Kerala,Trivandrum
    Reputation:
    368
    I dint find any wake-lock issue with the calender!
  5. safepacket New Member

    Offline
    Member Since:
    Sep 20, 2011
    Message Count:
    5
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Reputation:
    0
    Wow cant wait for the download links :) . I am sure it will another mindblowing release from you :)
  6. rodries New Member

    Offline
    Member Since:
    Oct 26, 2011
    Message Count:
    6
    Likes Received:
    0
    Trophy Points:
    3
    Gender:
    Male
    Reputation:
    2
    It's a known issue in android code
    new java code (from ics):
    Code:
        private final class ServiceHandler extends Handler {
            public ServiceHandler(Looper looper) {
                super(looper);
            }
    
            @Override
            public void handleMessage(Message msg) {
                processMessage(msg);
                // NOTE: We MUST not call stopSelf() directly, since we need to
                // make sure the wake lock acquired by AlertReceiver is released.
                AlertReceiver.finishStartingService(AlertService.this, msg.arg1);
            }
        }
    
    old code:
    Code:
        private final class ServiceHandler extends Handler {
            public ServiceHandler(Looper looper) {
                super(looper);
            }
    
            @Override
            public void handleMessage(Message msg) {
                processMessage(msg);
                AlertService.this.stopSelfResult(msg.arg1);
            }
        }
    To reproduce the wakelock, create a tomorrow remainder then select to notify 1 day before the event, so when you save it you will get a notify. Now open batterystats and check wakelocks and refresh you will see a StartingAlertService Wakelock and will be always active, press refresh and you will see the time increased.
    Latest Given Reputation Points:
    cikenk: 1 Point (good head up bro) Dec 3, 2011
  7. Gadgetcheck Founder & Leader

    Offline
    Member Since:
    Sep 18, 2011
    Message Count:
    494
    Likes Received:
    484
    Trophy Points:
    63
    Gender:
    Male
    Location:
    India,Kerala,Trivandrum
    Reputation:
    368
    We always have our kitchen you know i will will release the apk separately in the kitchen so u can download ;)

    paulyluca likes this.
  8. rodries New Member

    Offline
    Member Since:
    Oct 26, 2011
    Message Count:
    6
    Likes Received:
    0
    Trophy Points:
    3
    Gender:
    Male
    Reputation:
    2
    ok
    Are you going to patch yourself?
    or do you want I patch it when I download your rom? upload here?
  9. Gadgetcheck Founder & Leader

    Offline
    Member Since:
    Sep 18, 2011
    Message Count:
    494
    Likes Received:
    484
    Trophy Points:
    63
    Gender:
    Male
    Location:
    India,Kerala,Trivandrum
    Reputation:
    368
    If you can help, i would be pleased hahha as i have a lot of things to do ;)
  10. Alex Gilgur New Member

    Offline
    Member Since:
    Oct 17, 2011
    Message Count:
    7
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Reputation:
    0
    can you plz also add to kitchen Phone mod with noise suppression disabled and record,
    it will make this rom so complete :)
    does in this ver in the app drawer icons can be sorted ?
  11. gonzalo New Member

    Offline
    Member Since:
    Sep 24, 2011
    Message Count:
    13
    Likes Received:
    2
    Trophy Points:
    3
    Gender:
    Male
    Location:
    Montevideo, Uruguay
    Reputation:
    0
    How much time for the link?.....I can't wait !!!!!
    Your roms are just GREAT....thanks GC !
    Ray Mclean. likes this.
  12. Ibrahim Al-Tohamy New Member

    Offline
    Member Since:
    Nov 13, 2011
    Message Count:
    8
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Reputation:
    0
  13. Ishay Yush Mustakis

    Donator

    Offline
    Member Since:
    Sep 23, 2011
    Message Count:
    116
    Likes Received:
    17
    Trophy Points:
    18
    Gender:
    Male
    Location:
    Holon, Israel
    Reputation:
    0
    Are there any changes from v3.1.1 XWKJ3?
  14. nikola panteleimonov New Member

    Offline
    Member Since:
    Nov 30, 2011
    Message Count:
    3
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Location:
    Dobric, Dobrich, Bulgaria
    Reputation:
    0
  15. rodries New Member

    Offline
    Member Since:
    Oct 26, 2011
    Message Count:
    6
    Likes Received:
    0
    Trophy Points:
    3
    Gender:
    Male
    Reputation:
    2
    The TouchWizCalendar.apk patch to fix wakelock issue

    Attached Files:

  16. nikola panteleimonov New Member

    Offline
    Member Since:
    Nov 30, 2011
    Message Count:
    3
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Location:
    Dobric, Dobrich, Bulgaria
    Reputation:
    0
    what says the beta testers? is there any bugs around the rom? or it runs nice and smootly with good batterylife :d ?
  17. El Porcharo Member

    Offline
    Member Since:
    Nov 9, 2011
    Message Count:
    38
    Likes Received:
    7
    Trophy Points:
    8
    Gender:
    Male
    Reputation:
    2
    first post? :p

    LOOOL :D
  18. rodries New Member

    Offline
    Member Since:
    Oct 26, 2011
    Message Count:
    6
    Likes Received:
    0
    Trophy Points:
    3
    Gender:
    Male
    Reputation:
    2
    I'm uploading the patched file again, I've recompiled using last smali.

    Attached Files:

  19. MAJED New Member

    Offline
    Member Since:
    Dec 3, 2011
    Message Count:
    5
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Reputation:
    0
    Great rom like usual.

    but i realized that there's no Haptic feedback!.
    anyone else?
  20. Colky New Member

    Offline
    Member Since:
    Dec 3, 2011
    Message Count:
    1
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Location:
    Russia,Moscow
    Reputation:
    0
    Keep it up guys, CheckROM best for SGS2. Thank you for your work. "Hello from Russia"
  21. chetasus Member

    Offline
    Member Since:
    Nov 27, 2011
    Message Count:
    36
    Likes Received:
    0
    Trophy Points:
    6
    Gender:
    Male
    Reputation:
    0
    thanks GC, downloading.

Share This Page