Can you make a Nexus Player Backup or Duplicate - Nexus Player Q&A, Help & Troubleshooting

I have the lollirock 1.6 rom installed, all my favourite apps and Kodi Addons configured. It took several hours to get everything just right. I want to put a nexus player in every room in the house with the same setup. Is it possible with fastboot or other program to make an image of my player to install on other players once I have them rooted and unlocked?
Thanks
PS.....Great work on the Lollirock Rom!!!!!!!!!!!!!!!

budster2010 said:
I have the lollirock 1.6 rom installed, all my favourite apps and Kodi Addons configured. It took several hours to get everything just right. I want to put a nexus player in every room in the house with the same setup. Is it possible with fastboot or other program to make an image of my player to install on other players once I have them rooted and unlocked?
Thanks
PS.....Great work on the Lollirock Rom!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
i haven't done anything that radical with mine, but you may want to see if twrp or another custom recovery is available, that would be the fastest. if not than i would try titanium backup.

budster2010 said:
I have the lollirock 1.6 rom installed, all my favourite apps and Kodi Addons configured. It took several hours to get everything just right. I want to put a nexus player in every room in the house with the same setup. Is it possible with fastboot or other program to make an image of my player to install on other players once I have them rooted and unlocked?
Thanks
PS.....Great work on the Lollirock Rom!!!!!!!!!!!!!!!
Click to expand...
Click to collapse
Try this out.. can't guarantee anything but it "should" work. This assumes your device is rooted:
Install Busybox on your device (there are a lot of Busybox installers on the Play Store but I installed mine manually.
Backup your data partition including the sdcard. If you want to exclude the sdcard, add "--exclude=/data/media"
Code:
adb shell
su
tar cvpzf /sdcard/data.tgz --exclude=/sdcard/data.tgz /data
Copy /sdcard/data.tgz to the other device, install Busybox and restore:
Code:
adb shell
su
tar xvpfz /sdcard/data.tgz -C /data
I haven't tested this completely so not sure if you'll run into any issues but it's a start.

Related

My kindle fire HDX 7" setup, for newbies!

First of all, thanks a lot to Cpasjuste for making the working gapps flashble zip, here's a link to that. I take no responsibility for doing this, all credit goes to Cpasjuste. Also I do not know a lot about deving myself but i've had two android devices before this and have been avid in modding them, just thought i'd put that out there.
So, first thing I did was get root, factory reset and get safestrap recovery. then I made a backup of my stock ROM, kept it on my kindle, and moved it to a safe spot in my computer (I recommend everyone does this, no matter if they choose to follow this setup or not.) I created a new ROM slot with default partitions, and restored my stock ROM to it (you do this in case any thing happens you have your stock ROM to fall back on). I tried flashing Cpasjuste's gapps rom, but for some reason there were multiple issues with it so instead, i restored to stock, on ROM slot 1, and flashed his gapps zip mentioned earlier. Rebooted and everything (well almost everything) worked perfectly. playstore works and only app that I have discovered to be incompatible is instagram for some reason, but i found a apk download online that installed perfectly to replace it. I installed a app from play store called recent apps quick button, which basically activates android's recent apps, then I installed a app from play store called Home2 shortcut. this lets me assign the resent apps quick button to double tapping the home button so now when i double tap the home button it brings me to recent apps. It's really nice since kindles default Rom doesn't have a recent apps button! Right now I am working on blocking updates from amazon to prevent losing root or bricking, using the tutorial found at the end of the root link. Let me know what you guys have done to make your kindle fire HDX experince better, or any questions you have.
Also, I forgot to mention that using the gapps flashable zip broke my amazon appstore and most amazon services, except video it seams like, but since we have safestrap recovery this isn't a big deal to me because i can always get it back, and im sure it will be fixed in future. Have fun and be safe while experimenting with your kindle.
I TAKE NO RESPONSIBILITY FOR DAMAGE DONE TO YOUR DEVICE, KNOW WHAT YOUR DOING BEFORE YOU DO IT!!!!!!!
Ah! Thats what I missed, I didnt realise I could use restore on a different ROM slot! Thanks for that, going to try it later!:good:
OurFriendIrony said:
Ah! Thats what I missed, I didnt realise I could use restore on a different ROM slot! Thanks for that, going to try it later!:good:
Click to expand...
Click to collapse
No problem! Also if I were you I would delete most of the user apps on your stock ROM, Idk if you did what I said and factory reset before you got safestrap (I would not try it if you already safestrap since you will lose safestrap and possible break you device!) but if you didnt I would just go back and delete most user apps and data off stock ROM and then redo the backup and restore with that. because you most likely wont be using the stock ROM (you don't want to alter it since you want to have a safe spot to restore to) you want it to take up as little storage as possible. My advice, pretend that you don't have root and don't do anything with it, like editing parts of system, or flashing mod packages, etc... (only exception is having super user and safe strap app installed.) Let me know if any part of this was to confusing. Hope this helped!
Haha, I saw your reply about 2 minutes after starting up the factory rest. I can, however, confirm that safestrap is still installed between the boot and IS load, so I'm actually in a perfect position. Have taken a new backup of pure stock rom!
Happy days!
I got a copy of my Stock ROM installed into ROM slot 1 and then added the gapps package, it worked beautifully!
I now have a tablet with all the google features on and have no issues so far.
except...
when I boot to ROM slot 1, I get a message saying "Kindle is Updating/Upgrading". It doesn't do anything and it only takes a few seconds before it gives up. I was just wondering if there was a way of getting rid of this??
As someone who hasn't had any prior experience with Android (although a fair share of experience with GNU/Linux), I appreciate a thread like this.
I also rooted the device (works well from GNU/Linux), installed SuperSU and some essential apps to make the stock OS usable (busybox and a terminal emulator, of course; and also a lightweight file browser that doesn't take much space and does exactly that, lets me browse local files). Then installed SafeStrap and backed everything up to both the Kindle and the PC (the backup is accessible via MTP, in the internal storage, so you can just connect the USB cable and copy the TWRP directory – at least in KDE).
Now I'm going to try the new AOSP ROM. Though since I'm new to the whole Android business, the partition sizes have me a bit confused. I'd want to have three slots – the stock ROM (obviously), the stock FireOS (one that I can modify) and AOSP. What partition sizes for the two slots would be the best, if it's the 16GB HDX? Also, say I download a PDF file; would both FireOS and AOSP see the file if I put it in internal storage, or would I have to manually copy it over to the other slot through my PC?
@GreatEmerald, whats AOSP? I'm thinking of playing around a bit more. I want to try out some more ROMs.
I put my first ROM slot (Stock with gapps added and amazon crap removed) on Flight Mode and now when I try and put it on wireless it restarts....
OurFriendIrony said:
@GreatEmerald, whats AOSP? I'm thinking of playing around a bit more. I want to try out some more ROMs.
I put my first ROM slot (Stock with gapps added and amazon crap removed) on Flight Mode and now when I try and put it on wireless it restarts....
Click to expand...
Click to collapse
AOSP = Android Open Source Project
Many other devices have an AOSP build and is typically a very nice build to flash if you like the core android feel with some extra very nice features.
OurFriendIrony said:
@GreatEmerald, whats AOSP? I'm thinking of playing around a bit more. I want to try out some more ROMs.
I put my first ROM slot (Stock with gapps added and amazon crap removed) on Flight Mode and now when I try and put it on wireless it restarts....
Click to expand...
Click to collapse
Yea, as mentioned, AOSP is a ROM for stock Android 4.2.2, pretty much the only big ROM available for the HDX7 right now: http://forum.xda-developers.com/showthread.php?t=2607185
It works pretty well as it is, I'm impressed it's as good already given how new the project is. Though it still has some issues for normal use. Aside from the bugs mentioned in the post, Chrome crashes as soon as it's launched (but you can use Firefox instead), as does the Kindle app (which is mainly what is stopping me from using it, because the point of a Kindle is the integration with Amazon services...). Also, the Facebook app fails to install for some reason.
Everything else I tried works fine. I installed F-Droid, a file manager, Busybox and a terminal, then the Amazon app and some of the Amazon cloud apps, and finally Skype. All of them work very nicely on AOSP. Even tested a video call on Skype and it worked without any problems (including the camera working correctly).
As someone new to Android and from a GNU/Linux background, I'm really happy that F-Droid exists. It's an app store/package manager that offers only free and open source software. For regular users that might sound as not a big deal, but actually filtering software by license is more powerful than one would think. You're guaranteed to have only apps that have no spyware and adware, because you can't hide them in open code. And those who make apps without publishing their code obviously have something to hide. So much like in GNU/Linux, the first place to check for new apps for me is F-Droid, and after that the main store of the OS (be it Google Play or Amazon Store), and only then 1Mobile market.
I still would like to know more about that partitioning, though. I figured out that the emulated SD card is shared between ROMs (I uploaded F-Droid to the Downloads directory on FireOS, and could see it on AOSP just as well), but I still don't know what exactly the two partitions you have to make to set up a ROM slot are and how much space should be allocated to them.
GreatEmerald said:
Yea, as mentioned, AOSP is a ROM for stock Android 4.2.2, pretty much the only big ROM available for the HDX7 right now: http://forum.xda-developers.com/showthread.php?t=2607185
It works pretty well as it is, I'm impressed it's as good already given how new the project is. Though it still has some issues for normal use. Aside from the bugs mentioned in the post, Chrome crashes as soon as it's launched (but you can use Firefox instead), as does the Kindle app (which is mainly what is stopping me from using it, because the point of a Kindle is the integration with Amazon services...). Also, the Facebook app fails to install for some reason.
Everything else I tried works fine. I installed F-Droid, a file manager, Busybox and a terminal, then the Amazon app and some of the Amazon cloud apps, and finally Skype. All of them work very nicely on AOSP. Even tested a video call on Skype and it worked without any problems (including the camera working correctly).
As someone new to Android and from a GNU/Linux background, I'm really happy that F-Droid exists. It's an app store/package manager that offers only free and open source software. For regular users that might sound as not a big deal, but actually filtering software by license is more powerful than one would think. You're guaranteed to have only apps that have no spyware and adware, because you can't hide them in open code. And those who make apps without publishing their code obviously have something to hide. So much like in GNU/Linux, the first place to check for new apps for me is F-Droid, and after that the main store of the OS (be it Google Play or Amazon Store), and only then 1Mobile market.
I still would like to know more about that partitioning, though. I figured out that the emulated SD card is shared between ROMs (I uploaded F-Droid to the Downloads directory on FireOS, and could see it on AOSP just as well), but I still don't know what exactly the two partitions you have to make to set up a ROM slot are and how much space should be allocated to them.
Click to expand...
Click to collapse
The system partition only needs to be as big as the Rom or backup you flash is, the data partition I typically make as big as possible (4000 mb) since this is what your Rom will consider internal storage. This is where apps and app data will be downloaded onto, where the rest of the data on your ad card is shared and is used for music, videos and lots of other custom stuff you can add. As for the cache I leave it at the default, this is where temporary data for apps is stored ( for example when you play a youtube video, it is temporarily stored on this partition.
spaghettiknight said:
The system partition only needs to be as big as the Rom or backup you flash is, the data partition I typically make as big as possible (4000 mb) since this is what your Rom will consider internal storage. This is where apps and app data will be downloaded onto, where the rest of the data on your ad card is shared and is used for music, videos and lots of other custom stuff you can add. As for the cache I leave it at the default, this is where temporary data for apps is stored ( for example when you play a youtube video, it is temporarily stored on this partition.
Click to expand...
Click to collapse
Ah, that's good to know. It makes me wonder, though – can I resize partitions in some way? Say, I created a smallish partition setup for ROM slot 1, then another one for ROM slot 2, and then have a bit spare; can I allocate the whole space to ROM slot 1 if I no longer need ROM slot 2? Or to do a backup, clear the partition setup, then restore the backup into newly sized partitions?
GreatEmerald said:
Ah, that's good to know. It makes me wonder, though – can I resize partitions in some way? Say, I created a smallish partition setup for ROM slot 1, then another one for ROM slot 2, and then have a bit spare; can I allocate the whole space to ROM slot 1 if I no longer need ROM slot 2? Or to do a backup, clear the partition setup, then restore the backup into newly sized partitions?
Click to expand...
Click to collapse
yes, what i would do is backup my current setup, delete the rom slot your using, then remake it with your newly picked partitions
Nevermind. Got it working now. Thanks for the guide!
safestrap not working on my kindle hdx 7"
Hi my kindle is already rooted and I used towelroot. I have supersu installed too. I'm currently on the step of where I should install safestrap, but it seems safestrap is not working on my tablet. I tried 3.65, 3.72, 3.75 version of safestrap but it does not work. It always restart normally. Not in recovery. Pls help. 13.3.2.8 version. Thank u in advance.
pinksummer17 said:
Hi my kindle is already rooted and I used towelroot. I have supersu installed too. I'm currently on the step of where I should install safestrap, but it seems safestrap is not working on my tablet. I tried 3.65, 3.72, 3.75 version of safestrap but it does not work. It always restart normally. Not in recovery. Pls help. 13.3.2.8 version. Thank u in advance.
Click to expand...
Click to collapse
Have you blocked OTA with HDX Toolkit? If not your device will likely brick if Amazon attempts to push an update. At present the blocker in HDX toolkit is the only one that works on 3.2.8.
Your attention should be focused on this task; can deal with safestrap once OTA block is in place.
ya I had to learn about that the hard way

New 7.1.2 image and root

Has anyone successfully installed and rooted the new nougat image just released? i want to give it a go but not without Kodi. its my main streamer.
It has only been a week or so. I think we'll have to give it some more time.
What good is root on the NP? Kodi can be installed and updated from the play store or stand alone APK
undivide said:
What good is root on the NP? Kodi can be installed and updated from the play store or stand alone APK
Click to expand...
Click to collapse
Off the top of my head I can think of these pro's:
1. Using the phone as remote. DroidMote is a superior alternative.
2. Give Kodi access to power states.
3. Get rid of the default launcher - forever.
4. Force sideloaded apps to open in landscape mode.
5. Making backup images of the whole device (TWRP+Tasker) and individual apps (Titanium Backup) on regular basis. The best reason to root IMO.
6. Block ads system wide.
7. Block certain undesired services (such as automatic updates).
8. Use unsupported remotes designed for consoles.
9. Unlock the full potential of Tasker.
10. Install Xposed (especially for xprivacy).
11. Expandable storage - writing to external storage.
12. Wifi/LAN adb access.
Root is liberty to do whatever you want to do with your device. Should always be an option for customers.
I am a fan off root access, just never knew there was any real use for it on the NP. thanks for the list, I'll have to check some of those out, especially droidmote for my linux server
root 7.1.2
use nexus root toolkit to temp boot into custom recovery goto supersu.c.o.m to download latest version of supersu 2.79 in zip format through usb flash from the custom recovery on to 7.1.2 nexus player
use busybox from appstore ,sideload launcher from appstore to complete root
also use stickmount and download the 2 files in app to get fat32 and more file system usable
disable automatic updates to stop nexus player from rebooting
Anyone have review comments on it?
Fast/Stable/memory usage/
Can you just install Nova launcher and use it as a desktop?
I'm waiting to try this so I can get rid of the bugs in the current 6.0 rom I'm on.
britoso said:
Anyone have review comments on it?
Fast/Stable/memory usage/
Can you just install Nova launcher and use it as a desktop?
I'm waiting to try this so I can get rid of the bugs in the current 6.0 rom I'm on.
Click to expand...
Click to collapse
As far as I know, unless anything has changed, in order to use Nova Launcher on the Nexus Player as if it was a tablet in landscape mode, you'll need to install one of the "full android" custom roms. The stock Android TV interface/launcher is pretty locked down in Nougat. Also, as far as I'm aware, the stock nougat Android TV leanback launcher can't be swapped out for a 3rd party launcher like you speak of, although it was possible in earlier android versions to run a different launcher other than the stock leanback... As to what I've used in the past on earlier ATV versions -- "HAL Launcher", a 3rd party Android TV leanback launcher on the Play Store, specifically comes to mind.
jsdecker10 said:
As far as I know, unless anything has changed, in order to use Nova Launcher on the Nexus Player as if it was a tablet in landscape mode, you'll need to install one of the "full android" custom roms. The stock Android TV interface/launcher is pretty locked down in Nougat. Also, as far as I'm aware, the stock nougat Android TV leanback launcher can't be swapped out for a 3rd party launcher like you speak of, although it was possible in earlier android versions to run a different launcher other than the stock leanback... As to what I've used in the past on earlier ATV versions -- "HAL Launcher", a 3rd party Android TV leanback launcher on the Play Store, specifically comes to mind.
Click to expand...
Click to collapse
That's too bad.
Any ROM developers out there planning to release a full android ROM based on this?
The closest I've found is 7.1.1 by zulu99 http://www.videomap.it/forum/viewtopic.php?f=25&t=1609 I will try that soon.
britoso said:
That's too bad.
Any ROM developers out there planning to release a full android ROM based on this?
The closest I've found is 7.1.1 by zulu99 http://www.videomap.it/forum/viewtopic.php?f=25&t=1609 I will try that soon.
Click to expand...
Click to collapse
Im using that rom since today. Is fast, light and has inbuilt gapps ( and Its only 300 mb the size).
The few things i dont like is that
1)i cant use "Android tv remote" app. (i guess i will have to try "droid mote".
2) having clásic play store is nice (to avoid sideloading apps) but, because you alredy have a play store, you cant have "play store tv". (and apps designed for tv like Spotify tv and youtube tv cant be installed from clásic play store).
I like to check New apps made for Android tv and i cant now. So i have to sideload the apps i want.
3) when you see "recents" you cant delete apps by swypping to bottom, instead you have to use a mouse or a remote with air mouse).
3.1) there are a few moments like before when you realise this rom cant be moved at all with nexus remote's few buttons. So the "Android tv" experience is half broken. (i will see if with droid mote can be "replaced")
BraianV said:
Im using that rom since today. Is fast, light and has inbuilt gapps ( and Its only 300 mb the size).
The few things i dont like is that
1)i cant use "Android tv remote" app. (i guess i will have to try "droid mote".
2) having clásic play store is nice (to avoid sideloading apps) but, because you alredy have a play store, you cant have "play store tv". (and apps designed for tv like Spotify tv and youtube tv cant be installed from clásic play store).
I like to check New apps made for Android tv and i cant now. So i have to sideload the apps i want.
3) when you see "recents" you cant delete apps by swypping to bottom, instead you have to use a mouse or a remote with air mouse).
3.1) there are a few moments like before when you realise this rom cant be moved at all with nexus remote's few buttons. So the "Android tv" experience is half broken. (i will see if with droid mote can be "replaced")
Click to expand...
Click to collapse
The best part is that you can use a regular keyboard and mouse, #1 and #3 of your dislikes will be taken care of if you do the same. I'm using his previous lollirock 6.0 ROM with a logitech K400 KB/mouse and it works great.
Only downsides with the 6.0 ROM I've seen are:
1. low device RAM and slowish CPU causes apps to stop responding.
2. apps that use popup dialogs (titanium backup, ttorrent etc) turn the whole screen black unless you turn off hardware overlays every time you reboot.
3. some apps rotate the screen and you need other apps to restore the orientation to landscape.
britoso said:
The closest I've found is 7.1.1 by zulu99 http://www.videomap.it/forum/viewtopic.php?f=25&t=1609 I will try that soon.
Click to expand...
Click to collapse
This ROM works great, much better than 6.0.
Less ANRs and faster response. Only bug is app-specific where the screen rotates. No other issues so far.
Using Nova Launcher and ES file explorer.
Best part is that I installed it all on the TV with my K400 keyboard and TWRP
Steps:
1. Backup current ROM to ext media...Just in case. Also backup all your apps using a tool Ike Titanium backup to ext media.
2. Download latest TWRP, Google Fugu 7.1.2 ROM Zip, latest SuperSu, zulu 7.1.1 ROM to ext media. Extract the zulu ROM zip as the two IMG files need to be flashed individually
3.flash the latest TWRP. Reboot into the updated recovery using the device button. Skip this step if you already have a new recovery.
4. Install the Google ROM zip image first...Because zulu's instructions menton it.
5. Install the boot and system images from the custom ROM one by one.
6. Wipe data and cache. I unplugged my HDD for extra safety.
This will wipe internal media like /downloads
7. Root by flashing​ the superSU zip
8. Reboot. Done.
britoso said:
This ROM works great, much better than 6.0.
Less ANRs and faster response. Only bug is app-specific where the screen rotates. No other issues so far.
Using Nova Launcher and ES file explorer.
Best part is that I installed it all on the TV with my K400 keyboard and TWRP
Steps:
1. Backup current ROM to ext media...Just in case. Also backup all your apps using a tool Ike Titanium backup to ext media.
2. Download latest TWRP, Google Fugu 7.1.2 ROM Zip, latest SuperSu, zulu 7.1.1 ROM to ext media. Extract the zulu ROM zip as the two IMG files need to be flashed individually
3.flash the latest TWRP. Reboot into the updated recovery using the device button. Skip this step if you already have a new recovery.
4. Install the Google ROM zip image first...Because zulu's instructions menton it.
5. Install the boot and system images from the custom ROM one by one.
6. Wipe data and cache. I unplugged my HDD for extra safety.
This will wipe internal media like /downloads
7. Root by flashing​ the superSU zip
8. Reboot. Done.
Click to expand...
Click to collapse
I use "set orientatiton" to force apps in landscape Mode.
BraianV said:
I use "set orientatiton" to force apps in landscape Mode.
Click to expand...
Click to collapse
I've tried that and others too. When a heavy app is running these services seem to get killed, as we only have 1GB RAM.
Nova has that option too.

