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

Help Archos 70 Trouble

Julein

Newbie
Okay so my archos 70 screen broke and i have no way to mount it. But i have to get rid of some illegal apps like the Gapps is this possible... if it is it will save me like 180$. if not i will just use warranty to get full new one.
 
touch doesn't work. I have got the full refund but i am seeing if i can just use that money to repair the one i have. but to do that i need to be able to access the files
 
i need to be able to access the files

Have you tried ADB? See instructions below. Also, I really want to know how you got money back for a broken screen.

First make sure you are running the latest ARCHOS firmware. Connecting by this method will give you user shell privileges. Learn more to know how to use ADB on Windows, Mac or Linux operating system:

  • Go to the Android SDK page and download the latest SDK for your operating system.
  • For Windows users only: Install the Archos ADB USB Driver for Windows. The driver is available at the ARCHOS support ftp (ftp://support.archos.com). Instructions how to install the driver are available at USB Driver for Windows site on Android Developers.
  • Add Archos vendor ID (0x0e79) to adb_usb.ini in .android folder in your home directory:
    • Windows: echo 0x0e79 >> "%USERPROFILE%\.android\adb_usb.ini"
    • Macos: echo "0x0e79" >> ~/.android/adb_usb.ini
    • Linux: echo "0x0e79" >> ~/.android/adb_usb.ini
 
Back
Top Bottom