Hello,Hello is the problem resolved for you if otherwise try a version lower but the TV version may help.
Cheers.......
[email protected]:/ $ su
[email protected]:/ # mount -o rw,remount /system
First find app you want to replace with Leanback:
[email protected]:/ # cd /data/app/
[email protected]:/data/app # ls
com.amazon.tv.leanbacklauncher-1
[email protected]:/data/app # cd com.amazon.tv.leanbacklauncher-1/
[email protected]:/data/app/com.amazon.tv.leanbacklauncher-1 # ls
base.apk
[email protected]:/ # cd /system/priv-app/LeanbackLauncher/
[email protected]:/system/priv-app/LeanbackLauncher # mv LeanbackLauncher.apk LeanbackLauncher.apk.bak
[email protected]:/system/priv-app/LeanbackLauncher # cp /data/app/com.amazon.tv.leanbacklauncher-1/base.apk LeanbackLauncher.apk
[email protected]:/ # mount -o ro,remount /system
am force-stop $(dumpsys window windows | grep mCurrentFocus | grep -o 'u0 .*/' | cut -d " " -f 2 | cut -d "/" -f 1)
HelloFirst, thank you for this.
Is there any way wifi setup (during first use wizard) can be skipped? After selecting language it seems the skip button slips away and then i can only proceed if I connect to a wireless network.
Hello and thank you for your help.Hello
Once booted and the remote paired the setup wizard goes through the complete setup besides the wifi password entry is just after pairing of the remote.
Hope it helps.......
If remember well after pairing the remote goes to wifi settings select the wifi your in from the list of available and a pop up appears confirming your connected then privacy settings just skip the privacy settings then region for the time zone and your good to go unless you flash Gapps it asks for the username and password during the setup for the playstore to workHello and thank you for your help.
I'm not sure if we get each other. Once booted, the system wants me to pair the remote. I can pair the remote and the language selection screen appears almost immediately. It also appears after some minutes of waiting (which I prefer because I would like to use only my tvs remote over HDMI-CEC). Even if I pair the (original) remote I can not skip wifi setup after selecting my language. Rebooting the device by pull the power plug does not skip the whole procedure*. It starts with remote pairing, then language selection and then wifi connection. And it just shows available networks, connecting via WPS or connect to hidden network, no skip. The back button returns to language selection screen.
Maybe you can clarify your steps if I get you wrong.
* I'm aware of rebooting via adb and I also looked for some other possibilities to get around. Tried a keyboard, escape on language selection screen just leads to remote pairing again. One reason for me flashing Lineage was because I don't like Amazon to push me to get online and sign in. I thought there must be a simple method for skipping wifi connection, therefore I asked. Btw, it seems that connecting to a wifi hotspot whichs has no internet connection doesnt work either. On the language selection screen is an emergency call button which blacks out the screen.
Anyway, thanks again!
I appreciate your help but the question was how to skip wifi setup.If remember well after pairing the remote goes to wifi settings select the wifi your in from the list of available and a pop up appears confirming your connected then privacy settings just skip the privacy settings then region for the time zone and your good to go unless you flash Gapps it asks for the username and password during the setup for the playstore to work
Can you use a usb otg with a mouse will help.
If otherwise
Can you send some pictures get an idea can figure a way around working for you.
Lineage is a wonderful OS which is light on the system and RAM especially for Ftv tank mine is configured completely using Link2sd and never had any problems though.
Happy to help cheers!
HelloI appreciate your help but the question was how to skip wifi setup.
On the pictures you can see the setup as I described it. First connecting remote, selecting the language and then connecting wifi. But there is no skip button.
I cannot reproduce it but I think you can skip it by pressing buttons on any remote in a specific order.
The build.prop solution which you can find out there did not work for me and in TWRP /system only contains the bin folder, idk why. The only solution (which unfortunately is a bit hacky imho) is to disable setupwizard via adb. For those how need this solution:
- "adb shell", then "am start com.android.settings"
- enable developer settings and enable root access for adb there
- "su" and "pm disable com.cyanogenmod.setupwizard", reboot
Not the one I preferred but yes this works.
DISCLAIMER:![]()
This is an LineageOS 12.1 build for Amazon TV Stick (aka TANK).
Hello!Can't find a single android (phone) keyboard to pair with LineageOS so I can copy/paste text or links in certain apps...like kodi or m3u links that are a pain to always type with the on-screen keyboard.
Hi.Hello!
You can try using the apps2fire app never tried it though on the Firetv tank but works fine on Firetv 4k to upload files install apps from phone to firetv or pre-installed phone apps to firetv as well and the setup to pair with firetv is simple.Hope it helps.......
Hello!Hi guys, i got everytime a message when i want to pair my Alexa Gen 1 remote.
'Wrong Passkey or Pin'
any sugestions what to do?
i tried to reset the remote dosent workd for me
This is an LineageOS 12.1 build for Amazon TV Stick (aka TANK).We are not responsible for any damage, bootloop, bricked or broken devices and Relationships.
Need an unlocked tank with amonet patched recovery
https://forum.xda-developers.com/fire-tv/development/unlock-fire-tv-stick-2nd-gen-tank-t3907002
On first boot it will ask you for pair the TV Remote. For do that, press the home button 10 secs or more.
If don't pair on first start reboot and pair again
Since this ROM is optimized for TV Stick, this ROM uses LeanBack Launcher, LeanBack IME and TVSettings intsead of CM Launcher, AOSP Keyboard and CMSettings.
diff --git a/media/libstagefright/ACodec.cpp b/media/libstagefright/ACodec.cpp
index cdeb161f7..130dc18c4 100644
--- a/media/libstagefright/ACodec.cpp
+++ b/media/libstagefright/ACodec.cpp
@@ -784,6 +784,12 @@ status_t ACodec::configureOutputBuffersFromNativeWindow(
usage |= GRALLOC_USAGE_PROTECTED;
}
+#define GRALLOC_USAGE_SECURE 0x01000000;
+ if (mFlags & kFlagIsSecure) {
+ usage |= GRALLOC_USAGE_SECURE;
+ ALOGW("ACODEC: use GRALLOC_USAGE_SECURE\n");
+ }
+
// Make sure to check whether either Stagefright or the video decoder
// requested protected buffers.
if (usage & GRALLOC_USAGE_PROTECTED) {
So I looked at it a little more. This OS is a nuisance! Apps I install do not show up on the launcher and no matter what I do, no Google anything! I have LineageOS on both of my Fire Tablets and it is nothing like this.
I'm going to do some more tinkering and see what I can find.
Please fix this as I'm probably going to go back to the old FireOS for the Fire Stick 2. I can try to flash GApps to that and somehow get it to work.