Wired Magazine App - Kindle Fire Q&A, Help & Troubleshooting

Can someone with the Wired Magazine app installed in his Kindle, extract the apk and post it?
Or someone can download it form the Amazon Android Market? I tried it, but it says that only can be run at Kindle.
I want to tried it on another tablet.
Regards

I would love to be able to use Wired on my thunderbolt.
Sent from my ADR6400L using Tapatalk

Here ya go guys

I believe this is on the kindle list of apps....I think I saw it under the newsstand items
Sent from my PC36100 using xda premium

I just tried to install this on my thunderbolt. It told me I didn't own the app and sent me to the amazon app store. Then it said I couldn't "buy" the app (its free) in this device.
Can someone get us around this?
Sent from my ADR6400L using Tapatalk

Ahh never mind. You pay for a subscription after you download it.

its a free app. i don't see how allowing me to use it on another android device would be pirating. I have a subscription to the WIRED print magazine. I'm not asking for illegal access to the magazine content. I just want to be able to use their app on my phone.

kenhen93 said:
Here ya go guys
Click to expand...
Click to collapse
Can you also put the TIME magazine?

lukenova said:
I just tried to install this on my thunderbolt. It told me I didn't own the app and sent me to the amazon app store. Then it said I couldn't "buy" the app (its free) in this device.
Can someone get us around this?
Sent from my ADR6400L using Tapatalk
Click to expand...
Click to collapse
First, go to the Amazon app store online. Search for the Wired magazine app there and buy it there. It will warn you that none of your available devices support the app. Go ahead and buy it anyway (since it is free). You can now launch the app. You'll need a Wired Magazine account and Adobe air for it to work.

I tried. I enter my subscription number, and ask me to sign in. Unfortunatelly, there is no sign in screen, button.

I believe you have to register by clicking on the banner saying "Already a subscriber" after that you should then be able to log on using the email address you register with by clicking the tiny Sign In link above the banner on the top left corner.
I have been using this app on the iPad for months and I can access all the issues I own in paper and have the ability to buy past issues beyond my paper subscription. On the fire app I can only access issue 19.11 and after 19.12 arrived in the mail I could download it on the ipad but not on the fire. Anyone else with this experience?

I already did that (registered), but I never get the Sign In link. I have the iPad subscription too. And same as you, I can get (on the ipad), the December one.

gd1147 said:
I believe you have to register by clicking on the banner saying "Already a subscriber" after that you should then be able to log on using the email address you register with by clicking the tiny Sign In link above the banner on the top left corner.
I have been using this app on the iPad for months and I can access all the issues I own in paper and have the ability to buy past issues beyond my paper subscription. On the fire app I can only access issue 19.11 and after 19.12 arrived in the mail I could download it on the ipad but not on the fire. Anyone else with this experience?
Click to expand...
Click to collapse
Similar experience, but with GQ magazine.

Can someone get the apk for GQ and Cosmo for us?
Sent from my ADR6400L using Tapatalk

Wired Support
Just a FYI, contacted Wired support and they are only making content for November issues forward.

I subscribe to Wired Magazine. The posted .apk works great on my Evo View. After signing up and logging in, I had to log out and log back in order to get the issues to show as "purchased."

Since this seems to be the charity thread.... any chance someone could post the Entertainment Weekly app? It's another that still requires a separate subscription but the app is only available to kindle fire in the amazon store. Already tried the route of getting it through the web app store but it was no dice.

ecuellar said:
I tried. I enter my subscription number, and ask me to sign in. Unfortunatelly, there is no sign in screen, button.
Click to expand...
Click to collapse
You sign in at the top left of the wired app main page. It's up at the very top.
Also this thread has nothing to do with Android Development, please use some consideration when creating threads. There is a section under Amazon Kindle Fire called Themes and Apps, this thread should have went there instead of cluttering up the Android Development. Granted it's not a major foul but please just use some common sense people.

Muchas gracias! I wasn't able to download this directly from my Samsung Galaxy Tab 7" for some reason. I downloaded it to my hackintosh and copied it to the SD card, and installed it from there, once the mandatory Adobe Air installed first. It complains every time I open it or start a download of an issue, but I just hit "quit" each time. Log in worked, and I can now download and read Wired on my Tab! Yahoo...! The January and February 2012 issues are 126 and 178 MB each, but the December and November '11 issues are 371 MB and 261 MB respectively! And I'm sure that's their compressed size. Those must be the only Android-compatible issues because that's all that shows up in the library. On my GF's iPad I see everything available since my subscription started.
Correction: the warning dialog only comes up when I start the app and try to log in. Once I've cancelled the dialog viewing the issues is perfect.

lordsofletterbox said:
You sign in at the top left of the wired app main page. It's up at the very top.
Also this thread has nothing to do with Android Development, please use some consideration when creating threads. There is a section under Amazon Kindle Fire called Themes and Apps, this thread should have went there instead of cluttering up the Android Development. Granted it's not a major foul but please just use some common sense people.
Click to expand...
Click to collapse
On my Motorola Xoom running Virtuous Inquisition v3 (ICS) I can register, and I see the little red arrow pointing up, with the phrase "Already have access? Sign in above" but there is nothing above the arrow. The word "Wired" appears in the center of the bar at the top, and there's a gear-shaped menu icon in the upper-right, but the only item on the menu is "Restore all purchases" which does nothing but bring up the incorrect "No internet connection" message.
So close, yet so far away. You'd think Conde Nast could afford to hire decent Android Devs.

Related

Researching the Kindle Fire's 'no Amazon Video with root' lock

So it's a bit rubbish that you can't use Amazon Video on your Kindle Fire if it's rooted. I don't want to steal movies, crack DRM or anything else, I just want to have a rooted device to use with my Amazon Prime VOD feature. Bit harsh imho. Sooooo.... I thought i'd have a poke around and see what I could find out.
What I found was a very complex web of protection on a scale above anything i've seen an Android app before. Not only does the application check for root in more that one location (in the application itself and in the native library), it also performs tamper detection on the APK. Not only that but it also checks that the signature on the APK to check that no code has changed (if you change the code in classes.dex and drop it in, this is usually OK on a /system/app file, but not in this case). The code itself doesn't have a single, uniform tamper / root check function, it does it all over the place. Finally, just to make things even more difficult, key parts of the code are pretty heavily obfuscated to make the code hard to analyse / modify.
Despite this, I thought i'd see what I could achieve by patching it piece by piece with the goal of allowing video with root.
The first step was to work out how to get around the signature check. Without sorting this out, the app would immediately flag up as being tampered if I made ANY change to the code. The answer to this was to re-sign the Amazon Video APK, ATVAndroidClient.apk. Of course we don't have the Amazon certificates, so we can sign them with our own, or with SDK certificates. Since Amazon Video uses a shared user id, other APKs need to be signed too. The full list is ATVAndroidClient.apk, KindleForOtter.apk, OtterTutorial.apk, AmazonVenezia.apk, Launcher.apk, Windowshop.apk, CSApp-unsigned.apk, MyAccount-unsigned.apk, amazonmp3-unsigned.apk, Cloud9-unsigned.apk, OOBE-unsigned.apk, com.amazon.dcp.apk, Cloud9SystemBrowserProvider-unsigned.apk, OTASilentInstall.apk, Facebook.apk and OtterAppManager.apk.
After doing this, the next step is to patch out the tamper checks. This can really only be achieved by tracing where the app goes and how it works and by carefully analysing logcat to get clues as to where the errors are happening. Since i'm in the UK I also had to use a DNS proxy with a static IP... I used unblock-us which works a treat. Eventually I got to a stage where I got the application to ignore any tamper detections, thereby enabling the various 'Watch' buttons.
In the next step I could see what something was triggering another problem, and it turned out to be detection of root. This was happening in one of the more obfuscated bits of code, but again with careful tracing I managed to find this and patch it out.
At this point the application was loading, passing tamper checks, giving me the watch buttons, requesting the stream from Amazon and giving me the loading progress bar etc... BUT... the licence request to Amazon continually failed. This is the point where I came to something of a brick wall. It appears that there is some additional root checking going on in the native library, and unfortunately, reverse engineering this is beyond both my abilities and more important the time I have available, so we don't have a fully working solution.
The positive things though are that we now have a patchable Amazon Video APK, which means we can implement the functionality of the 'root keepers' within the app itself. We can effectively make the Amazon Video APK hide the su binary from itself on launch and put it back after it's run it's checks. Not ideal, but might be the best way to go. Note that the root check doesn't care about the Superuser APK, it only checks for 'su'. It checks in all the locations in the PATH variable, so moving it to, say. /system/root and adding that to the path won't help. Unfortunately.
For now, I have to put this on the back burner, but i'm posting my patched APK below so that if anyone wants to pick up the work of reversing the native binary they can do so, simply by using this APK and re-signing it and the other APKs mentioned above.
Any questions, feel free to ask them here. Obviously I have no interest in saving streams, downloading movies or any stupid stuff like that, so don't even ask.
P
DOWNLOAD - MD5: f6044dbeffa4eb3f8361c71a96683150
send to kindle - passage through amazon servers
Apologies if this seems off off topic but I believe it may tied to your explanation of the security at Amazon --
http://forum.xda-developers.com/showthread.php?p=21366426#post21366426
As proof of concept Ive been messing around with the SendtoKindle.exe from the desktop explorer -- and have failed to get anything worthwhile past the amazon servers.... to see if I can use the Send to Kindle to get say, a rom file or binary kernel or apk or something of that sort -- and have not been able to get anything past.
The fact that everything is failing is only making me want to keep trying different things -- which Ill just keep on trying.. so i will try different things -
Ive sent 40 different documents of all kinds to see what goes through and what doesnt... and the only things that are going through are basically legitimate items.
If this is entirely irrelevant to your quest, then my apologies -- but regardless I shall enjoy observing how you shall achieve your success Paul!
Solved. Its hacky, but I've confirmed it working. http://rootzwiki.com/topic/15134-how-to-get-amazon-prime-video-working-with-rooted-stock/
infinitybiff said:
Solved. Its hacky, but I've confirmed it working. http://rootzwiki.com/topic/15134-how-to-get-amazon-prime-video-working-with-rooted-stock/
Click to expand...
Click to collapse
No offense but this has been around for awhile and is known as a workaround. This thread is about finding a solution instead of having to use a workaround I suppose.
Here is an example of a thread posted in November with this information.
http://forum.xda-developers.com/showpost.php?p=19718688&postcount=6
And another thread in December.
http://forum.xda-developers.com/showthread.php?t=1414235
G1ForFun said:
No offense but this has been around for awhile and is known as a workaround. This thread is about finding a solution instead of having to use a workaround I suppose.
Here is an example of a thread posted in November with this information.
http://forum.xda-developers.com/showpost.php?p=19718688&postcount=6
And another thread in December.
http://forum.xda-developers.com/showthread.php?t=1414235
Click to expand...
Click to collapse
Late to the party i suppose
Sent from my SGH-I897 using XDA App
What ROM were you testing on? Even if you temp unroot with RootKeeper on CM7, Amazon Video will not work (in my experience). The Watch button is always greyed out.
Takenover83 said:
What ROM were you testing on? Even if you temp unroot with RootKeeper on CM7, Amazon Video will not work (in my experience). The Watch button is always greyed out.
Click to expand...
Click to collapse
Have you tried force closing the video app and restarting it while unrooted?
Also does video work on CM7? I have not installed it to try.
Sent from my E4GT using xda premium
mkuehn10 said:
Have you tried force closing the video app and restarting it while unrooted?
Also does video work on CM7? I have not installed it to try.
Sent from my E4GT using xda premium
Click to expand...
Click to collapse
Yep, sure did. Something about CM7 that amazon does not like
Takenover83 said:
Yep, sure did. Something about CM7 that amazon does not like
Click to expand...
Click to collapse
I'm sure it's more than just the Amazon video app you will need to get this working...what apps are installed and are they on the system partition. Can you keep us posted on your progress?
B3L13V3 said:
I'm sure it's more than just the Amazon video app you will need to get this working...what apps are installed and are they on the system partition. Can you keep us posted on your progress?
Click to expand...
Click to collapse
There was 3 or 4 apks I had to install. Cant remember all the names off the top of my head. I know some account apk just to sign into amazon, video. I wish I could be more helpful but do not have my Pc in front of me right now (out and about). But the app its self was runing just fine. I Just was being blocked (even though I unrooted.)

