Tagged Questions
4
votes
1answer
760 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
416 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
5k 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 ...