Does anyone know if there is an apps can change the carrier name in PA 4.2.2.
I know aokp has it built in but nor cm or pa has that option. Or anywhere in the file I could change. Please Thanks
Sent from my Nexus 4 using Tapatalk 2
Would be nice to do this on cm too
agreed.
using Straight Talk and seeing "HOME" is quite annoying.
This would be a nice perk also. I know some hybrid roms utilize it also. Like PACman and whatnot.
Sent from my Nexus 4 using Tapatalk 2
So, I'm running CM, and since I just did this for essentially myself, and didn't want to take the time incorporating this into the settings app, etc, I just modded the necessary framework files (from decompiled source, rather than original .java source, I come from HTC devices where source is not an option, and I'm a glutten for punishment), so that I could display custom text on BOTH the lockscreen as well as both notification panels.
Lockscreen versus notification are two different framework locations, so I just modded the frameworks to look for a text file in /system/ (lock.txt, notification.txt), the contents of each text file being the text you want to display in the corresponding locations (lock screen and notification panels).
Lockscreen (see bottom of screen):
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Notification Panels (see bottom for screen 1, and the carrier text on tile for screen 2):
I have a heavily modified framework for personal "tweaks" so if anyone is interested in using this approach, I can package it up with some instructions, but it will take me a bit, as I would have to start over for modding from an original / unmodified framework to start.
Would be good. The reason I would want it is because I am using straight talk and my carrier always says HOME. If it said my actually carrier I probably wouldn't care. Thanks
Sent from my Nexus 4 using Tapatalk 2
theghazi said:
Would be good. The reason I would want it is because I am using straight talk and my carrier always says HOME. If it said my actually carrier I probably wouldn't care. Thanks
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Lol same I just want it to say AT&T instead of HOME
This has nothing to do with Themes/Apps..... AOKP has it but doesn't update the tiles, it still remains as your carrier name. Only changes lock screen and notification pulldown.
Xylon can do this, I tried PA before... Xylon also have PIE and many other options
JsChiSurf said:
So, I'm running CM, and since I just did this for essentially myself, and didn't want to take the time incorporating this into the settings app, etc, I just modded the necessary framework files (from decompiled source, rather than original .java source, I come from HTC devices where source is not an option, and I'm a glutten for punishment), so that I could display custom text on BOTH the lockscreen as well as both notification panels.
Lockscreen versus notification are two different framework locations, so I just modded the frameworks to look for a text file in /system/ (lock.txt, notification.txt), the contents of each text file being the text you want to display in the corresponding locations (lock screen and notification panels).
Lockscreen (see bottom of screen):
Notification Panels (see bottom for screen 1, and the carrier text on tile for screen 2):
I have a heavily modified framework for personal "tweaks" so if anyone is interested in using this approach, I can package it up with some instructions, but it will take me a bit, as I would have to start over for modding from an original / unmodified framework to start.
Click to expand...
Click to collapse
Is that also working for the N4 stock rom?
FLH_Sky said:
Is that also working for the N4 stock rom?
Click to expand...
Click to collapse
If it's deodexed it can certainly be done (at least more easily).
any update on this? i am looking forward to this.
Nothing. It shouldn't be hard for people who knows this stuff. In aokp its built in and does it so quickly makes me think that no framework stuff needs to be done. But than who am I to judge.
Sent from my Nexus 4 using Tapatalk 2
theghazi said:
Nothing. It shouldn't be hard for people who knows this stuff. In aokp its built in and does it so quickly makes me think that no framework stuff needs to be done. But than who am I to judge.
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
I haven't had a chance to work on it today, as I actually work from 9-5.
Trust me, it's a framework mod, I've been doing this a LONG time How else do you think you intercept what the framework would provide normally and display something else in its place? You have to go to where this normally gets outputed, and check for a System Setting flag that has been put in place, via the Settings app, and when present, use what the user has provided instead of what the system returns (in terms of how AOKP would do it). I've been doing this kind of mod directly via the framework for longer than AOKP has been in existence.
When I have the chance, I can gladly, as mentioned put something together, but in the meantime, if anyone wants to pull it off w/o modding the framework, and not making it static, be my guest, afterall, as you mentioned, it's not hard...
I am sorry if I sounded like that it is easy. I said I though it could be easy but than I don't know.
Sent from my Nexus 4 using Tapatalk 2
JsChiSurf said:
I haven't had a chance to work on it today, as I actually work from 9-5.
Trust me, it's a framework mod, I've been doing this a LONG time How else do you think you intercept what the framework would provide normally and display something else in its place? You have to go to where this normally gets outputed, and check for a System Setting flag that has been put in place, via the Settings app, and when present, use what the user has provided instead of what the system returns (in terms of how AOKP would do it). I've been doing this kind of mod directly via the framework for longer than AOKP has been in existence.
When I have the chance, I can gladly, as mentioned put something together, but in the meantime, if anyone wants to pull it off w/o modding the framework, and not making it static, be my guest, afterall, as you mentioned, it's not hard...
Click to expand...
Click to collapse
Never had a chance to play with framework. Will you instruct us on how to do this? Do I need to do this every time I flash new nightly?
Only thing I need from CM10.1 is this. And yes I have tried AOKP numerous times but a few glitches here and there bug me too much.
AshtonTS said:
Lol same I just want it to say AT&T instead of HOME
Click to expand...
Click to collapse
What's funny is that on CM the samsung guys changed it to say AT&T, but I could never find the source. I've looked into this more than once and came up empty handed every time. I always just completely removed the text from the lockscreen and pulldown instead. Js definitely knows what he is doing though, so I would just hold out for him to come through.
rootuser11 said:
Never had a chance to play with framework. Will you instruct us on how to do this? Do I need to do this every time I flash new nightly?
Only thing I need from CM10.1 is this. And yes I have tried AOKP numerous times but a few glitches here and there bug me too much.
Click to expand...
Click to collapse
Yes you have to do it every time when you flash. And you have to do it for the updated frame work so it will be a big hassle.
Aokp is bug free for me.
Sent from my Nexus 4 using xda premium
sad but i guess not happening
rootuser11 said:
sad but i guess not happening
Click to expand...
Click to collapse
All you have to do is use PAC ROM from blue and vertigo, it's in nexus 4 android development...It has cm+PA+aokp in one. This way you can have whatever it is you want.
Sent from my Nexus 4 using xda app-developers app
Related
Lotus v1.0 (4/9/2011)
Introducing Lotus ROM. Anyone who has used my ROMs for the Incredible knows that my focus is on full featured, stable, smooth and (I hope) visually appealing ROMs that can be your every day driver. It is my sincere hope that this ROM will make your Thunderbolt more convenient and fun to use. Please note that this is just an initial release. I plan to optimize and re-engineer all of the apks in the ROM and add many more speed/graphics/feature tweaks. If you want this to be faster now, may I recommend flashing Ziggy's beta T-bolt kernel? The thing flies on this ROM .
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features
Based on Adrynalyn's Basic Debloated (build 1.12.605.9) , fully de-odexed, rooted and zipaligned;
Adrynalyn's 2.0 Sense kernel cooked in for battery life, but feel free to flash whatever kernel you want (obviously );
Matte Sense UI; "shiny" elements from the UI have been matted for a smoother, more refined appearance;
App drawer button moved to center and mapped to modded/themed version of Maxim's AppFolders, which allows users to fully customize their app drawer;
Right button mapped to browser (more maps to come);
Power widgets in notification pulldown, themed to fit with look of ROM, plus JSChiSurf's PowerControlSettings app;
Hidden location & ADB icons, percentage battery meter, Smooth Sense (animated) icons and working 6-bar signal indicator in statusbar;
3-in-1 power menu, with reboot, hot restart, etc;
Rmk's patched superuser;
Other UI mods, including dialer, custom skinned Friendstream, News and Twitter widgets, transparent background for lock screen, Roise launcher bar, clock, settings & profile widgets & more;
Zipalign and SD Card speed fix on boot;
Apps generally considered bloatware removed;
Working Hulu add-on;
Ability to uninstall many apps (including the HTC skins) via app manager, and many more (e.g. Friendstream, Twitter, etc.) via Gscripts that are pushed to your Sd Card during flash;
Much more...
Known Issues
4g toggle in power widgets not working (yet).
Skins are NOT compatible with this ROM yet (the buttons are messed up). Will be fixed for version 1.1.
Icons can switch around when adding shortcut to home via AppFolders (hot restart fixes this), see post #62 for stock app drawer version of Rosie that does not do this and post #64 for an AppFolders version that will not do this.
Contact info on in-call screen off center. Patch in post #63.
Probably haven't matted EVERY element of the UI yet...
Installation Instructions
Download here:http://bit.ly/fghOvV
BACKUP!!
Perform a full wipe (data, cache); PLEASE NOTE that the updater script will also wipe parts of data for this initial release. I repeat, flashing this will wipe data! Subsequent versions will not, although it is strongly recommended that you do so on your own.
Flash the ROM;
Let things load up and ENJOY!!
Thanks and Credits
In no particular order:
Anrynalyn for his great work de-odexing and de-bloating the base ROM AND his wonderful kernel(s);
Jcase and Team AndIRC for rooting this thing in the first place;
RMK for the patched superuser app;
succia, ihtfp69 and chingy for the advanced power menu;
jercik for the Smooth Sense icons, which I ported into this ROM;
brainmaster for the SD Card fix scripts;
ihtfp69 and deficitism for their work on the Inc, which I used to learn how to cook and mod;
JSChiSurf for his power widgets, which I ported into this ROM, and for his PowerControl Settings;
Maxim for his excellent App Folders;;
signals23 for info on hiding the MRU
Chingy for getting me interested in modding the T-bolt in the first place;
If I forgot anyone, it was unintentional. Please PM, and I will set things straight...thanks!
Warning/Disclaimer
You flash this ROM at your own risk, and neither I, as developer, nor are any of the individuals listed under "Thanks and Credits", above, are responsible for any consequences that may attend the flashing of this ROM. I have tested this ROM (Lotus v1.0) and found it to be stable during my own use, but this is an early release and has not been extensively tested by multiple users. Accordingly, by flashing this ROM, you are essentially a beta tester.
Been waiting for this... Love the matte Sense look. Thanks sk806.
Dloading, backing up and trying out this Rom, That matte finish looks very very nice.
Dl'ng now...
Dl'ing now as well.
Today is 4/11/11?
Samsuck said:
Dl'ing now as well.
Today is 4/11/11?
Click to expand...
Click to collapse
No, it sure isn't!! I am a bit tired .
sk806 said:
No, it sure isn't!! I am a bit tired .
Click to expand...
Click to collapse
hehe, thank you for this rom sir. Liking alot right now
Found a bug, at least on my end. Hit personalize, and change skin. It says "Phoneo" heh, instead of Phone lol
Samsuck said:
Found a bug, at least on my end. Hit personalize, and change skin. It says "Phoneo" heh, instead of Phone lol
Click to expand...
Click to collapse
That is rather funny...I must have put an extra "o" in strings.xml when I was modding Rosie. Will fix.
Although, I kinda like "Phoneo"...
looks like a nice rom I"ll have to try it later on... the one mod I truly have found I can't do without is the 4x5 desktop... it just makes the larger screen look less empty... only rom I have found that uses this is perfect storm...
and since you remapped the rosie by moving the phone and app drawer does this mean that my current theme (distINCtion) will have the wrong icons placed over the phone and drawer?
Anyway to remove the 6 bar signal thing. It seems like on every rom I try that has that, my signal randomly drops to 0 and comes right back.
glad to see this steve! =) good job
Samsuck said:
Anyway to remove the 6 bar signal thing. It seems like on every rom I try that has that, my signal randomly drops to 0 and comes right back.
Click to expand...
Click to collapse
All that does is indicate signal strength, it has no effect on how much you get.
LOL
D
Right, but for some reason when I have that on, the signal will drop randomly to 0 and in like 1 second come back up. When im on the stock 4 bar indicator, this doesn't happen.
Also, when you make a phone call, the text of the contact name is slightly to the right. Can anyone confirm? I can attach screenshot in a bit
this is weird, the buttons on the dock bar randomly switched when clicked the home button. Now the phone icon is in the middle (offcentered) and the apply drawer is on the left again
Sent from my ADR6400L using XDA App
gregdalfonso said:
this is weird, the buttons on the dock bar randomly switched when clicked the home button. Now the phone icon is in the middle (offcentered) and the apply drawer is on the left again
Sent from my ADR6400L using XDA App
Click to expand...
Click to collapse
Are you using a skin? I may need to adjust some things for the skins, it seems.
Anyway, do a hot restart and it will go away.
Sent using XDA Premium
Samsuck said:
Right, but for some reason when I have that on, the signal will drop randomly to 0 and in like 1 second come back up. When im on the stock 4 bar indicator, this doesn't happen.
Also, when you make a phone call, the text of the contact name is slightly to the right. Can anyone confirm? I can attach screenshot in a bit
Click to expand...
Click to collapse
I see that too. I just redid the dialer yesterday and must have missed that. A compiling error for sure. Thanks for the spots.
Sent using XDA Premium
Samsuck said:
Anyway to remove the 6 bar signal thing. It seems like on every rom I try that has that, my signal randomly drops to 0 and comes right back.
Click to expand...
Click to collapse
I can make that an option, yes.
Sent using XDA Premium
Patch Fix for Graphical Glitches
Hi all, I plan to make a small patch fix for the "phoneo" and contact text on in-call screen issues, as well as the Rosie icons switching around (which is really weird, but I know why its happening know). Please keep reporting anything else so I can include it.
Will release the patch either late tonight or in the morning. Thanks again.
Steve
chingy51o said:
glad to see this steve! =) good job
Click to expand...
Click to collapse
Thanks, man! And don't worry, still working on the common project we have going....
THIS THREAD IS DEAD
This is my first shot at a AOSP style ROM. Hence the leanest ROM I have put together. This is based off of Droid Vicious's release which was based off a Galnet MIUI port. A lot of credit for this ROM belongs with D. Vicious but I figure I could help push this along with what I have been able to accomplish thus far.
Originally this ROM had quite a few bugs, still has a few. This is good enough for a daily driver (ive used it for over a week now) which is why I decided to release it.
I have a lot of great plans for this ROM so stay tuned as this is gonna grow by leaps and bounds (as time allows, stupid clocks)
First the thanks,
Team MIUI for a whole new outlook for Android
Cyanogen for additions taken from CM7
Google for Android
Team G..... (unspoken in these parts)
For combining both ICS and GB to birth this
Droid Vicious
(assembling the team to work this one out to work on our ThunderBolt)
BUGS
-MMS not receiving but is sending
-Force closing market when side swiping app screeshots
-Data icon is stuck on G, you are connected to 4g, 3g or 1x despite the icon verify this with the speedtest app from the market.
*Fixed the phone settings issues by reorganizing the settings (ThunderStick)
*Fixed the updater force closing problems by removing the updater.apk (ThunderStick)
ThunderStick ROM Additions
+GoLauncher used instead of the standard MIUI launcher
+Google Music
+Removed MIUI Control Panel
+Update system button launches Rom Manager
(settings /about screen)
+ICS Lock Screen
(w/custom shortcuts)
+Sense 3 Lock Screen
(w/custom shortcuts)
+Lock screen shortcut settings
+File Browser (Jrummy ad free version)
+Rom Manager Included
+Replaced Launcher with
+Added protip widget
+Special thanks provided from the protip widget
+Launcher settings from Settings app
+Custom boot animation
+Custom boot sound
+Added Lock Screen settings to default home screen
+Google Maps
+Google Music
MIUI Standard Features
-Customizable battery icons and displays from the settings menu
-Download custom themes directly from the settings menu or theme manager
-Change dang near anything with themes from the theme manager
-USB Tether and Portable hotspot native
-Disable the lock screen
-Music controls on lock screen
-Volume rocker wake
-Long press home button to activate flash light from lock screen
-Long press back key from with in any app to kill it
-Call blocker (firewall) native
-Very detailed battery usage monitoring
-Lot's more...
v1.0.0 - MD5 4637E4B44650B6F16197E5E9414B85EA
DONT DOWNLOAD FROM HERE
This will wipe your system and data partitions when installing
future updates probably will not, for now it just has too
CHANGE LOG
MODS:
-MIUI LAUNCHER (Flashable from recovery) - Download
Screenshots
WHAT COULD HAVE BEEN EVEN BETTER
CLICK ON SCREEN SHOTS TO ENLARGE
Boot animation
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
System Screens
ICS Lock - Screen Shots
Sense 3 - Lock Screen Shots
Wow. See, this is what's awesome about the dev community. You can take where someone left off and continue to improve. Thank you Thunderstick for continuing Vicious's hard work! Flashing soon!
/sig
"What is this group about??"
"...it's about theory but we ran out of theories."
Nice. I don't use mms but the extended phone settings is huge because it affects my Google Voice settings. Well played.
Sent from my SHIFTAO5P using XDA App
Thanks Thunderstick! I thought you had left us for a sec since your other roms haven't had much action on their threads. I will certainly be flashing this when the bugs are worked out.
Sent from my ADR6400L using Tapatalk
This rom runs very well right now. The blend of miui and ics is a good one. Curious to see what battery life is like tomorrow. Good job on this.
Sent from my HTC Mecha using XDA App
wow....great rom
This looks fantastic. Finally, a developer who knows how to make a rad rom and also makes it look aesthetically pleasing.
I have a question before I download, does this rom support CM7's theme manager? I like MIUI's notification bar but it's a hassle to modify.
captainstarbucs said:
This looks fantastic. Finally, a developer who knows how to make a rad rom and also makes it look aesthetically pleasing.
I have a question before I download, does this rom support CM7's theme manager? I like MIUI's notification bar but it's a hassle to modify.
Click to expand...
Click to collapse
Theme manager included
Sent from my HTC Mecha using Tapatalk
Going to try this. seems like the ROM manager download link is broken fyi
Sent from my ADR6400L using Tapatalk
Can someone confirm a md5 sum please. I had an unsuccessful download and want to make sure the one I have now is good to go. Thanks.
Sent from my HTC ThunderBolt using XDA App
Thanks so much for the time you put into this ROM. Looks great!
One question though. In the original MIUI ROM by Vicious there was a bit of a bug with the audio. Particularly (for me) when using audio output with the AUX port in my car the sound was very "tinny" or scratchy even. Is that problem still present in this ROM?
Which version of extended settings would you recommend flashing?
EDIT: Flashed V2 and it worked perfect.
So mms is sending, nice gonna have to try this after work. Thanks
Sent from my HTC Mecha using xda premium
can you leave in the stock MIUI launcher, I personally really like it, nice and smooth
dmrnhs said:
can you leave in the stock MIUI launcher, I personally really like it, nice and smooth
Click to expand...
Click to collapse
I second this! I'll donate for it!
I'm working on a MOD for this...
It will be available later on today or tomorrow possibly.
For now though i am concentrating my efforts on getting the data notifications right.
Sense ROMs are slightly different when it comes to this I am finding. The challenge is exciting though...
ThunderStick said:
I'm working on a MOD for this...
It will be available later on today or tomorrow possibly.
For now though i am concentrating my efforts on getting the data notifications right.
Sense ROMs are slightly different when it comes to this I am finding. The challenge is exciting though...
Click to expand...
Click to collapse
Keep it up.. So far working great, thanks!
Hi,
I always a big fan of thundestick and loving bareback now. Good job on building an ICS rom with working data. Does the faceunlock and app switcher work in this and also does it have any issue with the camera? Please let me know before i can try this. Thanks again.
rom ran great all day
battery life great
love it
Original Thread : http://goo.gl/Y4nyq
I didn't make this rom, just helped port it.
Thanks to D4rKn3sSyS, molesarecoming and xylograph for the amazing rom
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
[/CENTER]
Wanna be up to date with ParanoidAndroid team news?, click here, and visit our webpage!
Video of Tablet / Phone Mode
Download Link Version 1.5
http://www.mediafire.com/?qgh2uv69csv3r0g
Install HYBRID Gapps: http://BillionUploads.com/tblhqy9nga7h (mirror: click here if needed)
Wipe caches, factory reset is a must if you're coming from another rom than CM9
Go to Settings, System, Font size, set it to NORMAL
Check "Auto Hide" in Settings, System, Statusbar, to finally get Fullscreen (or Hold power button, and press "Toggle StatusBar")
Launcher Settings: margins: SMALL (If youre using Apex / Nova), show permanent searchbar: YES, Grid: 5x4, resize all widgets: YES, Wallpaper scrolling: OFF
Wifi Hotspot not working. (It will gives you bootloop.)
You tell me? All possible visual bugs can be fixed changing PAL & PAD parameters
Tina: http://krebsmilk.de/
Cyanogenmod Team, specially Codeworkx and XplodWild, for CM9
AOKP team, they've got some great pieces of code.
shayne77, for Battery Images
evilisto, for Honeycomb lockscreen, Sense Recent Apps mod, and Tablet mode source
dubidu, for hiding statusbar mod
VERY IMPORTANNT*****
Turn off pin unlock, it is causing problems signal, so turn off before flashing and don't use until there is a fix
Downloads
Ver. 1.0
http://min.us/muPSCDPMi
Ver. 1.1
http://www.mediafire.com/download.php?idgxczmwj4cx9ev
Ver. 1.5
http://www.mediafire.com/?qgh2uv69csv3r0g
Ver. 1.6
http://d-h.st/upW
CHANGELOG
v1.6
Built from source - 10/7/2012 - 00:27:58
OTA app changed (This trashes OTA update, please download manually this version). More responsive methods
Merged latest CM changes, including a lot of fixes and improvements for device tree
Improvements on frameworks, fixed for once and finally all DPI related crashes
SystemUI mode can be configured now
Cleanup and speedup of hybrid code via native libs (I'd say 25%)
A lot more of changes, you can check them here: https://github.com/ParanoidAndroid
v1.5
Built from source - 25/6/2012 - 11:3:12
Improvements on OTA app, scheduled checkups
Improvements on Backup app, now it automatically launches on startup after you install a newer (or older) version
Hybrid speedup, less lag, considerably faster list scrolling when pad/pal is in action
Keyboard scaling, an androids first
PAD/PAL bugfixes for apps that still crop images in lower dpis
Settings revamp, speed preferences to switch between modes without having to set up anything, less clutter
Trebuchet extras: 3x4 widgets, speed dial menu button, ... and some weird rocket button which im sure will be very useful to most of you
Pad.prop revamp, new preferences that should pretty much nail it. Im sorry but this trashes your old settings again, do not attempt to restore them unless you do it in a text editor
Newest Devil Kernel added
v1.4
Built from source, 3:03pm COT. Synced with latest Paranoid sources
Fixed most of the issues with pad & pal, now facebook, whatsapp, keyboards, etc will be shown just fine
PAD/PAL work in phonemode 100%, no weird toggles and stuff like that. you get full tablet apps without caveats
Settings cleanup, most of the garbage dpi options are gone, should be more intuitive - i ask you to not bring your old pad.props though some things changed. if you know what you do take a look and edit by hand
Trashed our LatinIME repo - not needed anymore
Fixed OTA 100%, now it should never hang on 99%
Navbar editor is now hidden on tablet mode ... ups missed that one.
v1.2
Built from source, 04:27 CEST.
Updated kernel to latest CM Kernel
Patched linaro spare parts
Fixed Tethering
First unified release, compiled from our git
New panel (You already know it if you used betas)
Added ParanoidBackup app
Fixed bugs on beta releases (Battery swapping, overlaps, ui bugs etc)
Recent apps improvement on tab mode (bigger preview)
Error where app shows up in the wrong UI will be fixed
Scaling lockscreen dialogs and so on
Removed hardcoded framework values (yay! )
Removed "Global density", if you STILL want to mess with this one with v1.2, you've not even tested a 50% of what this ROM can do.
Fixed a lot of other things on pad & pal, cleaned up sources
Fixed themes crash on tab mode, still crashes sometimes on phone mode. [Seems this one is totally fixed now. Need to test a bit more]
A HUGE amount of fixes, improvements and so, this version should be rockstable.
V1.1
Kanged from source, 9:26am COT. All features included (even the ones that are on CM9 changelog but not on latest nightly)
Updated kernel to latest Pete's kernel
Fixed Bigmemory problems
Fixed Bluetooth?
Fixed navbar on phone mode, and now doesn't removes statusbar transparency
Fixed Utils.isScreenLarge() method, now it checks for LCD Density, wich reduces % of error to 0
Improved panel a LOT, including a cool action bar for saving or discarding changes
.force pad feature implemented, now you can resize widgets
Added more descriptive strings to panel
Added customizable toggles for tablet mode. You can choose now between 9 toggles, and a max of 6 of them. You can also reorganize or remove all the toggles.
Removed some battery styles, and HC lockscreen, searching for a common base
Translated a lot of things in spanish XML's (http://review.cyanogenmod.com/#/c/16596/)
Devil3_0.72 Kenel Added(Cappy only)
Build.prop Tweaks(Cappy only)(Tweaks by dark_knight35 http://forum.xda-developers.com/showthread.php?t=1697040)
Voodoo Color Controls are now back in the voodoo control app
v1.0
Kanged from source, 1:04pm COT. All features included (even the ones that are on CM9 changelog but not on latest nightly)
Improvements on OTA app
First time in Android history that Per-App-Layout has been realized
Comes with a better panel
Fixed pin screen hot reboot
v0.6
Kanged from source, 2:52pm COT.
Updated kernel to latest siyahKernel
Fixed tablet mode swapping not overriding sense recent apps option
Automatically disable all the DPI options if PAD is not enabled
General fixes. We're now stable. This version is not a beta but a RC
Fixed reset button on PAD panel
Fixed tablet mode keyboard popup (Is little but there it is, not cutted anymore)
Force to hide statusbar (Global menu option)... finally fullscreen gaming!
New PAD code. No lags at all, rotation is smoooth.
v0.5
Kanged from source, 11:10am COT. All features included
Updated kernel to latest siyahKernel
CherryPicked a few CM things that I'm sure they will merge soon (and what if they dont )
Home button long press on tablet mode now handles recent apps (just like on phone mode)
New PAD panel. Moles didn't sleep today
Fixed most of the crashes (99%, maybe I missed something)
Fixed lockscreen music transport overlay
Fixed Can't install apps to external sd, installing them causes acore fc
Tablet mode onScreen buttons toggle
Instant changes, SoftKeys (Not even on AOKP )
BUGS:
*using SIM pin unlock make you lost signal (only in v1.1)
FIRST.
this post is reserved for posting the download link since superstar is going to a party. i will be supporting this rom.
all bugs fixed by me
rom ported by me from nexus s. and a little hand from superstar, good work
Is there a particular build of cm9 this is based off?
Sent from my GT-N7000 using Tapatalk 2
jadflat said:
Is there a particular build of cm9 this is based off?
Sent from my GT-N7000 using Tapatalk 2
Click to expand...
Click to collapse
this is a port from sgs2 to nexus s from nexus to galaxy, really i dont know what nightly is, but its bug free and full of awsome features never seen before, worht the try,
YEAH BABY!!! I been waiting for this ROM for a long time! Thanks Madflap and suprstar29 for the port.
DOWNLOAD LINK:
http://min.us/m0Rrp9Prh
Thanks for another rom, will try it out!
Madflapjack said:
DOWNLOAD LINK:
http://min.us/m0Rrp9Prh
Click to expand...
Click to collapse
Due to your ignorant treatment of other distinguished members on this board, I'll take a pass since it's you supporting it. Sounds like another winner!
Sent from my SGH-I897 using XDA
tkjeeper said:
Due to your ignorant treatment of other distinguished members on this board, I'll take a pass since it's you supporting it. Sounds like another winner!
Sent from my SGH-I897 using XDA
Click to expand...
Click to collapse
okey, see you later.
tkjeeper said:
Due to your ignorant treatment of other distinguished members on this board, I'll take a pass since it's you supporting it. Sounds like another winner!
Sent from my SGH-I897 using XDA
Click to expand...
Click to collapse
To be fair on madflap, it was the other user who passed bad remarks first for which madflap responded. It did escalate in a bitter manner from there which I dont agree with but still the first stone was thrown by the other user.
tkjeeper said:
Due to your ignorant treatment of other distinguished members on this board, I'll take a pass since it's you supporting it. Sounds like another winner!
Sent from my SGH-I897 using XDA
Click to expand...
Click to collapse
Bro, honestly if that shouldn't be the reason why you don't try out this awesome rom. The devs did an amazing job with the coding, and the Per App Layout is unreal. You would not be showing support for me or for Madflapjack, you would be showing support for the great guys that made it
this rom is amazing, smooth as hell.
there is one thing i am wondering though. is there anyway to make wallpapers portrait instead of landscape?
thank to all of you, now im tryng to fix camera thats giving me a rare bug, but im working with saranhai to get it working.
This ROM is beyond awesome, period. Thanks again mad flap for bring it to the captivate. I'm having some troubles making some apps run the way I like it but it's because I'm not familiar with pad and pal. I'm on devils kernel and everything is working right. Even the theme I was using on CM 9. Well, the phone is a nexus s according to xda app, but who can blame it? It is a tablet too sometimes
I'm happy and cured from my flashing nightlies addiction.
Sent from my Nexus S using xda premium
ROM is working awesome, only issue so far is camera, which you're aware of. You forgot to edit the build.prop I did it for myself though. Also a bunch of NFC stuff still in ROM as well as the lights.aries.so not there instead the one from the Nexus is there, also can you remove the videos folder in system/media would reduce the file size
suprstar29 said:
Bro, honestly if that shouldn't be the reason why you don't try out this awesome rom. The devs did an amazing job with the coding, and the Per App Layout is unreal. You would not be showing support for me or for Madflapjack, you would be showing support for the great guys that made it
Click to expand...
Click to collapse
good points, thanks
this looks interesting. gonna try it out now. thanks!
edit: being a huge radiohead fan, i hope i like this ;]
asasione said:
ROM is working awesome, only issue so far is camera, which you're aware of. You forgot to edit the build.prop I did it for myself though. Also a bunch of NFC stuff still in ROM as well as the lights.aries.so not there instead the one from the Nexus is there, also can you remove the videos folder in system/media would reduce the file size
Click to expand...
Click to collapse
What NFC stuff is in the rom?
DexRom3.0 SGH-I757 ONLY
For Samsung Galaxy S2 HD LTE (SGH-I757M)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Quick YouTube Vid to Show Features : http://www.youtube.com/watch?v=uAryeOZj2W8&feature=youtu.be
Toggle Panel Added in PullDown Notification Bar
DexRom3.0 changelog, Post 2. Link below
Thanks to Dsixda For all his Hard-Work, Please send a Donation his way!!
BEFORE THINKING ABOUT FLASHING THIS ROM....HERE FIRST...:http://forum.xda-developers.com/showthread.php?t=1707126
This is the Stock Bell Rom with Some Changes:
Rom is Rooted!!
BusyBox Installed
I figured out how to remove the Vibrate Icon!!
FlipBoard Added
SGS 3 Ringtones, Alarms, Notifications
Bell Bloatware Removed
Social Hub Removed
Percentage Battery Added
Text changed to Roboto Font
Text Colour changed (Gingerbread Green)
Little Pull DownNotification Bar changes
Click to expand...
Click to collapse
Battery Tips
1. Go to Google PLay Store, Install a Free App "Battery Calibration"
2. With Phone powered on plug in charger and wait to 100%
3. Then Unplug charger, and power Phone off.
4. Plug charger back in and wait for it to charge to 100%
5. Unplug charger and power Phone back on.
6. Then PLug charger in again, wait till 100%
7. Once it Hits 100% Start Battery Calibration App. Press Battery calibration. Unplug Charger!!
Click to expand...
Click to collapse
Doing the above has definately helped my Battery Life,along with : http://10division.com/complete-guid...e-of-samsung-galaxy-s2-android-device-how-to/
GREAT TIPS ^^
As for the Rom, its been Running very smooth for me.
I already have some plans for another, but would Love ideas!!
DEXRom2.0 :http://d-h.st/hFi
DexRom3.0 :http://d-h.st/kKQ
Blue Themed DexRom (original) Link: http://d-h.st/xdT
DexRom3.0 Changelog
Added Customizable Toggle Bar on Pull Down Notification
Added all CM9 Media files (alarm,Ringtones,Notifications
Alot of Bloatware removed to save Battery
Added stock Gingerbread battery with Percentage inside
There is a new Refresh symbol that shows up in taskbar
Added a Memory Speed tweak
Added a Cool Looking new Font (Settings-Display-Screen Display)
Click to expand...
Click to collapse
Any Apps that are not in the Rom that you want, add them into the Rom by using 7Zip, and the stock Rooted Russian Rom, or I could upload a couple for you.
By removing alot of the Bloatware, my Battery life has greatly improved. However, to improve your Battery life even more:
If you dont mind not having emails for a while, (when at work or out and about busy)
Use the Toggle Buttons on the top. Turn off Mobile Data (It will lose the 3g + 4g symbol but you can still make calls)
Turn off Auto Sync
Also go to settings - Accounts and Sync - Turn off Background Data
I know this creates a DumbPhone, however if you dont need Emails and data draining battery at that moment, its a good way to save Battery!!
Link To DexRom3.0 :http://d-h.st/kKQ
I challenge you to get rid of the horribly stupid "vibrate" icon plaguing all of our notification bars. I don't need a constant reminder of my phone being on vibrate.
Sent from my SGH-I757M using xda premium
reallybigabe said:
I challenge you to get rid of the horribly stupid "vibrate" icon plaguing all of our notification bars. I don't need a constant reminder of my phone being on vibrate.
Sent from my SGH-I757M using xda premium
Click to expand...
Click to collapse
Haha! Love it, ill take you up on that challenge
Sent from my galaxy s2 hd lte
I.e. have now tried a fresh flash...the ROM broke the Samsung account.
I can't sync my Samsung account, therefore I can't use the samsungdive "find my Droid" feature. This is essential to my piece of mind.
Sent from my SGH-I757M using xda premium
Most probably due to the removal of certain apps, i removed them due to batterydrain, and ram issues. You could download the untouched no bell bloatware rom dsixda posted ( the old forum) then use 7zip and transfer over all the apps from that rom, to My modded rom, ( except systemui.apk)that way you have the apps back and the mods.
Sent from my Transformer TF101 using XDA Premium HD app
Is it possible that you could make a custom ICS Rom for this phone? That or a Cyanogen mod Rom?
Ics will be possible once it's officially released, and cyanogen is a different story, Alot of work involved!!
Sent from my galaxy s2 hd lte
Yeah.. Unless we have the kernel for the upcoming ICS ROM there is no way we can get a decent or stable CM9 ROM.
Ok Guys, I have a New Rom. DexRom 1.0 ICS (Theme)
Lots of changes from the last, going to start uploading it now,and writing the new features in the OP!
Wait...does that say removed Swype?
Sent from my SGH-I757M using xda premium
reallybigabe said:
Wait...does that say removed Swype?
Sent from my SGH-I757M using xda premium
Click to expand...
Click to collapse
Yeah, I hate swype, i use slideit.
However Ive just uploaded the swype files in the OP, unzip them, put them on your sd card, use a root explorer app, Atro, Es file explorer, and move them into system/app, then reboot
theme
I would like to say Great work to both of you!
I thought you said you removed the twlauncher? i just installed it and its still there...i was hoping my phone would look like your screen shot(ie the fake ics LOl)
as for new features:
when the power button is pressed to add reboot to recovery
overclock ?
manual flash light turn on
ngautam said:
I would like to say Great work to both of you!
I thought you said you removed the twlauncher? i just installed it and its still there...i was hoping my phone would look like your screen shot(ie the fake ics LOl)
as for new features:
when the power button is pressed to add reboot to recovery
overclock ?
manual flash light turn on
Click to expand...
Click to collapse
There is a known issue with some Samsung devices like this one and the Infuse, where a software Reboot to Recovery causes the device to always reboot to recovery instead of back to the system. Read my CWM recovery thread for details.
Overclock is not possible without a custom kernel. I don't believe we have kernel sources.
I am currently using Nexus Torch for flashlight. Been using that since the Nexus One
ngautam said:
I would like to say Great work to both of you!
I thought you said you removed the twlauncher? i just installed it and its still there...i was hoping my phone would look like your screen shot(ie the fake ics LOl)
as for new features:
when the power button is pressed to add reboot to recovery
overclock ?
manual flash light turn on
Click to expand...
Click to collapse
Did you flash the rom from the 1st post?? The newest rom is in the 2nd post, the link is at the bottom of the 2nd post
Sent from my SGH-I757M using xda premium
nvm i downloaded the 1st one. 2nd link is niceeeee!
You all see this project?
http://forum.xda-developers.com/showthread.php?t=1684309
heinzey said:
You all see this project?
http://forum.xda-developers.com/showthread.php?t=1684309
Click to expand...
Click to collapse
Can't do anything without ICS...
I'm downloading the Dexrom right now , hope it works good! I'm moving from your modded stock bell rom.
isnt it in the wrong thread ?
https://github.com/Takhion/android-extendedactionbar
The problem:
Android 4.4 Kitkat introduced a wonderful new opportunity: translucent bars.
It's as simple as adding the following to your theme:
Code:
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
Awesome, right? Well, almost.
The thing is, if you happen to have an ActionBar (like 99.9% of apps out there) than it won't automatically extend behind the status bar: the status bar will be translucent and the window background will be showed...
A picture is worth a thousand words:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
There are many ways to fix this programmatically or with some wise layouts, but when the application is launched or recreated only the theme will be used (before loading ANY code or layout) and the problem will still be annoyingly present.
The solution:
In the repository at the end I show how to achieve an illusion of "ActionBar extension" (look at the code to see what it means). It is unfortunately more of a hack than a proper solution, but that is due to the fact that the required components (namely @android:dimen/status_bar_height and the ability to create custom drawables, as the ones provided are barely usable and highly bugged) have been banned by the Gods.
Please use it with careful consideration and don't blame me if your device explodes or you cat conquers the world!
The extra mile:
While I was there I took the opportunity to create a simple Activity that removes the hacky window background and does things properly in order to eliminate any overdraw.
It's supposed to be a starting point, though I hope to make it into a real library someday.
Before:
After:
Notes:
I will start using a variation of this code in my apps along with a "secret agent" that will notify me if it ever encounters a device with a status bar bigger than 25dp (if it's smaller or not at the top, it won't be a problem as it will get drawn behind the ActionBar).
If such a thing happens, I will update this accordingly.
https://github.com/Takhion/android-extendedactionbar
Great job, Takhion
Just to help people visiting the link, the repo can be found here
Tiwiz
cool, is this like a tinted statusbar module from Xposed framework??
Sorry, but how to use this?!
Wonderful!
Can please explain how to use those lines of code?
Many people who know how to compile/decompile an apk will like to try by themselves.
Thanks for this wonderful gem
didnt get it though !!
I'm kinda confused...all my apps have the black transparent status bar except for Google Now. I've never seen the issue this fix seems to address, I just always have a black status bar when in apps.
wawan20 said:
cool, is this like a tinted statusbar module from Xposed framework??
Click to expand...
Click to collapse
Well the final result is similar, although you don't need the Xposed framework but just "simple" Android 4.4 and it's something to implement while developing an app, not for every installed app
This is not for end users. This is for app developers folks!
Jonnyredcorn said:
I'm kinda confused...all my apps have the black transparent status bar except for Google Now. I've never seen the issue this fix seems to address, I just always have a black status bar when in apps.
Click to expand...
Click to collapse
Same here, never seen that happen before!
Sent from my Nexus 5 using XDA Premium 4 mobile app
chrisch91 said:
Sorry, but how to use this?!
Click to expand...
Click to collapse
dafunk2 said:
Wonderful!
Can please explain how to use those lines of code?
Many people who know how to compile/decompile an apk will like to try by themselves.
Thanks for this wonderful gem
Click to expand...
Click to collapse
meethere said:
didnt get it though !!
Click to expand...
Click to collapse
Jonnyredcorn said:
I'm kinda confused...all my apps have the black transparent status bar except for Google Now. I've never seen the issue this fix seems to address, I just always have a black status bar when in apps.
Click to expand...
Click to collapse
Ok I see there is some confusion here, I'll try to be more clear: this is not something intended to automatically "fix" third party applications; it is a "design pattern" to use when developing your own apps in order to give the effect of the extended ActionBar at the theme level, something I have never seen done before. For example take a look at Trello or PushBullet apps, when you start them the status bar is black or has a different color than when the Activity actually starts: that's because they put "something" behind it either programmatically or with some layout, but are unable to so just with the theme, like I was able to achieve here.
In order to be seen it requires Android 4.4 KitKat and a device compatible with translucent bars (everything except the Nexus 10, as far as I know)!
LeJolly said:
Same here, never seen that happen before!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Try Trello or PushBullet
hypocritelecteur said:
This is not for end users. This is for app developers folks!
Click to expand...
Click to collapse
I understand, but the OP says that 99.9% of apps use the translucent status-bar...however I've never seen the translucent status-bar(except in Google Now), or the problems associated with it.
I would love for all apps to take advantage of the translucent Navigation Bar & Status Bar the way Google Now does.
Jonnyredcorn said:
I understand, but the OP says that 99.9% of apps use the translucent status-bar...however I've never seen the translucent status-bar(except in Google Now), or the problems associated with it.
I would love for all apps to take advantage of the translucent Navigation Bar & Status Bar the way Google Now does.
Click to expand...
Click to collapse
Actually I said that 99.9% of apps "happen to have an ActionBar"
Takhion said:
Try Trello or PushBullet
Click to expand...
Click to collapse
Not happening in either of those apps. Not joking!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Takhion said:
Actually I said that 99.9% of apps "happen to have an ActionBar"
Click to expand...
Click to collapse
Haha, you are correct I mis-quoted you. I was under the impression however that you meant that the apps that have the action-bar suffer from the new status-bar.
Does this fix then mean most apps will start to take advantage of the new translucency?
EDIT: I saw your response and I understand that this is for developers making apps. I was just under the impression apps already had issues and this fixed them(if the dev applied it to their app). So hopefully with this post more apps will start having translucent statusbars!
LeJolly said:
Not happening in either of those apps. Not joking!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
You obviously need KitKat (and not be on the Nexus 10): try to kill the app, then launch it and watch closely the status bar... You should see it's light gray for a moment and then takes whatever color the ActionBar is (blue for Trello and green for PushBullet)!
Takhion said:
You obviously need KitKat (and not be on the Nexus 10): try to kill the app, then launch it and watch closely the status bar... You should see it's light gray for a moment and then takes whatever color the ActionBar is (blue for Trello and green for PushBullet)!
Click to expand...
Click to collapse
Oh that's what you ment! I thought you were saying that it stays like that When you open XDA Premium (if you have it and this happens at least on Nexus 5) the navigation bar does that also and it's weird!
Sent from my Nexus 5 using XDA Premium 4 mobile app
Jonnyredcorn said:
Haha, you are correct I mis-quoted you. I was under the impression however that you meant that the apps that have the action-bar suffer from the new status-bar.
Does this fix then mean most apps will start to take advantage of the new translucency?
EDIT: I saw your response and I understand that this is for developers making apps. I was just under the impression apps already had issues and this fixed them(if the dev applied it to their app). So hopefully with this post more apps will start having translucent statusbars!
Click to expand...
Click to collapse
Well I certainly hope so!!
I did it as part of something I'm developing and for the sake of the challenge but if you guys spread the word enough, it will be good for humanity :laugh:
Takhion said:
Well the final result is similar, although you don't need the Xposed framework but just "simple" Android 4.4 and it's something to implement while developing an app, not for every installed app
Click to expand...
Click to collapse
ok bro , great job , keep it up :good: