Affichage des articles dont le libellé est tablet. Afficher tous les articles
Affichage des articles dont le libellé est tablet. Afficher tous les articles

dimanche 8 février 2015

[HELP] Can't flash Shield Tablet - Stock Firmware 4.4.2 i think topic






Hey guys,
I have been trying to flash my Tablet for a few hours now. I would constantly get problems trying to flash. I'd reboot and go into fastboot again and then it would flash successfully. This works for everything (boot.img, recovery.img, system.img) however i can never get userdata.img to flash correctly. I am using the steps from nVidia to do this. Ill post the steps here as well as the exact error im getting.
Steps:

Code:


SHIELD TABLET RECOVERY IMAGE FLASHING INSTRUCTIONS

To follow the instructions in this guide, you will need adb and fastboot.
These tools are provided as part of the Android SDK:
http://developer.android.com/sdk/index.html

Before flashing this recovery image to your SHIELD TABLET, connect your SHIELD TABLET
via USB to the PC where you downloaded this recovery image.

Next, put your SHIELD TABLET into fastboot mode using one of the following methods:
SW method:
- Boot to android home screen
- Connect the device to linux/windows system
- Open terminal (on linux); command prompt (on windows).
- Type "adb reboot bootloader" in terminal/command prompt

HW method:
- Turn off the device
- Press "Volume Down" -> "Power", hold "Volume Down" and leave Power buttons till device boots

To flash this recovery image to your SHIELD TABLET, run the following commands from
the directory where you extracted the recovery image package. If this is the
first time you have done this procedure, you must unlock the bootloader (see
below):

fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash userdata userdata.img
fastboot flash staging blob
fastboot flash dtb tegra124-tn8-p1761-1270-a04-e-battery.dtb

Unlocking the Bootloader
Your SHIELD TABLET may have shipped with a locked bootloader. To update the device,
you must unlock the bootloader using the following:
- fastboot oem unlock
- Press the "Volume Down" button to select "Unlock bootloader" option on device
- Press the "Power" button to confirm the unlock. Your device's bootloader is now unlocked.


My CMD window:

Code:


C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot erase userdata
******** Did you mean to fastboot format this partition?
erasing 'userdata'...
OKAY [ 12.593s]
finished. total time: 12.594s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot
rebooting...

finished. total time: 0.022s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [ 12.548s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.951s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 46.546s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.425s]
writing 'recovery'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.476s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot erase recovery
erasing 'recovery'...
OKAY [  5.034s]
finished. total time: 5.034s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.416s]
writing 'recovery'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.463s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
sending 'recovery' (9758 KB)...
FAILED (command write failed (Invalid argument))
finished. total time: 0.004s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.414s]
writing 'recovery'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.462s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot erase recovery
erasing 'recovery'...
OKAY [  0.030s]
finished. total time: 0.031s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash recovery recovery
.img
target reported max download size of 570425344 bytes
sending 'recovery' (9758 KB)...
OKAY [  0.428s]
writing 'recovery'...
OKAY [  0.281s]
finished. total time: 0.711s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash boot boot.img
target reported max download size of 570425344 bytes
sending 'boot' (7608 KB)...
OKAY [  0.339s]
writing 'boot'...
OKAY [  0.226s]
finished. total time: 0.567s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash system system.img

