[ROM] [4.4.4] [Jul-31] AOSB Kitkat v1.3.7 | bravo (GSM) | Battery drain fixed!

Search This thread

Gil-

Senior Member
Aug 22, 2013
58
17
cynaptek.com
Hi Spezi !


Nice to see a new update :).

So I Installed it and performance wize it feels very promissing !
I will test it a few days as always but I don't know why the app restore doesn't work like usual.

It might be a pain in the ass to restore everything by hand and it would be great if the gapps would do it like with other rom.


Except this I have no complain right now :p.


Edit :
I removed and added some apk so I have the restore back.
Let's try this rom :)


I still have some zone in the bottom where the touch doesn't work.
Anyone else experience this ?

Will have to check the option to see if there is something missing there.

Edit 2 :
I installed almost everything.
Will still need to fine tune a few things.

Other than that :
The performance are GREAT !
As smooth as evervolv which is already smooth :).

Just had 2 reboot here is one kmsg (for the last one) :
http://spyzor.be/files/kmsg-2014-08-12-08-44-01.txt

After that reboot Wifi didn't work anymore.
I had to reboot again and everything was ok.

Will report back later after I tested a few options AOSB is giving :)
 
Last edited:
  • Like
Reactions: spezi77

Gil-

Senior Member
Aug 22, 2013
58
17
cynaptek.com
Arg.

I have a bug.

Thelephony keeps FC. I'm not trying to do anything to get a FC.
I tried to reboot and format cache and wipe but that doesn't change.
I'm making a backup and go back to evervolv.

Looks like almost the same bug as in PA.
Maybe both are related ?

I can generate a bug report if needed.
 

spezi77

Recognized Developer /Inactive RC
Jan 27, 2013
3,519
7,852
/home/less
Arg.

I have a bug.

Thelephony keeps FC. I'm not trying to do anything to get a FC.
I tried to reboot and format cache and wipe but that doesn't change.
I'm making a backup and go back to evervolv.

Looks like almost the same bug as in PA.
Maybe both are related ?

I can generate a bug report if needed.

Yes, please take a logcat, so I can compare it with one from PA.

I guess that it is related to Gapps.

ze7zez has found a nice workaround that works with PA rom and I have updated the installation instructions accordingly.
 

avalonbr

Member
Jun 18, 2009
19
3
Have the problem that the screen often times in terms of alone. Although no new or open message is present. Had now been 3 reboots since I use the Rom. Furthermore, the screen flickers often when opening the camera or in apps as well as in the setting menu. Here is a logcat. Hope it Helps find. For tips, I would be grateful.
 

Attachments

  • 2014-08-14-16-53-06.7z
    48.9 KB · Views: 18
  • Like
Reactions: spezi77

Saf98

Senior Member
Aug 7, 2013
1,543
157
??<
Have the problem that the screen often times in terms of alone. Although no new or open message is present. Had now been 3 reboots since I use the Rom. Furthermore, the screen flickers often when opening the camera or in apps as well as in the setting menu. Here is a logcat. Hope it Helps find. For tips, I would be grateful.

Is it like like a glitchy layering type flick cos I have sometimes that problem on carbon ROM.

Sent from my HTC Desire using XDA Free mobile app
 

spezi77

Recognized Developer /Inactive RC
Jan 27, 2013
3,519
7,852
/home/less

No problem.

Nice, how did you make this? Looks like a complete system dump.

When looking into it, I could not find the same error message as observed in PA. If you or someone else will face the problem with FC of phone.apk, could you please take a logcat by using this command: "adb logcat"? And then just copy the lines which have the exception message. :good:
 
  • Like
Reactions: dariush_jab

Gil-

Senior Member
Aug 22, 2013
58
17
cynaptek.com
Yes, please take a logcat, so I can compare it with one from PA.

I guess that it is related to Gapps.

ze7zez has found a nice workaround that works with PA rom and I have updated the installation instructions accordingly.

No problem.

Nice, how did you make this? Looks like a complete system dump.