[Q] Disable My Magazine Shortcut?

I rooted and was trying to remove apps I didn't want... On trying to use the My Magazine app, it had no options to disable the shortcut. I have since deleted Flipboard and My Magazine, but the swipe motion to bring up My Magazine instead brings up the Google Play store and the phone saying it can't find the app.
I was wondering if there's any way to disable the shortcut (swipe up from the home button) completely or if there's a way to remap it? I have tried looking in the options to no avail and it's a minor inconvenience I would ideally like to get rid of or (failing that) remap it to Google Now. Thanks in advance for any help anyone can provide.
I'm with you on this. I'd rather have Google Now as the swipe since there is no search button. I'm so used to it on the GSII. Hopefully it can be changed. I don't even use the Magazine app.
I must pull up that dumb magazines app a dozen times a day because I'm used to checking google now for sports scores
bobbyphoenix: I'm definitely with you on this... I'm not much of a Flipboard person anyhow and I would much rather have Google Now remapped to it if I can't get rid of the function. The upside is that I could get rid of the Google search box on the home screen if I had to remap the function.
I would love to no how to fix this to ...
Sent from my SM-N900T using XDA Premium 4 mobile app
I can't believe how annoying this is to get rid of. Why not have a setting to turn it off in the myriad of settings menus that is Touchwiz? This is driving me nuts! Pleaaase someone figure out how to get rid of this, preferably without root. I'd be eternally grateful
I figured it out! I started playing around with the app for a while, and I didn't realize everything it could do. I think I may keep it there now, but for those who don't want it, press the home key on the home screen to open My Magazines. Once it's open press the menu key. Go to settings. Then un-check "Open using the home key".
EDIT - Oh, and of course that is just to disable the home button from opening it. I haven't figured out how to disable the swipe up yet, but I'm looking for it.
Never seen the magazine app yet.. I'm using nova launcher I use the swipe up for my recent apps
markysd said:
Never seen the magazine app yet.. I'm using nova launcher I use the swipe up for my recent apps
Click to expand...
Click to collapse
Yes, only in touchwiz. Will figure out a way to replace this with Google now if possible, if someone else doesn't/hasn't
Sent from my SM-N900T using Tapatalk 4
bobbyphoenix said:
I figured it out! I started playing around with the app for a while, and I didn't realize everything it could do. I think I may keep it there now, but for those who don't want it, press the home key on the home screen to open My Magazines. Once it's open press the menu key. Go to settings. Then un-check "Open using the home key".
EDIT - Oh, and of course that is just to disable the home button from opening it. I haven't figured out how to disable the swipe up yet, but I'm looking for it.
Click to expand...
Click to collapse
Oh you're great! thanks for the tips! finally i managed to get rid of the annoying My Magazines on the home key.:good:
So, is there something new about replacing swipe up with other app?
What's this menu key you speak of which lets me turn MyMagazine off? I don't need to agree to the terms and conditions and actually start using this odious app in order to turn that off, do I?
BartHumphries said:
What's this menu key you speak of which lets me turn MyMagazine off? I don't need to agree to the terms and conditions and actually start using this odious app in order to turn that off, do I?
Click to expand...
Click to collapse
Yes you have to agree to the terms and usage to be able to get to the my magazine lobby then the settings menu. Just because you agree to the terms and usage doesn't mean you have to use it lol
Sent from my SM-N900T using xda app-developers app
Quickvic30 said:
Yes you have to agree to the terms and usage to be able to get to the my magazine lobby then the settings menu. Just because you agree to the terms and usage doesn't mean you have to use it lol
Sent from my SM-N900T using xda app-developers app
Click to expand...
Click to collapse
It seems the binding to the up-swipe is controlled by touchwiz. I would suspect there is some registry setting or a config file in the system.
I rooted my Note 3 tester using (SM-N900W8) and froze the Flipboard app and the My Magazine app, which Samsung has decided to prevent users from disabling it (stupid move). I get errors and Touchwiz crashes. Both are re-enabled now, and I'll be looking to see how Touchwiz determines which app to run on the up-swipe and how to re-bind the home button.
A friend shared a clip from Family Guy with me today after hearing about this issue... Peter is giving some tech support to Quagmire, and an Agreement comes up on screen. Quagmire says 'let me read through this' and Peter says 'just click Agree' so he does. 3 seconds later some dude in a suit shows up and punches Quagmire in the head knocking him to the floor and smashing the laptop. Quagmire yells "ow, what the hell was that for?" and the suited fellow replies "well you agreed to the terms and conditions, didn't you?". That guy in the suit should be named Sam Sung.
RDA3440 said:
It seems the binding to the up-swipe is controlled by touchwiz. I would suspect there is some registry setting or a config file in the system.
I rooted my Note 3 tester using (SM-N900W8) and froze the Flipboard app and the My Magazine app, which Samsung has decided to prevent users from disabling it (stupid move). I get errors and Touchwiz crashes. Both are re-enabled now, and I'll be looking to see how Touchwiz determines which app to run on the up-swipe and how to re-bind the home button.
A friend shared a clip from Family Guy with me today after hearing about this issue... Peter is giving some tech support to Quagmire, and an Agreement comes up on screen. Quagmire says 'let me read through this' and Peter says 'just click Agree' so he does. 3 seconds later some dude in a suit shows up and punches Quagmire in the head knocking him to the floor and smashing the laptop. Quagmire yells "ow, what the hell was that for?" and the suited fellow replies "well you agreed to the terms and conditions, didn't you?". That guy in the suit should be named Sam Sung.
Click to expand...
Click to collapse
The upswipe stuff is all in the TW launcher. You can go in and code it to do something different though - like open Google Now for example
dwitherell said:
The upswipe stuff is all in the TW launcher. You can go in and code it to do something different though - like open Google Now for example
Click to expand...
Click to collapse
Yeah I figured as much. We're not allowed to browse 'personal' websites from our corporate networks... we have had a lot of 'unauthorized use' triggers and notifications from various firewalls due to Note 3's being issued to users. So far, every single user with a Note 3 has complained about this.
Even more unfortunate is that I have had to take back the Note 3's and reassign them iPhones.
RDA3440 said:
Yeah I figured as much. We're not allowed to browse 'personal' websites from our corporate networks... we have had a lot of 'unauthorized use' triggers and notifications from various firewalls due to Note 3's being issued to users. So far, every single user with a Note 3 has complained about this.
Even more unfortunate is that I have had to take back the Note 3's and reassign them iPhones.
Click to expand...
Click to collapse
No good - it doesn't sound like you need it but just in case if you need any help poking around with this feel free to PM me.
RDA3440 said:
Yeah I figured as much. We're not allowed to browse 'personal' websites from our corporate networks... we have had a lot of 'unauthorized use' triggers and notifications from various firewalls due to Note 3's being issued to users. So far, every single user with a Note 3 has complained about this.
Click to expand...
Click to collapse
You let your wireless connections access to your inside corp network? Here, the only way to access corp would be via some sort of VPN connection.
krelvinaz said:
You let your wireless connections access to your inside corp network? Here, the only way to access corp would be via some sort of VPN connection.
Click to expand...
Click to collapse
Not quite (wish it was that easy).
Essentially, we have people that travel from site to site. Many sites do not have cellular connectivity in certain areas, however use of handheld devices on a secured segment of the network IS allowed. What is NOT allowed is attempts to access non-work related content, i.e. facebook, youtube, news/political web sites, and the like. They are all blocked, but what happens is each attempt to access an unauthorized site is logged and reported. The Note 3's trigger these alerts a LOT because when you run any of these apps (which on our current Galaxy S4's can be disabled easily WITHOUT rooting), they immediately reach out and start attempting to download content (even when started by accident). Wireless devices are permitted to access the Internet (work purposes only: voip, some web portals / web apps), and limited corporate resources (email, etc).
I have notified Samsung and they are looking into this (REF ID: 2122396737 for anyone at Samsung reading this thread).
I'm more than happy to root my own personal Note 3, but I can't do that legitimately with any corporate owned handsets.
I installed Nova Launcher (free). Seems to offer 99% of the Touchwiz features, plus a lot more. It is certainly faster as well. Got rid of the ridiculous my magazine activation (upswipe/home button).
You do not need root for it, and for the most part, it will look/feel the same.
Temporary work around for my personal Note 3. Still waiting for a response from Samsung support.

