HTC EVO 4G :: 1.47.651.1 / Toast's Root Method?

Jul 2, 2010

Anyone know if the latest update (1.47.651.1) is available to be applied to a toast's method rooted phone? i've seen some posts over at xda that refer to starting all over and bringing your device from stock to full root with the latest ota, but not sure if that's what i want (need) to do. the devs had the sd card fix update available as a stand alone update after being rooted. has the 1.47.651.1 become available to apply with my current status, or is the only way to implement it to start from scratch? anyone else in this situation?

HTC EVO 4G :: 1.47.651.1 / Toast's root method?


HTC EVO 4G :: Device Trying Toast's Root Method - Undo Damage

Sep 23, 2010

Here's what I've figured out. I tried doing Toast's root method for linux and the directions weren't idiot proof because I screwed them up. I've explained how far I've gotten in other threads. If that's relevant just ask and I'll explain exactly what I did.

Anyway my phone does the basics. It allows me to make phone calls, text, and look at the internet on the phone so this isn't an emergency but it I am worse off than I was before I tried to root because I can no longer use easytether.

I had no problem with easytether prior to the root attempt, and it still works when I hook it up with my wifes untampered evo. with my phone but with my wife's evo, I've never messed with that one, I have no trouble connecting with easy tether.

Some of the things I've noticed about the device since the attmept...
-I can't update to 2.2 via the OTA or any other method, my device says no updates are available.

-Simple root wasn't so simple, the phone never shut off and rebooted into boot screen like the red screen said it would in step 1.

How do I reset the device to the way it was the day it was purchased. I've got everything I need backed up. I'm ready to reset just tell me how.

View 9 Replies View Related

Android :: Method To Align Toast Message In App

Feb 19, 2010

Is there any method to align toast message in application.By default it always appears at the bottom of application.
i did it like this...
Toast.makeText(this, "hello !", Toast.LENGTH_LONG).show();

View 2 Replies View Related

Android :: Using Cancel Method From Toast In Main UI Thread

Nov 16, 2010

I want to cancel a Toast to show the next one. This is the description of the behavious I want, when I select one element in the menu i display a toast from the actuel menu element, but if i switch from one element to an other quickly i'm creating a list of Toast to display. So i need to cancel the previous one but i never succed. This is an extract of my code: public class MainActivity extends TabActivity

private Toast toast; private String toastMsg;
private void toast(){ if(toast!=null){ toast.cancel(); } toast = Toast.makeText(MainActivity.this, toastMsg,Toast.LENGTH_SHORT);
toast.show(); } }

View 2 Replies View Related

HTC EVO 4G :: Easiest Method (Fresh / Toast) To Get Rooted Wireless Tether?

Jun 14, 2010

I have been reading myself in circles & am a bit confused on which way to go. I am enjoying the Evo but I would like the wireless tether. I guess there are other rooted things in the future I could install but the big draw for me is replacing my wmwifirouter on my WM device on my Evo.

I just don't know what the downsides are for one over other other. I think that Fresh has tethering already built in but I don't know if there are issues with the SD card or other items. Or should I just get the stock ROM that is rooted over at XDA?

View 13 Replies View Related

HTC EVO 4G :: Doing Toast's Root? Put PC36IMG.zip File On Root Of Your Sdcard

Jun 11, 2010

Then I tried doing Toast's root and got confused at step 2 (the adb step).
Now, I know a LITTLE about what ADB is and that you basically only need it so you can use your computer to type/see things instead of doing it all on your phone.