When looking into it, I could not find the same error message as observed in PA. If you or someone else will face the problem with FC of phone.apk, could you please take a logcat by using this command: "adb logcat"? And then just copy the lines which have the exception message. :good:


This is a log you can generate with the Developper Tools -> Create a bug report.
You have got every logs in it (last kmsg etc...)

You can just look for this line :
Code:
08-16 17:07:23.557   585  1268 I ActivityManager: Process com.android.phone (pid 1033) has died
I think that's where the issue should be. And it dies also at line
Code:
08-16 17:07:54.548   585  1022 I ActivityManager: Process com.android.phone (pid 3238) has died

It died 2 times before I was able to create the log. When it dies I have to enter my pin code again.


Tell me if you still need the adb logcat.
 
  • Like
Reactions: spezi77

spezi77

Recognized Developer /Inactive RC
Jan 27, 2013
3,519
7,852
/home/less
This is a log you can generate with the Developper Tools -> Create a bug report.
You have got every logs in it (last kmsg etc...)

You can just look for this line :
Code:
08-16 17:07:23.557   585  1268 I ActivityManager: Process com.android.phone (pid 1033) has died
I think that's where the issue should be. And it dies also at line
Code:
08-16 17:07:54.548   585  1022 I ActivityManager: Process com.android.phone (pid 3238) has died

It died 2 times before I was able to create the log. When it dies I have to enter my pin code again.


Tell me if you still need the adb logcat.

Ok, no additional logcat needed. :good:

Here is the issue (which is different from PA):
Code:
08-16 17:07:20.545  1033  1033 E ActivityThread: Failed to find provider info for telephony
08-16 17:07:20.565  1033  1033 W dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x418b5ce0)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: FATAL EXCEPTION: main
08-16 17:07:20.565  1033  1033 E AndroidRuntime: Process: com.android.phone, PID: 1033
08-16 17:07:20.565  1033  1033 E AndroidRuntime: java.lang.IllegalArgumentException: Unknown URL content://telephony/carriers/current
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at android.content.ContentResolver.insert(ContentResolver.java:1186)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at com.android.internal.telephony.gsm.GSMPhone.updateCurrentCarrierInProvider(GSMPhone.java:1611)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at com.android.internal.telephony.gsm.GSMPhone.handleMessage(GSMPhone.java:1361)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at android.os.Handler.dispatchMessage(Handler.java:102)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at android.os.Looper.loop(Looper.java:136)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at android.app.ActivityThread.main(ActivityThread.java:5151)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at java.lang.reflect.Method.invokeNative(Native Method)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at java.lang.reflect.Method.invoke(Method.java:515)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
08-16 17:07:20.565  1033  1033 E AndroidRuntime: 	at dalvik.system.NativeStart.main(Native Method)

Let's see if it can be fixed in a future release. Maybe for now, you could try to update your APN carrier settings. But don't ask me how this goes.. search the forum, please.
 
  • Like
Reactions: dariush_jab

Upgreydd

Member
Dec 6, 2007
23
0
ROOT access issue

Hi. Thank you for your work. ROM is great. I have one question about ROOT access. Everything is OK with it? I have problem with LuckyPatcher application. It couses only in your ROM. I've tried reinstall your ROM something about 10 times and always have the sam issue.
Lucky Patcher ask for ROOT access, I grant it and when applying custom patch it stuck with "root access" message. This issue doesn't exist in 4.4.4 Carbon and Beanstalk.
 

spezi77

Recognized Developer /Inactive RC
Jan 27, 2013
3,519
7,852
/home/less
Hi. Thank you for your work. ROM is great. I have one question about ROOT access. Everything is OK with it? I have problem with LuckyPatcher application. It couses only in your ROM. I've tried reinstall your ROM something about 10 times and always have the sam issue.
Lucky Patcher ask for ROOT access, I grant it and when applying custom patch it stuck with "root access" message. This issue doesn't exist in 4.4.4 Carbon and Beanstalk.

Both, Carbon and Beanstalk have baked in CM's superuser -- whereas AOSB is using ChainFire's superSU. I guess that this is where your problem comes from.
 

