Command line interface twrp - T-Mobile, Samsung Galaxy SIII

Hey guys got a question.... I was on the cyanogenmod thread and I someone posted a possible workaround for the freezing at the boot screen on 4.3 roms... I was told to delete the bootanimation.zip from system/media/ but I can't find it in there... There isn't even a media folder in system from what I see. (keep in mind I'm using the file manager inside of TWRP to try to locate it) I was wondering what the command is to delete the file using the terminal emulator or whatever selection I need to use to delete the zip.
The problem with it locking on the bootsplash seems to be that it couldn't get passed the bootanimation.zip file.
It looks like the method of using ODIN to flash a rooted stock rom manages to erase the bootanimation.zip, where as TWRP was leaving it there. If you get stuck there, go into recovery and fire up a command line interface (TWRP has one) and rm the bootanimation.zip file. I'll look back a few posts to find the path and post it here. Other than that make sure you are flashing the latest gapps and wipe your data and you should be good to go. Some folks have gotten away with a dirty flash but you'll have to uninstall/reinstall a bunch of apps.
Click to expand...
Click to collapse
Sent from my SGH-T999 using XDA Premium 4 mobile app

RedJack117 said:
Hey guys got a question.... I was on the cyanogenmod thread and I someone posted a possible workaround for the freezing at the boot screen on 4.3 roms... I was told to delete the bootanimation.zip from system/media/ but I can't find it in there... There isn't even a media folder in system from what I see. (keep in mind I'm using the file manager inside of TWRP to try to locate it) I was wondering what the command is to delete the file using the terminal emulator or whatever selection I need to use to delete the zip.
Sent from my SGH-T999 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
rm /file/location/here.zip

And if you can't see something in recovery like that, make sure the partition is mounted.
Sent from my SGH-T999L using Tapatalk 4

Related

[Q] Launcher question and I did my research

Hey guys i was wondering if there was an apk for the MIUI launcher b/c i really enjoy that launcher but it is unstable right now so if I can get a launcher that would be awesome.
I don't know but ill tell you how to get it. Download miui and then unzip the rom. Go to /system/app and look for an apk named launcher or something similar.
Sent from my PC36100 using XDA App
do I extract the file then copy it to my sd card then install from there?
Thanks so much if this works and if it doesn't thanks for the idea!
I just tried it and all i got was "! application not installed" should i try to zip it and flash it? or is there any other route i can take?
Yeah you can push it to /system/app using adb, or copy and paste with root explorer, or make a flashable zip file.
Sent from my PC36100 using XDA App
I am a big time noob, so what is the easiest way to do it. I have never used any of these routes and how do you zip a file so that it is flashable? thanks again so much for your help your are super helpful.
so i tried copying and pasting using root explorer and it did not work, i get a message saying "you cannot paste here becaue the file system is read only"
jiggajoe506 said:
so i tried copying and pasting using root explorer and it did not work, i get a message saying "you cannot paste here becaue the file system is read only"
Click to expand...
Click to collapse
In the upper right corner there I'd a bottom theft says mount rw(read/write) push that then try to paste there, but a lot of the time that will not work so if it does not you can use adb. you plug your phone in with debugging on, place your apk in your sdk tools folder.
My sdk tooks folder is located at c:/androidsdk/tools and say the apk you are using the launcher.apk so i would open the cmd and use the following commands.
cd c:/androidsdk/tools
adb remount
adb push launcher.apk system/app
adb reboot
After each command wait till its done after last command your phone will reboot.
Sent from my unrEVOked using xda app
Thanks a bunch for the advice but i have never used abd so I would need to know what the program is called and where to get it and what folder that is and maybe a few attempts at it. Sorry I'm such a noob, all I know how to do is download a rom or kernel and flash from recovery.
jiggajoe506 said:
Thanks a bunch for the advice but i have never used abd so I would need to know what the program is called and where to get it and what folder that is and maybe a few attempts at it. Sorry I'm such a noob, all I know how to do is download a rom or kernel and flash from recovery.
Click to expand...
Click to collapse
we were all noobs at one point if you post your apk here i will make you a flashable zip
Wow thank you So much man you are awesome and so are the other fellows that helped. I gotta un-noob myself at some point in my life. This is the launcher I got when I went into the zip file and went to system/apps/ of the miui rom whether there are other things that make it the way it is I don't know. (folders and no app drawer)
Thanks again guys
jiggajoe506 said:
Wow thank you So much man you are awesome and so are the other fellows that helped. I gotta un-noob myself at some point in my life. This is the launcher I got when I went into the zip file and went to system/apps/ of the miui rom whether there are other things that make it the way it is I don't know. (folders and no app drawer)
Thanks again guys
Click to expand...
Click to collapse
here is the flashable zip just put on your sdcard and flash from recovery besure to do a nandroid backup first and here is a link to using adb http://forum.xda-developers.com/showthread.php?t=532719
roscoenr said:
here is the flashable zip just put on your sdcard and flash from recovery besure to do a nandroid backup first and here is a link to using adb http://forum.xda-developers.com/showthread.php?t=532719
Click to expand...
Click to collapse
Your a lot of help.but kept force closing thanks for the extra work you did. Wish I could thank you more them once on here
not sure why it would be force closing unless it a bad apk if you find another apk you can open the zip up with 7-zip and replace the old one with the new one and close do not unzip it just open

How would you push an .apk to your system/app?

The best way to push an app to your system/app file with out bricking your phone?
na4hotx said:
The best way to push an app to your system/app file with out bricking your phone?
Click to expand...
Click to collapse
Um that isn't going to brick you. Especially since you're talking about system app. Worst thing to happen would be a reboot if you touched an app which was currently running.
But I've been using root explorer and it works great. Or if the file is on my computer I use adb push. Or even a flashable zip if you really are worried.
Sent from my SGH-T999 using Tapatalk 2
As he said. Nothing else really needed to be said, good answer.
Sent from my SGH-T999 using xda premium
I used a file browser app and installed it over the existing one. Every time after that I was getting an error something .goo not responding. (SecPhone.apk) Trying to restor the call recording feature. I ended up doing a restore back to square one. No if I use root-explorer will it make a difference or should I use dab push? I would not know how to begging with that. could I use terminal and instal like I would if I was using the cwmtr.img install directions. but direct it to system/app?
na4hotx said:
I used a file browser app and installed it over the existing one. Every time after that I was getting an error something .goo not responding. (SecPhone.apk) Trying to restor the call recording feature. I ended up doing a restore back to square one. No if I use root-explorer will it make a difference or should I use dab push? I would not know how to begging with that. could I use terminal and instal like I would if I was using the cwmtr.img install directions. but direct it to system/app?
Click to expand...
Click to collapse
Which file browser app did you use? Did you remember to set the permissions for the newly copied apk? Permissions in /system/app should be rw-r--r
Sent from my SGH-T999 using Tapatalk 2
No I did not set permissions. If I use Root-Explorer will that allow me to set permissions? I used Smanager to move the file.
Ctrl+C then Ctrl+V
Can I use RootExplorer to zip file them flash it? Or just move using RE?
na4hotx said:
No I did not set permissions. If I use Root-Explorer will that allow me to set permissions? I used Smanager to move the file.
Click to expand...
Click to collapse
Yes, Root Explorer will allow you to change permissions as long as you aare rooted.
na4hotx said:
Can I use RootExplorer to zip file them flash it? Or just move using RE?
Click to expand...
Click to collapse
Root Explorer is a file manager, use to move the file to the appropriate folder and set permissions and reboot. I know you can create a zip & tar file, don't know if it would be flashable though.
na4hotx said:
No I did not set permissions. If I use Root-Explorer will that allow me to set permissions? I used Smanager to move the file.
Click to expand...
Click to collapse
Smanager isn't a good file system tool. Try root browser lite tap and hold functioning is perfect. Has options for copy paste and permissions
saldebot said:
Yes, Root Explorer will allow you to change permissions as long as you aare rooted.
Root Explorer is a file manager, use to move the file to the appropriate folder and set permissions and reboot. I know you can create a zip & tar file, don't know if it would be flashable though.
Click to expand...
Click to collapse
Yeah it can't make flashable zips. Just storage zip files
Sent from my SGH-T999 using Tapatalk 2
I am using Frosty JB v6. I asked in the developer thread and I got a reply http://forum.xda-developers.com/showthread.php?t=1874063&page=546
I tried using RootExplorer and I was still getting error messages after be booting. Is there a way to make it flash able? What am I doing wrong or is it just never going to work? Do I need to start looking for a rom that has it functional on the build?
Did you reset permissions to match the rest of the files in the folder?
And you probably need to wipe dalvik and cache in recovery.
Sent from my SGH-T999 using xda app-developers app
na4hotx said:
I am using Frosty JB v6. I asked in the developer thread and I got a reply http://forum.xda-developers.com/showthread.php?t=1874063&page=546
I tried using RootExplorer and I was still getting error messages after be booting. Is there a way to make it flash able? What am I doing wrong or is it just never going to work? Do I need to start looking for a rom that has it functional on the build?
Click to expand...
Click to collapse
Use root browser lite, you can get it from the market it's a freeware then copy the app you want to system/app ....no permission stuff needed
DocHoliday77 said:
Did you reset permissions to match the rest of the files in the folder?
And you probably need to wipe dalvik and cache in recovery.
Sent from my SGH-T999 using xda app-developers app
Click to expand...
Click to collapse
this. Also, you didn't odex your ROM did you?
deziguy420 said:
Use root browser lite, you can get it from the market it's a freeware then copy the app you want to system/app ....no permission stuff needed
Click to expand...
Click to collapse
Please know what you're talking about first before posting suggestions. Especially when it pertains to system directory permissions. System/app directory uses rw-r--r-- as the permissions. Meaning owner has read write permissions while everyone else only has read. Not setting permissions correctly can lead to many many many issues.
Sent from my SGH-T999 using Tapatalk 2
There is application on the market called system application mover
Sent from my SGH-T999 using xda premium
I vote for a rom that has it and works where you don't need to mod stuff, yet. Learn all this stuff with something you don't need, like a sound mod (DSP) or something.
simple video
http://www.youtube.com/watch?v=mJGbiSkom9M

Note 2 keyboard help pls

Hey guys looking for 2 days now cant find a option: is there anyway to have auto correct on the note 2 stock keyboard?
Sent from my SGH-I317M using xda app-developers app
massih88 said:
Hey guys looking for 2 days now cant find a option: is there anyway to have auto correct on the note 2 stock keyboard?
Sent from my SGH-I317M using xda app-developers app
Click to expand...
Click to collapse
this is not in the correct section. This should have been posted under the Q&A section.....Not development
notified mods to move this....
massih88 said:
Hey guys looking for 2 days now cant find a option: is there anyway to have auto correct on the note 2 stock keyboard?
Sent from my SGH-I317M using xda app-developers app
Click to expand...
Click to collapse
There is a thread in theme section with the stock keyboard... with auto correct, , and long opress for secondary symbol. OR type arsaw and look for his thread..am driving right now, I'll supply the link later if you don't find it
massih88 said:
Hey guys looking for 2 days now cant find a option: is there anyway to have auto correct on the note 2 stock keyboard?
Sent from my SGH-I317M using xda app-developers app
Click to expand...
Click to collapse
Check my thread here: http://forum.xda-developers.com/showthread.php?t=2145815&highlight=samsung+stock+keyboard
contains 'themed" stock samsung keyboard... both auto-correct and non-auto correct versions.
Thanks for the replies. Ya I tried that link. Now I have a red keyboard and no auto correct lol how can I get back the stock keyboard? I deleted the zip but still the red keyboard . All I need is auto correct on stock keyboeard
Sent from my SGH-I317M using xda app-developers app
massih88 said:
Thanks for the replies. Ya I tried that link. Now I have a red keyboard and no auto correct lol how can I get back the stock keyboard? I deleted the zip but still the red keyboard . All I need is auto correct on stock keyboeard
Click to expand...
Click to collapse
Don't know what ROM you are on... your knowledge of pushing apps to /system (ie., via adb), etc., so I'm attaching the stock samsung keyboard (plain grey) with auto-correct functionality. You need to be rooted at least. Copy the attached apk to your phone... then, using your favorite root file manager (like Root Explorer, etc) copy to /system folder first... fix permissions to rw.r..r.. then, MOVE to /system/app. It will ask if you want to replace the current "SamsungIME.apk", answer yes. You should be good to go.
DoctorQMM said:
Don't know what ROM you are on... your knowledge of pushing apps to /system (ie., via adb), etc., so I'm attaching the stock samsung keyboard (plain grey) with auto-correct functionality. You need to be rooted at least. Copy the attached apk to your phone... then, using your favorite root file manager (like Root Explorer, etc) copy to /system folder first... fix permissions to rw.r..r.. then, MOVE to /system/app. It will ask if you want to replace the current "SamsungIME.apk", answer yes. You should be good to go.
Click to expand...
Click to collapse
Yes I am rooted and thanks for helping im coming from a z10 lol. perfect I will do that right away. im on stock rom touch wiz called I think 4.1.2
DoctorQMM said:
Don't know what ROM you are on... your knowledge of pushing apps to /system (ie., via adb), etc., so I'm attaching the stock samsung keyboard (plain grey) with auto-correct functionality. You need to be rooted at least. Copy the attached apk to your phone... then, using your favorite root file manager (like Root Explorer, etc) copy to /system folder first... fix permissions to rw.r..r.. then, MOVE to /system/app. It will ask if you want to replace the current "SamsungIME.apk", answer yes. You should be good to go.
Click to expand...
Click to collapse
ok im a noob tho new to all this. So I downloaded your link. Zip file right? Do I put the whole zip on my phone storage? then flash? I downloaded room file manager and cant find /system apps. Sorry for these probably stupid questions. When I open the zip there are are a few folders.
assets
meta-inf
res
AndroidMainfest
classes
massih88 said:
ok im a noob tho new to all this. So I downloaded your link. Zip file right? Do I put the whole zip on my phone storage? then flash? I downloaded room file manager and cant find /system apps. Sorry for these probably stupid questions. When I open the zip there are are a few folders.
assets
meta-inf
res
AndroidMainfest
classes
Click to expand...
Click to collapse
Those are folders/files in the flashable zip. Let's try the simpliest approach first.
1. Download "Root Explorer (File Manager) from the PlayStore, and install
2. From my post #6 above, save the attached file (SamsungIME.apk)... on your phone's sdcard
3. Open Root Explorer, and navigate to the folder on your phone (sdcard) where you put the SamsungIME.apk... long press it, then select "Copy"
4. now while still within Root Explorer, navigate to /system folder, and hit "Paste" (make sure you mount as R/W.. it's the button at the top. If you are mounted as Read Only, you'll get an error message "You cannot past here because the file system is read only". Just hit the "Mount R/W" toggle at the top of screen.
5. Now, "SamsungIME.apk" is in your /system folder. You need to fix permissions. Long press "SamsungIME.apk" and select "Permissions". There are boxes with green check marks. toggle the boxes so that you only have green check marks in: Owner: R W ; Group: R ; Others: R. Hit "OK"
6. Now, long press "SamsungIME.apk" file again, and select "Move"
7. Navigate to /system/app (you should already be in /system, so just tap the "app" folder
8. Make sure you are still mounted as "R/W", if so, tap the "Paste" key at bottom. this will put "SamsungIME.apk" in the /system/app folder
9. if you did all this correctly, you should be good to go...
Okay I tried finall got it in the right system folder like u explained I attach a picture. Its still not working. Do I just need to reboot or flash? I use goo manager.
Hope I didnt do anything wrong while moving it to app system
Sent from my SGH-I317M using xda app-developers app
massih88 said:
Okay I tried finall got it in the right system folder like u explained I attach a picture. Its still not working. Do I just need to reboot or flash? I use goo manager.
Hope I didnt do anything wrong while moving it to app system
Sent from my SGH-I317M using xda app-developers app
Click to expand...
Click to collapse
It appears you are not understanding some of the android basics...and that can be extremely dangerous... especially since you are rooted. From you screenshot, you show zip files in your /system folder. Per my previous post, I stated to copy "SamsungIME.apk" to /system... fix permissions... then MOVE to /system/app. Your screenshot shows zip files in your /system folder (i.e., "SamsungIME.zip"). My attachment is the apk file itself. So apparently when you downloaded, it zipped it for compression purposes. YOU NEED THE APK. I suspect it is inside that zip file.. so you'll need to know how to unzip that zip.. and get the ".apk" The APKs goes into the /system/app folder (Not /system). Try again, and get the SamsungIME.apk out of that zip... copy that apk to /system.. fix permissions... then move (not copy) to /system/app (it's a sub folder within /system). If this didn't work, you have done something wrong.
Damn I had the feeling some was wrong. So should I get that out of the system folder? How do I do that ? I cant delete or move them. Does it harm if I leave them there? Ya im trying that now how yiu explained the apk I get it . Thanks alot tho for ur patients
Sent from my SGH-I317M using xda app-developers app
massih88 said:
Damn I had the feeling some was wrong. So should I get that out of the system folder? How do I do that ? I cant delete or move them. Does it harm if I leave them there? Ya im trying that now how yiu explained the apk I get it . Thanks alot tho for ur patients
Click to expand...
Click to collapse
I use Root Explorer... if you long press the file, you get the option to delete file. Delete the ".zip" files in /system folder. Your screenshot looks like ES File Explorer (or something similar). You should be able to "select" that zip file, then delete. Go back to my Post#6 and download the APK file (SamsumgIME.apk)... do not zip it... you should be able to download file as apk. Then follow my previous instructions. Again, get the APK file (not .zip) to /system folder.... then fix permissions... then MOVE (don't copy or you will leave a copy of the apk behind in /system) to /system/app folder. System apk files belong in the app subfolder of system (/system/app). When you go to paste the apk in /system/app, you will be asked to replace existing file... replace it. Try again... report back.
Ok thanks will do that tomorow . I use es explorer yes. When I try to delete it says file cannot be deleted. Cant see any apk file I use windows 8 maybe tahts why?
Sent from my SGH-I317M using xda app-developers app
DoctorQMM said:
Don't know what ROM you are on... your knowledge of pushing apps to /system (ie., via adb), etc., so I'm attaching the stock samsung keyboard (plain grey) with auto-correct functionality. You need to be rooted at least. Copy the attached apk to your phone... then, using your favorite root file manager (like Root Explorer, etc) copy to /system folder first... fix permissions to rw.r..r.. then, MOVE to /system/app. It will ask if you want to replace the current "SamsungIME.apk", answer yes. You should be good to go.
Click to expand...
Click to collapse
When I tried to install it!
X App not installed

How can I delete Morphology Folder?

I flashed moar and loved it but decided to give slimbean a try and now there's a folder in my internal memory that cannot be deleted.
I tried loading it onto a PC and deleting it. I've tried using a root explorer (ROM toolbox) and I've tried es file explorer. Anyone know how I can get rid of it?
Try using different file explorers, such as ones that require root maybe. Also try androzip qnd mount by tapping r/o and it should change to w/o and then try.
That's my best answer
Sent from my SPH-L710 using xda premium
Also. Twrp 2.5.0.0 had a file manager you can use. I confirmed that I can delete from it. Might be worth a shot, since it'll be done in recovery mode, when there's no way that the system would be using it.
Sent from my SPH-L710 using xda app-developers app
Flash this in recovery and delete from it then do Menu > Exit, and reboot
http://forum.xda-developers.com/showthread.php?t=1646108
Make sure you mount system before flashing it though, or tell the file manager to mount all blocks on start
Love you guys. I didn't know Twrp had a file explorer. That worked like a charm.
Thanks!
CNexus said:
Flash this in recovery and delete from it then do Menu > Exit, and reboot
http://forum.xda-developers.com/showthread.php?t=1646108
Make sure you mount system before flashing it though, or tell the file manager to mount all blocks on start
Click to expand...
Click to collapse
Thank you Sir. I forgot the "mount system".
I was thinking "that pos isn't working anylonger".
Sent from my SPH-L710

I guess I give up

Well, I have have the zip file for CM10 on phone (download folder) and pc and explored it to find the boot.img file to extract to find out it is not there, not only that but I cannot seem to find a way via either my pc or file mgr apps (i.e. root file manager) to move both the cm10 zipfile and gapps zipfile to the root folder on my phone, so I am at my wits end and guess I am stuck with ICS which I really am not at all impressed with.
So basically I am beginning to believe that it is not really possible to do this
qzone23 said:
Well, I have have the zip file for CM10 on phone (download folder) and pc and explored it to find the boot.img file to extract to find out it is not there, not only that but I cannot seem to find a way via either my pc or file mgr apps (i.e. root file manager) to move both the cm10 zipfile and gapps zipfile to the root folder on my phone, so I am at my wits end and guess I am stuck with ICS which I really am not at all impressed with.
So basically I am beginning to believe that it is not really possible to do this
Click to expand...
Click to collapse
There are some stock kernels with recovery in the development section. Find them and read the OP. Flash them and then flash the zip via recovery. The zip can be anywhere, doesnt have to be the root folder.
Sent from my LT26i using XDA Free mobile app
Thanks so much for a little direction, found the recovery file that I need so that I can actually get into recovery mode. But, the one step I didn't see posted was do I unzip it on PC or phone before executing install.bat?
Sent from my LT28at using XDA Free mobile app
qzone23 said:
Thanks so much for a little direction, found the recovery file that I need so that I can actually get into recovery mode. But, the one step I didn't see posted was do I unzip it on PC or phone before executing install.bat?
Sent from my LT28at using XDA Free mobile app
Click to expand...
Click to collapse
Install.bat? Could you redirect me to the post you used to download the recovery?
http://forum.xda-developers.com/showthread.php?t=2055043
I simply clicked on the link to install cwm
Sent from my LT28at using XDA Free mobile app

Categories

Resources