[REQ][help] Google Messages - extra settings - Android Q&A, Help & Troubleshooting

They're hidden so...
How do I get in there to turn off the Online Chat settings, aka RCS.
I remembered reading in an article that if you're receiving a bunch of fake phishery spam messages it's more than likely coming from online through RCS, which makes sense to me.
So how can we turn that setting off and make to only send SMS by default.
Ever since a few updates ago I don't see any additional settings or options for online or chat settings.

Ooops nevermind now I suddenly found it. I swear awhile ago I didn't have that option.
Tap on your circle > Messages settings / General > Chat features / Enablr chat features > tick off

DorkyDev said:
Ooops nevermind now I suddenly found it. I swear awhile ago I didn't have that option.
Tap on your circle > Messages settings / General > Chat features / Enablr chat features > tick off
Click to expand...
Click to collapse
If you have a need to delve into the hidden flags of Google Messages - you can try Rboard.
- Light/Dark for system theme switch (android 10 and above)
- Gboard flags import/export/edit
- Gboard preferences import/export/edit
- 3rd party theme repos support
- System Click sounds customization
among others

Related

[APP][19/09/2012] TRITaniumWeather - Today, Titanium, S2U2, iPhoneToday, HTML

{
"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"
}
First, the thanks. To all at XDA, cos we rock To Showaco for the base code, to nosedive for the mods done on it and anyone else who worked on TitaniumWeather in the past. Also to Sleuth for his myLocation service.
TRITaniumWeather is a multi-location, multi-feed, multi-display, flexible weather application.
Usually there's some screenshots here, but the program has changed a lot in the latest release candidate, I need to take some new snaps
Features
Expressed in C# using the .NET Compact Framework 3.5, it is as Fast as HTC Sense and in some ways, superior.
Location database of over 3000 locations.
MyLocation aware supporting Sleuth's myLocation service, HTCGeoService, and Google Latitude.
Supports Accuweather, WorldWeatherOnline, and Yahoo feeds.
Supports Accuweather & Yahoo coded themes.
HTML report generated and styled (configurable) for easy viewing.
iPhoneToday each location generates a page.
Titanium panel and current conditions overlay.
S2U2 weather text and icon.
Today current conditions icon over your wallpaper.
Easily configurable and reports visible through its GUI.
Supports custom extensions.
What's this GPL thingy?
The GPL can be viewed here. It makes sure your rights as a user are protected to distribute/change/use this Free software as you wish. A copy is included with the program.
Version and Release Info
The main release contains the cabinet installer file. Updates are produced as plain archives, to use the latest update you need to download all the archives and unzip them into your existing TRITaniumWeather folder in order, overwriting any existing files. Versions are numbered just like any good Open Source project:
The first number is the major version.
The second is the minor version-odd numbers are development for the next stable even number.
The third number is the release number-these have feature improvements.
If there is a fourth, it's a critical bugfix release number.
E.g. This program starts at 5.9.0 which means it's preparation for the stable release 6.0.0.
Downloads
C#
TRITaniumWeather 6.3 - RC1, "Neutron"
Release Notes 6.3 - RC1
TRITaniumWeather 6.3 - "RedGiant" Pre-release
TRITaniumWeather 6.2.1 - "WhiteDwarf" <= The copy I found is too broken to post...
Mortscript
TRITaniumWeather 5.9.9pre <= This release, never happened
TRITaniumWeather 5.9.8
Extras
Fullscreen Weather Pack
Themes
Source Code
The source code is constantly changing as I tinker, pm me for a copy of the latest.
Donations
Thanks to any & all who donate to the project!
JeremyG
Appreciate my work?
Changelog
Code:
Changelog TRITW 6.3 - "Neutron":
- Complete re-organisation and code cleaning almost complete.
- Implemented far more robust output writer structure.
> Dropped S2U2 fullscreen writer.
> Today and Titanium writers now use the theme icon and operate in the top
right corner of the user's today image/titanium sliding panel screen.
- Some object properties changed.
- Database, icon map, and configurations all share a common "Domain" property.
- GUI overhall.
> Main view is an overview with access to options and main functions.
> Second layer is a per location report viewer/theme preview
Changelog TRITW 6.2.1 - "WhiteDwarf":
- Integrated & improved iPhoneToday support
> Now displays default location in it's own page with forecast temperatures.
> IPTSupport.mscr still present to restart iPhoneToday if running.
- Included Sketchy icon theme.
Changelog TRITW 6.2 - "WhiteDwarf":
- Implemented Titanium Overlay.
- Fix false meta info positive for Google Latitude.
- Re-implemented panel support as function of each location.
> Should result in clean removal of all location data on deletion.
- GUI Improvements, now able to control metric + theme properties.
> Each location gets a seperate tab.
- Extended Displays Intelligently Controlled from GUI.
> Put Theme directories in TRITW\Fullscreen on your storage card.
- Implemented simple multi-threading for parallel update.
- Feed configurations now loaded into array and passed on demand.
> Can be selected from GUI on each location's tab.
> Since WorldWeatherOnline handles Metric/Imperial through different tags
the metric property has moved to the pluggable feed configurations.
- Implemented internal scheduler.
- Revamped forecast cycling (useful with Accuweather-Long config)
> Should cycle to nearest frame, e.g. after sunset this will be the night frame.
- WorldWeatherOnline free feed moved URL, included the new URL.
- WorldWeatherOnline Key moved to dedicated object.
> If I ever get around to adding the "Custom" feed & configuration, this is where
we'll store keys.
- Included IPTSupport extension
> Disabled RedrawToday as this is done by the core program.
- Added Yahoo iconcode 12 to map. ("PM Rain")
- Switched WorldWeatherOnline code 0004 translation to 08, instead of 36.
- Rewritten Html view support as an XmlWriter.
> Much improved style sheet.
> Changed grey to gray for Mobile IE users in odd frames.
- Included option to use the system default browser instead of IE.
> Allows testing in Opera, though the style sheet needs tweaking.
Changelog TRITW 6.1.4 beta - "SuperNova":
- Streamlined serialisers, appears to result in faster operation. Marginal benefit.
- Attempted fix for Google Latitude false negative.
- P/Invoked the native refresh function, michas refresh should no-longer be needed.
- Implemented Today Wallpaper Change.
- Tweaked S2u2 Support, automatically switch to UserWeather mode in s2u2.
Changelog TRITW 6.1.3 beta - "SuperNova":
- Fixed night forecast frame placement.
> New config variant - Accuweather-long.xml. To use it, change FeedConfName to Accuweather-long.
- Cleared up Units confusion with configuration file.
> DefMetric is for new locations.
> Metric can be set per location using the appropriate switch.
- Removed country and city boxes from AddLocation form.
- Included fix for history items with Accuweather in the USA.
> If country is <= 2 characters in length, add that to the end of the city property.
> Then will set country to "United States".
Changelog TRITW 6.1.2.1 beta - "SuperNova":
- Bugfix for Google Latitude preference over HTCGeoSrvc.
> Disabled data refresh at earlier stage.
- Bugfix for GUI null reference issue - hopefully this should be the last.
Changelog TRITW 6.1.2 beta - "SuperNova":
- Removed configuration importing from main program flow.
> This is done when importing from registry at first run and is therefore not
necessary duing execution. In fact this will cause problems on fresh installs.
- Improved logging facility, placed more log points into program flow.
> AutoFlush is more reliable than custom desctructor code.
- MyLocation improvements.
> Keeps track of last successful service (only used in ToString() atm)
> Converted refresh() to 3 seperate methods with bool rtn's.
- GUI now hides some more controls if they're not applicable.
> Protected some functions on "Locations" tab from null reference exceptions.
- searchBox now gets default focus on AddLocation form.
Changelog TRITW 6.1.1 beta - "SuperNova":
- Critical fix for titanium freezing issue on 240x320. (Unconfirmed, please report.)
> Please delete any panels and reinstall them from the GUI.
- Bugfix for non "en" localities and multi-lingual accuweather support.
- Bugfix for non "en" localities and summary information.
> Requirement to pass beta: Automatically selected language resource files.
- TypeLoadException solved, more debugging information provided.
- Auto-connect disabled, beta will only update when a connection is already present.
> Should this behaviour be permanent?
Changelog TRITW 6.1 beta - "SuperNova":
- Almost entirely rewritten in C#.
> Today, S2U2 and Titanium Overlay features yet to port.
> IPTSupport not included in this beta, but with a little modification the script from
5.9.9pre will work.
> Support for mortscript extensions in the "Extensions" directory.
- Weather information can be found in the "Frames" directory.
> Simpler MyLocation mechanism. First test HTCGeoSrvc, then Google Latitude, then Sleuth's
myLocation.
> Various improvements all round.
> Update for a single location in less than 10 seconds. First time with Accuweather is longer
as an api scan is done for each location. This can take some time.
- Schedule interval changed to hours instead of minutes, due to a curious bug with the
NumericUpDown control.
Changelog 5.9.9pre:
- Fixed Yahoo city name issue (removed region attribute from city name)
- Fixed Titanium 'trailing text' bug on older wm6.5 builds
- Introducing ChewXML.exe
> Data extracted to the registry
- Feeds configured dynamically
> Cab comes pre-configured for you
> But should allow adding of a Custom feed
- New configuration menu for Feed Options
> Allows setting tag preferences (prefix/suffix/mark as metadata)
> Sort/Delete frames and lines
- Added WorldWeatherOnline areaName and country tags
- Dynamic Icon search when not found in theme
> Currently just cycles up and down through codes until one is found
- Updated Extended Displays and IPTSupport
> IPTSupport depends on Titanium structures atm
- Redesigned Views
> Implemented CSS in Html view
Changelog 5.9.8:
- Added forecast limit option
> This may only speed updates fractionally as data is still passed
- Added default theme option
- Added default units option
- Improved iPhoneToday support
> Toggle option will enable/disable page, not just registry switch
> iPT registry triggers used by main script
- Today image replacement method modified
> Should be more reliable, YMMV
- Improved overlay functionality. Will uninstall when toggled off
- HTML weather updates now viewed on system default browser
- Fixed all new locations using same data bug
Changelog 5.9.7:
- Implemented Google Latitude location service
> Allows MyLocation on devices with no location service
- Implemented replace function in CustomDB()
- Implemented iPhoneToday support
- Slight improvement to dynamic line filling code
- SearchXML() now blanks "%" symbols
- Added InternetConnected() check to downloader
- Minor bugfix to Yahoo! feed definition
- Fullscreen icon packs must now have a 'descriptor' file
> Name according to the icon numbering type (Accuweather/Yahoo)
> First 3 characters describe file extension
- Added synium, saray, shgao, greek and tl01 APIs to Accuweather support
Changelog 5.9.6:
- Moved connection starting outside of WeatherUpdate()
> Also commented CloseConnection
- Re-introduced Menu: Display Options
> Moved "Panel Control" here, prefixed with "Titanium"
> Moved "Create Titanium Panel" here
> Added "Set Default Location" for weather background
- Updated S2U2 support, full and basic compatibility options
> Fixed icon code mappings
- Implemented Today Background for WM6.1 (also works for 6.5)
- Implemented Overlay into Titanium
- Introduced "MichasRefresh.exe" from XDA, cheers!
> SpecialRefresh is included for you to experiment with. This
may allow the Overlay with native lock and start menu in future
- HTCGeoSrvc Stub!: Suggested Run of AGPSSettingCPL.cpl
- Crash-Proof function update to FoddLib language routines
- Added option: "Update this Location" to location settings
- Disabled Settings Wizard wiping out the whole registry
> It will if you run it in debug mode
Changelog 5.9.5:
- Implemented Yahoo! Weather
> Only provides 2 days of information, no MyLocation support;
these are feed limitations
> Pressure not used yet. New method for getting units
from feed information required
- Moved almost all global variable resets into preflight
- Included fix to WorldWeatherOnline; missing comma
- Implemented partial "feedcap" command system
> Currently only returns mylocation capability
- Began implementation of line filling code
Changelog 5.9.4.1:
- Minor bugfix for multilanguage:
> Non-ascii character display corrected
> Main menu of GUI not re-loading language variables
- Fixed on-the-fly page display settings
- Included Espanol language file
Changelog 5.9.4:
- Integrated Multi-Language Support (thanks to RoDr1g0
for the bump on Accuweather support for this)
> Translator included. New languages must be named
with the first two letters for the country code
e.g. Deutsch (de) or English (en)
> Deutsch included
- Worked around missing condensed text bug in multiple
panel support. New options menu: Panel Control
- Replaced "Toggle MyLocation" option from Location Options
with disable loaded location option
- All Feeds now update however many days they get in
Titanium Panels (up to 7 days with Accuweather)
- Included Spil, BeyondInvisible, Buff and Stardock icons
Changelog 5.9.3.1:
- Fixed duplicate multiple panels bug
> Renamed new panels to TRITW:<location number>
Changelog 5.9.3:
- SearchDB() and FormatResult() rewritten
> Far faster mechanisms
> DB rewritten into single 'Universal' file, replaced
"Location" key with "UserCode" key. Old databases
including History no-longer compatible
> Guaranteed all data extracted from an entry
- Updated status reporting
- Updated every function to call the DebugLog()
- Inserted check for feed/code set in WeatherUpdate()
> Should fix Sub not found issues
> Error message is: "Something Went Horribly Wrong."
- Included option to create new panels
> Caveat: I can't get condensed text to show on the new
panels
> New function DeleteLocation() deletes location and
removes the panel entry
- Isolated all fixed strings to ease translation
> Help by extracting all the strings into a text file
then translate each line and post it back
- History was not working for some Accuweather feeds
> Now creates database of 'URLCodes'
- Accuweather API selection is now location dependant
> This is not a bug!
- Accuweather now updates all weather information
> Up to 7 days forecast
> Displayed in HTML form only atm, extra panel pages
can be manually added by editing registry
- Reduced number of exits (should only be two now)
> Should stop random script crashes
> Panels should never pause mid-update
Changelog 5.9.2:
- Project renamed to: TRITaniumWeather
- Location services standardised:
> Easily add new service compatibility where possible
> Implemented start/stop functionality with myLocation
> Stub for HTC Geo Service, can read location. Don't know
how to start/stop
- Updated HTML Message writing to always occur, in the background
- Multiple locations now supported
> Currently named as per what their feed reports
> MYLOCATION is dealt with seperately
- Included FoddLib.mscr for:
> File version routines
> Future language/translation support
- Included 240x240 stanza in TRITaniumWeather.plg (thanks to gmorris)
Changelog 5.9.1:
- Now outputs HTML following a GUI triggered update
- Status Messages shown during a GUI triggered update
Changelog 5.9.0: Initial Release
ToDo, Known Issues and Miscellaneous Notes
YOU! Yes, I mean you. This project is provided under the GPL, help me out by doing one of the following jobs!
WhiteDwarf
Miscellaneous Location Type. Requirements:
URL Batteries (Almost Done, GUI extensions to follow...)
Robust & Extensible Icon Map. (Done, testing now, GUI extensions to follow...)
FeedConfig, Prefix, Suffix & Unit Editors.
Radar page for titanium display.
A cool icon for the executable files. My Attempt is the TRITaniumWeather.png included with SuperNova...
Tweak the plg file further, text currently drops below the panel line.
5.9.9pre and below
I would consider these complete as mortscripted versions. Enhancements and bugfixes are welcome from anyone working on them.
thanks for the info buddy.
This version totally rocks out! Thanks for all the hard work!
arealityfarbetween said:
YOU! Yes, I mean you. Help me out by doing one of the following jobs:
Icon, I tried one of the HTC ones from the theme, but the CAB wouldn't install. For now, just the mortscript icon. If anyone can inject an icon into the exe files that'd be gravy!
More Feeds? Anyone want Yahoo weather, PM me, and if lots of you want it then I'll try and add it.
Full database control; add is done, needs delete/replace, possibly import?
It would be cool to add the radar page again.
HTCGeoService support (Can get location data: Only state switching/sensing to do!)
Configurable Panel/HTMLView layouts.
Wherever you see a "Stub!" statement would be a good place to help, it'll tell you which file and which sub function to look at. Some stuff is just low priority at the moment...
Update the documentation.
Click to expand...
Click to collapse
Hi
First thank you for sharing your work, it's very well done! Since I don't use titanium any more, you mentioned in the 1st post it will work without it, can you tell how?
2nd- If you want to change the Mortscript icon, you can use this very nice app called Png2exe http://forum.xda-developers.com/showthread.php?t=829932 and read my post related to this http://forum.xda-developers.com/showpost.php?p=10009299&postcount=33
Here's an example
@tito12: I was going to say thanks but that exe really disagreed with my device
I was thinking of something like the sun icon from the HTC theme, but it didn't look so good when I used resource hacker to put it in there.
I know how they're put in but it's a low priority-I was hoping someone else could pick up the burden :sarcastic:
To answer your question, you can set the script to auto-update. It doesn't care whether titanium is running or not for that. Then you just go into the options app and "view stored weather" as the manual says. I'd recommend switching off status during updates though-it's really only necessary to see if something is going wrong. Or if you like status messages
Hi,
Thanks to share the information about “TRITaniumWether” and “Accuweather”. I have HTC HD and I know about “TitaniumWeather”. Good application for checking the weather.
arealityfarbetween said:
@tito12: I was going to say thanks but that exe really disagreed with my device
I was thinking of something like the sun icon from the HTC theme, but it didn't look so good when I used resource hacker to put it in there.
I know how they're put in but it's a low priority-I was hoping someone else could pick up the burden :sarcastic:
To answer your question, you can set the script to auto-update. It doesn't care whether titanium is running or not for that. Then you just go into the options app and "view stored weather" as the manual says. I'd recommend switching off status during updates though-it's really only necessary to see if something is going wrong. Or if you like status messages
Click to expand...
Click to collapse
What do you mean by "disagreed", the program Png2Exe doesn't work on your device or the exe I attached didn't ? If it's the second case this was just an example and I chose the first icon I found
@tito12: Yeah, it seemed to just keep respawning when I ran it. It could be cos my rom's getting a bit dirty with all the crap i put on it, probably time for a hard reset shortly!
Did anyone else have any better experience with it? Or was inspired enough to try out the software and inject some icons? I'm kinda busy with 5.9.3 atm...
arealityfarbetween said:
@tito12: Yeah, it seemed to just keep respawning when I ran it. It could be cos my rom's getting a bit dirty with all the crap i put on it, probably time for a hard reset shortly!
Did anyone else have any better experience with it? Or was inspired enough to try out the software and inject some icons? I'm kinda busy with 5.9.3 atm...
Click to expand...
Click to collapse
As promised in my PM here are the files
Awesome glad to see tiweather thriving! I will give this a whirl, the html interface sounds good to me...thanks bro.
TRITaniumWeather 5.9.3
New release on the first page people, see the changelog for details!
You'll need to delete any remaining DB files after install as there is now only one and the old ones are incompatible.
I'll note here that the "Create Titanium Panel..." option is EXPERIMENTAL, that doesn't mean it doesn't work-it just means it's incomplete or there's an issue with it. This is an ideal place for you Titanium Wizards to help me out
Unfortunately Yahoo Weather didn't make it into the release. I've only had one vote for that functionality to date so far.
If you really want it, take an existing feed and modify it-don't bother with the yahoo widget script posted earlier in the thread. I read it and it is horrible code, seriously. Instead you'll need to update SearchXML() or write a new function as the Yahoo feed uses mostly XML attributes, which SearchXML() will skip. All the necessary info to define a new feed is in the TRITaniumWeatherFeeds.mscr file, along with SearchXML() and some other necessary tools, like the weather downloader. One thing I'll say is, only put one exit in and if the weather update fails, make it false
@ai6908: Hey there! Think of TRITaniumWeather as tiweather on steroids, with the grace of a balerina and class of a dutchess
EDIT: Minor bugfix for multiple panel support posted.
First of all, thanks for your great work. I just gave up fighting with titanium weather and then TRITanium Weather came up
In order to get German weather text I added &"&lang=de" to urlsuffix in TRITaniumWeatherFeeds.mscr on Line 162.
(screenshot attached)
Maybe you want to include different weather text languages in version 6.0.0.
I also translated the labels in the Titanium Panel (feels like, winds, gusts etc.) in an earlier version.
Do you plan to include different languages in 6.0.0 ?
I could do the German translation.
I certainly do, it's on the todo list. Excellent work! I know how the UI can be translated for any language but it'd been nagging me on how to get the weather text done!
For translations of the rest of the program: The language framework in FoddLib features a translator (you can type in translations, it doesn't do it itself!) which I'll use to grab language files for the different parts. Keep the translated phrases in a seperate text file and then I can match them up with their english counterparts. Cheers!
oh, i skipped your ToDo-List , sorry
Looking forward to 6.0.0
TRITaniumWeather 5.9.4
5.9.4 is released. Check the changelog for details of new features/modifications.
You'll want to uninstall the TRITaniumWeather plugin from Titanium if you're a WM6.5 user as panels are handled in a totally different way with 5.9.4.
Also, I reached the file attachment limit on the front page so I've moved the main cabinet installer across to my megaupload account, the users manual has also been updated and is present in the attachments. Hopefully, it'll stay up to date!
Enjoy!
like promised, my German translation.
Just put it in
TRITaniumWeather\languages\TRITaniumWeather\
and change language in the options.
You have a new reply in your inbox with translation into spanish. Let me know if you haven't received it. Good WORK!!!!
TRITaniumWeather 5.9.4.1 bugfix update
Afternoon weather lovers,
The new language support highlighted two bugs which are both now fixed in the zipfile available on post #1. Just unzip in the main program directory, overwriting any existing files-Espanol.txt needs to go into the obvious directory.
Thanks go to djkail for the Spanish translation. I think you'll like the display you get since it's called Espanol buddy I think that's enough confirmation that the language codes presented here work-so name your language file according to the first two letters of the language code and you shouldn't go too far wrong. If it's a majorly different name, just use a prefix, for example "sq - Albanian.txt" (I haven't tested it, don't complain if it doesn't work! ) should work, the only file that can't be renamed is English.txt but that's ok cos 'en' works
BTW, these two fixes took less than 5 minutes to implement this morning (I wanted to test till now) and they're rock solid. I'm not a great programmer!-But the code's broken down so much now that it really is simple to jump in and change bits without affecting the rest of the system too much.
If any of you are interested, I think 5.9.5 should introduce configurable view layouts. I've a couple of ideas on how to do it but either one relies on quite a major modification to the feed processors and if you don't want *total* control over what you see on the panels then it might actually be more work! Any thoughts on what you want in that area? Or if you've a way to get the job done, that's welcome too
Enjoy!
i hard reset my mega and reinstall tritanium, but it does not appear on the screen. i check with chome editor, the panel not there. why?? before this (before hard reset) the weather only appear as ":25C " instead of "25C Mostly Cloudy" etc. this was on 2.9.3.1
there's an error when trying to connect to weatheronline, it says the comma is wrong position.

