> Important!

We strongly recommend to familiarize withRules section "Android - devices"

New threads need to be created only inroot partition! In the future, they will be processed by moderators.


28 pagesV  < 1 2 3 4 5 6 > »  
 
REPLY
> TeXet TM-7056 - Discussion | Tablet 7 "
biolol
Message#1
20.06.14, 14:21
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 326
Check in: 09.02.09
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  29  +

DiscussionTeXet TM-7056
PictureteXet X-pad LITE 7 / TM-7056 and teXet X-pad LITE 7.1 / TM-7066
Discussion

  • Before asking a question, look Android OS FAQandGlossary. Respect your and other people's time.
  • To discuss and search for third-party programs / games, use the following sections: Programs and Games.
  • To compare the device with competitors and on the choice of devices, please contact: Selection and Comparison.
  • The available amount of RAM and memory for installing applications is discussed in the topic: How much memory is in your machine?
  • The results of performance tests of Android devices, see the topic: Benchmark
  • Before posting photos, read the topic Working with Images on the forum
  • Messages that are not related to the topic of discussion (offtopic) are deleted without warning.

Description
Body Material:soft-touch plastic
Dimensions:187x107,5х9,8 mm
Weight:290 g
Battery:Li-Ion, 2600 mAh
Operating system:Android 4.2.2
CPU:dual core, Allwinner A23, Cortex A7, 1.5 GHz
Graphics processor:dual core, Mali-400MP2
RAM:512 MB DDR
Inner memory:8 GB
Expansion Slot:microSD / microSDHC (up to 32 GB)
Display:7.0 ”, TFT, 1024x600 pixels
Communications:Wi-Fi 802.11b / g / n
Front-camera:0.3 MP
USB OTG:supported by
Photo device
Attached Image
Drivers and Utilities

Win10 driver installation
Attached filePhoenixCard_V3.0.9.zip(2.3 MB)
- program for "burning" Allwinner / Boxchip firmware on MicroSD, i.e. makes flash drives bootable.
Attached filePhoenixSuit_1.10.7z(12.33 MB)
- a program for flashing Chinese mobile phones, tablets based on Allwinner platforms

Instructions
Firmware
via PhoenixSuit:
Instructions for flashing the tablet through PhoenixSuit:
  1. Install and run the programPhoenixSuit_V1.0.9in the "Run as administrator" mode
  2. Connect the tablet to your computer (make sure the "USB debugging" option is enabled).
  3. Windows should find a new device, then in the lower left cornerPhoenixSuitshould appearDevice Connected.
  4. Close and restartPhoenixSuitin admin mode. Make sure the inscriptionDevice Connectednot disappeared.
  5. Scroll to itemFirmwarepress the buttonImage, specify the path to the firmware in the formatImgand pressUpgrade.
  6. The program will prompt:
    Upgrade Firmware to Device?
    We agree, we pressYes.
  7. Further the program will ask:
    Does mandatory format?

    Please back up important files!

    Select Yes, enter the format upgrade mode.
    Select No, enter the normal upgrade mode. (Recommended)
    Better to chooseformat upgrade mode(sections are fully formatted).
  8. After pressing the buttonYes, the firmware process will begin.
  9. We are waiting for the successful completion of the firmware, after which the tablet should reboot. The first download will last longer than usual.
via microSD:
Instructions for flashing the tablet via MicroSD:
  1. Insert the USB flash drive into the card reader.
  2. Install and runPhoenixCard_V3.0.9.
  3. Click the buttonImgFileand specify the path to the firmware.
  4. Press the buttonBurn, and wait for the end of the "burn" (the process can take up to 10-15 minutes).
  5. After the process is complete, remove the USB flash drive and insert it into the tablet.
  6. Turn off the tablet, wait 5 seconds and turn it on.
  7. The process of the firmware will start - a green bar on a black background.
  8. When the firmware process is over, remove the flash drive from the tablet, otherwise the tablet will be flashed again.
  9. To remove the firmware installation file on the USB flash drive, insert the USB flash drive into the card reader, openPhoenixcardand press the buttonFormat to Normal
  10. The first loading of the tablet lasts longer than usual.
