General :: Huawei 8600-1 / Can't Find Any Custom ROM

May 16, 2012

I bought T-Mobile Move Balance (also known as Huawei 8600-1) and in a day I found out that stock software is really lousy.I can't find any custom ROMs for it so my question is: Can i put any other custom ROM (made for some other device) when I root it?

General :: Huawei 8600-1 / can't find any custom ROM


General :: How To Find Custom ROM Of Huawei Y201 Pro

Feb 9, 2013

From where i can find the custom ROM of Huawei Y201 Pro

View 2 Replies View Related

General :: Huawei M835 V2.2 - How To Find And Delete Spam Link

Jul 21, 2013

How do I search for and delete a spam ad in my operating system?

It shows up in my browser as adtracking.king.com/modules/(more stuff I cannot remember)...

I've searched everywhere and had no luck.

My phone is a Huawei M835 running android 2.2 which is rooted.

I've tried root Explorer, but cannot find /modules section.

View 9 Replies View Related

General :: Custom ROM For Huawei Y210

May 12, 2013

If there are custom roms for the Huawei Ascend Y210?

View 1 Replies View Related

General :: Huawei Ascend G525 Custom Rom?

Mar 20, 2014

Is there any chance to flash a custom version of CWM recovery into this device? Obtain one custom version and how to flash it? My G525 is already bootloader unlocked and rooted.

View 1 Replies View Related

General :: Unable To Root / Install Custom ROM In Huawei U8510

Feb 24, 2013

The procedures mentioned to root or install CWM Recovery in Huawei x3 U8510 requires you to go to USB Debugging mode in Settings but my device does not have a working Stock ROM.

I am able to boot into the Stock Recovery mode (Volume + and power button) but unable to install CWM(tried several versions for U8510), SU, Custom ROM etc cuz it says signature verification failed even though I tried cmw zip files which were signed.

I tried going into download mode by pressing Volume - and power button that didn't work too. Even though the Huawei symbol came up I couldn't root the device using

P.S: I couldn't find any of the latest ROMs for this device too!

View 1 Replies View Related

General :: Pause On Booting Custom Rom Huawei U8850 Vision?

Oct 28, 2013

my huawei vision iv installed rom superjellybean 4.1 on my vision .. i got the tutorial from this thread : [URL].... i follow the instruction but when the first booting my handset going stuck on the booting animation i want to restore it to the stock rom that i already downloaded but my pc doesnt recognize my phone (i using SUT L3)

View 4 Replies View Related

General :: Huawei Phone Stuck On Load Screen After Trying To Flash Custom ROM

Jun 24, 2013

I tried to flash a custom rom on my huawei honor .. and after I loaded the bootloader.bin by terminal emulator.I restarted my phone and it is stuck on load screen and turn off after seconds. I can't go to recovery mod or anything .. all is what I can do is to go on the pink screen when I press volume up+volume down+ power button

View 6 Replies View Related

General :: Rooting / Custom ROMs For Huawei Ascend G600 (U8950-1)

Feb 27, 2013

Having obtained the bootloader unlock key from Huawei, how does one unlock and root the phone? Will one be able to backup the original firmware that comes bundled with the phone and restore it on a whim, if required? Are there any custom ROMs for this particular model?

View 9 Replies View Related

General :: Will Huawei Ascend 2 Roms Work On Huawei Sonic

Mar 27, 2012

will roms made for the huawei ascend 2, work on the huawei sonic, as the phones look identical, and the specs are pretty much the same?

View 1 Replies View Related

General :: Can't Find Any Sw Updates Or Custom ROM

Jul 27, 2013

i got a really old tablet but I can't find any sw updates or custom ROM for it.

View 1 Replies View Related

General :: Where To Find Different Custom Status Bars

Sep 11, 2012

Where can one find different custom status bars? I have seen a few that I like, one that has a curve it. I for the life of me cant find anywhere to download them, so I can add them to my theme.

View 2 Replies View Related

General :: Not Find Custom Recovery For Insignia Flex 8?