[Rom]MIUI-V4 Beta (ICS leak)(CDMA) 6/29/12

Here We go today i have MIUI-V4 using DHACKER29 and HASHCODE ICS base.
ICS LEAK BUILD IN THE SECOND BOX- RIGHT NOW ONLY CDMA VERSION ON LEAK
MY MIUI port is moving to MIUIandroid.com that is where u can find this rom now
http://miuiandroid.com/community/threads/rom-miui-v4-beta-cdma-6-29-12.17108/
I HAPPY to SAY that GSM has official builds now..the first release has come out...so all GSM users that are ICS LEAK..i am proud to say MIUI official Release is out so i will no longer support it..
go to www.miuiandroid.com
HUGE Thank goes out to:
Hashcode for his knowledge and skills
STS-Dev-Team for the awesome contribution for the Moto phones
DroidTh3ory
Spryte
shahulvm
Adlx.xda
Pajn
ANY DEV working hard to make roms and awesome Apps
I am proud to share that XT910 has won the poll on MIUI.com They are going to work on Official builds for XT910!
"The voting has ended, in accordance with the results: 1, the MOTO XT910, 2, Samsung Galaxy Note I9220, 3, Sony LT26i, 4, Samsung Galaxy S III, 5, HTC One S. The development team will be the first adaptation of the MOTO XT910 and Samsung Galaxy Note I9220, the other three models will be followed by adaptation."
found on MIUI.com
ICS Base from STS-Dev-Team - So You have to be on a 2.3.6 system for this rom to work ( had a tester on 2.3.5 it ran but bluetooth causes bootloop)
changelog:
Initial Release;
3/9/12:Fix Applying Theme issue
3/14/12:
Add Front Facing Camera fix (thanks to rapmv78)
Added Missing MIUI apps that had to be translated---(thanks to DroidVicious)
cleaned up system and the init.d script
3/17/12:
Updated MIUI Base system to 2.3.16
Added all updated MIUI Apps-Yes i know some are in chinese-
Updated MIUI Home - there are more options for the launcher in /launcher settings
New Lockscreen-change the lock wallpaper if it looks weird on first boot-
Torch is working - Tip can hold Home button at lockscreen and torch will come on.
status bar options added in settings
*broke usb mass storage switch- but have a work around app installed for you Called USB Mass Storage*
3/20/12:
fixed usb mass storage connection to computer
translated MIUI app: Monitor and Antispam
add File Manager back
add CM gallery - MIUI gallery doesn't read external Sd
Updated Google Play Market
3/24/12
update system to 2.3.23
added new alarm clock app
add new settings
minor clean up
3/30/12
update to 2.3.30
Fixed alarm not snoozing and stoping sound
Optimise password-protected applications do not appear in the recent Task list
Optimisation of the recent task pane click-able area to resolve a mistaken click problem
Repair to clear the "Settings" no lock screen data leads to abnormal operation
Repair in some cases cannot ROOT
Repair screen vertex does not display rounded corners, the status bar interface displays the wrong information
Repair removing settings data leads to lock screen display issues, also launcher becomes unresponsive
Repair MoboPlayer playback FC issues
Update ALL MIUI APPS
4/20/12
update to 2.4.20
Fixed Phone FC on boot
update MIUI Framework
new MIUI System UI
Updated all apps to MIUI 2.4.20
updated lib files from MIUI
and other MIUI features
4/27/12
update to 2.4.27
Optimisation to improve the call log loading speed
Fix service provider to show owner information, information displayed incorrectly
Optimisation of Telecommunications number attribution
On-line picture library support for choosing contact photo via Theme Manage
Optimisation of merge duplicate contacts UI interaction
Fix in some cases, you cannot open the dial-up message dialogue page
Fix FC when selecting contact to send a new messag
Fix contact number attribution issues numbers stored with +44 / 07 for same contact do not show contact name
Fix problems sending Mms messages
Optimisation of new SMS time format method
New SMS / MMS application priority option to choose which application will receive the message first
5/4/12
update to 2.5.4
Optimisation to increase efficiency of loading list of installed applications
Fix problem setting Custom status bar notifications leads to FC error
Fix in some cases when recovering data operation is completed successfully, the result will be displayed as 0Bytes restored
etc
5/11/12
update to 2.5.11
New system search with set of sub search options
Optimisation of text editing interactions
Optimise Chinese Phonetics in T9 database
Optimised support for V4 Themes
etc
5/18/12
update to 2.5.18
New text editor function for magnifying glass by long-pressing text will show highlighted words in preview pane
Optimization to further improve interactive gestures in the text editor mode (will not display when the input box is empty when you press the cursor and Optimize double-click selection criteria)
Optimize text editor copy operations
Added quick entry to Calendar functions by opening status bar area and pressing on the date (left of screen) will directly open Calendar
Fix lock screen display delay issues
Added quick access to System Settings in status bar
Added new app switching animation transitions
etc
5/25/12
update to 2.5.25
Fix Exchange FC issues
Added when manually installing an application the system will automaticall scan the app for viruses and security issues
Optimisation of the switch controls to replace the ideographic check controls
Fix problem during call, cannot recognise some headphones when they are pulled out
Optimisation of T9 to improve the search, synchronisation, update and import efficiency of contacts and reduce space and memory usage
Optimise the alarm interface resources package is deleted will cause the alarm to FC
Fix problem setting LED light colours do not take effect
etc
soft key fix is in second thread
*to let you i know i have noticed that some widgets this week don't work. for me I saw my Gmail widget never loaded properly*
6/1/12
Fix some applications, pressing the back key player gif results in locking
Remove the "Disable" button to disable the system applications on app info page to prevent incorrectly shutting down core services which may lead to stability problems
Optimise light-sensor strategy to tackle screen lighting issues
Optimise (CDMA) call ended still shows the green return to call information
Added support for displaying music spectrograph animations
Optimisation without SIM card will display the phone in Airplane mode
Optimisation of lock screen to provide 720P HD support
NEW Allow to show / hide system FC error messages (See developer options for further details)
fix widgets showing on desktop
New Monitor apk look
6/8/12
update to 2.6.8
Optimisation - when adjusting the clock minute selection, the clock does not automatically add / subtract
New call, new call reminder supports notification tone, can also be set up with prompts e.g.
New functions for stopping current program (press return key) with a longer response time
Add support for majority of original factory settings
etc
6/15/12
update to 2.6.15
Optimized 12-hour time-phased by the "AM / PM" to "morning, noon, afternoon, evening, and midnight,
Optimisation of third-party calling, allow the proximity sensor to turn on or off the screen
Fix in some case the wrong session is displayed from the search results page
Optimisation of desktop frame rate
Fix problems with gallery library FC issues
Optimisation of SMS keyword (spam) filtering rules
etc
* Here is a link to Full MIUI changelog, some changes don't pertain to are phone *
http://miuiandroid.com/community/threads/miui-rom-2-6-15-changelog.16949/
Everybody that likes the MIUI themes should check out www.miuithemes.com
ALL MIUI Fans that want MIUI to make XT910 official should help out and vote. here is the forum: http://api.viglink.com/api/click?fo...512-1-1.html&jsonp=vglnk_jsonp_13373764012584
READ THIS:
please do a wipe data, wipe cache and wipe dalivik cache
Install with bootstrap
You don't have to install GAPPS they are include
Known issue in the Rom:
Camcorder
External SDcard doesnt mount-temporly i left file manager so you at least find files
Data doesnt come on by itself
When downloading anything your phone will warn you that you about downloading using data. - To fix that go to Downloads -> Menu button -> Settings -> Data Download Prompt
MIUI-V4 Alpha GSM:
http://www.mediafire.com/download.php?6utbv88km6vg7ie
MIUI-v4 Alpha GSM(3/14/12):
http://www.mediafire.com/?kwsiug5l2bacddv
MIUI-V4 AphA GSM(3/17/12) 2.3.16
http://www.mediafire.com/download.php?w8pi33x3gb8tv60
MIUI-V4 Alpha GSM(3/20/12)
link: http://www.mediafire.com/download.php?9e4wv6l5fd78yi9
MIUI-V4 Beta GSM(3/24/12)2.3.23
link: http://www.mediafire.com/download.php?ni8jawd8jcwa68p
MIUI-V4 Beta GSM(3/30/12)2.3.30
link: http://www.mediafire.com/download.php?9mhh0ysn0d0edlt
MIUI-V4 Beta GSM(4/20/12)2.4.20
link: http://www.mediafire.com/?stf1gaod3j97wsg
MIUI-V4 Beta GSM(4/27/12)2.4.27
link: http://www.mediafire.com/download.php?j48154bw6orvlfa
MIUI-V4-Beta GSM(5/4/12)2.5.4:
link: http://www.mediafire.com/download.php?wd6uf5jtfa1z9qi
MIUI-V4-Beta GSM(5/11/12)2.5.11:
lnk: http://www.mediafire.com/download.php?dy4qab40wgsdnvb
MIUI-V4-Beta GSM(5/18/12)2.5.18:
link: http://www.mediafire.com/download.php?o63nt1m5ihuhngq
MIUI-V4-Beta GSM(5/25/12)2.5.25:
link: http://www.mediafire.com/download.php?18fhjptsf4jabcp
MIUI-V4-Beta GSM(6/1/12)2.6.1 GB
link: http://www.mediafire.com/download.php?hko6qolqtzsho9o
MIUI-V4-Beta GSM(6/8/12)2.6.8 GB
link: http://www.mediafire.com/download.php?1gt88wbabzwq7jx
MIUI-V4-Beta GSM(6/15/12)2.6.15 GB
link: http://www.mediafire.com/download.php?ii7g9wke889ny4a
CDMA
changelog:
Initial Release;
3/9/12:Fix Applying Theme issue
3/14/12:
Add Front Facing Camera fix (thanks to rapmv78)
Added Missing MIUI apps that had to be translated---(thanks to DroidVicious)
cleaned up system and the init.d script
3/17/12:
Updated Base system to 2.3.16
Added all updated MIUI Apps-Yes i know some are in chinese-
Updated MIUI Home - there are more options for the launcher in /launcher settings
New Lockscreen-change the lock wallpaper if it looks weird on first boot-
Torch is working - Tip can hold Home button at lockscreen and torch will come on.
status bar options added in settings
*broke usb mass storage switch
3/20/12:
fixed usb mass storage connection to computer
translated MIUI app: Monitor and Antispam
add File Manager back
add CM gallery - MIUI gallery doesn't read external Sd
Updated Google Play Market
3/24/12
update system to 2.3.23
added new alarm clock app
add new settings
minor clean up
3/30/12
update to 2.3.30
Fixed alarm not snoozing and stoping sound
Optimise password-protected applications do not appear in the recent Task list
Optimisation of the recent task pane click-able area to resolve a mistaken click problem
Repair to clear the "Settings" no lock screen data leads to abnormal operation
Repair in some cases cannot ROOT
Repair screen vertex does not display rounded corners, the status bar interface displays the wrong information
Repair removing settings data leads to lock screen display issues, also launcher becomes unresponsive
Repair MoboPlayer playback FC issues
Update ALL MIUI APPS
4/20/12
update to 2.4.20
Fixed Phone FC on boot
update MIUI Framework
new MIUI System UI
Updated all apps to MIUI 2.4.20
updated lib files from MIUI
and other MIUI features
4/27/12
update to 2.4.2
Optimisation to improve the call log loading speed
Fix service provider to show owner information, information displayed incorrectly
Optimisation of Telecommunications number attribution
On-line picture library support for choosing contact photo via Theme Manage
Optimisation of merge duplicate contacts UI interaction
Fix in some cases, you cannot open the dial-up message dialogue page
Fix FC when selecting contact to send a new messag
Fix contact number attribution issues numbers stored with +44 / 07 for same contact do not show contact name
Fix problems sending Mms messages
Optimisation of new SMS time format method
New SMS / MMS application priority option to choose which application will receive the message first
5/4/12
update to 2.5.4
Optimisation to increase efficiency of loading list of installed applications
Fix problem setting Custom status bar notifications leads to FC error
Fix in some cases when recovering data operation is completed successfully, the result will be displayed as 0Bytes restored
etc
5/11/12
update to 2.5.11
New system search with set of sub search options
Optimisation of text editing interactions
Optimise Chinese Phonetics in T9 database
Optimised support for V4 Themes
etc
5/18/12
update to 2.5.18
New text editor function for magnifying glass by long-pressing text will show highlighted words in preview pane
Optimization to further improve interactive gestures in the text editor mode (will not display when the input box is empty when you press the cursor and Optimize double-click selection criteria)
Optimize text editor copy operations
Added quick entry to Calendar functions by opening status bar area and pressing on the date (left of screen) will directly open Calendar
Fix lock screen display delay issues
Added quick access to System Settings in status bar
Added new app switching animation transitions
etc
5/25/12
update to 2.5.25
Fix Exchange FC issues
Added when manually installing an application the system will automaticall scan the app for viruses and security issues
Optimisation of the switch controls to replace the ideographic check controls
Fix problem during call, cannot recognise some headphones when they are pulled out
Optimisation of T9 to improve the search, synchronisation, update and import efficiency of contacts and reduce space and memory usage
Optimise the alarm interface resources package is deleted will cause the alarm to FC
Fix problem setting LED light colours do not take effect
etc
soft key fix is in second thread
*to let you i know i have noticed that some widgets this week don't work. for me I saw my Gmail widget never loaded properly*
6/1/12
Fix some applications, pressing the back key player gif results in locking
Remove the "Disable" button to disable the system applications on app info page to prevent incorrectly shutting down core services which may lead to stability problems
Optimise light-sensor strategy to tackle screen lighting issues
Optimise (CDMA) call ended still shows the green return to call information
Added support for displaying music spectrograph animations
Optimisation without SIM card will display the phone in Airplane mode
Optimisation of lock screen to provide 720P HD support
NEW Allow to show / hide system FC error messages (See developer options for further details)
fix widgets showing on desktop
New Monitor apk look
6/8/12
update to 2.6.8
fix T cdma64 to Verizon Wireless
Optimisation - when adjusting the clock minute selection, the clock does not automatically add / subtract
New call, new call reminder supports notification tone, can also be set up with prompts e.g.
New functions for stopping current program (press return key) with a longer response time
Add support for majority of original factory settings
etc
6/15/12
update to 2.6.15
Optimized 12-hour time-phased by the "AM / PM" to "morning, noon, afternoon, evening, and midnight,
Optimisation of third-party calling, allow the proximity sensor to turn on or off the screen
Fix in some case the wrong session is displayed from the search results page
Optimisation of desktop frame rate
Fix problems with gallery library FC issues
Optimisation of SMS keyword (spam) filtering rules
etc
NO MORE SUPPORT BY ME. There are official builds now for GSM users. I am not sure if will work well with LATAN AM. if not i will try to work on that for u thats it
* Here is a link to Full MIUI changelog, some changes don't pertain to are phone *
http://miuiandroid.com/community/threads/miui-rom-2-6-22-changelog.17028/
READ THIS:
please do a wipe data, wipe cache and wipe dalivik cache
You can use both Bootstrap and Safestrap to install this rom
You don't have to install GAPPS they are include
Known issue in the Rom:
Camcorder
External SDcard doesnt mount-temporly i left file manager so you at least find files
Data doesnt come on by itself you have to go in to phone info and toggle gsm only mode: but there is a phone info shortcut on one of the pages. to toggle back to gsm/cdma auto Or you can dial *#*#4636#*#* to get to phone info to toggle the radio
When downloading anything your phone will warn you that you about downloading using data. To fix this : Downloads -> Menu button -> Settings -> Data Download Prompt
CDMA
MIUI-V4 Alpha:
download : http://www.mediafire.com/download.php?jkrmqbm7yzdzeba
md5:069cd2042ba6d23029c01b993186314f
Thanks to Mattlgroff for mirror
mirror 1: http://goo-inside.me/roms/mattlgroff/MIUIV4_1_signed.zip
md5:069cd2042ba6d23029c01b993186314f
MIUI-V4 Alpha:update 3/14/12
link: http://www.mediafire.com/download.php?un74z6om4uq4f17
MD5:611495cce58ad097c512749a6a0d2191
MIUI-V4-Aplha:MIUI Update 2.3.16:
link: http://www.mediafire.com/download.php?awbh6rcwqt124v4
MD5:a659ad73f71bbdf2777952d8c34edd37
MIUI-V4-Alpha: (3/20/12)
link: http://www.mediafire.com/download.php?x1tkzxmwdq12dl1
MD5: a58c2db4aca4b67aff2f94a3daa2664f
MIUI-V4-Beta:MIUI Update 2.3.23:
link: http://www.mediafire.com/download.php?6buueashty0cfxx
MD5: 385d64c032b9277ba0b016ccc2861e0f
MIUI-V4-Beta:MIUI Update 2.3.30:
link: http://www.mediafire.com/?qisqt1giiqduu24
MD5: 5b6f0e250170bf5c3de1da2cbc9c5478
MIUI-V4-Beta:MIUI Update 2.4.20:
link: http://www.mediafire.com/download.php?3bwgnkabn14p0nk
MIUI-V4-Beta:MIUI Update 2.4.27:
link: http://www.mediafire.com/download.php?u2w90bh42uaxn8w
md5: 421179e16dded89240dc73456a3172f8
MIUI-V4-Beta:MIUI Update 2.5.4:
link: http://www.mediafire.com/download.php?69435iizao8655o
md5: 5978504148fc6568a465e93d5ccb3200
MIUI-V4-Beta:MIUI Update 2.5.11:
link: http://www.mediafire.com/download.php?pal11dlnow46bgg
md5: 386561147d8e68aebab820fb4d54b988
MIUI-V4-Beta:MIUI Update 2.5.18:
link: http://www.mediafire.com/download.php?50alcgpc84o8fi4
md5: 07bd2ed334c149026263178fb96e5b80
MIUI-V4-Beta:MIUI Update 2.5.25:
link: http://www.mediafire.com/download.php?mf7d64y2mb6awqk
md5: dad551abcf4dd6556e9ea82be3629f48
MIUI-V4-Beta:MIUI Update 2.6.1: GB
link: http://www.mediafire.com/download.php?a731xjoydrqdnag
md5:5642118ebe7020b66e25e6804adf834e
MIUI-V4-Beta:MIUI Update 2.6.8: GB
link: http://www.mediafire.com/download.php?ik85l1l851vmjqs
md5: 77ef76192a81a1e9d1c66314beaeaa0c
B]MIUI-V4-Beta:MIUI Update 2.6.15:[/B] GB
link: http://www.mediafire.com/download.php?d9ox5gjwjj78blc
MIUI-v4-beta:MIUI update 2.29.12:
link: http://miuiandroid.com/community/threads/rom-miui-v4-beta-cdma-6-29-12.17108/
SOFT KEY FIX FOR BOTH GSM and CDMA
SoftKey Fix zip: http://www.mediafire.com/download.php?qht8sj0trz7hn5t
install zip after Intial install of MIUI
wipe cache
wipe dalvik cache
flash softkey fix zip
reboot
People that have Verizon here is a zip to make the T-cdma64 be Verizon Wireless
link: http://www.mediafire.com/download.php?40wgglfml0u5mhk
ICS LEAK BUILD(CDMA ONLY)-right now
MIUIv4_2.6.1_leak
link: http://www.mediafire.com/download.php?ack8shfwb280y2s
MIUIv4_2.6.8_leak
link: http://www.mediafire.com/?nb3mky7t0482gjn
md5: a63b22ceb8a32000c03504b1ab8dbd55
MIUIv4_2.6.15_leak
link: http://www.mediafire.com/download.php?ja5d464jddyhzi2
Thank You Waiting to try out something new especially MIUI, was long since i used it.
Thank you team
Yeah yeah yeah yeah !!!!!! I want this MIUI !!!!
Excellent. You released the GSM port
I will let others know the following since I helped test:
- 3G data works and mine works even after a reboot (no manual switching on of data required.)
- currently only 3G working, not HSDPA
- WIFI working good and no connection dropouts so far
- wallpapers do scroll for me depending on the wallpaper chosen
- IMPORTANT: after installing apps, Permissions Manager will popup asking if you trust the app. Do NOT do anything here or you will run into issues with FC's. I.e. you will get the following errors: "Unfortunately, Permissions Manager has stopped." and "Unfortunately, the process com.android.phone has stopped." Ultimately the phone will be renedered useless because the errors will keep popping up and you wont be able to connect to your cell network.. requiring a reflash
cant add apn on GSM it send me to verizon page.
leisures said:
cant add apn on GSM it send me to verizon page.
Click to expand...
Click to collapse
Not sure why that would be.. works fine for me on GSM RAZR.
can u add a apn?
cause i cant c any option for that at all it only say set data and sent me to verizon page.
Yes I do...
Go to Settings> More.. (under wireless and networks) > Mobile Networks > Access Point Names.. in here, press the Context Menu soft key then choose 'New APN'
leisures said:
can u add a apn?
cause i cant c any option for that at all it only say set data and sent me to verizon page.
Click to expand...
Click to collapse
Is there any chance that you accidentally installed CDMA version?
EDIT:
currently only 3G working, not HSDPA
Click to expand...
Click to collapse
Actually HSDPA works, it's just that the icon is stuck at 3G.
If you download a file you will see speeds that is far better than what 3G is capable off.
Ahh. Thanks for the clarification. Good to know
pajn said:
Is there any chance that you accidentally installed CDMA version?
EDIT:
Actually HSDPA works, it's just that the icon is stuck at 3G.
If you download a file you will see speeds that is far better than what 3G is capable off.
Click to expand...
Click to collapse
lol sry! u rite i installed cdma ver.
pajn said:
Is there any chance that you accidentally installed CDMA version?
EDIT:
Actually HSDPA works, it's just that the icon is stuck at 3G.
If you download a file you will see speeds that is far better than what 3G is capable off.
Click to expand...
Click to collapse
Yeah it's definitely an isue with the icon showing 3g.
hardware acel working in this rom?
Sent from my XT910 using XDA
good news! i m not the only one who cares hd video smoothness etc etc
This is very good news! I'm a big MIUI rom fan (used it on my htc desire).
An update on feedback after testing for a day.. everything is very fluid and working great for an alpha build. However, battery seems to drain VERY fast. Only been an hour from full charge but I'm already down to 60%. Not quite sure what the issue could be because the battery doesn't drain as quick on the AOKP/CM9 builds of ICS. Hopefully it is diagnosed soon.
HELL YEAHHH!!!!
this is great, hope the beta will release soon..
still using MIUI ICS port on my defy, n i hope it gonna be epic on RAZR!
Tried this out love it miui was always my fav rom can't wait till its beta
Sent from my XT912 using XDA App
I am not lucky. I downloaded both CDMA versions and they get the "No Service" status. Why would that be?