Flappy Birds Family

Would anyone be kind enough to download and extract the Flappy birds family apk and upload here. Its only available on fire tv, which I don't have.
TickleMeHomo69 said:
Would anyone be kind enough to download and extract the Flappy birds family apk and upload here. Its only available on fire tv, which I don't have.
Click to expand...
Click to collapse
i second this
Wait?,There is a Flappy Bird for Fire TV?!?
Is gameplay in landscape?
The app itself has to be in landscape orientation on Fire TV,otherwise it could be simulating portrait by not using the entire screen-width,which would be as torturous as the original Flappy Bird when played on a tablet that could use landscape.
Although,portrait mode sometimes works on Fire TV for some reason.
Tip:XDA Forums supports attachments,and also supports the apk format directly.
Your limit is 20.00MB for an apk.
If it is larger than 20.00MB,try compressing it into a zip.
Zip files are also limited to a whopping 20.00MB of space.
If you have access to a Windows PC like Win7,you can take advantage of
its "Send To> Compressed (zipped) folder" a most powerful compression tool.
retroben said:
Wait?,There is a Flappy Bird for Fire TV?!?
Is gameplay in landscape?
The app itself has to be in landscape orientation on Fire TV,otherwise it could be simulating portrait by not using the entire screen-width,which would be as torturous as the original Flappy Bird when played on a tablet that could use landscape.
Although,portrait mode sometimes works on Fire TV for some reason.
Tip:XDA Forums supports attachments,and also supports the apk format directly.
Your limit is 20.00MB for an apk.
If it is larger than 20.00MB,try compressing it into a zip.
Zip files are also limited to a whopping 20.00MB of space.
If you have access to a Windows PC like Win7,you can take advantage of
its "Send To> Compressed (zipped) folder" a most powerful compression tool.
Click to expand...
Click to collapse
Yes there is. Its was specifically built for fire tv by the original creator. Not even fire tabs or phone can download it.
Got the apk file.
View attachment com.dotgears.flapfire-1.apk
Edit:Alright,can someone mod this so I don't need gamecircle or the Amazon Appstore
so I can actually testrun it?
My Fire TV's current condition with Flappy is improperly trying to open an action list instead of doing the normally assigned action. (whatever that is)
It keeps spamming me with the gamecircle after I touch the "no thanks" option.
I only caught a glimpse of the in-game portion where you select a bird.
Fire Phone good to Go!
The apk works perfectly on the Amazon Fire Phone! Wonder why they would exclude it from their own newly launched device? As for other android devices? Yea I get it, they paid Nguyen (developer) a sick amount of loot for exclusivity! Probably 6 figures?
retroben said:
Got the apk file.
View attachment 2884659
Edit:Alright,can someone mod this so I don't need gamecircle or the Amazon Appstore
so I can actually testrun it?
My Fire TV's current condition with Flappy is improperly trying to open an action list instead of doing the normally assigned action. (whatever that is)
It keeps spamming me with the gamecircle after I touch the "no thanks" option.
I only caught a glimpse of the in-game portion where you select a bird.
Click to expand...
Click to collapse
just installed the Amazon App store and the app store works but when i hit the flappy bird's family app it says i don't own it then i hit install and it says it's not compatible :/
6th_Hokage said:
just installed the Amazon App store and the app store works but when i hit the flappy bird's family app it says i don't own it then i hit install and it says it's not compatible :/
Click to expand...
Click to collapse
Same thing happened with me. I had Amazon App store installed. Once the app finished installing and opened, I was immediately greeted with a screen that I do not own the app.
I tried messing around with some of the files contained in the APK, but no luck yet. Experienced modders, where you at?!?
spiedo said:
Same thing happened with me. I had Amazon App store installed. Once the app finished installing and opened, I was immediately greeted with a screen that I do not own the app.
I tried messing around with some of the files contained in the APK, but no luck yet. Experienced modders, where you at?!?
Click to expand...
Click to collapse
this is what i get when i press view instead of install in Root Browser File Manager maybe if you take out the amazon parts?
Works on my HTC one M8 expect when I click it it says to sign in to Amazon. I click sign in, sign up, or not now and nothing happens. Wont let me play the game.
Sent from my AFTB using XDA Free mobile app
Ndaoud360 said:
Works on my HTC one M8 expect when I click it it says to sign in to Amazon. I click sign in, sign up, or not now and nothing happens. Wont let me play the game.
Sent from my AFTB using XDA Free mobile app
Click to expand...
Click to collapse
the app it self will install and "work" on mostly any device just it wont let you play the game till it verifies some bs with the Amazon App store and also check your default mobile internet browser it might have opened some amazon pages
Report the annoying gamecircle/amazon issue to the developer as a legitimate Fire TV owner.
In a normal circumstance,you would only have the Amazon controller and the remote,meaning you can't
complete the spammed gamecircle bs.
Or maybe I botched something in post-root,and I even have the bueller IME enabled now,but not set as the
default because of the original issue. (null keyboard is my default IME)
http://forum.xda-developers.com/showthread.php?t=2251719 your free to follow this apk decompile and recompile guide to make this app work with everyone else i personally don't have enough storage in my 80GB laptop i know very little space so take a crack at it
Download lucky patcher apk on Google not play store. It's mainly for cracking apps but I don't condone warez. BUT it does allow for removing parts of an app. I removed some stuff and got the Amazon game circle removed but then force closed. Maybe you guys can try with it.
Also since its for fire tv, how do we know it will have touch support?
Sent from my AFTB using XDA Free mobile app
I believe it has to do with the "com.amazon.identity.auth.device.authorization" lines in the manifest.xml, but I'm having trouble parsing my signed APK. Will work on it later tonight. Let me know if anyone makes any progress.
I did not say anything before,but I can confirm pressing basically any button on my Logitech K400r Keyboard made the bird flap.
(at least when not frozen in place from the EFFIN gamecircle crap)
I really want this fixed since I feel that it is much easier than the torturous portrait-oriented version,and would be tons more fun.
I've seen a video of somebody already setting major records like 300+ points.
I am making my own clone of Flappy Birds family with basic split screen multiplayer (using modded sprites to avoid copyright of course). Should be done in a day or 2 but I may make it $.99 since it took a bit to make.
I give up. I tried several modifications to the XML manifest and various different compiling/signing tools but the furthest I've gotten is the opening screen on my Nexus 7.
On my Galaxy S5, the FBF APKs (even the original) will no longer even install. Android is mad at me.
It appears that this website has someone working on it: thedroid.net/flappy-birds-family-android-apk/
Not sure if I'm allowed to post that. I apologize if that's against the rules.
spiedo said:
I give up. I tried several modifications to the XML manifest and various different compiling/signing tools but the furthest I've gotten is the opening screen on my Nexus 7.
On my Galaxy S5, the FBF APKs (even the original) will no longer even install. Android is mad at me.
It appears that this website has someone working on it: thedroid.net/flappy-birds-family-android-apk/
Not sure if I'm allowed to post that. I apologize if that's against the rules.
Click to expand...
Click to collapse
lol that was my post since the guy said that he was gonna post the apk once it was available and didn't so i posted on there to this thread that already had it and since we are looking into it i said that but if it was against the rules I'll take down that post
Ndaoud360 said:
Download lucky patcher apk on Google not play store. It's mainly for cracking apps but I don't condone warez. BUT it does allow for removing parts of an app. I removed some stuff and got the Amazon game circle removed but then force closed. Maybe you guys can try with it.
Also since its for fire tv, how do we know it will have touch support?
Sent from my AFTB using XDA Free mobile app
Click to expand...
Click to collapse
Good point on the touch support, but I thought someone said it was working on the fire phone?

Is it safe to Spoof Device Type for certain Play Store Apps?

Code:
[STRIKE]I just XBMC'd and rooted my Fire TV recently and sideloaded the play store successfully on my Fire TV.
However Google looks at the fire TV as TV device and thus does not show all apps or make them accessible (hulu android version (free content viewing))
I used this method but it looks like that Market Helper is crashing after step 1.
[url]http://www.aftvnews.com/how-to-trick-google-play-store-into-allowing-all-apps/[/url]
Went to the dashboard and the new device is not showing up....any ideas? :(
[/STRIKE]
I'm thinking about editing the Build.prop but I dont know what to put to mimic a AT&T Nexus 7 in the USA
I want to fake my entire device so I can use hulu for android on it. As android you can view free content on a mobile device without a plus account. I'm thinking about editing the Build.prop but I dont know what to put to mimic a AT&T Nexus 7 in the USA. I have a non-carrier Nexus 7 2012 and I can get the information from that but I'm slightly cautious...I've seen HDX threads how this is safe but what about on the Fire TV? I don't want a brick ;__:
lol looking at the build.prop the code name for the Fire TV was...Bueller..Like Ferris Bueller
Thread Topic Changed
seriously? no one has tried this yet??
stanleyopar2000 said:
seriously? no one has tried this yet??
Click to expand...
Click to collapse
Probably because your OP is confusing.
Okay, you want to spoof Hulu, that is what I am gathering from your post. I mean, who doesn't want to spoof Hulu so we can get some free entertainment?
Okay, the Hulu app, even though people seem to claim you can get free stuff on it, doesn't allow free stuff on it. So that leaves web browsers.
So far, my best luck has been Dolphin since you can change it to tell websites you are on a Desktop. Which is basically loads up, but I haven't been able to get it beyond that.
What we need is a custom browser for the AFTV that spoofs being a desktop (don't need to spoof the phone/tablet ****), that then layouts the page so it's useful for AFTV users. And that can, of course, actually play the shows, which I assume are flash crap, but I could be wrong.
nyder said:
Probably because your OP is confusing.
Okay, you want to spoof Hulu, that is what I am gathering from your post. I mean, who doesn't want to spoof Hulu so we can get some free entertainment?
Okay, the Hulu app, even though people seem to claim you can get free stuff on it, doesn't allow free stuff on it. So that leaves web browsers.
So far, my best luck has been Dolphin since you can change it to tell websites you are on a Desktop. Which is basically loads up, but I haven't been able to get it beyond that.
What we need is a custom browser for the AFTV that spoofs being a desktop (don't need to spoof the phone/tablet ****), that then layouts the page so it's useful for AFTV users. And that can, of course, actually play the shows, which I assume are flash crap, but I could be wrong.
Click to expand...
Click to collapse
Hulu allowed android users to stream free content that they can get on desktop free on mobile. It's only android. Not iPhone Every other platform (even the Desktop WIndows 8.1 app) requires a paid plus account. I was watching a full anime series (BECK) on the official hulu app on my Note 3 with a free account via chromecast screen mirroring. Using the Hulu Plus app on my smartphone. FREE. It's possible. I can jump on my Nexus 7 and go to the hulu app with a free account and pop on attack on titan without any issues (well with ads of course)
http://blog.hulu.com/2014/07/30/sample-free-content-on-hulu-for-android-2/
It says so here.
My problem is...is that when android hulu app starts up. It looks at the build.prop to see what device and model it is...and if it doesn't match the criteria of an android smartphone or tablet, it will be denied the free login.
currently my XBMC'd Fire TV has a "bueller" code name and a AFTV in the model area. Which is telling Hulu it's not an official android phone or tablet. I already used market helper to get full range of play store apps but that's just for the play store. My theory is that, if I change the build prop model and build names to my nexus 7 (2012) would it trick hulu into thinking the AFTV was a Nexus 7? thus allowing free content "sampling?"
I've changed the build.prop on my other devices for various things and reasons in the past and I can do it now. But is it safe to do on a AFTV??
stanleyopar2000 said:
Hulu allowed android users to stream free content that they can get on desktop free on mobile. It's only android. Not iPhone Every other platform (even the Desktop WIndows 8.1 app) requires a paid plus account. I was watching a full anime series (BECK) on the official hulu app on my Note 3 with a free account via chromecast screen mirroring. Using the Hulu Plus app on my smartphone. FREE. It's possible. I can jump on my Nexus 7 and go to the hulu app with a free account and pop on attack on titan without any issues (well with ads of course)
http://blog.hulu.com/2014/07/30/sample-free-content-on-hulu-for-android-2/
It says so here.
My problem is...is that when android hulu app starts up. It looks at the build.prop to see what device and model it is...and if it doesn't match the criteria of an android smartphone or tablet, it will be denied the free login.
currently my XBMC'd Fire TV has a "bueller" code name and a AFTV in the model area. Which is telling Hulu it's not an official android phone or tablet. I already used market helper to get full range of play store apps but that's just for the play store. My theory is that, if I change the build prop model and build names to my nexus 7 (2012) would it trick hulu into thinking the AFTV was a Nexus 7? thus allowing free content "sampling?"
I've changed the build.prop on my other devices for various things and reasons in the past and I can do it now. But is it safe to do on a AFTV??
Click to expand...
Click to collapse
Okay, with the recovery installed, I don't see why it's not safe to change the build.prop. Not the expert on it though.
nyder said:
Okay, with the recovery installed, I don't see why it's not safe to change the build.prop. Not the expert on it though.
Click to expand...
Click to collapse
thanks for helping me so far! so install a custom recovery and backup and then change the build.prop and watch what happens?...I wish more people would weigh in on this.............
stanleyopar2000 said:
thanks for helping me so far! so install a custom recovery and backup and then change the build.prop and watch what happens?...I wish more people would weigh in on this.............
Click to expand...
Click to collapse
I did some searching, found this article about it: http://apcmag.com/how-to-fake-an-android-device.htm
Found this also, different direction then spoofing build.prop http://www.makeuseof.com/tag/problems-with-hulu-on-android-fix-it-with-two-simple-and-easy-apps/
nyder said:
I did some searching, found this article about it: http://apcmag.com/how-to-fake-an-android-device.htm
Found this also, different direction then spoofing build.prop http://www.makeuseof.com/tag/problems-with-hulu-on-android-fix-it-with-two-simple-and-easy-apps/
Click to expand...
Click to collapse
Thanks much! I will definitely look into this!

[APK Request] Apple TV and Amazon App Store

Hi!
As I have no access to the FireTV Amazon App Store, I would like to request two apk's. The first one is the Amazon App Store-app from FireTV, and the second one is the newly released official Apple TV-app available for Amazon FireTV. Are anyone able to extract those two for me?
Thanks in advance!
Also waiting on these. Have 12 months free Apple TV but no way to play on TV
---------- Post added at 02:53 PM ---------- Previous post was at 02:47 PM ----------
So managed to put an old version on the Shield to get past the verification and then it tells me that I don't own this app (referring to Apple TV) and then it takes you to the app page on the App Store which tells you that the device isn't compatible. Looks like there isn't a way to bypass the check currently
Could we use this method? /fire-tv/help/bbc-iplayer-sideloaded-app-owned-error-t3315474/amp/
Found it with five minutes of googling
https://www.apkmirror.com/apk/apple...-tv-fire-tv-variant-1-2-android-apk-download/
Ravetcofx said:
Found it with five minutes of googling
Click to expand...
Click to collapse
Problem is it says you do not own this app when trying to run.
Can anyone patch this?
Too Fresh said:
Problem is it says you do not own this app when trying to run.
Can anyone patch this?
Click to expand...
Click to collapse
1) Install the phone/tablet Amazon Appstore app on TV/settop box.
2) Open app & sign in with your Amazon credentials
3) With your computer, or desktop mode on phone/tablet browser, visit this site: https://www.amazon.com/Apple-Inc-TV/dp/B07XDD7GYT/
4) Hit "Get App" icon, signing in if needed. Even though it says it is not compatible with any devices, it will still allow the 'purchase.' Let it continue, and you should see a confirmation text towards the top of the page that you now own the app.
5) Return to TV/settop box & run the app again.
Now I haven't used this update yet, but there may yet still be problems actually logging in with Apple ID.
ADDENDUM: This version checks build.prop so it likely won't work in anything but a compatible Fire TV model. This won't be an easy fix, and such a fix may require root.
Sent from my HD1905 using Tapatalk
GenesisDH said:
1) Install the phone/tablet Amazon Appstore app on TV/settop box.
2) Open app & sign in with your Amazon credentials
3) With your computer, or desktop mode on phone/tablet browser, visit this site:
4) Hit "Get App" icon, signing in if needed. Even though it says it is not compatible with any devices, it will still allow the 'purchase.' Let it continue, and ypu should see a confirmation text towards the top of the page that you now own the app.
5) Return to TV/settop box & run the app again.
Now I haven't used this update yet, but there may get still be problems actually logging in with Apple ID. I plan to try in a while.
Sent from my HD1905 using Tapatalk
Click to expand...
Click to collapse
Thanks for the instructions. I seem to have gotten closer but now run into a new error.
“To use Apple TV app, please install the latest fire tv software version in settings”
I’m using the Fire TV (first gen) with the newest software on it currently. Any idea on how to bypass this? (Some reason they decided to not give access to Apple TV on the 1st gen)
Too Fresh said:
Thanks for the instructions. I seem to have gotten closer but now run into a new error.
“To use Apple TV app, please install the latest fire tv software version in settings”
I’m using the Fire TV (first gen) with the newest software on it currently. Any idea on how to bypass this?
Click to expand...
Click to collapse
First gen Fire TV... I don't believe first gens are supported. Only Fire TV Stick 2nd Gen, and the Fire Stick 4K.
It might work with the 3rd gen, TV Cube or TV Editions, but do not know.
It appears to be looking at the build.prop (or maybe the Fire OS build version) upon launch, which you can't easily modify without root access. So it looks coded to fail if it isn't a supported device.
Sent from my HD1905 using Tapatalk
The link above and attached is good
https://www.apkmirror.com/apk/apple-inc/
The snag for me was that i had an Apple ID but that is not enough. You must open an iTunes account too. Once that was done I was in. Then, I was underwhelmed. Nothing new there except for the Jason Mamoa flick "See". You can watch two episodes free and then must pay. I passed.
After jumping the hoops it runs fine on my Cube 2 that is going back after my new Shield Pro arrives tomorrow. My second Cube 2 continually stalls like the first. Cannot duplicate the behavior on Stick 4k, Cube 1, Roku HD, Roku Stick 4k, and LG WebOS 3.5. YTTV, Netflix, Showtime, all stall. Nice that Fire now supports YTTV and Dis+ but too late for me. Tired of jumping from platform to platform. Cube 2 would have done it finally for me but tired of restarting programs. My Harmony Hub has HBO Now issues with the Cube 2 too. Select/OK doesn't work. Weird. Too many moving parts.
Has anybody managed to get this to work on Nvidia Shield without rooting it to change build.prop?
(And I assume that changing build.prop has the potential to break other things as well).

Categories

Resources