Start from scratch, HOW to use Android SDK? - XPERIA X1 Android Development

Hi..
I have been through half the internet, but i cudnt find one post or set of instructions on HOW to use SDK properly by noobs...
Let me be very honest about it...
Its really hard to understand if u dont know programming....
To begin with how do you "ADD PATH"
Add what, where, how???
No instructions at all...
Also, every-time i run that damn sdksetup.exe...some two windows are open and just NOTHING HAPPENS...
PS: PLZ don't ask me to "simply" "add" "Location" in the "Path" cause I have no idea what that means...and no, im not happy to make this thread either...
ALL I WANT TO DO IS CONNECT MY COMP to the damn DROID...

What OS do you have?

jwte said:
What OS do you have?
Click to expand...
Click to collapse
I have Windows XP SP 2...
I have posted pix of where I am stuck...

(all this comes pretty much from memory, I don't have any windows handy)
Rename the folder so that it doesn't have any spaces. ie. instead of "Mount SD", call it "Mount_SD" for convenience. it is possible to get it to work with spaces, but I suspect it is beyond your current abilities.
Go to Start->Run (or Win+R)
Enter
cmd.exe
in the resulting dialog.
in the newly opened command line window type:
set PATH=$PATH;D:\Froyo\Mount_SD\android-sdk-windows\tools
now you can refer to adb directly, ie typing:
adb devices
should give you a list of connected android devices and emulators
There is a way to make the addition to PATH permanent, but it involves right-clicking on "My Computer" and after searching in there for something like "Environment Variables" editing the PATH statement there. Unfortunately, I don't quite remember where exactly this is...

Right click 'My computer' , properties, advanced tab, click on the environment variables button, go to the path variable, add a ; at the end, and at the path string there.
but running an SDK to connect the phone, when you don't know how to set the path variable might not be the best solution.

SDK on Windows 7
hello,
did you follow the link developer.android.com/sdk/index.html
But what do you want do with the SDK, just access the file on the Android device or develop an application?
I have had no problem with latest version of the SDK on win7, but the I have to lunch Haret when my X1 was connect to the PC with Winmo and then it's has been recognized as a HTC dream (see attach).

tchatzi said:
(all this comes pretty much from memory, I don't have any windows handy)
Rename the folder so that it doesn't have any spaces. ie. instead of "Mount SD", call it "Mount_SD" for convenience. it is possible to get it to work with spaces, but I suspect it is beyond your current abilities.
Go to Start->Run (or Win+R)
Enter
cmd.exe
in the resulting dialog.
in the newly opened command line window type:
set PATH=$PATH;D:\Froyo\Mount_SD\android-sdk-windows\tools
now you can refer to adb directly, ie typing:
adb devices
should give you a list of connected android devices and emulators
There is a way to make the addition to PATH permanent, but it involves right-clicking on "My Computer" and after searching in there for something like "Environment Variables" editing the PATH statement there. Unfortunately, I don't quite remember where exactly this is...
Click to expand...
Click to collapse
Thanx a lot...and sorry for replying a little late...I was out for a shoot...Yes..i did EXACTLY what u told me...Now what do i do?
Ok i wrote this:
'set PATH=$PATH;D:\Froyo\Mount_SD\android-sdk-windows\tools'
THEN
'adb shell'
So i got this: 'error: No device found'

sentry23 said:
Right click 'My computer' , properties, advanced tab, click on the environment variables button, go to the path variable, add a ; at the end, and at the path string there.
but running an SDK to connect the phone, when you don't know how to set the path variable might not be the best solution.
Click to expand...
Click to collapse
I lose you after clicking on Enviornment variables...
I cant see any Path variables..
There are 2 sections:
'User variables' AND 'System Variables'

circleofomega said:
I lose you after clicking on Enviornment variables...
I cant see any Path variables..
There are 2 sections:
'User variables' AND 'System Variables'
Click to expand...
Click to collapse
What is the problem with using google?
a simple search for "windows path variable" will give you tons of information about what you tried to do...
example: http://www.computerhope.com/issues/ch000549.htm
btw: this thread has nothing to do with "XPERIA X1 Android Development"

cyberdesigner.net said:
What is the problem with using google?
a simple search for "windows path variable" will give you tons of information about what you tried to do...
example: http://www.computerhope.com/issues/ch000549.htm
btw: this thread has nothing to do with "XPERIA X1 Android Development"
Click to expand...
Click to collapse
If I am connecting my "X1" running "Android"...where do u expect me to post questions regarding it??? In the Windows 7 forum???
And secondly I figured out how to run it...but i cant read the mem card thru the SDK...i can just see the screen of the Android phone...

circleofomega said:
If I am connecting my "X1" running "Android"...where do u expect me to post questions regarding it??? In the Windows 7 forum???
Click to expand...
Click to collapse
your question was more in the term:
how do i configure/use my $OPERATING_SYSTEM to use $SOFTWARE?
why do you want to access the storage card from adb?
if you try to install software do it via adb itself:
Installing an Application after your connected
You can use adb to copy an application from your development computer and install it on an emulator/device instance. To do so, use the install command. With the command, you must specify the path to the .apk file that you want to install:
adb install <path_to_apk>For more information about how to create an .apk file that you can install on an emulator/device instance, see Android Asset Packaging Tool (aapt).
Note that, if you are using the Eclipse IDE and have the ADT plugin installed, you do not need to use adb (or aapt) directly to install your application on the emulator/device. Instead, the ADT plugin handles the packaging and installation of the application for you.
Click to expand...
Click to collapse

cyberdesigner.net said:
your question was more in the term:
how do i configure/use my $OPERATING_SYSTEM to use $SOFTWARE?
why do you want to access the storage card from adb?
if you try to install software do it via adb itself:
Click to expand...
Click to collapse
No..i dont want to install anything...I just want to copy things, like apps, ringtones Music etc etc...on the SD card thru android..Thats it....
I just want to read my Mem card thru android + SDK for copying files..i dont install anything from the comp..

No..i dont want to install anything...I just want to copy things, like apps, ringtones Music etc etc...on the SD card thru android..Thats it....
I just want to read my Mem card thru android + SDK for copying files..i dont install anything from the comp..
Click to expand...
Click to collapse
Well, if you're imagining copy/paste files through windows explorer, we're not there yet.
However, ``adb push D:\myfile.mp3'' and ``adb pull /sdcard/media/song.mp3'' work.
In short, get comfortable with the command line or forget about it for now.
If ``adb devices'' reports "No devices found", remember that you need to connect the USB cable in windows mobile, select ActiveSync (there's no need to actually have ActiveSync running on your PC) and then run Haret with the USB cable still plugged in.
[OT]
I am developing android applications on the xperia and can attest that the SDK works as expected/advertised. It is not user-friendly in the sense you want it to be though
[/OT]

circleofomega said:
No..i dont want to install anything...I just want to copy things, like apps, ringtones Music etc etc...on the SD card thru android..Thats it....
I just want to read my Mem card thru android + SDK for copying files..i dont install anything from the comp..
Click to expand...
Click to collapse
You can get Droid Explorer Here
No messing around with the SDK and you can copy/paste, do most stuff
A little buggy, but works for most things

But why do you are loosing so much time on setting the PATH, it's not necessary to do this. if you want use the adb just go in the direcortory where it's installed and that's it. In any case you could not expcet to se the sdcard folder like a windows folder. Once connect correctly, adb devices list a device on line, you can "talk" with the device like this "adb shell" ...

Related

[ADB] adb server is out of date. killing...

I am keep getting this message whenever I try to adb. It corrects itself and works fine after. But it annoying waiting that additional few seconds... I didnt have this before. Any idea why I am getting it now?
what sdk version are you using? also have you gone to task manager and tried ending adb.exe?
david1171 said:
what sdk version are you using? also have you gone to task manager and tried ending adb.exe?
Click to expand...
Click to collapse
I am using the latest SDK. Thanks! That fixed it. Ending adb.exe in Task Manager... I was messing around cos I cant get fastboot to work. I go into FastbootUSB, connect my usb, run "fastboot devices", and I get no results. It just waits for my next command.
I tried killing adb.exe after I wrote an adb command and it didn't do anything. I keep getting that out out date killing .... can anyone help? thanks!
I have the same problem. Can't get rid of that stupid message.
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
palosjr said:
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
Click to expand...
Click to collapse
I did that and still have that problem ...
could someone please help me .. thanks!
If anyone runs into this problem I fixed mine with the adb.exe from the new "universal" sdk. I downloaded it and just pasted that adb.exe into the existing tools folder. May not be recommended but I did not want to change my setup.
while your phone is in recovery and plugged in, go to device manager and see if there is a listing called adb interface. if so, do you know how to manually update the drivers? by pointing the driver update to the usb folder of the sdk?
konzern
running my adb shell ums_enable is no longer working says ums not found ?
edit to m y post i found a alternative thank god!
1.plug in your phone and open command prompt
2.change directories to where u have ur sdk stuff (ex. cd c:\thenameofdirectory/tools)
3.type this in
adb shell
echo /dev/block/mmcblk0 > /sys/devices/platform/usb_mass_storage/lun0/file
I am curious if any of you loaded Droid Explorer? I loaded it, played around with it, and it was pretty cool for the screenshot and screencast stuff. But, later I noticed I kept getting the "adb server is out of date. killing..." I searched through these threads and Google for a solution, but nothing seemed to work. I could enter "adb remount" and it might work about 1 time in 5. Even adb devices would fail and fail before finally reporting my device. After I uninstalled Droid Explorer. The problem stopped immediately. Now that I think about it, I think Droid Explorer runs a service. Maybe after uninstalling, the services stopped, fixing this problem. If not Droid Explorer, maybe some other program that is trying to detect the device at plugin. Just my experience.
I just killed the DroidExplorer service, and set it to manual. Problem solved.
I've had no luck with DE anyhow, so it probably won't get started again any time soon.
_zygo_ said:
I am curious if any of you loaded Droid Explorer? I loaded it, played around with it, and it was pretty cool for the screenshot and screencast stuff. But, later I noticed I kept getting the "adb server is out of date. killing..." I searched through these threads and Google for a solution, but nothing seemed to work. I could enter "adb remount" and it might work about 1 time in 5. Even adb devices would fail and fail before finally reporting my device. After I uninstalled Droid Explorer. The problem stopped immediately. Now that I think about it, I think Droid Explorer runs a service. Maybe after uninstalling, the services stopped, fixing this problem. If not Droid Explorer, maybe some other program that is trying to detect the device at plugin. Just my experience.
Click to expand...
Click to collapse
Yes, this is a problem that occurs after installing Droid Explorer. The service also takes a lot of idle CPU time. I have uninstalled it due to this and other reasons.
Damn, Droid Explorer! I uninstalled and I am still having this problem. Damn !
OK, I got droid explorer and adb playing nice together. I deleted the SDK from my PC, and reinstalled droid explorer full (which comes with the SDK already). Then I just added the new tools directory droid explorer installs to the system path. You can find directions on how to do that here -> http://wiki.xda-developers.com/index.php?pagename=HTC_Sapphire_Hacking#sec02 . Instead of using C:\AndriodSDK\Tools\ for the string I added, I used the default location where droid explorer installs the tools directory ( C:\Program Files\Droid Explorer\SDK\tools ). Now I have the best of both worlds !
lotherius said:
Yes, this is a problem that occurs after installing Droid Explorer. The service also takes a lot of idle CPU time. I have uninstalled it due to this and other reasons.
Click to expand...
Click to collapse
I also noticed I was getting the blue screen of death, which I hadn't seen in years. I think DE was causing that, too, because I haven't had the BSOD since uninstall. So two problems I didn't think were related seem to have been caused by Droid Explorer. I think it's a pretty cool program, but I'd rather do things the "old fashioned" way.
Can any of you point me in the direction of how to use ADB to take a screenshot? Maybe it can't. Thanks.
Edit: I found it...Through DDMS!
sacredsoul said:
I am keep getting this message whenever I try to adb. It corrects itself and works fine after. But it annoying waiting that additional few seconds... I didnt have this before. Any idea why I am getting it now?
Click to expand...
Click to collapse
Sounds like you have droid explorer installed, goto the sdk folder in droid explorer (c:\program files\droid explorer\sdk) copy the 2 folders (platform and tools) to your own sdk folder.
billquinn1 said:
If anyone runs into this problem I fixed mine with the adb.exe from the new "universal" sdk. I downloaded it and just pasted that adb.exe into the existing tools folder. May not be recommended but I did not want to change my setup.
Click to expand...
Click to collapse
Can you link to the "universal" download please? Probably missing something obvious here, but can't seem to find any other version than the most recent r05.
Thank you - worked a treat
palosjr said:
i was having the same problem, i took ADB.exe and adbwinapi.dll from 1.5r2 SDK and put it in the new SDK Tools folder, problem was fixed
Click to expand...
Click to collapse
where can i get 1.5r2 SDK?
THX BRO!

INTERNAL xap installer

Could someone to develop INTERNAL xap installer program [ homebrew] that
will be able to install xap inside phone ?
Thanks.
the os already has its own framework for that so no point, the installation of non signed apps is discussed loads on the forum. An app is avail called chevron to achieve it, unless you have updated your phone it should still work
I have investigated this. No luck so far. But I have a couple of leads that may let me make it. But it needs more research. I will have a look at it soon. But I can't give an ETA. So far I know there are no others that have succeeded so far.
Ciao,
Heathcliff74
This will be key for cydia/installius kind apps for WP7
anarchyuk said:
the os already has its own framework for that so no point, the installation of non signed apps is discussed loads on the forum. An app is avail called chevron to achieve it, unless you have updated your phone it should still work
Click to expand...
Click to collapse
is it possible ? I like to install apps inside the phone as in WINMO.
I can have XAP on skydrive a if i click it on browser it will automatically download and install, this will be awsome.
marek1 said:
is it possible ? I like to install apps inside the phone as in WINMO.
I can have XAP on skydrive a if i click it on browser it will automatically download and install, this will be awsome.
Click to expand...
Click to collapse
Nope. Not possible. Read my previous answer. Anarchyuk did not understand your question correctly.
Sent from my OMNIA7 using XDA Windows Phone 7 App
Heathcliff74 said:
Nope. Not possible. Read my previous answer. Anarchyuk did not understand your question correctly.
Sent from my OMNIA7 using XDA Windows Phone 7 App
Click to expand...
Click to collapse
Why is not possible, reason ? Will Mango make it possible ?
marek1 said:
Why is not possible, reason ? Will Mango make it possible ?
Click to expand...
Click to collapse
No. Microsoft doesn't want you to sideload apps. They want you to use the Marketplace. If you would be able to use an internal xap installer, you would be using it for sideloading.
It is not possible to use the API's for installing XAP's because you need TCB access for that. Normal apps have only LPC access, so normally you can't create an app for that. Needs hacking.
Ciao,
Heathcliff74
Would this type of access be possible with the 'DLLImport Project'?
So today i installed a random app from marketplace to see what was going on i the process-list. Here i saw "PacmanInstaller.exe" (after "Downloading..." > "Installing..."); later i tried to remote execute that one without any important args, and it said "This application can not run in Win32 mode.", eh? Didn't that exe just ran in the process list. Seems weird not to be able to launch that one. (it did not say the exe did not exist).
Tested another thing to, what happens when i deploy an app from Visual Studio??
>PacmanInstaller.exe shows up there too.?!?!?
THEN WTF, WHERE IS THE DRM?
Found this in "PacmanInstaller.c":
if ( v19 != v2 )
*(_DWORD *)(v17 + 4 * v18 - 4) = L"ID_CAP_DEBUG";
XAP > Phone side:
- IO Explorer, all files have the exact same byte size, no magic changes added "ID_CAP_DEBUG""
- No "WMAppPRHeader.xml" added (generated/downloaded)
__
This means its just copying it to phone (XAP).
Runs pacman to register app > \Applications\Install\GUID\Install
"PacmanInstaller.exe GUID" ??
>Cant execute remote PacmanInstaller? From within?
Just having fun, thanks
SimzzDev said:
Would this type of access be possible with the 'DLLImport Project'?
Click to expand...
Click to collapse
Nope. DllImport project is about accessing native API's. Not really about elevating privileges (so far). The package manager API's are native API's, but they require elevated privileges too. For having higher privileges you need to hack the system...
fiinix said:
So today i installed a random app from marketplace to see what was going on i the process-list. Here i saw "PacmanInstaller.exe" (after "Downloading..." > "Installing..."); later i tried to remote execute that one without any important args, and it said "This application can not run in Win32 mode.", eh? Didn't that exe just ran in the process list. Seems weird not to be able to launch that one. (it did not say the exe did not exist).
Click to expand...
Click to collapse
"This application can not run in Win32 mode" is error 0xbf:
Error 0xbf: error_invalid_exe_signature
Description: Cannot run <application> in Windows NT mode
Or: Cannot run <application> in Win32 mode
This means that your executable is not properly signed / elevated to launch into the required account.
fiinix said:
This means its just copying it to phone (XAP).
Runs pacman to register app > \Applications\Install\GUID\Install
"PacmanInstaller.exe GUID" ??
>Cant execute remote PacmanInstaller? From within?
Just having fun, thanks
Click to expand...
Click to collapse
C'mon fiinix! You of all people should know!!
Code:
<!-- Rule loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(405,6) -->
<Rule PriorityCategoryId="PRIORITY_STANDARD" ResourceIri="/LOADERVERIFIER/ACCOUNT/(+)/ACCOUNT_CAN_LAUNCH/NONE/NONE/PRIMARY/WINDOWS/PACMANINSTALLER.EXE" SpeakerAccountId="S-1-5-112-0-0-1" Description="Only TCB can launch into this chamber">
<!-- Authorize loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(406,10) -->
<Authorize>
<!-- Match loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(407,14) -->
<Match AccountId="S-1-5-112-0-0-1" AuthorizationIds="LV_ACCESS_EXECUTE" />
</Authorize>
<!-- Stop loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(409,10) -->
<Stop>
<!-- Match loaded from: \IMGFS\969eb155-55ff-4884-9ecb-241c8a4b6e09.policy.xml(410,14) -->
<Match AccountId="S-1-5-112-0-0XFF" />
</Stop>
</Rule>
That's why you can't run it! So, not the right account to launch. Not even when you use the Samsung exploit. Because that uses "Elevated". Not "TCB".
The proper way to call PacmanInstaller.exe is:
Code:
pacmaninstaller.exe <int> <guid>
I'm not really sure, but the <int> is the type of operation. Possible values are between 1 and 7 if I recall correctly. The guid is the applicationid. So far I know, the PacmanInstaller looks in \Application Data\Phone Tools\10.0\Install. That is where the xap's are initially uploaded to the phone and extracted by the packagemanger.
Ciao,
Heathcliff74
PS. New version of WP7 Root Tools coming up....
"Not even when you use the Samsung exploit. Because that uses "Elevated". Not "TCB"."
> What about "\Windows\Startup\"
That one launch what ever lnk (exe pointer) listed under startup directory. Would be an opportunity to restart after installed all "cydia" apps on the phone.
Another small but interesting find:
>Checking the mail launches another "servicesd.exe".
All those exe's of multiple sessions like "udevice.exe" and "servicesd.exe" go with an arg, right? then what is put in? Maybe an dll as arg?
>Then again, the custom dll (VS2008 made) will not run due it does not have "LV_ACCESS_EXECUTE", so that locks TCB out for dll arg inject.
udevice.exe (Driver host, runs under "SYSTEM" level)
servicesd.exe (Ordinary exe for dll host)
So making custom drivers wont work... (probably),
to be middle hand for executing under SYSTEM.
edit:
haha post "404" (current post count)
>HTTP Not Found.
Heathcliff74 said:
No. Microsoft doesn't want you to sideload apps. They want you to use the Marketplace. If you would be able to use an internal xap installer, you would be using it for sideloading.
It is not possible to use the API's for installing XAP's because you need TCB access for that. Normal apps have only LPC access, so normally you can't create an app for that. Needs hacking.
Ciao,
Heathcliff74
Click to expand...
Click to collapse
OK,I know that MS don't want to allow but I want to to know if is possible to hack it and do the internal XAP installer ? That's why I am asking.
I think that everybody who have unlocked phone will appreciate it !!
As everyone already said.. CANNOT be done. There's no, "I want to know if someone can hack this". The people working to bring full file/registry access and a better experience to all phones are too busy to worry about trying to make an internal xap installer. Just hook the damn thing up to a computer and use the applications to push a xap to your phone and be happy. I'm no admin or anything, but please don't pester over something like this.

[Q] Problem starting SDK

Hi all,
I've just bought a Streak 7. So the first thing I meant to do is root it! So I downloaded SDK (more exactly the file installer_r15-windows.exe). When I start sdk manager.exe this message pops up:
"The AVD manager normally uses the user's profiledirectory to storeAVD files. However it failed to fine the default profile directory.
To fix this, please set the environment variable ANDROID_SDK_HOME to a valid pathsuch as %USERPROFILE%".
I set the ANDROID directory first under C:\USERS\USERPROFILE, then under C:\ but it's the same. I run windows seven pro 32bit. I also tried to install SDK in another pc which runs Ubuntu 11.10 but I'm a total newbie and I can't install file .tar. Ehm. But this is another movie.
Anyway is there anybody who helps me out there before I launh my brand new poor Streak as a frisbee'
Thank you in any case!
sure, I have sdk but dont use it much. but it definetly sounds like this variable needs to be added to your PATH. click your windows start button, right click computer and click properties. then click on advanced system settings, then you should see an enviornmental variables button on the bottom of this window. edit.. add. new.. system variable... ANDROID_SDK_HOME then set the path to C:\android\sdk\avdlocation. dont forget to restart computer anytime adding anything to system variable. something like this Is my best guess. if that doesnt work I can help to research it should be a fairly common issue.
It works! Thanks a lot!!

[Q]phone files

First, is it possible to see the phone files in a pc just like we see sd files?
And second, is it possible to see them instantly(just connect usb), without hit "usb storage" or sth like that?
stamatis16 said:
First, is it possible to see the phone files in a pc just like we see sd files?
And second, is it possible to see them instantly, without hit "usb storage" or sth like that?
Click to expand...
Click to collapse
What do you mean by "phone files"?
Everything that is OUTSIDE of /sdcard (read: the root folder of the system)?
There are tools like Android Master (do a little research in the Android Development and Hacking section) that are graphical frontends to "adb", so you can browse the whole of the folders on your phone from your computer.
Note that this requires USB-Debugging enabled, so don't forget to turn it off when not needed.
B.Jay said:
What do you mean by "phone files"?
Everything that is OUTSIDE of /sdcard (read: the root folder of the system)
Click to expand...
Click to collapse
yes android files, sony ericsson files ,everything
Ok, then simply look around in the Android Development and Hacking section - especially the Android Software Development board and Android Apps and Games board. There's the one or another Windows software that lets you browse the phone ...
If I recall correctly there's even a plugin for Total Commander to browse the phone from within Total Commander.
Yap - see here and here

[Q] Rooting my HTC one running 4.3 Android

Hey guys, I am very frustrated right now because I have been trying to root my phone for over 5 hours and have not gotten anywhere. This is my first time rooting, and I really would appreciate your guys knowledge and help. I have windows, and I have been reading and watching videos and downloading all kinds of things. I tried following the steps in htconeroot.com and I watched the whole video tutorial, and I couldn't even get the htc one root zip downloaded to my computer... Can someone please help me, I am completely lost. I feel like I have just been reading and trying things that are outdated and/or the links do not work anymore. Thank you very much, as I am in need right now and I would really like to get my phone rooted as soon as possible.
Thanks again!
Click the DIY guide in my sig and if you have questions post them here or PM
BD619 said:
Click the DIY guide in my sig and if you have questions post them here or PM
Click to expand...
Click to collapse
Hey, thank you very much for helping out BD,
I am just learning all this stuff so sorry if I may not know what to do on very basic steps.
My first question is,
on step 5 on htcdev bootloader, it tells me to type in a command. I typed it and I got this, "fastboot is not recognized as an internal or external command, operable program or batch file"
Sorry man, if you get me through this lol I promise I will get you some fine Costa Rican coffee! I want to get it done, I hope you can be here guiding me and I am very thankful!
Howdy,
You need to download all the drivers and add bundle. Which OS do you use on your computer? For the adb get it here: http://forum.xda-developers.com/showthread.php?t=1474956
If you need any further assistance just tell and I can make a quick video for you.
Cheers
Sended for HTC One via XDA Premium App
Cr Stallion said:
Hey, thank you very much for helping out BD,
I am just learning all this stuff so sorry if I may not know what to do on very basic steps.
My first question is,
on step 5 on htcdev bootloader, it tells me to type in a command. I typed it and I got this, "fastboot is not recognized as an internal or external command, operable program or batch file"
Sorry man, if you get me through this lol I promise I will get you some fine Costa Rican coffee! I want to get it done, I hope you can be here guiding me and I am very thankful!
Click to expand...
Click to collapse
Open the cmd window from the folder with all the files that you downloaded
Download and install this http://forum.xda-developers.com/showthread.php?t=2317790 and check the desktop shortcut in the setup. Run the new desktop shortcut and type commands there. Put the unlock token bin in the install folder. You can do this by right clicking the shortcut and clicking open file location and drag the token there.
All the files are under download, I went to the cmd window and typed download. Man, I have no idea how to do any of this stuff. I am completely new to all of this. I downloaded the files but then I don't even know if I am suppose to do anything with them...
I will restart again, as if I have not downloaded anything at all...
My first steps should be following the bootloader instructions on HTCdev, and at step 4 I download the files and then extract them to another folder. Then I should go hit start, type cmd. Click cmd, and type that stuff? That is what I did, where did I go wrong?
If you can wait for a bit I can make a video guide, if you wish? Just tell, cheers
Sended for HTC One via XDA Premium App
Cr Stallion said:
All the files are under download, I went to the cmd window and typed download. Man, I have no idea how to do any of this stuff. I am completely new to all of this. I downloaded the files but then I don't even know if I am suppose to do anything with them...
I will restart again, as if I have not downloaded anything at all...
My first steps should be following the bootloader instructions on HTCdev, and at step 4 I download the files and then extract them to another folder. Then I should go hit start, type cmd. Click cmd, and type that stuff? That is what I did, where did I go wrong?
Click to expand...
Click to collapse
Unzip the folder all the files you need are inside
---------- Post added at 08:12 PM ---------- Previous post was at 08:11 PM ----------
Daichisan said:
If you can wait for a bit I can make a video guide, if you wish? Just tell, cheers
Sended for HTC One via XDA Premium App
Click to expand...
Click to collapse
There are 2 videos posted in my guide
BD619 said:
Unzip the folder all the files you need are inside
---------- Post added at 08:12 PM ---------- Previous post was at 08:11 PM ----------
There are 2 videos posted in my guide
Click to expand...
Click to collapse
I really appreciate you guys on not giving up on me, BD should I download the root files before doing anything else?
Also, since I feel like an idiot about this stuff. Because everyone seems to have no problems and I can't even unzip a file or open a command. I had to google to even know what unzipping a file meant.
Is there any files I should have on my computer prior to attempting to download anything else in the guide? Also, should I just make a folder and name it something like androidroot, and then whenever I download a file, copy it to the desktop and try to open it?
Cr Stallion said:
I really appreciate you guys on not giving up on me, BD should I download the root files before doing anything else?
Also, since I feel like an idiot about this stuff. Because everyone seems to have no problems and I can't even unzip a file or open a command. I had to google to even know what unzipping a file meant.
Is there any files I should have on my computer prior to attempting to download anything else in the guide? Also, should I just make a folder and name it something like androidroot, and then whenever I download a file, copy it to the desktop and try to open it?
Click to expand...
Click to collapse
Yes download the root files everything you need is inside
Hey guys, I have gotten past all that other stuff and I just got my unlock pin code on my email, I ran into a problem saving it. Whenever I tried to save it, i get a message saying windows can't open the file that it needs to know what program to use to open the file? What should I do in this part, and sorry about my questions before, I just had to read more and explore the links you provided, before I started watching the video link I was trying to follow every step on htcdev
Cr Stallion said:
Hey guys, I have gotten past all that other stuff and I just got my unlock pin code on my email, I ran into a problem saving it. Whenever I tried to save it, i get a message saying windows can't open the file that it needs to know what program to use to open the file? What should I do in this part, and sorry about my questions before, I just had to read more and explore the links you provided, before I started watching the video link I was trying to follow every step on htcdev
Click to expand...
Click to collapse
It's been a while but I think you just right click the .bin and select save as and save it to the root files folder
BD619 said:
It's been a while but I think you just right click the .bin and select save as and save it to the root files folder
Click to expand...
Click to collapse
It askes me to use a program to open the file with, the guy on the video is able to just save it with no problem on his desktop then move it to the root file. Whenever it gives me options to manually select the program I can choose to open the bin and I click the root folder, the options of programs it gives me are th HTC driver, fastboot, cmd, another folder saying stock recovery and boot images, and adb?
I have no clue, it doesn't give me an option to just save it to the desktop like how the guy in the vid did. Plus it says windows can't open the file and it asks me to search the web for a program to open the file or to just open the file with an already installed program, I just dont know what program to choose.
Thanks for sticking with me, really appreciate it.
Cr Stallion said:
It askes me to use a program to open the file with, the guy on the video is able to just save it with no problem on his desktop then move it to the root file. Whenever it gives me options to manually select the program I can choose to open the bin and I click the root folder, the options of programs it gives me are th HTC driver, fastboot, cmd, another folder saying stock recovery and boot images, and adb?
I have no clue, it doesn't give me an option to just save it to the desktop like how the guy in the vid did. Plus it says windows can't open the file and it asks me to search the web for a program to open the file or to just open the file with an already installed program, I just dont know what program to choose.
Thanks for sticking with me, really appreciate it.
Click to expand...
Click to collapse
Are you right clicking the .bin?
If you left click it will try to open.
BD619 said:
Are you right clicking the .bin?
If you left click it will try to open.
Click to expand...
Click to collapse
Yeah I did both, the problem is it doesn't give me an option to save as because its on my email (gmail.) I'm using firefox webbrowser, the only options I have is to hit the download arrow or show in drive. If I right click it, the options are
back, forward, bookmark this page or save page as, background image. Just the regular options.
Cr Stallion said:
Yeah I did both, the problem is it doesn't give me an option to save as because its on my email (gmail.) I'm using firefox webbrowser, the only options I have is to hit the download arrow or show in drive. If I right click it, the options are
back, forward, bookmark this page or save page as, background image. Just the regular options.
Click to expand...
Click to collapse
Ok choose download then find it in the downloads folder and copy and paste it to the root files folder
BD619 said:
Ok choose download then find it in the downloads folder and copy and paste it to the root files folder
Click to expand...
Click to collapse
Haha I am so happy right now, that worked. Thank you, now to root it and do the recovery part
OKay, ran into another problem just now.
Whenever I open the cmd on the root folder, and type in adb reboot boot loader, it gave me a message saying device offline?
adb server is out of date. killing...
* daemon started successfully *
error: device offline
thats exactly what happened
Cr Stallion said:
OKay, ran into another problem just now.
Whenever I open the cmd on the root folder, and type in adb reboot boot loader, it gave me a message saying device offline?
adb server is out of date. killing...
* daemon started successfully *
error: device offline
thats exactly what happened
Click to expand...
Click to collapse
Ok go into setting/about/software/more and tap the build number 7 times it will enable developer options
then go to settings/dev options and UNcheck then re-check USB Debugging you will now get a popup on your phone with an RSA number check the box that says always allow from this PC and hit OK.
Your device should show as device rather then offline

Categories

Resources