2017-05-06, 20:08
I have pictures but I don't believe that this will accept uploads.
(2017-05-06, 20:08)GXstick Wrote: I have pictures but I don't believe that this will accept uploads.
(2017-05-17, 11:07)D-an-W Wrote: Thanks for the updates jocala, is there a way to import devices that were present in the previous version yet please (I have the .db file saved)?
adbLink 3.3
060317153756
IP: 169.254.250.128
IP: 169.254.24.85
IP: 192.168.1.103
Windows
------------
SELECT Id FROM device WHERE description="My FireTV (Full)"
SELECT daddr FROM device WHERE description="My FireTV (Full)"
server started
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
starting server
(2017-06-03, 21:33)kamby19 Wrote: For some reason, the main window for adbLink for Windows will not appear. adblink.exe and two copies of adb.exe appear in the active task list, but the user interface will not show up. I tried re-installing adbLink 3.3, but the problem remains.
I'm running 64-bit Windows 7 Pro. I've disabled my firewall and anti-virus, but that doesn't make any difference. Here's the log:
Code:adbLink 3.3
060317153756
IP: 169.254.250.128
IP: 169.254.24.85
IP: 192.168.1.103
Windows
------------
SELECT Id FROM device WHERE description="My FireTV (Full)"
SELECT daddr FROM device WHERE description="My FireTV (Full)"
server started
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
starting server
What's going wrong, and what can I do?
Thanks!
(2017-06-19, 12:31)mechaaztlan Wrote: Having this frustrating problem with one particular Firestick. I've setup kodi now I'm trying to push some zip files but whenever I bring up file manager I either get nothing (empty) panels or they say [-] Unkown username or uid.
What am I doing wrong? Thanks.
I've used the same process on my other two kodi sticks and everything worked for those, so I must be missing something.
(2017-06-19, 15:02)jocala Wrote:(2017-06-19, 12:31)mechaaztlan Wrote: Having this frustrating problem with one particular Firestick. I've setup kodi now I'm trying to push some zip files but whenever I bring up file manager I either get nothing (empty) panels or they say [-] Unkown username or uid.
What am I doing wrong? Thanks.
I've used the same process on my other two kodi sticks and everything worked for those, so I must be missing something.
I doubt you're doing anything wrong. I've seen blank panels in one case, a rooted device with a non-standard su...installing superSu fixed that. Is there anything about this firestick that's different from the others?
(2017-06-19, 21:50)mechaaztlan Wrote:(2017-06-19, 15:02)jocala Wrote:(2017-06-19, 12:31)mechaaztlan Wrote: Having this frustrating problem with one particular Firestick. I've setup kodi now I'm trying to push some zip files but whenever I bring up file manager I either get nothing (empty) panels or they say [-] Unkown username or uid.
What am I doing wrong? Thanks.
I've used the same process on my other two kodi sticks and everything worked for those, so I must be missing something.
I doubt you're doing anything wrong. I've seen blank panels in one case, a rooted device with a non-standard su...installing superSu fixed that. Is there anything about this firestick that's different from the others?
I don't think there's anything different. I did a factory reset on it and it gives me the same issue. I may have tried to root it once? I'm pretty sure it couldn't be rooted because of it's firmware. Could there be some left over junk on there that would survive a factory reset?
/data/local/tmp/adblink/which su
(2017-06-19, 22:51)jocala Wrote:(2017-06-19, 21:50)mechaaztlan Wrote:(2017-06-19, 15:02)jocala Wrote: I doubt you're doing anything wrong. I've seen blank panels in one case, a rooted device with a non-standard su...installing superSu fixed that. Is there anything about this firestick that's different from the others?
I don't think there's anything different. I did a factory reset on it and it gives me the same issue. I may have tried to root it once? I'm pretty sure it couldn't be rooted because of it's firmware. Could there be some left over junk on there that would survive a factory reset?
That's possible. A factory reset doesn't nuke everything. You can try to using the adb shell button then at the $ prompt paste the command:Code:/data/local/tmp/adblink/which su
This will show you if there's an su binary on the stick.
The upcoming version has the ability to turn off root detection, hoping for a mid-July release.
(2017-06-20, 00:26)mechaaztlan Wrote:(2017-06-19, 22:51)jocala Wrote:(2017-06-19, 21:50)mechaaztlan Wrote: I don't think there's anything different. I did a factory reset on it and it gives me the same issue. I may have tried to root it once? I'm pretty sure it couldn't be rooted because of it's firmware. Could there be some left over junk on there that would survive a factory reset?
That's possible. A factory reset doesn't nuke everything. You can try to using the adb shell button then at the $ prompt paste the command:Code:/data/local/tmp/adblink/which su
This will show you if there's an su binary on the stick.
The upcoming version has the ability to turn off root detection, hoping for a mid-July release.
I get back
/data/local/tmp/adblink/which su
/system/bin/su
Does that mean there's something there?