Side Loading Alternative? - Fire TV Q&A, Help & Troubleshooting

I've been side loading apps using ADB across my home network, but is there a way to use a file manager (like ES File Explorer) to install APKs? I put an APK on my Fire TV and tried using ES File Explorer and it gave my an error stating that the install was blocked because my "phone" was set to not allow installs from unknown sources. Is there a way around this restriction as this time?

http://www.xbmchub.com/forums/showthread.php?t=21380
Sent from my Nexus 7²

Vidikron said:
I've been side loading apps using ADB across my home network, but is there a way to use a file manager (like ES File Explorer) to install APKs? I put an APK on my Fire TV and tried using ES File Explorer and it gave my an error stating that the install was blocked because my "phone" was set to not allow installs from unknown sources. Is there a way around this restriction as this time?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=593538
should make it easier anyways

screwyluie said:
http://forum.xda-developers.com/showthread.php?t=593538
should make it easier anyways
Click to expand...
Click to collapse
Do you know the proper way to edit that command to work over a network? It seems to be set up assuming a direct connection. I tried a couple of things like throwing "connect <IP address>" in there, but nothing worked. But I'm probably not setting up the commands correctly.

Vidikron said:
Do you know the proper way to edit that command to work over a network? It seems to be set up assuming a direct connection. I tried a couple of things like throwing "connect <IP address>" in there, but nothing worked. But I'm probably not setting up the commands correctly.
Click to expand...
Click to collapse
All I did was make sure port 5555 was open on my router and the shell install is working over my network without any changes to the reg file.

DeVSS said:
All I did was make sure port 5555 was open on my router and the shell install is working over my network without any changes to the reg file.
Click to expand...
Click to collapse
Interesting.. It just says "waiting for device" when I try.

Vidikron said:
Interesting.. It just says "waiting for device" when I try.
Click to expand...
Click to collapse
Just double checking, but you did turn adb on on your fire tv right?

DeVSS said:
Just double checking, but you did turn adb on on your fire tv right?
Click to expand...
Click to collapse
Yes. I've been installing APKs via the command prompt on my PC and that works fine. But when doing that I have to use the connect command to connect to a specific IP. I guess I'm unclear on how adb is actually supposed to find my device without telling it where to look.
[edit] Well, I've sort of gotten around the issue. I just made a second shell command to connect. So now I right-click connect and then right-click install. Not as pretty as a single command, but much faster than what I was doing before. But if anyone knows how to merge the two into a single command please let me know.

Related

[Q] How are you guys adding files to the external mount