Dec 27, 2013

I've been looking all over the place but i can not find a custom recovery for my insignia flex 8. I have already rooted. Where i can find a custom recovery.

View 3 Replies View Related

Sprint HTC Hero :: Where Can I Find All Different Custom Rom?

Jun 7, 2010

Im still trying to get a good feel for what i am doing before i go and root my phone and flash a custom rom. my last real question is i see so many different custom roms people are using. where can i find all these to put on my phone. also i am on 2.1 do i have to use a 2.something custom rom or can i use any custom rom. im at about an 95% user ability as far as using my phone and computer. i have never hacked/ flashed/ altered anything like a phone or computer or video game system. i have always just used as is. i wanna try this becuase i have read i can go back and go stock on this if i cant do it or dont like the results.

View 12 Replies View Related

Motorola Droid X :: Can't Find Custom Wallpaper On SD Card / What To Do?

Aug 1, 2010

I have created some custom wallpaper and uploaded it to my SD card, but it is not showing up at all when I look for it in the Gallery application. I tried putting the wallpaper in my DCIM photos area, and I also created a Wallpaper folder and put them in there. Still can't get the images to show up at all. They are the correct size and are saved as jpeg files in Photoshop. What should I do?

View 2 Replies View Related

Android :: Find Other (checkbox)view In A Custom Listview

Nov 18, 2010

I am new so I may not explain the situation well. Please let me know if you need more info.

I am trying to implement a listview like this:

[textview][button][checkbox]
[textview][button][checkbox]
[textview][button][checkbox]
[textview][button][checkbox]

I want other checkbox unchecked automatically when I click one of them. So it is like a single choice. I write following codes which can implement multiple choice but when I try to switch it to single choice I got trouble.

in checkBoxOnClickListener I cannot find other (checkbox)view and toggle them. Any suggestion pals? Let me know if you think my express skills poor. code...

View 1 Replies View Related

Android :: Find View Returns Null For Custom Component In Layout

Nov 7, 2009

I have a res/layout/main.xml including these elements and others:

<some.package.MyCustomView android:id="@+id/foo" (some other params) />
<TextView android:id="@+id/boring" (some other params) />
In my Activity's onCreate, I do this:
setContentView(R.layout.main);
(TextView) boring = findViewById(R.id.boring);
// ...find other elements...
MyCustomView foo = (MyCustomView) findViewById(R.id.foo);
if (foo == null) { Log.d(TAG, "epic fail"); }

The other elements are found successfully, but foo comes back null. MyCustomView has a constructor MyCustomView(Context c, AttributeSet a) and a Log.d(...) at the end of that constructor appears successfully in logcat just before the "epic fail".
findViewById() returns null for custom component in layout XML, not for other components. Why is foo null?

View 2 Replies View Related

Motorola Droid X :: Trying To Do Custom Icons But Cannot Find The Folder "dcim?

Aug 24, 2010

I am trying to do the custom icons but i cannot find the folder "dcim". I downloaded Astro and when i click on the SDcard i only see (albums, download, logs, LOST.DIR, Playlist, tmp). not sure what to do.

View 4 Replies View Related

Android : Launch Browser Intent With Custom Class - Cannot Find Activity

Jul 25, 2010

I want to specifically run the default Android browser for a given URL. I'm using this code: I also tried adding <uses-library android:name="com.google.android.browser" /> to the manifest. Am I missing something here? PS: I'm not interested in using startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"))) as it will list all the choices for the browsing Intent.

View 3 Replies View Related

Motorola Droid :: Setup Custom File As Default Ringtone / Can't Find Song To Make Ringer

May 1, 2010

How can I set a custom file I downloaded as my default ringtone? I got it off babilo.com and I want to make it my default... But I cant seem to find the song anywhere on my phone to make it my ringer?

View 1 Replies View Related

General :: Huawei Honor ICS 4.0.3 - Cannot Set Any Ringtone

Dec 8, 2012