Backup
Creating a backup firmware
Instructions for creating a backup firmware:
  1. Get root on the tablet.
  2. Backup can be created directly on the tablet viaAndroid Terminal Emulatoror on a computer usingAdb.
  3. Enter commands inAdb (if you do throughAndroid Terminal Emulator, then just skip the first command - adb shell):
    adb shell
    su
    dd if = / dev / block / nanda of = / mnt / extsd / nanda.img
    dd if = / dev / block / nandb of = / mnt / extsd / nandb.img
    dd if = / dev / block / nandc of = / mnt / extsd / nandc.img
    dd if = / dev / block / nandd of = / mnt / extsd / nandd.img
    dd if = / dev / block / nande of = / mnt / extsd / nande.img
    dd if = / dev / block / nandf of = / mnt / extsd / nandf.img
    dd if = / dev / blcok / nandg of = / mnt / extsd / nandg.img
    dd if = / dev / block / nandh of = / mnt / extsd / nandh.img
    dd if = / dev / block / nandj of = / mnt / extsd / nandj.img

  4. Done, on a flash drive you will have 9 format filesImg .
Recovery from backup
Instructions for restoring a tablet from backup:
  1. Get root on the tablet.
  2. Download and runADB (Android Debug Bridge) .
  3. Throwbackup on the USB flash drive to the root folder (files nanda.img, nandb.img, ..., nandj.img )
  4. ATAdb enter commands:
    adb shell
    su
    dd if = / mnt / extsd / nanda.img of = / dev / block / nanda
    dd if = / mnt / extsd / nandb.img of = / dev / block / nandb
    dd if = / mnt / extsd / nandc.img of = / dev / block / nandc
    dd if = / mnt / extsd / nande.img of = / dev / block / nande
    dd if = / mnt / extsd / nandf.img of = / dev / block / nandf
    dd if = / mnt / extsd / nandg.img of = / dev / block / nandg
    dd if = / mnt / extsd / nandh.img of = / dev / block / nandh
    dd if = / mnt / extsd / nandj.img of = / dev / block / nandj
    dd if = / mnt / extsd / nandd.img of = / dev / block / nandd
    IMPORTANT: fill in the LAST Nandd.img, as this is the system partition!
  5. Reboot the device.
Information by section
0: / dev / block / nanda - bootloader (vfat) - boot partition (U-Boot, script.bin, ...)
1: / dev / block / nandb - env ​​(u-boot-env) - parameters for U-Boot
2: / dev / block / nandc - boot (ANDROID) kernel + initrd
3: / dev / block / nandd - system (ext4) / system
4: / dev / block / nande - data (ext4) / data
5: / dev / block / nandf - misc (special) (???) service bootloader section to go to recovery, but I don’t see it being processed by the bootloader
6: / dev / block / nandg - recovery (ANDROID) (???) kernel + initrd of RECOVERY mode
7: / dev / block / nandh - cache (ext4) / cache
8: / dev / block / nandi - private (vfat) / mnt / private
9: / dev / block / nandj - sysrecovery (ANDROID) (???) kernel + initrd mode SYSRECOVERY
10: / dev / block / nandk - UDISK (vfat) / mnt / sdcard - partition used in ANDROID as an internal memory card
Swap
Instructions for adding SWAP:
  1. Insert the USB flash drive into the card reader
  2. Install and run the programMiniTool Partiiton Wizard
  3. Delete all partitions on the flash drive. Create a new section with parametersMain , FAT32 . Size make this size so that it remains free around 400-500 MB spaces
  4. Create a second section:Main , File system - Linux SWAP . Ignore the warning that Windows will not see the partition. Click Apply.
  5. Insert the USB flash drive into the phone
  6. Go toSWAPit Ram Expander =>Settings => Select a folder for the swap file. And at the very bottom choose mmcblk0p2 (It will be written there ! Section for swap! )
  7. Click the buttonOptimal value .
  8. Tick ​​offAccelerated core , Start at system startup .
  9. Activate the swap.
    Getting Swapon firmware fromExplay Favorite 5.93GB
Firmware
Root and CWM-Recovery


Topics Curator: fartukk

