Quote:
Originally Posted by raoulw
1. The device only has one button and a pin whole. Any suggestions on how to get it onto bootloader/recovery mode?
|
Probably if you turn it on with the one button pressed it will enter bootloader mode.
Or simply:
adb reboot bootloader
The recovery partition most likely is empty.
Quote:
Originally Posted by raoulw
2. Is this exact device sold under another brand where there might be some rooting info about it?
|
Probably Root Master will work on this device.
If not, the solution that cannot fail:
- dump the system partition (for example using rkflashtool) to an img file
- mount the file on the PC, add su, umount
- upload the changed img to the device