I have a problem with my phone. I cant set any ringtone to it. Whether its MP3, or from system ringtones, it always plays "its" own ringtone. I got phone only yesterday and upgraded it from 2.3 to 4.0 (official upgrade) Everything wen fine.

I dont know what do with it, i looked through apps, if something doesnt have to do with it, but i think not. Is there app that sets ringtones?

View 3 Replies View Related

General :: No UIM Card On Huawei C8650

Dec 23, 2011

I bought the phone Huawei C8650 from the USA, but it seems that it requires a UIM card instead of a SIM card. Is there a way of running the phone with a normal SIM card? I was thinking of installing a different Android version on it, because it is running android 2.3.3.

View 1 Replies View Related

General :: Overclocking Huawei 8120

Apr 4, 2012

I have huawei 8120 aka vodafone 845 on 2.3.7 slyking241 rom and overclocked to 768mhz from 600mhz and the 768mhz is the max on this rom and all others to this phone and im looking for a way to overclock the phone even higher for better performance.

U8120 using XDA

View 7 Replies View Related

General :: Huawei U8860 - How To Flash Zip ROM

Dec 26, 2011

how to flash rom.zip?

my method:

1.Go to recovery..

2.selected rom.zip

But not succeed

View 4 Replies View Related

General :: Rooting Huawei M660?

Nov 22, 2012

any info about rooting the Huawei Q M660. I've tried Doomlord, Superoneclick, Unlockroot, and z4root to no avail.

View 7 Replies View Related

General :: How To Root Huawei G525

Jul 16, 2013

Just got my G525, and i must say its really nice!

While i was browsing the default apps i noticed a Chinese SU app that couldn't understand.. so i deleted it and install Koush SU... but for my bad luck ( i guessed that if it already had a SU app that it would be rooted) sadly it isn't Root.

View 9 Replies View Related

General :: Rooting Huawei Prism II (4.1.1)?

Aug 19, 2013

I have been trying to root my Huawei Prism II with Android 4.1.1 for a while now, but whatever rooting program I use, it will keep getting stuck on Step #7. I also tried rooting the phone manually, but ran into a problem:

Code:
1|shell@android:/data/local/tmp $ ./psneuter
./psneuter

Failed to set prot mask (Inappropriate ioctl for device).For some reason my device will show up before I begin the process of rooting, seen below:

Code:
70723C61AA05device

But when I check to see if the device is still there while in shell@android, it won't show any devices.I am wondering if this has anything to do with not having the OEM driver for this phone? I've been looking all over the internet for the offical driver, but have not been able to find one for this device, so I have been using the one that was automatically installed by Windows 7 which is the Android Composite ADB Interface.

View 6 Replies View Related

General :: Huawei U9200 Cannot Get Into Recovery

Aug 22, 2013

I tried updating my U9200 from firmware B105 - B315 but it did not allow me to do so.I then followed olav's guide and flashed MIUI onto my device but i have no service now.Also, i cant get the device into recovery using the Volume UP & Volume Down and power button so try and install the huawei stock firmware again.

View 1 Replies View Related

General :: Root Huawei Premia 4G?

Apr 16, 2013

I got the new huawei phone from metropcs. it came out about a month ago and it is still fresh in the market. the phone is pretty badass... except for one problem. it's unrooted. Any way to root the huawei premia 4g,. the model number of the phone is the huawei-m931.

View 9 Replies View Related

General :: How To Root Huawei IDEOS X3

Jun 28, 2012

I need to root my Huawei IDEOS X3 (aka u8510) but all of the instructions I find refer to downloading some Windows app called 'automatic root enabler' however, I don't use Windows because I have better things to spend my money on!

this droid runs 2.3.3 (aka gingerbread) and how automatic root enabler works? I have adb, fastboot and a development environment but can't find the rooting process properly explained anywhere. double-click rooting is cheating anyway

I installed clockwork recovery in-place of the normal recovery image using fastboot so, i should be able to install update 'zip' files OK. i read there is a 'su.zip' which should install su for me but, I can't find a link that works to that anywhere either.

View 1 Replies View Related







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