[MISC] cifs.ko Module Working on Original Kernel and OTA #1 - G2 and Desire Z Android Development

It's alive!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Mounting a CIFS (Samba) share from a Slackware 13.1 server
For the impatient:
OTA 1 cifs.ko (-g9ab3677)
OTA 1 nls_utf8.ko (-g9ab3677)
Stock cifs.ko
Stock nls_utf8.ko
Download CIFSManager or use the shell:
Code:
busybox mount -t cifs -o user=username,password=password //server_ip/mount_point /phone_mount_point
Combined the details from two guides on XDA to achieve the goal:
[Q] How do you CIFS Mount a network drive on the HTC Aria ?
[KERNEL] CIFS + UTF8 NLS support for the official HTC Desire Froyo kernel
From Scratch:
Use the first guide to setup the ARM toolchain and environment variables with the G2 source code
Follow the second guide to patch the "slow_work" sections of the cifs code. Download the entire 2.6.32.15 tarball or just the original cifsfs.c or the patched cifsfs.c.
Create and modify .config from the phone or download and rename this working version.
Oddities:
Had to disable some security features in smb.conf. Wouldn't mount until I removed the NTLMv2 requirement.
Soon-to-be-Frequently-Asked-Questions
What is this exactly? (Please read guide #1 before asking this particular question)
How to mount Windows shares?

nice, thx for the info

Nice work.

need some help here,
moved the ko file to /data/local
ran insmod /data/local/cifs.ko and busybox insmod /data/local/cifs.ko
both did not work
error from insmod
insmod: init_omdule '/data/local/cifs.ko' failed (file exists)
error from busybox
insmod: cant insert '/data/local/cifs.ko': File exists
also CifsManager doesnt work. it does and it doesnt
1) it runs if you run it from notification bar right after install
2) shortcut or app list says "Application is not installed"
i do have root, i am using visionary and vision_oc.ko for the overclock is working fine
what am i doing wrong?

Does the module appear in lsmod after the failed insmod? I receive the same message with a CPU module but it still loads.

lalalandrus said:
need some help here,
moved the ko file to /data/local
ran insmod /data/local/cifs.ko and busybox insmod /data/local/cifs.ko
both did not work
error from insmod
insmod: init_omdule '/data/local/cifs.ko' failed (file exists)
error from busybox
insmod: cant insert '/data/local/cifs.ko': File exists
also CifsManager doesnt work. it does and it doesnt
1) it runs if you run it from notification bar right after install
2) shortcut or app list says "Application is not installed"
i do have root, i am using visionary and vision_oc.ko for the overclock is working fine
what am i doing wrong?
Click to expand...
Click to collapse
I ran this script through gscript:
Code:
cp /sdcard/modules/cifs.ko /data/local/modules/
cp /sdcard/modules/nls_utf8.ko /data/local/modules/
chmod 755 /data/local/modules/cifs.ko
chmod 755 /data/local/modules/nls_utf8.ko
insmod /data/local/modules/cifs.ko
insmod /data/local/modules/nls_utf8.ko
Then used the CifsManager app and connected to a share on my pc, worked great.

damn noob mistake, forgot the chmod, copying from windows FAT to linux fs doesnt preserve permissions .
cifs manager still has that launch error, any ideas?
thanks

lalalandrus said:
damn noob mistake, forgot the chmod, copying from windows FAT to linux fs doesnt preserve permissions .
cifs manager still has that launch error, any ideas?
thanks
Click to expand...
Click to collapse
Not sure why but when I installed it from the market and tried to open it, it said "this application is not installed" or something similar. So I made a shortcut using tasker and after a reboot the icon in the launcher works now.
Sent from my T-Mobile G2 using XDA App

yeah launcher pro did the trick.
thanks

Hi, I'm getting format error while insmod executes. I guess I need to wait for new .ko files for the new OTA updates?

Modules updated for OTA #1

Thanks a lot!
I'm able to load the modules, but still unable to mount my windows 7 HTPC.
"mount: invalid argument"
with very simple no username/password, no options.
tried "domain=WORKGROUP" and "workgroup=WORKGROUP" and still nada.
EDIT: got it! change the user to "guest" and put in the correct share folder name, then voila!
EDIT2: another question... is there anyway to add a widget/switch to execute a mount? I can live with opening the app to remount for now thanks!
EDIT3: I can browse the files, but if I try to copy a video file or watch it with rock player over the mount, my phone reboots. Is anyone seeing the same problem?

Hosermage said:
Thanks a lot!
EDIT3: I can browse the files, but if I try to copy a video file or watch it with rock player over the mount, my phone reboots. Is anyone seeing the same problem?
Click to expand...
Click to collapse
The same thing is happening to me. I downloaded the new updated files for the OTA, now every time I try to play a file (music, videos, anything) it reboots my phone. I can mount and browse files fine. Everything was working fine before the update.

Bump
Any help would be appreciated

Also experiencing reboots when accessing shares after the OTA. The CIFS code didn't change so something in the OTA is messing up the connection. With cyanogenmod arriving soon that'll be the best fix.

Related

[Q] OMG aria2c (cli multipart downloader awesomeness)

I tried to compile this multiple times but there was no way to include the libs in the binary (like the config option for busybox). Now its here and I'm pumped.
Some of you who use linux might know what this is. The instructions say to place it on the data partition in androidterm's /data/data folder (settings/cache of installed apks are here). I went ahead and placed it in /system/xbin...
What can this do? Its like wget but you can use a cookies file to dl from places like hotfile.. resumable downloads.. and best of all.. multipart downloads.. it also handles torrents, but I have no plans to use that function.
http://sourceforge.net/projects/ari...a2-1.10.9-android-8-froyo-build1.zip/download
^ download
Project files:
http://sourceforge.net/projects/aria2/files/stable/aria2-1.10.9/
Btw.. sorry if double post.. I'm on tapatalk.. I doubt its a double post tho..
Need a gingy version. I'm enjoying CM7 too much.
HTC Vision; Rooted, Booted and Scooted.
Daughain said:
Need a gingy version. I'm enjoying CM7 too much.
HTC Vision; Rooted, Booted and Scooted.
Click to expand...
Click to collapse
I have no idea why froyo appears in the zip file.. but since it has nothing to do with android (java) and more to do with the underlying linux system its safe to say that this works with all versions of android that have term emu.
I also compiled unrar binary for arm and it works with no problems.. this aria2c build just so happened to say froyo in it.
Btw. I too am on CM7.
Sweet. Thanks again.
HTC Vision; Rooted, Booted and Scooted.
Daughain said:
Sweet. Thanks again.
HTC Vision; Rooted, Booted and Scooted.
Click to expand...
Click to collapse
No problem. Heres the unrar binary.. It seems to be faster than the gui version in the market.. It also has the added benefit of being able to extract from and write to anywhere you choose..
http://forum.xda-developers.com/showthread.php?t=1015814
This is fantastic, I was just thinking today that I wished aria2 were available for ARM
Thanks for posting this.
Ok for anyone hesitant or having trouble getting aria2c to start a multipart download. Here's an example.. downloading a 720p trailer of captain america.. and attached is a picture of the madness that is hspa+
aria2c --split=80 --min-split-size=1M --max-connection-per-server=16 --user-agent="QuickTime/7.6.2 (qtver=7.6.2)" http://trailers.apple.com/movies/paramount/captainamerica/captainamerica-tlr1_a720p.m4v
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Btw.. I couldn't rotate the pic.. as I'm on my phone.. hence the pic itself.. not at a computer to rotate it right now.. I'm sure you'll all suffer a little from tilting your heads.. sorry
And now...p7zip for android.
http://home.comcast.net/~ibladesi/p7zip.tar.bz2
This is a bzip2 tar file.. uncompress in the system directory and it will extract files where they need to go.. otherwise you'll end up with two directories.. xbin and lib..
So. Mount system as rw
mount /dev/block/mmcblk0p25 /system/ -o remount
cd /system/
cat /path/to/file/on/sdcard/p7zip.tar.bz2 > p7zip.tar.bz2
#the above is used versus 'cp' to avoid retaining sdcard privs
tar xjvf p7zip.tar.bz2
Try it out! It extracts and compresses many file types.. more flexibility than the default busybox unzip too. Has a benchmarking mode so you can see just how terrible your phone is against your computer.. and.. Still can't get the rar module to load.. but I think its there.. rar as in compress!
gingerbread version would be good!
SiL3nTKiLL said:
gingerbread version would be good!
Click to expand...
Click to collapse
This works on gingerbread just fine! Theres no reason it wouldn't work on anything with a linux kernel and a terminal emulator

[MOD][KE7] Gingerbread Stock 1% Battery - May 22nd

Opening this new thread, because the other one got way too crowded with many different files and modifications.
It's only a small mod and is based on pendos gingerbread battery modification, which he posted here: http://forum.xda-developers.com/showpost.php?p=13659496&postcount=71
Thanks for providing them.
So this is basically a stock-battery-indicator with the percentage numbers added and the charging animation being smoother. No CRT effect, no other icons changed.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Note: THIS IS FOR KE7 ONLY!
Note 2: Backup the old file and activate USB-Debugging. Just in case ...
Install instructions
with ADB:
Code:
adb remount
adb shell stop
adb push framework-res.apk /system/framework/
adb shell chmod 644 /system/framework/framework-res.apk
adb shell start
with root explorer:
Code:
1. copy new framework-res.apk to /system/
2. change file permissions to rw-r--r-- (should be the same as for all files in system/framework -> check it!)
3. move new framework-res.apk to /system/framework/ and replace the old one
4. reboot
Copy your old framework-res.apk before doing anything, so you can go back if something goes wrong. You might encounter 2 or 3 force closes when replacing the framework. Click them away, finish the process (if you havn't already) and reboot the device. Everything should be fine from there on.
For me it works. Thank you!!
did not work on me,could not install it,got KE7
possible to integrate the crt effect as well? Thanks..
Thanks man it worked for me
How to install it???
I run it from "Root Explorer" and it says "application not installed"...
Do i have to copy it over the original "framework-res"???
Great thread, the other one "Greener SystemUI.apk" got way too messy. This could be a lot easier thread to look out for, given that people keep this strictly for the battery mods.
Any chance we could get a step by step guide for installing these mods in the first post?
jokuvuan said:
Great thread, the other one "Greener SystemUI.apk" got way too messy. This could be a lot easier thread to look out for, given that people keep this strictly for the battery mods.
Any chance we could get a step by step guide for installing these mods in the first post?
Click to expand...
Click to collapse
Totally agree!!! Please, give us a step by step instructions!!!
I will post a step by step guide tomorrow ... need to go to bed now.
enkkei said:
How to install it???
I run it from "Root Explorer" and it says "application not installed"...
Do i have to copy it over the original "framework-res"???
Click to expand...
Click to collapse
I use Root Explorer to do all of this. Make sure you give yourself R/W to /system/framework & don't use the " "'s.
1. Copy Chalid's file to MicroSD card (you don't have to copy to your MicroSD, you can copy to sdcard if you want)
2. go to /system/framework & rename "framework-res.apk" to "framework-res.apk.old" (don't panic if you get some FC for some running apps)
3. go to /sdcard/eternal_sd & move "framework-res.apk" to /system/framework (don't panic if you get some FC's .......)
4. reboot
5. enjoy
remember to change the permission's to mimic the original "framework-res.apk".
Hi, worked for me but lost all my contacts. It seems that this process removes the Google sync account. After re-syncing all is well. Thanks!
Can this also been made for KE2?
I wanted to try pendos tutorial using adb on my pc:
adb remount
adb shell stop
adb push framework-res.apk /system/framework/
adb shell start
I've already copied my original framework-res.apk to sd card as backup. When I type adb devices it gives my serial number as expected, but when I type in adb remount it says operation not permitted.
I've already flashed ke7 and rooted using chainfires kernel which is all working without any problems. Any suggestions?
Sent from my GT-I9100 using XDA App
alexmw said:
Hi, worked for me but lost all my contacts. It seems that this process removes the Google sync account. After re-syncing all is well. Thanks!
Click to expand...
Click to collapse
Without a valid framework-res.apk in /system/framework/, even for a couple of seconds you spend renaming the files, the google account syncs will be deleted. So better replace the file right from the beginning and backing up the old before that, instead of renaming it.
1) I suggest renaming der new one in .new first.
2) copy to /system/framework.
3) check/change permissions of .new
4) rename old one in .old
5) rename .new
ALexander
that way, the google account information will be deleted.
Ignore
101010
Works good. Thanks.
Please help ...
First of all: I am totally new in the world of Andriod.
I have not followed the instructions and now my SGS2 doesn't reboot. It got stuck on the Samsung Galaxy SII screen.
What have I done:
renamed original framework-res.apk to framework-res.apk.bak
(I FORGOT to copy the new framework-res.apk to /system/framework )
reboot SGS2
it got stuck on first screen
What can I do now??? Can someone please help me out? Thx
Decided to buy root explorer and it worked perfectly! Thanks

[SCRIPT] shellpaste v0.4

This is a handy little shell script I wrote today that I used to copy files to /system/app folder. This is the first thing I ever wrote for Android so I don't know if anyone has any use for this but there ya go.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
To use simply download the shellpaste.txt from below and rename it to shellpaste.sh. Put the file in the root of your SD card then go to android terminal and type the following:
Code:
sh /sdcard/shellpaste.sh
Changelog:
Code:
shellpaste v0.4
-now supports all folders not just /system.
-added chmod to actually make it useful. Thanks Tigger31337.
shellpaste v0.3
-cleaned up the code a bit.
shellpaste v0.2
-first release.
Thanks man this is very helpful for the things I do. Cheers.
-rezo609
Awesome! Hope it serves you well.
small scripts, medium tricks, big handy
Does this address permissioning after the file(s) are copied?
No offense, but yours seems like a rather convoluted method when you've got things like adb push or just drag and drop from the PC. If the apk is already on your phone, then you need only do a cut and paste to /system (with, say, Root Explorer) and then set permissions. Done.
Also, it's not very flexible. What if I want to copy to /data? Another script??
None taken. The script changes the permissions to r/w, copies the file, then changes it back to read-only. As I said, this was just a script I wrote to help me with what I needed to do at the time. Maybe I'll write a new version that supports any folder the user chooses.. I agree, it's not exactly an elegant solution but I'm a complete noob at this. You gotta start somewhere, right?
Edit: Also, I am completely open to feature suggestions. So if there's anything more advanced you guys would like to see in newer versions feel free to post. I'm using this as a tool to learn as much as possible.
Sent from my htc wildfire s a510e using XDA
I don't mean permissions at the f/s mount level, I mean permissions at the file level (i.e. chmod).
If you're copying an apk to /system/app, then eventually you'll need to chmod it to 644 before it will execute properly. Maybe I'm missing something, but copying an apk from SD card to /system isn't going to do this for you automatically.
I have a suggestion to your script
Example: I pushed a systemUI.apk in system/app folder through adb now when you look at your phone the statusbar dissappears, of course because of push, now can you make a script to rerun the apk or execute it, like mounting it dunno the exact word, so that you won't have to reboot your phone to see your statusbar again, instead just run it like windows run. This is usefull if your modding the APK.
Gotcha. Completely forgot about chmod.
I'll try to make it reinstall the systemui.apk without rebooting but could use some pointers on how to achieve this.
Edit:
Made a new version that supports mounting of all folders and added chmod into the mix. Should work properly now.
einstein.frat said:
I have a suggestion to your script
Example: I pushed a systemUI.apk in system/app folder through adb now when you look at your phone the statusbar dissappears, of course because of push, now can you make a script to rerun the apk or execute it, like mounting it dunno the exact word, so that you won't have to reboot your phone to see your statusbar again, instead just run it like windows run. This is usefull if your modding the APK.
Click to expand...
Click to collapse
I've never used android scripts before but I'm guessing you could just do
exec /system/app/whatever.apk
But idk on that one.
Sent from my HTC Wildfire S A510e using xda premium
einstein.frat said:
I have a suggestion to your script
Example: I pushed a systemUI.apk in system/app folder through adb now when you look at your phone the statusbar dissappears, of course because of push, now can you make a script to rerun the apk or execute it, like mounting it dunno the exact word, so that you won't have to reboot your phone to see your statusbar again, instead just run it like windows run. This is usefull if your modding the APK.
Click to expand...
Click to collapse
I do exactly this on the WildChild ROM, using pm disable/enable.
It's a method I came up with by myself (so, it's not very elegant but it gets the job done ). There might be other ways of doing it, but I haven't seen any yet.

Help Mounting Remote Samba/CIFS Shares (persistent)

So basically I'm rooted and Busybox installed trying to use XBMCTORRENT and getting the unmounted shares error
So trying to mount my remote shares using this command while adb shell and su:
mount -o noperm,unc=\\\\192.168.0.21\\putsharenamehere,username=putusernamehere,password=putpasswordhere -t cifs none /mnt/obb/nas
I get this error ermission denied
Also tried a lot of apps like CifsManager and Mount Manager but none of those worked either.
Any help would be greatly appreciated.
username, not user name
/mnt/obb/nas exist? with which permission?
Kramar111 said:
username, not user name
/mnt/obb/nas exist? with which permission?
Click to expand...
Click to collapse
Oh yeah sorry about user_name that was just me posting the thread
/mnt/obb/nas was created previously for this purpose with 777
thanks for the quick reply btw
Just checked
Code:
adb shell su -c mount -o noperm,unc=\\\\192.168.1.1\\Media,username=123,password=12345 -t cifs none /mnt/obb/nas
All Ok
Kramar111 said:
Just checked
Code:
adb shell su -c mount -o noperm,unc=\\\\192.168.1.1\\Media,username=123,password=12345 -t cifs none /mnt/obb/nas
All Ok
Click to expand...
Click to collapse
OK so stupid question under username is my NAS user and password right???
THat username has access and rights for my nas folder so idk what's going on here really
I still get permission denied error
I double checked the folder inside the firetv for the permissions dont know what else to do damn
LastDeuS said:
OK so stupid question under username is my NAS user and password right???
Click to expand...
Click to collapse
Yes.
Can you make screenshot?
Kramar111 said:
Yes.
Can you make screenshot?
Click to expand...
Click to collapse
Suere here it goes
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can you change (for testing purposes) username and password to something like 123?
Kramar111 said:
Can you change (for testing purposes) username and password to something like 123?
Click to expand...
Click to collapse
Man I was away for vacations so I couldn't test anymore but thanks that did the trick
I must be honest I'm so lazy I was waiting for someone to tell me to test a simpler user and pass so I would go ahead and create another user on my NAS
I like to think all systems now are beyond those simple problems but hey it's working now thanks again man!!!
Kramar111 said:
Can you change (for testing purposes) username and password to something like 123?
Click to expand...
Click to collapse
Now that we got that working
How can I make this script run each time I reboot the device
LastDeuS said:
Now that we got that working
How can I make this script run each time I reboot the device
Click to expand...
Click to collapse
Don't know
For now my device is bricked (hope temporary) (bueller-51.1.4.1_514013920-rooted + reinstall Xposed framework)
Kramar111 said:
Don't know
For now my device is bricked (hope temporary) (bueller-51.1.4.1_514013920-rooted + reinstall Xposed framework)
Click to expand...
Click to collapse
Oh man sorry to hear that I'm thinking I can use some sort of script app to run this command each time I turn on the FireTV
LastDeuS said:
Oh man sorry to hear that I'm thinking I can use some sort of script app to run this command each time I turn on the FireTV
Click to expand...
Click to collapse
My Fire TV is restored now!
Thanks to rbox
But no time to try with script

FireTV boot animation replacement