[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][Grindr 4-Columns Mod]

Introduction:
The purpose of this Xposed module is to change the layout of the Grindr cascade to a more flexible configuration of either 2, 3, 4 or 5 columns. You can also fake your current location for privacy purposes or to view profiles of guys in other cities.
A few years ago, Grindr decided to switch to a larger, 3-column thumbnail layout which made sense when phones had smaller displays. Phones these days often feature larger displays, so with this module you can change the layout to allow you to view more thumbnails on the screen at one time.
Please note that each release of GrindrMod is specifically tied to a particular range of versions of the Grindr app. Each release will be guaranteed to function only with the specified versions of Grindr.
This release is compatible with Grindr versions 3.0.10 - 3.24.5*
*Skipped version 3.24.4
This release is NOT compatible with any other versions of Grindr, including older ones!
Features:
Custom location picker with favorites
Optional persistent statusbar notification
Launcher icon
Selectable 2, 3, 4 or 5 column grid layout
Individual control over notification sounds
Instagram links now open directly in Instagram app, if installed
Retain chat history from blocked profiles
Option to show social media icons on the profile bar
Changed layout of the "send location" button to be of a more reasonable size
Send on SHIFT+ENTER in chat text field*
Optional GPS Accuracy overlay on cascade
Darken the bottom button bar in chat view
Double-tap to clear text field
Map overlay option on cascade**
Profile view history***
Option to re-crop current profile photo
Chats maintenance function****
Border highlight around cascade profiles of ALL active chats
Option to delete photos sent by other users (long tap the photo to delete)
Received photos indicator in the chat inbox if user has sent you photos
Undo the last cascade refresh by long-tapping on the center tab (Grindr mask)
Sort chats by favorited profiles (long-tap favorites icon WHILE in inbox view)
Chat search function (long-tap the inbox tab icon while viewing the chat inbox)
Filter inbox by online users (long-tap on the home tab while viewing the chat inbox)
Got rid of all nags requesting "high accuracy" location mode
Received photos indicator (camera icon) option for chat inbox (tap on icon to open received photos)
Option to set the minimum GPS accuracy level (i.e. use coarse location instead of fine location)
Backup and restore chats to Google Drive or local storage*****
Option to disable "Fresh Faces"
Option to replace "Fresh Faces" with Profile History (long-tap a profile to clear the history)
Option to disable sending Taps on single-tap (Prevent sending accidental taps)
Sort Cascade, Favorites or Explore page by online users
Unsend chat messages***** (Grindr 3.21.2 and up ONLY!)
Show distance in Inbox view (this can be disabled in module settings) (Grindr 3.23.0+)
Disable Explore tab (ONLY for version 3.23.0. Does NOT work on any other versions!!)
Long-tap social media icons to display username and copy to clipboard (Grindr 3.23.0+)
Sort inbox by distance for users who show their distance (Grindr 3.21.2+)
Filter inbox by users who have sent photos (Grindr 3.21.2+)
Disable automatic deletion of older chats (Grindr 3.24.1+)
Disable smooth scroll to top for chat inbox (Grindr 3.24.1+)
*For those who use keyboard gateways (i.e. WifiKeyboard) pressing SHIFT+ENTER will send that chat message eliminating the need to tap
the send button within the app itself.
**Tapping on the GPS Accuracy text will display your current location as an overlay in the upper-left corner of the cascade.
***Long-tapping on the favorites tab (star icon) will show a list of the last 20 profiles you have viewed. Long-tap again to return to the normal favorites view. If you view more profiles while in history mode (from the chat inbox tab, or cascade tab), pull once in history mode to refresh the profile history cascade. Long-tap on ANY one profile in profile history view to clear the history.
****Double-tap the chat 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.
*****Chats backed up to Google Drive are saved in GrindrMod's private appData folder, and should be available on any device running GrindrMod and logged into the same Google Account. If your device has multiple Google Accounts, you will be prompted to select which account you would like to use for backups. Each backup is uniquely identified by the device's Android ID and the Grindr profile from which it came. Only ONE backup per device, per Grindr account is allowed. Each new backup will overwrite the previous backup for that device only! The only time you will see multiple entries in the backup list, is if you are using the same Grindr account on multiple devices. You may restore the chats from each device, as long as it is for the same Grindr account.
Restoring chats is always a non-destructive operation. No chats are ever deleted on the target device! You may delete the Google Drive backup by long-tapping on the backup entry in the restore list.
Please note that the backup files are automatically deleted from Google Drive once you uninstall GrindrMod.
*****Long-tap on a chat message to "unsend" it and replace the chat body with "<-->". This works for all types of messages (except for taps). For location messages (maps) you must click just outside of the map (to the left) in order to unsend. Also, the user MUST be online for unsend to work correctly. It will usually require at least two attempts to successfully unsend a message. An unsend attempt will be marked as successful upon the receiving of two successful "delivered" statuses.
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.
NOTE: Please be sure that you check the build# found in each update post and that it corresponds to the build# of the version of Grindr you have installed. Often times a beta with the same version name will have a different build# than the final release and therefore will not work with this module!!
If you find my work useful, please consider donating by clicking on my donation link to the left!
Enjoy!
I welcome any and all suggestions for new features you would like to see in future versions.
LATEST VERSION: GrindrMod 3.24.5.2
Hi!
Fantastic module and idea
I tried the new update and now the app crashes when try to open the new option in left menu
Stock Galaxy Note 5 Marshmallow
Hey, thanks for this! Why is almost no one commenting? ????
Sent from my Lenovo Tab A7-30 A3300-HV using XDA Labs
jacolguz said:
Hi!
Fantastic module and idea
I tried the new update and now the app crashes when try to open the new option in left menu
Stock Galaxy Note 5 Marshmallow
Click to expand...
Click to collapse
Hi,
Can you take a logcat right after the app crashes?
Code:
$ logcat -d > /sdcard/mylog.txt
Where's the download link.?
GrindrGuy said:
Hi,
Can you take a logcat right after the app crashes?
Click to expand...
Click to collapse
I hope this one help you
jacolguz said:
I hope this one help you
Click to expand...
Click to collapse
Thanks for that.
Could you take one more log of just Xposed messages?
Code:
$ logcat -d | grep Xposed
Also, do you have SELinux set to enforcing?
GrindrGuy said:
Thanks for that.
Could you take one more log of just Xposed messages?
Also, do you have SELinux set to enforcing?
Click to expand...
Click to collapse
Two files this time: one for xposed grep and another with grindr grep
My selinix is enforced. Just when I tap on Grindrmod I get a FC
Sent from my Samsung Galaxy Note5 using XDA Labs
jacolguz said:
Two files this time: one for xposed grep and another with grindr grep
My selinix is enforced. Just when I tap on Grindrmod I get a FC
Sent from my Samsung Galaxy Note5 using XDA Labs
Click to expand...
Click to collapse
I think I may have figured out a solution to this and will be posting an update later on tonight.
Thank you for your patience and for the logs!
UPDATE:
New version is up.
Download: GrindrMod 2.1.
CHANGELOG:
Added ability to search custom location by address or city.
Can now choose location from map in chat activity to send to other users.
Get directions to locations sent by other users.
Misc. bug fixes.
Screnshot??
GrindrGuy said:
I think I may have figured out a solution to this and will be posting an update later on tonight.
Thank you for your patience and for the logs!
Click to expand...
Click to collapse
I tested new update and still with the same issue
This time I attach combined logs just on the moment of the FC in two occasions
Code:
logcat -d | grep -E 'xposed|grindr' > /sdcard/log-grep-grindrxposed.txt
jacolguz said:
I tested new update and still with the same issue
This time I attach combined logs just on the moment of the FC in two occasions
Code:
logcat -d | grep -E 'xposed|grindr' > /sdcard/log-grep-grindrxposed.txt
Click to expand...
Click to collapse
I'm not seeing anything pertaining to the crash in those logs.
Try this:
Code:
$ logcat -d | grep System.err
GrindrGuy said:
I'm not seeing anything pertaining to the crash in those logs.
Try this:
Code:
$ logcat -d | grep System.err
Click to expand...
Click to collapse
system.err does does not give log around the time of the crash
This time I used filter of 3C Toolbox, I filter "indr" and "xposed"
The exact time of the crash is 17:18:30
Mine is crashing when accessing options too. Galaxy S7 Edge on marshmallow.
Fantastic!! Works great with no errors
UPDATE:
Download: GrindrMod 2.2.
CHANGELOG:
Completely redesigned layout
Added favorites for custom locations.
Fixed Instagram link to open Instagram app directly if installed (bypassing the browser).
Misc. bug fixes.
NOTES:
To delete a favorite from the list, simply long click the item.
This update *should* fix crashing on some devices. As usual, please report any bugs or suggestions for future versions.
2.2 now works on Galaxy S6 without crashing.
But I cannot figure out how to select a custom location before sending?
Also, Get Direction button is too small on received location. I can only read GET in it, and that is cut off too.
Now working perfect on Samsung Galaxy Note 5, congratulations
badelie said:
2.2 now works on Galaxy S6 without crashing.
But I cannot figure out how to select a custom location before sending?
Also, Get Direction button is too small on received location. I can only read GET in it, and that is cut off too.
Click to expand...
Click to collapse
Just click on the map to point to the refined location and then hit the send button.
Are you able to click on the "get directions" button at all? I'll see what I can do about fixing the layout because it appears correctly on my device.

Inconsistent notifications on huawei p20 after emui 9 upgrade

Hi Evwryone,
Newbie here, not sure if this is the right place to post this. If not, apologies.
Would like to ask for your help. Im using a huawei p20 and after i upgraded to latest emui 9, i noticed that most apps dont send notifications comsistently especially when the app is closed. Especially viber, whatsapp, and even outlook. I did multiple settings but still no notifications / inconsistent notifications. I already did the following:
- allow notifications (settings and apps)
- selected priority notification-
- battery - app launch - manage manually and selected all options (auto launch, etc)
- special access - battery optimization - dont allow
- special access - write system settings - yes
Apps and OS all updated to latest versions but still inconsistent.notifications.
Thanks in advance, everyone.

Categories

Resources