The T-mobile My Account app likes to eat up 15-30 MB in the background, but some of us need it so we can check our data usage which doesn't include Binge-On streaming. T-mobile My Account also runs performance checks and sends them to T-mo, which includes root checks (see here). The other day, while checking my data I miraculously cracked this whole app wide open. Turns out the data stats page is hosted inside a Webview:
{
"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"
}
This URL can be re-used in stock browser *and* Chrome to quickly check data without even logging in (tied to device):
To celebrate this breakthrough, I decided to make a Tasker profile that loads this URL in the background, parses it, and stores the MegaByte value as a Tasker variable, to be displayed however/whenever you please (lockscreen, notification bar, anywhere you might put a semi-transparent Tasker overlay, possibilities are endless) You can even automate tasks based on your data usage, turn off sync, disable social media apps, etc!
Here's the XML to import to Tasker:
Code:
<TaskerData sr="" dvi="1" tv="4.8m">
<Task sr="task22">
<cdate>1450854147650</cdate>
<edate>1450858369184</edate>
<id>22</id>
<nme>TmoData</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>118</code>
<Str sr="arg0" ve="3">http://ma.web2go.com/myaccount/home.do?src=atmo</Str>
<Str sr="arg1" ve="3"/>
<Str sr="arg2" ve="3"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Int sr="arg5" val="20"/>
<Str sr="arg6" ve="3"/>
<Str sr="arg7" ve="3">temp.html</Str>
<Int sr="arg8" val="1"/>
</Action>
<Action sr="act1" ve="7">
<code>129</code>
<Str sr="arg0" ve="3">var html=readFile("temp.html");html=html.replace(/[^A-Za-z0-9.<>]/g,"");var odta=html.indexOf(">Data");var obgn=html.indexOf(">Used",odta)+5;var oend=html.indexOf("of",obgn);var ostr=html.substring(obgn,oend);setGlobal("DATA",ostr);</Str>
<Str sr="arg1" ve="3"/>
<Int sr="arg2" val="1"/>
<Int sr="arg3" val="4"/>
</Action>
</Task>
</TaskerData>
Note the Javascript code executing inside the Tasker task, this extracts the information without showing the webpage:
Code:
var html=readFile("temp.html"); //Tasker proprietary
html=html.replace(/[^A-Za-z0-9.><]/g,""); //Get rid of whitespace, so file can be searched
var odta=html.indexOf(">Data"); //First instance of word Data outside of tag
var obgn=html.indexOf(">Used",odta)+5; //Yields Start position of substring
var oend=html.indexOf("of",obgn); //Yields End position of substr
var ostr=html.substring(obgn,oend); //Output
setGlobal("DATA",ostr); //Tasker proprietary
Of course this doesn't run on its own, it's tied to the XML above. I just separated this for devs to use outside of Tasker if the need arises.
Hope everyone enjoys, hit thanks if you're gonna use this setup!
actually, you can simply go to ma.t-mobile.com
the "ma" stands for "my account".
Can go to the link on your phone browser, or your computer. Merry Christmas!
Lieu10ant said:
actually, you can simply go to ma.t-mobile.com
the "ma" stands for "my account".
Can go to the link on your phone browser, or your computer. Merry Christmas!
Click to expand...
Click to collapse
Yes. Verified "ma.t-mobile.com" has the exact same pages/URLs as the one I posted. They also have the same originating IP address. So it's just Tmo's mobile site. Thanks for sharing.
What does any of it mean to unlimited users on the nation's largest 4G LTE network?
Sent from my Nexus 6P using Tapatalk
bipoler said:
What does any of it mean to unlimited users on the nation's largest 4G LTE network?
Sent from my Nexus 6P using Tapatalk
Click to expand...
Click to collapse
It depends on how much you crave unmetered LTE data.
Related
I've read through a lot of posts, I used already the search function, I know that Google it's my friend, so on...
BUT, I badly need a way to make today agenda as a new tab for tf3d/manila (e.g. instead of call history tab).
Any help would be welcome (a cab file... my dream... ).
Thank you in advance.
/seatone
I think allot of people want custom tabs
It is currently being worked on by D-MAN666 and sushilange (the guys that made us the fantastic Manila Editor!)
So hopefully soon there will be some custom tabs for TouchFlo!!
Thanx, would be great
Tasks tab would be a great start htc tasks icon is already available.
Running Omnipresence within the tabs would be out of this world crazy cool.
HTCDiamond22 said:
Tasks tab would be a great start htc tasks icon is already available.
Click to expand...
Click to collapse
The icon is only for the landscape menu on the touch pro.
Action Screen Tab!
Wow... Look what I managed to to!!
'Maybe someone already done this..??'
{
"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"
}
The TouchPro Action Screen In it's own tab...
If I only could figure out how to rotate it and change the tab icon...!
Just add this to 26948339_manila
Code:
<Page Order="11" Name="LandscapeMenu.page" PackageName="HTC" Title="Action" >
<ComponentReference Name="page" Mode9Path="HTC\LandscapeMenu.mode9" Component="LandscapePageComponent" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Programs_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Programs_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Programs_Preview" />
</Page>
Wow that's really great
Altough I Don't know how we could edit the icon for this tab, I've seen that there is a tab-icon for the CommManager (42d367fd_manila).
Could it be that there is also a hidden tab for the CommManager?
Does not work for me, ...
Elvelynn said:
Wow that's really great
Altough I Don't know how we could edit the icon for this tab, I've seen that there is a tab-icon for the CommManager (42d367fd_manila).
Could it be that there is also a hidden tab for the CommManager?
Click to expand...
Click to collapse
Here's the commmanager... but I dont think it looks that nice...
Code:
<Page Order="12" Name="communications.page" PackageName="HTC" Title="[[IDS_COMMUNICATIONS]]" >
<ComponentReference Name="page" Mode9Path="HTC\settings.mode9" Component="CommunicationsPageComponent" SmartComponent="true" />
<ComponentReference Name="icon_normal" Mode9Path="HTC\icons.mode9" Component="Programs_Off" />
<ComponentReference Name="icon_selected" Mode9Path="HTC\icons.mode9" Component="Programs_On" />
<ComponentReference Name="icon_preview" Mode9Path="HTC\icons.mode9" Component="Programs_Preview" />
</Page>
I think we have to figure out the name mode9 name of the icon...
so instead of Component="Programs_Off" It would be Component="CommManager_Off" or Component="Action_Off"
@Rotkaeqpchen
What happens?
Yes, it really look's not so nice
But if we change the color font in the CommManager from black to white, than it's not so bad.
Action Screen is the Landscape Mode menu indeed. And for Comm Manager - nice finding, will dig it up for new API functions!
D-MAN666 said:
Action Screen is the Landscape Mode menu indeed. And for Comm Manager - nice finding, will dig it up for new API functions!
Click to expand...
Click to collapse
That would be very cool
Update:
I think i know why font color is wrong. It's not separate tab, but a modal dialog, which was lately replaced with standalone Comm Manager application. Same for Music Settings (which can be normally accessed from Music tab).
Hay.. Is it possible to have a tab of this sort, for tasks !!!???
Not able to copy updated manilla file to Dimaond Windows folder
Hi I updated 26948339_manila file for adding new tabs now when I try to copy it to my Diamond's Windows folder I'm unable to. gives me a error "Access is Denied". It seems the file on Diamond is read only as I cannot delete or rename it either. Please help advice.
dtulsani said:
Hi I updated 26948339_manila file for adding new tabs now when I try to copy it to my Diamond's Windows folder I'm unable to. gives me a error "Access is Denied". It seems the file on Diamond is read only as I cannot delete or rename it either. Please help advice.
Click to expand...
Click to collapse
try copying it with anything other than the wm file explorer..
Ref Quick Help - copying issue
pen6uin said:
try copying it with anything other than the wm file explorer..
Click to expand...
Click to collapse
Great Help! used Total Commander and it worked.
NisseDILLIGAF said:
Wow... Look what I managed to to!!
'Maybe someone already done this..??'
The TouchPro Action Screen In it's own tab...
If I only could figure out how to rotate it and change the tab icon...!
Just add this to 26948339_manila
Click to expand...
Click to collapse
Well, make this happen for all your themes, when I am on my Touch Pro and I slide out my keyboard... that's what I want to see
one of bepe's ROM's have that functionality activated, when rotating the device while in TF3D the action screen appeared.
Elvelynn said:
Yes, it really look's not so nice
But if we change the color font in the CommManager from black to white, than it's not so bad.
Click to expand...
Click to collapse
If you use your arrows keys and highlight the items, you will find that the fonts and icons changes to white!!!
WEB-PAGE-Push !?
I was try to modify my MDA-Vario-v / HTC Touch Pro 2
the design from t-mobile branding was ugly!
That's why I installed the: TF3DIIBlack.zip File
to get the original HTC look.
Here is the Link: http://www.4shared.com/file/109330961/b9be5561/TF3DIIBlack.html?err=no-sess
Current TouchFLO 3D Version is now: 2.0.37889.1
it's working with some Bugs!?
( world-clock and weather-location now in french language ) can't change!?
Under the Internet Tab the OPERA is working, but
the YouTube Link and my own added sides are doing nothing! Why?
Absolute nothing!? Internet connection already exist, and is ok.
Now I believe there are some missing Registry-Entries?
For example:
Not existing: HKEY_CURRENT_USER\Software\HTC\Manila\Internet.Def aultCount
Can't find: XML file.
<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
<IncludeUserFavorites>True</IncludeUserFavorites>
<Banner
DefaultImagePath="\Windows\IDEAS_480x200.qtc"
Text=""
NavigateUrl="http://www.ideas.singtel.com"
Width="0"
Height="0" />
<OperatorLinks>
<Link
Text="YouTube"
Executable="\windows\youtube.exe"
ImagePath="\Windows\HTC\Assets\Images\InternetPort al\youtube.qtc" />
<Link
Text="Facebook"
NavigateUrl="http://m.facebook.com/"
ImagePath="\Windows\F_icon.qtc" />
</OperatorLinks>
</InternetPortal>
Registry: .../Manila/InternetPush
enablepushinternet: 1
pushwhileroaming:1
and some others... looks ok.
.../Manila/InternetPush...enabled/001
default: nothing
bdownloaded:1
name: one4prxxx
scheduleinterval: 60
url: www.one4prxxx.xxx
also looks ok!?
current_user/software/htc/manila
data.autodownloadoff: 0
internetpush.postfirstrun:1
the rest also looks ok!?
So what's wrong with my system? (TouchFLO 3D)
Is there any way to run web-side-push?
Thank you, for help in advance!
Regards, Gerhard
Did you get your problems solved? To get the German language back in the weather tab, you have to copy the German weather manila file into the windows directory.
What's about the missing xml file? I'm searching for a way to customize the internet tab, e. g. add new internet programs like ICQ under the YouTube link. How can I achieve this?
WEB-Push // Internet Tab not working
hello,
thank's for your help! with the manila weather-file
it works fine, and also for the world-clock!?
{
"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"
}
regarding your ICQ link!
I'll try the same with Skype!?
there are some posts about how to switch off the push, to save memory
and power. I'll try same settings but in opposite way.
WEB-push currently not working!! I'm sure there's a missing registry entry... because t-mobile version is without this internet-tab
some settings are here:
H_C_U/software/htc/manila
and here:
HKLM\Software\HTC\Manila\InternetPush\Enabled are 4 entry (Keys) 000 to 003
regards, g-s
Yes, these settings has my MDA, too. But it don't work with my MDA, too. Perhaps anybody with a HTC Touch Pro 2 could export the registry settings for you?
I never used a push-site. How does it work? I think, the web page will automatical actualized? I don't need this, because it causes much traffic and the battery will go down earlier. I can actualize the web page by myself.
Did it worked with your Skype Link? Can you use Skype with T-Mobile? I think they haven't allowed Skype?
I don't know, if the weather manila file is also for the world clock, but on my device the cities in the world clock are in German.
hi, thank you!
weather & world clock is working fine now! thank's
right, web-push loads web-side in the background, with
opera-browser, inside the "INTERNET-TAB"
t-mobile version is missing this TAB,
see here: http://www.pocketpc.ch/htc-touch-pro-2/59707-web-page-push-geht-nicht.html#post347386
I still have a data-flat, and at home I use my WLAN for my device!
So I don't take care regarding my mobile-traffic... something between
100 and 200 MByte's monthly.
Yes, Skype is working fine! I use it for longer time without problems,
in main-time for TEXT-MESSAGES, and to check online-status.
Regards, schaerg
Ok so I finally figured out how to make the dialer and contact background transparent
[SOLVED] but now there are black boxes around the call button that disappear when the pulldown/notification bar is activated and the black boxes come right back when the notification bar is back up and not pressed.
[NOT SOLVED] The other thing is that it doesn't fill the screen anyone have any solutions to these issues?
Edit: I tried to change the padding in dialer.xml in layout-long-finger to 0.0 and that did nothing.
Edit: when I made the image btn_dial_textfield_pressed.9.png, in the folder red/drawable-hdpi-finger, fully transparent it then goes full screen so I am assuming that the size of the background image isnt being told to be stretched and I do not know where to look or how to fix that.
Edit: The black boxes are really pissing me off ..
Edit: here is the APK so someone can look at it.
http://dl.dropbox.com/u/21010599/Help/Contacts.apk <--- this has the completely transparent background (btn_dial_textfield_pressed.9.png)
EDIT: here is the semi-transparent image file so no one has to make it http://dl.dropbox.com/u/21010599/Help/btn_dial_textfield_pressed.9.png
EDIT: ok so the black boxes are gone!! I replaced the code to the call_background.xml in drawable:
Code:
<item android:state_window_focused="false" android:drawable="@android:color/transparent" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@android:drawable/keyboard_background" />
<item android:state_focused="false" android:state_pressed="false" android:drawable="@android:color/transparent" />
didnt make the call backgound transparent though like I thought it would ...
I am still having the issue with the background image being the wrong size though when its not fully transparent.
Here is the NEW Contacts.apk with the no black boxes.
http://dl.dropbox.com/u/21010599/Help/ContactsNoblackBoxes.apk
Images for the NEW Contacts are below this picture here:
{
"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"
}
here is the updated pictures for the NEW Contacts.apk (with Fully Transparent background)
and
Sent from my HTC Glacier using XDA App
I tried it, loved it, but the only annoying thing is that your theme has to be on System. It's not that big of a deal, and I'm not sure how it all works with themes and color schemes, but I prefer the Androidian theme.
I still use the transparent status bar, love that. Great work, thanks.
Sent from my MT4G using XDA App
Hello guys.
Watching some new video recorded by gs2, i've seen that audio sampling rate is 16khz!!!!! I don't understand this choise by samsung (in every its phone, make very good video with poor audio!!!). Many years ago, nokia devices captured audio at better quality!So, now gs2 recordes fantastic 1080p video with high bitrate e framerate, but why use a poor audio?16khz can be good in common situation, but you'll never record a video with this audio quality (an old n95)
http://www.youtube.com/watch?v=-m0hkE1e2Z8
In first gs2 videos that I watched, sampling rate was 44100hz, why now 16000hz?
Can be solved in future, by modding?
thanks
It's not quite 44000khz but this is what VLC is telling me for the clips I've recorded on the highest settings.
{
"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"
}
VLC get wrong data! It says: 32000hz STEREO (it make 16000x2).
Use MediaINfo to analize media.
Audio
ID : 2
Formato : AAC
Formato/Informazioni : Advanced Audio Codec
Versione del formato : Version 4
Profilo del formato : LC
Impostazioni del formato, SBR : No
Codec ID : 40
Durata : 43s 584ms
Modalità : Variabile
BitRate : 61,2 Kbps
BitRate massimo : 65,4 Kbps
Canali : 1 canale
Posizione dei canali : Front: C
SamplingRate : 16,0 KHz
Dimensione della traccia : 321 KiB (0%)
Lingua : Inglese
So, listen this video
http://www.mediafire.com/?gi11eylxspod921
16khz is BAD if you want record sound as in a concert!
So, can you try an alternative way, using RecorderNow and set media_profiles.xml (need root), on which set 44100hz for 1080p videos in encoder profile high?
Similar to this:
<MediaSettings>
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<CamcorderProfiles>
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h264"
bitRate="18000000"
width="1920"
height="1080"
frameRate="30" />
<Audio codec="aac"
bitRate="128000"
sampleRate="44100"
channels="2" />
</EncoderProfile>
<EncoderProfile quality="low" fileFormat="3gp" duration="30">
<Video codec="h264"
bitRate="384000"
width="176"
height="144"
frameRate="30" />
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
channels="1" />
</EncoderProfile>
<ImageEncoding quality="100" />
<ImageEncoding quality="100" />
<ImageEncoding quality="100" />
<ImageDecoding memCap="20000000" />
IN recordnow choose "high quality"
SO, if you want change only samplerate to 44100 in EncoderProfile quality="high"
hey guys, does this actually work? I would love to have a good sound. for example: iphone 4 (44KHz) or xperia arc (48KHz) 16khz is too bad
Hi guys, so, is there any way to enable stereo recordi at high sampling rate during video recording?
The lack of digital zoom plus this strange audio limitation, let me to think that the sgs2 is not so powerfull as they want to tell us, what do you think about?
I have been playing with side by side tablet/smartphone version of my app using the single marketplace listing method, and whilst that works, I have some curious reports of what my app will and won't run on for example:
Galaxy S2(GT-I9100) NOT COMPATIBLE
Galaxy S2(GT-I9103) COMPATIBLE
Galaxy Tab 10.1(GT-P7300) NOT COMPATIBLE
Galaxy Tab 10.1(GT-P7500) COMPATIBLE
And so forth, with many identical devices having different status....
My manifest snippet:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="8"/>
<compatible-screens>
<!-- all small size screens -->
<screen android:screenSize="small" android:screenDensity="ldpi" />
<screen android:screenSize="small" android:screenDensity="mdpi" />
<screen android:screenSize="small" android:screenDensity="hdpi" />
<screen android:screenSize="small" android:screenDensity="xhdpi" />
<!-- all normal size screens -->
<screen android:screenSize="normal" android:screenDensity="ldpi" />
<screen android:screenSize="normal" android:screenDensity="mdpi" />
<screen android:screenSize="normal" android:screenDensity="hdpi" />
<screen android:screenSize="normal" android:screenDensity="xhdpi" />
<!-- all large size screens -->
<screen android:screenSize="large" android:screenDensity="ldpi" />
<screen android:screenSize="large" android:screenDensity="mdpi" />
<screen android:screenSize="large" android:screenDensity="hdpi" />
<screen android:screenSize="large" android:screenDensity="xhdpi" />
</compatible-screens>
Click to expand...
Click to collapse
I'm seeing stuff like this (which is worrying...)
{
"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"
}
Have you tried getting rid of all that and just letting it default to allowing all screen sizes?
Sent from my HTC HD2 using xda premium
Metastable said:
Have you tried getting rid of all that and just letting it default to allowing all screen sizes?
Sent from my HTC HD2 using xda premium
Click to expand...
Click to collapse
Not an option unfortunately, As I need to be able to offer differnt apps to tablets to what I offer to smartphones on the single marketplace listing.
My listing actually has 2 APK's (this is just the smartphone one), the tablet one is API 11+ and xlarge screens in it's manifest, and seems to work OK.
If I remove all that, then the markeplace will try and replace my table version when I make it live, I have to exclude xlarge from the smartphone version, and exclude everything but xlarge in the tablet version.
Anyone got this working?
Did find this thread, which seems to be the same problem, however the solution (removing it all) is no good for me.
http://stackoverflow.com/questions/7171870/android-market-filtration-issue-how-it-can-be/