Can Anyone Help Me???

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
@vampirefo Your recovery works but how do you select an option without any buttons?

it doesn't have any buttons?

every a10 I have seen has buttons.

I went off of the sun4i-keyboard.kl, which is what i use for all my recoveries.

key 102 HOME WAKE
key 1 BACK WAKE
key 139 MENU WAKE_DROPPED
key 115 VOLUME_UP
key 114 VOLUME_DOWN
 

rhg135

Member
Oct 26, 2012
66
12
Volume up and down work? Press power to select.

Power won't select. I seem to remember from my previous CM building you need some variable in BoardConfig.mk.

P.S. for anyone who wants to know hold vol-up then continously press power for 8-9 times to boot recovery.
 

jwhood

Member
May 20, 2012
7
2
I took mine back,i was getting pissed off that i could get nothing to boot,might go buy again since ppl got gapps and custom recovey working dammit im to impatient!!!

Sent from my HTC Glacier using Tapatalk
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Power won't select. I seem to remember from my previous CM building you need some variable in BoardConfig.mk.

P.S. for anyone who wants to know hold vol-up then continously press power for 8-9 times to boot recovery.

Ok so your power isn't 116

boot into cw recovery

press volume down until you are over mounts and storage.

adb shell

mount -t ext4 /dev/block/nandd /system

/system/bin/getevent

now press power button a few times, post output.

you should see something like this.

vampirefo@Vamp:~/Desktop$ adb shell
~ # mount -t ext4 /dev/block/nandd /system
~ # /system/bin/getevent
add device 1: /dev/input/event0
name: "sun4i-keyboard"
could not get driver version for /dev/input/mice, Not a typewriter
add device 2: /dev/input/event1
name: "axp20-supplyer"
/dev/input/event1: 0001 0074 00000001
/dev/input/event1: 0000 0000 00000000
/dev/input/event1: 0001 0074 00000000
/dev/input/event1: 0000 0000 00000000
/dev/input/event1: 0001 0074 00000001
/dev/input/event1: 0000 0000 00000000
/dev/input/event1: 0001 0074 00000000
/dev/input/event1: 0000 0000 00000000


I need the /dev/input/event1 results, just copy as paste all output.
 

rhg135

Member
Oct 26, 2012
66
12
Ok, It's attached, but I found a bigger issue. Somehow I borked android and tried to restore but it seems clockwork doesn't work with livesuit and I don't know how to extract the .img
 

Attachments

  • $events.txt
    818 bytes · Views: 297
Last edited:

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
Ok, It's attached, but I found a bigger issue. Somehow I borked android and tried to restore but it seems clockwork doesn't work with livesuit and I don't know how to extract the .img
your code shows your power button is 116 so it is set correctly to select item.

Then second part I have no ideal what you are saying, livesuite and cw recovery are nothing a like, livesuite is to be used in windows.
 

rhg135

Member
Oct 26, 2012
66
12
I meant, I tried to restore per d2pad.info after installin cwr, but can't. Do you have any ideas how to fix my tablet?

Sent from my LGL55C using Xparent Green Tapatalk 2
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
well it sounds like you had a defective power button as the code shows it is 116 and it should have selected item in cw. seeing it couldn't select item most likely it wont be able to get you into upload mode on livesuite.

you have to hold volume up while press power, you need to make sure you downloaded correct version of your software there are two different versions. also there are instructions here.

http://d2pad.info/docs/OSFirmwareUpdateInstruction_SN_D201208Bxxxxx.pdf
 

rhg135

Member
Oct 26, 2012
66
12
I tried that, but I had no luck. Also you said you had extracted the update, maybe I can apply it manually through adb.

Sent from my LGL55C using Xparent Green Tapatalk 2
 

vampirefo.

Senior Member
Developer
Nov 8, 2011
3,836
1,394
I tried that, but I had no luck. Also you said you had extracted the update, maybe I can apply it manually through adb.

Sent from my LGL55C using Xparent Green Tapatalk 2

how did you brick your tablet? if you can use adb it's not bricked.

to extract the image and use it you need to use and be good at using Linux.
 

rhg135

Member
Oct 26, 2012
66
12
I meant adb in cwr and yes I'm experienced with linux (and posix)

Sent from my LGL55C using Xparent Green Tapatalk 2
 
Top