help with sdk commands - Hero CDMA Q&A, Help & Troubleshooting

ok this is where i am i unzipped android sdk6 on my c drive.. i put the asroot(unzipped) and the i.5 recovery image in the tools folder of the sdk.. i go to the windows prompt and type "cmd" (no quotes) screen comes up i type cd C\android-sdk-windows\tools.. press enter.. then i get "this system cannot find the path specicied" help.....

Run the setup dcs in the Android ask folder and make sure you do it as admin in Vista and 7. You'll probably have to force http in options, most people do.
-------------------------------------
Sent via the XDA Tapatalk App

darrick913 said:
ok this is where i am i unzipped android sdk6 on my c drive.. i put the asroot(unzipped) and the i.5 recovery image in the tools folder of the sdk.. i go to the windows prompt and type "cmd" (no quotes) screen comes up i type cd C\android-sdk-windows\tools.. press enter.. then i get "this system cannot find the path specicied" help.....
Click to expand...
Click to collapse
are you typing what you put above or cd c:\android-sdk-windows\tools ?
don't see the colon in there.
are you sure you installed it like Kcarp. says?

yeah i put colon still the same

ill try it again

u have a link foe kcarp.. i was doing it like fliptz says...

thanks for all your help...

i forced options but then what ther are nothing but update choices...

ok i got the problem solved it was file name... now i get down to the part where you install the 1.5 flash to the sd card and it cant find it.. yes i did remame it per the little glitch that fliptz said

darrick913 said:
ok i got the problem solved it was file name... now i get down to the part where you install the 1.5 flash to the sd card and it cant find it.. yes i did remame it per the little glitch that fliptz said
Click to expand...
Click to collapse
ok, can you provide a link of what tutorial you are following, and let us know what step # you are stuck on.
THis will make us helping you a lot easier.

i was following the thread of how to root 2.1.. i get down to the part where super user is installed on phone.. the su is there but when i open it its a blank program sheet and the cmd prompt says permission denied . what can i do? and thanks for your help..

--------------------------------------------------------------------------------
i followed the steps for rooting the 2.1 in thread.. i get down to the part where the super user is on phone i open it and the command propmt says permission denied.. and thanks for all your help....

darrick913 said:
--------------------------------------------------------------------------------
i followed the steps for rooting the 2.1 in thread.. i get down to the part where the super user is on phone i open it and the command propmt says permission denied.. and thanks for all your help....
Click to expand...
Click to collapse
is USB debugging enabled in Menu->Settings->Applications->Development

I have it.thanks.we are back.yes!
-------------------------------------
Sent via the XDA Tapatalk App

darrick913 said:
I have it.thanks.we are back.yes!
-------------------------------------
Sent via the XDA Tapatalk App
Click to expand...
Click to collapse
what fixed it?

Related

how to flash recovery?

im trying to flash godspeed recovery but im a newb so of course i dont know how. it says to flash from recovery and type whatever but it doesnt do anything. someone suggested using rom manager to flash it but that didnt work. how can i flash a new recovery? i have asked twice in the godspeed recovery thread but noone answered so i figured i'd try here. any help would be greatly appreciated. thanks!
Someone help, ima newb!!! Lol
Sent from my HERO200 using XDA App
Have you read through Darch's post on how to flash this recovery? Just click on the link in my sig for this particular thread. This is not directly flashable from the sd card. You need to flash it via adb
edit* You have read the thread, do you know how to flash via adb?
Based on your signature, I'm going to assume you are already rooted.
My first question is do you have the Android SDK installed on your computer? My Next question is have you already placed the recovery image on your SD Card (if you are using apps2sd you will want to place it on the FAT partition, but do not place it in any folders)
If you can answer yes two both question above, then go ahead conncect your phone to your computer with the cable and run the sdk in a command window or terminal window (depends on if you are using Windows or Linux) and type the following:
adb shell
flash_image recovery /sdcard/nameofrecovery.img (changing the "nameofrecovery.img" to the name of the image file on your sdcard)
If you run into any problems or if you don't know how to install the sdk post back and I will give you an alternative method to try.
Yes to everything. I tried typing that from recovery and while in the phone with usb debugging on and charge only. It just kept giving me errors.
Sent from my HERO200 using XDA App
cp0020 said:
Yes to everything. I tried typing that from recovery and while in the phone with usb debugging on and charge only. It just kept giving me errors.
Sent from my HERO200 using XDA App
Click to expand...
Click to collapse
Change from charge only to sync and it should work. Make sure ur in the sdk/tools folder and type adb remount before u type in the adb shell command
If you are still having trouble, you may want to just grab from the market a neat little program called Gscript (paid version) or Gscript Lite (adware) and create a script to flash the recovery image.
Once you install it on your phone the steps are:
Start GScript
Click on the phone's Menu Key and select Add Script
Give your script an easily identifiable name
Make sure there is a check mark in the Needs SU? box
then you can type in the command to flash recovery which would be:
flash_image recovery /sdcard/"nameofimagefile" (changing the name to whatever the name of the recovery image you stored on you sd card is)
then click on save.
The script should now appear in the list of availble scripts - just click it to run it. If SuperUser Permissions pops up requesting permission click on allow and you should see message at the bottom that the window will close in 19 seconds.
To verify if this worked for you go ahead and manually reboot into recovery mode - Power off the phone, then press and hold the home key while pressing and releasing the power button.
Let me know how you make out with this.

