[Q] Multiple Things.... - Nook Touch General

One, should we create a FAQ with links to backups, roots, videos, Q+As we make, etc?
Two, I think I am going to reroot with a different rooter. When I installed this root (TouchNooter) I went to youtube, and tried to do what the tutorial said, but it has some error, and I can't download apps.
What one has everything I need? I mainly rooted so I can have a password lock upon opening nook, and so I could read the web. I want to google, android, and amazon stores. Please, respond ASAP!

Password lock?
Just do this in an ADB shell:
Code:
am start -n com.android.settings/.ChooseLockPin

I seem to be able to do everything from TouchNooter except multitouch. (Took 2 install trys).
The google market did take a day to start working.
Does anyone have multitouch working on TouchNooter?

Renate NST said:
Password lock?
Just do this in an ADB shell:
Code:
am start -n com.android.settings/.ChooseLockPin
Click to expand...
Click to collapse
Where do I run this?

I have multi touch working, I only used TouchNooter to root, it's finicky at best and only works in some apps and not others.

GabrialDestruir said:
I have multi touch working, I only used TouchNooter to root, it's finicky at best and only works in some apps and not others.
Click to expand...
Click to collapse
How did you install it? Just open the apk? Or by changing uImage and modifying required_hardware.xml, as in the posts.

Related

[Q] Which one: TouchNooter or nookDevs root? (NookTouch 2nd)

Not sure which one will be better for my device.
Both root the device and enable ADB over wifi.
But TouchNooter is easier and installs some useful things, so you should root your device with it (unless you just need to root it)
mdall said:
Both root the device and enable ADB over USB.
Click to expand...
Click to collapse
hi,
can you explain me how to make ADB over USB working?
I used NookDev root method, and it works correctly, but i just have ADB over WiFi.
Thanks
My mistake, I wanted to say ADB over wifi
Do both!
I say both Touchnooter first, and then read through the nookDevs one (and Xboxexpert's method too) to learn what you just did.
In xboxexpert's script there's some goodies, such as changing the left hand buttons on the Nook to be the Menu and Back buttons
To me, the issue with touchnooter is that it installs many things that are not very battery concious, and it ends up draining the battery too quickly... Like in a couple of days even w/o using it too much.
TouchNooter uses NookDev's noogie.img and modified RAM disk. It then enables and installs a bunch of things (e.g. install Android Market) that you'd otherwise need do manually. That's it.
They're not 2 different things; TouchNooter is an "easy" version of NookDev's hack.

Why'd you root your Kindle Fire?

To get Google Apps.
What about you?
Cuz I could.
Also don't need root for google apps.
I rooted for the simple fact that I could do it. I don't own anything Android that isn't rooted.
for google apps and android market here
I have a few questions...
You don't have to be rooted to install apps right? All I do is check mark authroize apps in settings and then just put the apk on my kindle and install? Or do I have to email it to my kindle email? Do all apps from android market work?
If you don't need root access for 3rd party apps why cant google apps be installed? I guess I'm confused on why anyone should root a kindle right now? Since its so new? What are the advantages of a rooted kindle?
Last question, is there any way to save that Amazon prime thing if you do root? I have that fee month trial right now.
bal1985 said:
I have a few questions...
You don't have to be rooted to install apps right? All I do is check mark authroize apps in settings and then just put the apk on my kindle and install? Or do I have to email it to my kindle email? Do all apps from android market work?
If you don't need root access for 3rd party apps why cant google apps be installed? I guess I'm confused on why anyone should root a kindle right now? Since its so new? What are the advantages of a rooted kindle?
Last question, is there any way to save that Amazon prime thing if you do root? I have that fee month trial right now.
Click to expand...
Click to collapse
U only have to root the kindle to install the market..if u don't root it and install it it will force close and not work properly..that's why u have to root..but after u root u can unroot and the market will work corrrectly..
That's my experience as well.
- Ed
For the couple extra apps I could get from the Google Market, and to put a real launcher on it. I do not like the home screen on the Fire. The carousel is just a big mess of "stuff". I do like all the app screens, I just think the home is a fail.
Don't freak out amazon, I've been buying more stuff then ever. Even with out your front end.
o For Google Apps
o For Android Market
o For Screen Shot abilities (for training)
o AdFree
o Change stock keyboard
o Titanium Backup
Root file managers so I can tinker with it. My wife's unit is till stock. I got mine after she complained I had taken it over.
I rooted for custom launcher, market, and google apps.
FYI you can keep using the amazon apps (video, mp3, etc..) while rooted if you just rename the "su" binary to something else. I renamed mine to "super" and can still watch amazon vod.
Because I could, mostly. But also for the Android Market and Titanium Backup, plus screenshots. I also use an app for temp unrooting since I'm a Prime member. Getting my 3 year old into cartoons from when I was his age..
antagonizt said:
I rooted for custom launcher, market, and google apps.
FYI you can keep using the amazon apps (video, mp3, etc..) while rooted if you just rename the "su" binary to something else. I renamed mine to "super" and can still watch amazon vod.
Click to expand...
Click to collapse
I have rooted and installed andoid marketplace. Which "su" binary file are you referring to?
Because I like to do things that others advise against.
Xdpker06 said:
I have rooted and installed andoid marketplace. Which "su" binary file are you referring to?
Click to expand...
Click to collapse
the one in /system/bin/su
You'll have to remount system rw first
For Google apps, the Market, custom keyboards, custom launcher and cause it's FUN!
Sent from my Kindle Fire using Tapatalk
antagonizt said:
the one in /system/bin/su
You'll have to remount system rw first
Click to expand...
Click to collapse
Thanks! For apps like google Maps, is there anyway to get location services working? like figuring out your location thru wifi like the ipod touch.
*edit* actually that seems to have broken my root. Superuser no longers gives permission to Root Explorer so I can't even change it back to su. How do I fix this?
Xdpker06 said:
Thanks! For apps like google Maps, is there anyway to get location services working? like figuring out your location thru wifi like the ipod touch.
*edit* actually that seems to have broken my root. Superuser no longers gives permission to Root Explorer so I can't even change it back to su. How do I fix this?
Click to expand...
Click to collapse
You'll have to use adb and do it via command line.
Code:
$ adb -d shell
$ super
# /system/xbin/busybox mount -o remount,rw /system
# mv /system/bin/super /system/bin/su
# exit
$ exit
$ adb -d reboot
I guess the Superuser app looks for the "su" binary as well? Maybe there is a way to tell it you've renamed "su"... a setting called path to su or some such thing
Thanks. Do you also know how to the location thingy working on google maps?
Xdpker06 said:
Thanks. Do you also know how to the location thingy working on google maps?
Click to expand...
Click to collapse
Sorry, I don't know what's wrong with maps on the Kindle. It should use info about the AP you are connected to and be able to give an approximate location if the AP mac is in Google's DB.
Kindle Fire has no GPS, so locating yourself is not possible. I use mapquest for pinpointing my location and it works great. Mapquest uses OpenStreatMap for finding your location, but searching for directions is done only through wifi.
Sent from my Kindle Fire using Tapatalk

[Q] Just got My nook ST shipped to my home... :)

