Calgarypuck Forums - The Unofficial Calgary Flames Fan Community
Old 11-02-2014, 02:42 PM   #681
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

Quote:
Originally Posted by Galakanokis View Post
good try adb devices from the same place, should give you the same result.

The pull or copy command is pretty simple, it's just adb pull (source path). It will copy your phone files into your platform-tools folder. You will just need to know your folder structure on your phone. Some one with a 1+1 can chime in with that, something like sdcard/camera/DCIM something like that.
Ok, so I typed the following:

adb pull C:\android

Is that right? I got a message saying daemon started successfully
then
error: device not found

I thought that by path, you meant where I want the file to go. C:\android is where I want them to go. Hell, they can go anyywhere on my PC, I just want them.
RedMileDJ is offline   Reply With Quote
Old 11-02-2014, 02:50 PM   #682
Galakanokis
#1 Goaltender
 
Galakanokis's Avatar
 
Join Date: Apr 2006
Location: Sadly not in the Dome.
Exp:
Default

No, you want the location of the file on your phone. you can specify a computer location but it will default to where adb is installed. For me it would look like

C:\Android\platform-tools>adb pull storage/emulated/0/DCIM/camera
Galakanokis is offline   Reply With Quote
Old 11-02-2014, 02:50 PM   #683
ricosuave
Threadkiller
 
ricosuave's Avatar
 
Join Date: Oct 2003
Location: 51.0544° N, 114.0669° W
Exp:
Default

the camera photos file structure is:

"x" should be either (your phone name) or default? (A0001)

as in x/Internal Storage/DCIM/Camera
__________________
https://www.reddit.com/r/CalgaryFlames/
I’m always amazed these sportscasters and announcers can call the game with McDavid’s **** in their mouths all the time.
ricosuave is offline   Reply With Quote
Old 11-02-2014, 02:52 PM   #684
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

Quote:
Originally Posted by Galakanokis View Post
No, you want the location of the file on your phone. you can specify a computer location but it will default to where adb is installed. For me it would look like

C:\Android\platform-tools>adb pull storage/emulated/0/DCIM/camera
I have no idea of the location. What you've said is familiar. But I have no idea how to bring up the exact location. I'd rather just pull it all.
RedMileDJ is offline   Reply With Quote
Old 11-02-2014, 03:01 PM   #685
Galakanokis
#1 Goaltender
 
Galakanokis's Avatar
 
Join Date: Apr 2006
Location: Sadly not in the Dome.
Exp:
Default

Quote:
Originally Posted by Red-Mile-DJ View Post
I have no idea of the location. What you've said is familiar. But I have no idea how to bring up the exact location. I'd rather just pull it all.
You can do that. SOunds like it would be

C:\Android\platform-tools>adb pull Internal Storage

would still need to verify what CM calls the storage on the 1+1. Rico says it is Internal Storage
Galakanokis is offline   Reply With Quote
Old 11-02-2014, 03:05 PM   #686
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

Ok, so I typed the following, within the adb folder (C:\adb)

adb pull A0001/internal storage/DCIM/Camera

And what I got was a message that said: Error: device not found
RedMileDJ is offline   Reply With Quote
Old 11-02-2014, 03:06 PM   #687
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

I must have mus-typed something...?
RedMileDJ is offline   Reply With Quote
Old 11-02-2014, 03:13 PM   #688
Galakanokis
#1 Goaltender
 
Galakanokis's Avatar
 
Join Date: Apr 2006
Location: Sadly not in the Dome.
Exp:
Default

ADB drivers are not installed then. Did you reboot the PC after running the above install program? Try the link I posted a few posts up.

or

https://forums.oneplus.net/threads/i...64-bits.51264/

depends on your OS of course.
Galakanokis is offline   Reply With Quote
Old 11-02-2014, 03:15 PM   #689
Galakanokis
#1 Goaltender
 
Galakanokis's Avatar
 
Join Date: Apr 2006
Location: Sadly not in the Dome.
Exp:
Default

Quote:
Originally Posted by Red-Mile-DJ View Post
I must have mus-typed something...?
Run adb devices or adb version. Sounds like adb is not working. adb/fastboot are similar but use different drivers.
Galakanokis is offline   Reply With Quote
Old 11-02-2014, 03:17 PM   #690
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

Rebooting now. I already did once, but I'll do it again.

I want to REALLY thank you guys for helping me. Even if it doesn't work, I sure do appreciate the support and stuff.

I'll be back in a few minutes.
RedMileDJ is offline   Reply With Quote
Old 11-02-2014, 03:29 PM   #691
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

When I run fastboot devices from the fastboot directory, I get the following:

8f33559D

But when I run adb devices from the adb directory all I get is:

list of devices attached


But there's no list.

Seems like Fastboot is finding my phone, but adb isn't.
RedMileDJ is offline   Reply With Quote
Old 11-02-2014, 03:35 PM   #692
Galakanokis
#1 Goaltender
 
Galakanokis's Avatar
 
Join Date: Apr 2006
Location: Sadly not in the Dome.
Exp:
Default

damn it, just dawned on me you have to have adb enabled on the phone itself. As far as I know there is no way to enable it without booting your phone unless your recovery as the option, I know some custom recoveries do but no idea what CM offers on the 1+1.

Will need to look a little at that.
Galakanokis is offline   Reply With Quote
The Following User Says Thank You to Galakanokis For This Useful Post:
Old 11-02-2014, 03:42 PM   #693
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

Quote:
Originally Posted by Galakanokis View Post
damn it, just dawned on me you have to have adb enabled on the phone itself. As far as I know there is no way to enable it without booting your phone unless your recovery as the option, I know some custom recoveries do but no idea what CM offers on the 1+1.

Will need to look a little at that.
OK. I appreciate the help anyway.

To everyone that chimed and offered, thank you. I'm going to take the phone to a data recovery place on Monday. I'll let you guys know what happens.

In the mean time, I'll be using my old Nexus 4 (wife has the 5). I'll be looking for a new phone, I guess. Probably the Nexus 6.

OnePlus One can suck an egg. I actually opened a support ticket with them, back on October 17th, because I experienced a couple random reboots over the course of a week. Then it stopped. The ticket is still opened, and I've asked for help with this issue.
RedMileDJ is offline   Reply With Quote
Old 11-02-2014, 03:42 PM   #694
Galakanokis
#1 Goaltender
 
Galakanokis's Avatar
 
Join Date: Apr 2006
Location: Sadly not in the Dome.
Exp:
Default

Try the adb commands from recovery not bootloader (fastboot menu).

worh trying to install ADB right from Google.

http://developer.android.com/sdk/index.html

Last edited by Galakanokis; 11-02-2014 at 03:45 PM.
Galakanokis is offline   Reply With Quote
Old 11-02-2014, 07:05 PM   #695
FlameOn
Franchise Player
 
FlameOn's Avatar
 
Join Date: Oct 2010
Location: Calgary
Exp:
Default

Quote:
Originally Posted by STeeLy View Post
Anyone still have screen protectors for the OnePlus?
I'm back from vacation Tuesday. Have 6. Can meet up if you want one
FlameOn is offline   Reply With Quote
Old 11-02-2014, 11:16 PM   #696
RW99
First Line Centre
 
RW99's Avatar
 
Join Date: Oct 2005
Location: 103 104END 106 109 111 117 122 202 203 207 208 216 217 219 221 222 224 225 313 317 HC G
Exp:
Default

Well mine is shipping, so you can take me off the invite list. They posted that 21k people got orders in during the rush, and then 45 minutes later I got to place my order. And I think I had 3-5 week time frame at the beginning? So that is weird if they were able to ship 30k phones in 7 days. But no complaints!
RW99 is offline   Reply With Quote
Old 11-03-2014, 06:12 AM   #697
chaoticmonk
Farm Team Player
 
Join Date: Aug 2011
Exp:
Default

just pray you don't have to go through the rma process...

nevermind it took 3 weeks to get the rma itself processed, but it's been 1 month and counting since i sent in my phone. it only took a week to get to hong kong and i have recevied a shipping notification for the replacement, but the phone hasn't actually shipped yet....it was just the shipping label being created...that was 3 weeks ago.... *sigh*

as usual, no response from support as to what's going on.
chaoticmonk is offline   Reply With Quote
Old 11-03-2014, 08:16 AM   #698
comrade
Crash and Bang Winger
 
Join Date: Aug 2004
Exp:
Default

Quote:
Originally Posted by RW99 View Post
Well mine is shipping, so you can take me off the invite list. They posted that 21k people got orders in during the rush, and then 45 minutes later I got to place my order. And I think I had 3-5 week time frame at the beginning? So that is weird if they were able to ship 30k phones in 7 days. But no complaints!
Mine has just shipped as well. I'm wondering if their system didn't originally have tons of duplicates or something. I was 4-6 weeks originally. I noticed my DHL tracking number starts in LA, I also wonder if maybe they had a lot more stock shipped to NA compared to elsewhere.
comrade is offline   Reply With Quote
Old 11-03-2014, 08:40 AM   #699
RedMileDJ
Lifetime Suspension
 
Join Date: Sep 2007
Location: blow me
Exp:
Default

As much as I want to dump on this phone and tell you guys "don't get it", I can't. It's really been a good phone. I just don't understand how it could start giving me these issues out of the blue.

I read thread after thread, on the OnePlus One forums, of people with issues. I figured it couldn't be that bad. But no one had the reboot loops, until recently.

Hopefully none of you experience what happened to me.
RedMileDJ is offline   Reply With Quote
Old 11-03-2014, 10:46 AM   #700
andy_521
Farm Team Player
 
Join Date: Jun 2012
Exp:
Default

Quote:
Originally Posted by RW99 View Post
Well mine is shipping, so you can take me off the invite list. They posted that 21k people got orders in during the rush, and then 45 minutes later I got to place my order. And I think I had 3-5 week time frame at the beginning? So that is weird if they were able to ship 30k phones in 7 days. But no complaints!
Same here, I got my shipping notification and DHL number yesterday, it still says it's in LA this morning. Considering my initial shipping estimate was 4-5 weeks I'm not complaining.

I'm guessing we can't pay our taxes/fees to DHL till it enters the country because the website isn't accepting the tracking ID yet to do this?
andy_521 is online now   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 01:48 PM.

Calgary Flames
2024-25




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright Calgarypuck 2021 | See Our Privacy Policy