I try to delete bloat system apps but they keep coming back

I installed this rom:
https://forum.xda-developers.com/axon-7/development/rom-slm-version-t3704143
(I wanted an android 7 stock rom - not MIFavor - but incredibly I couldn't find it)
after that, I tried to remove with Titanium Backup many system apps that I didn't want, like Mi Assistant, Es file explorer, Z-backup, an app with russian characters which I have no idea what it does, an app with chinese characters which I have no idea what it does, etc.), but the problem is that they keep coming back even after removing them with Titanium Backup :| this has never happened to me before, and I have no idea how to solve this.
Try this zip. Backup before flash.
https://drive.google.com/file/d/1HVaIpyizIBmp65snGpbUDFYkvkfW4-JG/view?usp=drivesdk
thanks for the suggestion, but it didn't work: first I tried with this method, then I installed the zip you provided, but again it didn't work.
As before, if I uninstall system apps via Titanium Backup, and then reboot the device, the apps are still there.
Ficus* said:
thanks for the suggestion, but it didn't work: first I tried with this method, then I installed the zip you provided, but again it didn't work.
As before, if I uninstall system apps via Titanium Backup, and then reboot the device, the apps are still there.
Click to expand...
Click to collapse
In TWRP's terminal do
Code:
reboot disemmcwp
If that doesn't work do it from your computer with
Code:
adb reboot disemmcwp
I tried exactly as you said, but again it didn't work. I unistalled apps with titanium backup, they disappear, then I reboot and the apps are again there :'(
Apart from that the phone works perfectly (the root remains, xposed works, etc.) so I have no idea why this is happening
Oh I have a a2017g and I dont' have Magisk, if that changes anything.
just a quick update, I have already installed busybox 1.21.1, and if i try to update it to 1.27.2 with busybox app from play store, nothing happens/changes.
edit2: I even try to install the "dm-verity and forced encryption disabler zip" listed here, but again it didn't work.
Ficus* said:
I tried exactly as you said, but again it didn't work. I unistalled apps with titanium backup, they disappear, then I reboot and the apps are again there :'(
Apart from that the phone works perfectly (the root remains, xposed works, etc.) so I have no idea why this is happening
Oh I have a a2017g and I dont' have Magisk, if that changes anything.
just a quick update, I have already installed busybox 1.21.1, and if i try to update it to 1.27.2 with busybox app from play store, nothing happens/changes.
edit2: I even try to install the "dm-verity and forced encryption disabler zip" listed here, but again it didn't work.
Click to expand...
Click to collapse
Try Magisk. AFAIK with Magisk you can make changes to system without actually modifying system, so it might work.
Ficus* said:
(I wanted an android 7 stock rom - not MIFavor - but incredibly I couldn't find it)
Click to expand...
Click to collapse
Could you explain this? You were looking for LineageOS maybe?
To be able to delete apps you should get a computer with ADB, connect your phone, then from the computer issue "adb reboot disemmcwp". Doing this from TWRP or a terminal emulator doesn't work
Ficus* said:
I installed this rom:
https://forum.xda-developers.com/axon-7/development/rom-slm-version-t3704143
(I wanted an android 7 stock rom - not MIFavor - but incredibly I couldn't find it)
after that, I tried to remove with Titanium Backup many system apps that I didn't want, like Mi Assistant, Es file explorer, Z-backup, an app with russian characters which I have no idea what it does, an app with chinese characters which I have no idea what it does, etc.), but the problem is that they keep coming back even after removing them with Titanium Backup :| this has never happened to me before, and I have no idea how to solve this.
Click to expand...
Click to collapse
Don't use Titanium to remove the apps.if you have run the above command to disable write protection, download mxplorer or any root explorer and go into the folder and delete them. For some reason Titanium doesn't delete them properly
I was having the same problem with with all the b13 roms. The b13 bootstack it the problem for me. What phone model are you using? If you are on the U model trying installing the b32 bootstack by drakenfx. That's how I solved that problem. I am not sure on the g model though.
thanks again for your help! in the end since I couldn't figure it out, I decided to factory reset everything and start from scratch with Magisk and LineageOS. With them I succesfully managed to delete system apps with titanium backup. now i have only a small issue with adblocker, but i will create a new topic as the problem is different from the one i talked about here.
Choose an username... said:
Could you explain this? You were looking for LineageOS maybe?
Click to expand...
Click to collapse
yeah I wasn't really clear. I was looking for an android vanilla experience, and then add gravity box to personalize it. however i am quite happy with lineageos, so i just may stick with it. only issue is that i couldn't find dark theme for drawer/settings, but i will look into it.
Ficus* said:
thanks again for your help! in the end since I couldn't figure it out, I decided to factory reset everything and start from scratch with Magisk and LineageOS. With them I succesfully managed to delete system apps with titanium backup. now i have only a small issue with adblocker, but i will create a new topic as the problem is different from the one i talked about here.
yeah I wasn't really clear. I was looking for an android vanilla experience, and then add gravity box to personalize it. however i am quite happy with lineageos, so i just may stick with it. only issue is that i couldn't find dark theme for drawer/settings, but i will look into it.
Click to expand...
Click to collapse
i think you're using the stock system, a.k.a. MiFavor. LineageOS is the vanilla android experience you wanted, that's why I mentioned it.
I'm attaching a few screenshots

Official Stock Image for Fire TV Stick 4K Latest (6.2.7.7)

Stock Images For Fire TV Stick 4K
Issues: For some reason, Amazon is now forcing you to update in the setup wizard when downgraded.
(6.2.7.1) Before 95 update (ending with a number 93):
https://drive.google.com/file/d/1LlOFUO8o_8GKm-kQLR9QCMmql2Zyu8W8/view?usp=drivesdk
(6.2.7.3): https://drive.google.com/file/d/12VFlLHBfRGLRw7TjqEgkGEcObNdz32k0/view?usp=sharing
(6.2.7.7 MEGA Link): https://mega.nz/folder/xHgRRQ5Y#pl5PvigVVGJDLOoaQLMPuA
Thanks for the link dude. @rbox is the one that turns it into a pre rooted Rom anyway,
CFKod said:
Thanks for the link dude. @rbox is the one that turns it into a pre rooted Rom anyway,
Click to expand...
Click to collapse
Yeah no problem! This image is meant for really messing up your Fire TV Stick 4K in case of major bricks and many other things!
So it's pure stock and can be flashed in twrp?
CFKod said:
So it's pure stock and can be flashed in twrp?
Click to expand...
Click to collapse
Yep it all works just fine once flashed, system components can be installed too without TWRP telling it not to, may need to reboot several times till it installs, when you start getting a new update that's not relating to 6.2.7.1 let me know and I'll update this forum. This stock image doesn't get rid of TWRP completely unfortunately.
I'm gonna stick with my pre rooted rbox Rom thanks.. Loving it with play services etc
Hello. How to install this update on a device with root? Root is important to me. Magisk need to be reinstalled?
CFKod said:
I'm gonna stick with my pre rooted rbox Rom thanks.. Loving it with play services etc
Click to expand...
Click to collapse
Hi,
Can you point me to a SAFE precedure to install play services (working Google Play store for paid apps?)
Thanks.
Tritok said:
Hello. How to install this update on a device with root? Root is important to me. Magisk need to be reinstalled?
Click to expand...
Click to collapse
Yes. You need to download the zip file for Magisk to flash in recovery. Magisk doesn't need to be installed, it's stock so it's not rooted by default.
puppinoo said:
Hi,
Can you point me to a SAFE precedure to install play services (working Google Play store for paid apps?)
Thanks.
Click to expand...
Click to collapse
The closest you can get to is a Magisk addon for gapps. It's quite unstable at the moment as there is testing going on. Xposed is with the module, you may need to enable a separate module on Xposed Installer to enable addons. Link can be found here, it'll tell you how to use it. You need to be on 6.2.6.8 since it's the latest release for now and not 6.2.7.1 yet:
https://forum.xda-developers.com/fi...-4k-stick-add-ons-magisk-module-t3979117/amp/
Skel40 said:
The closest you can get to is a Magisk addon for gapps. It's quite unstable at the moment as there is testing going on. Xposed is with the module, you may need to enable a separate module on Xposed Installer to enable addons. Link can be found here, it'll tell you how to use it. You need to be on 6.2.6.8 since it's the latest release for now and not 6.2.7.1 yet:
https://forum.xda-developers.com/fi...-4k-stick-add-ons-magisk-module-t3979117/amp/
Click to expand...
Click to collapse
Thanks. Any risk of bricking device?
Pino.
puppinoo said:
Thanks. Any risk of bricking device?
Pino.
Click to expand...
Click to collapse
There is no risk of bricking after flashing although it's recommended just to be safe, download and flash Magisk Manager For Recovery. It's in the Magisk addon store.
Does this update resolve the lipsync problem? Even before I applied the unlock and root, VLC player lip sync was noticeably out. After intalling Magisk and Kody, the Kody video player lip sync is also off but not as much as VLC (tested playing video from memory stick). Anyone else see this and resolve? I followed some youtube guide about clearing cache and rebooting and that helped a little but still out of sync.
I finally gave up trying to figure out how to use adb via TWRP and installed the addons package AFTV-MM which claims to do all these settings automatically. That's the point where I installed Kodi and tested the playback of some videos on my memory stick plugged into the USB over OTG. My ultimate goal is to play videos (in voice sync) from my home video media server, accessed over the network.
Donphillipe said:
Does this update resolve the lipsync problem? Even before I applied the unlock and root, VLC player lip sync was noticeably out. After intalling Magisk and Kody, the Kody video player lip sync is also off but not as much as VLC (tested playing video from memory stick). Anyone else see this and resolve? I followed some youtube guide about clearing cache and rebooting and that helped a little but still out of sync.
I finally gave up trying to figure out how to use adb via TWRP and installed the addons package AFTV-MM which claims to do all these settings automatically. That's the point where I installed Kodi and tested the playback of some videos on my memory stick plugged into the USB over OTG. My ultimate goal is to play videos (in voice sync) from my home video media server, accessed over the network.
Click to expand...
Click to collapse
Yes! The update fixes the problem with lip syncing, and if it still has that problem try going to settings, display and sounds, audio, surround sound, and set that to stereo then reboot.
Skel40 said:
Yes! The update fixes the problem with lip syncing, and if it still has that problem try going to settings, display and sounds, audio, surround sound, and set that to stereo then reboot.
Click to expand...
Click to collapse
So with OTG & Mouse and a USB stick with the needed files on it I should boot to TWRP, slide to inturrupt, Install this image you provide via TWRP install, install Magisk 20.3 via TWRP install and finally install AFTV-MM zip via TWRP install and I am done, right? If this is right, I assume I reboot after every zip install or can I do them one after another? How about logging out of my account before, do I do that? What is the exact procedure for dummies. Please over-complicate if possible, I enjoy not making major mistakes due to inexperience. Thanks for your help!
Donphillipe said:
Does this update resolve the lipsync problem? Even before I applied the unlock and root, VLC player lip sync was noticeably out. After intalling Magisk and Kody, the Kody video player lip sync is also off but not as much as VLC (tested playing video from memory stick). Anyone else see this and resolve? I followed some youtube guide about clearing cache and rebooting and that helped a little but still out of sync.
I finally gave up trying to figure out how to use adb via TWRP and installed the addons package AFTV-MM which claims to do all these settings automatically. That's the point where I installed Kodi and tested the playback of some videos on my memory stick plugged into the USB over OTG. My ultimate goal is to play videos (in voice sync) from my home video media server, accessed over the network.
Click to expand...
Click to collapse
Donphillipe said:
So with OTG & Mouse and a USB stick with the needed files on it I should boot to TWRP, slide to inturrupt, Install this image you provide via TWRP install, install Magisk 20.3 via TWRP install and finally install AFTV-MM zip via TWRP install and I am done, right? If this is right, I assume I reboot after every zip install or can I do them one after another? How about logging out of my account before, do I do that? What is the exact procedure for dummies. Please over-complicate if possible, I enjoy not making major mistakes due to inexperience. Thanks for your help!
Click to expand...
Click to collapse
AFTV-MM isn't supported on 6.2.7.1 at all through testings I've made. If you do want to keep AFTV-MM, it's better to stay on 6.2.6.8 as there's no new significant changes with the update to this new image. You can do one after another. Firstly, it's important to flash the image then Magisk and reboot. There is no need to log out of your account due to this update being stock and is acting like it's a new update as if you never unlocked it.
Hi,
Tried to install the update using the 'twrp install' command but I'm receiving this error. Any advice?
Regards
Pino.
/sdcard/Download/update # twrp install update-kindle-mantis-NS6271_user_2493_000
3590962564.zip
Unable to locate zip file 'update-kindle-mantis-NS6271_user_2493_0003590962564.zip'.
Installing zip file 'update-kindle-mantis-NS6271_user_2493_0003590962564.zip'
Checking for Digest file...
Failed to map file 'update-kindle-mantis-NS6271_user_2493_0003590962564.zip'
Error installing zip file 'update-kindle-mantis-NS6271_user_2493_0003590962564.zip'
Done processing script file
Click to expand...
Click to collapse
Mine is saying "up to date" on 6.2.6.8 so it's possible Amazon pulled the 6.2.7.1 update. I will not be releasing a rom for this until I know they're pushing it again.
puppinoo said:
Hi,
Tried to install the update using the 'twrp install' command but I'm receiving this error. Any advice?
Regards
Pino.
Click to expand...
Click to collapse
Where is the file, do you have a hub on the OTG connection with USB stick plugged in. There should be an option on the Install panel to mount USB storage if I remember correctly.
Donphillipe said:
Where is the file, do you have a hub on the OTG connection with USB stick plugged in. There should be an option on the Install panel to mount USB storage if I remember correctly.
Click to expand...
Click to collapse
I uploaded the file to /sdcard/Download/update/ folder.
No OTG connection. Just plain usb to microusb connectors.
BTW as rbox stated up here if really the 6.2.7.1 has been pulled by Amazon maybe it's wise to wait.
Regards,
Pino.

How To Properly Backup Fire TV Stick 4K in TWRP with no issues

As I did more testings on my Fire TV Stick 4K within TWRP, most of the issues usually occur while backing up the system and vendor. In the past, I thought I was doomed because of a bricked Fire TV Stick 4K for backing those two partitions. Yesterday, I finally discovered the true fix with backing up and restoring. You need to only backup the system image, vendor image, data, and boot to get your Fire TV Stick 4K working again WITHOUT flashing a prerooted or stock image. Let me know if this works for you and I'll be glad to respond back. I also have my version of a debloated rom for the Fire TV Stick 4K which may be available in the near future and is safely able to factory reset successfully along with the setup wizard going through without issues.
Skel40 said:
As I did more testings on my Fire TV Stick 4K within TWRP, most of the issues usually occur while backing up the system and vendor. In the past, I thought I was doomed because of a bricked Fire TV Stick 4K for backing those two partitions. Yesterday, I finally discovered the true fix with backing up and restoring. You need to only backup the system image, vendor image, data, and boot to get your Fire TV Stick 4K working again WITHOUT flashing a prerooted or stock image. Let me know if this works for you and I'll be glad to respond back. I also have my version of a debloated rom for the Fire TV Stick 4K which may be available in the near future and is safely able to factory reset successfully along with the setup wizard going through without issues.
Click to expand...
Click to collapse
EDIT: Version 1.0 of my debloated rom will be posted here shortly! Its a backup without my account obviously, and has a few tweaks done so far. ONLY works for Fire TV Stick 4K.
Looking forward it Skel40!
Keep up the good work....
Awesome can't wait to try it
Question
Hello. Any update on this? Ive been trying to find a way to do this but have had no luck on my 4k sticks. Please share
Headstrongrc said:
Hello. Any update on this? Ive been trying to find a way to do this but have had no luck on my 4k sticks. Please share
Click to expand...
Click to collapse
There's no new update on this. It still works. What did you backup? Backing up the system, and vendor only bricks the device. Its always important to backup only the system image, vendor image, data and boot.
Thank you for the reply
I understand that appdata is stored in the root folders. Im just looking for a simple way to copy that data from one stick to another. I guess i didnt understand exactly what you meant. Im really just wanting to save my atv launcher setup and if possible my logins and passwords to my premium app subscriptions. Any help will be much appreciated. Thanks
You can do this with
Busybox and
https://f-droid.org/en/packages/dk.jens.backup/
I also use this for ATV and Youtube without Problems.
And...
I am not familiar with TWRP or know how a debloated rom works. Im not a total noob or anything but im not anywhere on your level. Please leave some details.
I currently use es to backup all apps. Ftp & filezilla and use adb commands to install apps. I move over my custom codecs and kodi data etc. I do not know how to copy the appdata on 4k stick.
---------- Post added at 09:02 PM ---------- Previous post was at 08:58 PM ----------
Big thanks to 0815hoffi. That looks like a winner. Im cant wait to try it. Im way excited! I will let you know how it goes.
So i move my backup to the other stick.
adb shell mkdir /sdcard/oandbackups
adb push oandbackups /sdcard/oandbackups/
adb install dk.jens.backup_305.apk
And make a reboot after restore to Apply the changes.
Sweet
Got it. Suprisingly I havent been able to find this info anywhere else. Thank You!!!
Question
0815hoffi said:
So i move my backup to the other stick.
adb shell mkdir /sdcard/oandbackups
adb push oandbackups /sdcard/oandbackups/
adb install dk.jens.backup_305.apk
And make a reboot after restore to Apply the changes.
Click to expand...
Click to collapse
Does this method work only on a rooted device? I have busybox installed and oandbackup. The app wont let me backup app data without SU permissions. Is there a command I need to enter in terminal or something? Also regarding twrp, is that able to backup the whole device? (Testing this on my android phone btw)
Yes you need root for this.
What root method do you reccomend for firestick? Also just wanting to know if there is any downside to rooting? Ive never rooted one just because ive never really needed to.
just catching up stick 4k root, have 4 tv sticks, rooted the first one using kamakiri and mantis 6.2.6.8_r1, in process of setting up stick 1 with apps. Once finished want to copy the same configuration over to the other sticks. Once i use kamakiri to unlock the other sticks, do i need to bother with installing mantis pre-rooted image or i can use use this backup method :
Skel40 said:
As I did more testings on my Fire TV Stick 4K within TWRP, most of the issues usually occur while backing up the system and vendor. In the past, I thought I was doomed because of a bricked Fire TV Stick 4K for backing those two partitions. Yesterday, I finally discovered the true fix with backing up and restoring. You need to only backup the system image, vendor image, data, and boot to get your Fire TV Stick 4K working again WITHOUT flashing a prerooted or stock image. Let me know if this works for you and I'll be glad to respond back. I also have my version of a debloated rom for the Fire TV Stick 4K which may be available in the near future and is safely able to factory reset successfully along with the setup wizard going through without issues.
Click to expand...
Click to collapse
from stick 1 and apply it to the other 4k sticks, and i shouldnt have enter the logins into the apps again ?
Headstrongrc said:
What root method do you reccomend for firestick? Also just wanting to know if there is any downside to rooting? Ive never rooted one just because ive never really needed to.
Click to expand...
Click to collapse
See these guides for rooting the 4k firestick.
https://forum.xda-developers.com/fire-tv/orig-development/unlock-fire-tv-stick-4k-mantis-t3978459
https://forum.xda-developers.com/fi...ewbie-guide-how-to-unlock-bootloader-t4015273
The downside is you can destroy the firestick if you break any components trying to short the DAT0 or CLK points.
Thanks for all the great info. Idk if im ready to take the stick apart. Im going to watch a couple videos and see how comfortable i feel about doing this. Im sure its probably not that hard but a little unnerving for me not having done it before. I was really hoping there was an adb trick to backup this data.
---------- Post added at 05:22 PM ---------- Previous post was at 04:51 PM ----------
Can anyone tell me if something like this (please see link below) that can work on the firestick 4k? Everything else ive found without root requires plugging the device into a computer via usb like helium backup. https://android.stackexchange.com/questions/28296/how-to-fully-backup-non-rooted-devices
Headstrongrc said:
What root method do you reccomend for firestick? Also just wanting to know if there is any downside to rooting? Ive never rooted one just because ive never really needed to.
Click to expand...
Click to collapse
Without root.
adb backup -f myapp.ab -apk com.myapp
# backup on one device
adb restore myapp.ab
adb shell pm list packages -f
# to get the appname com.******
Having Trouble
0815hoffi said:
Without root.
adb backup -f myapp.ab -apk com.myapp
# backup on one device
adb restore myapp.ab
adb shell pm list packages -f
# to get the appname com.******
Click to expand...
Click to collapse
So I tried this command adb backup -f myapp.ab -apk com.myapp
CMD says: unlock your device and confirm the backup operation. Any ideas?
also once i get this to work am i supposed to just input # or # backup on one device?
I also tried the command with adding " " & ' ' around the command and got the same message both times.
Headstrongrc said:
So I tried this command adb backup -f myapp.ab -apk com.myapp
CMD says: unlock your device and confirm the backup operation. Any ideas?
also once i get this to work am i supposed to just input # or # backup on one device?
I also tried the command with adding " " & ' ' around the command and got the same message both times.
Click to expand...
Click to collapse
The "unlock your device" means you have to accept the adb connection on your firestick. There should be a message displayed on your TV screen. Use the remote to accept the connection.
# means that line is a comment. It is for your information, not to be executed.

Categories

Resources