target reported max download size of 570425344 bytes
erasing 'system'...
OKAY [  0.637s]
sending sparse 'system' (556772 KB)...
OKAY [ 24.041s]
writing 'system'...
OKAY [ 20.876s]
sending sparse 'system' (555305 KB)...
OKAY [ 24.219s]
writing 'system'...
OKAY [ 19.289s]
sending sparse 'system' (56409 KB)...
OKAY [  2.431s]
writing 'system'...
OKAY [  1.964s]
finished. total time: 93.461s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [ 10.050s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.801s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 43.929s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [  5.048s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.702s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 38.796s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot staging blob
usage: fastboot [ <option> ] <command>

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash staging blob
target reported max download size of 570425344 bytes
sending 'staging' (17491 KB)...
OKAY [  0.742s]
writing 'staging'...
FAILED (remote: (FileWriteFailed))
finished. total time: 10.807s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot reboot
rebooting...

finished. total time: 0.003s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash staging blob
target reported max download size of 570425344 bytes
sending 'staging' (17491 KB)...
OKAY [  0.752s]
writing 'staging'...
OKAY [  0.495s]
finished. total time: 1.249s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash dtb tegra124-tn8-
p1761-1270-a04-e-battery.dtb
target reported max download size of 570425344 bytes
sending 'dtb' (68 KB)...
OKAY [  0.027s]
writing 'dtb'...
OKAY [  0.011s]
finished. total time: 0.039s

C:\Program Files (x86)\Minimal ADB and Fastboot>fastboot flash userdata userdata
.img
target reported max download size of 570425344 bytes
erasing 'userdata'...
OKAY [ 12.662s]
sending sparse 'userdata' (557052 KB)...
OKAY [ 23.825s]
writing 'userdata'...
FAILED (remote: (FileWriteFailed))
finished. total time: 46.542s

C:\Program Files (x86)\Minimal ADB and Fastboot>








[Q] Sub $100 tablet with Lollipop / Custom ROM support topic






I've been looking at cheap Chinese tablets, such as Chuwi VX8: http://www.geekbuying.com/item/CHUWI...te-329270.html

There seems to be a huge amount of affordable tablets out there with quad core cores such as MTK8127.

Unfortunately I can't find a tablet along these lines which has a Lollipop update available or even unofficial CM12 build.

Can someone point me in the direction of such a tablet?






vendredi 6 février 2015

Android app to control tablet topic






I used to own a tegre note 7, unfortunately is suffered a usb port fail so incant charge it.
I would pay for a repair but cant a repairer.

Anyway i am lucky enough to have a shield tablet now.
I am happy to say so far so good.
All features work as they should.
Battery and charging are all good, as is wifi.
Touch wood.

Anyway one feature i think we miss is the ability to control the tablet in console mode with an android phone.
I have tried various different apps and nine of them seem to work.


Sent from my SHIELD Tablet using XDA Free mobile app






jeudi 5 février 2015

[Q] GT-P3100 tablet keeps restarting after a few minutes topic






Hi,

my GT-P3100 tablet keeps restarting after a few minutes.

So I tried to uninstall lastly installed app, but the device restarted every time I tried to do something with it - even a factory reset or opening the play store app. I also couldn't perform a factory reset form the recovery - it seemed like it was done ("Data wipe complete"), but it changed nothing. The next step I made was to flash a new firmware through Odin (3.09). The original firmware was 4.1.0, I flashed 4.2.2 - the whole process seemed to be OK, but an error occurred when the SYSTEM part was being flashed. I tried it 2 more times with the same result. Then I tried to root it with CF-Auto-root through Odin. The process was made successfully (as Odin wrote). The next step was to flash the CWM recovery (with hope that I will be able to perform a working factory reset). This was successful again, but the recovery didn't change.

AFTER ALL THIS STEPS I HAVE THE SAME LOOKING SYSTEM - with all apps, same restart problem,... It seems like it is protected against writing/deleting of anything.

I would be really thankful, if anybody gives me an advice what to do...
Thank you very much.[/QUOTE]


So I tried to my Samsung galaxy Tab 2 GT-P3100.

1. Tried to uninstall software, but it's restore again after every reboot.
2. Tried to delete some Images, video and sms but again it restart and restore.
3. Tried using safe mode but nothing changed.
4. Tried to wipe data/factory reset using system recovery. when I entered recovery menu some massage shown at bottom
Applied the CSC-code: TMZ... did not match sized '/system/csc/common/system/csc/default_workspace.xml' (No data available)
5. Flash ROM with odin 3.09 but it failed at 50%, but nothing changed.
6. Flash ROM using ADB bootloader, but nothing changed.:rolleyes:
7. Flash rom from sd card, but nothing changed.:mad:
8. Tried to flash a CWM, TWRP recovery image, via fastboot, ADB, SD card, odin, but nothing changed.:(
9. Flash ROM with Heimdall (Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung mobile devices).:crying:
10. When I went to the service center they suggest me replace motherboard. (cost Rs. 7500/-):confused:

any suggestions are welcome:D






mercredi 4 février 2015

[Q] which is the Best tablet to buy ? topic






Hey guys I am planning to buy best tablet in the market with 9.7 inches screen

I researched all the websites and blogs regarding best tablets but no one has accurate answer. Most of the guys who are in XDA are experts in software platforms and knew exactly about hardware and software i.e in and out of the device.

Please suggest me a best tablet with

1. Best specs (Hardware Specifications )
2..Best software platform (Single OS or Dual OS )
3. Fair Price (.from 0 to 0 )

It may be branded or Its ok even if its Chinese company tablet because most of them own them and know what are its advantages and what are its drawbacks.

Your suggestions and reviews mean lot to me . Hope i will get best response in choosing the best tablet






[Q] LG tablet Question. topic






So I got some basic Questions regarding the LG G-pad. VK810 4G

Is the LG G-pad Root-able? specs, and info below.

SOFTWARE INFO

Model number: VK810 4G

Android vesion: 4.4.2

Baseband version: M9615A-CEWTAZM-4.0.10353

Kernel version: 3.4.0
Ige@android-build

Build number: KOT49I.VK81023A

Software version: VK81023A

Software status
Official

HARDWARE INFO
MODEL NUMBER: VK810 4G

Hardware version: Rev.1.0


ALSO: If I root this device will it void my eligibility to discount upgrade my PHONE that's coming up? Like.... I have a discount upgrade for my phone coming up (NOT THIS TABLET THAT IM TALKING ABOUT).. will it make me not able to upgrade at discount?






mardi 3 février 2015

[APP][MOD] Spotify Tablet MOD for GB+ Devices (Disable Random Restriction) topic






Here is Spotify APK moded to disable random restriction on player for GB+ devices. Looking everywhere for an alternative for TabletMetrics Xposed Module found @ViRb3 post . He had managed to modify Spotify app, but the version of his app requires API level 15 and GB is on API9 level. And his version of API9 Spotify app wasn't installing in our GB devices. So starting from @ViRb3 ideas (half-way explained) in his post I decided to decompile Spotify and find my way. (Later I will give more technical details on how I achived it)
Spotify API9 Modded: https://mega.co.nz/#!x11ASYSa!UVQ07Y...fcNNy-CbvOs-tk


Sorry for my English is not my native language.






Fanx RK3026 tablet needs custom Rom topic






Hi all,
i've posted this in the general forum and they sent me here:
we've bought two 7" tablets from Fanx with the RK3026 chip (not that i know what that's supposed to mean but there you have it)
the model is M2
android 4.4.5
Kernel-version
3.0.36+
gb@tz #2
tue Jun 17 17:55:48 CST 2014 Version 1.0

Build-number
APAD_Android_4.4.5_Aonuoxun_20140901

This is what i found in "about the tablet" or something similar in the settings menu. So i'd need another android version with no pre-installed apps except for the very basics and/or maybe educative apps. Also, we're dutch...for whatever that's important, now you know...

The reason that i want to change this android version is because this tablet keeps pushing to install paying apps. I've put them into flight mode right now to block the wifi and for now it's not really a problem but i want my kids to be able to use this tablet fully because they need to learn how to work with one. (i did this to prevent them from ending up like my wife who hardly knows how to turn on a PC and thinks that microsoft is a browser, i can safely say this as she'll never reach this forum ;) )






[Q] tablet touchscreen working opposite side topic






hi guys, i just flashed an android tablet recently, but there is a problem that my tablet touchscreen is working opposite side. if i place my finger at the top right than it is working at top left that's why i am using a android keyboard case can anyone help me to solve this tablet issue or to find the correct firmware of my table. tablet doesn't had any ID on board so i have some pictures of my tablet. thank you in advance....:cowboy::cowboy:






lundi 2 février 2015

[Q] is there a way to install windows 8 on a android tablet? topic






Just brought a lenovo yoga tablet 2 pro with androidkitkat. Is there a way to install windows 8 and dual boot?? Please some one?






Huawei t1 tablet infinity topic






Hi all ...
I want to know if thier is a way to make scrolling between pages infinfinity.. and if thier is a way to make whats app works on both mobile and tablets

Thanks






Yoga 2 Pro Tablet 13 Keeps Freezing topic






Anyone else having a similar experience and solution ? I have done a factory reset and have barely any apps. Basically when I leave it after using it I will return and be unable to turn it on. Nothing I do seems to be able to get it going again. I place it on the charger and come back a number of hours later and eventually I can get it to restart.

Not related to battery power level, and doesn't happen all the time.






vendredi 30 janvier 2015

[Q&A] [Stock Firmware]Restore Barnes & Nobel Nook Tablet 16G 1.4.0 from SDCard topic






Q&A for [Stock Firmware]Restore Barnes & Nobel Nook Tablet 16G 1.4.0 from SDCard

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for [Stock Firmware]Restore Barnes & Nobel Nook Tablet 16G 1.4.0 from SDCard. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)






Install android on my asus vivo tab windows rt tablet topic






Hello Everybody !!!

First, I would like to apologize for my english... (Because I'm french ^^)

I have an Asus Vivo Tab Rt and I hate Windows RT !!!!!!

I would like to have an clear answer :
Is it possible to install android with the ARM processor ????

I've made many researches but I didn't find a precise answer...

BlueStacks, Linux + android ??

I am lost !!

Sorry, if there is already a discussion about this topic but I did not find it.

Thank you very much !!!! :good:

Didi






Kitkat 4.4 ROM for 7" 3G Tablet topic






I have a 7" 3G tablet with the below specification. I am looking for CM11 ROM for this tablet. Anyone help me by suggesting a compatible ROM for this tab? I searched in the forum and couldn't get a proper custom ROM for this tablet.
Brand Name: Isun 3G TAB ISN 407
Processor: 1.2 GHz Dual core - MT6577
Display Size: 7" HD Screen
Resolution: 1024 X 768 Pixels
OS: 4.2.2 (Jellybean)
RAM: 1 GB
Internal Storage 8 GB
HDMI Yes
Voice Call Yes

-francis






jeudi 29 janvier 2015

[Q] Broken tablet in recovery. Cannot connect USB from windows topic






Acer Iconia B1-A71. Stops during boot at Iconia icon. Factory reset didn't help. I can get to recovery menu. No options help. Need to get a new img to the tablet but windows will not see it in recovery mode (even though I have the correct USB drivers from Acer)? "Unknown USB" message when I connect or something.

I think I have the necessary files downloaded on my computer to fix this from scratch, I just cannot talk to the tablet????

I do have an old laptop with Linux on it which I can maybe try tonight? Any help or advice would be so much appreciated.
Thanks in advance.

Malk






[Q] is there a way to install windows 8 on a android tablet? topic






I just brought the Lenovo yoga tablet pro 2 and only way to get a projecter was android kitkat 4.4.2. But i really need windows :(
Is there any way to install windows so i can use both os?

Thank you upfront






Ultra-Thin Dual SIM Core 6.9Toll Phablet Tablet bricked help topic






Thin Dual SIM Core 6.9Toll Phablet Tablet bricked help
i used SP flash tool, to install a new ROM and Phone was dead after that, now the only thing is that the device go in loop start when i connect to PC, and when i try to install any other ROM i became error
BROM ERROR: S_FT_ENABLE_DRAM_FAIL (4032) - [EMI] Enable DRAM Failed!
my mistake was that i don't make any backup before the new Rom,
is there a way to give the device any chance to live with the original firmware , please help
this is a link for the device on ebay
http://www.ebay.de/itm/Ultra-Thin-Du...156&rmvSB=true
:confused::confused::confused:






[Q&A] [A13 ROM JB 4.2.2 + DRIVERS] how to fix your tablet by modding drivers yoursel topic






Q&A for [A13 ROM JB 4.2.2 + DRIVERS] how to fix your tablet by modding drivers yourself.

Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.

Before posting, please use the forum search and read through the discussion thread for [A13 ROM JB 4.2.2 + DRIVERS] how to fix your tablet by modding drivers yourself.. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.

Thanks for understanding and for helping to keep XDA neat and tidy! :)






OUYA on Shield Tablet? topic






I've seen this thread in Shield Portable's forum: http://forum.xda-developers.com/show....php?t=2782394
Is it possible to run OUYA interface on our Shield Tablets?
I'll be doing some testing myself and I'll let you know :P