(This is the thread that I'm using by the way: [TUTORIAL] How To Root The HTC EVO ~ Part-1 / - xda-developers)

1. So, so far, I downloaded SDK package, saw the "tools" folder and see the "adb" file. When I click on it, it pops up like a "command/cmd" screen and disappears. Is it supposed to happen like that? Or am I doing something wrong?

2. Also, in Toast's method, when he says to put the PC36IMG.zip file on the root of your sdcard. What does he mean by that? I'm sure it's something simple but I'd rather be sure how to "put it in the root of your sdcard". Just that mean just right in the front by all the folders?

3. Next thing the page says is: "adb push PC36IMG.zip /sdcard"
I don't know what he means by that. Am I supposed to do something here?
The steps follow this (until it's Rooted) I understand but not this.

4. Then after rooting there are some other steps he has in the original thread that say somethings about "adb shell, adb.. etc"

What do all those mean?

View 16 Replies View Related

Android :: Custom Toast - Service Class Does Not Inherit The > FindViewById() Method

May 19, 2010

The problem seems to be that the Service class does not inherit the > findViewById() method.

View 3 Replies View Related

Android :: Inside Service Class / Executing Method For Toast From Scheduled TimerTask

Apr 30, 2010

I am trying to execute a {public void} method in Service, from scheduled TimerTask which is periodically executing.This TimerTask periodically checks a condition. If it's true, it calls method via {className}.{methodName};However, as Java requires, the method needs to be {pubic static} method, if I want to use {className} with {.dot}.The problem is this method is for notification using Toast(Android pop-up notification) and Status Bar.But for this to work, the method must not have {static} modifier and resides in Service class.So, basically, I want background Service to evaluate condition from scheduled TimerTask, and execute a method in Service class.Can anyone help me what's the right way to use Service, invoking a method when certain condition is satisfied while looping evaluation?

View 1 Replies View Related

HTC EVO 4G :: Can Toast Root Now With The OTA?

Jun 9, 2010

so i was rooted with unrevoked but i unrooted because i want to flash a custom rom to my evo. however i have updated with the ota from sprint. has toast fixed his root so it can work on the latest sprint ota??
i tried to search but found nothing.

View 2 Replies View Related

HTC EVO 4G :: Unrevoked Vs Toast Root

Jun 4, 2010

To my knowledge, there are two different teams working on root for the EVO right? Should their methods accomplish the same thing? or is one rooting method better than the other? I guess I will wait until the unrEVOked team releases theirs...

View 4 Replies View Related

Android :: Toast Be Longer Than Toast.LENGTH_LONG?

Feb 8, 2010

When using setDuration for a Toast is it possible to set a custom length or at least something longer than Toast.LENGTH_LONG?

View 4 Replies View Related

HTC EVO 4G :: Htc Evo Root Method Is Right For Me?

Sep 6, 2010

I'm using an htc evo. I'm terribly confused by the 3 different root methods and what to do after wards. Are there more than 3 methods? I've seen toast, unprovoked, and simple. I'm running 2.1 since tethering to an ubuntu box is important to me and I'm afraid the update will interfere with it. Is there a breakdown somewhere of the different methods somewhere with a pro's and con's list of each?

View 23 Replies View Related

HTC EVO 4G :: Easiest Method To Root On My Evo?

Jul 8, 2010

I went to best buy to exchange my evo cause of some minor issues. It had the new ota update installed so I thought it was a pain in the butt to root it. So I got the new evo and I checked the software number and I have 1.32.651.6. Is it easier to update this phone to the new ota and use the simple root method over in xda or do it manually using the 1.32.651.6?

View 3 Replies View Related

HTC EVO 4G :: Switching Root From Unprovoked Method

Oct 10, 2010

I rooted using a video i found on you tube. the process involved using unprovoked and amon_ra, i downgraded to 2.1 and loaded a stock sense 2.2. However, as i was exploring and reading up on roms i saw that many people said that unprovoked was a bad way to go due to some problems. So now im scared to load any roms/themes. is there a way for me to switch my root from the unprovoked method to the other method?

View 5 Replies View Related

HTC EVO 4G :: Whats Best Method To Root In Your Opinion?

Nov 8, 2010

I have an out of the box Evo 2.2 already. Is Unprovoked the way to go?

View 8 Replies View Related

HTC EVO 4G :: Did Anyone Update With Unrevised Root Method?

Jun 28, 2010

I was rooted with unprovoked and have not experienced a single problem since the update. I clicked on unprovoked and then checked out the tether app. It starts up fine with no problems. Wasn't the update supposed to make unprovoked not work?

View 6 Replies View Related

HTC EVO 4G :: New Super Easy Root Method

Jun 20, 2010

The brilliant minds over at xda have cooked up this 3 step root method...all of the credit goes to them, I'm just posting it.
[Program] Simple Root .1 - 3 Click Root w/ nand unlock!! - xda-developers. Here is the link for the OTA root version
http://forum.xda-developers.com/showthread.php?t=720565

View 49 Replies View Related

Samsung Fascinate :: Any Root Method?

Nov 23, 2010

I know, there are lots who are against one click roots. that said, I'm not fully sure I know why, and before I use ANY root method- I must be the slowest person on earth, I have been thinking about and considering and backing off from rooting for what seems like ages- I want to know everything I can about it. so, does the program work for the fascinate? is there a good reason NOT to try it? also- how hard is it (with any root method) to take the phone back to stock? yes, I know there is info on how to do this- I am not looking for detailed instructions- more like, opinions. how easy is it, did someone get hung up on any particular part of these processes, etc. honestly, I have the root files on my computer already for normal root- but keep chickening out. on the one hand, I hate the thought of voiding warranty on purpose- on the other hand, in all the years I have had phones and computers and other electronics, I have only ONCE had to use warranty, and then they said it was void anyway because they did not believe that the problem was due to a manufacturing problem(which it was) and I STILL had to pay for the repair. that all said, I get closer each day to rooting but I continue researching the subject (including the after rooting what to do stuff)

View 7 Replies View Related

LG Ally :: Need 2 Click Root Method For Mac Users?

Aug 28, 2010

I need someone with an unrooted LG Ally to test my 2 Click Root scripts. This is for Mac users only. Please Direct Message me or message me on twitter @northmendo if you are interested in testing. If all goes well I will release to the public asap. Also it helps if you already have adb configured but I can help with that if you don't.

View 2 Replies View Related

HTC Incredible :: New Root Method / No More SD - Card Timing

Jul 14, 2010

Closed, starting a new thread for development. Doesnt work as it stands, check out the other thread for more info

View 49 Replies View Related

Motorola Droid :: Quickest / Easiest Root Method?

Sep 21, 2010

If this has been asked I cannot find it. What is the easiest, quickest method for root right now? There seems to be a new method being developed every week. I know there are basebands available to load that will help with the signal issues. Are there fixes with root that will resolve the audio issue with Pandora?

View 8 Replies View Related

HTC Incredible :: Is Unprovoked Team Still Working On 100% Root Method?

Jun 24, 2010

For the rest of us peasants who still can't get into that f*@#&$g shell?

View 23 Replies View Related

General :: Root LG Optimus Vu P895 Rooting Method?

Feb 7, 2013

I am using LG Optimus Vu P895 with V10c FW and its rootable with Root with Restore Bin4ry version 17 or 18, but now I got the phone upgraded to V10c over OTA (or KDZ file) and my phone is no more rootable by that method. I tried to run the tool as I did before but it ended very soon and the phone didn't restart as expected, maybe LG fixed the exploit to root this phone. How to root it after upgrading to V10c?

View 2 Replies View Related

Samsung EPIC 4G :: Galaxy S Root Method Now Works On US Versions?

Jul 13, 2010

Galaxy S Root Hack Will Work on US Carrier Versions | Android Phone Fans. I tell ya, maybe this is the "S (smart) Life". Now I don't have to worry about losing any data cause I used titanium to do my backup

View 1 Replies View Related

Samsung Fascinate :: New Universal One Click Simple Root Method

Oct 12, 2010

Touted as "for most Android devices" which may or my not work, it is *new*.
How To: Root Your Android Phone (SuperOneClick Method) | TheUnlockr
I'll be testing it later today and posting my findings.

View 10 Replies View Related

Sprint HTC Hero :: UPDATED - Root Phone SuperOneClick Method?

Oct 12, 2010

I haven't tried this, just passing it along. If/when you have experience with this root method, please post in this thread.

Current as of 10/12/2010
For all phones except:
Sprint EVO 4G (HTC Supersonic)
Droid Incredible (HTC Incredible)
HTC Desire GSM
HTC Desire CDMA (HTC BravoC)
HTC Aria
Droid Eris (HTC DesireC)
HTC Wildfire (HTC Buzz)

How To: Root Your Android Phone (SuperOneClick Method) | TheUnlockr UPDATED: Here is a video guide showing how to install custom ROMs after rooting your device. How To: Load a Custom ROM on Your Android Phone (After Any One Click Root Methods) | TheUnlockr

View 8 Replies View Related

Motorola Droid :: Root Method / ROM Make A Difference Interms Of Process?

Sep 16, 2010

I have a non-rooted Motorola Droid running 2.2 and I want to root to try out a ROM. I want to make sure I do this right. I don't want to lose any data (pictures, texts, etc) and I don't want to lose any apps. I've read a bunch of threads and it sounds like this is the general order I should proceed in:
1 - Backup data with MyBackupPro
2 - Root
3 - Backup apps with Titanium Backup
4 - Install ROM
Is this correct? Am I missing anything? Will the root method or ROM make a difference in terms of the process?

View 2 Replies View Related

HTC Droid Eris :: Change Boot Animation Easy Like One Click Root Method?

Sep 23, 2010

Is there a way to change the boot animation easy like the one click root method or a thread with easy detailed instructions if there is sorry i have not seen can u share the link .

View 3 Replies View Related

HTC EVO 4G :: Root Access - Unrevoked Method To Grant Superuser Access For Apps

Jun 23, 2010

I even tried flashing a custom rom (Fresh) on the last attempt and it just seems like it is giving me the Sprint stock Rom. Shouldn't the custom Rom look different? Once rooted do I still need to use Unrevoked method to grant superuser access for Apps?

View 9 Replies View Related

Android :: Method OnBackPressed() Of Type FirstGroup Must Override Superclass Method

Sep 7, 2010

I'm trying to override the onBackPressed() method of the ActivityGroup class:

public class MyClass extends ActivityGroup {

@Override
public void onBackPressed() {
// do something
return;
}

but I'm getting the error The method onBackPressed() of type MyClass must override a superclass method. I'm relatively new to Java, I've seen here that people do it and it works for them Why I'm getting this error? I'm writing an app for android 1.5, could the problem be here?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved