[GUIDE] 11/22/2010 - Restore Swype after upgrading to CyanogenMod - G2 and Desire Z Themes and Apps

If you were like me, you rushed right into installing CyanogenMod. Whoops, found out there is no swype installed. What to do?
Hopefully you made a nandroid backup like me. I didn't want to do a full nandroid restore just to extract the files. So I did this...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
UPDATED 11/22/2010 - Okay, some people have requested a "newbie friendly" solution. I have created an APK which will help automate this procedure, without the need for ADB. If you have already applied CyanogenMod, then use this APK to select an older Clockwork Backup that has your licensed Swype. It will then extract and install the files for you. I have only tested on the G2.
http://www.mediafire.com/?j7dnv321ej0mrch
I'll possibly do some updates to:
a) cache swype for future installs (to make restores super quick)
b) add other extractions of 'your' saved files (i.e. google apps)
c) add more options for handling cache/files/etc.
I hope this helps. Enjoy!
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
# --------------------------------------------------------------------------------------------
# How to recover your swype files from your nandroid backup
# Quick and dirty extract
# Prepare a staging area on your computer
mkdir nandtmp
cd nandtmp
# Copy your old nandroid (pre CM) backup to your staging area..........
# i.e. /androidbackups/clockworkmod/backup/2010-11-01.02.02.02
cp $WHEREVER_OLD_IMAGE_IS/system.img .
# extract files...
unyaffs system.img
adb remount
# Push the swype files back to your Android device
adb push ./system/lib/libSwypeCore.so /system/lib/
adb push ./system/app/Swype.apk /system/app/
# Some users have had issues with not seeing Swype in the options (possibly non read/write system?), so they just installed the APK. If you install it, make sure the lib file has been pushed first.
# i.e. adb install /sdcard/Swype.apk
# Update permissions for good measure (may not be needed)
chmod 644 /system/app/Swype.apk
chmod 644 /system/lib/libSwypeCore.so
# I rebooted, but have heard reports that it is not necessary
adb reboot
# Now in Menu>Settings:Language & keyboard unselect the Android keyboard and make sure Swype keyboard is checked.
A similar process can be done directly on your phone.
# --------------------------------------------------------------------------------------------
Hope that helps others restore Swype (or other files they desire) without having to do a full Nand restore.
-oldsk00lz

getting force close on swype as soon as I uncheck the android keyboard, not a huge deal but I do kinda miss swype

ranyvern said:
getting force close on swype as soon as I uncheck the android keyboard, not a huge deal but I do kinda miss swype
Click to expand...
Click to collapse
Did you push libSwypeCore.so to /system/lib yet?

For some reason it still doesn't show up in the keyboard list, any idea why?
Sent from my T-Mobile G2 using XDA App

Ok, what you're supposed to do is, you actually have to install the swype.apk. its not enough to copy it to the /system/app directory adb install Swype.apk or use root file explorer click on the apk file and choose install.
Sent from my T-Mobile G2 using XDA App

or you can open up cyanogenmod(unzip) and download a stock g2 rom and then just put the files in the proper places, then zip cm again and flash(i did this all from my phone ast night because i was too lazy to go to the computer)

have you tried to go to swype.com and signing up for there beta testing. Not sure if still open but does not hurt to try. I reinstall from the beta testing website and is working great on CM6.1 on my G2

k50aker said:
For some reason it still doesn't show up in the keyboard list, any idea why?
Click to expand...
Click to collapse
Be more specific. What have you done so far? Did you go into Settings > Keyboard and enable Swype yet?

I tried a few times before but could never get this dumb unyaffs to work for me.
i get
Microsoft Windows XP [Version 5.1.2600]
C:\g2orgsys>unyaffs systemg2.img
28852 [main] unyaffs 3212 _cygtls::handle_exceptions: Exception: STATUS_ACCESS
_VIOLATION
30677 [main] unyaffs 3212 open_stackdumpfile: Dumping stack trace to unyaffs.e
xe.stackdump
348883 [main] unyaffs 3212 _cygtls::handle_exceptions: Exception: STATUS_ACCESS
_VIOLATION
375003 [main] unyaffs 3212 _cygtls::handle_exceptions: Error while dumping stat
e (probably corrupted stack)
Idk im pretty lazy sometimes, if you can provide some help on this, i would GREATLY appreciate it.
oh and I tried, quickly, to get the emulator working but failed! Im sure its probably something ez I missed. :/

Stryder5 said:
Be more specific. What have you done so far? Did you go into Settings > Keyboard and enable Swype yet?
Click to expand...
Click to collapse
Yea, it wasn't there, again, in my case pushing it in to the /app folder did NOT work, I had to intall the apk maually like any other app. Of course only after pushing the lib file.
adb push libSwypeCore.so /system/lib
adb install Swype.apk
Unyaffs is supposed to work on windows? I didn't know that. I use linux, you sould try it and get used to it, it would save you a lot of trouble.
Sent from my T-Mobile G2 using XDA App

k50aker said:
Yea, it wasn't there, again, in my case pushing it in to the /app folder did NOT work, I had to intall the apk maually like any other app. Of course only after pushing the lib file.
adb push libSwypeCore.so /system/lib
adb install Swype.apk
Unyaffs is supposed to work on windows? I didn't know that. I use linux, you sould try it and get used to it, it would save you a lot of trouble.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
Hmmm... I saw the swype in the settings after doing adb pushes and a reboot.
In reality, I had unchecked both Android keyboard, and Swype keyboard. Then went to a text field, and got a request for Android input. I then went back into settings and checked Swype, and then it just worked. I didn't need to install the APK. For those not seeing swype as an option, did you confirm that system was remounted and that files were copied? Did you reboot?
As for unyaffs, I was lazy. I just downloaded a binary for OSX from here: http://forum.xda-developers.com/showthread.php?p=7931772 . I haven't tried a Windows version of unyaffs.
-oldsk00lz

k50aker said:
Unyaffs is supposed to work on windows? I didn't know that. I use linux, you sould try it and get used to it, it would save you a lot of trouble.
Sent from my T-Mobile G2 using XDA App
Click to expand...
Click to collapse
thats kinda sucks. lil more trouble then I was hoping for but I got a few LiveCDs somewhere.
How hard would it be to get this running through adb shell, on the phone? lol

wilnotdie said:
thats kinda sucks. lil more trouble then I was hoping for but I got a few LiveCDs somewhere.
How hard would it be to get this running through adb shell, on the phone? lol
Click to expand...
Click to collapse
wilnotdie - You should be able to do this directly on your phone, as well. Of course, you would need to mount your system read/write and cp files versus adb push.
i.e.
mount -o rw,remount -t ext3 /dev/block/mmcblk0p25 /system
cp /sdcard/nandtmp/system/lib/libSwypeCore.so /system/lib/libSwypeCore.so
cp /sdcard/nandtmp/system/app/Swype.apk /system/app/Swype.apk
Hope that helps.
-oldsk00lz

oldsk00lz said:
wilnotdie - You should be able to do this directly on your phone, as well. Of course, you would need to mount your system read/write and cp files versus adb push.
i.e.
mount -o rw,remount -t ext3 /dev/block/mmcblk0p25 /system
cp /sdcard/nandtmp/system/lib/libSwypeCore.so /system/lib/libSwypeCore.so
cp /sdcard/nandtmp/system/app/Swype.apk /system/app/Swype.apk
Hope that helps.
-oldsk00lz
Click to expand...
Click to collapse
Oh mybad, not that way. Was thinking of using the phone as my linux box instead of a pc. In theory it should work, just need to compile for use on the phone?
But Im guessing its not gonna be this ez lol

I didn't do any ADB pushes I just used root explorer to move the libswype file to lib directory then used the installer on the root explorer to install and it loaded right up for me. Only problem I'm getting is the double tap to edit isn't working now for some reason.
I pulled the files from the ota_root_noboot.zip from
http://forum.xda-developers.com/showthread.php?t=836042

Okay here is what I did and it worked. Using SU File manager (found in the market if you search "root explorer") and on the stock ROM, copy the lib and apk files from /system/app and /system/lib. I copied them to the root of my sd card. Wipe everything and install CM and the addon. Grab SU File manager again and find the lib file on your SD card. copy it. There are two little buttons on the top of SU File manager with an S and a D. I pressed both of them to mount system and data as read/write. Go to system/lib and paste the lib file. Verify that it is there and since there are so many files sort by size its like 998kb. Then just use SU File Manager or astro or whatever to find Swype.apk on your sd card. Install it from there. With Astro click it and "open app manger." Then go to keyboard settings and enable it as an input method. Go to swype settings and it should not FC if you did this stuff correctly. Set your settings and enjoy! Oh yea dont forget to uninstall and refund SU File manager

Hey Jkoenig00 did you have any issues with the double tap to edit?

Worked flawlessly and now I have swype running on CM. This should be stickied or something!

So for those of us who don't know what ADB is or how to use it...
are we screwed?
Is there a noob friendly method?

convolution said:
So for those of us who don't know what ADB is or how to use it...
are we screwed?
Is there a noob friendly method?
Click to expand...
Click to collapse
You can use root explorer. Download one of the stock roms. Access it through root explorer and copy the 2 files from the stock rom folders to its respective folder on your device. Then install the apk from within root explorer. Set everything up in your keyboard settings and your golden. Can be done in minutes.
Sent from my T-Mobile G2 using XDA App

Related

Swype

I searched around and couldn't find a definative answer. How can I take my backed up copy of swype from my g2 nandroid backup (or the official rom) and install it after installing cyanogenmod"
Sent from my T-Mobile G2 using XDA App
If you want you could always download the stock rom (check dev forums) and take the Swype.apk out of /system/apps. You're also going to need to get the libSwypeCore.so from /system/lib good luck.
*thanks nvigrass, wasnt sure where it was
it is in /system/lib
here's a thread with some instructions: http://forum.xda-developers.com/showthread.php?t=837599
I ended up figuring it out with the first post, after figuring out how to open the /system/ nandroid img.
Sent from my T-Mobile G2 using XDA App
How Do you take swype.apk out of system/apps?
waffleman911 said:
If you want you could always download the stock rom (check dev forums) and take the Swype.apk out of /system/apps. You're also going to need to get the libSwypeCore.so from /system/lib good luck.
*thanks nvigrass, wasnt sure where it was
Click to expand...
Click to collapse
How do you do that? And what program do you have to use since System is an .img file thanks.
Brazildiogo732 said:
How do you do that? And what program do you have to use since System is an .img file thanks.
Click to expand...
Click to collapse
have u heard of google?
http://lmgtfy.com/?q=extract+.img+in+windows
Thanks
waffleman911 said:
If you want you could always download the stock rom (check dev forums) and take the Swype.apk out of /system/apps. You're also going to need to get the libSwypeCore.so from /system/lib good luck.
*thanks nvigrass, wasnt sure where it was
Click to expand...
Click to collapse
sundar2012 said:
have u heard of google?
http://lmgtfy.com/?q=extract+.img+in+windows
Click to expand...
Click to collapse
hey thanks man . i got MagicISO but it is not letting me explore the system file, i can't even open it..what'd you use?
Okay here is what I did and it worked. Using SU File manager (found in the market if you search "root explorer") and on the stock ROM, copy the lib and apk files from /system/app and /system/lib. I copied them to the root of my sd card. Wipe everything and install CM and the addon. Grab SU File manager again and find the lib file on your SD card. copy it. There are two little buttons on the top of SU File manager with an S and a D. I pressed both of them to mount system and data as read/write. Go to system/lib and paste the lib file. Verify that it is there and since there are so many files sort by size its like 998kb. Then just use SU File Manager or astro or whatever to find Swype.apk on your sd card. Install it from there. With Astro click it and "open app manger." Then go to keyboard settings and enable it as an input method. Go to swype settings and it should not FC if you did this stuff correctly. Set your settings and enjoy! Oh yea dont forget to uninstall and refund SU File manager
Brazildiogo732 said:
hey thanks man . i got MagicISO but it is not letting me explore the system file, i can't even open it..what'd you use?
Click to expand...
Click to collapse
If you are using windows, there is a command prompt application called unyaffs.exe that extracts the whole thing in windows. Might even work in linux with wine
jkoenig00 said:
Okay here is what I did and it worked. Using SU File manager (found in the market if you search "root explorer") and on the stock ROM, copy the lib and apk files from /system/app and /system/lib. I copied them to the root of my sd card. Wipe everything and install CM and the addon. Grab SU File manager again and find the lib file on your SD card. copy it. There are two little buttons on the top of SU File manager with an S and a D. I pressed both of them to mount system and data as read/write. Go to system/lib and paste the lib file. Verify that it is there and since there are so many files sort by size its like 998kb. Then just use SU File Manager or astro or whatever to find Swype.apk on your sd card. Install it from there. With Astro click it and "open app manger." Then go to keyboard settings and enable it as an input method. Go to swype settings and it should not FC if you did this stuff correctly. Set your settings and enjoy! Oh yea dont forget to uninstall and refund SU File manager
Click to expand...
Click to collapse
I actually paid for root explorer because its useful enough to be worth the money and someone took their time to write the application. I did use Root Explorer to go in and paste the files into the appropriate directories after getting them extracted.
Opening System
jkoenig00 said:
Okay here is what I did and it worked. Using SU File manager (found in the market if you search "root explorer") and on the stock ROM, copy the lib and apk files from /system/app and /system/lib. I copied them to the root of my sd card. Wipe everything and install CM and the addon. Grab SU File manager again and find the lib file on your SD card. copy it. There are two little buttons on the top of SU File manager with an S and a D. I pressed both of them to mount system and data as read/write. Go to system/lib and paste the lib file. Verify that it is there and since there are so many files sort by size its like 998kb. Then just use SU File Manager or astro or whatever to find Swype.apk on your sd card. Install it from there. With Astro click it and "open app manger." Then go to keyboard settings and enable it as an input method. Go to swype settings and it should not FC if you did this stuff correctly. Set your settings and enjoy! Oh yea dont forget to uninstall and refund SU File manager
Click to expand...
Click to collapse
Hey! When you go about opening /system/apps and system/lib, where do you go to open it? And How do you open it? The only system I've seen cannot been opened Idk how to do it and I'm seriously confused, thanks!!
Brazildiogo732 said:
Hey! When you go about opening /system/apps and system/lib, where do you go to open it? And How do you open it? The only system I've seen cannot been opened Idk how to do it and I'm seriously confused, thanks!!
Click to expand...
Click to collapse
What app are you using? You need to use a root explorer app like SU File Manager or Root Explorer.
thanks! got the files! i am about to intall! thanks!!
Got the Files, but no luck :/
jkoenig00 said:
Okay here is what I did and it worked. Using SU File manager (found in the market if you search "root explorer") and on the stock ROM, copy the lib and apk files from /system/app and /system/lib. I copied them to the root of my sd card. Wipe everything and install CM and the addon. Grab SU File manager again and find the lib file on your SD card. copy it. There are two little buttons on the top of SU File manager with an S and a D. I pressed both of them to mount system and data as read/write. Go to system/lib and paste the lib file. Verify that it is there and since there are so many files sort by size its like 998kb. Then just use SU File Manager or astro or whatever to find Swype.apk on your sd card. Install it from there. With Astro click it and "open app manger." Then go to keyboard settings and enable it as an input method. Go to swype settings and it should not FC if you did this stuff correctly. Set your settings and enjoy! Oh yea dont forget to uninstall and refund SU File manager
Click to expand...
Click to collapse
I got the files, but its not working on Desire Z rom... All it does is force close.. any ideas, anyone?!
you need to make sure the Swype Lib file copied into the /system/lib directory. Even if the app says it copied it, restart the app and navigate to the /system/lib directory and make sure the file is there. Then install swype normally. If the lib file is not successfully copied, swype will FC all the time.
not letting me paste!
jkoenig00 said:
you need to make sure the Swype Lib file copied into the /system/lib directory. Even if the app says it copied it, restart the app and navigate to the /system/lib directory and make sure the file is there. Then install swype normally. If the lib file is not successfully copied, swype will FC all the time.
Click to expand...
Click to collapse
Cool! thanks guys! I found how to do everything, but its not letting me paste into /system/lib :/ any sugestions? :/
it says "this folder is read only" and its refering to the /system/lib ..what do i do?
Open terminal emulator and type this
mount -o remount,rw /system
Then try again.
[G2/HTC Vision]
Still not working
luis86dr said:
Open terminal emulator and type this
mount -o remount,rw /system
Then try again.
[G2/HTC Vision]
Click to expand...
Click to collapse
After I put that in, it comes up "mount [-r] [-w] [-o options] [-t type device directory] and it still doesnt let me paste into the lib folder...whats happening? lol