[MOD/GUIDE]This is HOW TO Remove HTC Lockscreen and Get Default Android one.

Hello Everyone,
This is Just a small and easy mod/guide for all those who want Default Android Lockscreen and like me hate the HTC slide down Lockscreen:
Usual Warning : I am not responsible if by doing the steps below ::
You brick your phone (Highly unlikely if you follow only given steps).
Your GF starts loving your phone and wants it.
Your GF gets pregnant. Its you who did it .. well hopefully
Let's not delete your lockscreen just keep it in case you want it back. yeah yeah i am all for safety just like my rom.
(Always be safe)
STEP BY STEP GUIDE​
Connect your phone and use ROM manager to reboot into recovery alternatively you can disconnect your phone reboot into recovery (vol down+power) and then connect your cable when you can see the green text.
Select partition menu or mount ** (dont remember the option its mount something something) depending on your recovery version and Mount system
Now i hope you know how to use adb. (Download and install android sdk)
Open command prompt (cd "path to android-sdk-windows/tools" without quotes) on my pc for example it is
Code:
cd C:\android-sdk-windows\tools
If you're on LINUX i am sure you know what to do.next all instructions are same:for Windows and Linux
Run following commands
Code:
adb remount
adb shell
cd /system/app
mv HtcLockScreen.apk HtcLockScreen.bak
exit
Now you will get a nice transparent default android lockscreen.
In case you want your stock HTC lockscreen back do this
Code:
adb remount
adb shell
cd /system/app
mv HtcLockScreen.bak HtcLockScreen.apk
exit
I have tried this with SUnAaBh ROM and it works flawlessly and ideally should work with every ROM including those not meant for HTC Wildfire.
The suggestion in the next post i.e post No.2 will cause your framework to change i.e your Theme and look of icons on notification bar, dropdown bar, battery icon etc SO to Preserve your framework just INSTALL THIS FILE..its same from attachment.
Hit Thanks if it helped.
This doesnt fix the Alarm clock bug that appears when removing the HTC lockscreen.
This does:
http://forum.xda-developers.com/showpost.php?p=10192875&postcount=2
Using it on Wildpuzzle 0.1 with no problems.
Will using this work:
- If you set a alarm ( for waking up or something ), does it work then?
- If you start Angry Birds, to make it working I must power off my screen, go to lockscreen and unlock it. And then I could play. Does this work too with this lockscreen?
Thanks in advance!
Marc. said:
- If you start Angry Birds, to make it working I must power off my screen, go to lockscreen and unlock it. And then I could play. Does this work too with this lockscreen?
Click to expand...
Click to collapse
I am using CM7 which uses the default Android Lockscreen, and, the Lock Unlock Procedure works for Angry Birds.
Alex_GP said:
This doesnt fix the Alarm clock bug that appears when removing the HTC lockscreen.
This does:
http://forum.xda-developers.com/showpost.php?p=10192875&postcount=2
Using it on Wildpuzzle 0.1 with no problems.
Click to expand...
Click to collapse
Oops did not know of the fix.. i was working on my own thanks a lot..u saved me some work..people can use this only..i hope HewGballs wont mind..
A great post - for those that need it and much better then using ADP app etc.
warriorvibhu said:
Oops did not know of the fix.. i was working on my own thanks a lot..u saved me some work..people can use this only..i hope HewGballs wont mind..
Click to expand...
Click to collapse
No problem.
adb wont start!! help pls.. it opens just for a split second with some texts flashing then gone!!
wildfire.daniel said:
adb wont start!! help pls.. it opens just for a split second with some texts flashing then gone!!
Click to expand...
Click to collapse
Please give some details..did you double click ADB.. you should not do that::
Give some details ::
YOUR OS ?
what exactly you did.. ?
Screenshot would be nice!
Too few posts inlcude a screenshot of what they're talking about!
I have an HTC, so have no idea what the "Default One" looks like!?
Is it possible to start making these threads a "little" more user friendly?
flipmode_11 said:
Screenshot would be nice!
Too few posts inlcude a screenshot of what they're talking about!
I have an HTC, so have no idea what the "Default One" looks like!?
Is it possible to start making these threads a "little" more user friendly?
Click to expand...
Click to collapse
Can you please be a very little more tech savvy i google and found this image in less than 5 seconds.. Start using google...please
http://t3.gstatic.com/images?q=tbn:ANd9GcTupH281Sv4BurvML-kupZWBHeG014DvtPTX-edhaGLIa_PEvciJg&t=1
The background is transparent.. it will show ur wallpaper as background..Which is black here.. ::
in cmd, i typed c:/path to sdk/tools and a folder showed up.. i double clicked adb.exe and it ran for a split second then gone... my os is windows xp sp2.. so i should not double click.. what should i do??
Sent from my HTC Wildfire using XDA App
and the "cd" before the c:/blabla/blabla does not work..
Sent from my HTC Wildfire using XDA App
I've tried this a minute ago! And it's really simple.
1. Download the android-sdk-windows folder and place it anywhere
2. start cmd.exe ( open it via start > cmd.exe )
2. Enter: cd: C:\whatever\whatever\android-sdk-windows\platform-tools
3. enter: adb.exe
4. then enter the things from the first page ( the adb commands )
5. unmount system ( ! ) on phone
6. reboot phone.
And you got it! I really don't ever used adb! So it's really simple with instructions. Maybe you could include my instructions?
can somebody show screenshot with default screen lock and htc? because i dont understand know about what are you talking. I had one screen lock since i bought mob with 2.1 android and know i have other one with 2.2. / 2.3 android. I nothing changed, nothing deleted and i like it.
wildfire.daniel said:
in cmd, i typed c:/path to sdk/tools and a folder showed up.. i double clicked adb.exe and it ran for a split second then gone... my os is windows xp sp2.. so i should not double click.. what should i do??
Sent from my HTC Wildfire using XDA App
Click to expand...
Click to collapse
Did i ask you to double click adb?
please follow instructions..if u are not sure..
IN CMD u must type following in the code box..
Start cmd
Code:
cd c:/path to sdk/tools
adb remount
adb shell
Rest all follow as in first post..
vilks said:
can somebody show screenshot with default screen lock and htc? because i dont understand know about what are you talking. I had one screen lock since i bought mob with 2.1 android and know i have other one with 2.2. / 2.3 android. I nothing changed, nothing deleted and i like it.
Click to expand...
Click to collapse
read post 11
warriorvibhu said:
Did i ask you to double click adb?
please follow instructions..if u are not sure..
IN CMD u must type following in the code box..
Start cmd
Code:
cd c:/path to sdk/tools
adb remount
adb shell
Rest all follow as in first post..
read post 11
Click to expand...
Click to collapse
http://t3.gstatic.com/images?q=tbn:ANd9GcTupH281Sv4BurvML-kupZWBHeG014DvtPTX-edhaGLIa_PEvciJg&t=1
ok. so u hate this screen lock or like? because i have the same and i like very much. i also added to screen lock two buttons: sms and phone. thats faster to to write sms or call.
You can also type in adb Shell umount /system to unmount from command line
warriorvibhu said:
Did i ask you to double click adb?
please follow instructions..if u are not sure..
IN CMD u must type following in the code box..
Start cmd
Code:
cd c:/path to sdk/tools
adb remount
adb shell
Rest all follow as in first post..
read post 11
Click to expand...
Click to collapse
Sent from my HTC Wildfire using XDA App
vilks said:
http://t3.gstatic.com/images?q=tbn:ANd9GcTupH281Sv4BurvML-kupZWBHeG014DvtPTX-edhaGLIa_PEvciJg&t=1
ok. so u hate this screen lock or like? because i have the same and i like very much. i also added to screen lock two buttons: sms and phone. thats faster to to write sms or call.
Click to expand...
Click to collapse
you are talking about widget locker this is no external app its just stock AOSP android lock screen..
warriorvibhu said:
Oops did not know of the fix.. i was working on my own thanks a lot..u saved me some work..people can use this only..i hope HewGballs wont mind..
Click to expand...
Click to collapse
How to apply these HewGballpatches ... ?? by flashing them right ?? i am using wildpuzzle v8 .... shd work 4 it ryt ...

[Q] Help! LG PHOENIX....phone only goes into CWR

I recently purchased an LG Phoenix by At&t, the problem I have is that I cannot leave ClockworkMod Recovery v5.0.2.0
I rooted it, restarted in recovery. and everything worked fine. I then upgraded my firmware, not sure what version though.. I backed up my phone before I upgraded into the new firmware. I then backedup my phone because it rebooted into recovery. Now everytime it boots it goes straight to Clockwork and I cant get out of it. I restored to my previous restore and it still doesn't work. What could I do? Should I install cwr 3? I read that cwr 5 has bugs and is known to brick phones..
Edit: Also the phone without the sd card still boots into clockworkmod menu
I have a ROM(Phoenix ULTIMATE) I'd like to flash but I'm not sure if I should right now considering I'm stuck at this menu.
Info- in my restores It says;
2011-10-04.21.37.48/
2011-10-04.21.56.13/
I'v tried both.
Another edit with potentially important info getting an error stating;
E: bad boot message "recovery"
Sorry If this is a n00b post.. I'm in sort of a rush because I'm moving in a few hours!
Edit; tried flashing the phoenix, didnt work.
installation was aborted
said i needed to switch to Edify scripting, and amend scripting is no longer supported.
What could I flash too to fix this, please help. I don't care if I lose data. Just need my phone back soon.
I have android SDK.
I was reading up on http://developer.android.com/guide/developing/tools/adb.html and http://forum.xda-developers.com/showthread.php?t=517874 here
Would I be-able to push somesort of boot file or firmware to my phone? Or something in that manner?
THIS:
fastboot erase boot
fastboot erase recovery
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata data.img
fastboot flash recovery recovery.img
fastboot reboot
Seems to be perfect for what I should try, where could I get the stock imgs for my phone? (p505)
I moved this here temporarily for you to be assisted...after that it will be moved beck to the right forum
Good luck!!
M_T_M said:
I moved this here temporarily for you to be assisted...after that it will be moved beck to the right forum
Good luck!!
Click to expand...
Click to collapse
thanks
Really hope I can get this fixed soon.
Xery said:
I recently purchased an LG Phoenix by At&t, the problem I have is that I cannot leave ClockworkMod Recovery v5.0.2.0
I rooted it, restarted in recovery. and everything worked fine. I then upgraded my firmware, not sure what version though.. I backed up my phone before I upgraded into the new firmware. I then backedup my phone because it rebooted into recovery. Now everytime it boots it goes straight to Clockwork and I cant get out of it. I restored to my previous restore and it still doesn't work. What could I do? Should I install cwr 3? I read that cwr 5 has bugs and is known to brick phones..
Edit: Also the phone without the sd card still boots into clockworkmod menu
I have a ROM(Phoenix ULTIMATE) I'd like to flash but I'm not sure if I should right now considering I'm stuck at this menu.
Info- in my restores It says;
2011-10-04.21.37.48/
2011-10-04.21.56.13/
I'v tried both.
Another edit with potentially important info getting an error stating;
E: bad boot message "recovery"
Sorry If this is a n00b post.. I'm in sort of a rush because I'm moving in a few hours!
Click to expand...
Click to collapse
Are you on Ecliar , Froyo or Gingerbread ? Sorry , I don't know much but I would like to help
Forever living in my Galaxy Ace using XDA App
EmoBoiix3 said:
Are you on Ecliar , Froyo or Gingerbread ? Sorry , I don't know much but I would like to help
Forever living in my Galaxy Ace using XDA App
Click to expand...
Click to collapse
I didn't change anything, everything is stock I got it yesterday. Rooted it today and it's stuck in recovery. So I guess whatever stock is..
Xery said:
I didn't change anything, everything is stock I got it yesterday. Rooted it today and it's stuck in recovery. So I guess whatever stock is..
Click to expand...
Click to collapse
Try adb .
(If you know what it is)
Type these in:
adb shell
su
reboot bootloader
See if it works
Forever living in my Galaxy Ace using XDA App
I don't know what adb is. :c
Could you explain a bit more about it?
Xery said:
I don't know what adb is. :c
Could you explain a bit more about it?
Click to expand...
Click to collapse
Okay then .
Download and install the Android SDK Tools first
Forever living in my Galaxy Ace using XDA App
EmoBoiix3 said:
Okay then .
Download and install the Android SDK Tools first
Forever living in my Galaxy Ace using XDA App
Click to expand...
Click to collapse
OH Android SDK I have that, just updating.. another 30 minutes..
While we wait, could you explain to me what I'd do with it, and just some tips or things I could do?
Xery said:
OH Android SDK I have that, just updating.. another 30 minutes..
While we wait, could you explain to me what I'd do with it, and just some tips or things I could do?
Click to expand...
Click to collapse
If you have platform-tools , everything will be done in a flash
Forever living in my Galaxy Ace using XDA App
EmoBoiix3 said:
If you have platform-tools , everything will be done in a flash
Forever living in my Galaxy Ace using XDA App
Click to expand...
Click to collapse
"Installed Android SDK Platform-tools, revision 7"
Still installing a bunch of other things though..
"Downloading SDK Platform Android 3.2, API 13, revision 1"
Probably won't be done till tomorrow, horrible internet.
Xery said:
"Installed Android SDK Platform-tools, revision 7"
Still installing a bunch of other things though..
"Downloading SDK Platform Android 3.2, API 13, revision 1"
Probably won't be done till tomorrow, horrible internet.
Click to expand...
Click to collapse
All you need now is platform-tools . The rest can be cancelled .
Use cmd (best if used with administrative rights) to navigate to the Android SDK folder , then to platform-tools .
Once you get there , connect your phone through USB then don't touch it .
In cmd , type:
abd shell
su
reboot bootloader
Forever living in my Galaxy Ace using XDA App
EmoBoiix3 said:
All you need now is platform-tools . The rest can be cancelled .
Use cmd (best if used with administrative rights) to navigate to the Android SDK folder , then to platform-tools .
Once you get there , connect your phone through USB then don't touch it .
In cmd , type:
abd shell
su
reboot bootloader
Forever living in my Galaxy Ace using XDA App
Click to expand...
Click to collapse
How would I use the cmd to navigate to the SDK folder?
I see the cmd, I also see a window called Android SDK and AVD manager, What now?
Xery said:
How would I use the cmd to navigate to the SDK folder?
I see the cmd, I also see a window called Android SDK and AVD manager, What now?
Click to expand...
Click to collapse
Do this
Hold start button and R(on desktop)
Run will open
Type cmd in the box and press enter
A black window will open
CD to sdk dir
E.g.
If u installed sdk in C:\sdk
Then do this
cd C:\sdk\platform-tools
Then this
adb shell
reboot bootloader
cdesai said:
Do this
Hold start button and R(on desktop)
Run will open
Type cmd in the box and press enter
A black window will open
CD to sdk dir
E.g.
If u installed sdk in C:\sdk
Then do this
cd C:\sdk\tools
Then this
adb shell
reboot bootloader
Click to expand...
Click to collapse
Follow his instructions .
Forever living in my Galaxy Ace using XDA App
cdesai said:
Do this
Hold start button and R(on desktop)
Run will open
Type cmd in the box and press enter
A black window will open
CD to sdk dir
E.g.
If u installed sdk in C:\sdk
Then do this
cd C:\sdk\tools
Then this
adb shell
reboot bootloader
Click to expand...
Click to collapse
I opened the cmd, I'm not really suer where I installed SDK but I'm pretty sure it was c:\program files\android\android-sdk\tools
That seemed to work, whenever i type adb shell it says abd is not recognized as an internal or external command, program or batch.
I need more detail because I'm a noob. :/
cdesai said:
Do this
Hold start button and R(on desktop)
Run will open
Type cmd in the box and press enter
A black window will open
CD to sdk dir
E.g.
If u installed sdk in C:\sdk
Then do this
cd C:\sdk\tools
Then this
adb shell
reboot bootloader
Click to expand...
Click to collapse
I opened the cmd, I'm not really suer where I installed SDK but I'm pretty sure it was c:\program files\android\android-sdk\tools
That seemed to work, whenever i type adb shell it says abd is not recognized as an internal or external command, program or batch.
I need more detail because I'm a noob. :/
EDIT: GOTIT! got the dir, i typed adb and it says device not found should i connect my phone correct?
Edit: okay,i did that, it just rebooted my phone and it went back into the CWR.. :c wut now?
Are you able to try and boot into bootloader? Try that. Also, try and flash a new ROM in recovery, test to see if it may be the ROM. Don't be afraid to backup again, you can always access the backups based on date.
-How cruel is the golden rule, when the lives we live are all golden plated-
What's bootloader?
I tried to flash my backups before the firmware update and it didn't work, I also can't find any wp505 roms.. I found a few but they wont help in my situation. Do you know any? My rom is stock as I only rooted and got stuck in cwr.
Thanks!
EDIT: I did do that adb shell, reboot bootloader, didnt work.
Xery said:
What's bootloader?
I tried to flash my backups before the firmware update and it didn't work, I also can't find any wp505 roms.. I found a few but they wont help in my situation. Do you know any? My rom is stock as I only rooted and got stuck in cwr.
Thanks!
Click to expand...
Click to collapse
First off, not to lecture you...but you definitely should look into these kind of things before flashing a ROM.
I haven't looked at the ROMs so I'm not sure. But whatever fancies you, it's just to troubleshoot the problem. The problem itself may actually be the recovery. Do you know how to do logcats in ADB? Try and do a logcat and boot up your device while connected to ADB.
So go "adb logcat". This should show you exactly what your device is doing. When it runs and goes straight to recovery paste all that information into a .txt document and upload it onto xda so others can take a look.
I'll try and help more tomorrow but I have to get some rest. Good luck on getting this fixed.
-How cruel is the golden rule, when the lives we live are all golden plated-

[Q] Tons of Trouble with ADB and Fastboot

I'm having a crapload of trouble with adb and fastboot. I've been searching for the last few hours but to no avail. I've downloaded multiple drivers and tried to do everything i can to setup the adb and fastboot. I managed to get the bootloader unlocked and its rooted and usb debugging is enabled. Every time i type "adb devices" into a command prompt it says that adb is not a valid command etc. What the heck am i doing wrong and why is this supposedly simple process so difficult here?? Please help...
Did you use the "cd" command to change the directory to where the platform-tools folder is?
That's assuming you have the Android SDK and Java Dev Kit (JDK) installed already..
Sent from my Atrix HD via XDA-Developers application
pianoman102 said:
I'm having a crapload of trouble with adb and fastboot. I've been searching for the last few hours but to no avail. I've downloaded multiple drivers and tried to do everything i can to setup the adb and fastboot. I managed to get the bootloader unlocked and its rooted and usb debugging is enabled. Every time i type "adb devices" into a command prompt it says that adb is not a valid command etc. What the heck am i doing wrong and why is this supposedly simple process so difficult here?? Please help...
Click to expand...
Click to collapse
Here is installer. Run it under administration mode on windows.
No needs to install the whole android SDK anymore. Enjoy!!
http://d-h.st/FFo
P/s: U still need JDK as Byakko Custom said.
devilsking said:
Here is installer. Run it under administration mode on windows.
No needs to install the whole android SDK anymore. Enjoy!!
http://d-h.st/FFo
P/s: U still need JDK as Byakko Custom said.
Click to expand...
Click to collapse
Ah, thanks so much! That finally got it working after i installed jdk and ran the program. Awesome! time to start flashing!
pianoman102 said:
Ah, thanks so much! That finally got it working after i installed jdk and ran the program. Awesome! time to start flashing!
Click to expand...
Click to collapse
U're welcome
devilsking said:
Here is installer. Run it under administration mode on windows.
No needs to install the whole android SDK anymore. Enjoy!!
http://d-h.st/FFo
P/s: U still need JDK as Byakko Custom said.
Click to expand...
Click to collapse
2 Questions
Does that install the tools in the Windows equivalent of "$PATH" so users don't have to cd to the tools' location.
And do you mind if I link to this in my how-to guide? Credit will be given to you and your team of course.
skeevydude said:
2 Questions
Does that install the tools in the Windows equivalent of "$PATH" so users don't have to cd to the tools' location.
And do you mind if I link to this in my how-to guide? Credit will be given to you and your team of course.
Click to expand...
Click to collapse
Yep. U can do it I'm happy to share this tools with other users :good:
About the location, I set the installation path to C:\Windows so it means that it can be used as an windows services whenever u call it on cmd. No needs to set the location.
For example: If users use command "adb devices", it will work immediately and show the result. However when they want to decompile an apk and put file in a folder named "X", it's needed to use cd command to set the location in cmd to "X" then use adb/apktool/fastboot as normal without having adb/apktool/fastboot files in "X" folder. It helps to define the location of apk file, not the apktool/adb/fastboot.
Hope u can understand my idea =.= Sometimes, my explanation is really not good becoz English is not my mother language
devilsking said:
Yep. U can do it I'm happy to share this tools with other users :good:
About the location, I set the installation path to C:\Windows so it means that it can be used as an windows services whenever u call it on cmd. No needs to set the location.
For example: If users use command "adb devices", it will work immediately and show the result. However when they want to decompile an apk and put file in a folder named "X", it's needed to use cd command to set the location in cmd to "X" then use adb/apktool/fastboot as normal without having adb/apktool/fastboot files in "X" folder. It helps to define the location of apk file, not the apktool/adb/fastboot.
Hope u can understand my idea =.= Sometimes, my explanation is really not good becoz English is not my mother language
Click to expand...
Click to collapse
Thanks.
That's what I thought it did. I was going to do something similar, but I couldn't remember if the correct folder was and I was just too lazy to do the research and find out. I was thinking System32, but its been so long that I couldn't remember.

