I found a file on the LG Open Source Website the other day. Just enter LS840 for the model number.
This is the file I found:
LS840(Viper)_Android_ICS_4.0.4_r1_US_Sprint_Openso urce_LS840ZVG.zip
In the .zip are 2 files.
How can we extract specific files from a large tar.gz file?
Hey,
After a lot searching i have extract my .kdz file to 2 different files. a .dll and a .dz file. I am searching how can i get those files working in the Smartflashtool.
I'm somewhat new to Android operating systems. I had a iphone for years, knew how to jailbreak and such for it. Android is a little trickier I feel.
I was following Team Epic's thread to root my galaxy. I get to the point where I have to download CWM recovery file. I download the file, but it won't let me extract it because its a md5 file.
Not sure why none of you thought of this before.....
The LG Viper and LG Connect are more similar than the Connect and Lucid.
I have an XML file, the file is made up of one line.
What I am trying to do is extract the "finalNumber" attribute value from the file via Putty. Rather than having to download a copy and search using notepad++.
I've built up a regular expression that I've tested on an On-line Tool, and tried using it within a sed command to duplicate grep functionality.
Hello,
I have a huge text file generated from our system and i need a script that asks the user to specify which file to open, Once the file is open, the script should extract ALL of the XML in that file ONLY and then write it to another file.
The XML needs to be extracted in to the new file, currently it is not arranged very well, so will need some line breaks once i have completed the latte
I installed CentOS 6.3 Minimal on VMWare Player, and I realized how 'minimal' the setup is...
Don't have network connectivity. From what I searched on google, I need to edit the file
/etc/sysconfig/network-scripts/ifcfg-eth0
but since I don't have any editor installed (as far as I know), I don't know how to edit the file.
How do I edit the file????
Hi!
i want to extract from /etc/passwd file,the user and user info fileds, to a another file.I've tried this:
Code:
cut -d ':' -f1 ':' -f6 < file
but cut can be used to extract olny one field and not two.
maybe with awk is this possible?