vasili_defy

Senior Member
Feb 10, 2011
548
89
hey guys , is anybody getting systemui stopped error??
I think this is due to ,I deleted omniswitch.apk from priv-app folder!!
Spezi is this right??

Note:I have downloaded omniswitch apk from the thread , and now trying again to flash!!
nope still no success!! still getting systemui has stopped error!!
 
Last edited:

captaindeep

Senior Member
Apr 8, 2014
594
112
HEY EVERYONE .
IM CREATING WHATSAPP GROUP FOR ALL AOSB MEMEBERS YOU CAN DISCUSS OR SHARE YOUR PROBLEM
IF ANYONE INTRESTED MESSGAE ME ON WHATSAPP +919988848284 . WITH YOUR NAME .
OUR GREAT DEV Hany Alsamman WILL BE ALSO IN IT ;) .
THANKS

Sent from my GT-I9100G using XDA Premium 4 mobile app
 

andy hall

Senior Member
Mar 3, 2011
977
279
Google Pixel 3
hey guys , is anybody getting systemui stopped error??
I think this is due to ,I deleted omniswitch.apk from priv-app folder!!
Spezi is this right??

Note:I have downloaded omniswitch apk from the thread , and now trying again to flash!!
nope still no success!! still getting systemui has stopped error!!

Not sure on this ROM but I have deleted Omniswitch APK from other of Spezi77 roma with no issue, have you enabled softkey (navigation bar) by any chance?
 

kakofonija

Senior Member
Oct 15, 2013
90
24
Rijeka
Good rom, for smooth performance I changed few things...
in init.d enable, zipalign apps, clear cache, file system speedup and decrease read ahead values from 2048 to 1024... after reboot rom is much more responsive...

thanks spezi
 
Last edited:
  • Like
Reactions: spezi77 and Saf98

dado023

Senior Member
Sep 21, 2010
90
7
Good rom, for smooth performance I changed few things...
in init.d enable, zipalign apps, clear cache, file system speedup and decrease read ahead values from 2048 to 1024... after reboot rom is much more responsive...

thanks spezi

ej, kako se to sve promini na već instaliranom romu? :)

eng: would you be so kind and explain how to change that on already installed rom.?
 

nonline

Senior Member
Oct 2, 2010
271
116
www.marcinmarkowski.com
After setting A2SD desire stuck on boot. Any ideas? I cleared cache & dalvik, should I run installation once again?