[ROOT] ASUS Zenfone 4 T001 (JellyBean/Kitkat)

Here's how to root ASUS Zenfone 4 T001 (JellyBean/Kitkat) version.
WHAT YOU'LL NEED:
-Desktop/Laptop
-Asus Zenfone 4
-USB Cable
-Working Brain
-Developer mode "on" (By tapping About>Software Info> Build number 5x+,check on settings Developer Options)
STEPS:
-Download Intel USB Drivers (https://drive.google.com/file/d/0BzCyokCIzMrdXy1NcVc0d3RHUm8/view?usp=sharing)
-Download the rar file (https://drive.google.com/file/d/0BzCyokCIzMrdanVNSUpKR0k1eDg/view?usp=sharing)
-Extract the rar file (Using winrar, Extract here is preferred)
-After you will see two extracted file, a folder and a notepad.
-Get your phone, shutdown it.
-Press POWER+VOL UP+VOL DOWN, until you see an android with a hard hat.
-You are now in DROIDBOOT.
-Plug-in your USB device to your z4.
-Now on the folder you will see "OPEN.CMD", double click it.
-Now, you are ready to root, type/copy "fastboot flash update root_zenfone4_v2.zip"
-Get your patience together and wait for your phone to restart,install and boot.
-Check SuperSU.
-Enjoy! You are now rooted! :victory:
Credits: z4 Indo group
showing error in command.
I followed all of instructions given and all worked fine till i opened the cmd file and wrote command to it.. but is shows "fastboot" is not recognized as an internal or external command,........."
I tried all things from xda forum to make it work but in vane. I created the path in environmental variables too.. but of no use..
My android version is 4.4.2, please help me soon to get it fixed, i just wanna root my phone plz help me.
shan hoda said:
I followed all of instructions given and all worked fine till i opened the cmd file and wrote command to it.. but is shows "fastboot" is not recognized as an internal or external command,........."
I tried all things from xda forum to make it work but in vane. I created the path in environmental variables too.. but of no use..
My android version is 4.4.2, please help me soon to get it fixed, i just wanna root my phone plz help me.
Click to expand...
Click to collapse
Did you install the drivers?
JarrelStudios said:
Did you install the drivers?
Click to expand...
Click to collapse
Yes i did. I installed intel driver and that was working perfectly.. no yellow marks were shown in adb driver and anywhere, i checked thoroughly. And also when i pluged my usb, its showed the mgs. "Installed successfully with a green tick as it does in Windows 7.
There was no issue in driver installation or extraction of files. I extracted the files with same name on desktop and opened the cmd as said.. unfortunately there was error.
"Fastboot"is not recognized as an internal or external command.........."
Try the root zen phone app but
Sent from my K013 using XDA Free mobile app
JarrelStudios said:
Try the root zen phone app but
Sent from my K013 using XDA Free mobile app
Click to expand...
Click to collapse
Yes first i tried mobile app to root, i used towelroot app but it said not available for my device, next i tried kingroot app it too failed, i don't know wht was msg displayed cuz it was in Chinese, but kingroot worked with my friend's device (micromaxA106) when i did to it. As it failed for me so i moved to root via computer.
Just i have error in command, is there any way to fix it up, so that "fastboot" can be recognized as command.....
error in command.
I followed all of instructions given and all worked fine till i opened the cmd file and wrote command to it.. but is shows "fastboot" is not recognized as an internal or external command,........."
I tried all things from xda forum to make it work but in vane. I created the path in environmental variables too.. but of no use..
My android version is 4.4.2, please help me soon to get it fixed, i just wanna root my phone plz help me.
my driver was perfectly installed, no error was showing to it.
help me to fix this please.
shan hoda said:
I followed all of instructions given and all worked fine till i opened the cmd file and wrote command to it.. but is shows "fastboot" is not recognized as an internal or external command,........."
I tried all things from xda forum to make it work but in vane. I created the path in environmental variables too.. but of no use..
My android version is 4.4.2, please help me soon to get it fixed, i just wanna root my phone plz help me.
my driver was perfectly installed, no error was showing to it.
help me to fix this please.
Click to expand...
Click to collapse
Did you have the file fastboot.exe in the folder? If not you need to download minimal adb and move the zip file into that folder then open cmd in that folder and follow the command
otaired2 said:
Did you have the file fastboot.exe in the folder? If not you need to download minimal adb and move the zip file into that folder then open cmd in that folder and follow the command
Click to expand...
Click to collapse
Yes i have that. Fastboot.exe
And now i have rooted my phone but by other method.
shan hoda said:
Yes i have that. Fastboot.exe
And now i have rooted my phone but by other method.
Click to expand...
Click to collapse
What method did you use? Care to share?
otaired2 said:
What method did you use? Care to share?[/QUOTE
Follow this link
http://m.youtube.com/watch?v=Be-tVTLmf-E
Click to expand...
Click to collapse
shan hoda said:
otaired2 said:
What method did you use? Care to share?[/QUOTE
Follow this link
http://m.youtube.com/watch?v=Be-tVTLmf-E
Click to expand...
Click to collapse
Didn't work for me
I unlock my fone after update to kitkat but then I forgot to root first maybe this is causing why cannot root after unlock the bootloader
Click to expand...
Click to collapse
otaired2 said:
shan hoda said:
Didn't work for me
I unlock my fone after update to kitkat but then I forgot to root first maybe this is causing why cannot root after unlock the bootloader
Click to expand...
Click to collapse
Can u please share detail, u have unlocked the bootloader, still u cannot root ur phone?
Click to expand...
Click to collapse
Try this http://forum.xda-developers.com/showthread.php?t=3004526
Sent from my K013 using XDA Free mobile app
shan hoda said:
otaired2 said:
Can u please share detail, u have unlocked the bootloader, still u cannot root ur phone?
Click to expand...
Click to collapse
Yeah., from asus site, to unlock bootloader need to update to 4.4,before this im 4.3 and rooted using fastboot method,,
After update to 4.4 I'd forgot to root first then I when and unlock bootloader using the app from asus site. Then now I tried to root using fastboot, the process stuck saying system update failed and cant get it rooted.
I wanted to install philz touch recovery that is why I unlock the bootloader. But now cant get it rooted.
http://www.asus-zenfone.com/2015/01/asus-zenfone-4-a400cg-philz-touch-recovery.html
Click to expand...
Click to collapse
JarrelStudios said:
Try this http://forum.xda-developers.com/showthread.php?t=3004526
Sent from my K013 using XDA Free mobile app
Click to expand...
Click to collapse
Damn this works. Thanks man, :good::good:

Categories

Resources