Hey everyone! Does anyone out there know anything about debugging applications? I have downloaded this Doctor Who: The Mazes of Time game several times and tried to get it to run, both on my Bionic and on the DROID X2 I had previously. It has Open Feint, which it will allow you to enable, but then will force close upon trying to run the game. I looked at the error report and it shows an OutOfMemory error. (I can provide a copy of the stack trace if anyone is interested in looking at this problem). I have seen this app run successfully on an HTC Evo 4g. I also took a look at the user reviews on the Play Store, and it seems like most of the devices the app has run on successfully are single-core devices. My knowledge of programming is limited but I'd appreciate if anyone could assist me on trying to get this game to work.
Thx
DL66
Sent from my DROID BIONIC using xda premium
Huge DW fan...since the 70s.
I want that app!
Sent from my DROID BIONIC using XDA
You can get it from the Google Play store...let's hope someone can help get it to work like it's supposed to
Sent from my DROID BIONIC using xda premium
Related
http://www.androidcentral.com/leaked-lg-revolution-system-dump-has-netflix
It would be so great if we can get some devs working on this.
Sent from my Xoom using XDA App
Here is a page that has the link to the .Apk.
http://phandroid.com/2011/03/15/netflix-for-android-apk-leaked/
I am downloading and installing now.
No one has been able to stream yet as far as I know.
Sent from my Xoom using XDA App
Im sure that the UI isn't optimized for the large screen.
Having any luck skull?
OK, ui was stuck in portrait, so not optimized for honeycomb. When it went to start streaming it switched to landscape.
Was able to sign in and see queue etc. Tried to stream and got an error after a few seconds saying it cannot connect to netflix servers. This is consistent with what others are experiencing.
Sent from my Xoom using XDA App
just tried the apk as well, no bones on streaming...
looks like its a DRM lockdown. log copied from this thread
Here is the drm software and the .Apk
Should this thread be in development, or will the devs see it here easy enough?
http://forum.xda-developers.com/showthread.php?t=994768
Sent from my Xoom using XDA App
Don't know that devs will touch it. My thread in the nexus one forum was shut down for beginning a discussion to get this going. Devs are probably worried about lawsuits or cease and desisted. Remember what happened to Cyanogen back in the day.
Sent from my Nexus One using XDA Premium App
http://www.engadget.com/2011/05/12/netflix-releases-android-app-for-select-htc-phones-samsung-nexu/
I hope the Xoom is not far behind.
I hope they start rolling this out on different devices.
The leaked netflix app a while back now has a different error message saying that the device is not supported
I wonder if we can trick the new app into thinking we are on one of those devices to try it out for the time being.
Sent from my Droid using Tapatalk
Why would they not release this on tablets at the same time? That's retarded. I hope someone can port it to the xoom.
Surprising when I hit the Android Market web site and select install.. Not only does my Incredible show as a selection on the list, but so does my Nook Color!! The Thunderbolt, X and Xoom are grayed out.
I wonder if this app is built like the HBO2Go app (which complains about compatibility with the device on start up), or if we can pull the APK and side load it? (I'll have to test when I get home and power on my old Incredible)
ruvort said:
I wonder if we can trick the new app into thinking we are on one of those devices to try it out for the time being.
Sent from my Droid using Tapatalk
Click to expand...
Click to collapse
Yea I was thinking the same thing (and the Thunderbolt too). Hopefully someone can try it out.
none of the device listed are multicore... fortunately the nexus s is not a qualcom chip based device so at least we know its not locked into a single manufacturer... i suspect that we will get it as soon as they roll out tegra support
SQurel23 said:
Yea I was thinking the same thing (and the Thunderbolt too). Hopefully someone can try it out.
Click to expand...
Click to collapse
Unless someone here beats me to it, I'll try it on my Xoom and TB as soon as I get home (probably 3 hrs from now)...
Installed it on my A500 (got it off my Nexus One), "Netflix is not supported on this device.." Can manage my watch now queue, but that is it.
daveid said:
Installed it on my A500 (got it off my Nexus One), "Netflix is not supported on this device.." Can manage my watch now queue, but that is it.
Click to expand...
Click to collapse
that is kind of what I expected.. just like the APK pulled from the LG rom a while ago... and kind of like what the HBO2Go apk does when loaded onto other devices...
D/l and installed Netflix apk. Everything works except streaming. Tells you your device is not supported. I wonder if its a simple fix. I'm going to look into it.
Sent from my Xoom using XDA Premium App
You can get the apk at multiupload. com/ NPZ062QIZB (stupid post limit, sorry)
I sideloaded it on my X and my Xoom. It works on my X, but the Xoom gets an 'unsupported device' error.
Cracked apk open. In the lib/armeabi file it lists 5 supported devices. They are in .so format however, not sure how to edit those. I'll keep everyone updated
Sent from my Xoom using XDA Premium App
ruvort said:
I wonder if we can trick the new app into thinking we are on one of those devices to try it out for the time being.
Sent from my Droid using Tapatalk
Click to expand...
Click to collapse
This is trivial, but pointless. Playback will error out because we do not have the DRM it is looking for
Like so:
05-12 16:50:24.317: ERROR/CNetflixOMXILClient(1576): OMX enumerator found no names matching drm.play
05-12 16:50:24.317: ERROR/CNetflixOMXILClient(1576): Failed to identify and instantiate DRM play
05-12 16:50:24.317: ERROR/PlaybackDeviceNative(1576): Failed initializing Netflix OMX IL client
05-12 16:50:24.387: ERROR/nf_player(1576): MediaControl Listener: error = NFErr_MC_OpenDeviceFailure
05-12 16:50:24.387: ERROR/nf_player(1576): NetflixPlayer::sendEvent: msg: 100, ext1: 2, ext2: 4026597381, msg:
05-12 16:50:24.387: ERROR/nf-player(1576): MP Error PlayError
Code:
Other people claim to have gotten it to work on the Nook Color by changing the build.prop to g2 though, so who knows
Can't edit .so without source. Thought about swapping build.props but sounds risky
Sent from my Xoom using XDA Premium App
idkwhothatis123 said:
Can't edit .so without source. Thought about swapping build.props but sounds risky
Sent from my Xoom using XDA Premium App
Click to expand...
Click to collapse
I attempted changing the items in build.prop that got things going for the Nook devices but had no luck. Device is not supported error when opening app. Changing build.prop did allow me to download the app from the market though.
Sent from my HTC Vision using XDA Premium App
idkwhothatis123 said:
Can't edit .so without source. Thought about swapping build.props but sounds risky
Sent from my Xoom using XDA Premium App
Click to expand...
Click to collapse
There is an 'isdevicesupported()' function in the androidutils source file that they use to check compatibility, however my attempts to edit the SMALI code has ended in failure on my part I just get an app that crashes, and I'm too lazy to build the app in debug and find out why.
Genius in progress
I do say, indeed, it was no trouble getting the APK file from my EVO to my Xoom. Should any of you, Dear Sirs, figure out a non-destructive way of getting this to play on a Xoom, I shall ask the Gods to bestow upon you: the Sword of Light.
I installed on my EVO earlier and it works beautifully! Wish it would come to the xoom
Sent from my Xoom using XDA App
iim right with ya buddy, can't wait.I'm surprised netflix already got as far as it did lol it was kinda out of the blue ..
Any other tTorrent users here? Every large torrent (200-300megs) I've attempted to download lags the phone so badly that I need to battery pull to restore functionality. Just wondering if anyone else has had a similar experience. Worked fine with my Droid OG and Droid X.
Sent from my DROID3 using xda premium
I used to use that, try adownloader instead, its on market, I like it better. I'm on a different phone but I soon will have one like yours and give this one to the wifey...
Sent from my ADR6350 using XDA App
I'm always looking to find new, wonderful apps, so, out of all the apps on your Bionic (which you've added from the market, not stock), which would you miss the most if they were to suddenly disappear from the Android world, and why?
For me:
1) FBReader (as I love reading Ebooks, and the Bionic screen is good enough to make reading on it worthwhile)
2) JuiceDefender Ultimate (WiFi control and nearly 2x battery life improvement? Yes, please)
hmm
friendcaster cause the fb app sucks
and
xda cause i love reading up on the new gadgets n mods
Sent from my DROID BIONIC using xda premium
Pulse - what else is there for reading the news
Stitcher - Definitely helps with the long drive to work
Sent from my DROID BIONIC using XDA App
Can I say one that was already removed?
Better Keyboard as well as all the other "Better___" apps.
They were kicked off the market cuz of some copywrite violation.
Elixir - One stop shopping for everything going on with your phone.
Caustic - Its like having Reason in your pocket! (for all you musicians)
I've heard recently that FL Studio is coming to Android very soon...can't wait!
Tivo7 said:
Can I say one that was already removed?
Better Keyboard as well as all the other "Better___" apps.
They were kicked off the market cuz of some copywrite violation.
Click to expand...
Click to collapse
I'd like that one back also. I bought that app and can no longer download it.
Sent from my DROID BIONIC using XDA App
One app I miss is SNESOID. It was removed a while back and some other developers have been taking it's spot, and in some cases posting the exact same app. I still have the app, but it's a shame that the original SNES emulator for android is no longer up.
Sent from my DROID BIONIC using XDA App
Evernote because it's the all around best note taker/organizer for what I do, and Runkeeper, because it's a great motivator and tracker and saves at least $100 as I don't faced to buy a separate device.
Sent from my DROID BIONIC using xda premium
Tasker - without it, my smartphone feels dumb.
Springpad - better than even Evernote at keeping my life in order.
Swyped from my Droid Bionic, unless I was in landscape, in which case I Swiftkeyed the hell out of it.
DROID iris and fishing 2 go.
Sent from my DROID BIONIC
If we're talking root related apps that's hard, bootstrap, CWM, root explorer, and titanium backup. Non rooted apps I'd say dolphin HD and hex defense.
smokedkill said:
One app I miss is SNESOID. It was removed a while back and some other developers have been taking it's spot, and in some cases posting the exact same app. I still have the app, but it's a shame that the original SNES emulator for android is no longer up.
Sent from my DROID BIONIC using XDA App
Click to expand...
Click to collapse
DroidEmu is basically the same thing, but it includes all Atari, Sega, and Nintendo systems. The UI is identical
Hello. I was wondering if one of you could put your huge brains to work on making an apk run on KFHD7. The app is for a local news station in Portland, Oregon.
GooglePlay link:
https://play.google.com/store/apps/...sMSwyLDEsImNvbS5rcHR2LmFuZHJvaWQud2VhdGhlciJd
It just doesn't work on the KFHD7 yet. Or at least I'm not able to download it from the market. I've tried to find it online, but the links all take me to the market or the 1 or 2 apk's I find don't run. I hope that this app just needs a few tweaks. But I am part noob, so what do I know.
There's no way that I would expect someone to do this. If it's a pain in the rear, then I would forget about it. If the process can be explained easily, then maybe someone could tell me how to do it. If not then, oh well.
Many thanks for even taking the time to read this.
If you have it installed on another android device, go to your Data/app folder and get the .apk yourself.
Sent from my KFTT using XDA Premium HD app
I tried that too. It didn't work. That's why I figured it would need some tweaks to get it to work on Kindle. It's pretty cool app for what it is.
Sent from my KFHD7 using xda premium