[Q] SBF - Slingplayer not showing in Market - Atrix 4G Q&A, Help & Troubleshooting

I had to flash the SBF on my Atrix last night now Slingplayer is not showing up in the Market or purchased apps. I went to the Android Market website to push the installation but to no luck. Can anybody tell me where to download or anything that I need to do? Looked in the Android Market help forum and slingbox forum and still no answer. March Madness is here and I need my player

aedillor said:
I had to flash the SBF on my Atrix last night now Slingplayer is not showing up in the Market or purchased apps. I went to the Android Market website to push the installation but to no luck. Can anybody tell me where to download or anything that I need to do? Looked in the Android Market help forum and slingbox forum and still no answer. March Madness is here and I need my player
Click to expand...
Click to collapse
You need to edit your /system/build.prop file to:
ro.build.fingerprint=MOTO/olyatt/olympus/olympus:2.2.1/OLYFR_U4_1.2.6/1296900353:user/ota-rel-keys,release-keys
Most notably this is the section that needs changing inside that line:
OLYFR_U4_1.2.6/1296900353
I had to do this to get n64 emulator app which I had already purchased along with a few others.

Clienterror said:
You need to edit your /system/build.prop file to:
ro.build.fingerprint=MOTO/olyatt/olympus/olympus:2.2.1/OLYFR_U4_1.2.6/1296900353:user/ota-rel-keys,release-keys
Most notably this is the section that needs changing inside that line:
OLYFR_U4_1.2.6/1296900353
I had to do this to get n64 emulator app which I had already purchased along with a few others.
Click to expand...
Click to collapse
That did the trick. Awesome! Thank you very much!

aedillor said:
That did the trick. Awesome! Thank you very much!
Click to expand...
Click to collapse
You're very much welcome

Related

Voice Recorder

Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
I think you would be better served to post this in the dev section.
narcopolypse said:
I think you would be better served to post this in the dev section.
Click to expand...
Click to collapse
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
same hear, whoever has this could you please post it
Alex530 said:
That would not be good. Everyone would ***** and moan about him posting in the wrong.section like they own the forum.
Sent from my unicorn
Click to expand...
Click to collapse
True, but it is still the appropriate section to post this request in. Some people just don't seem to realize it... and they're a bunch a doody heads.
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
Does it work with the current 2.2 roms?
hanbaoquan15 said:
Does it work with the current 2.2 roms?
Click to expand...
Click to collapse
Don't know. Hang on a minute, I'll check.
Don't know why but de-odexer failed to de-odex it. I'm running a de-odexed rom so I can't test it now.
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
narcopolypse said:
But I guess since I'm such a nice guy I'll just give it to you even if you did post in the wrong section.
Semper Fi,
Narco
Click to expand...
Click to collapse
thanx, i owe you a beer
will try this in a few
Anyone? Bueller? Bueller?
vtxGump said:
Thanks narco, but it didn't install. I took the apk out of the rar file you posted and tried to install that. No joy.
I really thought this was the right forum. I saw someone get yelled at in the Dev forum for posting app requests.
Don't know anything about de-odex so can't say why your file didn't work. I really like the ROM I'm using except for a few little ommissions like this. I wouldn't mind the file manager from the stock rom either if you have it. I hate these ad-supported ones in the market. I know I should support the developers and buy something, but these are things we got for free with our phones. I just want some of that free goodness.
Thanks again.
Click to expand...
Click to collapse
No worries. Coincidentally, I happened to de-odex that file since my last post. So here is the de-odexed version that I have running perfectly on Froyo. And since you need it I'll attach a de-odexed copy of the file manager as well.
Thanks man
Sent from my SGH-T959 using XDA App
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
vtxGump said:
narco, what am I doing wrong? I downloaded the rar files you posted and extracted the apk file. I moved the apk files to my internal SD card, then used a version of "Root Explorer" to launch the installer on these files. I get a message that says they weren't installed. No other helpful information as to why.
Is there some other method of getting these files to install?
Click to expand...
Click to collapse
Yes there is.
First you need to install the SDK.
Then plug your phone into your computer, enable USB debugging, open a command prompt on your computer, navigate to the folder where your apk resides and enter the following commands:
Code:
C:\Phone Hacking\Vibrant>adb root
restarting adbd as root
C:\Phone Hacking\Vibrant>adb shell mount -o remount,rw /dev/block/st19 /system
C:\Phone Hacking\Vibrant>adb push VoiceRecorder.apk /system/app/
C:\Phone Hacking\Vibrant>adb reboot
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
vtxGump said:
Okay, I think I got it. I installed the sdk and tried the whole adb thing, but it said I couldn't go into adb root on production builds, then it occurred to me that all you were trying to do was move the apk file into the /system/app folder which can only be accessed by root.
I already had Root Explorer, which I used to move the apk file and it worked. Thanks for posting the files and your help. I've been wondering what I could do with ADB. I messed around with the usb drivers for a while but ended up getting adb to work via the wirelessadb app that was included in the Onyx rom.
Learning something new everyday.
Thanks again.
Gump
Click to expand...
Click to collapse
The reason you got an error about adb not switching to root mode is that you are running a production kernel. You might consider changing to a custom kernel. You can run a rooted kernel along with your current rom.
I would suggest one of Eugene's custom kernels. I currently run A4 but there is a new A5 out that I will switch to later tonight.
If you can't figure out how to install it send me another message. I'll be glad to help.
Edit: Just updated to A5. Runs Great! Super fast awesomeness!
vtxGump said:
Can someone post the Voice Recorder from the stock ROM on our Vibrant? Also, I plan to use it on a 2.2 ROM (Onyx). Any compatibility issues with using the Voice Recorder on 2.2?
Thanks in advance.
Gump
Click to expand...
Click to collapse
Try this,from Bionix final.Copy to root and use root explorer to copy to system/app.
This is my first week with rooting/flashing. My primary reason for going this route has been to get some froyo goodness and extend my battery life. I have been reading that the stock kernel is the best way to get the most battery life. What do the custom kernels get you? I've stayed away from the lag fixes as well for the same reason.
Thanks for being so helpful.
Sent from my SGH-T959 using XDA App

