I recently got this Apeman A77 action cam with the intention of using it as a webcam,
But it turns out that they have disbaled the pc camrea function in the firmware... so i did some digging into what the camra is under the hood by using the adb shell i found a file in the /data directory called device_info.lua,
I was woundering if anyone has any advice on flashing different Allwinner camra firmware onto this device that would allow for PC camra function I did try the backup script that is on this fourm to try export the firmware image but it failed..
I was hopping somone here has encountered this before and could help with flashing some new firmware im willing to write a new script if needs be or looking for a guide/docs on how to go about it
Any information would be very helpful!
But it turns out that they have disbaled the pc camrea function in the firmware... so i did some digging into what the camra is under the hood by using the adb shell i found a file in the /data directory called device_info.lua,
Code:
/data # cat device_info.lua -- ------------------------------------------------------------------------------- -- Copyright (c), 2001-2016, Allwinner Tech All rights reserved. -- ------------------------------------------------------------------------------- -- file device_info.lua -- brief ${DESCRIPTION} -- author id: 826 -- version v0.3 -- date 2016-10-11 info = { screen = { width = 320, height = 240, }, device = { -- 设备名 device_name = "V5-SDV", -- 设备ID device_id = 0, }, ntp = { -- NTP校时使能标志 ntp_enable = 0, -- NTP端口 ntp_port = 0, -- NTP服务器地址 ntp_server = "cn.ntp.org.cn", -- NTP校时操作时间间隔 单位小时 interval = 6, -- 时区选择 time_zone = 13, }, uuid = "A5H9X6ZEXT86GJKL111A", }
I was hopping somone here has encountered this before and could help with flashing some new firmware im willing to write a new script if needs be or looking for a guide/docs on how to go about it
Any information would be very helpful!
Comment