HTC EVO 4G :: Rooting / Complications Using Linux?
Jun 27, 2010
Rooted my Evo4g. Using toasts full method(both parts). still using the sprint rooted rom. Have a question though. Used Windows7 64bit to root my phone, but I am thinking about going to Linux Mint instead of Win7. Will there be any complications doing this? Can I still just transfer the zip files to the phone to flash roms to it and use ADB still if needed? Same with the Sprint RUU if i want to go back to stock?
View 2 Replies
Jun 19, 2010
i successfully got into adb in recovery mode fairly easily on my ubuntu 10.4 laptop using the following method- this should also work for a linux live boot from a usb flash drive
in one terminal tail and follow log messages
~$ tail -f /var/log/messages
In another terminal run the loop
Then
1. plugin usb and keep it plugged in
2. remove battery, eject sd card.
3. put battery in
4. press vol- and power
5. after around 6 seconds, your terminal with the log will show something like "new high speed USB..."
6. press vol- to select recovery
7. press the power button
8. IMPORTANT- as soon as you see a new log entry (something like "USB disconnect"), pop in the sd card
check your loop terminal for adb. if it doesn't work, repeat at step 2
View 2 Replies
View Related
May 7, 2010
Wahoo first post! I've had an account for a while but have been lurking and soaking up information. I'm going to root my phone (hopefully today) but I am running Linux on all my PCs, and do not actually have a windows install. I wanted to ask if anyone knew if the ADB commands can just be run straight from a terminal window from my Linux box, since it seems ADB is just a terminal emulator on windows to be able to talk to the phone. It seems like I'm missing something though, I would think ADB would do more than that but let me know if I'm in the wrong. I'd like to root my phone from my Linux box but if i need to find a windows machine I could probably do it from work. I was trying to find some sort of tutorial for ADB on Linux but could not find anything, even installed the SDK for Linux and have access to ADB but am not sure how to get ADB to see my phone after going through the tutorials. I would not be surprised if I missed something as I can be a little dense at times.
View 9 Replies
View Related
Feb 22, 2010
I'm a Linux user, so the idea of rooting the phone is one of the many reasons I picked up this phone. However, I've been reading the forums and searching around, and have yet to find anything about rooting *from* Linux. Ubuntu and Fedora find the Hero beautifully; I've had better response mounting this than some portable hds I own. But has anyone successfully tried rooting any Android phone from a Linux OS? I'd really rather not install Windows just to do this. I imagine Wine might help, but there's got to be a better way to access Linux-to-Linux than using Windows.
View 2 Replies
View Related
May 7, 2014
I have Lenovo s650 which I want to root. I did some research and found some different ways of doing this. However, since I'm on Ubuntu I wasn't able to apply any of them. Is there a way to root my phone from Linux, not from Windows?
View 4 Replies
View Related
Apr 16, 2009
I know android is based on linux, does this mean it can run any and all linux applications? If so has anyone tried to run anything like wine? I also noticed that by default you cant run apps directly from sd card, but i saw a modification on a site that lets you change it so you can, so technically speaking is there any limit on the size of sd the G1 can handle?
View 1 Replies
View Related
Aug 27, 2010
I used the the Lagfix app to "root" my captivate. so i'm wondering what's the difference between doing it this way vs. doing it through a computer or some other way? Also, how can install non-market apps now? Well I know how, but what's the easiest way to do it? is the an app market I can get?
View 4 Replies
View Related
Jul 29, 2010
I rooted me Droid X. I want to know if I can move the files:
busybox
su
Superuser.apk
To somewhere else other then at /sdcard? If so, where can I put them so everything till works?
View 1 Replies
View Related
Jun 15, 2010
Well search resulted in similar questions, but I cant find any answers. I have PdaNet and tether working on my Evo with my Win7 box, but would like to expand to my XP tablet and my Linux laptop. Has anyone been able to tether to other than Win7?
View 10 Replies
View Related
Nov 3, 2010
Has anyone rooted their EVO using unprovoked for Linux? I'm attempting to do so, but it's not quite working. I downloaded unprovoked 3 for Linux and it started up fine. I put my Evo in debug mode and started the unprovoked process. The process seemed to start okay, and I ended up in the hboot screen. However, when I scroll down to the hboot usb option it seemed to be looking for pcdiag.xx (goes by too quickly). After a few seconds it just came back to the default hboot screen. I also got the following in my Linux terminal: unrEVOked recovery reflash tool git version: 4f78f67, ERROR: n = -1, errno = 19 (No such device), What am I missing? Everything I read indicates that all I need to do is run the unprovoked program. Is there something else I need to have?
View 5 Replies
View Related
Jun 4, 2010
Has anyone tried tethering via USB in Linux? When I plug my phone in and choose internet sharing and select done the 3G connection immediately disappears and it tells me my sprint PCS vision user name/password is not correct even though 3G works fine on my phone. I'm given to understand it should just immediately connect without any configuration in Ubuntu 10.04. Anyone else have any input?
View 1 Replies
View Related
Jan 10, 2012
I want to write a gui-less program that will tether from my Android phone HTC Evo G4 to my Linux (Ubuntu) computer.I have several languages behind my belt and a few platforms, but I'm brand new to Android. I want to get started as quick as possible on this project.
View 2 Replies
View Related
Jan 28, 2010
Is it possible to run apk application on Linux without using android emulator? if yes, How ?
View 2 Replies
View Related
Jul 15, 2010
I'm looking for a few answers on how to do the painless root on Ubuntu
1. Download unrEVOked3 for Linux (check)
2. What now? (be descriptive)
Do I literally just connect the phone and double-click the file in the tar.gz?
View 15 Replies
View Related
Mar 25, 2010
Since Android is built on Linux Kernel.Are there any functionality of Linux which we can use in our application?
View 2 Replies
View Related
May 29, 2014
how do I create an app to run commands on Linux?e.g.: a button named shutdown when pressed, shuts down a selected server.I was told to create an API but not sure how to go about it.
View 1 Replies
View Related
Oct 16, 2013
do you use rockchip based Android device with linux?
I've just bought Rockchip rk3066 based AllFine Fine10 tablet, and have trouble setting it up to work with adb on my Linux installation.
I presume problem is with udev rules, I use some giant package of udev rules but it does not contain rule for my tablet.
I have tried to manually define udev rule by inputing device ID listed by lsusb utility.
Quote:
lsub: Bus 002 Device 004: ID 2207:0010
Thus creating:
Quote:
# AllFine
ATTR{idVendor}=="2207", ATTR{idProduct}=="0010", SYMLINK+="android_adb"
But still device is not recognized by adb.
View 1 Replies
View Related
Jan 20, 2014
is there any way to use the gps device from within a chrooted linux?
View 1 Replies
View Related
Oct 12, 2010
Is the Droid 2 Linux based? Everyone keeps trying to tell me its windows based.
View 10 Replies
View Related
Jul 2, 2010
I'm new to android, and not so new to Linux. I came here from windows about 2 years ago and now I'm using the latest version of Ubuntu. I'd still consider myself a Linux newb but it is now the only OS I use. I understand that Linux has a tiny market share and all but why isn't this phone more Linux friendly? Why can't I sync my contacts and calendar with any Linux software? I have a gmail account but do I really want to rely on the internet for everything, Finally can any fellow Linux users recommend anything that will make this phone more useful to me, or direct me to threads that will? I'd appreciate any Linux specific tips. apps, or anything on either side of the USB cable.
View 3 Replies
View Related
Dec 21, 2009
I wonder if someday the SDK will run fine on Linux 64 bits. I understand it's not a priority for Google team, but 64bits desktop OS are becoming common. My case : Mandriva 2010 64 bits, Eclipse 64 bits, SDK 1.6 : OK to create code & launch emulator. But : - adb never find my phone linked to USB cable (it was OK before on Mandriva 32 bits) - TTS also doesn't work well on the emulator (it was OK in Mandriva 32 bits). Do you think the problem is with Mandriva ? or in Android SDK ?
View 9 Replies
View Related
Mar 1, 2010
Since it is a Linux running there i wanted to ask if it is possible to install programs like "apt-get", "man" and such things.I've already asked google, but it looks like everyone tells me to install apt-get via the packet manager from the distribution... and well i haven't seen apt-get in the market.Also is there a website which shows me some programs after rooting from which i can benifit with its use?
View 2 Replies
View Related
Jun 5, 2009
I've been trying to set up torrent fu on my computer for the past 2 hours. I have everything downloaded, things just wont connect, can anyone help me who has done this before, I have a Linuxes router which I've read might be a problem?
View 26 Replies
View Related
Nov 21, 2010
I'm having no luck getting the file from unrevoked.com.
View 5 Replies
View Related
Feb 20, 2009
I've got a problem! I don`t know how to sign an application on Linux. Can you please help me?
View 9 Replies
View Related
Jan 28, 2010
Has anybody succeeded in updating/installing Android SDK platforms on a headless Linux server? All I got is the following error:
It seems like the action "update sdk" is actually not supported? I searched around but couldn't find anything yet..
CODE:.................
View 3 Replies
View Related
Mar 1, 2010
Are there applications like HTC Sync for Linux ?
View 8 Replies
View Related
Nov 17, 2010
I am having a serious problem. What i have in my hand : Linux Kernel 2.6.29 with Android Eclair patches and some board specific patches(as .patch files). Linux Kernel 2.6.32 with Android Froyo patches.
View 1 Replies
View Related
Sep 9, 2010
My desire is running the latest stock 2.2. 99% of the time I use an Ubuntu (linux) Laptop.Is there any way I can take screenshots, without rooting the phone.
View 2 Replies
View Related
Sep 14, 2009
Does anyone know if there is a way to use PC studio or equivalent program if you're on linux? If not, is there another way to update the phone with new firmware?
View 9 Replies
View Related