Hi, sorry if this has been answered but I've done a search. So I have my USB drive mounted and allso good but whats the best way to add new movies to the drive. The device appears in windows but I can't see the drive. I 've tried to map a network drive to 192.168.1.3\sdcard\usbStorage\sda1 but it won't connect.
I've also tried snappea but it doesn't see any network on the fire tv.
Any thoughts?
videomilk said:
Hi, sorry if this has been answered but I've done a search. So I have my USB drive mounted and allso good but whats the best way to add new movies to the drive. The device appears in windows but I can't see the drive. I 've tried to map a network drive to 192.168.1.3\sdcard\usbStorage\sda1 but it won't connect.
I've also tried snappea but it doesn't see any network on the fire tv.
Any thoughts?
Click to expand...
Click to collapse
I haven't tried this, but if you want to mount the drive or ftp files over, you could try one of the SMB or SSH server apps.
videomilk said:
Hi, sorry if this has been answered but I've done a search. So I have my USB drive mounted and allso good but whats the best way to add new movies to the drive. The device appears in windows but I can't see the drive. I 've tried to map a network drive to 192.168.1.3\sdcard\usbStorage\sda1 but it won't connect.
I've also tried snappea but it doesn't see any network on the fire tv.
Any thoughts?
Click to expand...
Click to collapse
Have you tries using adb to push files to the drive?
So this worked a treat for me. Taken from another site
I just tested this: funkyfresh.samba (wasn't allowed to post the URL
First link, and it works fine once you set the screen to landscape.
Here a guide:
1. Download Samba Filesharing from above, sideload it, and launch it.
2. Press the button with the 3 horizontal lines on the remote and choose settings.
3. Set a password. Without a password the rest is greyed out. For test use 1234
4. Set screen orientation to Landscape, press back to exit and launch the app again.
5. Choose a username, default is SDCARD
6. Press back.
7. Press the button with the 3 horizontal lines on the remote and choose enable.
8. Wait a sec or 5. When asking for SU say YES, the app will exit to background.
On the windows computer:
1. Open windows explorer and choose connect to network drive.
2. Enter \\ipaddressofftv\SDCARD choose a drive letter, tick use different credentials and press OK.
3. In the username field enter: SDCARD in the password field: 1234
4. Press Ok.
You can choose to mount \\ipaddressofftv\usbStorage\<deviceid> in step #2 and thereby mount the harddrive directly if you don't care about having access to the rest on the box.
skrypj said:
Have you tries using adb to push files to the drive?
Click to expand...
Click to collapse
This is the first thing that came to my mind, but I haven't tried it. I will when I get home.
Sent from my SGH-T999 using XDA Premium 4 mobile app
videomilk said:
You can choose to mount \\ipaddressofftv\usbStorage\<deviceid> in step #2 and thereby mount the harddrive directly if you don't care about having access to the rest on the box.
Click to expand...
Click to collapse
So does this work even after reboot?
I haven't tried it yet but i'm very interested about it. Thanks for the guide.
KillerJoeBR said:
So does this work even after reboot?
I haven't tried it yet but i'm very interested about it. Thanks for the guide.
Click to expand...
Click to collapse
After a reboot you need to run the stickmount and samba again. You don't need to change anythign on your pc though.
I don't think there is a way to load programs on boot for the fire tv until there is a custom Rom. I think.
videomilk said:
After a reboot you need to run the stickmount and samba again. You don't need to change anythign on your pc though.
I don't think there is a way to load programs on boot for the fire tv until there is a custom Rom. I think.
Click to expand...
Click to collapse
I think this is incorrect. I do have some apps, "Stickmount" included, which get executed automatically at boot time. It may be that "Samba Filesharing" just doesn't support this feature.
Try using "SambaDroid" instead of "Samba Filesharing". It is able to execute automatically at boot time.
wunderdrug said:
I think this is incorrect. I do have some apps, "Stickmount" included, which get executed automatically at boot time. It may be that "Samba Filesharing" just doesn't support this feature.
Try using "SambaDroid" instead of "Samba Filesharing". It is able to execute automatically at boot time.
Click to expand...
Click to collapse
Yeah i can confirm stickmount works automatically after reboot on my FTV.
I would really like this setup to work without needing to manually set it up everytime after a reboot. This way i can set my downloads directly to my portable hd plugged on my KFTV and not worry that it will fail. It would work almost like a server/NAS :victory:
KillerJoeBR said:
Yeah i can confirm stickmount works automatically after reboot on my FTV.
I would really like this setup to work without needing to manually set it up everytime after a reboot. This way i can set my downloads directly to my portable hd plugged on my KFTV and not worry that it will fail. It would work almost like a server/NAS :victory:
Click to expand...
Click to collapse
That's what I'm trying to achieve. I'm going to start messing around with a usenet client on the fire tv and see if I can have it downloading to the external drive. It would be a great little setup .
videomilk said:
That's what I'm trying to achieve. I'm going to start messing around with a usenet client on the fire tv and see if I can have it downloading to the external drive. It would be a great little setup .
Click to expand...
Click to collapse
Yeah. That would be ideal. But i would be satisfied if i can access the portable hd from my network and then send my downloads to it from my main pc.
I think i will try the sambadroid and see if it works at boot. Anyway give us any update of your progress.
Enviado de meu GT-N7100 usando Tapatalk
Just want to give a status update. I tried sambadroid and it works ok even after reboot.
But my transfer speed over wifi is quite slow. Around 1.5mb/s. Maybe its my router but i could get better speed with my old htpc. Maybe it's sambadroid. The app says i can get better speeds with paid pro version. Or maybe i need to be wires to get better speed.
Anyway i want you guys to know my progress.
Enviado de meu GT-N7100 usando Tapatalk
KillerJoeBR said:
Just want to give a status update. I tried sambadroid and it works ok even after reboot.
But my transfer speed over wifi is quite slow. Around 1.5mb/s. Maybe its my router but i could get better speed with my old htpc. Maybe it's sambadroid. The app says i can get better speeds with paid pro version. Or maybe i need to be wires to get better speed.
Anyway i want you guys to know my progress.
Enviado de meu GT-N7100 usando Tapatalk
Click to expand...
Click to collapse
Yeah I'm getting about 1.6mb/s with funky fresh samba. Pretty slow.
videomilk said:
Yeah I'm getting about 1.6mb/s with funky fresh samba. Pretty slow.
Click to expand...
Click to collapse
Yeah, this way is quite impractical to use it as a NAS/Server.
Can anyone test this setup being wired and see what speed you can get?
videomilk said:
So this worked a treat for me. Taken from another site
I just tested this: funkyfresh.samba (wasn't allowed to post the URL
First link, and it works fine once you set the screen to landscape.
Here a guide:
1. Download Samba Filesharing from above, sideload it, and launch it.
2. Press the button with the 3 horizontal lines on the remote and choose settings.
3. Set a password. Without a password the rest is greyed out. For test use 1234
4. Set screen orientation to Landscape, press back to exit and launch the app again.
5. Choose a username, default is SDCARD
6. Press back.
7. Press the button with the 3 horizontal lines on the remote and choose enable.
8. Wait a sec or 5. When asking for SU say YES, the app will exit to background.
On the windows computer:
1. Open windows explorer and choose connect to network drive.
2. Enter \\ipaddressofftv\SDCARD choose a drive letter, tick use different credentials and press OK.
3. In the username field enter: SDCARD in the password field: 1234
4. Press Ok.
You can choose to mount \\ipaddressofftv\usbStorage\<deviceid> in step #2 and thereby mount the harddrive directly if you don't care about having access to the rest on the box.
Click to expand...
Click to collapse
My USB Drive is formatted as ex-fat. While I can mount the drive the Firetv only sees around 5gb of free space when actually there is 300+. Any suggestions? I'm on a Mac and cant use Windows NT formatting.
usb drive and ftp
Plugged in a 2TB USB drive to the FireTV, installed an ftp server on the FireTV, put cyberduck (ftp client) on my Windows 7 machine.
Now I can create directories on the USB drive on the FireTV from my Windows machine and ftp files into those directories. XBMC sees them fine and plays them.
I cannot ftp any file over 2GB it fails every time (no mater if ftp or ssh or different client on the Windows box.) I CAN add files over 2GB to the USB drive if it detach it and plug it direct into my Windows machine and transfer the files. Then the FireTV and XBMC can see those files and use them normally.

Lollipop tethering (working)

Thanks to datawrhsdoc for translating the OP
datawrhsdoc said:
1. Root your phone
2. Either modify your existing APN to use IPv4 and adding 'dun' to the list of APN types, or create a duplicate APN with the same modifications
3. Set the modified/new APN as your default.
4. Download tether_counter_kill.txt from the OP's first post, and rename the file removing the txt extension (http://forum.xda-developers.com/showpost.php?p=59858654&postcount=1)
5. Install Smanager from Play Store
6. Navigate to tether_counter_kill from Smanager, and set both 'Su' and 'Boot' options. Run it (you won't need to do this again)
7. Start Mobile Hotspot on your phone, and connect to the hotspot from your devices
8. Immediately start a VPN client from your device(s) which will tether. VPN must redirect ALL traffic (e.g., TorGuard).
9. Enjoy unlimited WiFi tether
Click to expand...
Click to collapse
You can also try adding this to your build.prop (I don't know if this does anything):
net.tethering.noprovisioning=true
Click to expand...
Click to collapse
Idea for the script taken from:
http://forum.xda-developers.com/z3/general/lollipop-tethering-t3058923
This can be fixed permanently using the following procedure (UPDATE: no root required):
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
Click to expand...
Click to collapse
RussianBear said:
Looks like the settings.db is on a lock-down. I can't access it via sqlite any longer. It says: "the database is currently locked by another process"
Any ideas? @autoprime ?
Quick Edit: was able to copy settings.db to sd card and open it up with sqlite. couldn't change any parameters, as sqlite would fc. Downloaded this guy (http://sqlitebrowser.org/) and made changes, then overwrote the one in data/data directory. We'll see how/if it works.
Click to expand...
Click to collapse
Any luck so far?
Fhuron said:
Any luck so far?
Click to expand...
Click to collapse
Nope, something over-writes the tethering back to "1" after each reboot. I'm sure @autoprime can figure this one out, as he did for KK.
You are right I'm on LG G2 with official T-Mo lollipop and I was able to edit settings.db...not with sglite but with SQLite Debugger.
After reboot, the changes i made to the tethering reverted back to dafault 1.
For those that want to use wireless tether, try the app from this thread (it's $2.5):
http://forum.xda-developers.com/note-4-tmobile/general/unlimited-wifi-tethering-t2914057
I'm more interested in making the usb tethering work. I'll try using IPv4 + vpn tonight. Pretty sure it's going to fail because of the tether.dun set to 1...
P.S. additional links:
http://forum.xda-developers.com/note-3-tmobile/help/tethering-fix-t3068545
http://forum.xda-developers.com/tmobile-galaxy-s6-edge/help/unlimited-tethering-t3073884
Another quick update. The guide from here works for tether_dun settings: http://forum.xda-developers.com/z3/general/lollipop-tethering-t3058923
You can use this command in terminal emulator, pending you are rooted.
su
settings put global tether_dun_required 0
Click to expand...
Click to collapse
or those having issues with tethering. I tested it out today and had issues. It would connect but would not resolve dns. I have unlimited tethering on Three, it's always worked until now.
Doing this resolved my issues. I suspect this issue will be resolve by Three when an official uk build is released.
This can be fixed permanently using the following procedure (UPDATE: no root required):
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
Click to expand...
Click to collapse
RussianBear said:
Another quick update. The guide from here works for tether_dun settings: http://forum.xda-developers.com/z3/general/lollipop-tethering-t3058923
You can use this command in terminal emulator, pending you are rooted.
Click to expand...
Click to collapse
anyone tested does this work with no tether tracking?
Uploading a tether_dun_required=0 script (needs root) that you can use with Smanager to either trigger it via a desktop widget, app, or set it on boot. Remove ".txt" from the end and navigate to it via Smanager. I will test tethering later tonight.
Make sure you click/select the SuperUser icon in Smanager's options.
You can also try adding this to your build.prop:
net.tethering.noprovisioning=true
Click to expand...
Click to collapse
Looks like we're money, at least on usb tethering. I will update the op.
any specific settings on Wifi Tether Router? I'm unable to get an SSID to show up using the instructions from wifi tether router's website.
updated APN to ipv4
ran script posted above..
rihc55 said:
any specific settings on Wifi Tether Router? I'm unable to get an SSID to show up using the instructions from wifi tether router's website.
updated APN to ipv4
ran script posted above..
Click to expand...
Click to collapse
Try using stock wifi tether and see if it's counting. I haven't used the other app yet.
RussianBear said:
Try using stock wifi tether and see if it's counting. I haven't used the other app yet.
Click to expand...
Click to collapse
Ohh okay. even better.. ill try it and report back. thanks
EDIT:
Strange, i cant even get an SSID to show up on the native hotspot now. I know it worked before -- i used it last Sunday. The hotspot turns itself off after like 30 seconds.
Okay.. So I did a factory reset because i didnt know how to fix my problem from my previous post.
Then I:
1) added the same APN as IPV5
2) did this:
Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
Enable USB debugging under Settings -> Developer options
Connect the device with a USB cable to a computer with the Android SDK platform tools installed
Start an adb shell: adb shell
In the adb shell, run this command: settings put global tether_dun_required 0
3) used the native tether app
I haven't tested it very extensively but from what i can tell, i am able to tether and it just shows up as normal data vs mobile hotspot. I transferred bout 600mb as a test. will test more later.
Thanks for your help RussianBear!
EDIT:
I lied. i think tmobile was delayed in reflecting my usage. it showed up today.
My hot-spot was broken by LP. Devices connect fine but have no Internet whatsoever. I'm able to USB tether without issues using PDANet and just selecting level 1 hide tether usage works fine. No needs for UA switching or anything like that. Just wish the WiFi tether worked, even if it's counting.
Could anyone help with step by step instructions. I am new at this and dont want to do anything wrong. Plus i dont see the script.
dreday3223 said:
Could anyone help with step by step instructions. I am new at this and dont want to do anything wrong. Plus i dont see the script.
Click to expand...
Click to collapse
Dre, are you rooted? Script is attached to the bottom of the first post.
RussianBear said:
Dre, are you rooted? Script is attached to the bottom of the first post.
Click to expand...
Click to collapse
I am. What exactly do i have to do? Where do i place that command? This is all very new to me and I'm not trying to mess up my phone so the simplest of instructions would be great.
dreday3223 said:
I am. What exactly do i have to do? Where do i place that command? This is all very new to me and I'm not trying to mess up my phone so the simplest of instructions would be great.
Click to expand...
Click to collapse
Download smanager from the playstore, download the script, then using smanager navigate to the script and run it. You will need to select the su icon from the smanager's script options. Let me know if/where you get stuck.
Script Works for WIFI Tether
It appears that this method is working for WIFI tethering as well. I watched an 11 minute Youtube and then emailed myself a 5.5MB Powerpoint. Here are my results:
Before After
Mobile Hotspot 92.2 92.4
Data 462.2 527.1
Not sure where that 0.2MB came from, but that's not much of my 5GB plan, so I don't much care.
Update 1: Figured out where the 0.2MB came from. My testing used all encrypted traffic over HTTPS, and TMO couldn't track it. I then ran a CNN.com video and the Mobile Hotspot counter spiked. Still not quite there yet.
Update 2: Enabled my VPN, and no traffic at all is being tracked by TMO. No user agent required. Yipee!!
datawrhsdoc said:
It appears that this method is working for WIFI tethering as well. I watched an 11 minute Youtube and then emailed myself a 5.5MB Powerpoint. Here are my results:
Before After
Mobile Hotspot 92.2 92.4
Data 462.2 527.1
Not sure where that 0.2MB came from, but that's not much of my 5GB plan, so I don't much care.
Update: Figured out where the 0.2MB came from. My testing used all encrypted traffic over HTTPS, and TMO couldn't track it. I then ran a CNN.com video and the Mobile Hotspot counter spiked. Still not quite there yet.
Click to expand...
Click to collapse
Are you using a vpn service or just agent switchers?

How to disable carrier-check for native WiFi Tether (no root)

*EDIT* This appears to only be working for people with NON-unlimited data plans. I apologize for the inconvenience...
Saw this over in the AT&T subforum, originally posted by @ExTREmE99 , just reposting here.
This will disable the carrier check on your Verizon G4 and allow you to use the native WiFi tether - no root needed!
1. Enable developer mode (Go to Settings -> About phone, and click on the build number until the developer mode is enabled).
2. Enable USB debugging under Settings -> Developer options
3. Connect the device with a USB cable to a computer with the Android SDK platform tools installed
4. Start an adb shell: adb shell
5. In the adb shell, run these commands one by one:
settings put global tether_dun_required 0
settings put system tether_entitlement_check_state 0
reboot
When your phone comes back up you will have a fully functional native WiFi tether
i must be doing something wrong because i still get the "you need a subscription" popup
Worked for me, thanks! Needed this a few days ago and couldn't use it n was like "F***, wish I had root" hahaha. Oh and also shouldn't this be posted in General?
jrc27 said:
i must be doing something wrong because i still get the "you need a subscription" popup
Click to expand...
Click to collapse
Same here, did I do this right?
Code:
$ adb shell
[email protected]:/ $ settings put global tether_dun_required 0
[email protected]:/ $ settings put system tether_entitlement_check_state 0
[email protected]:/ $ reboot
Congobongo said:
Same here, did I do this right?
Code:
$ adb shell
[email protected]:/ $ settings put global tether_dun_required 0
[email protected]:/ $ settings put system tether_entitlement_check_state 0
[email protected]:/ $ reboot
Click to expand...
Click to collapse
when do you see the subscription message?
try typing:
adb devices
you should see a string of characters listing your device. if it shows no device, then you need to double check that you have your device drivers installed
Tomyk89 said:
when do you see the subscription message?
try typing:
adb devices
you should see a string of characters listing your device. if it shows no device, then you need to double check that you have your device drivers installed
Click to expand...
Click to collapse
I see it after i reboot and try using the hotspot app
jrc27 said:
I see it after i reboot and try using the hotspot app
Click to expand...
Click to collapse
don't use the hotspot app - in fact, disable that one.
You want to use the built in functionality to tether (not technically an app)
Go to settings, More (under wireless networks), then "Mobile Hotspot". You can setup your SSID and password in there. Also, you can create a shortcut in your notification bar by scrolling over to the right side, clicking edit, then checking the box next to "Mobile Hotspot"
Hope that helps.
Tomyk89 said:
don't use the hotspot app - in fact, disable that one.
You want to use the built in functionality to tether (not technically an app)
Go to settings, More (under wireless networks), then "Mobile Hotspot". You can setup your SSID and password in there. Also, you can create a shortcut in your notification bar by scrolling over to the right side, clicking edit, then checking the box next to "Mobile Hotspot"
Hope that helps.
Click to expand...
Click to collapse
I can't even find the damn app to disable it.
I tried as you suggested, going in through the settings and i still get the verizon C*ckblock...
jrc27 said:
I can't even find the damn app to disable it.
I tried as you suggested, going in through the settings and i still get the verizon C*ckblock...
Click to expand...
Click to collapse
Could you try disabling the verizon hotspot app? Mine was disabled way before I discovered this so I may need to add this step to the instructions. you may want to go through the steps one more time after that to ensure everything is set correctly. Don't forget to restart either. It works great on mine so it should for yours as well - unless you took the update a week ago?
Let me know - Thanks!
Tomyk89 said:
Could you try disabling the verizon hotspot app? Mine was disabled way before I discovered this so I may need to add this step to the instructions. you may want to go through the steps one more time after that to ensure everything is set correctly. Don't forget to restart either. It works great on mine so it should for yours as well - unless you took the update a week ago?
Let me know - Thanks!
Click to expand...
Click to collapse
I've been very careful not to take the update. Is the hot spot app have a weird name or something? I can't seem to find it in the app manager or using rom toolbox
jrc27 said:
I've been very careful not to take the update. Is the hot spot app have a weird name or something? I can't seem to find it in the app manager or using rom toolbox
Click to expand...
Click to collapse
hmmm i think I'm confused. My Hotspot app is apparently still in my app drawer. When i click on it it just takes me to the native hotspot functionality.
Honestly I'd attempt to run those commands again. It would help if you took a screen shot of the command prompt window after running all of the commands. After each command it should pause for a second or two then jump to the next line with no errors or responses.
Is your USB debugging on? Also, are you in MTP or PTP USB mode when plugged into your PC?
jrc27 said:
i must be doing something wrong because i still get the "you need a subscription" popup
Click to expand...
Click to collapse
Should it be? I assumed stuff like this went under the Help section since it was helping people. Maybe I'm wrong. If a MOD would like to correct me and maybe move the thread, feel free.
Tomyk89 said:
hmmm i think I'm confused. My Hotspot app is apparently still in my app drawer. When i click on it it just takes me to the native hotspot functionality.
Honestly I'd attempt to run those commands again. It would help if you took a screen shot of the command prompt window after running all of the commands. After each command it should pause for a second or two then jump to the next line with no errors or responses.
Is your USB debugging on? Also, are you in MTP or PTP USB mode when plugged into your PC?
Click to expand...
Click to collapse
Heading to bed...I'll give it another go in the morning
Thanks again for the help, i appreciate it!
jrc27 said:
Heading to bed...I'll give it another go in the morning
Thanks again for the help, i appreciate it!
Click to expand...
Click to collapse
no problem dude. try some of my suggestions tomorrow and get back to me. feel free to PM and we can post the final solution up here as to not fill the the thread up with troubleshooting.
No Go...
Tried multiple times and could not get it to work. adb looked successful but after reboot I still get a subscription check.
joebrady119 said:
Tried multiple times and could not get it to work. adb looked successful but after reboot I still get a subscription check.
Click to expand...
Click to collapse
have you taken the latest OTA update?
Tomyk89 said:
have you taken the latest OTA update?
Click to expand...
Click to collapse
Have not taken any OTA.
This unfortunately doesn't seem to work for me either
I had to put my device in PTP mode in order for ADB to show the device, after the device was confirmed with adb devices, I issued the commands this is the output
Code:
C:\Users\NOTIMPORTANT\AppData\Local\Android\sdk>adb devices
List of devices attached
VS986931(changed the last four for security) device
C:\Users\NOTIMPORTANT\AppData\Local\Android\sdk>adb shell
[email protected]:/ $ settings put global tether_dun_required 0
settings put global tether_dun_required 0
[email protected]:/ $ settings put system tether_entitlement_check_state 0
settings put system tether_entitlement_check_state 0
[email protected]:/ $
When I attempt to enable hotspot I am greeted with the "Use of this service requires a subscription..."
FoxFi seems to work, I just HATE having to change my lock screen in order to use the damn thing!
I'm willing to run further tests and commands if you would like, please just let me know.
I have NOT taken any over the air update. I used the Debloater tool and blocked/hid the app.
Tomyk89 said:
when do you see the subscription message?
try typing:
adb devices
you should see a string of characters listing your device. if it shows no device, then you need to double check that you have your device drivers installed
Click to expand...
Click to collapse
Here's a screenshot of my terminal window:
I'm using the native tethering just like everybody else (Settings, More, flick the tethering switch to On and receive the service check). Haven't taken the OTA and have the service disabled via debloater tool. I appreciate the help!
At this point I'm not sure why some are reporting that this works while others aren't. I added a message on the original post warning that this isn't a for sure thing. I'll be sure to update if/when I find a fix or what is going wrong, but for now I think I have enough info to look into this. thanks for your help everyone and I hope that I can find a fix for this. Worst case - we have to wait until we have root to enable this.
-tom

Fire stick: Adblink, pull results in ...can't execute: Permission denied

I've searched this one everywhere with no luck. Has anyone had the problem when trying to pull a file in adbfire or adblink you get the following error?
/system/bin/sh: /data/local/tmp/adblink/busybox: can't execute: Permission denied
Then I try my other Fire stick and it works fine. Something is not right, it has been a few months since I tried connecting to it last. No change in settings, updates are blocked. Anyone seen this error?
vulcan4d said:
I've searched this one everywhere with no luck. Has anyone had the problem when trying to pull a file in adbfire or adblink you get the following error?
/system/bin/sh: /data/local/tmp/adblink/busybox: can't execute: Permission denied
Then I try my other Fire stick and it works fine. Something is not right, it has been a few months since I tried connecting to it last. No change in settings, updates are blocked. Anyone seen this error?
Click to expand...
Click to collapse
adblink has not worked on the last 4 or 5 firesticks I have tried it on. It never connects wirelessly. I have just been using command prompt and adb install to install Firestopper and kodi jarvis
Sent from my SM-N920T using Tapatalk
vulcan4d said:
I've searched this one everywhere with no luck. Has anyone had the problem when trying to pull a file in adbfire or adblink you get the following error?
/system/bin/sh: /data/local/tmp/adblink/busybox: can't execute: Permission denied
Then I try my other Fire stick and it works fine. Something is not right, it has been a few months since I tried connecting to it last. No change in settings, updates are blocked. Anyone seen this error?
Click to expand...
Click to collapse
'll look into this. Thanks for reporting.
For whatever reason, busybox didn't install properly to your fire device. adbLink 2.05 will has code that will hopefully prevent this from occuring, but in the meantime try pressing the adb shell button when you connect. It should force a reinstall of busybox.

Help, my firestick has no network capability

Hi everyone
i my friend gave me his firestick 4k the other day because he has managed to mess it up big time
He said that he followed a tech docter youtube video to sideload an app to remove bloatware, after being successful at this, he then used an app that clears your cache and closes all the apps for you, from what i can understand it sounded like the app "cleanmaster"
after doing that he immediately lost his internet connection, he said that there wasnt even a network section anymore, just a troubleshooting option, he then factory reset his stick but this didnt solve anything
ive got the stick setup now, ive looked in the network section and he was right, theres nothing, even in the my fire tv section where you can see the ip/mac/ssid etc, they all say "not connected"
ill attach pictures
Im willing to flash this somehow, or root it, install cfw anything, please help!
Try:
Select Settings > Network from the Fire TV menu, then Play/Pause on your remote, and follow the recommended steps.
If that doesn't work maybe reset the stick again.
I know one of the settings in the debloat tool turns off the ability to see new networks, resetting should have reenabled that switch.
carpenter940 said:
Try:
Select Settings > Network from the Fire TV menu, then Play/Pause on your remote, and follow the recommended steps.
If that doesn't work maybe reset the stick again.
I know one of the settings in the debloat tool turns off the ability to see new networks, resetting should have reenabled that switch.
Click to expand...
Click to collapse
Thanks for replying, pressing play/pause does nothing, as you can see there is nothing on the network page at all except the troubleshoot option
Factory reset doesn't work at all, doing a factory reset from the my fire tv section just makes you go back to the settings menu, using the back and right button combo does nothing either, even if you wait for the countdown to end
When he gave me the stick he had already factory reset it so there are no apps on here at all including this bloatware one you mentioned, nothing
stickpirate77 said:
Doing a factory reset
there are no apps on here at all including this bloatware one you mentioned, nothing
Click to expand...
Click to collapse
Head to the unlock, root, twrp, unbrick thread here :
[UNLOCK][ROOT][TWRP][UNBRICK] Fire TV Stick 4K (mantis)
NOTE: There have been multiple reports of devices with serial numbers containing VM190 or higher being shipped with DL-Mode disabled in BROM. These devices cannot be unlocked using kamakiri. These devices do not show up at all on USB when...
forum.xda-developers.com
If you have a stick that is from 2019 you can fix it by unlocking it and installing another firmware. This will also give you root privileges.
Regards
Bertonumber1 said:
Head to the unlock, root, twrp, unbrick thread here :
[UNLOCK][ROOT][TWRP][UNBRICK] Fire TV Stick 4K (mantis)
NOTE: There have been multiple reports of devices with serial numbers containing VM190 or higher being shipped with DL-Mode disabled in BROM. These devices cannot be unlocked using kamakiri. These devices do not show up at all on USB when...
forum.xda-developers.com
If you have a stick that is from 2019 you can fix it by unlocking it and installing another firmware. This will also give you root privileges.
Regards
Click to expand...
Click to collapse
How can I do this please? Keep in mind the stick doesn't display an IP address
stickpirate77 said:
How can I do this please? Keep in mind the stick doesn't display an IP address
Click to expand...
Click to collapse
This post may explain better mate :
[NEWBIE GUIDE] How to Unlock Bootloader/Root and install Addons FireStick 4k
None of this is my work and all recognition goes to the awesome developers that made this possible, I will link their guides in here with some minor notes for newbies like me that may had some issues trying to unlock and root the Fire Stick (FS)...
forum.xda-developers.com
It doesn't have to show ip address, follow the thread carefully. It involves opening up the stick, connecting it to pc (via the power cable) and shorting a resistor.
This will unlock the stick and let you flash brand new firmware. It's the only way to do it if your factory reset isn't working I'm afraid.
Regards
Thankyou for this fantastic response, when I've got spare time and the balls to try it I'll dive in, seems complicated but I'll give it a good go
stickpirate77 said:
Thankyou for this fantastic response, when I've got spare time and the balls to try it I'll dive in, seems complicated but I'll give it a good go
Click to expand...
Click to collapse
don't unlock your stick, use any of the method
Method 1:
reinstall the app again and turn on wifi, the wifi on the stick is disabled.
Method 2:
take out your stick, connect to your pc
wait for it boot
enter
adb devices
​if it says "unauthorized"
press "Down" on remote two times​and press "select" to authorize your pc​​when it says "device"
enter​adb shell​svc wifi enable​
if you get "killed" error then go for method 3
Unplug your stick from PC and connect to your TV.
Method 3
Install the apk on your stick, then click on "Enable"
It will also tell you if your Wifi is disabled or not.
This app can TURN ON and TURN OFF the WIFI
Here's a proof
Hi I'm trying method 2 at the moment, but if it doesn't work how do I install the WiFi enabler APK without having WiFi?
stickpirate77 said:
Hi I'm trying method 2 at the moment, but if it doesn't work how do I install the WiFi enabler APK without having WiFi?
Click to expand...
Click to collapse
you can install the apk using adb
adb install "Wifi Enabler.apk"
Legendary! It worked! Thankyou so much, how do I mark this thread as solved? I'm new to this forum
stickpirate77 said:
Legendary! It worked! Thankyou so much, how do I mark this thread as solved? I'm new to this forum
Click to expand...
Click to collapse
You can close the thread but you'll have to contact the forum maintainer, which isn't necessary, just click the under post #8.
SweenWolf said:
You can close the thread but you'll have to contact the forum maintainer, which isn't necessary, just click the under post #8.
Click to expand...
Click to collapse
I've run into the next problem, I've installed the debloat tool, I've re enabled everything to try and clean up the mess my friend made, but when I try and deregister the stick it just goes straight back to settings, is there anything else I can do here? (he said I can have the stick now as he has a new one)
stickpirate77 said:
I've run into the next problem, I've installed the debloat tool, I've re enabled everything to try and clean up the mess my friend made, but when I try and deregister the stick it just goes straight back to settings, is there anything else I can do here? (he said I can have the stick now as he has a new one)
Click to expand...
Click to collapse
What do you mean be goes back to settings?
SweenWolf said:
What do you mean be goes back to settings?
Click to expand...
Click to collapse
I click on settings, my account, Amazon account, deregister, deregister.....
Nothing happens and I'm kicked back to the settings bar highlighting my account again
stickpirate77 said:
I click on settings, my account, Amazon account, deregister, deregister.....
Nothing happens and I'm kicked back to the settings bar highlighting my account again
Click to expand...
Click to collapse
Look, sorry for the issues, you have to do some steps.
Connect your pc to stick (using wifi)
adb connect IP:5555
then adb shell
then enter
pm list packages -d
And send me the output
SweenWolf said:
Look, sorry for the issues, you have to do some steps.
Connect your pc to stick (using wifi)
adb connect IP:5555
then adb shell
then enter
pm list packages -d
And send me the output
Click to expand...
Click to collapse
I typed ADB connect IP:5555
it said unable to connect
stickpirate77 said:
I typed ADB connect IP:5555
it said unable to connect
Click to expand...
Click to collapse
Reboot your stick (Long press "Play/Pause + Select" for few seconds)
Try deregistering, is result is same, go to developers options, turn it off and then on again.
Go to network section of the stick copy the ip address.
Then go to your pc, (make sure your Stick and PC are on same wifi network)
Enter
adb disconnect
adb connect ip:5555
Here ip is the ip address of your stick
Eg adb connect 192.168.43.123:5555
It should connect
stickpirate77 said:
I typed ADB connect IP:5555
it said unable to connect
Click to expand...
Click to collapse
Got it to connect
stickpirate77 said:
Got it to connect
Click to expand...
Click to collapse
In the shell
Enter
pm enable com.amazon.tv.oobe
pm enable com.amazon.aria
Then reboot and you will be able to deregister
Main one is oobe but enable both of them

Categories

Resources