K
Forum Rulessavagemessiahzine.com
5.1. If a forum member gave you good advice that helped you solve your problem
Do not post a message with the text “Thank you! You are super!!!".
On our forum, it is customary to express gratitude by raising the reputation of a particular participant.
5.2. The reputation of other participants can be influenced by any user who has collected 15 useful posts.
If you do not have 15 helpful posts, ask the moderator to raise the reputation of the person who helped you through the "Complaint" button, or the author of the topicbiolol
Thank you for understanding! Let's treat each other with Respect!


Post has been editedfartukk - 11.06.17, 02:01
SulTik99
Message#22
06.07.14, 19:08
Visitor
**
[offline]

Group: Active users
Messages 22
Check in: 04.10.12
Google nexus 5

Reputation:-  0  +

I got root, made a swap right away, the tablet stopped flying with Plants vs Zobmies 2, GTA: SA. Yes, it is played on this tablet: yes2:


--------------------
Science does not solve the question “Why?”, It solves the question “Why not?”
© Cave Johnson
SulTik99
Message#23
06.07.14, 19:22
Visitor
**
[offline]

Group: Active users
Messages 22
Check in: 04.10.12
Google nexus 5

Reputation:-  0  +

Detailed getting root rights:
All actions you do at your own peril and risk! I’m not to blame for lost devices!
1) Download the ADB Testing Interface driver (installed via this driver)
2) Download the programRoot genius
3) Run the program
4) Turn on the tabletUSB debuggingand connect to the computer.
5) The program finds it, and click on the root button.
5.1) If not found, check in the Device Manager that it identified the device as ADB Testing Interface)
5.2) During installationdo nothing in the tablet and on the PC
6) After installation, restart the tablet.





Post has been editedSulTik99 - 06.07.14, 19:26
Reason for editing: added clauses 5.1 and 5.2


--------------------
Science does not solve the question “Why?”, It solves the question “Why not?”
© Cave Johnson
SulTik99
Message#24
08.07.14, 11:03
Visitor
**
[offline]

Group: Active users
Messages 22
Check in: 04.10.12
Google nexus 5

Reputation:-  0  +

Unsubscribe, who made the root.


--------------------
Science does not solve the question “Why?”, It solves the question “Why not?”
© Cave Johnson
A.n.t.o.n.
Message#25
12.07.14, 15:04
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

CWM Recovery CompilationWho will send the application for the cwm assembly for +
And then I still have no root
And without a modified recovery, even backup can not be done


--------------------

� ���� ������� ������ � �� ����� 5.3. download

biolol
Message#26
12.07.14, 21:52
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 326
Check in: 09.02.09
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  29  +

A.n.t.o.n. @ 07.12.2014, 18:04*
Compile CWM Recovery and send a request to build cwm for +

It says that the author is no longer engaged in compiling CWM.
A.n.t.o.n.
Message#27
13.07.14, 08:43
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

biolol @ 12.7.2014, 22:52*
It says that the author is no longer engaged in compiling CWM.
and there except the author someone also cwm collects


--------------------
I knowForum Rulesand their clause 5.3.
A.n.t.o.n.
Message#28
13.07.14, 16:10
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

Who solved the problem with the clave ???

Post has been editedA.n.t.o.n. - 13.07.14, 16:10


--------------------
I knowForum Rulesand their clause 5.3.
biolol
Message#29
18.07.14, 02:22
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 326
Check in: 09.02.09
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  29  +

A.n.t.o.n. @ 07.13.2014, 19:10*
Who solved the problem with the clave ???

The following method helped me:
1. Go to Settings - Applications - All
2. Find the Android Keyboard
3. Click Clear Data and Stop
4. Reboot the device.
Everything, now the keyboard works stably and does not disappear when typing.

Post has been editedbiolol - 18.07.14, 02:31
A.n.t.o.n.
Message#30
18.07.14, 21:05
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

