• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Merit] [ROOT] ZTE z990g Merit (An avail variant?)

****New developement****
the merit and avail are so alike hardware wise that we were able to flash an avail firmware to the second hence converting it to a full avail from the base firmware up, in the process of flashing we had an unexpected outcome, to our surprise the merit was unlocked to use in another carrier, don't know how that happened but it did
 
can someone please help. I have no idea what i'm doing. All I know is I have a bunch of programs on my phone that I will never use and that take up way too much space.
It says to get a shell with adb"
What is a shell and where do I get one with adb?
I am a complete idiot when it comes to these things.
Please help
 
Mods: If a more appropriate forum exists please move this, but the Merit (z990g) is most like the Avail (z990?)

Root for ZTE z990g aka ZTE Merit
by jcase - jcase@cunninglogic.com - Justin Case (@TeamAndIRC) on Twitter
June 16 2012 - Copyright 2012 CunningLogic
Do Not Distribute or republish without permission. (Sad that this is needed, but people/blogs like to profit off the work of others without credit)

Want to support my work? Donations are always appreciated, but never required:

Paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LZ62YFU3XCEK8
Amazon Giftcards: jcase@cunninglogic.com

Required files:
http://dl.dropbox.com/u/8699733/chainsdd-su.zip

Unzip chaindsdd-su.zip and then get a shell with adb

Code:
adb shell
Set up the dirs, so shell owns them prior to logging. If shell does not own them then we can not control them. If the logs dir already exists, you may have to do a factory reset to remove them. They should not exist unless someone attempted this previously.

Code:
mkdir /data/local/logs
mkdir /data/local/logs/kernel
Open emode's logset activity. First button should be for enabling log set, enable it. Do not exit the activity, but if you do just repeat the below command.

Code:
am start -a android.intent.action.MAIN -n com.zte.emode/.logset
Confirm the log_kernel.txt file exists, if it does not wait a minute and check again.

Code:
ls -l /data/local/logs/kernel/log_kernel.txt
If it exists, delete it and immediately symlink it to /data/local.prop, logset may recreate it, if it does delete and try symlinking again.

Code:
rm /data/local/logs/kernel/log_kernel.txt
ln -s /data/local.prop /data/local/logs/kernel/log_kernel.txt
Now we want to wait for /data/local.prop to be created, it may take a minute or two. Keep checking until it exists.

Code:
ls -l /data/local.prop
Now once /data/local.prop exists, go back to the logset activity and disable logset. If you don't disable it, it will slowly eat away at all the disk space, and possibly overwrite the local.prop before you get root. Now lets set qemu=1 then reboot.

Code:
echo 'ro.kernel.qemu=1' > /data/local.prop
exit
adb reboot
Once you have rebooted, remount, install su.

Code:
adb remount
adb push su /system/xbin/su
adb shell chown 0.0 /system/xbin/su
adb shell chmod 06755 /system/xbin/su
Clean up your mess!

Code:
adb shell rm /data/local.prop
adb shell rm -r /data/local/logs
Reboot, install the Superuser app from the market and enjoy

Code:
adb reboot


I was wondering if somebody could help me with this problem.
I have a ZTE Avail 2 from ATT.
I could "see" the phone through abd devices....but when I try to create the new directories I get a message saying "permission denied".
So I
 
Hello again it has been a while since I have been on here and I am sorry for that
but i am back now and yes with another question that I am sure i asked before but I am going to ask it again cause I cannot remember what I did to correct this issue
I crashed my original zte z990 and now I have a new one and want to root it
The question is I can get so far on the process and then something goes wrong and I cant seem to get any further.
the step I am stuck at is right after exit and adb reboot.
every time I move to the next step instead of getting a $ I am getting # and it says adb not recognized command or something to that effect can someone help me please
 
I've been trying to download that file (update.zip) for an hour now to no success. Is there a mirror site available or does that link not exist anymore. Trying to root a ZTE MERIT z990g
 
Does any one know how to put this phone in Download mode? or DFU mode? not the one you select "only Diag" Not sure, trying both volume keys pressed and power on but does not succeed.
 
I have the straighttalk zte merit z990g rooted with the avail root rom, so not sure if this will work for unrooted avail/z990g phone or even an z990g that is rooted any other way or unrooted using original stock.

Turn off your phone, take out your sim and sdcard, power up, open dialer and dial *983*87274#
 
is there another file for stable roms the filles to be downloaded here are pulling a 509 error page up
I am looking for a bare bones roms with out the bundles of apps that cant be removed from phone
 
Back
Top Bottom