Is there any way to install an apk file via the terminal emulator? If so, what parameters are used?
Sent from my ERIS using XDA App
Related
How do you know if you have to flash in cwm or terminal emulator? or both?
You cannot flash anything in terminal emulator. TE can be used to run scripts that are already present on your system. CWM is for actually flashing the files onto your phone, not directly running any of them.
Sent from my SCH-I500 using XDA App
I've seen many posts saying you can run zip files designed for CWM from terminal emulator. I've tried this but I must not be doing it right. Can someone give me a sample command line sequence of what you type to run it? Do you use the full file name with the .zip extension included?
Sent from my SCH-I500 using XDA App
I'm trying to deodex my atrix with the 4.1.4.2 sbf, but I'm having trouble. I think it's because I don't have superuser permissions of adb, how do I get this?
adb shell
Su
On the phone itll prompt you with a super user permissions.
Run the script now and it should work
Sent from my MB860 using XDA App
ChongoDroid said:
adb shell
Su
On the phone itll prompt you with a super user permissions.
Run the script now and it should work
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
Is this done through Terminal Emulator?
GT-I9300 with siyah kernel 1.5. Trying to enable swap partition by using hardswap mod:http://forum.xda-developers.com/showthread.php?t=1814311. But after I installed terminal emulator, there's no free command. The terminal displays "/system/bin/sh: free: not found ".
Another question is that when I was installing the zip in cwm, one line of the output was "script successfully installed to init.d", but I can't find that folder at all. Where is it?
Try installing busybox. Download an app that does this by searching for "busybox" on the market.
Stericson's (don't know if I spelt that right) or JRummy's busybox installers should be fine.
Sent from my GT-I9300 using xda app-developers app
zhshr said:
Another question is that when I was installing the zip in cwm, one line of the output was "script successfully installed to init.d", but I can't find that folder at all. Where is it?
Click to expand...
Click to collapse
Look in: /system/etc :highfive:
Hi im using the lgp-769 v10g T-Mobile and i was rooted on this phone but i lost root and now in system xbin i have a file named su.old, i explored this using file browser, i found that i can access this file using terminal emulator which changes the $ sign to #. I accessed it via /system/xbin/su.old... anyways I'm wondering if there is anyway i can use this and terminal emulator to regain root? I also have busybox and kbox2 working in terminal without root if that even matters... can someone kindly point me in the right direction, it would be most appreciated. Thank you all.
Sent from my LG-P769 using XDA Premium 4 mobile app
DarksiderzSK4G said:
Hi im using the lgp-769 v10g T-Mobile and i was rooted on this phone but i lost root and now in system xbin i have a file named su.old, i explored this using file browser, i found that i can access this file using terminal emulator which changes the $ sign to #. I accessed it via /system/xbin/su.old... anyways I'm wondering if there is anyway i can use this and terminal emulator to regain root? I also have busybox and kbox2 working in terminal without root if that even matters... can someone kindly point me in the right direction, it would be most appreciated. Thank you all.
Sent from my LG-P769 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
When your have root (#) try this
Code:
cp /system/xbin/su.old /system/bin/su
chmod 644 /system/bin/su
or try
Code:
mv su.old su
Here is screenshot of the results of your suggestions. What should i do now?
Sent from my LG-P769 using XDA Premium 4 mobile app
Well it says cross device link using mv and it says can't create su and. something about can't stat system/bin/su cant chmod644
Sent from my LG-P769 using XDA Premium 4 mobile app
I ended up getting it to re-root using a few commands in terminal emulator if anyone is still stuck after OTA look into using terminal emulator
Sent from my LG-P769 using XDA Premium 4 mobile app
Hi can I root moto g4 with terminal emulator (first time doing it)