Here is a replacement for the Amazon FireTV bootanimation. With the new root available for the Amazon FireTV2, I decided to make a new boot animiation for it.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Here is a 1920x1080 version of the bootanimation.zip.
http://www.mediafire.com/file/ciybr59yw5sjgrn/bootanimation_-_freedom1_-_1920_30fps.zip/file
(fixed zip file. was zipped with wrong compression. bootanimation files need to be zipped using compression method as 'store', not 'normal'.)
If there is any desire for a lower res bootanimation, let me know.
Here are the basic Windows steps to replace the bootanimation per
http://www.aftvnews.com/how-to-customize-the-boot-animation-on-a-rooted-fire-tv-or-fire-tv-stick/
adb connect 192.168.xx.xxx (your ip)
adb push c:\'directory'\bootanimation.zip /sdcard/
adb shell
su
mount -o remount,rw /system
rm -f /system/media/bootanimation.zip
cd /system/media
cp /sdcard/bootanimation.zip /system/media/bootanimation.zip
chmod 0644 /system/media/bootanimation.zip
exit
exit
reboot FireTV
If you don't see an animation during boot up, the bootanimation file is not supported.
Freedom 2
Or another one.
http://www.mediafire.com/file/fn6l61kntd6xnr6/bootanimation_-_freedom2_-_1920_30fps.zip/file
(fixed zip file. was zipped with wrong compression. bootanimation files need to be zipped using compression method as 'store', not 'normal'.)
My freedom.
http://www.mediafire.com/file/s8d03ts18tsnct5/bootanimation_-_my_freedom_-_1920_24fps.zip/file
Have a bunch more and will upload as I get time...
http://www.mediafire.com/file/52tskf4j10a1th4/bootanimation_-_firetv-_1920_24fps.zip/file
http://www.mediafire.com/file/mk1fhrbuz53afr2/bootanimation-min.zip/file
Haven't been able to test this one yet but here it is. Hopefully the audio works correctly.
Sloane FireTV 2
Excellent work mate exactly what I was looking for
Thanks appreciated big time
ATV 11 Bootanimation
0815hoffi said:
ATV 11 Bootanimation
Click to expand...
Click to collapse
I like this one @0815hoffi, excellent work thanks again, somehow it froze on the coloured dots first reboot, (sloane)
I reboot twrp wipe cache, all good friend. :good:
scottcruss said:
http://www.mediafire.com/file/mk1fhrbuz53afr2/bootanimation-min.zip/file
Haven't been able to test this one yet but here it is. Hopefully the audio works correctly.
Click to expand...
Click to collapse
best bootanimation ever, but after installation (
scottcruss said:
http://www.mediafire.com/file/mk1fhrbuz53afr2/bootanimation-min.zip/file
Haven't been able to test this one yet but here it is. Hopefully the audio works correctly.
Click to expand...
Click to collapse
Best bootanimation ever, but after installation (AFTVnews) firestick4k does not boot. Any idea?
adb shell "cp /sdcard/bootanimation.zip /system/media/bootanimation.zip"
adb shell "chmod 644 /system/media/bootanimation.zip
0815hoffi said:
adb shell "cp /sdcard/bootanimation.zip /system/media/bootanimation.zip"
adb shell "chmod 644 /system/media/bootanimation.zip
Click to expand...
Click to collapse
I did, by using chmod "0644" via terminal in TWRP. File has different attributes by viewing it with "7zip under Windows" ( all "store").
try to delete /system/media/bootanimation.zip an check if it now boots
stick boots, by displaying "android"
Ok than there is a problem with the zip.
try with my bootanimation
https://forum.xda-developers.com/attachments/bootanimation-zip.5135003/
works, it's the nice "ATV11", the zip-file seems to be defect! I will try again with a new download.
Many THX
Fire TV Boot Lite New Interface
works fine on my firestik4k, THX
Thanks bro .
Used to work before but with newest firmware it seems something has changed. Did anyone got theese working again on stick 4k yet?
Okay i got it working again.
For anyone else:
If you have some magisk modules active check the file in the directory:
/data/adb/modules/"your module"/system/media/bootanimation.zip
and
/system/media/bootanimation.zip
you need to replace both zip-files in order to get the custom boot animation to work again.
If you often update and test your new bootanimation.zip then you may want to check my update script. Will be improving it from time to time to get a more fluid and fast way to update.
FireTV-boot-animation-update-script/bar.sh at c0b8a222cdafbccf281c9a6adcac0c5d7c6629a2 · SoulInfernoDE/FireTV-boot-animation-update-script
Makes it easier to update bootanimation.zip from twrp recovery terminal - FireTV-boot-animation-update-script/bar.sh at c0b8a222cdafbccf281c9a6adcac0c5d7c6629a2 · SoulInfernoDE/FireTV-boot-animatio...
github.com

Categories

Resources