home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.os.linux      Getting to be as bloated as Windows!      107,822 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 106,508 of 107,822   
   Andrew to Tom Del Rosso   
   Re: Mapping a folder in a device to a dr   
   24 Sep 24 14:33:17   
   
   XPost: alt.comp.os.windows-10, alt.comp.os.windows-11, alt.msdos.batch.nt   
   XPost: comp.mobile.android   
   From: andrew@spam.net   
      
   Tom Del Rosso wrote on Mon, 23 Sep 2024 17:41:46 -0400 :   
      
   >> It's odd that only Nokia doesn't supply its own Android USB drivers.   
   >   
   > I think it's odd that it needs a special driver when my flip phone of 20   
   > years ago would simply emulate a USB drive, so it didn't need a special   
   > driver. I know MTP works like a client-server database to prevent file   
   > corruption, but I don't see why the Windows version of the MTP protocol   
   > can't include the ability to assign a drive letter, since Windows   
   > depends on letters.   
      
   Well, let's clarify that word "needs" since my experience has been that   
   almost everything I plug into Windows that needs a driver, gets one.   
      
   The question here, is when things aren't working, do you have the "right"   
   driver, and the answer is that Nokia doesn't seem to make that driver.   
      
   So the OP is stuck with whatever driver that Windows felt was appropriate.   
   Obviously, my suggestion is the generic driver suggested by Google for adb.   
      
   That's because adb does everything you could want a program to do, although   
   just plugging an Android phone into Windows pretty much works for everyone.   
      
   As far as I recall, we still don't know the OP's Android USB settings.   
     USB default settings   
      
   >> Personally, I long ago forgot that the SUBST command even existed, so   
   >   
   > In alt.msdos.batch.nt we haven't even forgotten the REPLACE command but   
   > XCOPY /U works better.   
      
   Yeah, I forget about XCOPY & ROBOCOPY myself, and I wrote, oh, way back in   
   the 90's I guess, entire twenty page tutorials on how to use DEBUG better.   
      
   > I even remember trying RECOVER on floppies but it never worked. Norton   
   > Utilities had an equivalent that did work.   
      
   I don't even remember RECOVER, but I do remember losing every file and then   
   gaining them back, minus the first character & minus the long file names.   
      
   Someone recently posted this powershell, though, for listing files in the   
   order they were created, which is useful when datestamps are necessary.   
    C:\> powershell   
    PS\> get-childItem | sort-object -prop lastWriteTimeUtc | forEach { "{0} {1}"   
   -f $_.lastWriteTimeUtc.toString("yyyyMMddHHmmssffff"), $_.name } > dated.txt   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca