[THEME][APP] Stock Black MMs With Extra Settings - Streak 5 Themes and Apps

This is a modified stock MMs.apk from an Ultimate Droid ROM. I also take no responsibility in making this, I only got this to be flashable.
I decided to try and flash this because i really like to use stock applications and i really dont like other replacment MMs apps. (Handcent, GOSMS, etc.)
Only Tested On GingerStreak 2.4.4
Android 2.3.3
This Modified version can do:
-Enable/disable send message when Enter is pressed
-Spoof phone as a different model for MMs
-Enable/disable black backround
-Enable/disable character counter when composing messages
-Enable/disable full time stamps
-Use original timestamps
-Enable to only show mobile number in recipient field
-Change Font size of message view
-Enable/disable email address auto-completion into recipient field
I am not responsible if your phone bricks, breaks, or whatever.
Some screenshots are at the bottom.
Just flash this in recovery and reboot.
hope you like
If you like the keyboard i am using, here is a flashable version for StreakMod. I also take no responsibiliy for making the keyboard.

Love this so much!
Sent from my Dell Streak using XDA App

yeah good stuff. I actually looked through some more custom ROMs and found this apk in majority of them.
So maybe we can get this apk as default in some of our Gingerbread ROMs.

Related

[MOD][4/5/11] Froyo TW Samsung *v3.0* DeliveryReports/"Screen On"Notif/SMStoMMS

