• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Curious ROM question..little bubble? =D and Data Feature?

lunarpoc

Newbie
Hi,

I was wondering, what ROMS support the little bubble on the little messaging icon? Like, before I rooted, it would give me a little speech bubble on the messaging icon. I thought it was pretty neat to have that. However, when I switched over to Tainted Vanilla 3.1 ROM, it stopped appearing.. :(

So, does anyone know any other roms that support the little speech bubble on the messaging icon? I know there's a notification bar, but I like the little speech bubble. (Or some other name for it... IDK what's it called :D)

Does Ivan's room have it?

Also, does anyone know which ROMs would support the "no data" feature? Like on sense-able, Ivan, and Tainted Vanilla, the setup would go through whether I wanted to use WIFI only or both, or (something else.) However, the ones I tried: Aloysious or w.e. and IC3 didn't go through that part and I couldn't turn off data (unless I just didn't look in the right place...) So, which roms would support that too or how would I turn the Data off on those Roms?

THANK YOU FOR YOUR PRECIOUS TIME! :D:D:D

Love how fast Root is compared to OTA 2.1!~~~
 
open the rom files,
go to the /system/framework directory,
find the framework-res.apk,
change to framework-res.zip,
unzip and go to the res/drawable directory,
find the .png for the icon you want to replace,
resize the "bubble icon" and rename it to whatever the size and name of the icon you want to change is,
zip the files back up, rename to framework-res.apk,
put that file in your sdk tools directory

adb remount
adb push framework-res.apk /system/framework/
adb reboot

there you go :)
 
Back
Top Bottom