Android Tablets Forum banner

Actions Tablet Tools

370729 Views 200 Replies 48 Participants Last post by  higgybees
3
Actions' PAD Product Tools (Developer Editions)

0_145627_738d63a7_L.jpg

0_f8168_869513c5_L.jpg
Download

1.01.02 http://yadi.sk/d/wn0y5BdtFmQy9 2012-12-25? (Use newer versions for Ainol firmwares)
1.02.02 http://yadi.sk/d/Xf5NVryz998nC 2013-01-08? (Hero 4 nuclear upgrade tool)
1.02.03 http://yadi.sk/d/GFpAmhs39QZ67 2013-01-28?
1.02.04 http://yadi.sk/d/Q77kNQRx5py4n 2013-02-27?
1.04.01 http://yadi.sk/d/mzPzjx8x98vWv 2013-07-05?
1.05.02 http://yadi.sk/d/KrQo018cDYkqw 2013-11-25 (automatic updates)
1.06.01 http://yadi.sk/d/RFV5MC7SHuhht (test version. Install an older version, or just its drivers to use.)
1.06.02 http://yadi.sk/d/BB67kma9JaUYY 2014-02-25
1.07.02 http://yadi.sk/d/5VDeBWigMwt9X 2014-04-22
1.08.01 2014-06-19 -
1.09.02 https://yadi.sk/d/wwyYPzyKi4h7E 2015-02-05
1.09.03 (automatic update) 2015-04-22
1.09.04 (automatic update) 2015-06-04
1.09.05 (automatic update) 2015-06-15
Update from 1.07.02 to 1.09.02 and from 1.09.02 to 1.09.05 available also here
http://www.slatedroid.com/topic/94521-actions-pad-tools-developer-editions/?p=1259234

- - - - - - - - -

Actions' IH FW Burning Tools (PAD Product Tool's name changed V2.00 ->)

IH FW Burning Tool support the firmware file with extension ".fw" only!
That is, one file having ".fw" as extension.
So, do not update if you need to flash an older firmware that
consists of separate files (*.fw, misc.img, rec.img, system.img).

2.00.02 2015-07-21 (automatic update)
2.01.02 2015-08-10? https://yadi.sk/d/PF9iEseQr9SVi
2.01.03 2015-08-17 https://yadi.sk/d/onxdGPRKrp2Gu
2.02.01 2016-11-30 (automatic update, not public yet)

Version history
v2.02.01 2016-11-30 1) Solve bugs

v2.01.03 2015-08-17 1) Solve bugs 2) Support composite firmware

v2.00.02 2015-07-21 1) Support Intelligent Hardware and IOT platform, PAD solution compatible 2) Enter into development mode with startup argument '-developer'

v1.09.05 2015-06-15 1) Solve the bugs about FAT32 images

v1.09.04 2015-06-04 1) Solve the bugs about FAT32 images

v1.09.03 2015-04-22 1) Tooltip for USB power

v1.09.02 2015-02-05 1) Support 7059 series 2) Optimize production efficiency 3) Optimize the User Interface usability

v1.08.01 2014-06-19 1) Support MTP mode

v1.07.02 2014-04-22 1) Support BOX Solutions

v1.06.02 2014-02-25 1) Solve the bugs 2) Support compound firmware PRODUCTION and FLASH_ERASE forced to selected Hidden partitions settings All partitions will be programmed onto the device HDCP-KEY programmed together with the firmware only Support signed firmware verification (need the matched public key) Support making mass production card 3) Compatible the sparse firmware and images

v1.05.02 2013-11-25 1) Distinguish the basic and advanced settings 2) Match the partition images in the firmware directory automatically 3) Show the basic settings by default PRODUCTION and FLASH_ERASE are selected by default in advanced settings 4) Support the signed firmware Report error while the firmware is incomplete (missing public key or the signature file) Add verification process while matching the partition image Do not programmed if the firmware is incomplete 5) Upgrade self online 6) Update the Logo and help documentation

(Adfu drivers current version: 1.1.1309.4005)
- - - - - - - - -

For non-developers? (Better use a Developer Edition)

0_f8169_a7411a7c_M.jpg