got my nook yesterday, registered,and ready to go...
the e-ink is really good on my eyes and i'm lovin it...
now to what i'm here for..
as everyone i want to hack my nst for a better e reading experience, a li'l browsing, a few gud themes and a few games.
i want some help in doing it. i could have gone through the forums but there being many, it really is a bit hard to choose the right one and in right order. i would like anyone of you to share the links in order of it supposed to be done, i.e. backing up my default files and then to hacking etc. a video tutorial link would be more appreciated. As i have some of my books scanned, suggest a reader to read scanned pdfs after hacking...
and of course i'm not a regular hacker,except that i have hacked my psp once so no problem getting along with the instructions...
Expecting a few gud responses, thanQ
harunaku
TouchNooterwill take care of the rooting. Do a backup before you do anything else.
bobstro said:
TouchNooterwill take care of the rooting. Do a backup before you do anything else.
Click to expand...
Click to collapse
k,thanks a lot. I rooted my nook successfully
Now to make backup of my factory files, I tried the thread http://forum.xda-developers.com/showthread.php?t=1142983 which guides me to backup my files. but the noogie.img link does not have any download in that thread. what really is noogie and please give me an alternate link to noogie.img.
thanks
harunaku
You need to follow the redirect link on NookDevs. The page has been moved. noogie.img is available from that page.
thanks again, i'm done with backing up too.
now, i couldn't find a way to install the first app in the nook memory. of course u can use file manager, but there's no file manager preinstalled, is there? how to get to that apk file?
harunaku said:
thanks again, i'm done with backing up too.
now, i couldn't find a way to install the first app in the nook memory. of course u can use file manager, but there's no file manager preinstalled, is there? how to get to that apk file?
Click to expand...
Click to collapse
Wait... are you trying to do the manual rooting process? There are automated rooters. Noogie is used to backup and root manually (if you want to).
harunaku said:
[...] now, i couldn't find a way to install the first app in the nook memory. of course u can use file manager, but there's no file manager preinstalled, is there? how to get to that apk file?
Click to expand...
Click to collapse
Assuming you used the latest TouchNooter, Super Manager should work. I think SM is new from the version of TN that I last used.
Or, once Market is working, download your favorite.
bobstro said:
Assuming you used the latest TouchNooter, Super Manager should work. I think SM is new from the version of TN that I last used.
Or, once Market is working, download your favorite.
Click to expand...
Click to collapse
my doubts dont seem to be ending any soon....
-i'm done with everything, even market's working. but i couldn't search in market. when i type in search box and enter - no response...
-i managed to find 'file manager'' in top free app list and installed it. now when i try to install the apks in micro sd card, it says 'for security,ur phone is set to block non android sourced apps',though i checked 'allow non market apps' in nook color tools. suggest me a way to install the apps in card.
-the market shows the apps with $ pricing, how to make it regional?
-sometimes while swiping to scroll, the page goes to the end all the way...
-after rooting the wifi is disconnecting frequently
thanks in advance...
harunaku said:
[...] -i'm done with everything, even market's working. but i couldn't search in market. when i type in search box and enter - no response...
Click to expand...
Click to collapse
That seems to be a problem some people have and others don't. What version of the B&N firmware are you running?
-i managed to find 'file manager'' in top free app list and installed it. now when i try to install the apks in micro sd card, it says 'for security,ur phone is set to block non android sourced apps',though i checked 'allow non market apps' in nook color tools. suggest me a way to install the apps in card.
Click to expand...
Click to collapse
Sounds like you need to allow 3rd party apps. Launch NookColor Tools, then toggle the Allow Non-Market Apps settings off and back on. Then try again.
[...] -the market shows the apps with $ pricing, how to make it regional?
-sometimes while swiping to scroll, the page goes to the end all the way...
Click to expand...
Click to collapse
Those aren't really rooting issues.
-after rooting the wifi is disconnecting frequently
Click to expand...
Click to collapse
This may be related to the B&N firmware version you're running. Apparently, the NST v1.1.0 has known problems with some 802.11n networks, WPA2 settings and various other random wifi issues. I don't believe TN touches wifi, so it shouldn't have changed.
would you say go ahead, if i say i'm gonna restore the factory settings with the backup and root again?
and yes, i rooted with the latest touchnooter (the link u posted)

How do you install and use Google Play?

I rooted my nook today and no matter what I try, using Opera Mini, I cannot get any google apps to install. I also cant figure out how to add a device to google apps. Since the Market app never works for anyone this seems to be the only way to install anything but there are no forums mentioning how to install it. I would appreciate some assistance. Thanks.
no one here knows the answer to this? i'm shocked no replies yet.
download gapps.zip and flash it.
Sent from my MT11i using XDA
Just hit thanks if I helped.
Guyman2,
Depending on the rooting method you used, there is way to install gapps, which includes market (google play - they are compatible in use, nothing being left). Check it on the proper post here in the development forum!
Earayil said:
download gapps.zip and flash it.
Sent from my MT11i using XDA
Just hit thanks if I helped.
Click to expand...
Click to collapse
I used Touchnooter. What do you mean by "flash it"?
Guyman2 said:
I used Touchnooter. What do you mean by "flash it"?
Click to expand...
Click to collapse
Similar to how you flash the rom. Check the forums you will get the answer. Sorry I coudnt give the link. My data plan is slow.
Sent from my MT11i using XDA
To more succinctly state the problem:
How can you get APKs out of Google Play without loading your personal device with a load of junk from Google?
I've got Google Maps on my Nook right now and every time I turn my back it's trying to do something (when not running).
Renate,
Gotta live with that. That's the price of having market (gmail always on the background, etc), but it helps the system runs a little bit better (apps upgrade!).
Guyman,
Look on the thread related to touchnooter, and probably there will be an option to add gapps to your system. Usually the 1st post show you all the options.
Have the same problem - is there a way to install market only?
What I'm going to do is install on my phone, extract it from the phone, then load onto the Nook and delete what's left over! Madness, I know.
A nicer way for me would be to install into a virtual machine and do that. Anyone know if that's possible? Possibly even with Android-x86??
I don't like market in this sense. It's a problem with all Android devices as far as I can see. Market is a bit of a problem in this regard.
I'm not sure about the problem here, but, I can confirm that, I rooted my NST with Touchnooter and market is working fine, I downloaded several apps from market and, I also installed some apps trough Google Play Store from my PC directly to the NST.
For me Market search didn't work after following MinimalTouch so I had to use the SearchMarket app from Appbrain. After this now I can search and install anything but still can't click the notifcations, OperaMini crashes back to the ADW desktop, same for Browser too after clicking a link in Google.
edit:
for Renate re: Maps out of control. Yes, I noticed too that it comes out of the background and wastes battery. 2 ideas: 1) Freeze it when not in use. You can use a Widget from Titanium or AppQuarantine for quicker launch 2) use something 3rd party
I also suggest using a different account for the Nook to any other Android devices you have to keep things separate and clear since the NST is not recognised by Play.
For a bare-bones root with an appstore, tinynoot ought to work.
I cobbled it together for the glowlight but all the parts are from the established NST environment - clockwork, su, busybox, adw, button savior, nook touch and nook color tools.
I include the Amazon appstore, which of course is also an app that likes to be always on, but none of the gapps because the framework for the glowlight stuff hasn't been looked at yet.
The install scripts are based on minimal nooter, which is CWR based file and directory creation.
I didn't include a modded uRamdisk because I find that adb wireless is enough on its own to let me use wifi adb (dont' recall if I've used usb ADB but I suspect it would work, in assocation with nook color tools) - I can shell in via ADB and just need to type su to get superuser.
Downloads and longwinded instructions are up at
http://forum.xda-developers.com/showthread.php?t=1650593
Renate NST said:
To more succinctly state the problem:
How can you get APKs out of Google Play without loading your personal device with a load of junk from Google?
I've got Google Maps on my Nook right now and every time I turn my back it's trying to do something (when not running).
Click to expand...
Click to collapse
You could format and use one of my minimal zips instead of the full ones, they had only the neccesary apps and libs for Gmail (manual sync) and "Market" to work correctly, nothing more, nothing less, no maps, etc.
Now everything is a bit outdated, as I said, I'll work on this again and update the zips etc.

