As some of you may know, NFL mobile recently implemented a check to prevent rooted users from using their app..
Upon loading the app, you would get an ugly message saying that the NFL mobile app could be only be installed on "unmodified" devices. Now what business does a football league have in telling me what I can or can't do with my phone?!?
Now I don't even watch football, much less follow it, but I did this really quick for @hamagc and I decided I would share with you all sports fans
Before:
{
"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"
}
After:
Dropbox: https://www.dropbox.com/s/kv5kx3p7nxnjndf/NFLMobile_8.1.0.apk
Mediafire: http://www.mediafire.com/download/1ggc3o9pear5i9t/NFLMobile_8.1.0.apk
Md5sum:
Code:
03a2aa66a6e9b4cab4b5b3ed76b13a6d
File size: 23.7 MB
Current linked version: 8.1.0
Older versions:
8.0.2.8
Dropbox: https://www.dropbox.com/s/2wx7oubxti76otn/nfl_8.028_nocheck.apk
Mediafire: http://www.mediafire.com/?x5dpudp778a33fd
Md5sum:
Code:
8d3a26aa539893038bc194ccc42a9be6
Click to expand...
Click to collapse
8.0.26
Dropbox link: https://www.dropbox.com/s/clmawbfju1lqayg/nfl_mod_nocheck.apk
Mediafire link: http://www.mediafire.com/download/w5mfi8u02z24cz4/nfl_mod_nocheck.apk
MD5SUM:
Code:
b6224b74a17b27874a1dede9790b7d39
Click to expand...
Click to collapse
Enjoy!
Thanks to ezgoing2406 for fixing nfl's images.
You rock!
Well that was quick... Guessing it was a simple root check that needed editing out? When/if this app gets updated on the play store are you gonna update this one? :fingers crossed:
flastnoles11 said:
Well that was quick... Guessing it was a simple root check that needed editing out? When/if this app gets updated on the play store are you gonna update this one? :fingers crossed:
Click to expand...
Click to collapse
Of course, it was extremely easy to do
It took longer to decompile it than the edit did :silly:
This is pseudocode, but this is what the check was like:
isRoot = getRootStatus()
if (isRoot = false) is a true statement
---run like normal
else
---block access
I changed the "if" check to always be true (I made it check if isRoot equals isRoot, which will always be true, duhh) and I made the getRootStatus invocation always return false just in case it was called elsewhere
Working perfectly, thanks cnexus
CNexus said:
Of course, it was extremely easy to do
It took longer to decompile it than the edit did :silly:
This is pseudocode, but this is what the check was like:
isRoot = getRootStatus()
if (isRoot = false) is a true statement
---run like normal
else
---block access
I changed the "if" check to always be true (I made it check if isRoot equals isRoot, which will always be true, duhh) and I made the getRootStatus invocation always return false just in case it was called elsewhere
Click to expand...
Click to collapse
Thanks again for the apk.
Quick favour - If you could quickly in a sentence or two describe what and how you decompiled the apk and then recompiled it, I'd really appreciate it. I'd like to be able to learn how to do this myself. Thanks!
dj_aj said:
Thanks again for the apk.
Quick favour - If you could quickly in a sentence or two describe what and how you decompiled the apk and then recompiled it, I'd really appreciate it. I'd like to be able to learn how to do this myself. Thanks!
Click to expand...
Click to collapse
Search for apktool on XDA... Quick and simple
Thank you!!!!
You the man!
sent from a GS3 runnin Wicked
Big kudos! Thank you very much for this
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
Thank you so much for this! This is awesome!
Sent from my GT-I9505G using xda premium
You are too cool for this man!
Sent from my SPH-L900 using xda app-developers app
Awesome thanks works like a charm.
Sent from my SPH-L710 using Tapatalk 4
You the man, I second that.
Sent from my XT875 using xda premium
Awesome, good to hear. Was just about to ask if it's working fine for you all
Maybe I'm asking for too much and a simple no is okay but is there a way to bypass the Verizon requirements to view snf and mnf?
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Thanks for this man
ryj01 said:
Maybe I'm asking for too much and a simple no is okay but is there a way to bypass the Verizon requirements to view snf and mnf?
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Click to expand...
Click to collapse
?
Show me a screenie
Click on the nfl shield them it gives you the options
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Related
I found in another forum a new updated market it runs smoothly and some how is snapper in my opinion.
I forgot the name of the person who posted though thanks to whoever you are.
To install just move and rename the.apk (into vending.apk) to system/app folder,
http://minus.com/mbkcCQPLvP
{
"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 a video on how to install it ,thanks to qbking77
http://www.youtube.com/watch?v=KdujIKw4wXg
It's actually 3.3.11 and it's also on androidspin.com but good find.
Sent from my SGH-T959V using xda premium
Got it on gs4g running Valhalla and A500...thx
Sent from my A500 using xda premium
lenny hodapp said:
It's actually 3.3.11 and it's also on androidspin.com but good find.
Sent from my SGH-T959V using xda premium
Click to expand...
Click to collapse
woops yup yup, you are right I messed up there
emod0705 said:
Got it on gs4g running Valhalla and A500...thx
Sent from my A500 using xda premium
Click to expand...
Click to collapse
no problem :3
Zixx said:
I found in another forum a new updated market it runs smoothly and some how is snapper in my opinion.
I forgot the name of the person who posted though thanks to whoever you are.
To install just move and rename the.apk (into vending.apk) to system/app folder,
http://minus.com/mbkcCQPLvP
here is a video on how to install it ,thanks to qbking77
http://www.youtube.com/watch?v=KdujIKw4wXg
Click to expand...
Click to collapse
Thanks man, Running great so far. I like the new changes.
Sent from my SGH-T959V using xda premium
Good find. Running great and fixed an issue my phone was having with the market.
Sent from my SGH-T959V using XDA App
Installed and got notifications for 24 program updates...nice to know the previous version was working so well. lol
-R2 said:
Installed and got notifications for 24 program updates...nice to know the previous version was working so well. lol
Click to expand...
Click to collapse
Same thing happened to me. Some still didn't slow they needed an update afterwards though.
Sent from my SGH-T959V using XDA App
Awesome to hear that everybody likes this new updated version of the market
Sent from my SGH-T959V
My market just updated on its own last night. About time they put an automatic update option! It was getting annoying to check all of my apps.
bkoon1218 said:
My market just updated on its own last night. About time they put an automatic update option! It was getting annoying to check all of my apps.
Click to expand...
Click to collapse
Same here I think I like the new update
Sent from my SGH-T959V using xda premium
Does this fix the file size limit imposed by the previous version?
Ie the 30mb limit?
Sent from my SGH-T959V using XDA App
fredmc2020 said:
Does this fix the file size limit imposed by the previous version?
Ie the 30mb limit?
Sent from my SGH-T959V using XDA App
Click to expand...
Click to collapse
Don't think so... I tried the Zombie Killer - and after I downloaded from the market - it requested access to download additional content (30mb) from another source - so still think the cap is in place still.
After doing some more research I found this thread which gave me a good starting point. Basically I just copied all of the quickpanel related code/images from the attached file to the stock SystemUI.apk from Verizon's stock 2.3.3.
I'm still learning, though it shouldn't be too hard, so give me a little time. I'm trying to decide if I want the auto rotate button to be for brightness, airplane mode or other.
I've uploaded a second version. The auto rotation toggle has been replaced with the flashlight toggle.
Anyway, here is a working SystemUI.apk with notification toggles.
Auto Rotation:
http://www.multiupload.com/20AJ232SGA
Flashlight
http://www.multiupload.com/ATJPXJ0DUN
Screenshot:
{
"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"
}
Great work
Well, there goes my project. Great work man!
Sent from R800x
I've noticed a bug for anyone who uses barnacle tether if you activate it your phone will reboot
Sent from my R800x using XDA App
Hmmm. I just downloaded barnacle and browsed the net a few minutes on my laptop and wasn't able to recreate the problem. I would like to know if anyone else is having the issue.
Sent from my R800x using XDA App
I'll install the toggle again later and try to recreate might have just been bad timing
Sent from my R800x using XDA App
Works brilliantly! Thank you!
Sent from my R800x using xda premium
this is great but... is there any chance of adding reboot function or data toggle
Here's a version with data.
View attachment SystemUI.apk.zip
If you dint mind sharing what program and what version of it are you using to decompile and recompile
Sent from my R800x using XDA App
Can this be used on the R800i as well?
Magnumutz said:
Can this be used on the R800i as well?
Click to expand...
Click to collapse
I wonder too. Thanks
I'm using the latest Linux experimental build of APK Multitool in Snow Leopard.
Umm, as far as it working with the R800i as well, I'm not 100% sure. I'm more of a hacker than a developer. I think it should work as long as you are still running 2.3.3, otherwise probably not.
jimmyvau said:
I'm using the latest Linux experimental build of APK Multitool in Snow Leopard.
Umm, as far as it working with the R800i as well, I'm not 100% sure. I'm more of a hacker than a developer. I think it should work as long as you are still running 2.3.3, otherwise probably not.
Click to expand...
Click to collapse
Did you have to do anything special to get it to work
Sent from my R800x using XDA App
After I have compiled the APK I unzip it and then copy the META-INF folder and the AndroidManifest.xml file from the original and then rezip the apk.
jimmyvau said:
After I have compiled the APK I unzip it and then copy the META-INF folder and the AndroidManifest.xml file from the original and then rezip the apk.
Click to expand...
Click to collapse
Thanks that did it I wasn't copying the manifest
Sent from my R800x using XDA App
odst0016 said:
Thanks that did it I wasn't copying the manifest
Sent from my R800x using XDA App
Click to expand...
Click to collapse
Awesome! Do we have it working?
Sent from R800x
Leraeniesh said:
Awesome! Do we have it working?
Sent from R800x
Click to expand...
Click to collapse
im working on a port for the uk nandroid right now i will work on one for my theme after i finish
This is amazing!!!
Is there a brightness toggle?
Would this work on the Cola ROM?
Sent from my PS47 using XDA App
Can someone please make a Port of that lockscreen mod for infuse with JellyBean CM10?
http://forum.xda-developers.com/showthread.php?t=1920612&page=2
Wow... We have to have this mod it's so cool!
I hope we can get yo use it
That doesn't look too hard to do, just a framework patch or two.
It says it may work with ICS as well.
I might give it a try when I get home.
EDIT:
VERY do-able by anyone who can compile. I have yet to find time to set up my box yet, but anyone who has been able to compile from JZO54K should have NO issues diff-ing this over.
Maybe this is the push I need to get cracking at building from source again?
Sent from my SGH-I997 using xda app-developers app
U guys need to check out the app MiLocker. There are quite a few lock screens similar to what this does.
{
"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"
}
Sent from my SGH-I997 using xda premium
Where do you doing milocker?
Sent from my SGH-I997 using xda app-developers app
csandman1977 said:
Where do you doing milocker?
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
If you're wondering where you can get MiLocker, it's on the Play Store for free. Download, install, download the lockscreen you want, apply.
Yea, what he said. Lockscreens can be searched, seen and downloaded from within MiLocker.
I checked the play store and the only mi that pops up is milauncher. There is an mxlocker but no mi. Guess I'm on an unsupported ROM or something?
Sent from my SGH-I997 using xda app-developers app
csandman1977 said:
I checked the play store and the only mi that pops up is milauncher. There is an mxlocker but no mi. Guess I'm on an unsupported ROM or something?
Sent from my SGH-I997 using xda app-developers app
Click to expand...
Click to collapse
Google milocker if you can't get it in the play store. There was another app very similar as well but I forget the name of it. I saw it in the android hacking forum under the apps thread
Sent from my SGH-I997 using xda app-developers app
Get it here: http://www.4shared.com/android/bHIz7zgl/MiLocker.html
Not sure why it doesn't show up, but it is compatible with GB on our phones.
Sent from my SGH-I997 using xda premium
MagicLocker Main by lockscreen.mobi is an app just like MiLocker, has an average rating of 4.3, and was updated just a few minutes ago to version 1.5.7. This is a good alternative to MiLocker IMO if you cannot find it in the Play Store.
Can someone make a flashable zip for this? This is just awesome, but I have no knowledge of using the original patch
Hollywings said:
Can someone make a flashable zip for this? This is just awesome, but I have no knowledge of using the original patch
Click to expand...
Click to collapse
A flashable zip of what? The OP asks if someone could port it.
Erm, I mean a flashable zip of the ported version . I looked through the original thread and find it hard to use the diff patch, so even if there is a ported version I won't really be able to apply it, hence the request.
No one has ported it for the Infuse.
sent from outer space.
Its on slim 3.0.0 :thumbup:
Sent from my SGH-I997 using xda app-developers app
wuddup!
I'm MBQ, aka, a fantastic developer.. and I present to you..
EasyGApps!
Dude it sound like a slutty GApps package, wtf is it REALLY?
A simple, and elegant, way of downloading GApps packages.
{
"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"
}
(Credits to the artist of this picture)
Features:
-HardwareAccelerated enabled
-Clears cache on exit
-8 different application themes to choose from
-Great dev support
-Extremely sleek and elegant design
-Optimized Views
-Much more!!
Screenshots:
Download from the Play Store:
https://play.google.com/store/apps/details?id=com.mbq.easygapps
Direct download:
http://vanir.mbqonxda.net/download/Extras/Apps/com.mbq.easygapps-2.apk
Credits:
ckChangelog: https://github.com/cketti/ckChangeLog
Crouton: https://github.com/keyboardsurfer/Crouton
Credit goes to the respectful artists of the images I used.
Reserved for whatever!!
awesome,great work!!! :good:
-CALIBAN666- said:
awesome,great work!!! :good:
Click to expand...
Click to collapse
That's what I like to hear!
Thanks :victory: Trying it out now.
newyorksabre said:
Thanks :victory: Trying it out now.
Click to expand...
Click to collapse
Let me know how you like it!
Although relatively simple, this thing is really powerful imo.
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Have tested few things and i must say thats an really beautifull,fast and helpfully app,thanx.:thumbup:
GREEEEETZ!!!!
-CALIBAN666- said:
Have tested few things and i must say thats an really beautifull,fast and helpfully app,thanx.:thumbup:
GREEEEETZ!!!!
Click to expand...
Click to collapse
Thank you!
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Why have an app can go to a website? Isn't that what the browser does? I understand it consolidates all available gapps in one location but that's why a browser has bookmarks.
Not being mean, just wondering whats the point of having an app that takes you to a website.
Someone enlighten me..
Sent from my Nexus 4 using Tapatalk 2
dEris said:
Why have an app can go to a website? Isn't that what the browser does? I understand it consolidates all available gapps in one location but that's why a browser has bookmarks.
Not being mean, just wondering whats the point of having an app that takes you to a website.
Someone enlighten me..
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Solid points.
BUT
Again, its just an *easier* way of accessing GApps, and much easier than going to all these sites and setting up bookmarks
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
MBQ_ said:
Solid points.
BUT
Again, its just an *easier* way of accessing GApps, and much easier than going to all these sites and setting up bookmarks
Sent from my Galaxy Nexus using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok cool. I installed it anyways! =)
Sent from my Nexus 4 using Tapatalk 2
dEris said:
Ok cool. I installed it anyways! =)
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
Cool!
Thanks dude.
Added a direct DL to the OP!
I love all MBQ apps , congrats on being featured !
Sent from my Galaxy Nexus using Tapatalk 4
Cool installing now..
Sent from my GT-N7100 using xda app-developers app
---------- Post added at 01:07 PM ---------- Previous post was at 01:05 PM ----------
Also love your MBQ cpu guide.. Understood well
Sent from my GT-N7100 using xda app-developers app
direct link is down
assume locked & unrooted device. what is needed for this app to work?
Lokifish Marz said:
assume locked & unrooted device. what is needed for this app to work?
Click to expand...
Click to collapse
Why would you need gapps on an unrooted device
oddoneout said:
Why would you need gapps on an unrooted device
Click to expand...
Click to collapse
Because not all android devices come with play store or gapps.
Real productive, that is
As says the title says this is the android L keyboard . just install as regular app then enable it ...
{
"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"
}
.... DL link : https://docs.google.com/file/d/0B1DGsUzId7AHTjQ3V0tabVBoYWs/edit?usp=docslist_api
Sent from my HTC One_M8 using Tapatalk
It's probably better to post the official Play Store link instead of some unknown apk on Google Docs.
https://play.google.com/store/apps/details?id=uk.co.shenye.android.inputmethod.latin
henrybravo said:
It's probably better to post the official Play Store link instead of some unknown apk on Google Docs.
https://play.google.com/store/apps/details?id=uk.co.shenye.android.inputmethod.latin
Click to expand...
Click to collapse
Well I'm sorry u feel offended I just offered it for people instead of having to search or what ever it just be in a easy to DL place.... U can always inspect the apk before installing it... I've posted apps and addon's many times before in other phone sections.. So its not like I'm a newbie and gonna give bs apks just for the hell of it .. That ruins my name and reputation.. If a guys word isn't good then what good is he ?
Sent from my HTC One_M8 using XDA Premium 4 mobile app
There's an update for this keyboard in the Play Store. The dev has add-on dictionaries working now, and a couple of new themes.
henrybravo said:
There's an update for this keyboard in the Play Store. The dev has add-on dictionaries working now, and a couple of new themes.
Click to expand...
Click to collapse
Link in play store has been pulled by google....glad the op posted this an kept link live....good look on this
Sent from my HTC6525LVW using XDA Premium 4 mobile app
Thanks OP for the link.... Some of us aren't as paranoid as others...
Tigerstown said:
Link in play store has been pulled by google....glad the op posted this an kept link live....good look on this
Sent from my HTC6525LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Is this the updated version mentioned in post 6? Thanks
Sent from my HTC One_M8 using Tapatalk
Stea1thmode said:
Is this the updated version mentioned in post 6? Thanks
Sent from my HTC One_M8 using Tapatalk
Click to expand...
Click to collapse
Don't know. Myself I got it from play store an made a tita buckup so I can simply restore that with no issues. I can say the link in the op works great as I got it for my wife's phone cause she missed the play store download
Sent from my HTC6525LVW using XDA Premium 4 mobile app
Tigerstown said:
Don't know. Myself I got it from play store an made a tita buckup so I can simply restore that with no issues. I can say the link in the op works great as I got it for my wife's phone cause she missed the play store download
Sent from my HTC6525LVW using XDA Premium 4 mobile app
Click to expand...
Click to collapse
the version linked in this thread is the one with the bust addon dictionary, where can we get the latest one with the fix?
Hey bigfdaddy2,
Thanks for the post, really appreciate it dude. Despite your questionable username, dubious avatar, and suspicious motivations - I found this post very helpful. Please make sure you taking these things into consideration in the future
retarded
cheers for this
Moderator warning,
I have been monitoring this thread and just cleaned a lot of posts. Please keep all posts on topic regarding this APK only. Also swearing and flaming other users is against forum rules.
Many thanks,
Ghost
Thank you ??