The following method helped me:
1. Go to Settings - Applications - All
2. Find the Android Keyboard
3. Click Clear Data and Stop
4. Reboot the device.
Everything, now the keyboard works stably and does not disappear when typing.
I did not help :-(: help:


--------------------
I knowForum Rulesand their clause 5.3.
mm3
Message#31
20.07.14, 00:17
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 306
Check in: 16.06.07
Samsung Galaxy S5 SM-G900F

Reputation:-  46  +

Has anyone already tried inserting SD cards into a device and trying to write something to them?
otherwise I inserted a card, opened it, I had read access, but I couldn’t write to it.


--------------------
A.n.t.o.n.
Message#32
20.07.14, 08:39
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

mm3 @ 20.7.2014, 1:17*
Has anyone already tried inserting SD cards into a device and trying to write something to them?
otherwise I inserted a card, opened it, I had read access, but I couldn’t write to it.
Are you talking about copying memory from phone memory to sd card?
If you are talking about this then yes everything is working fine for me


--------------------
I knowForum Rulesand their clause 5.3.
A.n.t.o.n.
Message#33
20.07.14, 08:49
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

I decided to add a topic with the screenshots of the arrangement! :-)
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image
Attached Image


--------------------
I knowForum Rulesand their clause 5.3.
22121975
Message#34
22.07.14, 16:46
Novice
***
[offline]

Group: Active users
Messages 47
Check in: 30.01.08

Reputation:-  1  +

No one will tell you if there is a firmware on TeXet TM-7056, or where? They say that nowhere, except for service centers, is to be found. Thank.
A.n.t.o.n.
Message#35
22.07.14, 21:53
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

22121975 @ 22.7.2014, 17:46 *
No one will tell you if there is a firmware on TeXet TM-7056, or where? They say that nowhere, except for service centers, is to be found. Thank.
and you custom or official


--------------------
I knowForum Rulesand their clause 5.3.
22121975
Message#36
22.07.14, 23:17
Novice
***
[offline]

Group: Active users
Messages 47
Check in: 30.01.08

Reputation:-  1  +

Any better custom, where more memory.
biolol
Message#37
24.07.14, 01:24
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 326
Check in: 09.02.09
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  29  +

22121975 @ 23.07.2014, 02:17 *
Any better custom, where more memory.

While I found onlythese, but they are unlikely to fit our tablet.

Post has been editedbiolol - 24.07.14, 01:54
mm3
Message#38
24.07.14, 10:57
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 306
Check in: 16.06.07
Samsung Galaxy S5 SM-G900F

Reputation:-  46  +

A.n.t.o.n. @ 07.20.2014, 09:39*
Are you talking about copying memory from phone memory to sd card?
If you are talking about this then yes everything is working fine for me

I'm talking about creating, deleting and copying files to an external sd card that resides on / mnt / extsd or something like that.


--------------------
A.n.t.o.n.
Message#39
24.07.14, 20:54
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 108
Check in: 11.04.14

Reputation:-  4  +

mm3 @ 24.7.2014, 11:57*
I'm talking about creating, deleting and copying files to an external sd card that resides on / mnt / extsd or something like that.
I have problems with itnot


--------------------
I knowForum Rulesand their clause 5.3.
biolol
Message#40
26.07.14, 11:00
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 326
Check in: 09.02.09
Xiaomi Redmi Note 3 Pro Standard

Reputation:-  29  +

Flashed the firmware, skip somebody dump the firmware please (with me is a fat plus). In the TechKnowToolKit program (you need root of course), click DumpFirmware - the files will be in the Dump folder on the sd card.
Attached filecom.hch.techknow.toolkit.22apr2013-2.apk(158.1 KB)
SulTik99
Message#41
27.07.14, 13:59
Visitor
**
[offline]

Group: Active users
Messages 22
Check in: 04.10.12
Google nexus 5

Reputation:-  0  +

biolol The same trabla, in general, I wanted to put Chainfire3D on the tablet (I put it on the phone without any problems, I forgot that they don’t put it on 4.1+) and the tablet goes to bootloop (perpetual reboot).Do not put chainfire3D!Help me decide what to do?


--------------------
Science does not solve the question “Why?”, It solves the question “Why not?”
© Cave Johnson
teXet
 

28 pagesV  < 1 2 3 4 5 6 > » 


 mobile version    Now: 04/30/19/09: 22