General :: Using VIM To Know Terminal Height Via ADB Shell
Feb 11, 2012
Cyanogenmod 7.2 has vim (and nano) installed, but when i use vim, the full size of my terminal is unused, and the cursor position and what is displayed become asynchronous. I have tried setting TERM=linux and TERM=xterm (I'm using OS X terminal which emulates an xterm), but neither get me a working vim. vi, which is part of busybox works fine. nano also fails to use the height of my terminal window, and additionally the enter key is broken.
Any way config to get a working vim using android?
View 1 Replies
Jun 5, 2010
I have a samsung moment that I seem to have inadverntantly disabled diagnostic usb access - if I have USB plugged in and then enable dial up networking in settings , USB disconnects - as soon as I disable DUN usb comes back up - I modified the setting in NV for scm from 3a to 2a and caused this, but I can't find a way to access non volatile memory any other way than through usb diagnostic mode
View 1 Replies
View Related
Nov 22, 2010
By using command prompt access the device shell/terminal. then use the su command getting permission denied error. Why this happening? how can i solve this problem.
View 4 Replies
View Related
Oct 7, 2010
If I have the following:
CODE:..............
How can I get the body (second EditText) to fill the rest of the screen, but still have the scrollview kick in when the contents of the body are too long? Like a height="wrap_content" and minHeight="fill_parent"
layout_height="fill_parent" seems to not do anything if you put them in a scrollview
A working example of what I want is the email app compose window
I tried this and the EditText elements act like they are wrap_content and no filling is happening. Just scrolling if you type enough
CODE:...................
View 2 Replies
View Related
Oct 28, 2010
This is my layout that suppot delete from listview ,the problem is when listview height is higher than screen height it goes under the button , so need a solution for avoding it
View 3 Replies
View Related
Nov 15, 2010
I want to put a button next to a EditText and I want their heights to match.For example, from the built in Android browser:
The Go button is the same height as the EditText field.I know I could wrap both these views in a parent layout view, and set both of their heights to fill_parent, and that would make them match.However, I would like to do this without having to give the layout a static size.I would rather have the EditText take whatever height it needs based on the font size and then have the button next to it match whatever height that might be.Is this possible with an xml layout?
View 2 Replies
View Related
Aug 28, 2010
I am having problem with a GridView within a RelativeLayout, which is again within a ScrollView. The problem is that the height of the RelativeLayout is not following the height of the contents of the GridView. When there are more than one rows, the GridView is clipped and a scrollbar appears, which is undesirable. I have tried to illustrate my problem using an screenshot from the Android hierarchy viewer. You can see how the red RelativeLayout box has clipped the second row of the GridView. I am pasting the XML layout of the page (page.xml) and the individual grid item (griditem.xml). I have used the following code to inflate the grid items in the gridAdapter code:
CODE:.................
What I should do to have the height of the RelativeLayout follow the full length of the gridView?
Here is the screenshot: http://tinypic.com/r/98rs4n/4
View 1 Replies
View Related
Nov 1, 2011
I'd like to get a home screen terminal widget if that's possible. Literally just a text box on the home screen that I can run shell commands with.With that said:
1. Is there such an app in existence already?
2. Would there be any software/hardware limitations that would prevent me from developing one? I don't want to start trying to develop it and then find out that it was impossible from the start.
View 3 Replies
View Related
Sep 15, 2012
when i will install backtrack 5 for android from this topic here: URL..... i get this in Terminal Emulator:
sh-4.1$ export PATH=/data/local/bin:$PATH
sh-4.1$ su
sh-4.1# cd sdcard
sh-4.1# cd backtrack
sh-4.1# cd bt5
sh-4.1# sh bt
mkdir: can't create directory '/data/local/mnt': File exists
[code]....
View 1 Replies
View Related
Jun 30, 2012
What is busybox and terminal emulator and what are they used for? How can i get them for my sga?
GT-S5830
View 4 Replies
View Related
Apr 4, 2012
I have some class LoginActivity.java. In the onCreate method I retrieve ListView:
ListView list = (ListView)findViewById(R.id.snListView); then:
list.setAdapter(adapter);
In addition there are login.xml layout - there are:
<ListView
android:id="@+id/snListView"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ListView>
and sn_row.xml:
[Code]...
At the moment I have cell's height 100dp, I need that cell's height will depend on device, I mean I have here 5 cells showing at login screen in ListView and I need that these 5 rows will fit the ListView (cell's height = ListView's height/5).
View 1 Replies
View Related
Dec 12, 2012
I don't really know where to put this topic but anyways my problem is that i need to edit a line in a file.
So i think of something like this
su
Cd /data/data/foldernameofapp/
Edit "file.dat"
Edit line 4 "text here 2"
i want it to edit like this "text here 3"
Change only the number. or replace the hole line with a new line where i only changed the number. btw the best is if the script can change a line and not find text and change. Because the number in the text i want to change can vary from different numbers.
P.S i can use root explorer and open the file with a text editor and change it, this works but takes forever P.S.S i got root
View 8 Replies
View Related
May 24, 2012
How to create a script to run a terminal command. I looked up google but didn't find any good results.
View 9 Replies
View Related
Jun 18, 2012
I want to pause terminal 'top' command. I tried using 'top -d 1000' but it makes it draw its output for the first time after 1000 seconds from launch, so first I would have to wait 1000 seconds to actually see its output.
How do I make 'top' stop refreshing itself?
View 1 Replies
View Related
Dec 25, 2012
How to know the mount points using terminal emulator ??? I guess i dont have mtd partition. How to check that too ?
I really wanna know my mount points. I have karbonn a21 running ics 4.0.4
View 9 Replies
View Related
Jan 3, 2014
I made a tasker profile to scan face in every 15 seconds by using another plugin (smart stay). Some situations it gives "unable connect camera" error. When I run restart camera app I can fix this issue.
How do I fix "unable connect camera" error by using terminal command. Because I planned to run that command right after (after 5 seconds delay) tasker trigger face scan action.
View 1 Replies
View Related
May 9, 2014
I want Terminal Emulator to run the following every time I boot up:
adb shell
su
cat /sys/devices/virtual/sensors/proximity_sensor/prox_cal
is it possible to create a file or app that automatically runs that?
View 2 Replies
View Related
Feb 13, 2012
I cannt install apk via android terminal emulator
i have tried
$cd /sdcard
$pm install apk.apk
but i always get this error message
[1] killed
View 9 Replies
View Related
Aug 7, 2013
Is it possible to create full phone backup on the phone itself using adb backup? I am using android terminal emulator on xperia s. I want to backup my phone in the internal memory using command line from the phone itself.
View 1 Replies
View Related
Apr 25, 2013
I tried to use terminal emulator to install recovery menu to put a new firmware, but when the phone rebooted (samsung galaxy s3 replica mtk6575) all that i have is a black screen and the Android System Recovery <3e>. Before that, I tried sp flash tool, but the download bar never start to fill.
View 3 Replies
View Related
Jul 26, 2013
I have a Nexus 4 which is bootloader unlocked and rooted. The USB port is partially faulty - it charges only at USB speed and is not detected as a device on my laptop. I've tried multiple cables, wall sockets and computers.
I do however have TWRP already installed.
Considering that fastboot from the PC is not an option (becase of the USB issue), can I run the fastboot commands inside the Terminal Command section of TWRP to flash a factory image of Android 4.3 ?
I'm asking because I've only seen guides to install recoveries, not ROMs via Terminal Command on phone.
View 1 Replies
View Related
Feb 16, 2013
Just got Samsung Galaxy S II and I'm trying to open a file in terminal emulator for android. The file is named 'setup.sh'. When I type 'sh setup.sh' in terminal, it writes back 'Can't open setup.sh' The file is saved on the phone. How to open it?
View 3 Replies
View Related
May 15, 2013
if there is an folder app or a way to get the cool folders from TSF SHell with their nice animation or feature to pull out the apps with a wipig gesture?
View 1 Replies
View Related
Sep 13, 2012
Some directory of the Wallpapers of TSF Shell?
I want set one as my lookscreen.
View 3 Replies
View Related
Jan 29, 2013
Is there any method to install a modding zip, like SystemUI mod, via adb shell instead of CWM?
View 3 Replies
View Related
Jul 20, 2012
i want to run su -c "chroot some/folder /some/script" from within a shellscript but it just does nothing for a moment and fails then. it works if i run it directly from the shell or if i am already root.
View 2 Replies
View Related
Jun 9, 2013
I am on twrp recovery version 2.1.3 and to upgrade to 2.5.0.0 I used the Google .im app but even after the message showing that recovery was flashed successfully, when I reboot into recovery I still see the 2.1.3 twrp only..So I tried flashing it with terminal emulator but it didn't work.This error shows up every time failed scanning partitions failed with error : - 1
I tried putting the .img file in the root folder as well but it didn't work..I tried naming the root of sd card as storage/emulated/legacy, storage/ emulated / 0, /sdcard, etc but it keeps on giving this error every single time!
View 1 Replies
View Related
Jul 24, 2012
I have Samsung Galaxy ACE which is rooted. Till y'day I was using CM9 Beta 8 ICS 4.0.4 and it was working well.
I installed CM10 JB for Galaxy Ace alpha1 from "hxxp://maclaw.pl/?page_id=180#comment-3642"
Now the problem is, JB doesn't have File Manager installed and I need to install TB to revert my backups.
Due to some unknown reason I am not able to access internet on my device either through GPRS or 3G connection.
I am desperately looking for a way to access my SDCARD wherein I have all my apk's which I can install however, without File Manager I am not sure how to install an apk.
I did some google search and came across topics about installing apk using Android SDK etc.. however I would not want to work on SDK as I feel its bit tedious job for me.
I also tried Android Injector however that didnt work even if I have enabled USB debugging Mode for adb + apps.
Now, I am hoping that, I can use the Terminal Emulator which is preinstalledo n my phone to install apk present on my sdcard.
However, I am not sure how to do that, what are the steps to install apk present on my sdcard from Terminal Emulator available on my phone.
Here are some of the screen captures [URL] ......
View 9 Replies
View Related
Mar 23, 2010
I know root is new for the eris but what do you guys perfer. The one cost 3.99 in the market and the other is free. Is there a difference?
View 2 Replies
View Related
Nov 8, 2012
The latest version of Google Now (2.1) doesn't like being flashed. If you flash it via CWM it seems to break voice search functionality, causing a force close.
Playing with the adb shell, I discovered that the pm install command works nicely:
Code:
pm install [APKNAME].apk
So, I thought this would be perfect to execute in a shell script via CWM/Edify.
So far I've tried all manner of commands. First I was trying the above command in a install.sh file, before I realised that "pm" wasn't present anywhere in /sbin/ (the header of my shell script is #!/sbin/sh").
So, I've tried this:
Code:
#!/sbin/sh
exec /system/bin/pm install data/media/install/Velvet.apk
Here is the update script:
Code:
ui_print("Mounting system...");
run_program("/sbin/busybox", "mount", "/system");
ui_print("Mounting data...");
run_program("/sbin/busybox", "mount", "/data");
[Code] .....
Which, copies the files correctly. This also isn't my first time running scripts in my installer, but this is the first time I've attempted this. To no avail. This same command works in the adb shell, though.
Also, is there another way of flashing that may work? I heard about putting the original file ("Velvet.apk") in /system/app and then putting the updated version in /data/appcom.google.andorid.googlequicksearch-1.apk but this doesn't work either.
Running the above script in Busybox installer's script running function also works perfectly. The only thing it won't do is install from CWM.
View 2 Replies
View Related