Touch-Screen funktioniert nicht mehr

Ich könnte k...... :mad2:
Echt mist. Na ja.

Danke nochmal

Gruß janemann
 
Und wieso schickst du es nicht zur Reaparatur?
 
Hallo,

ich wollte das Thema noch mal aufgreifen.
Nachdem ich es jetzt irgendwie geschafft habe, das das Folio mit dem original ROM läuft, habe ich das nächste Problem. :(

Sobald ich einen Reboot mache, sind alle Einstellungen und alle Apps weg.
Das heisst, die Werkseinstellungen werden wieder hergestellt.

Ist das Problem vielleicht bekannt?

Vielen Dank

Gruß janemann
 
Probier mal das:
(only if applications doesn't save their settings) reboot into recovery, adb shell, and than type the following commands: "mount /dbdata -rw" , "cd /dbdata", "chmod 777 shared_prefs".

Ist von einem anderen Custom-ROM für ein anderes Gerät, aber die Diagnose des Problems könnte passen.
 
@Trumpf

Vielen Dank für Deine Hilfe, aber könntest Du erklären wie ich da genau vorgehen muss.
Wie müssen die Befehele eingetippt werden?
Muss ich das Folio an den PC anschliessen?

Eine genaue Anleitung wäre super.

Vielen Dank

Gruß janemann
 
Also adb solltest du zuerst zum laufen bekommen. Das ist beim Android-SDK dabei.
Android SDK | Android Developers

Wenn das läuft (Eingabeaufforderung) dann eben den Befelhl "adb shell" ausführen und das da oben nacheinander abtippen. (ohne die ")
 
Irgendwie bekomm ich das alles nicht richtig hin. Echt kacke.

Mir ist irgendwie nicht klar wie ich adb ans laufen bekomme und wie ich das Terminal Fastboot starten kann.

Gibt es vielleicht eine Anleitung für komplette Anfänger. :)

Vielen Dank

Gruß janemann
 
Alles klar. Danke Dir.

Da werde ich mir wohl etwas mehr Zeit für nehmen müssen, denn mit den ganzen zum großen Teil englischen Informationen muss man sich wohl intensiver beschäftigen.

Dachte vielleicht es gibt eine deutsche Anleitung für Dumme. :)

Egal, werde mich einlesen.

Gruß janemann
 
Die habe ich gerade noch gefunden. Vielleicht ist das eine einfachere Anleitung.


1. Download SDK
Android SDK | Android Developers
2. Download Google USB Drivers from SDK Manager
3. After download, there're located in /path_to_your_SDK_directory/extras/google/usb_driver
4. Open android_winusb.inf and add this after [Google.NTx86] or [Google.NTamd64](32 bit or 64bit)
;NVIDIA Tegra
%SingleAdbInterface% = USB_Install, USB\VID_0955&PID_7000
%CompositeAdbInterface% = USB_Install, USB\VID_0955&PID_7100&MI_01
(Here is my modificated android_winusb.inf file here, but it's old and an updated version arrived from Google and it's compatible with 32bit and 64bit)
5. Open CMD from Start>Run and type:
echo 0x955 >> "%USERPROFILE%\.android\adb_usb.ini"
6. Reboot
================================================== ========
7. On tablet go to Settings > Applications > Development and enable USB Debugging if it wasn't enabled and connect tablet with computer via USB.
8. Right-click on Computer and click Manage. Identify your device from the list(I think it's Tegra with board icon), right-click it and click Update Driver Software
9. Choose to browse your computer for driver software and then select to pick from a list device drivers on your computer
10. Choose to view all devices and click Have Disk
11. Browse to the google-usb_driver folder inside your Android SDK folder(/path_to_your_SDK_directory/extras/google/usb_driver) and select the android_winusb.inf file
12. If you get any warnings prompts telling you that the driver might not be compatible, just choose to continue installing
13. Once the drivers have been installed, you should be able to use ADB with your device
14. To confirm that your device is recognized, launch a Command Prompt window and enter these commands:
adb kill-server
adb start-server
adb devices
If you see your device name or a few numbers as the output under the list of devices, your device is now recognized by ADB
For fastboot you need to go to /path_to_your_SDK_directory/platform-tools in terminal(cd /path_to_your_SDK_directory/platform-tools) and type fastboot(.exe) <action> and before it to change ADB Interface to ADB
 
Super. Vielen dank. Damit wird es sicher klappen. Wenn nicht schmeiß ich das Teil weg:).
Danke nochmal.
Gruß janemann

Gesendet mit der Android-Hilfe.de-App
 

Ähnliche Themen

D
Antworten
1
Aufrufe
1.092
Daniel461
D
L
  • LillyVanilly
Antworten
4
Aufrufe
3.485
MaximL82
M
O
  • ossikar
Antworten
0
Aufrufe
1.351
ossikar
O
Zurück
Oben Unten