Adfree Gingerbread

COURTESY OF MODOCO
currently if you try adfree on gingerbread you get some java error to solve this do the following
1. uninstall Adfree
2. download this apk file
3
PHP:
adb remount
adb push AdFree.MCR.apk /system/app
Thanks, I have been trying to get adfree to work all night... Works perfect!
I'm on GingerVillian 1.4. Getting an "Application not installed" message.
Not to hijack but you could also download a hosts file (google one) and put it in /system/etc. This is what that program does for you.
Sent from my HTC Vision
any chance of a .zip? i dont know how to use adb
ADB Works/Copy+Paste, Normal Install Does NOT Work
I’m running GingerVillain 1.4 and it worked for me, but let me venture a guess here: you tried to put the apk into system/app via Root Explorer/ES File Manager/Whatever. Either that or you tried installing the apk as you would install any other apk. Am I right?
I did the same thing, and I ran into the same problem you did. I have no idea why, though I’m sure there is good reason. However, if you uninstall AdFree and then use ADB as directed above it will work just fine. You won’t have to install it or anything; it just magically appears in the application drawer as if you had never uninstalled it in the first place.
ADB works, but RootExplorer-style Copy/Paste does not.
Hope that helps,
-Newbie
I got a mT4G with gingy and adfree works fine. I think one of the updates they did, some ppl were having problems with
4gCM7
I followed the instructions on a G2 with Gingervillain 1.4 and it worked perfectly.
FYI: copying and pasting with Root Explorer doesn't work.
I was lazy, but ended up having to use the adb method.
xomikronx said:
FYI: copying and pasting with Root Explorer doesn't work.
I was lazy, but ended up having to use the adb method.
Click to expand...
Click to collapse
Hmmn...I was able to copy/paste it with ES File Explorer though I didn't uninstall the Market version first. Fixed the issue for me though, so it must have worked.
Worked without a problem, thanks
Sent from my HTC Vision using XDA App
JustAnotherNewbie said:
I’m running GingerVillain 1.4 and it worked for me, but let me venture a guess here: you tried to put the apk into system/app via Root Explorer/ES File Manager/Whatever. Either that or you tried installing the apk as you would install any other apk. Am I right?
I did the same thing, and I ran into the same problem you did. I have no idea why, though I’m sure there is good reason. However, if you uninstall AdFree and then use ADB as directed above it will work just fine. You won’t have to install it or anything; it just magically appears in the application drawer as if you had never uninstalled it in the first place.
ADB works, but RootExplorer-style Copy/Paste does not.
Hope that helps,
-Newbie
Click to expand...
Click to collapse
You nailed it! I used ADB and it's working now. Thanks!
You can put the apk in the root of your sd card and run these commands in terminal if you don't want to use adb:
Su
cd /sdcard
mount -o remount, rw /system
install AdFree.MCR.apk /system/app
You can also make a gscript script with those commands if you constantly flash the GB updates like me. =P
Yay! Thankyouthankyouthankyouthankyou.
So happy to have this back on gingerbread.
Thanks very much
Works perfectly thank you
Sent from my HTC Vision using XDA App
Thanks a lot! Been tryin' to fix this the whole day. God bless you
rUsTyRuSs said:
You can put the apk in the root of your sd card and run these commands in terminal if you don't want to use adb:
Su
cd /sdcard
mount -o remount, rw /system
install AdFree.MCR.apk /system/app
You can also make a gscript script with those commands if you constantly flash the GB updates like me. =P
Click to expand...
Click to collapse
thank you!
Adb pushing or installing from terminal did not work for me. As in, after uninstall of original and following steps, AdFree did not show up in the app list
However,
What I did was this...
su
mount -o remount,rw /system
rm /system/app/AdFree.MCR.apk
install /sdcard/download/AdFree.MCR.apk /system/app/
reboot
Then I installed from market
Not only did it show back up in the app list but no errors were given when updating the hosts file...
Hope this helps!
Sent from me HTC Vision using CM7 Nightly
Final Fix!
AdFree has been upgraded. Uninstall your previous version of AdFree, go to Market and download the new version and it will work just fine. (Supposedly trying to update an old AdFree to the new version won't fix it.)
Troggie81 said:
You nailed it! I used ADB and it's working now. Thanks!
Click to expand...
Click to collapse
^.^ Anytime, I'm happy to help.
rUsTyRuSs said:
You can put the apk in the root of your sd card and run these commands in terminal if you don't want to use adb:
Su
cd /sdcard
mount -o remount, rw /system
install AdFree.MCR.apk /system/app
You can also make a gscript script with those commands if you constantly flash the GB updates like me. =P
Click to expand...
Click to collapse
I think that will be my job for today, looking into gscripts.
Just out of curiosity though, why is it that using RootExplorer/etc to move the .apk to /system/apps work?
I figure I could have installed it after the movie to make up for the install command. (And ES File Manager generally has no problem moving things to root areas.)
Always good to know -why- something is the way it is. I have a tendency to ignore reasons without explanations, and that has backfired a few times.
Or I can dig around XDA to find the answer; there be knowledge in these here forums.
Either way, thanks!
-Newbie

[Q] Help needed

I just rooted my phone and i am trying to delete some of the apps that come with the phone.
I have found these steps in the forms but the problem is that, if I open a CMD and type this, it is not accepted.
I am guessing there is a step missing
1. type in the command line on your PC
Code:
adb shell
2. now you need to get super user rights:
Code:
su
3. you need to remount the system partition
Code:
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
4. change to the /system/app directory and you can now rename/delete all files in there
I hope you make a copy of this folder, so you can always revert back to factory default. A hardreset doesn't restaure the deletet apps, so be carefull. Also you need to check on your own IF you can really delete a app or not. I don't know what features you use.
hamd3000 said:
I just rooted my phone and i am trying to delete some of the apps that come with the phone.
I have found these steps in the forms but the problem is that, if I open a CMD and type this, it is not accepted.
I am guessing there is a step missing
1. type in the command line on your PC
Code:
adb shell
2. now you need to get super user rights:
Code:
su
3. you need to remount the system partition
Code:
mount -o rw,remount -t ext3 /dev/block/mmcblk1p21 /system
4. change to the /system/app directory and you can now rename/delete all files in there
I hope you make a copy of this folder, so you can always revert back to factory default. A hardreset doesn't restaure the deletet apps, so be carefull. Also you need to check on your own IF you can really delete a app or not. I don't know what features you use.
Click to expand...
Click to collapse
You can use root explorer, an apk that uses superuser permissions, or, maybe you didn't reboot the cellphone, when you root your, always reboot, in order to take the "effect"
try freezing app. Easier and safer. If you want to delete. Root explorer or try super manager.
Sent from my MB525 using XDA App
I do have super user permission , but i still dont know what to do
hamd3000 said:
I do have super user permission , but i still dont know what to do
Click to expand...
Click to collapse
Did you try with Titanium Backup ?, I think you can freeze, clear data and unninstall it !, let me know if I'm wrong
Download supermanager app from market. Enable root function. Get to phone dir. System then app
Sent from my MB525 using XDA App
tava2003 said:
Did you try with Titanium Backup ?, I think you can freeze, clear data and unninstall it !, let me know if I'm wrong
Click to expand...
Click to collapse
worked like a charm

Can't delete folder - permissions [SOLVED]

Hi
I recently restored my Nexus with the toolkit but when it put the files back, I think a permissions problem has occurred. I can rename folders, but I can't delete them. I have a rather large folder that I can't get rid of. When I try in various programs, it says delete failed, or no permissions, etc.
I am rooted, and have installed Terminal emulator, but am not terribly familiar with how to use it.
Any tips would be helpful.
Thanks
warlock257 said:
Hi
I recently restored my Nexus with the toolkit but when it put the files back, I think a permissions problem has occurred. I can rename folders, but I can't delete them. I have a rather large folder that I can't get rid of. When I try in various programs, it says delete failed, or no permissions, etc.
I am rooted, and have installed Terminal emulator, but am not terribly familiar with how to use it.
Any tips would be helpful.
Thanks
Click to expand...
Click to collapse
Simple solution might just be that your file explorer app doesn't have root access. Force stop it in apps->settings, check your superuser app and clear any saved entries for it, and launch the app again. It should request root privileges.
Where are the files/folders in question located? If they're in a secure place like /system/ then it's more likely to be the above scenario. If they're just in your sdcard folder, are they user made, or at all special?
Edit: Also in the future, this sort of thing is what the Q&A forum is for.
JoeSyr said:
Simple solution might just be that your file explorer app doesn't have root access. Force stop it in apps->settings, check your superuser app and clear any saved entries for it, and launch the app again. It should request root privileges.
Where are the files/folders in question located? If they're in a secure place like /system/ then it's more likely to be the above scenario. If they're just in your sdcard folder, are they user made, or at all special?
Edit: Also in the future, this sort of thing is what the Q&A forum is for.
Click to expand...
Click to collapse
I was using Root explorer, and have granted it root access
It is in /SDcard, so it shouldn't be anything that's protected
warlock257 said:
I was using Root explorer, and have granted it root access
It is in /SDcard, so it shouldn't be anything that's protected
Click to expand...
Click to collapse
Did you check the permissions for what you're trying to delete? They're displayed right in the normal view in root explorer, and you can edit them from the long press menu.
Anything unusual about the files/folders themselves? Were they created on the phone? By you? By apps? Copied and pasted over USB from a computer? You could try deleting from your computer over USB.
As for command line options, you can try 'rm -r [path]' for a folder and just 'rm [path]' for a file. rm is the delete(remove) command, -r is the recursive flag to apply the action to all items in the directory if a directory is the target. Pretty sure that you can do that straight from terminal emulator on your phone, and from a command prompt over usb you'd need to use 'adb shell' first.
JoeSyr said:
Did you check the permissions for what you're trying to delete? They're displayed right in the normal view in root explorer, and you can edit them from the long press menu.
Anything unusual about the files/folders themselves? Were they created on the phone? By you? By apps? Copied and pasted over USB from a computer? You could try deleting from your computer over USB.
As for command line options, you can try 'rm -r [path]' for a folder and just 'rm [path]' for a file. rm is the delete(remove) command, -r is the recursive flag to apply the action to all items in the directory if a directory is the target. Pretty sure that you can do that straight from terminal emulator on your phone, and from a command prompt over usb you'd need to use 'adb shell' first.
Click to expand...
Click to collapse
In root explorer the info under the folder says
rwxrwxr -x
I'm pretty sure that the problem started when I restored from the nexus toolkit on pc. I had a similar problem with my camera in that it couldn't save pictures to a folder, but all I did was rename the folder, and the camera app created a new one.
rm -r [path] in terminal emulator says "permission denied"
EDIT
upon further googleing, the 'chmod' command might be what I want, but I'm not sure which syntax is right.
warlock257 said:
In root explorer the info under the folder says
rwxrwxr -x
I'm pretty sure that the problem started when I restored from the nexus toolkit on pc. I had a similar problem with my camera in that it couldn't save pictures to a folder, but all I did was rename the folder, and the camera app created a new one.
rm -r [path] in terminal emulator says "permission denied"
EDIT
upon further googleing, the 'chmod' command might be what I want, but I'm not sure which syntax is right.
Click to expand...
Click to collapse
For chmod you want 'chmod [number] [path]', where number is a string that's a bit complicated to explain. You can learn about it by googling chmod probably better than I could type it out here on the fly. But if you use 777, it should assign full permissions, which would display as rwxrwxrwx in root explorer.
You can achieve the exact same effect in root explorer though, long press and choose permissions and you'll get a 3x3 grid. All boxes checked= full permissions, same as chmod 777. The three lower boxes for special permissions should be unchecked (fyi, they would turn chmod's numeric component into a 4 digit number, and as far as I know, android doesn't really use them at all).
Also, did you type su in terminal first? It doesn't innately have root (just like any app) so you need to do that and confirm the popup first. You'll need to do this before using chmod, and if you didn't do it before using rm, try it again.
Worth a try but just for reference, rwxrwxr-x is the normal permissions set for folders on the sdcard, so that's not immediately looking like a problem.
at the top of root explorer, theres a button that says mount r/w. press it, now it should say mount r/o. go ahead and delete that file now
simms22 said:
at the top of root explorer, theres a button that says mount r/w. press it, now it should say mount r/o. go ahead and delete that file now
Click to expand...
Click to collapse
Found the button, but didn't work
JoeSyr said:
For chmod you want 'chmod [number] [path]', where number is a string that's a bit complicated to explain. You can learn about it by googling chmod probably better than I could type it out here on the fly. But if you use 777, it should assign full permissions, which would display as rwxrwxrwx in root explorer.
You can achieve the exact same effect in root explorer though, long press and choose permissions and you'll get a 3x3 grid. All boxes checked= full permissions, same as chmod 777. The three lower boxes for special permissions should be unchecked (fyi, they would turn chmod's numeric component into a 4 digit number, and as far as I know, android doesn't really use them at all).
Also, did you type su in terminal first? It doesn't innately have root (just like any app) so you need to do that and confirm the popup first. You'll need to do this before using chmod, and if you didn't do it before using rm, try it again.
Worth a try but just for reference, rwxrwxr-x is the normal permissions set for folders on the sdcard, so that's not immediately looking like a problem.
Click to expand...
Click to collapse
it might be the files within the folder, rather than the folder itself. going into it, some of the files have a shield on them
When I go into its permissions, some of them were unchecked. I checked the 9 at the top, and it says:
"permissions change was not successful. Please note that some files systems (e.g. SD card) do now allow permission changes."
warlock257 said:
Found the button, but didn't work
it might be the files within the folder, rather than the folder itself. going into it, some of the files have a shield on them
When I go into its permissions, some of them were unchecked. I checked the 9 at the top, and it says:
"permissions change was not successful. Please note that some files systems (e.g. SD card) do now allow permission changes."
Click to expand...
Click to collapse
Well under normal circumstances, individual files on your sdcard should have permissions rw-rw-r--, and folders have rwxrwxr-x. (For reference, this is read as read, write, execute for Root, System, and Other, with dashes indicating that a permission is denied. So rwxrwxr-x means all permissions are granted to all three groups except for write to Other). This ties into larger aspects of the OS that basically exist to stop individual apps from reading or writing whatever they want without being included in groups.
The fact that you can't do something that shouldn't require elevated permissions, and you're getting that kind of error when you try to execute commands with higher permissions, suggests to me that your sdcard partition is using the wrong filesystem. Sort of sounds like a program tried to treat it like a real sdcard and formatted it to something else, in which case I have a hunch you're going to need to back up your data and do a full reset.
You might get a simpler solution if you ask in the thread for the toolkit you used. It's not something I have any experience with so good luck.
Out of curiosity, are you on Jellybean now? Jellybean changed the address for the sdcard partition, so if the toolkit wasn't updated to reflect this, it seems like the likely place things may have gone wrong.
---------- Post added at 07:04 PM ---------- Previous post was at 06:53 PM ----------
Actually if you want to check if it's using the right filesystem, run the command 'mount' from terminal. It'll give you a bunch of information, probably towards the bottom will be a line that mentions sdcard. Mine reads as
/dev/fuse /storage/sdcard0 fuse [more info about how it's currently mounted]
Yours -should- say that if you're on JB. If you're not, it should say something instead of /storage/sdcard0 (maybe /mnt/sdcard? I forget how it was on ICS). If it says something in place of fuse that may be the problem.
..I actually think mount used to say that the sdcard block was formatted as yaffs2, while everything else was formatted as ext4. Or maybe I just looked up that it was yaffs2 online, not from terminal on my phone? I wonder if this whole thing is the reason why some people seem bootloop-prone when flashing JB roms, if the changes have cut out access to important information about the filesystem, it may be triggering a really long error scan if their sdcard partition is large.
yes, backed up in ICS, and went to Jellybean.
doing a 'mount', I believe the line reads
/dev/fuse /storage/sdcard0 fuse rw,nosuid,nodev,realtime,user_id=1023,group_id=1023,default_permissions,allow_other 0 0
The files that have the shield icon have permissions:
rw-rw-r--
Yeah so everything that I can think of for you to check seems to be displaying as though normal. Although I don't know what aspect of these files root explorer is reading to mark them as protected and put the little shield on them.
You've tried these methods (rm, chmod) on individual files within the folder too, right? I guess this comes more from experience deleting protected files in windows, but I've found that sometimes a folder will deny deletion as long as it contains protected files, but it's relatively easy to give yourself permission to delete the individual files one by one, after which the folder goes down too. Possibly time consuming without a batch function, but easy.
My understanding of the fuse filesystem, by the way, is that it's just a virtual layer that allows the sdcard block to be treated differently than everything else on the phone, which is important for what happens when you plug it into a computer and the device is read. And I believe that the sdcard is supposed to be formatted as yaffs2 (everything else is ext4). Not sure how to check that directly, but it's possible that it has been changed to something else. But unless you can't delete -anything- on the sdcard, this seems unlikely.
JoeSyr said:
Yeah so everything that I can think of for you to check seems to be displaying as though normal. Although I don't know what aspect of these files root explorer is reading to mark them as protected and put the little shield on them.
You've tried these methods (rm, chmod) on individual files within the folder too, right? I guess this comes more from experience deleting protected files in windows, but I've found that sometimes a folder will deny deletion as long as it contains protected files, but it's relatively easy to give yourself permission to delete the individual files one by one, after which the folder goes down too. Possibly time consuming without a batch function, but easy.
My understanding of the fuse filesystem, by the way, is that it's just a virtual layer that allows the sdcard block to be treated differently than everything else on the phone, which is important for what happens when you plug it into a computer and the device is read. And I believe that the sdcard is supposed to be formatted as yaffs2 (everything else is ext4). Not sure how to check that directly, but it's possible that it has been changed to something else. But unless you can't delete -anything- on the sdcard, this seems unlikely.
Click to expand...
Click to collapse
yeah, I tried deleting files individually on the phone, and in windows. Wont let me do anything.
I guess the only sure fire method of clearing these files at the moment is to do a factory reset.
I can back up my stuff with titanium, so not that big a deal.
Your assistance has been much appreciated
:good:
warlock257 said:
yeah, I tried deleting files individually on the phone, and in windows. Wont let me do anything.
I guess the only sure fire method of clearing these files at the moment is to do a factory reset.
I can back up my stuff with titanium, so not that big a deal.
Your assistance has been much appreciated
:good:
Click to expand...
Click to collapse
Try deleting them directly from /data/media instead. If you're able to delete them there, reboot afterwards to ensure /storage/sdcard0, /sdcard, and /mnt/sdcard are updated properly.
Sent from my Galaxy Nexus
Cilraaz said:
Try deleting them directly from /data/media instead. If you're able to delete them there, reboot afterwards to ensure /storage/sdcard0, /sdcard, and /mnt/sdcard are updated properly.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
That worked :laugh:
It's gone from all those folders.
Thanks very much!!!!!
warlock257 said:
That worked :laugh:
It's gone from all those folders.
Thanks very much!!!!!
Click to expand...
Click to collapse
+1 This worked for me as well. Thanks for posting...:good:
Had the same problem. Deleting through the /media path worked.
Cilraaz said:
Try deleting them directly from /data/media instead. If you're able to delete them there, reboot afterwards to ensure /storage/sdcard0, /sdcard, and /mnt/sdcard are updated properly.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
+4 You Sir are a genius! Thanks given!
Cilraaz said:
Try deleting them directly from /data/media instead. If you're able to delete them there, reboot afterwards to ensure /storage/sdcard0, /sdcard, and /mnt/sdcard are updated properly.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
Sorry to necro this thread almost 4 years later, but I had the exact same issue with deleting a folder on internal storage (Android Lollipop). Regardless if you're still here on XDA or not: thanks for this solution.
So.. Not really a I9250, but I guess my problem on i9100 is the same.
For some weird reason this just happened to WhatsApp directory.. But whatever.
After digging deeper and deeper in recovery, it seems like the folder wasn't own by media_rw group, but root
I just had to run
Code:
chown -R 1023:1023 <folder-path>
For some weird reason neither chown nor ls -l were correctly working when booted on normal system
Cilraaz said:
Try deleting them directly from /data/media instead. If you're able to delete them there, reboot afterwards to ensure /storage/sdcard0, /sdcard, and /mnt/sdcard are updated properly.
Click to expand...
Click to collapse
@Cilraaz, I have no idea if you're still on XDA but after at least a week of intense searching I found your advice which solved my problem! Thank you.
My problem was on i9500 (still) running stock Lollipop. I've been preparing to install a custom recovery, and did a TWRP (2.8.7.0) nandroid backup. Problem was I then couldn't find the TWRP backup folder. It would only show in TWRP's file manager. Root Browser didn't show it with SU privileges, nor ES File Browser and connecting it to the PC didn't help either. It's only after looking in /data/media/0 that I could find the TWRP folder.

Background working :)

Things can be just so easy.
after trying a while with framework-res.apk i got rid of the usual black background in launcher by just setting
<bool name="config_enableWallpaperService">false</bool> to true in res\values\bools.xml
compiled it back and updated it via cwmrecovery zip installation
Also livewallpaper are working.
UPDATE: Thanx to @superkoal
Xposed Module
but u still need the files from next link to get them working:
Files in Post 3 klick
"Here are the files ex framework-res
http://ul.to/oqs87yb6 "
just installed live wallpaper picker and a few from original 4.2.2 rom.
now i only want to find a settings.apk, that is working completely.
one is only apps column working, and other apk. only the others, don't know how.
If you want to buy me a beer
paypal [email protected] (EUR)
schybiorz said:
Things can be just so easy.
after trying a while with framework-res.apk i got rid of the usual black background in launcher by just setting
<bool name="config_enableWallpaperService">false</bool> to true in res\values\bools.xml
compiled it back and updated it via cwmrecovery zip installation
Also livewallpaper ae working...
just installed live wallpaper picker and a few from original 4.2.2 rom.
now i only want to find a settings.apk, that is working completely.
one is only apps column working, and other apk. only the others, don't know how.
Click to expand...
Click to collapse
Sweet! Can you post your compiled file in a CWM installable zip?
xm41907 said:
Sweet! Can you post your compiled file in a CWM installable zip?
Click to expand...
Click to collapse
http://uploaded.net/file/8awolkyk
just install via cwm. for sure do a backup before.
i'm not responsible if something went wrong, with this installation.
ALSO Do A BACKUP of your original Framework-res.apk!!!
Also don't forget to install Gallery.apk or livewallpaperpicker, else it is not possible to select any wallpaper.
so after a factory reset i wanted to try it again.
sems that i might have installed some other parts from another rom, like systemui.apk-
Here are the files ex framework-res
http://ul.to/oqs87yb6
after this, u might see the green background. Just start your favourite launcher and set any wallpaper u like.
Have fun
schybiorz said:
http://uploaded.net/file/8awolkyk
just install via cwm. for sure do a backup before.
i'm not responsible if something went wrong, with this installation.
ALSO Do A BACKUP of your original Framework-res.apk!!!
Also don't forget to install Gallery.apk or livewallpaperpicker, else it is not possible to select any wallpaper.
so after a factory reset i wanted to try it again.
sems that i might have installed some other parts from another rom, like systemui.apk-
Here are the files ex framework-res
http://ul.to/oqs87yb6
after this, u might see the green background. Just start your favourite launcher and set any wallpaper u like.
Have fun
Click to expand...
Click to collapse
What is the difference between the two downloads? I downloaded the first one, but have to wait an hour before I can download the second one. Should I install the second one and not the first?
I'm having trouble installing this with CWM. I have my system and data mounted to an external drive and CWM doesn't access it. It keeps saying folder not found, then it reverts to what I assume is the original internal data folder on the FTV itself. I'm not sure how to access this internal folder now using a file explorer. Any thoughts that don't involve messing with unmounting my external drive?
**Edit** I manual replaced the framework-res.apk using root explorer, then realized I needed to install your second files as well and now it works prefectly! No more black background for me. I've got a spinning galaxy and stars!
Thanks for the work on this!
That are good news,
thanks for reply....
now i also got rid, of some amazon apps. now have around 127mb /system free storage.
removed ftvlauncher, whisperplay,gamecircle,demomode and a few other things with titanium backup.
also stock launcher switcher worked now when press homebutton. Can someone pm me a few aosp 4.2.2 stock files from settings app and from tablet? i get crashes in settings.apk maybe i have to install a few more stock apks, that don't come with aftv in stock.
btw. Tabletui is working with adb shell am display-density 240
settings.apk is in splitscreen (crashes in different accesses). played around with some themed xposed modules and lolipop theme.
will try the next weeks, till i got my setup finished ^-^
schybiorz said:
That are good news,
thanks for reply....
now i also got rid, of some amazon apps. now have around 127mb /system free storage.
removed ftvlauncher, whisperplay,gamecircle,demomode and a few other things with titanium backup.
also stock launcher switcher worked now when press homebutton. Can someone pm me a few aosp 4.2.2 stock files from settings app and from tablet? i get crashes in settings.apk maybe i have to install a few more stock apks, that don't come with aftv in stock.
btw. Tabletui is working with adb shell am display-density 240
settings.apk is in splitscreen (crashes in different accesses). played around with some themed xposed modules and lolipop theme.
will try the next weeks, till i got my setup finished ^-^
Click to expand...
Click to collapse
That is cool that you're testing the limits. Tonight I plan to make a video about my setup. I've used a lot of the various mods/tweaks available for the ATV and have a kick ass setup.
Manually?
xm41907 said:
I'm having trouble installing this with CWM. I have my system and data mounted to an external drive and CWM doesn't access it. It keeps saying folder not found, then it reverts to what I assume is the original internal data folder on the FTV itself. I'm not sure how to access this internal folder now using a file explorer. Any thoughts that don't involve messing with unmounting my external drive?
**Edit** I manual replaced the framework-res.apk using root explorer, then realized I needed to install your second files as well and now it works prefectly! No more black background for me. I've got a spinning galaxy and stars!
Thanks for the work on this!
Click to expand...
Click to collapse
so just push the framework-res.apk to sdcard and replace it w/ the one in the system folder? because I did the install via cwm to no avail and I installed the 3 apks in the background.zip manually
be sure mount /system in cwm manual. should work, or replace it manually via fileexplorer and to be sure
chmod 644 /system/framework/framework-res.apk
and don't forget to have a backup via cwm to be safe...
schybiorz said:
That are good news,
thanks for reply....
now i also got rid, of some amazon apps. now have around 127mb /system free storage.
removed ftvlauncher, whisperplay,gamecircle,demomode and a few other things with titanium backup.
also stock launcher switcher worked now when press homebutton. Can someone pm me a few aosp 4.2.2 stock files from settings app and from tablet? i get crashes in settings.apk maybe i have to install a few more stock apks, that don't come with aftv in stock.
btw. Tabletui is working with adb shell am display-density 240
settings.apk is in splitscreen (crashes in different accesses). played around with some themed xposed modules and lolipop theme.
will try the next weeks, till i got my setup finished ^-^
Click to expand...
Click to collapse
I am curious what Amazon apps you've removed and what other mods you've done. Can you update what you've been up to with the FTV?
I only made a backup of all amazon apps, i might to remove, with titanium backup before i uninstalled them.
f.eg. amazon app store, circle, movie, mp3, photo (installed gallery2.apk from a 10.1 cm stock rom) installed clock.apk from rom to exchange amazon screensaver and replaced it with a clock. but i messed to much around, so i had to go back to my backup i generated with cw recovery
also deodexed apps and framework files to get a little more space on sys. also deleted files under vendor/amazon (here are the overlay-files stored.
sadly i'm out of time for this week to extend my tsteing in getting a full settings.apk working wich i had before i messed up while replacing all system apks from a cm 4.2.2 rom
schybiorz said:
Things can be just so easy.
after trying a while with framework-res.apk i got rid of the usual black background in launcher by just setting
<bool name="config_enableWallpaperService">false</bool> to true in res\values\bools.xml
compiled it back and updated it via cwmrecovery zip installation
Also livewallpaper ae working...
just installed live wallpaper picker and a few from original 4.2.2 rom.
now i only want to find a settings.apk, that is working completely.
one is only apps column working, and other apk. only the others, don't know how.
Click to expand...
Click to collapse
That screenshot looks awesome! I want to try it when I have time. But I also noticed you have ROM manager installed. I never even thought about using it, probably because I have twrp on my other devices. How's it working for you? Are you able to use the stock remote?
That's a much better option than plugging in a USB keyboard every time you want to do something in recovery.
Took me a while to get it straight, but below are my simple instructions for us that aren't fluent in all things Android...
Download schybiorz's files from this thread.
http://uploaded.net/file/8awolkyk
http://ul.to/oqs87yb6
Extract "framework-res.apk" from the zip file in the first download above. Copy the "framework-res.apk" file to your FireTV. I used AGKFire.
Extract and install the apk's from the second download above. You can just click on them from ES File Explorer if you've pushed them, or use AGKFire or whichever method you use to sideload apps.
I also installed the "Gallery.apk" file, downloaded from the following thread:
http://forum.xda-developers.com/showthread.php?t=1953999
Backup your FireTV "framework-res.apk" file. I used Root Explorer from the Play Store. Navigate to the /system/framework/ directory and copy "framework-res.apk" to your sdcard somewhere to save as a backup.
Connect to your FireTV using adb from your computer and type the following commands:
adb kill-server
adb start-server
adb connect [FireTV IP Address]
adb shell
su
mount -o rw,remount /system
cp /sdcard/AGKFire/framework-res.apk /system/framework/framework-res.apk
chmod 644 /system/framework/framework-res.apk
exit
exit
Then, just reboot your FireTV. Take note, in the cp (copy) command above, the copy-from location (where I have AGKFire) needs to be where you have the apk file on your FireTV. So if you have it in the root of the sdcard, the command will be as follows:
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
I tried to flash schybiorz's zip file using cwm, but for some reason, it didn't replace the "framework-res.apk" file, which is why I did it manually as indicated above. I also didn't do a cwm backup, so proceed at your own risk.
I use Nova Launcher, so I have to use a mouse to pick wallpapers from LiveWallpaperPicker or the Gallery, but live and static wallpapers work wonderfully now though!
tdfsu said:
Took me a while to get it straight, but below are my simple instructions for us that aren't fluent in all things Android...
Download schybiorz's files from this thread.
http://uploaded.net/file/8awolkyk
http://ul.to/oqs87yb6
Extract "framework-res.apk" from the zip file in the first download above. Copy the "framework-res.apk" file to your FireTV. I used AGKFire.
Extract and install the apk's from the second download above. You can just click on them from ES File Explorer if you've pushed them, or use AGKFire or whichever method you use to sideload apps.
I also installed the "Gallery.apk" file, downloaded from the following thread:
http://forum.xda-developers.com/showthread.php?t=1953999
Backup your FireTV "framework-res.apk" file. I used Root Explorer from the Play Store. Navigate to the /system/framework/ directory and copy "framework-res.apk" to your sdcard somewhere to save as a backup.
Connect to your FireTV using adb from your computer and type the following commands:
adb kill-server
adb start-server
adb connect [FireTV IP Address]
adb shell
su
mount -o rw,remount /system
cp /sdcard/AGKFire/framework-res.apk /system/framework/framework-res.apk
chmod 644 /system/framework/framework-res.apk
exit
exit
Then, just reboot your FireTV. Take note, in the cp (copy) command above, the copy-from location (where I have AGKFire) needs to be where you have the apk file on your FireTV. So if you have it in the root of the sdcard, the command will be as follows:
cp /sdcard/framework-res.apk /system/framework/framework-res.apk
I tried to flash schybiorz's zip file using cwm, but for some reason, it didn't replace the "framework-res.apk" file, which is why I did it manually as indicated above. I also didn't do a cwm backup, so proceed at your own risk.
I use Nova Launcher, so I have to use a mouse to pick wallpapers from LiveWallpaperPicker or the Gallery, but live and static wallpapers work wonderfully now though!
Click to expand...
Click to collapse
Needed this!!! Thanks for the detailed instructions, because I tried before using a mouse I copied the original framework-res.apk and put it in another folder, then pushed the downloaded framework-res.apk to sdcard...but got an error when copying the downloaded one. so now I guess I can just go ahead and run the command cp /sdcard/framework-res.apk /system/framework/framework-res.apk and it will copy it?
nickyb003 said:
Needed this!!! Thanks for the detailed instructions, because I tried before using a mouse I copied the original framework-res.apk and put it in another folder, then pushed the downloaded framework-res.apk to sdcard...but got an error when copying the downloaded one. so now I guess I can just go ahead and run the command cp /sdcard/framework-res.apk /system/framework/framework-res.apk and it will copy it?
Click to expand...
Click to collapse
You will have to enter the commands as I listed them...well, as far as I know. I did quite a bit of Googling. You must make the system directory writeable, which is the reason for the "mount -o rw,remount /system" command. Then, the chmod command sets the permissions once you have copie the modified framework over.
But I did just notice that someone made a xposed wallpaper enabler module in the 'FireTV Themes and Apps' forum. Which may be the better way to go...easier anyway.
tdfsu said:
But I did just notice that someone made a xposed wallpaper enabler module in the 'FireTV Themes and Apps' forum. Which may be the better way to go...easier anyway.
Click to expand...
Click to collapse
Yup i'm gonna download the apk when I get home and see if it changes anything
schybiorz said:
http://uploaded.net/file/8awolkyk
just install via cwm. for sure do a backup before.
i'm not responsible if something went wrong, with this installation.
ALSO Do A BACKUP of your original Framework-res.apk!!!
Also don't forget to install Gallery.apk or livewallpaperpicker, else it is not possible to select any wallpaper.
so after a factory reset i wanted to try it again.
sems that i might have installed some other parts from another rom, like systemui.apk-
Here are the files ex framework-res
http://ul.to/oqs87yb6
after this, u might see the green background. Just start your favourite launcher and set any wallpaper u like
Have fun
Click to expand...
Click to collapse
Can we please upload them to a free web hosting? Uploaded.net while claiming it's free isn't. When ever you try to download a file via the "free" link, you get this:
The free download is currently not available - Please try again later! Premium account users are not affected by this temporary limitation.
Thing is, over the last 6 months to a year, that is the message you always get, doesn't matter the time of day.
So please do us cheap peeps a favor and put them on a free site.
thanks
nyder said:
Can we please upload them to a free web hosting? Uploaded.net while claiming it's free isn't. When ever you try to download a file via the "free" link, you get this:
The free download is currently not available - Please try again later! Premium account users are not affected by this temporary limitation.
Thing is, over the last 6 months to a year, that is the message you always get, doesn't matter the time of day.
So please do us cheap peeps a favor and put them on a free site.
thanks
Click to expand...
Click to collapse
You can also use any 4.2.2 wallpaper and live picker apk you want. no need for mine. but feel free to upload them on another hoster.
Important is the fact, that the wallpaper service is enabled in framework-res, wich is now easy done via xposed-module ^-^
schybiorz said:
You can also use any 4.2.2 wallpaper and live picker apk you want. no need for mine. but feel free to upload them on another hoster.
Important is the fact, that the wallpaper service is enabled in framework-res, wich is now easy done via xposed-module ^-^
Click to expand...
Click to collapse
Ya, but I can't download the framework-res file either, and while googling brings up may places that have the file, I do not know if they have the changes you did for the AFTV.
So if someone could be nice and upload the files to another file hosting site, i'd be thankful.
nyder said:
Ya, but I can't download the framework-res file either, and while googling brings up may places that have the file, I do not know if they have the changes you did for the AFTV.
So if someone could be nice and upload the files to another file hosting site, i'd be thankful.
Click to expand...
Click to collapse
Attached are the background apk's without framework-res. cause you can download the posted xposed-module from link in first post

Categories

Resources