Tagged Questions
0
votes
0answers
25 views
Issue with the adb shell on a tablet 20080411
Hello i am trying to fastboot my tablet serialno 20080411 my problem is when i try to acces in the shell of the tablet that happens the problem, i try to make a ls the system said /system/bin/sh: ls: ...
0
votes
1answer
458 views
fastboot doesn't see device
I've read a lot of articles about this problem but I can't resolve it. I decided to install my developer application on phone using wifi. To do this I need to do some things with my phone. The first ...
4
votes
1answer
1k views
How to Retrieve SD Card Files via fastboot or recovery?
I have a Nexus 4 (LG E960) running rooted stock 4.2.2/JDQ39. The phone fell from a foot high and the screen cracked. The touchscreen no longer works.
I have a full Nandroid (TWRP type) backup under ...
0
votes
0answers
432 views
Flashing NAND on Allwinner A13 Dev Board
I'm trying to flash the NAND on my Allwinner A13 dev board, but the I've gotten a bit stuck.
Using ADB, I have transferred the image over that I want to flash, and I'm connected to the device's ...
4
votes
2answers
6k views
Obtaining root by modifying default.prop(ro.secure)?
To get a privileged shell you need to modify the following lines to the given values in the default.prop file
ro.secure=0
ro.debuggable=1
persist.service.adb.enable=1
I have the extracted the ...
5
votes
2answers
2k views
Getting Segmentation Fault on recovery
It's an Android 4.0.3.
I'm trying to fix my tablet, because it doesn't start anymore.
running fastboot devices returns nothing.
Then, I'm trying to do that through adb.
adb devices returns
List of ...
2
votes
1answer
2k views
How to unbrick/reflash Nexus S using stock ROM, stock tools
I have a Nexus S that seems to have bricked itself. I have never modded the ROM or phone, and it was totally stock.
Now, it boots right int the white Google logo and stays there forever (I let it ...