[MOD][4/5/11] Froyo TW Samsung *v3.0* DeliveryReports/"Screen On"Notif/SMStoMMS
EDIT [4/5/11]:
Go ahead and jump to v3.0 here:
http://forum.xda-developers.com/showpost.php?p=12672632&postcount=24
This post will updated whenever I get some feedback.
EDIT [3/12/11]:
I have only tested this on SuperClean 2.4-2.9.1. Please use caution, but feel free to use on other FROYO (only) Touchwiz ROM's (such as: EB01, Blackhole 4.x, etc). Currently reported to work on: EB01 Debloated/Deodexed, as well. The 160 char v2.0 has been bundled with recent releases of SuperClean, so you can be confident in v2.5 compatibility with them (or if you want to switch to the 960 char version).
[SIZE=+1]How does this differ from stock?[/SIZE]
Working SMS delivery reports (not available in EB16)
Option to receive delivery reports only for SMS/MMS/both/neither (not available in EB01)
Option to turn the screen on when receiving an SMS/MMS (not available in EB01)
Darker themed version to get rid of the obnoxious blue and yellow colors (credit to Kenesis)
In addition to that, you can choose either the USCC behavior of converting SMS to MMS after 160 characters, or the VZW behavior of converting SMS to MMS after 960 characters, by choosing one of the following downloads:
[SIZE=+1]Samsung MMS Mod v2.5 - APK Version[/SIZE]
[SIZE=+1]Convert SMS to MMS after 960 characters[/SIZE]
Mms.apk - Download @ MediaFire.com
[SIZE=+1]Convert SMS to MMS after 160 characters[/SIZE]
Mms.apk - Download @ MediaFire.com
Installation: Since this is a system app, it cannot be installed using the Package Installer. Mms.apk must replace /system/app/Mms.apk. You can accomplish this many different ways. Two common methods are: 1) use ADB to push it ("adb push Mms.apk /system/app/Mms.apk"); or 2) copy Mms.apk to your SD card, then use a program like Root Explorer to move it to "/system/app/". If you experience any problems, clear dalvik cache and reboot.​
If anyone wants a stock colored version or a CWM flash file, then leave me some feedback. I don't really want to make up a bunch of versions if everyone is happy with these.
Please let me know if the added features are working/not working, or if I broke anything in the stock functionality. Also, just having another set of eyes to verify I posted the right links to the right versions always helps (this is why I hate multiple versions and why I'm working to make a unified one).
[SIZE=+1]Changelog[/SIZE]
[SIZE=+0]v2.5[/SIZE]
-SMS delivery report notification icons have been ported
-Based off of darker themed Mms.apk of SuperClean 2.9 (credit to Kenesis)
[SIZE=+0]v2.0[/SIZE]
-Ported SMS delivery notifications from EB01
-Made two versions, one for EB01 SMS-to-MMS behavior, and one for EB16
[SIZE=+0]v1.0[/SIZE]
-Initial Release
Things to come
-User selectable SMS-to-MMS conversion point in Settings (pain in the butt, so probably not today)
-MMS read reports (maybe not supported by VZW? I never seem to get them back)
[SIZE=+1]Technical Info[/SIZE]
(How I Made It)
[SIZE=+0]v2.5[/SIZE]
Kenesis did the color changes. A couple people noticed that in the conversations that the delivery report icons from EB01 were not appearing. Since EB16 did not have sms delivery reports originally, then it makes since that the code to display them might have been taken out. I hunted this down and ported it. I'll try to post the specifics soon. (yeah, yeah, just like v2.0, )
[SIZE=+0]v2.0[/SIZE]
Large amount of smali code editing in order to port the SMS delivery reports code. I will try to posts the specifics sometime soon.
[SIZE=+0]v1.0[/SIZE]
With some of my mods, I try to make as few changes as possible to accomplish what I want to accomplish, that way no undesired side-effects sneak up. Well, this is an easy one. You actually don't need to decompile anything if you don't want. It's as simple as changing one character in one file with a hex editor.
Inside of /system/app/Mms.apk is a binary compiled XML, res\xml\mms_config.xml, that contains the setting. By changing value of smsToMmsTextThreshold from "2" to "7", we increase the number of characters before it will start converting the SMS to an MMS message from 161 characters, to 961 characters.
Code:
o.M.m.s.T.e.x.t.T.h.r.e.s.h.o.l.d.....[COLOR="Red"]7[/COLOR].....u.s.
Then, you can place this file back inside the zip, over top of the stock file. Optionally, you can then zipalign the apk, since the modification will break alignment.
If you use apktool or some other xml printer, you can change the value using a simple text editor:
Code:
<int name="smsToMmsTextThreshold">[COLOR="Red"]7[/COLOR]</int>
You will need to recompile after this. Don't forget to grab your signature folder out of your stock Mms.apk and put it in the new one. (Apk Manager automates this process)
[SIZE=+1]Rambling Lesson About MMS/SMS[/SIZE]
(placed at the bottom for the TL;DR kind of folks)
Basically, every phone/OS I've ever ran has the default SMS behavior of that if you sent a message longer than 160 characters then one of two things would happen:
Not let you send an SMS longer than 160 characters (I'm staring at you, Blackberry)
Automatically chop the message into 160 character SMS messages and send them separately
The message would send as a (let's call it "multiple page") SMS where, depending on the receiver's carrier (or maybe even some phones), it would arrive on their phone as one big SMS, or it would automatically chop it into multiple 160 character SMS messages.
For my phones, the upper limit for #3 has always been 6 linked together SMS's before it wants you to convert to MMS.
Now, I consider #3 to be my most favorite option, ever since AT&T started accepting Verizon messages longer than 160 characters. That means that everyone I text regularly can get texts up to 960 characters in length (I think that's the upper limit, but I rarely break the 200 mark). This is also the way that it was handled in every fully functional stock MMS app I've used on Android, so I've grown quite attached.
I say all this because there seems to be a large amount of confusion about the way that long SMS's work. This is largely because it seems to depend on the carrier/phone/messaging app (of the sender and receiver). I'll even admit that I'm not sure everything I just posted is true 100% of the time. But it's true enough to show that there are a lot of factors going on for why someone might be getting split up text messages from you, or why you might be receiving split texts from someone else.
Q: Why do you hate MMS so much, GizmoDroid?
A: To put it simply, I hate the way most phones handle MMS's. If they are supposed to be an alternative means for sending text, don't make me hit "play" like it's going to be a movie. If it can support all kinds of cool goodies, give me a text editor with basic functions like colors/fonts/sizes/bold/etc.
Here is how most of my experiences with text-only MMS's have gone:
"Why is there a slideshow playing?"
"What happened to the text I was just reading?"
"Oh look, I'm on slide #2. That's why."
"What's on slide #2?", you might ask me. Nothing. But my phone thought that it was more important than slide #1, right in the middle of me reading that really wordy message that you should have just called me about.
Why should I put someone else through that when I want to send a message that's 161 characters? Also, in my experience, most people expect a picture/video/sound attached when receiving an MMS, and get confused when there's only text.
[SIZE=+0]Previous Versions:[/SIZE]
[SIZE=-1]Samsung MMS Mod - APK Version
Convert SMS to MMS after 960 characters v2.0 Mms.apk - Download @ MediaFire.com
Convert SMS to MMS after 160 characters v2.0 Mms.apk - Download @ MediaFire.com
Convert SMS to MMS after 960 characters v1.0 Mms.apk - Download @ MediaFire.com
Samsung MMS Mod - CWM ZIP Version
Convert SMS to MMS after 960 characters v2.0 EB16_MMS_MOD_960_2.0_CWM.zip - Download @ MediaFire.com
Convert SMS to MMS after 160 characters v2.0 EB16_MMS_MOD_160_2.0_CWM.zip - Download @ MediaFire.com
Installation: Copy zip file to sdcard. Boot into CWM, and select "Install zip from sd card". Select the file, then confirm the flash. When finished, reboot.
*Note* This file has been verified to work in Red, Green, and Orange (newest ROM Manager) CWM recovery. [/size]
I knew it was bad but jeezus. Just another reason why I usually split my "long" messages manually. Just too many variables to rely on the app/phone/carrier to do it for you
All the same, will be applying this fix to my SC26 build. Thanks Gizmo!
I'm in total agreement with you. Thanks, I plan to flash directly!
Sent from my SCH-I500 using XDA App
The cwm flashable zip did not work on mine. Apk is up next.
Edit: dropping the apk into system apps works.
Sent from my SCH-I500 using XDA App
bwheelies said:
The cwm flashable zip did not work on mine. Apk is up next.
Edit: dropping the apk into system apps works.
Sent from my SCH-I500 using XDA App
Click to expand...
Click to collapse
Did it give an error, or did it act like it worked but didn't make the change?
Did you use the Red CWM that's bundled in SC?
GizmoDroid said:
Did it give an error, or did it act like it worked but didn't make the change?
Did you use the Red CWM that's bundled in SC?
Click to expand...
Click to collapse
Used red cwm, acted as if it worked but didn't make the change.
Sent from my SCH-I500 using XDA App
bwheelies said:
Used red cwm, acted as if it worked but didn't make the change.
Click to expand...
Click to collapse
Hmm. I'll check it out in a couple hours.
It might have been a fluke, or it might be the edify script is not working for Red CWM.
OP has been updated with correctly working CWM flash.
SuperClean 2.7 has reverted back to EB01 Mms.apk since SMS delivery notification is missing from the EB16 app. It's not broken, it's just gone entirely.
So if you rely on this feature, you may want to sit tight with EB01 until a new version comes out. If you don't use it, feel free to flash this over SuperClean 2.x.
I backported the screen on feature to the eb01 app, and enabled SMS to MMS conversion (I like it).
So the Mms.apk I am using still needs to be modded to use this feature.
adrynalyne said:
enabled SMS to MMS conversion (I like it)
Click to expand...
Click to collapse
I already told you this, but just to let everyone else know, I'm working on making this a user accessible setting.
Yeah, can't wait. My screen on notification setting ended up breaking as well.
Top post updated with goodies.
You rock man. My screen finally lights up when I get a message again!
Fully functional no problem on debloated/deodexed. Sent and received succesfully, no force close, screen on seems to work.
Did you get to work on a version of this that supports the delivery icons showing up?
Dewmgaze said:
Did you get to work on a version of this that supports the delivery icons showing up?
Click to expand...
Click to collapse
Just for you!
Based off of the darker themed (credit to Kenesis) Mms.apk.
I'll provide the separate versions and update the OP once I get some confirmations that it's error free.
http://www.mediafire.com/?9b2hbtvnhp37gem
GizmoDroid said:
Just for you!
Based off of the darker themed (credit to Kenesis) Mms.apk of SuperClean 2.9.
I'll provide the separate versions and update the OP once I get some confirmations that it's error free.
Click to expand...
Click to collapse
I was just getting ready to post mega agreements to your complaints concerning texts as mms and to thank you for making this replacement app and then I see your post indicating that you will be updating again soon!
I copied the 960 version to my system/app folder, rom version SuperClean 2.9.1, annoyed a friend wth a super huge test text and no mms! Just got a response back indicating that the test text was received as a single mega text as well (both phones on Page Plus using Verizon towers).
THANK-YOU!!!
Palinn said:
I was just getting ready to post mega agreements to your complaints concerning texts as mms and to thank you for making this replacement app and then I see your post indicating that you will be updating again soon!
I copied the 960 version to my system/app folder, rom version SuperClean 2.9.1, annoyed a friend wth a super huge test text and no mms! Just got a response back indicating that the test text was received as a single mega text as well (both phones on Page Plus using Verizon towers).
THANK-YOU!!!
Click to expand...
Click to collapse
Hey, I updated the OP with the 960 version of v2.5. It's darker themed and has working notification icons for sms delivery reports.
Works good. I had no trouble with it at all. No errors and no force closing. I get my text messages still. Big thanks to you Gizmo. Loving the themed look of it also (Thanks to kenesis on that) I highly recommend this to you guys. All I did was move the previous version of mms.apk and had this apk on my sdcard. Moved it over to /system/app and it worked perfectly. Great job sir.
Is there a CWM flashable zip of 2.5?

How to maks sms txt smaller

Is it possible to make the sms txt smaller then the smallest size in the default sms app. Something like the smallest font on whatsapp
Thanks people
Using the stock ROM I don't think you can. It would be great to know if developers can tweak this in the custom ROMs, I also think the smallest font is still too big .
You have system fonts on small as well??
Settings>Display>Font Size
You can.
Just use the volume rocker when you're reading a text.
You just have to enable it first in settings, by hitting the menu button when you first open up messaging.

[THEME][GB] Utilitarian ICS Theme for DSC (Work has stopped)

Hello everybody, this is my first theme, and I hope it's a good enough product for XDA and the Streak 5 community!
I have been forced by circumstances to stop all hobby projects for some time, and unfortunately this includes this theme. If anyone has the time and wants to continue work on this theme, or just to make a theme starting from this one, he/she is free to do so, as long as the people I have thanked here in the thread as well as myself are credited. Once again, thank you _n0p_ for a good ROM and I apologize for leaving my work unfinished.
Before I start, I want to thank _2bad4u_, nickshertzer and tenorntex for letting me use PNG's from their MattedBlues theme, the original MattedBlues theme creators for their theme, Google for a much improved interface for Android after version 4.0, LG for their smart (IMO) mod of white popups and backgrounds, and _n0p_ most for the most complete ROM for Streak, and the best performing one. (_n0p_, if you could add longpress-back-key-to-kill-app functionality from CM in DSC, I'll owe you a big case of beer.)
NOTE
This theme is made for DSC (1.5 currently) running in MDPI Portrait. I didn't test extensively in Landscape, but so far I didn't find any bugs that weren't already there in Portrait, so I guess it's ok. I have NOT tested any other GB ROM, DSC version, or other DPI, and I DO NOT guarantee that it will work if you flash this theme on anything other than DSC 1.5.
Installation Instructions
I am a noob with the more complicated stuff, so I went for the simplest solution I could find. In post #3 are .zip files that contain the framework, systemui and settings app. Just flash the suitable zip using Streakmod Recovery and you're good to go. USE ONLY ONE ZIP. The difference between them is explained in the Bugs post.
DESCRIPTION
As some of you probably agree, stock GB looks like crap, stock ICS looks much better. So I started making a theme for DSC, my ROM of choice, that would fulfill (most of) my aesthetic and functional ideals. However, this is an ICS-inspired theme, not an attempt to replicate that interface style, so please don't ask me to copy ICS, because that's not what I'm trying to do. I follow my own guidelines (listed below) when doing this theme, and some of them are actually the opposite of stock ICS.
Main Features
Starting from the ICS look, I want the theme to have the following characteristics:
MDPI base, because on our device, in HDPI, a lot of apps take too much screen space with interface elements, and this lowers the amount of useful information on screen
All white popups (windows, dialogs, popup menus, toasts) with black text, because IMO black on white is easier to see in direct sunlight , given the same screen brightness and text size, and we don't have LED screens so the battery drain isn't any higher. Also, popups should be obvious and clearly visible, either because they were brought up by the user, or because they were brought up by Android and contain useful information
Blue text (on black) for titles, hints and other text that can't be interacted with (pressed, copied), to better distinguish from black or white text, that can be copied, pressed or otherwise interacted with
Clear text hierarchy: Main (application) title (largest), Category title (large), Main text, buttons (medium), subtext/note/description (small)
Secondary modifications
There is also a number of smaller scale modifications, that include but are not limited to
Bigger text on buttons, because MDPI makes it too small on our device
Bigger text in Recent Applications, because it takes up the whole screen anyway
Thin volume/seek bars, ICS Style, with handle (not in the Music app, because the app isn't themed)
Modded Settings app for ICS Icons
Modded Quick Toggles from the DSC ROM to suit the theme, added overscroll effect
Modded gradient background
ICS notification icons
New menu popup icons
Replaced radio buttons with check buttons, for consistency
Increased text size in popup menus to Medium (from small), decreased text size from the "more" popup menu to Medium (from large). (Why were they different in stock GB?? It's basically the same menu!)
Hidden the Notifications and Ongoing titles from Notifications (but not the separators), because they are useless, every Android user knows which is which, and the notifications are already full of text most of the time
more stuff I don't remember now but you'll find out!
SCREENSHOTS
KNOWN BUGS
I have modified quite a few things for this theme, so a few bugs are to be expected. Here are listed the known bugs, and below I attached screenshots.
1. The stock phone app has some trouble with backgrounds other than black, as far as I can tell. In the screenshots you see a black square behind the "call" icon in the call log. It can be fixed using a non-transparent icon that covers that entire space, but since I'm using exDialer (MIUI fan!) with the white ICS theme, this fix was low on my priority list. I will add it in a later version for those who want the stock phone app, but I recommend you use another dialer/contacts app if the theme is important, because I will not theme other apps than the ones already themed. I don't have a lot of time and I've already worked more than I wanted to do this theme.
2. The stock alarm clock app also has problems with the gradient background. The alarm times are not visible in portrait, only in landscape (it's visible in the screenshots). You can turn the alarms on and off, and if you press the bugged area where the alarm time used to be, it still takes you to the alarm edit screen, where there are no bugs, so it's only the alarm selection screen that has bugs. I won't be theming this app either, so again I suggest using a different alarm app if you want to have the gradient background.
3. The email app overlaps 1 bigger and 1 smaller activity title bar. I don't know why, and I haven't used the stock theme since I started working on this one to know if the problem was there before. Again, I won't be theming this app either, so there probably won't be any fixes coming from me.
4. Not really a bug, but in some apps the popup menus use some of their own icons and some of the icons from the framework you have installed. In most cases they won't be the same and will look like crap together, and there's no fix (that I know of) other than theming all the other apps (which I won't do). Below is a screenshot of the issue in Terminal Emulator.
5. Mismatched light bottom popup. I couldn't track down the problem, and now I won't be able to.
BUG FIXES
A fix for the clock and phone, for those who do not want to use alternate phone or clock apps, is to eliminate the gradient background and revert to the stock black background. Until I find an alternative fix, I will attach 2 zips for each release version, a black background and a gradient background. Other than that there is no difference between them.
BUG REPORTING
If you find a bug, either in stock apps or in other apps, and you are sure it's my theme that causes the problem and not a problem with the app itself, then please report here. A screenshot would be most helpful as well. Bugs include white on white, black on black or grey on grey text (popups aren't perfectly white, so white text could still be visible, and black text should be visible on grey popups)
Releases
Releases
Current version: 0.6b for DSC 1.5
v0.6b changelog:
-Grey panel_background png, used for USSD popup and Root Explorer permissions popup, for example, is now white
-minor color modifications
-bottom part of popup fixed
As stated in the Bugs post, "gradient_background_vXX.zip" is the full theme, while "black_background_vXX.zip" uses the stock black background to eliminate the phone and alarm clock bugs. Flash either one using Streakmod, over DSC 1.5.
Great job, i like it, make's wanna come back to dsc. Because it's a great rom, and now it's looking like ics. Great job.
_2bad4u_ said:
Great job, i like it, make's wanna come back to dsc. Because it's a great rom, and now it's looking like ics. Great job.
Click to expand...
Click to collapse
Thanks man. Now I regret my decision a little, it's a lot of work to do a theme, more than I thought. I hope people like it.
Please make it for longhorn2.9.3. pls
Sent from my ST25i using xda premium
Both framework-res and systemUI are missing META-INF folder with manifest. This will cause system to bootloop (no rights in system) right from start, or if you are lucky, after factory reset
Simply copy that folder from original.
--
Attached - quickly changed manifest and install script of black background version, works for me.
_n0p_ said:
Both framework-res and systemUI are missing META-INF folder with manifest. This will cause system to bootloop (no rights in system) right from start, or if you are lucky, after factory reset
Simply copy that folder from original.
--
Attached - quickly changed manifest and install script of black background version, works for me.
Click to expand...
Click to collapse
Fixed! It always booted fine for me, so I never checked, I completely forgot. Thanks! I'll be using your install procedure from now on.
Edit: I just tested and saw the message the install script shows. Very cool, thank you. I always wanted something like that!
jitin02 said:
Please make it for longhorn2.9.3. pls
Click to expand...
Click to collapse
I'm sorry, but to port the theme to CM based ROMs is like starting over, as far as I know. I need to take a look at it to be sure. It's too much to do for the little time I have at the moment. Maybe I'll look into it once the theme goes into a more final stage. Right now I'm trying to track down all the bugs and make the last few popups white.
Sorry, i forgot to mention that you need to also copy AndroidManifest.xml from source.
I will try to diff and create a zip mod for your theme.
This will free us from recreating the theme for framework/system apps changes.

[ROM] 【4.4.2_r4】【SENSE-6.0】(¯`'•ADRENALINE-1.9•'´¯)【11/14/14】【VZW】【SPR】【INT】

[ROM] 【4.4.2_r4】【SENSE-6.0】(¯`'•ADRENALINE-1.9•'´¯)【11/14/14】【VZW】【SPR】【INT】
{
"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"
}
Code:
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* or you getting fired because the alarm app failed. Please do
* some research if you have any concerns about features in this
* ROM before flashing it! YOU are choosing to make these
* modifications, and if you point the finger at me for
* messing up your device, I will look away with an evil grin...
Features:
Sense 6.0
Massively Debloated (less than half the size of Stock)
All Social Media Removed (I like a fresh, clean rom)
Android KitKat 4.4.2_r4
Xposed Framework
Hand selected, pre-installed modules that you're sure to enjoy which include a variety of different options such as:
-APM (Advanced Power Menu)
-Video Screen Recorder
-Dark Theme
-Youtube commercial remover
-Bluetooth unlocked to transfer ANY files
-Center Clock Mod
-Circle Battery Mod
-Security Flag Disabler for Screenshots
-Play Store DPI spoofer for missing apps (Make sure you set it to 480)
-Double Tap Status Bar to Sleep
-Tap status bar clock for alarm
-Screenshot delay remover
-Transparency for just about anything
-Brightness Slider
-Custom status bar icons
-Android L Heads Up Notifications
-Long Press Back to kill
-Power button during sleep for flashlight
-and much, much, more!
Support Music Ringtones
Shortened that annoying shut down vibration by 1/2
Custom Bookmarks
Faster SMS retries on sms fails.
Gif animations auto enabled in browser
Default HotSpot name changed
Annoying Wi-Fi Popup Nag removed
Delivery Reports enabled by default
WiFi Disconnect Notifications enabled
Custom Boot and Shutdown Animation
ALL Gapps completely up to date
Apps that would be found in the playstore have been moved to data apps so as not to clutter the system.
Navigation icon is back! Yet still on the latest maps
Flashlight
Extreme Power Saver Launcher
Beats and BoomSound Pre-Installed (can be turned off)
Custom Wallpaper
Fast and Light rom, built for speed!
What's Working:
EVERYTHING
Variant Editions
ADRENALINE NEO (Variant of the Official Release)
This is the rom further de-bloated to my personal liking and is created specifically for me. I'm really a sort of no-frills kinda guy yet I still appreciate some theme action and abilities. However, I have chosen to share this with everyone. I will not address complaints or issues resulting the use of this version as to what's missing or what you'd like to add back however I don't mind helping with the usual crash or system related issues should any ever arise.
The following separates it from the standard release:
APPS REMOVED
*Bluetooth unlock module
*All Apps Mirror Enabler
*Double Tap Status Bare to sleep module
*Google Navigation Arrow
*Play Store Fixes module
*ALL WIDGETS EXCEPT FOR WEATHER CLOCK
*ALL HTC BACKUP, VZW BACKUP, ETC BACKUP Utilities except Google Backups
*ALL live wallpapers and live wallpaper functionality
*Music Channel Disabled and removed (I've noticed a major decrease in audio *quality once switching over to the animations until a full reboot takes place and you stay away from it)
*Verizon Visual Voicemail
*The extra added ringtones and the Earthquake alert removed (no earthquakes where I live)
*All Mirror Casting services
*NFC and TAG abilities
*VZW Cloud Service
*Media output like HDMI output, etc.
*Boot-up and Boot-down custom animations
ADRENALINE DEVELOPER (Variant of the Official Release)
I created the Developer Edition for you guys who like to take a reasonably debloated base without Neo's adding like and dislikes and drag and drop apk files whether from the computer into the rom zip or from in your phone using a root explorer app to add back in apps you want. The Developer Edition is debloated even further than my Neo Edition as I've removed those apps which catered to me and only contains your most basic features: Calculator, Camera, Clock, Contacts, Data, Flashlight, Gallery, Mail, Playstore, Talk, and Text. For those who like to build up their own DD, this can be used as a starting point for dragging and dropping back into the rom things you need.
Aside from what is already removed in the Developer's Edition, the following has also been removed (but can be added back in at your discretion/ability):
APPS REMOVED
*Google Maps
*Youtube AdAway module
*Screenshot Delay Remover module
*The XPosed Installer
*Flashlight
*GoogleTTS (Google Text To Speech Engine)
Installation InstructionsI recommend users of this rom to be on the latest firmware and Hboot with an s-off device.
NOTE: You need to be on at least TWRP 2.7.1.1 or above if you intend to flash this rom.
If you are NOT on this recovery and have a rom complaint, I will not address it.
DO NOT WIPE SYSTEM WHILE IN RECOVERY UNLESS YOU WANT PROBLEMS.
The installer script does it for you already. Simply do a factory reset "Swipe Wipe" and you're good to go.
Flashing Procedures are as follows:
1. Put the Rom on the root of your internal memory
2. Compare MD5 Sum
-Windows: MD5 Calculator
-LINUX: Open Terminal and type: md5sum [path to the rom on your sd card]
-Mac: Open a terminal and type: md5 [path to the rom on your sd card]
3. Reboot to Recovery
4. Scroll down and select "Wipe"
5. Do a "Swipe Wipe"
7. Install Rom from SD Card
8. Reboot and enjoy!
For Best results, reboot the rom once after it has settled after all your syncing and such. You will need to reboot anyway in order to active the xposed framework.
​Further questions about the ROM
Please check the FAQ in the second post. (Coming Soon)​
Note: DO NOT Mirror this Rom, Quote this entire OP, or Use this as a base for your Rom. Thanks.​
DOWNLOAD
​
Thank You to the following individuals for their heavy involvement in making this possible for the HTC One Max and for their continued efforts to improving the platform:
Flyhalf205 Answering questions and a few files from his base - Donate
[email protected] For showing me how to theme and the use of his Sprint base - Donate
rovo89 - For his XPosed Framework​Kernel Source:
Stock OEM Factory Shipped Kernel
Guys if you like the rom, consider donating! It's always appreciated and will go directly to helping me support my mini me's insatiable desire to consume ice cream!
I WANT TO DONATE TO NEO!
CLICK/TAP​
CHANGEL LOG / OTHER DOWNLOADS / Q&A
CHANGE LOG
(¯`'•ADRENALINE•'´¯)
*Initial Release
(¯`'•ADRENALINE-1.1•'´¯)
***A Clean Flash is recommended, but not required***
*Fixed Music Player Force Close on launch
*Re-Added HTC Theme Engine and with customized theme choices! (a few more to come in the future)
*Fixed the missing images for selecting fingerprints in the fingerprint scanner settings.
*Fixed some Gallery Force Close issues
*Kernel Frequencies are now set at a defaulted lower minimum (saves on battery!)
*New Zoe Beta added with community support and help info
*HTC Keyboard data reduced (faster and lag-free)
*All XPosed Modules Updated
*All Google Apps Updated
*Xtended Settings Module added which brings the following added features:
-Statusbar Changes like Clock, Battery, MIUI Battery Bar with animation styles, color changes, etc.
-HTC Sense Settings such as animations, color changes, icon and folder modification, blinkfeed mods, etc.
-System options such as led flash during charge, flashlight flash for notifications, button backlight brightness, etc.
-Lockscreen Options such as AOSP lock with custom widgets, weather image style, gestures, custom shortcuts, etc.
-Several custom programmable button settings
-Misc settings like access to the old *#*#4636#*#* diag screen, overscroll custom color, etc.
-There are a Plethora of abilities that the Xtended Settings Xposed module is capable of and most of them can be viewed on the Developer's page HERE
*Xtended Sound Effects (Xtended Settings Module)
-Bass Booster
-Intensity
-Virtualizer
-Reverb Levels
-Preset and programmable custom equalizers
*Gravity Box Xposed module added which brings several features to play. Gravity Box was meant for AOSP but many of the mods work nicely for sense. Search through it and you may find something you like
*HTC Backup removed (who really uses this anyway?)
*Visualization Wallpapers re-added
*30 custom wallpapers added
*More foreign fonts removed
*A few apps Re-added for stability issues
(¯`'•ADRENALINE-1.2•'´¯)
***A CLEAN FLASH IS REQUIRED***
*Completely Re-Based and Rebuilt from scratch on 4.4.2_r2!
*Visual Voicemail Fixed
*Screen Casting Fixed (I think)
*Phone Crash/Drop Calls/Fail to ring Fixed
*Fixed Contacts Instability
*Updated Xtended Settings Module (already outdated again)
*Complete UI Overhaul and new Custom Sense Theme Integration with 15 theme selections! Courtesy of [email protected]
*Updated all other modules
*Fixed Music Channel freeze and crash
*Fixed Visualizer in Music Player freeze and crash
*Fixed BlinkFeed crashes and Instability (I think)
*Fixed Gallery force close when attempting to share albums
*Improved Beats Audio Implementation. Now louder and crisper than ever!
*Removed Zoe as it is a Social Media downloadable from the PlayStore
*Fixed Turn by Turn Navigations (Now speaks street names)
*Fixed "Ok Google" Anywhere Integration (can now say "Ok Google" from any app or screen including the lock screen (requires an elective activation in Voice Search)
*Fixed the I/O Crash when plugging up to a pc via USB cable
*Security Improvements
*GPS Improvements
*Debloated further
*Much faster, smoother, and more battery efficient then the other versions.
*Switched back to stock oem kernel (Fly's is still flashable from his kernel thread if you want it)
(¯`'•ADRENALINE-1.3•'´¯)
***A CLEAN FLASH IS STRONGLY RECOMMENDED***
*Taken back to unmodified, fresh, new RUU. Pulled, Deodexed, and modified by me alone. Rebuilt from scratch.
*Fixed Sense 6 Toolbox Module crash!
*Fixed HTC Backup! Selection for Google Drive or DropBox
*Fixed other phone/account transfer functionality including vzw backup assistant
*Removed the recently added Genie Widget (meant for AOSP as our Weather Clock does this already)
*Added the Live Wallpapers back in
*Added Street View back in
*Disabled the WiFi Pop-up nag whenever launching apps (I hated that thing)
*Disabled the wipe policy for incorrect password attempts
*Re-Enabled Extreme Power Saver Mod
*Re-Enabled Allowance and Support for National Roaming
*Hid Setup Wizard and Help from the App Drawer
*Enabled Notification LED Color (Untested and likely won't work)
*Re-Enabled Support for Group Messages
*Enabled support for MMS shared browser screenshots (untested)
*Enabled support of gyro functions
*Enabled support of No lock screen
*Defaulted allowance for non market app installs
*Defaulted GPS location on
*Re-Added my custom wallpapers
*Changed default home screen to display Weather Clock once again
*Added XDA and My Site to your bookmarks
*Enabled SMS and MMS delivery ports by default
*Upped the max recipients per MMS ans SMS from 20 to 100 (no idea if this will work lol)
*Google Location settings enabled by default
*Removed CD Rom mount and PCTool so you won't have 3-4 pop up windows when connecting to the PC
*Removed more Social Networks Integration for further power saving and debloat
*Removed a handful of unnecessary libs cluttering the system
*Re-Added Device management as it's required by a few processes which includes phone finding apps as well
*Re-Added the Google+ Plug-in for Blinkfeed
*Re-Added the Instagram Plug-in for Blinkfeed
*Re-Added the Linked-in Plug-in for Blinkfeed
*Removed the HTC File Manager (Did anyone really use this anyway?)
*Updated Gapps
*Updated Modules
*Removed a few unnecessary build.prop edits.
*Debloated further than the previous build, yet retaining full functionality.
*Cleaner, Faster, Most Stable, and even better on battery
(¯`'•ADRENALINE-1.4•'´¯)
*Moved a stock version of HTC Album back into data/app to fix FC issue with the Downloads Album. This however will keep it from theme changing with everything else
*Added "Mirror Enable" which allows you to Mirror Broadcast from any app
*Added Blurred UI Exposed Module
*Re-Added Visualization wallpaper (by accident)
*Disabled ISO mount on boot
*Disabled the Safe Volume Nag
*Enabled Extra Quick Settings
*Enabled the use of Alarm volume while in Silent Mode
*Added back a few fonts for stability purposes
*Re-added a handful of ringtones
*Re-added SystemUI and keyboard tones
*Re-added the HTC File Manager
*Removed all the Social Network Plug-ins and updated the Social Networks Zip file
*Added the VZW Cloud Storage option
*Fixed the World Clock edit FC issue
(¯`'•ADRENALINE-1.5•'´¯)
*Introducing Dev Edition and Builder's Edition. More to be explained in the OP soon.
*Updated the Xposed Modules
*Removed Gravity Box as it offered barely any added mods (since it's primarily meant for AOSP)
*Updated Google Apps
*Downgraded Xtended Settings Module from 1.1.0 to 1.0.9 as he is no longer supporting it and the added function of Xtended on-line is dead.
*Removed a few live wallpapers
*Removed Car Dock and Automotive Home support (If many of you truly used this function, let me know and I may re-add it later or create a flashable)
*Removed Street View, but can be re-downloadedfrom the playstore if you need it
*Removed a lot of unnecessary background processes thus improving battery life and memory
*Removed a few of my custom wallpapers (outside of the integrated theme)
*Changed MMS back to the stock MMS. If you want the Bubble theme version b [email protected], it can be obtained from his Themes thread
*Removed the Toggles+ (extra quick settings toggles). If you want them back you may flash [email protected]'s mod in his thread. Keep in mind however that this may break some of the changes I've made to the rom as it will overwrite my modified default.xml in /ACC
*Added the Seeder Entropy generator for a smoother and more improved android experience. Feel it for yourself
*Removed a few more unnecessary libs.
*Removed the Extreme Power Saver Launcher (Already hae a power saver launcher feature in place)
*Removed the ringtone trimmer and low quality sound recorder. If you really need these back just let me know
*removed the Stock app. If you need it back let me know
OTHER DOWNLOADS
QUESTIONS AND ANSWERS
[Q]: What is the difference between Textra and Google Messenger?
[A]: A Comprehensive and Thorough User Level Comparison Review of Google's "Messenger" VS Delicious Inc.'s "Textra SMS"
So in an effort to prepare all of you for lollipop in an "ease into it" kind of fashion, I've come to find that many are either hesitant over the newly included messaging app, or would rather prefer Google's Messenger app over Textra. It has also occurred to me that many users don't actually know the difference between the two (other than the fact that Textra comes with a dark skin default which is changeable). So I have taken the time to compare the many different abilities and functions that each app provides in comparison to each other (at user level).
I hope that you find this informative enough to make a decision in the future as to which you would prefer. So without further delay, I present to you my review.
Now many of you may not care about the messaging app as you've selected Hangouts to be your default SMS receiver. For those of you like myself however that prefer SMS messages to be kept separate from hangouts, this may be of good use to you.
So to the Left we have Messenger and to the Right we have Textra.
Right off the bat you will notice that Textra does a full system theme where your status bar coloring is altered to reflect the theme (as with most of our apps including our Kit Kat stock Message) where as in Messenger it remains untouched.
You will also notice that the contact icons in Messenger are slightly larger than those appearing in Textra which I personally feel would limit the amount of text being displayed due to the "create a new message" button covering the last recent message. Yet the font is slightly larger in that of the Textra app making it easier to read which is what we care about most in a messaging app.
Both layouts appear to be nearly identical with exception to color.
Here we have an example where a single message has been long pressed.
In Messenger, the message selected is indicated by a slight discoloration of the field in which the text inhabits along with changing the contact icon to a Blue Checkmark (which only deselects the message if pressed). Notice also the create a new message icon disappears (as it is not needed for this current function).
In Textra, the message selected is indicated by a highlighted check mark that shuffles in from the left of the message (shuffling the message dates to the right off screen). Additionally, the create a new message button in the bottom right corner becomes a grayed out Checkmark which when pressed, changes color and selects every message currently in the chat summary. However, there is no Archive function built into Textra as there is in Messenger which for some of you, very well may be a deal breaker as you may actually use that function (I don't).
The options that appear above in Messenger are that of cancel (go back), Archive, Delete, and options.
The options that appear above in Textra are that of cancel (go back) Silence notifications, delete, and options.
In the following two images, we see what a multi message selections looks like in both Messenger on the left, and Textra on the right.
Immediately in Messenger, the options button vanishes and converts into simply silence notifications (as that is apparently the only multi message function it can perform).
However in Textra, the options to silence, delete, and "options" remain.
I have gone and deselected one of the messages in both Messenger and Textra so that we can compare and explore the options that are presented for a selected message (since it disappears in Messenger if multiple messages are selected). However, I have included the multi selected messages in Textra also so that you can see the options remain unchanged.
To the left, Messenger displays the only options to be Silencing notifications (which for some reason was not available until multi messages were selected) Add contact which adds the person to your contacts if not already, and block or “blacklisting” (which prevents you from receiving their messages).
To the Right, Textra displays Notifications Settings, Bubble Color settings, Delivery Report settings, Signatures, and black listing. Keep in mind also that silencing notifications is already present in the main window as well.
Since we pretty much already know what Notifications off, add contact, and block do, we will go over them through Textra while we explore the additional options it has to offer in the next images to follow.
We now are looking at the notifications settings specifically for the selected messages. What you will notice, is that in Textra you can define message/people specific themes, options, and settings.
In here you can enable or disable notifications on the main page.
Tap Notifications allow you to select the action to be taken when you tap a message notification from that specific message/person. You can choose to open a floating quick reply window that will disappear after you send a message and resume whatever activity you were currently doing, or you can have it open textra like most stock messaging apps will do.
Floating notifications settings will allow you to decide the duration of the pop up notification for that specific contact (should you decide to have pop up notifications in the previous setting)
Notification Icon Settings allows you to decide what color that selected contact/message should appear in. As you can see, there are 44 different color options to choose from (wow!)
LED Blink Color is an awesome option for phones that support it. You have the ability to specify what color your selected message/contact should appear in when you have received a message from them. While our device doesn't support every color listed, I have taken the liberty of providing you with the huge variety of LED colors that actually do work for our device: Green & Red.
Default Notification sound although "says" Ringtone, actually pulls from your notifications folder (like it's supposed to).
Vibrate Settings allow you to set specific vibration instructions for that particular selected contact/message.
Now, if you've elected to allow vibrations, you can go so far as to even select contact/message specific vibrate patterns!
Wake Up Screen options allow you to decide whether or not a message from that particularly selected individual should wake your phone and turn screen on or not.
Repeat notifications let's you decide how often your phone should harass you for not checking or acknowledging the newly received message per contact/person. Hey if it's mom you may actually want it to keep telling you her message is waiting to be seen
This ends all the options available for Notifications.
Backing out now we select the option to go into Bubble Colors for the specific contact/message. You can decide what color your text bubbles should be in, and what color their text bubbles should be in. Check it out, you have 42 color options
This ends the options available for Bubbles.
Backing out now we select the option for Delivery Reports
Here you can decide if you want to receive a report for a MMS or SMS message successfully received by the end user's device to which you sent a message to. Very handy for those who claim they never got your message or simply informative to you for those who honestly didn't receive it and perhaps should be called.
This ends the options available for Delivery Reports.
Backing out now we select the option for Signatures to be displayed in your messages to these specifically selected individuals. After having opted to include a message, you can edit and create your own. Note that after confirming your new signature, the signature displayed looks overwritten but a quick back out and back in to the Settings will provide you with visual proof of the correct change. (This is likely a glitch they are probably working out).
This ends the options available for Signatures.
Backing out and selecting the Blacklist option will immediately BlackList (block) those messages selected from ever being received to your device again. Don't worry however, as this can be undone by going to the main settings for the app outside of these message specific options we've explored through this review. Pay no mind to the fact that I just blacklisted my mother-in-law by "accident"
Deselecting all the contacts in both Messenger (Hey what was this app for again?) and Textra, we are now able to enter their Primary App Options via the same options button to the top right of both apps.
Notice that since Messenger has Archive functions, you are able to go into your Archived Messages as seen in the image above. Since I don't have any messages archived, none will appear but if you had used it to Archive them, that is where you would find them. This is the same feature that is present in Google Hangouts where you can archive a conversation for later viewing (and to keep it out of your primary chat summary).
On the main page you will see a search button (magnifying glass). Perhaps you had a conversation with someone a long time ago in your messages about a certain topic but can't remember who it was or when it took place. To easily recall that conversation, you can type in a word or phrase used in the message as indicated in these examples.
A very crucial thing here to note, is that Messenger will only highlight and provide you with the very last time the subject was ever discussed and take you back to that moment in time via clicking on it.
Textra however, will display a brief message from each and every time that particular subject was discussed and take you to that exact moment in time you were looking for by clicking on the specific search result.
Since it will be extremely brief, due to the minimal activity taking place in this app, we will go ahead and explore the main options taking place in Google's Messenger App first.
As you can see, aside from having 0 message specific settings, only very little remains for any of the global settings. Whether or not you want notifications for all incoming messages, one specific sound for all, whether or not all vibrate or don't, and your typical MMS settings which appear in every MMS app.
Now in Textra's Main Global Options/Settings, we see all the following choices.
Many of these you recognize from the per message/contact options/settings we covered earlier. These will be the primary settings to take place globally in no settings are specified per contact/message.
We will only cover those that were not covered in the individual settings.
Under the "About" option, selecting "What's New?" will give us a detailed change log for all the advancements Textra has made per release.
Enable Debugging is set for times when Textra provides support to you for an issue related to their app (wow)
Tell your friends allows you to share the playstore link for this app via a variety of different sharing options.
Resync Textra does what it says: Basically re-syncs all your messages should you have strayed away experimenting with other apps that intercept messages and wish to return to stability It will re-sync everything for you without changing any of your settings.
This ends the About Options.
Backing back out into Settings you'll notice a support button. Click this and you will have the option to contact the developers directly with any issues you may have that aren't listed in their provided Q&A/FAQ listed below. They also provide a button to tap to link directly to their Feedback Forum (yeah, they have one).
This ends the Support Options.
Backing back out into the main Settings, there is a Customize Look menu. Here you can change the text size of the fonts being viewed as presented in the image above.
You can also change the Dark Mode Settings to "Off", Dark (default) and Black.
In Theme color, you can change the overal theme color of the entire app! You have 40 selectable themes to choose form. Take notice of the checkmark and circle color of each theme you select. It is the color of your secondary colors like menu option font color, check boxes, etc.
Under the Default Notifications Settings, the only difference you'll see that wasn't discussed before is whether or not floating notifications will appear while the phone is both locked and unlocked (or duration of the notifications).
All the other settings are global and as mentioned before, work for all those who don't have individually set settings.
This ends our exploration of the Settings options.
Now, we go into a message as it appears in Messenger.
Uh oh, my chat window with my buddy Justin is in Pink and White?? Gee thanks Google.. Apparently, Google thought it would be cute to pre-select random theme colors per conversation in your messages. There is no way to change the color options as they appear in this conversation nor can you change any of your chat bubble colors or font sizes.
Long pressing a message as indicated in the second picture above yields a couple options. Delete that single post, return to the chat, Forward that post to another contact, or information regarding that post (type, from, to, sent, received).
There is no multi selection option, there is no swiping side to side for additional options or navigations. However options for the entire message is present without post selection.
Now in Textra, I'm happy to say that I have assigned this theme to the chat with my buddy and I.
Pressing on his image pulls up his personal info and gives me the option to call.
Swiping from left to right in the chat window sends me right back into my main chat summary.
Swiping from right to left however, will display the exact time and date of every sent and received message regardless of the time interval between as indicated in the 3rd image.
Long pressing a message gives me the option to multi-select individual posts where I can either trash them, send them all as a new message to someone in my contacts, forward the messages to another contact, copy the text, lock the individual posts, or share in an email Man I love options!
This concludes my review of both Textra VS Messenger.
I hope you have found it enlightening and will have taught you how to operate either app like a pro by the time Lollipop roms surface.
Guess now I should go and un-blackllist my Mother-In-Law
Mine for Skittles
First
What devices are supported
Sent from my HTC0P3P7 using XDA Free mobile app
jazz995756 said:
What devices are supported
Sent from my HTC0P3P7 using XDA Free mobile app
Click to expand...
Click to collapse
Only the HTC One Max Verizon variant.
Neo
Forum Moderator
Niiice!! Great job man!
IAmTheOneTheyCallNeo said:
Only the HTC One Max Verizon variant.
Neo
Forum Moderator
Click to expand...
Click to collapse
Do you think Sprint will be added? Sounds like a great Rom regardless
Sent from my HTC0P3P7 using XDA Free mobile app
jazz995756 said:
Do you think Sprint will be added? Sounds like a great Rom regardless
Sent from my HTC0P3P7 using XDA Free mobile app
Click to expand...
Click to collapse
I may consider other variants in the future.
Neo
Forum Moderator
friday nite delite
alright Thank you i am fixing to flash it as its
Friday nite and ill have all the time i need to set it up
-itle be my friday nite delite -THANK YOU
Thanks Neo... I've been waiting for you to release a Rom for the Max... I will install tomorrow.
I have no idea whats wrong! Fresh install. Did factory reset. Nandroid first of course. Booted up fine and logged into my Google account. Once I hit the home screen for the first time it rebooted. It has continued to reboot every time it boots into android since then. Can't even get my apps to finish restoring from the Play Store. Not to mention my Google account as a whole hasn't synced lol. Help?
xhunter187 said:
I have no idea whats wrong! Fresh install. Did factory reset. Nandroid first of course. Booted up fine and logged into my Google account. Once I hit the home screen for the first time it rebooted. It has continued to reboot every time it boots into android since then. Can't even get my apps to finish restoring from the Play Store. Not to mention my Google account as a whole hasn't synced lol. Help?
Click to expand...
Click to collapse
Did you follow my instructions for flashing exactly as described in the OP? Also, are you S=OFF? Keep in mind also that this is only for the Verizon variant.
Neo
Forum Moderator
IAmTheOneTheyCallNeo said:
Did you follow my instructions for flashing exactly as described in the OP? Also, are you S=OFF? Keep in mind also that this is only for the Verizon variant.
Neo
Forum Moderator
Click to expand...
Click to collapse
Of course! I learned a long time ago back with my Rezound to follow your instructions. Yes I am S-OFF, Unlocked, using 2.7.1.1, didn't wipe system in recovery, and have a Verizon One Max.
xhunter187 said:
Of course! I learned a long time ago back with my Rezound to follow your instructions. Yes I am S-OFF, Unlocked, using 2.7.1.1, didn't wipe system in recovery, and have a Verizon One Max.
Click to expand...
Click to collapse
Baffling man.. Are you flashing gapps or something? Should just be wipe, flash, boot. Make sure you're flashing the standard rom and not dev edition. Only thing I can think of is perhaps your phone doesn't like the high kernel frequency.. As soon as it boots, try going into trickster and drop the max frequency down a few notches.
Neo
Forum Moderator
IAmTheOneTheyCallNeo said:
Baffling man.. Are you flashing gapps or something? Should just be wipe, flash, boot. Make sure you're flashing the standard rom and not dev edition. Only thing I can think of is perhaps your phone doesn't like the high kernel frequency.. As soon as it boots, try going into trickster and drop the max frequency down a few notches.
Neo
Forum Moderator
Click to expand...
Click to collapse
Clean flashed again. Got into Trickster and dropped it down to 156600 and dropped read ahead to 2048. Also dropped GPU to 400. Set all to apply on boot. Didn't even sign into Google this time. Kinda just skipped through the setup process. Still rebooting. I haven't been able to flash any custom kernels on my One Max. Fly and Lunar both cause the same thing.
xhunter187 said:
Clean flashed again. Got into Trickster and dropped it down to 156600 and dropped read ahead to 2048. Also dropped GPU to 400. Set all to apply on boot. Didn't even sign into Google this time. Kinda just skipped through the setup process. Still rebooting. I haven't been able to flash any custom kernels on my One Max. Fly and Lunar both cause the same thing.
Click to expand...
Click to collapse
Bummer. On Monday I'll create a flashable zip for the stock kernel for those who have issues on these custom ones and I'll add it to post #2.
Neo
Forum Moderator
IAmTheOneTheyCallNeo said:
Bummer. On Monday I'll create a flashable zip for the stock kernel for those who have issues on these custom ones and I'll add it to post #2.
Neo
Forum Moderator
Click to expand...
Click to collapse
Thanks a lot! I was really hoping to finally be able to try FlyKernel. Do you think I would be able to just flash Flyhalfs stock insecure on your rom? Plus any idea why your rom won't play nice with my phone? Either way..... Great to have you back making HTC phones awesome!
xhunter187 said:
Thanks a lot! I was really hoping to finally be able to try FlyKernel. Do you think I would be able to just flash Flyhalfs stock insecure on your rom? Plus any idea why your rom won't play nice with my phone? Either way..... Great to have you back making HTC phones awesome!
Click to expand...
Click to collapse
This has Fly's 2.4 kernel baked in so if you've had issues flashing his or any other custom kernels, then you're bound to continue having them if they are baked in.
There are a handful of things that would need to change in order for you to run this rom on a stock sense 6 kernel and I will have a flashable for you on Monday.
As for why you have issues flashing their kernels, you may wanna get with them to figure out what's up.
Neo
Forum Moderator
Rom is sick... Everything is working great. Still playing around with it.
Thanks!

[MOD][XPOSED][GrindrMod](NEW!!)

New and improved GMod!
Custom location picker, inbox filters, backup/restore chats, bulk chat erase, grid layout, profile history, and more!
Please note that each release of GMod is specifically tied to a particular range of versions of the app. Each release will be guaranteed to function only with the specified versions of the app.
This release is compatible with version 5.6.0 - 5.13.2 (Skipped 5.12.0)
FEATURES:
Custom location picker with favorites
Optional persistent statusbar notification
Selectable 2, 3, 4 or 5-column grid layout
Individual control over notification sounds
Retain chats from blocked profiles
Option to show social media icons on the profile bar (long tap to copy username to clipboard)
Smaller "send location" button to prevent accidental sending location
Send on SHIFT+ENTER in chat text field (for WifiKeyboard)
Optional GPS Accuracy overlay on cascade
Darken the bottom button bar in chat view
Double-tap to clear text field in chat
Map overlay option on cascade*
Option to replace "Fresh Faces" with Profile History (long-tap "profile history" to clear the history)**
Bulk chat erase***
Undo the last cascade refresh by long-tapping the home tab (not for Xtra with unlimited cascade!)
Advanced inbox filters: filter by online users, received photos, blocks, search term, has profile photos, ads, one-sided chats
Received photos indicator (camera icon) option for chat inbox (tap on icon to open received photos)
Option to set the minimum GPS accuracy level to avoid registering a precise location
Option to disable sending Taps on single-tap (Prevent sending accidental taps)
Sort Cascade, Favorites or Explore page by online users (show online users first)
Remove photos sent by other users by long-tapping the photo in the chat screen
Long-tap social media icons to display username and copy to clipboard
Disable automatic deletion of older chats (truncate chats)
Disable smooth scroll to top for chat inbox (get to the top more quickly)
Inverse filters allow you to filter by "not blocked" users as well as users who have sent/received photos
Custom notification sounds. Tap the "Android" selection to open the Ringtone Picker.
Bulk tap erase (long tap on inbox tab while viewing taps)
Backup/Restore chats locally or to Google Drive
Disable Fresh Faces
Delete conversation from chat screen
Auto-generate profile display names for blank profiles
*NEW* Show message count on Inbox tab (can be disabled in module settings)
*Tapping on the GPS Accuracy text will display your current location as an overlay in the upper-left corner of the cascade.
**To view profile history, replace "Fresh Faces" with Profile History in module settings. Clear the profile history by long-tapping on the "PROFILE HISTORY" title.
***Long-tap the inbox tab to bring up a dialog giving you the option to bulk-erase one-sided chats before a certain date. You can also clear ALL chats at once. Bulk chat operations will respect currently set inbox filters.
Like my work? Please consider donating!
NOTE: This module does NOT unlock any paid features!! It does NOT allow you to view more guys than what your subscription allows. It merely fits more profiles on the display at once by increasing the number of columns
in the grid.
Works for both free Grindr and GrindrXtra.
Disclaimer: This module is neither affiliated with nor endorsed by the official Grindr app. It is provided for free with no warranty of any kind. Use at your own risk! I am not responsible for lost chats, user data, or any other problems incurred from the use of this module. GMod does not collect any personal information nor does it display advertisements of any kind. No revenue is generated or collected from the use of this software.
[Reserved]
Are you the same guy who made the old grindrmod?
How this work?
It's good like "old" version?
So far works great, thanks! Is there anything new we should be aware of coming from the other version?
A couple of things :
- I do notice that not all profiles with chats have the orange border.
- would it be possible to add swipe across screens (I think previous version of app or mod had this)?
Thanks and great job!
Everytime it's opened, it can't get a location as 'I have no Internet connection' apparently, when obviously I have.
willysmith said:
So far works great, thanks! Is there anything new we should be aware of coming from the other version?
A couple of things :
- I do notice that not all profiles with chats have the orange border.
- would it be possible to add swipe across screens (I think previous version of app or mod had this)?
Thanks and great job!
Click to expand...
Click to collapse
There is a paid feature now which too closely matches the active chats border, so it has been removed.
GrindrGuyNYC said:
There is a paid feature now which too closely matches the active chats border, so it has been removed.
Click to expand...
Click to collapse
The mod introduced that far before the app did. One might argue that they took it and monetized it from @GrindrGuy. Does this mean that if the app starts mimicking other features introduced by the mod to monetize from them that the mod will just start taking them away? Nah, I'm against this move... You and GrindrGuy ultimately decide, but I wanted to share my two cents.
willysmith said:
The mod introduced that far before the app did. One might argue that they took it and monetized it from @GrindrGuy. Does this mean that if the app starts mimicking other features introduced by the mod to monetize from them that the mod will just start taking them away? Nah, I'm against this move... You and GrindrGuy ultimately decide, but I wanted to share my two cents.
Click to expand...
Click to collapse
If you want to get "super technical" about it, this feature was introduced years ago in the original app but taken away around v3.0.
EDIT: Since I do not have Grindr Xtra, if someone would like to actually send me screenshots of what this feature looks like, I may be able to re-work it so that the module provides a similar feature that is not a direct replica of the paid feature.
I found a bug.
If i see a fresh face and hi back, module ask ne to "undo last refresh"
GrindrGuyNYC said:
If you want to get "super technical" about it, this feature was introduced years ago in the original app but taken away around v3.0.
EDIT: Since I do not have Grindr Xtra, if someone would like to actually send me screenshots of what this feature looks like, I may be able to re-work it so that the module provides a similar feature that is not a direct replica of the paid feature.
Click to expand...
Click to collapse
Oh, wow - didn't know that! Here I thought @GrindrGuy was the genius behind it!
Don't have Xtra, but something to bring back that function making it different enough might be to have a little circle with counter in it: currently app gives you a yellow circle with the number of new messages. You could play with that idea: just a yellow dot if there are viewed messages, or include the number (?).
Along the same lines, I have a suggestion: In my area you often get a few users who don't upload a photo and you just see the generic black profile pic with no user name. Would there be any harm / Would it be possible to give those profiles a random name (user1123) so as to know which user is which?
I'm still used to swiping left/right to switch between profiles and inbox. It's annoying you actually have to tap on those now. Dunno if you can revert that behavior.
Say you're chatting with someone and you want to go back to "nearby" view. you have to go back and then tap on "nearby". It might be interesting to have that navigation bar with nearby/inbox/favs persistant throughout the app, with it autohiding and showing back up when you scroll down. This way there's an easy way to always go back to home, and we also always see if there's a new message notification.
Another suggestion I had way back when was to further customize this navbar: for example, I'd love to order it to have first favs, then nearby, then inbox, and being able to swipe between the views. At this point it might also be nice to have the option of having the navbar either on the (new) bottom or (old) top.
Sorry for the long post! Thanks for your efforts, and it's also fun to think about UI design like this!
willysmith said:
Oh, wow - didn't know that! Here I thought @GrindrGuy was the genius behind it!
Don't have Xtra, but something to bring back that function making it different enough might be to have a little circle with counter in it: currently app gives you a yellow circle with the number of new messages. You could play with that idea: just a yellow dot if there are viewed messages, or include the number (?).
Click to expand...
Click to collapse
That's actually how the GrindrMod feature used to work, by "hijacking" the unread messages count to always display the yellow border regardless of whether the messages were unread or not.
willysmith said:
Along the same lines, I have a suggestion: In my area you often get a few users who don't upload a photo and you just see the generic black profile pic with no user name. Would there be any harm / Would it be possible to give those profiles a random name (user1123) so as to know which user is which?
Click to expand...
Click to collapse
That's a really good idea.
willysmith said:
I'm still used to swiping left/right to switch between profiles and inbox. It's annoying you actually have to tap on those now. Dunno if you can revert that behavior.
Say you're chatting with someone and you want to go back to "nearby" view. you have to go back and then tap on "nearby". It might be interesting to have that navigation bar with nearby/inbox/favs persistant throughout the app, with it autohiding and showing back up when you scroll down. This way there's an easy way to always go back to home, and we also always see if there's a new message notification.
Another suggestion I had way back when was to further customize this navbar: for example, I'd love to order it to have first favs, then nearby, then inbox, and being able to swipe between the views. At this point it might also be nice to have the option of having the navbar either on the (new) bottom or (old) top.
Click to expand...
Click to collapse
I'd rather not alter the UI to that extent since there may be some underlying reason for them changing it in the first place (one person suggested that the toolbar was moved to the bottom in order to encourage accidental clicks on the banner ads).
willysmith said:
Sorry for the long post! Thanks for your efforts, and it's also fun to think about UI design like this!
Click to expand...
Click to collapse
No problem. Thanks for the suggestions!
From today Grindr crash after some seconds, but no problem without the module.
How can I send a log?
Inviato dal mio ONEPLUS A3003 utilizzando Tapatalk
Take my money!
Looks like the app attachment was removed from this thread? I'm running 3.24.x or something just so Grindrmod will work. I'm being told when I open Grindr that I can only use that version for two more days until it is mandatory that I update to the latest version. At which point grindrmod will not work.
So, I'm looking forward to an update =_=
typhoonikan said:
Take my money!
Looks like the app attachment was removed from this thread? I'm running 3.24.x or something just so Grindrmod will work. I'm being told when I open Grindr that I can only use that version for two more days until it is mandatory that I update to the latest version. At which point grindrmod will not work.
So, I'm looking forward to an update =_=
Click to expand...
Click to collapse
The NEW GrindrMod is available in the Xposed repository.
LATEST VERSION:
GrindrMod 3.28.1.2
CHANGELOG:
Preserve block state with chat backup
GrindrGuyNYC said:
The NEW GrindrMod is available in the Xposed repository.
Click to expand...
Click to collapse
Thanks! I didn't know it was a whole new app there. The links to it seem dead in the xda app with the xposed modules.
@GrindrGuyNYC, is it possible to amend the photo viewer activity (when tapping on a profile picture) to always show the Android soft-keys? Every time I tap on a profile photo to open it, I have to swipe up to show the soft-keys to go back. Starts getting annoying really fast. Thanks.
PS. GrindrMod isn't listed on Xposed module library when I check in Xposed Installer (I use the one by DVDAndroid). I had to go to the repo online to download and install manually.
badelie said:
@GrindrGuyNYC, is it possible to amend the photo viewer activity (when tapping on a profile picture) to always show the Android soft-keys? Every time I tap on a profile photo to open it, I have to swipe up to show the soft-keys to go back. Starts getting annoying really fast. Thanks.
PS. GrindrMod isn't listed on Xposed module library when I check in Xposed Installer (I use the one by DVDAndroid). I had to go to the repo online to download and install manually.
Click to expand...
Click to collapse
I see it just fine in the official Xposed Installer.
@GrindrGuyNYC I'm on oreo 8.1 with systemless xposed.
The module won't show in notification bar even if I choose show always.
Another bug (on nougat too, with "standard" xposed) is if I swipe or open a new profile module ask me to undo last refresh.

Categories

Resources