[GAME] Worms

Anyone got worms working from the UK??? it wont let me download the 40mb file to play it! grrr, lost my refund now as well.....
Yeah you just need to get the files else where, in cannot upload them right now but will tomorrow, or modaco has them somewhere, do a search
Cheers Lenny, i will check out Modaco's site
Edit: Got it and it works perfectly! looks awesome!
Sorry for being a fuss but could you send me a link
Thanks
Sent from my advent vega
http://delia.romraid.com.nyud.net/files/paul/misc/worms.data.zip
Thanks Wizkid but where do I put the files because the error still comes up (I've downloaded them using dolphin hd using my advent vege).
Thanks
Sent using my advent vega
yioti said:
Thanks Wizkid but where do I put the files because the error still comes up (I've downloaded them using dolphin hd using my advent vege).
Thanks
Sent using my advent vega
Click to expand...
Click to collapse
They go in Android/data......
The zip is already in this format, just unzip it to your sd card.
Ok got it working thanks
yioti said:
Ok got it working thanks
Click to expand...
Click to collapse
No worries, a forum thanks would be nice
hmm, mine continues to say unsupported device, what version of worms are you all running? i extracted to root of sd (and merged the folders)
wobblydoggy said:
hmm, mine continues to say unsupported device, what version of worms are you all running? i extracted to root of sd (and merged the folders)
Click to expand...
Click to collapse
I'm running the latest verison i think... Doesn't ask for an update anyway. Have you got another android device? all i can suggest it downloading Worms on that then extracting the worms data from android/data and putting it on your Vega. I'm guessing thats all MoDaCo did.
Also try placing it in the folder instead of merging them.... Dunno why but computers can be funny buggers when things aren't done a certain way.
just installed worms
works great never needed to install game data / downloading it works for me
only problem its not fullscreen so it sucks
just_nos said:
just installed worms
works great never needed to install game data / downloading it works for me
only problem its not fullscreen so it sucks
Click to expand...
Click to collapse
Use the Spare Parts app to uncheck "Compatibility Mode" and you then should find it's full screen
paulgildea said:
Use the Spare Parts app to uncheck "Compatibility Mode" and you then should find it's full screen
Click to expand...
Click to collapse
Yup! do a restart afterwards though.
wizkid6000 said:
Yup! do a restart afterwards though.
Click to expand...
Click to collapse
yes that did it
now got a full screen worms running
the lik for the data is not working, can someone upload it somewhere else ?
It does work for me. Download it from the desktop computer though, not from your device. The Delia server is not too keen on mobile access.
naa there was some problem, now it worked. nice to have worms on my tablet
Information please
wizkid6000 said:
Cheers Lenny, i will check out Modaco's site
Edit: Got it and it works perfectly! looks awesome!
Click to expand...
Click to collapse
I've been looking for those files too...and I was wondering if you could sent me the files via E-mail If you still have them of course, It would be really helpful....
MY EMAIL: [email protected]
o
[email protected]
Please.

HBO GO app

anyone tried this?, have an .apk to share ?
it's free in the market, but says Streak is unsupported(what's new)
I'll give it a shot if I can find a copy.
Thanks!
chrisrotolo said:
anyone tried this?, have an .apk to share ?
it's free in the market, but says Streak is unsupported(what's new)
I'll give it a shot if I can find a copy.
Thanks!
Click to expand...
Click to collapse
UPDATE: pulled different version and confirmed working as well.
whats the message?, error parsing package?
have you tried installing via ADB?
no rush, I can wait for an update.
chrisrotolo said:
whats the message?, error parsing package?
have you tried installing via ADB?
no rush, I can wait for an update.
Click to expand...
Click to collapse
working now
adb gives error: parse failed no certificates.
oh well, wouldnt have used it much anyway, just wanted to try it. I will wait until they support our device.
If you want to try to run it, you might try using APK tool or somethinr and signing it yourself, or If your handy with code, create a flashable update-zip, that allows you to bypass this error.
Thanks again
Works great on my stock 347.
Download and install HBO GO (v1.0301) from the Market. Pick your provider and sign in. Sign up HBO GO (if you haven't).
You can suspend 3G and limit to Wi-Fi only in the Video Playback option under Settings/Preferences.
.android said:
Works great on my stock 347.
Download and install HBO GO (v1.0301) from the Market. Pick your provider and sign in. Sign up HBO GO (if you haven't).
You can suspend 3G and limit to Wi-Fi only in the Video Playback option under Settings/Preferences.
Click to expand...
Click to collapse
thanks your post inspired me to find a different apk and that is working for me on 1.9 dj steve rom.
quikt said:
thanks your post inspired me to find a different apk and that is working for me on 1.9 dj steve rom.
Click to expand...
Click to collapse
Can you hint where you found that one?
And just an FYI, it's in the market on official ROM's.
[edit] modifying build.prop to 1.8 series of streakdroid build.prop will show HBO GO in the market. [/edit]
undrwater said:
Can you hint where you found that one?
And just an FYI, it's in the market on official ROM's.
Click to expand...
Click to collapse
The working apk is posted above.
Can it be used in the UK? Please offer advice, thanks.
isch ficke deine mutter
It's working on my streak and looks nice 2.2.2. 351 stock
Sent from my Dell Streak using XDA Premium App
my market must be messed up
I can't find it in market. Thanks for posting the .apk
What is wrong with my market?
Can't get V1.02 or 1.03 to work, the app opens up but the minute I try to sign in I get a FC
quikt said:
UPDATE: pulled different version and confirmed working as well.
Click to expand...
Click to collapse
This version of HBOgo gives an error message on startup that my device (Xoom WiFi running stock 3.2) is not supported. The only option is to exit the app.

Orange FR 2.3.4 Gallery

Can someone upload a copy of their gallery.apk from this rom? liked it more than the one on the bell 2.3.4
EDIT:
and the apk for I believe it was called rich location (showed deals in the area kind of like groupon etc)
Couldn't find either one in my tibu files.
y2whisper said:
Can someone upload a copy of their gallery.apk from this rom? liked it more than the one on the bell 2.3.4
EDIT:
and the apk for I believe it was called rich location (showed deals in the area kind of like groupon etc)
Couldn't find either one in my tibu files.
Click to expand...
Click to collapse
What software do i need to get you the .apk files? (Sorry but i am new to the Android O.S.)
y2whisper said:
Can someone upload a copy of their gallery.apk from this rom? liked it more than the one on the bell 2.3.4
EDIT:
and the apk for I believe it was called rich location (showed deals in the area kind of like groupon etc)
Couldn't find either one in my tibu files.
Click to expand...
Click to collapse
Are these what you are looking for?
Yes! those are the ones! unfortunately BlurGallery has links to other programs so I can't get it to install or adb push. Rich location installed fine. THanks!
y2whisper said:
Yes! those are the ones! unfortunately BlurGallery has links to other programs so I can't get it to install or adb push. Rich location installed fine. THanks!
Click to expand...
Click to collapse
I am sorry to hear about the blurgallery incompatibility but i am glad that i could help. You are welcome, bud.
Thanks for the "thanks". It's much appreciated.
Btw, i read a lot about Adb and Adb shell.....where can i get them from? I tried the android market but it's not there. Tried googling it up (maybe i missed it) but it took me to the Android SDK download.
Thanks for your reply in advance.
the android sdk is the main place to DL them.
http://developer.android.com/sdk/index.html
be sure to read up on some of the commands you can do with it. its commands that are run through a DOS prompt or a terminal on the device that you can grab on the market.
Im a bit inexperienced with it as well it can get complex.
I got the Gallery3D app from greyblur to work on the orange fr 2.3.4....
y2whisper said:
the android sdk is the main place to DL them.
http://developer.android.com/sdk/index.html
be sure to read up on some of the commands you can do with it. its commands that are run through a DOS prompt or a terminal on the device that you can grab on the market.
Im a bit inexperienced with it as well it can get complex.
Click to expand...
Click to collapse
Thanks a lot for your reply, dude. I am going to do a little bit of reading on it.
fearthefox said:
I got the Gallery3D app from greyblur to work on the orange fr 2.3.4....
Click to expand...
Click to collapse
Yeah i think both have the same filename too (blur gallery) probably have similar ties. while the bell rom uses a different type of gallery similar to the 2.2 one. :/
Forgot I had my usb cable with me...so here is the odex file from the blurgallery (orange fr)...hope it helps.
thanks, still couldn't get it to install. must not be doing it correctly, if it is all possible.
Here are the screenshots of the version thats on the bell rom. its laggy in its animations as well.

Youtube app no longer supported,alternative?

Hi friends.
On my good old Note Pro 2014 tablet youtube app is no longer supported so it doesn't work anymore.
I believe tablet is running old KitKat .
Vanced appo which worked as allternative no longer works.
Help is appreciated.
paparazzo79 said:
Hi friends.
On my good old Note Pro 2014 tablet youtube app is no longer supported so it doesn't work anymore.
I believe tablet is running old KitKat .
Vanced appo which worked as allternative no longer works.
Help is appreciated.
Click to expand...
Click to collapse
NewPipe they have pre-built apks going back to 2017. Earlier than that is source from what I seen. Maybe one of them will work.
tek3195 said:
NewPipe they have pre-built apks going back to 2017. Earlier than that is source from what I seen. Maybe one of them will work.
Click to expand...
Click to collapse
Don't understand the site...what should I download?
paparazzo79 said:
Don't understand the site...what should I download?
Click to expand...
Click to collapse
As you scroll down looking at version numbers you will see at the bottom of each version an assets button. Click assets and it will show a few different files, you want the one with .apk extension. As far as which one you would need I have no idea. Grab one of each until you find one that works for you.
You will want to get the newest one you can that will still support your device. You don't want to go back any earlier than needed.
tek3195 said:
As you scroll down looking at version numbers you will see at the bottom of each version an assets button. Click assets and it will show a few different files, you want the one with .apk extension. As far as which one you would need I have no idea. Grab one of each until you find one that works for you.
You will want to get the newest one you can that will still support your device. You don't want to go back any earlier than needed.
Click to expand...
Click to collapse
Ok so I installed the latest version
Is it possible to link the program with youtube account so it can load all my saved channels?
paparazzo79 said:
Ok so I installed the latest version
Is it possible to link the program with youtube account so it can load all my saved channels?
Click to expand...
Click to collapse
If you installed latest version then you may be able to get your playlist in settings > content > import database
I don't really know, may have to ask someone from newpipe how to do that
Ok thank you..no matter...the battery of the tablet is dead so everything is not worth it...thank you.

Categories

Resources