I did it from the scratch, no luck :|
20 minuts and still counting on AOSB boot logo.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 32


    Introduction About AOSB Project KitKat Edition

    AOSB Project based on CyanogenMod the best stable source

    AOSB is the new face of ProBAM ROM , We have been blown up ProBAM

    image.png


    Live Chart


    Full Album !



    The Team



    codexc AOSB chief and original founder

    Team Members




    What the features included?:


    AOSB Project Features:

    1. New Port of MultiWindow and Exclusive Customization and Fixes and Improvement
    2. AOSB Exclusive Feature: Custom SmoothProgressBar
    3. AOKP Navigation bar menu in settings for all devices now
    4. AOKP Animation Control
    5. ListView Animation
    6. Keyboard Animation
    7. Scrolling Animation
    8. AOKP Custom Navigation Ring
    9. AOKP Custom Navigation Bar
    10. ChameleonOS Gesture Anywhere
    11. TeloRadio (Connection Manager)
    12. Omni Audio Themes Settings
    13. OmniSwitch App
    14. Omni Non-intrusive incoming call popup that slides up from the bottom of the screen
    15. Omni allow disabling call end sound
    16. Omni Audio : Stereo widening
    17. Omni Audio : Center frequency for Bass Boost
    18. AOSPAL LockScreen Notifications
    19. AOSPAL Lockscreen Blur
    20. Slim CRT animation: add scale down
    21. Slim IME options
    22. Slim DarkUI (system wide in black)
    23. Add Music Tile
    24. Flip to Mute/Reject Call
    25. Advanced BatteryBar
    26. Chainfire SU App
    27. User selectable camera click sound (disable camera sound)
    28. Quicktile row option:set 3,4,5 tiles per row
    29. LTE toggle support and Configurable up to user (LTE or 4G)
    30. Add Wifi name to notification drawer and option to enable/disable
    31. Frameworks: notification drawer background
    32. wide support for chinese language
    33. wide support for dutch language
    34. MediaScanner behavior on boot
    35. HOVER
    36. HALO
    37. HALO MODS
    38. HALO: make windows move able and scale able
    39. PEEK (shows notifications on lockscreen)
    40. Mobile Network Battery Saver Mode
    41. Advanced Battery Bar
    42. FB sync abbility to connect facebook contacts into contacts app
    43. App sidebar
    44. IME switcher notification
    45. Navigation bar with custom dimensions
    46. Configurable init.d
    47. Build PropModder
    48. Incoming calls dialog
    49. RAM bar with custom colors
    50. Builtin Xposed Framework
    51. Xposed : Per-App Layout
    52. Network usage stats
    53. ChameleonOS Active display (s-view alternative)
    54. AD: Display Time out
    55. AD: Turn Off Display
    56. AD: Threshold to proximity
    57. AD: Sort notifications by newest to oldest
    58. AD: HUGE Fixes
    59. mms: iOS features
    60. mms: Emoji and Smiley support
    61. advanced low battery indicator options
    62. Custom Carrier Label

    What is Android Open Source Blitz Project?

    it is a custom ROM developed as free and open source software based on the official releases of Android by CyanogenMod,
    AOSB (ProBAM) ROM have been the pinnacle of perfection employing the best of all the Best ROMs in a Package which makes sense!.. While the latest one doesn’t incorporate a slew of features.


    Whats new in CyanogenMod 11
    On 6 November 2013 the CyanogenMod team started pushing the code of CyanogenMod 11, based on Android 4.4 KitKat .

    Whats new in Android 4.4.x
    http://codexc.com/blog/2013/12/whats-new-in-android-4-4-1-and-4-4-2/


    Changelog
    Find our latest Full change logs
    Find our latest GitHub change logs

    If installing for the first time:
    - Rooted
    - At least 512mb ext4 sd-ext partition (1024mb recommended)
    - Hboot with at least 250mb system partition (If not slimmed) -> please use AlphaRev Jelly Hboot (250/5/182) for best experience
    - Use a newer recovery such as 4ext (credits madmaxx82 & jmcclue) or twrp (credits Chromium)
    - Full wipe recommended
    - Flash ROM
    - In case you are on Alpha Jelly hboot (250/5/182) flash GApps -- if not then first boot the ROM to enable A2SD to ensure that there is enough free space to flash GApps
    - Boot ROM and let it settle down (3-5 min)
    - Enable A2SD
    Code:
    1) run Terminal Emulator
    2) type 'su' and press enter
    3) allow root access in the popup query
    4) type 'a2sd install' and press enter
    5) reply to questions in this order
    --> y n y (dalvik to card - yes, data to card - no, reboot - yes)
    - Finally you can reboot into recovery and flash the Gapps package

    Note:
    Let the rom settle down after 1st boot (3-5 minutes!)

    HTC Desire specific rom info
    - Stabilized kernel based off of Evervolv's qsd8k kernel (find more details in 2nd post)
    - Kernel compiled with Sabermod gcc v4.10 toolchain (for increased performance)
    - Trackball wake option in buttons menu (enabled per default)
    - USB Tethering fix (thanks @nickleby)
    - Built-in A2SD (you can alternatively install Mounts2SD which is more user friendly -- a minor drawback of M2SD is that it does not work properly with Xposed framework).
    - Tweaks for longer battery life and faster scrolling performance
    - SELinux (disabled by intention)
    - Screen recording not working


    Bugs
    - All bugs which are present in CM and Evervolv roms, e.g. Video Recording and MMS not working: Just use Videocam Illusion (audio at 44.1KHz!) and Textra SMS instead
    - Sometimes the cLock widget does not display weather icons (Just remove the widget and add it again)
    - If you want to listen radio you can use Spirit FM

    Please let me know if you find bugs. If possible take a logcat if you encounter a FC (force close). Here you can learn to logcat like a pro!

    Optimized Settings
    Please do the following tweaks with caution. First you have to enable the Developer options by opening up "Settings > About phone" and tapping 7 times on "Build number".
    1. Settings > Developer options > Window animation scale > set to .5x
    2. Settings > Developer options > Transition animation scale > set to .5x
    3. Settings > Developer options > Animator duration scale > set to .5x
    4. Settings > Developer options > Enable "Force GPU rendering"
    It is time to reboot your phone!



    User Friendly Developers
    If you like this rom please consider a donation to the AOSB team.
    Powered by



    Latest Stable Release


    Download AOSB Kitkat v1.3.7


    Gapps


    Slim gapps 9 (removed Google Setup Wizard)




    Follow us to keep in touch ::

    G+:
    https://plus.google.com/+ProBamNet
    Facebook:
    https://www.facebook.com/AOSB.Project
    Twitter:
    https://twitter.com/CodeXperts

    AOSB on YouTube



    Offical website
    http://probam.net

    Source on github
    GitHub
    CM Gerrit

    Build AOSB from source
    source

    About the developer
    http://codexc.com/me/
    My special thanks to codexc for allowing me to build his ROM for htc bravo and the close collaboration! :D

    Thanks and Credits for :
    Evervolv Team for the legacy codes (device trees, vendor blobs and kernel)!!!
    CyanogenMod Team!!!
    All Open Source Projects !
    13
    Device specific change log

    What's new in v1.3.7?
    - Welcome to Android 4.4.4_r2 KTU84Q
    - ART not included (rom size does not allow atm)
    - Fixed issue causing battery drain: http://review.cyanogenmod.org/#/c/66894/
    - Baked in SuperSU 2.01
    - New EOS Weather app
    - New AOSB Bootanimation

    P.S.: Furthermore don't forget to get the latest slim gapps 9 with best 4.4.4 compatibility

    What's new in v1.3.6?
    - Welcome to Android 4.4.4 KTU84P
    - USB tethering fixed
    - Stabilized kernel which is again closer to the original one by Evervolv (got stuck on boot/splash screen fixed!)
    - These are my kernel mods:
    -- Added the most suitable CPU governors from my carbonized kernel: interactiveX, smartass, smartassV2 and smartassH3
    -- Increased sd read ahead buffer to 2048kb
    -- Fixed security flaws:
    1)CVE-2014-0196: got root kernel bug reported Jiri Slaby
    2)CVE-2014-3153: vulnerability reported by Pinkie Pie


    What's new in v1.3.5?
    - Welcome to Android 4.4.3 release 1 (KTU84M)
    - HOVER (thanks PA)
    - AOSB style Recents App Screen (thanks codexc "AOSB chief")
    - AOSB OTA App (let's see if "Over the Air" updates work in future)
    - Battery LED fixed
    - Kernel: set the lowest CPU frequency to 200MHz (should reduce wakeup delays)
    - Added telephony/ring tweaks (reduce delays)
    - Fixed Bootanimation size
    - Fixed FC in MMS/SMS App
    - Included Trebuchet (CM launcher)
    - Updated NovaLauncher


    P.S.: Furthermore don't forget to get the latest slim gapps 5 with 4.4.3 compatible playstore
    12
    BAM

    v1.3.7 released!

    Have fun :cool:
    7
    hi dear Developer

    thnx for the Rom,but 4.4.4 is came !!?? :D

    When update to 4.4.4 ? <3

    He said you should be patient!

    Sent from my HTC Desire using XDA Free mobile app


    Dear users!

    Thanks for being patient.. AOSB 4.4.4 has arrived and on my phone the new kernel version feels more snappy..

    Have a nice day! :cool:
    6


    dkh8plbn78715knfg.jpg


    A few screenshots