Pad End User Upgrade
V1.00 http://yadi.sk/d/uGHFQqoOdpVYF
V1.01 http://yadi.sk/d/VxJwKz95FmQ2t
V1.02 http://yadi.sk/d/DfPDXuqxdpVQo

- - - - - - - - -

For Linux

I. Download the firmware burning tool such as FWBurning Tool from:

http://mirror.lemaker.org/FW_Burning_Tool_For_Linux_V1.0_01.tar.gz
http://mirror.lemaker.org/FW_Burning_Tool_for_Linux_PC_V1.1_01.7z

wget http://mirror.lemaker.org/FW_Burning_Tool_For_Linux_V1.0_01.tar.gzII. In the command terminal, extract the archive file and install FWBurning Tool.
sudo tar -zxvf FWBurning_Tool_For_Linux_V1.0_01.tar.gz
cd FWBurning_Tool_For_Linux_V1.0_01
sudo ./FWBurningTool-1.0.runIII. Press and hold the software "ADFU" button, Connect to LeMaker Guitar via USB3.0/USB2.0 cable. When LeMaker Guitar is powered on, it will take about 6 seconds to enter ADFU mode. And then after it enters to the ADFU mode, we can release the software "ADFU" button. We can use the command "lsusb" to list the USB devices. If can't detects the USB device, please use the hardware "ADFU" button on core board to enter ADFU mode.
sudo lsusb
…
Bus 001 Device 002: ID 10d6:10d6 Actions Semiconductor Co., Ltd
…IV. Write the .fw file into eMMC NAND Flash.
sudo python ./ActionsFWU.py --fw=[firmware_name].fw
http://www.lemaker.org/product-guitar-guide.html

Mirrors for above RUN files
FWBurningTool-1.0.run https://yadi.sk/d/eKH9B9zBrp6au
FWBurningTool-1.1.run https://yadi.sk/d/d44D5sb1rp6b6

Some code from Production.py for writing img files.

def GetDebugConfig():
'''
Debug mode support ADFU only
'''

cfg = [];
# fw should be the first
fw = ('fw', 'D:\\Firmware\\702A\\restart\\jellybean_atm7029_10_a_130515.fw');
#fw = ('fw', '/home/pcsw/Firmware/jellybean_atm7029_10_a_130515.fw');
cfg.append(fw);
# more configurations
cfg.append(('PRODUCTION', '1'));
cfg.append(('FLASH_ERASE', '1'));
cfg.append(('FLASH_READ_CHECK', '1'));
#cfg.append(('PARTITION', '1|0|1|IMG|\n1|1|IMG|D:\\Firmware\\702A\\restart\\rec.img\n2|1|IMG|D:\\Firmware\\702A\\restart\\misc.img\n3|1|IMG|D:\\Firmware\\702A\\restart\\system.img\n4|1|FMT\n5|1|FMT\n'));
#cfg.append(('PARTITION', '1|0|1|IMG|\n1|1|IMG|/home/pcsw/Firmware/rec.img\n2|1|IMG|/home/pcsw/Firmware/misc.img\n3|1|IMG|/home/pcsw/Firmware/system.img\n4|1|FMT\n5|1|FMT\n'));

#cfg.append(('LIB_PATH', sys.path[0] + str(os.sep)));

#for c in cfg:
# print c;
#print '';

return cfg;

#================================================================
'''
script = '/home/pcsw/caihaiqun/PRODUCTION C++/MainCmd/bin/libScript.so';
product = '/home/pcsw/caihaiqun/PRODUCTION C++/MainCmd/bin/libProduction.so';
Production(script, product, 0, 1);
'''
'''

- - - - - - - - -

(if it says "Nothing found" just reload the yadi.sk download page)
See less See more
  • Like
Reactions: 4
1 - 3 of 201 Posts
yeah great work on these.
See less See more
  • Like
Reactions: 1
CXZ,
Do you understand how to clone??
I would be glad of any help
Press [?] for mht guide.
  • Like
Reactions: 1
work only "Recover Card" - fust format SD Card :)
Nise tool! :)
fust???

Is that "First" or "Just"

or some other "made up word" I dont know about yet...?

:) I will give this a go. Thanks for the Feedback Vitaly.
1 - 3 of 201 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top