[GUIDE][NO ROOT][STICK 2] Playing With Matches v1

I thought I'd share my relatively less dangerous methods to turn a Fire TV Stick 2 into an Android TV clone.
First up follow my GApps/Google Services installation guide. This will provide the necessary backbone to install every other application.
You can either install Backdrop as below or ignore those instructions and use my newly ported Android TV settings app to select your screensaver! (no root required!).
Get it here: https://github.com/rockon999/TvSettingsOnFire/releases
Note this settings app requires addition permissions that must be granted via adb. They are listed on the releases page.
First let's install Backdrop (this provides a chromecast-like screen saver for your Fire TV).
Here is the APK link.
adb connect [IP of FTV]
adb install [APK PATH]
adb shell
settings put secure screensaver_components com.google.android.backdrop/.Backdrop
Now you have the Android TV screensaver! Look here for how to configure the timing of the screensaver/sleep.
Now let's install the Leanback launcher. Unfortunately the only Leanback launcher that will load on the Fire TV (without root) is one circa ~2015 and it is *buggy*. To aid this guide (and my sanity) I've taken the decompiled sources of LeanbackLauncher, stripped them of Google services, added features, improved stability, and added Fire TV specific features. You can find that here.
Now let's install Google's TV search app. I've found a working 2.x series version that is better looking, more stable, and much faster. You can get the APK here. Unfortunately the latest version is incompatible but an older version works surprisingly well. I've found version 1.0.6.2108324 to be the most stable. You can download the APK here.
UPDATE: I've figured out how to get Google's voice search working! (this only works w/ voice remotes not apps)
Running this command will disable global Alexa and allow Google to work (if you're on an old enough firmware): adb uninstall -k --user 0 com.amazon.vizzini
And there you go! Your Fire TV Stick is an almost-Android TV stick.
Stay tuned because this guide and Leanback on Fire is being continuously updated!
Very good work!
Thank you, this is what I've been looking for.
rockon999 said:
I thought I'd share my relatively less dangerous methods to turn a Fire TV Stick 2 into an Android TV clone.
Click to expand...
Click to collapse
Could you also include that activities in your launcher-mod ?
Code:
com.amazon.tv.settings/.tv.applications.ApplicationsActivity
And for a rooted version of your launcher (just as an idea):
Code:
com.android.tv.settings/.MainSettings
For com.android.tv.settings/.MainSettings you need to simply install TvSettings.apk with root and you will get almost all functions of the standard Android TV settings menu!
Code:
adb push TvSettings.apk /sdcard/
adb shell su -c mkdir /system/priv-app/TvSettings
adb shell su -c chmod 755 /system/priv-app/TvSettings
adb shell su -c cp /sdcard/TvSettings.apk /system/priv-app/TvSettings/TvSettings.apk
adb shell su -c chmod 644 /system/priv-app/TvSettings/TvSettings.apk
adb shell su -c chown root:root /system/priv-app/TvSettings/TvSettings.apk
adb shell su -c rm /sdcard/TvSettings.apk
rainman74 said:
Could you also include that activities in your launcher-mod ?
Code:
com.amazon.tv.settings/.tv.applications.ApplicationsActivity
And for a rooted version of your launcher (just as an idea):
Code:
com.android.tv.settings/.MainSettings
For com.android.tv.settings/.MainSettings you need to simply install TvSettings.apk with root and you will get almost all functions of the standard Android TV settings menu!
Code:
adb push TvSettings.apk /sdcard/
adb shell su -c mkdir /system/priv-app/TvSettings
adb shell su -c chmod 755 /system/priv-app/TvSettings
adb shell su -c cp /sdcard/TvSettings.apk /system/priv-app/TvSettings/TvSettings.apk
adb shell su -c chmod 644 /system/priv-app/TvSettings/TvSettings.apk
adb shell su -c chown root:root /system/priv-app/TvSettings/TvSettings.apk
adb shell su -c rm /sdcard/TvSettings.apk
Click to expand...
Click to collapse
For the first suggestion app settings are accessible by pressing menu while on a specific application and selecting "App Settings". I think that's what you're after, but if not correct me. The issue with launching the settings activity itself is that it will crash (at least on my FTV Stick 2). I have solved crashes before, though, so I'll look into it. As for your second suggestion I can simply look into re-adding the default ATV settings code (which should interface with this app well). Unfortunately, I'll have no way to test this (I only have an un-rootable FTV sticks) so it may take longer.
rockon999 said:
For the first suggestion app settings are accessible by pressing menu while on a specific application and selecting "App Settings". I think that's what you're after, but if not correct me. The issue with launching the settings activity itself is that it will crash (at least on my FTV Stick 2). I have solved crashes before, though, so I'll look into it.
Click to expand...
Click to collapse
No, I actually meant the global app menu. With me this doesn't crash when I start it directly via adb, but via Confireator I get a crash.
So it works without crash:
adb shell at the start -n com. amazon. tv. settings/. tv. applications. ApplicationsActivity
As for your second suggestion I can simply look into re-adding the default ATV settings code (which should interface with this app well). Unfortunately, I'll have no way to test this (I only have an un-rootable FTV sticks) so it may take longer.
Click to expand...
Click to collapse
That would be great!
I tried the microphone. I held the microphone button on my remote and talked. it worked. I don't think you intended it to work at all. So you should probably update about that. And it feels good to have leanback. Also is the recommendations thing impossible?
Pix12 said:
I tried the microphone. I held the microphone button on my remote and talked. it worked. I don't think you intended it to work at all. So you should probably update about that. And it feels good to have leanback. Also is the recommendations thing impossible?
Click to expand...
Click to collapse
The normal leanback recommendations system will either 1) crash or 2) display recommendations w/o their images (neither of those things are particularly pleasant). Together they mean you end up with a bunch of giant grey blocks (that never update) on your screen. So, essentially, the best way forward (I think) is to attempt to completely rewrite the recommendations code from scratch so that it can function in the user space. There is maybe a 50/50 chance that it will actually work though as recommendations operate over the notifications system and with Amazon's notification systems and Google's recommendations setup on the same machine they don't like to get along.
Side note, I'm surprised the microphone worked as Amazon coded it to always go to Alexa. I have some questions
1) Have you debloated? If so, what?
2) Are you rooted?
3) Any special mods?
Thanks!
rockon999 said:
Side note, I'm surprised the microphone worked as Amazon coded it to always go to Alexa. I have some questions
1) Have you debloated? If so, what?
2) Are you rooted?
3) Any special mods?
Thanks!
Click to expand...
Click to collapse
I debloated the FireTV, it's not rooted and I used Launcher Hijacker 3 to use as home screen. It might've been me using the
Code:
adb shell pm grant com.google.android.katniss android.permission.RECORD_AUDIO
command for the Google app to allow the microphone.
Pix12 said:
I debloated the FireTV, it's not rooted and I used Launcher Hijacker 3 to use as home screen. It might've been me using the
Code:
adb shell pm grant com.google.android.katniss android.permission.RECORD_AUDIO
command for the Google app to allow the microphone.
Click to expand...
Click to collapse
I'm guessing it's because your debloat removed the package that forces Alexa. Similar to how removing the launcher allows other launchers to work without modification apps. I'll poke around and see if I can replicate/find the package.
rockon999 said:
I'm guessing it's because your debloat removed the package that forces Alexa. Similar to how removing the launcher allows other launchers to work without modification apps. I'll poke around and see if I can replicate/find the package.
Click to expand...
Click to collapse
Yeah, I removed really everything Amazon. It showed the launcher menu.
Pix12 said:
Yeah, I removed really everything Amazon. It showed the launcher menu.
Click to expand...
Click to collapse
which is the package that forces Alexa?
is a new version of LeanbackLauncher coming soon?
rainman74 said:
is a new version of LeanbackLauncher coming soon?
Click to expand...
Click to collapse
I'm completely rewriting a lot of the database storage code (there are a lot of broken/missing database calls) and am close to done. I'm just trying to fix the favorites row at this point but moving apps elsewhere is working. I've also re-added the code to link to the native android tv settings app and I also ported the native android tv settings app to Fire TV (without root required!). In addition, I've gotten the leanback keyboard fully working! I'd say a day or two and I'll update the guide
rockon999 said:
I'm completely rewriting a lot of the database storage code (there are a lot of broken/missing database calls) and am close to done. I'm just trying to fix the favorites row at this point but moving apps elsewhere is working. I've also re-added the code to link to the native android tv settings app and I also ported the native android tv settings app to Fire TV (without root required!). In addition, I've gotten the leanback keyboard fully working! I'd say a day or two and I'll update the guide
Click to expand...
Click to collapse
WOW! :good::good::good:
rockon999 said:
I'm completely rewriting a lot of the database storage code (there are a lot of broken/missing database calls) and am close to done. I'm just trying to fix the favorites row at this point but moving apps elsewhere is working. I've also re-added the code to link to the native android tv settings app and I also ported the native android tv settings app to Fire TV (without root required!). In addition, I've gotten the leanback keyboard fully working! I'd say a day or two and I'll update the guide
Click to expand...
Click to collapse
Awesome work!
rockon999 said:
I'm completely rewriting a lot of the database storage code (there are a lot of broken/missing database calls) and am close to done. I'm just trying to fix the favorites row at this point but moving apps elsewhere is working. I've also re-added the code to link to the native android tv settings app and I also ported the native android tv settings app to Fire TV (without root required!). In addition, I've gotten the leanback keyboard fully working! I'd say a day or two and I'll update the guide
Click to expand...
Click to collapse
Awesomeeeee!!!!!!!!!:laugh::laugh::laugh:
UPDATE: I've figured out how to get Google's voice search working! (this only works w/ voice remotes not apps)
Running this command will disable global Alexa and allow Google to work (if you're on an old enough firmware): adb uninstall -k --user 0 com.amazon.vizzini
rockon999 said:
UPDATE: I've figured out how to get Google's voice search working! (this only works w/ voice remotes not apps)
Running this command will disable global Alexa and allow Google to work (if you're on an old enough firmware): adb uninstall -k --user 0 com.amazon.vizzini
Click to expand...
Click to collapse
working perfectly with the newer apk from OP
ALPHA 2 OF LEANBACK IS OUT AND ATV SETTINGS APP PORTED
https://github.com/rockon999/Leanbac...leases/tag/0.2
NOTE: You must completely remove Alpha 1 (and clear its storage - instructions on the release page) as Alpha 1 had database storage bugs that make Alpha 2 inoperable.
The first alpha of my port of Android TV's settings app, TvSettingsOnFire, is also available (note the permission requirements)! https://github.com/rockon999/TvSettingsOnFire/releases
Also, if you've ever actually wanted to see what your were editing while you were typing Leanback Keyboard works perfectly in conjunction with my TvSettings port! You can grab it here.

Categories

Resources