Sir
I am able to install any distro with CLI successfully in my tablet (android.2.3.4) But when I issue any command (sudo apt-get update or sudo apt-get-installabiword etc.) through lx terminal or ssh terminal, the commands are not executed but returned with error 404 : file not found. Can anybody suggest solution overcome this difficulty ?
Related
I can get into console mode and mess about with some fedora commands but thats about it. Anyone feel free to take this further...
http://qole.org/files/fedora12-m5-v1a.img.ext2.lzma
Decompress with BitZipper and rename to fedora.img
http://www.mediafire.com/?9fw3vu463rs3vff fedboot
Place both files in sd card main directory and run in Terminal Emulator:
Code:
su
sh /sdcard/fedboot
After a few seconds [[email protected] root] should appear.
Code:
startx
is not a recognised command
Tried switching from Cli to GUI and changing runlevels using:
If you installed using a text login and wish to switch to a graphical login, follow this procedure.
If you are not already root, switch users to the root account:
su -
Provide the administrator password when prompted.
If you have not already done so, install the X Window System and a graphical desktop environment. For example, to install the GNOME desktop environment, use this command:
yum groupinstall "X Window System" "GNOME Desktop Environment"
To install the KDE desktop environment, use:
yum groupinstall "X Window System" KDE
To install the XFCE desktop environment, use:
yum groupinstall "X Window System" XFCE
This step may take some time as your Fedora system downloads and installs additional software. You may be asked to provide the installation media depending on your original installation source.
Run the following command to edit the /etc/inittab file:
vi /etc/inittab
Press the I key to enter insert mode.
Find the line that includes the text initdefault. Change the numeral 3 to 5.
Type :wq and press the Enter key to save the file and exit the vi text editor.
Reboot
Click to expand...
Click to collapse
But no luck after reboot.
Code:
su -c 'telinit 5'
Gives a communication refused message.
Hox do you make those versions? Where can I found a tutorial for learning how to make my versio of this (just for me).
Thanks
O.k. I've tried the Linux forums ad so now I thought I would try here. I'm trying to install the Android SDK in Linux Mint 11 but I don't have the 32-bit libraries installed. Does anyone know how to install these libraries and the SDK? After that I think I can handle it from there.
Any help would be greatly appreciated.
http://developer.android.com/sdk/installing.html
For your 32-bit libs, see the Troubleshooting section.
I think that linux Mint is a ubuntu derivative, so the info is on here:
http://developer.android.com/sdk/installing.html
http://source.android.com/source/initializing.html
Here's the summary for the command line freaks (assuming that linux mint also uses apt-get/ubuntu packages- I haven't had the pleasure of installing linux mint (yet) so I can't say fo' sho')
$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" (natty might work here too)
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk ia32-libs
download the linux sdk and untar - "tar xf android-sdk_...blah...blah...just hit tab for the command line completion....tgz"
Then cd into the android_sdk/tools folder and type "./android update sdk --no-ui"
then kick back and watch the magic happen. It will then download all the images files for every version of android from cupcake to the T2000. It might take a few hours, depending on your download speed.
Hello, I would like to share with you my little experience.
I had wrong python version for compiling android from source so I decided to reinstall it.
But I was such an idiot that I typed: sudo apt-get remove python
And it removed the part of my ubuntu, it was unuseable.
So here are my 3 golden advices:
1. Don't type that command: sudo apt-get remove python
2. If you want to update python just type sudo apt-get install python2.7 (v3 is not recommended for android compiling)
3. If you removed python but still you have access to terminal type those commands:
$ sudo apt-get install python
$ sudo apt-get install ubuntu-desktop
$ sudo reboot
Click to expand...
Click to collapse
It should restore your missing part of system (That's how I restored my Ubuntu 11.10) , you can loose some settings or small things but everything should be as before.
I tried the following command to install a package:
Code:
sudo apt-get install libgl1-mesa-glx:i386
Getting error. Any solution? Should I use
Code:
libglapi-mesa-lts-saucy:i386
instead? plz help. I'm on Ubuntu 14.04.2
hello. I am trying to flash a stock ROM on a Motorola phone. but I use Linux and I am having some trouble running the "Linux-fast boot" archive. I've already tried to make it executable with chmod "as in this post: https://forum.xda-developers.com/t/...linux-and-mac-os-x-and-how-to-use-it.2941888/ ". but still, I am having the same issue
[[email protected] platform-tools]$ ./linux-fastboot
bash: ./linux-fastboot: No such file or directory
Well, sometime after I discovered the solution. just install "lib32-libstdc++5" from the AUR or another place