SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
Dell Open Source Guide
For Venue7 3740 and Venue8 3840
Version: 1.00
8/6/2014
Copyright © 2014 - 2015 By Dell Inc.
Dell Open Source Guide
Dell Tablet Flash Notes
Welcome to the Dell Open Source Guide. Here you'll find the guide that describes on how to
download, build and flash the appropriate kernel for Dell Venue7 3740/Venue8 3840 tablet
device.
* For Wi-Fi/LTE device on A195
Prerequisite System Setup
1) Operating Systems
 Windows 7
 Windows 8.1 desktop mode
2) A micro-SD card of 1GB or higher.
3) All anti-virus software should be disabled when to flash SW into device.
4) Download and install Dell driver and the flashing tool:
 IntelAndroidDrvSetup1.5.0.exe
 P708T_Driver_V1.0.0.msi
 iSocUSB-Driver-Setup-1.0.4.zip
 xFSTK_downloader_1.5.1.zip
* You MUST do “Flash A195 image to the tablet” part firstly if your tablet's build number
is not “YTP802A119500” or “YTP802A519500”. (Build number is here: Settings ->About
tablet ->Build number)
* WARNING: The data on the tablet device will be LOST when to flash A195 image, please
make sure you have already backed up data of device firstly.
A. Flash A195 image to the tablet
1) Download and extract tar package, for A195 Wi-Fi, is A195/Unbrick/YTP802A119500-
2014-07-16-22.tgz; for A195-LTE, is A195/Unbrick/YTD802A519500-2014-07-16-
16.tgz.
2) Open Flash Tool “xFSTK-Downloader”, and set configuration for each s dection.
Page 2 of 13
Dell Open Source Guide
3) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following:
4) Set GP Flag to “0x80000007” in “Download Options” tab as below:
5) Select Firmware files as the following from SW Image directory:
FW DnX= dnx_fwr_PRQ.bin
IFWI= for_product_ifwi_PRQ.bin
Page 3 of 13
Dell Open Source Guide
OS DnX= dnx_osr_PRQ.bin
OS Image= droidboot.img.POS.bin
6) Power off the tablet device (long press power key for more than 15 seconds).
7) Click “Begin Download” in Flash Tool, it will display waiting time is 60 seconds.
8) Long press the volume up button and then plug in the cable.
9) When flash process started, then release the volume up button.
10) When firmware flash is done, Flash Tool will show Success: FW+OS Download
Completed!
Page 4 of 13
Dell Open Source Guide
11) After flashing firmware, the tablet device will switch to fastboot mode automatically as
the following:
12) Double click file “P802_flash_device_wifi_only.bat” or “P802_flash_device_lte.bat” in SW
image folder. The following CMD window will show up, and begin to flash OS system
image.
Page 5 of 13
Dell Open Source Guide
13) After flash is complete, “press any key to continue” will shown in the cmd window.
Please click any key, and the device will reboot automatically.
* You can either do part B (B. Rooting and bootloader unlocking process using
OTA package) or do part C (C. Build the kernel image from the kernel sources and
flash kernel image) to root your tablet.
B. Rooting and bootloader unlocking process using OTA
package
* You will no longer receive OTA notification once you have flashed the OTA package
with unsigned kernel.
1. Enable fastboot mode
1) Open “xFSTK Downloader 1.5.1”.
2) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following:
Page 6 of 13
Dell Open Source Guide
3) Choose “Options”->”Modify Settings”, set GP Flag to “0x80000007” in “Download Op-
tions” tab as below.
4) Select two Firmware files:
 FW Dnx: fwr_dnx_PRQ_ww27_001.bin
 IFWI: IFWI_MERR_PRQ_UOS_TH2_YT2_ww27_001.bin
Keep Operating System option “N/A”.
Page 7 of 13
Dell Open Source Guide
5) Turn off the tablet(Venue 7 3740/Venue 8 3840).
6) Click “Begin Download” button.
7) Press the volume up button and then plug in the USB cable.
8) If it’s your first time to connect the tablet to PC, it’ll need some time to recognize the
driver. After driver installation automatically, go to steps 5 again.
9) The flashing tool pops up the dialog as below, press “OK”.
10) When firmware flash is done, Flash Tool will show Success: FW+OS Download
Completed!
Page 8 of 13
Dell Open Source Guide
11) Reboot the tablet and press power + volume down button to enter fastboot mode, and
fastboot mode is enabled successfully as the following:
2. Rooting and bootloader unlocking process using OTA package
1) Download the file, For A195-WifiOnly, download the file “A195/OTA/YTP802A119600-f-
2014-07-16-22_OSS.zip”; for A195-LTE, download the file “A195/OTA/YTD802A519600-
f-2014-07-16-16_OSS.zip”.
2) Copy “YTP802A119600-f-2014-07-16-22_OSS.zip” or “YTD802A519600-f-2014-07-16-
16_OSS.zip” to a micro-sd card and insert that card into the micro-sd card slot of dell
venue tablet.
3) Power off the tablet.
4) Enter fastboot mode on the tablet (power + volume down button).
5) Select recovery (3rd item from list), and use volume down button to navigate to it and
select it by pressing power button.
6) You will see android lying down with an ! Sign.
Page 9 of 13
Dell Open Source Guide
7) Now hold down the power button and briefly press the volume up button at the same
time to get to the recovery menu.
8) Select “apply update from external storage” – second item from top (use vol down to
navigate to it) and then press power button to select it.
9) Then select the file you stored on the sdcard (use vol down button to navigate to it) and
press power button.
10) You will see a few messages on the screen (like cannot load volume /misc and then
some update messages).
11) After a few minutes a menu appears on screen and then select reboot system now (1st
item on menu) by pressing power button.
12) Now you are done and the bootloader is unlocked and you have root access.
C. Build the kernel image from the kernel sources and
flash kernel image
1. Build the kernel image from the kernel sources
1) Download kernel source package “A195/dell_venue_kernel.tgz”.
2) Download Android AOSP 4.4 source codes from android.com. The detailed download
instruction is available at https://source.android.com/source/downloading.html.
> pwd
/localdisk3/dell_venue
> mkdir aosp
> cd aosp
> repo init -u https://android.googlesource.com/platform/manifest -b android-4.4_r1.2
> repo sync .
3) Download gcc for linux-x86.
> git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-
x86/x86/x86_64-linux-android-4.7
4) Copy “x86_64-linux-android-4.7/*” directory to “prebuilts/gcc/linux-x86/x86/x86_64-linux-
android-4.7/”.
Page 10 of 13
Dell Open Source Guide
5) Extract the kernel source package “dell_venue_kernel.tgz” to the Android source root
directory, i.e. aosp directory in this example.
> pwd
/localdisk3/dell_venue/aosp
> tar –xzf dell_venue_kernel.tgz
6) Once done, you should be able to see the “linux” directory inside aosp directory.
7) Copy “prebuilts” directory into “linux” directory. Run the kernel build script.
> cd linux
> ./kernel_build.sh
8) Check out if the kernel image “boot.img” was created.
> cd out/target/product/
> pwd
/localdisk3/dell_venue/aosp/linux/out/target/product
> ls -al boot.img
-rw-r----- 1 xxx yyy 8540672 Mar 19 14:56 boot.img.
2. Flash boot.img and droidboot.img
1) make the device enable fastboot mode.
2) Download adb.exe, fastboot.exe, AdbWinApi.dll, AdbWinUsbApi.dll from
“FlashTool/fastboot”.
3) Configure environment variable as the following. If this variable has been set before,
please add this new environment path before old path.
Page 11 of 13
Dell Open Source Guide
4) In a cmd window, type “fastboot devices” and you should see the screen.
5) Download droidboot.img and A195/boot.img (or you can use boot.img you build), put it
in the directory which contains your built boot.img.
6) Go to the directory contains “boot.img” and run these commands.
> fastboot flash boot boot.img
> fastboot flash fastboot droidboot.img
> fastboot reboot
7) After the device is rebooted, confirm if the image is properly flashed. Go to Settings-
>About tablet and make sure if the information in Kernel version is right.
Page 12 of 13
Dell Open Source Guide
D. Unbricking Process
If you encounter some issues when doing the OTA or flash new firmware and boot image,
please reference section “Flash A195 image to the tablet” to unbrick the tablet.
Page 13 of 13

Más contenido relacionado

La actualidad más candente

9adcab7c 1 crash
9adcab7c 1 crash9adcab7c 1 crash
9adcab7c 1 crashPrezMan3141
 
2009 reborn card plus version
2009 reborn card plus version 2009 reborn card plus version
2009 reborn card plus version cordobaboxeador
 
Mac boot camp install-setup
Mac boot camp install-setupMac boot camp install-setup
Mac boot camp install-setupShrawan Kumar
 
Building an standard image for windows7
Building an standard image for windows7Building an standard image for windows7
Building an standard image for windows7AMMAR MANZAR
 
Touch boardplus user guide
Touch boardplus user guideTouch boardplus user guide
Touch boardplus user guideWilliam McIntosh
 
Adobe premiere pro cs4 read me
Adobe premiere pro cs4 read meAdobe premiere pro cs4 read me
Adobe premiere pro cs4 read meLiliana Og
 
Es xi 07-create-virtual-machine
Es xi 07-create-virtual-machineEs xi 07-create-virtual-machine
Es xi 07-create-virtual-machinedzar123456
 
Windows 11 storage spaces
Windows 11 storage spacesWindows 11 storage spaces
Windows 11 storage spacesssuser1eca7d
 
Easy recovery621 user guide en
Easy recovery621 user guide enEasy recovery621 user guide en
Easy recovery621 user guide enjmav1502
 
Vj software-win7
Vj software-win7Vj software-win7
Vj software-win7creatrios
 
windows 11 bugs errors issues problems
windows 11 bugs errors issues problemswindows 11 bugs errors issues problems
windows 11 bugs errors issues problemsssuser1eca7d
 
How to use the command prompt to fix issues with your pc's boot records dig...
How to use the command prompt to fix issues with your pc's boot records   dig...How to use the command prompt to fix issues with your pc's boot records   dig...
How to use the command prompt to fix issues with your pc's boot records dig...vipin473
 
Installing Windows-10
Installing Windows-10Installing Windows-10
Installing Windows-10YvannAdolfo
 

La actualidad más candente (19)

9adcab7c 1 crash
9adcab7c 1 crash9adcab7c 1 crash
9adcab7c 1 crash
 
Oracle 10g Installation
Oracle 10g InstallationOracle 10g Installation
Oracle 10g Installation
 
2009 reborn card plus version
2009 reborn card plus version 2009 reborn card plus version
2009 reborn card plus version
 
Mac boot camp install-setup
Mac boot camp install-setupMac boot camp install-setup
Mac boot camp install-setup
 
How to install windows xp
How to install windows xpHow to install windows xp
How to install windows xp
 
Building an standard image for windows7
Building an standard image for windows7Building an standard image for windows7
Building an standard image for windows7
 
Readme
ReadmeReadme
Readme
 
Touch boardplus user guide
Touch boardplus user guideTouch boardplus user guide
Touch boardplus user guide
 
My Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation TrackMy Teacher Got IT v2.0 - Software Installation Track
My Teacher Got IT v2.0 - Software Installation Track
 
Adobe premiere pro cs4 read me
Adobe premiere pro cs4 read meAdobe premiere pro cs4 read me
Adobe premiere pro cs4 read me
 
Es xi 07-create-virtual-machine
Es xi 07-create-virtual-machineEs xi 07-create-virtual-machine
Es xi 07-create-virtual-machine
 
Windows 11 storage spaces
Windows 11 storage spacesWindows 11 storage spaces
Windows 11 storage spaces
 
Easy recovery621 user guide en
Easy recovery621 user guide enEasy recovery621 user guide en
Easy recovery621 user guide en
 
Vj software-win7
Vj software-win7Vj software-win7
Vj software-win7
 
windows 11 bugs errors issues problems
windows 11 bugs errors issues problemswindows 11 bugs errors issues problems
windows 11 bugs errors issues problems
 
How to use the command prompt to fix issues with your pc's boot records dig...
How to use the command prompt to fix issues with your pc's boot records   dig...How to use the command prompt to fix issues with your pc's boot records   dig...
How to use the command prompt to fix issues with your pc's boot records dig...
 
Bios
BiosBios
Bios
 
BitNation Client-Server Manual
BitNation Client-Server ManualBitNation Client-Server Manual
BitNation Client-Server Manual
 
Installing Windows-10
Installing Windows-10Installing Windows-10
Installing Windows-10
 

Similar a Dell Venue 7 3740

TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1Leonel Rivas
 
Dell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh MẽDell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh MẽLAPTOP TRẦN PHÁT
 
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)Flavio Falcinelli
 
manual.pdf
manual.pdfmanual.pdf
manual.pdfCaoSinh1
 
Virtual dj 7 getting started
Virtual dj 7   getting startedVirtual dj 7   getting started
Virtual dj 7 getting startedALEXANDER BARBOZA
 
Pc hardware course work
Pc hardware course workPc hardware course work
Pc hardware course workIsmail Mukiibi
 
rgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordrgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordnaaaaz
 
Linux installation on a Virtual Machine
Linux installation on a Virtual MachineLinux installation on a Virtual Machine
Linux installation on a Virtual MachineNikhil Bhalwankar
 
Computer basics worksheet
Computer basics worksheetComputer basics worksheet
Computer basics worksheetDonna Rue
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenanceramsashu15
 
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMCSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMMarvin Bronoso
 
Release notes 3_d_v61
Release notes 3_d_v61Release notes 3_d_v61
Release notes 3_d_v61sundar sivam
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxssuser1eca7d
 
BASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTERBASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTERJohndion Ruloma
 

Similar a Dell Venue 7 3740 (20)

TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1TLE ICT CSS 10 Cot lesson plan1
TLE ICT CSS 10 Cot lesson plan1
 
Dell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh MẽDell Inspiron 5379 Chip i7 Mạnh Mẽ
Dell Inspiron 5379 Chip i7 Mạnh Mẽ
 
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
ORION STARTER KIT….a real electronic laboratory (by FASAR ELETTRONICA)
 
manual.pdf
manual.pdfmanual.pdf
manual.pdf
 
Virtual dj 7 getting started
Virtual dj 7   getting startedVirtual dj 7   getting started
Virtual dj 7 getting started
 
MDT Step public
MDT Step publicMDT Step public
MDT Step public
 
Pc hardware course work
Pc hardware course workPc hardware course work
Pc hardware course work
 
rgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab recordrgpv 7th sem for it & cs Cloud computing lab record
rgpv 7th sem for it & cs Cloud computing lab record
 
Linux installation on a Virtual Machine
Linux installation on a Virtual MachineLinux installation on a Virtual Machine
Linux installation on a Virtual Machine
 
Computer basics worksheet
Computer basics worksheetComputer basics worksheet
Computer basics worksheet
 
5 stepmainttut
5 stepmainttut5 stepmainttut
5 stepmainttut
 
Computer maintenance
Computer maintenanceComputer maintenance
Computer maintenance
 
SCCM HOw to
SCCM HOw toSCCM HOw to
SCCM HOw to
 
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEMCSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
CSS LO6 - PREPARING AND INSTALLING OPERATING SYSTEM
 
Release notes 3_d_v61
Release notes 3_d_v61Release notes 3_d_v61
Release notes 3_d_v61
 
6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx6_2020_03_05!06_46_22_PM.pptx
6_2020_03_05!06_46_22_PM.pptx
 
bcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docxbcm20702a0-driver-windows-11.docx
bcm20702a0-driver-windows-11.docx
 
BASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTERBASIC MAINTENANCE OF COMPUTER
BASIC MAINTENANCE OF COMPUTER
 
Readme
ReadmeReadme
Readme
 
Midterm
MidtermMidterm
Midterm
 

Último

Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...
VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...
VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...SUHANI PANDEY
 
Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...
Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...
Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...amitlee9823
 
Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...
Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...
Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...gajnagarg
 
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...amitlee9823
 
Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...
Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...
Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...gajnagarg
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...drmarathore
 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...amitlee9823
 
Abortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in Dammam
Abortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in DammamAbortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in Dammam
Abortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in Dammamahmedjiabur940
 
SM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfSM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfStefanoBiamonte1
 
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7shivanni mehta
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...amitlee9823
 

Último (20)

Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Sanjay Nagar ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
 
VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...
VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...
VVIP Pune Call Girls Gahunje WhatSapp Number 8005736733 With Elite Staff And ...
 
Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...
Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...
Hosa Road Call Girls Service: ☎ 7737669865 ☎ High Profile Model Escorts | Ban...
 
Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...
Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...
Just Call Vip call girls Berhampur Escorts ☎️9352988975 Two shot with one gir...
 
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
 
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men  🔝kakinada🔝   Escor...
➥🔝 7737669865 🔝▻ kakinada Call-girls in Women Seeking Men 🔝kakinada🔝 Escor...
 
Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...
Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...
Just Call Vip call girls chhindwara Escorts ☎️9352988975 Two shot with one gi...
 
Abortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get CytotecAbortion pills in Jeddah |+966572737505 | Get Cytotec
Abortion pills in Jeddah |+966572737505 | Get Cytotec
 
Critical Commentary Social Work Ethics.pptx
Critical Commentary Social Work Ethics.pptxCritical Commentary Social Work Ethics.pptx
Critical Commentary Social Work Ethics.pptx
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
 
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
 
Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
Kothanur Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Bang...
 
Abortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in Dammam
Abortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in DammamAbortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in Dammam
Abortion Pill for sale in Riyadh ((+918761049707) Get Cytotec in Dammam
 
SM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfSM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdf
 
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
 

Dell Venue 7 3740

  • 1. Dell Open Source Guide For Venue7 3740 and Venue8 3840 Version: 1.00 8/6/2014 Copyright © 2014 - 2015 By Dell Inc.
  • 2. Dell Open Source Guide Dell Tablet Flash Notes Welcome to the Dell Open Source Guide. Here you'll find the guide that describes on how to download, build and flash the appropriate kernel for Dell Venue7 3740/Venue8 3840 tablet device. * For Wi-Fi/LTE device on A195 Prerequisite System Setup 1) Operating Systems  Windows 7  Windows 8.1 desktop mode 2) A micro-SD card of 1GB or higher. 3) All anti-virus software should be disabled when to flash SW into device. 4) Download and install Dell driver and the flashing tool:  IntelAndroidDrvSetup1.5.0.exe  P708T_Driver_V1.0.0.msi  iSocUSB-Driver-Setup-1.0.4.zip  xFSTK_downloader_1.5.1.zip * You MUST do “Flash A195 image to the tablet” part firstly if your tablet's build number is not “YTP802A119500” or “YTP802A519500”. (Build number is here: Settings ->About tablet ->Build number) * WARNING: The data on the tablet device will be LOST when to flash A195 image, please make sure you have already backed up data of device firstly. A. Flash A195 image to the tablet 1) Download and extract tar package, for A195 Wi-Fi, is A195/Unbrick/YTP802A119500- 2014-07-16-22.tgz; for A195-LTE, is A195/Unbrick/YTD802A519500-2014-07-16- 16.tgz. 2) Open Flash Tool “xFSTK-Downloader”, and set configuration for each s dection. Page 2 of 13
  • 3. Dell Open Source Guide 3) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following: 4) Set GP Flag to “0x80000007” in “Download Options” tab as below: 5) Select Firmware files as the following from SW Image directory: FW DnX= dnx_fwr_PRQ.bin IFWI= for_product_ifwi_PRQ.bin Page 3 of 13
  • 4. Dell Open Source Guide OS DnX= dnx_osr_PRQ.bin OS Image= droidboot.img.POS.bin 6) Power off the tablet device (long press power key for more than 15 seconds). 7) Click “Begin Download” in Flash Tool, it will display waiting time is 60 seconds. 8) Long press the volume up button and then plug in the cable. 9) When flash process started, then release the volume up button. 10) When firmware flash is done, Flash Tool will show Success: FW+OS Download Completed! Page 4 of 13
  • 5. Dell Open Source Guide 11) After flashing firmware, the tablet device will switch to fastboot mode automatically as the following: 12) Double click file “P802_flash_device_wifi_only.bat” or “P802_flash_device_lte.bat” in SW image folder. The following CMD window will show up, and begin to flash OS system image. Page 5 of 13
  • 6. Dell Open Source Guide 13) After flash is complete, “press any key to continue” will shown in the cmd window. Please click any key, and the device will reboot automatically. * You can either do part B (B. Rooting and bootloader unlocking process using OTA package) or do part C (C. Build the kernel image from the kernel sources and flash kernel image) to root your tablet. B. Rooting and bootloader unlocking process using OTA package * You will no longer receive OTA notification once you have flashed the OTA package with unsigned kernel. 1. Enable fastboot mode 1) Open “xFSTK Downloader 1.5.1”. 2) Select the second “MRD AO/BO + MOOR AO + CRC” tab as the following: Page 6 of 13
  • 7. Dell Open Source Guide 3) Choose “Options”->”Modify Settings”, set GP Flag to “0x80000007” in “Download Op- tions” tab as below. 4) Select two Firmware files:  FW Dnx: fwr_dnx_PRQ_ww27_001.bin  IFWI: IFWI_MERR_PRQ_UOS_TH2_YT2_ww27_001.bin Keep Operating System option “N/A”. Page 7 of 13
  • 8. Dell Open Source Guide 5) Turn off the tablet(Venue 7 3740/Venue 8 3840). 6) Click “Begin Download” button. 7) Press the volume up button and then plug in the USB cable. 8) If it’s your first time to connect the tablet to PC, it’ll need some time to recognize the driver. After driver installation automatically, go to steps 5 again. 9) The flashing tool pops up the dialog as below, press “OK”. 10) When firmware flash is done, Flash Tool will show Success: FW+OS Download Completed! Page 8 of 13
  • 9. Dell Open Source Guide 11) Reboot the tablet and press power + volume down button to enter fastboot mode, and fastboot mode is enabled successfully as the following: 2. Rooting and bootloader unlocking process using OTA package 1) Download the file, For A195-WifiOnly, download the file “A195/OTA/YTP802A119600-f- 2014-07-16-22_OSS.zip”; for A195-LTE, download the file “A195/OTA/YTD802A519600- f-2014-07-16-16_OSS.zip”. 2) Copy “YTP802A119600-f-2014-07-16-22_OSS.zip” or “YTD802A519600-f-2014-07-16- 16_OSS.zip” to a micro-sd card and insert that card into the micro-sd card slot of dell venue tablet. 3) Power off the tablet. 4) Enter fastboot mode on the tablet (power + volume down button). 5) Select recovery (3rd item from list), and use volume down button to navigate to it and select it by pressing power button. 6) You will see android lying down with an ! Sign. Page 9 of 13
  • 10. Dell Open Source Guide 7) Now hold down the power button and briefly press the volume up button at the same time to get to the recovery menu. 8) Select “apply update from external storage” – second item from top (use vol down to navigate to it) and then press power button to select it. 9) Then select the file you stored on the sdcard (use vol down button to navigate to it) and press power button. 10) You will see a few messages on the screen (like cannot load volume /misc and then some update messages). 11) After a few minutes a menu appears on screen and then select reboot system now (1st item on menu) by pressing power button. 12) Now you are done and the bootloader is unlocked and you have root access. C. Build the kernel image from the kernel sources and flash kernel image 1. Build the kernel image from the kernel sources 1) Download kernel source package “A195/dell_venue_kernel.tgz”. 2) Download Android AOSP 4.4 source codes from android.com. The detailed download instruction is available at https://source.android.com/source/downloading.html. > pwd /localdisk3/dell_venue > mkdir aosp > cd aosp > repo init -u https://android.googlesource.com/platform/manifest -b android-4.4_r1.2 > repo sync . 3) Download gcc for linux-x86. > git clone https://android.googlesource.com/platform/prebuilts/gcc/linux- x86/x86/x86_64-linux-android-4.7 4) Copy “x86_64-linux-android-4.7/*” directory to “prebuilts/gcc/linux-x86/x86/x86_64-linux- android-4.7/”. Page 10 of 13
  • 11. Dell Open Source Guide 5) Extract the kernel source package “dell_venue_kernel.tgz” to the Android source root directory, i.e. aosp directory in this example. > pwd /localdisk3/dell_venue/aosp > tar –xzf dell_venue_kernel.tgz 6) Once done, you should be able to see the “linux” directory inside aosp directory. 7) Copy “prebuilts” directory into “linux” directory. Run the kernel build script. > cd linux > ./kernel_build.sh 8) Check out if the kernel image “boot.img” was created. > cd out/target/product/ > pwd /localdisk3/dell_venue/aosp/linux/out/target/product > ls -al boot.img -rw-r----- 1 xxx yyy 8540672 Mar 19 14:56 boot.img. 2. Flash boot.img and droidboot.img 1) make the device enable fastboot mode. 2) Download adb.exe, fastboot.exe, AdbWinApi.dll, AdbWinUsbApi.dll from “FlashTool/fastboot”. 3) Configure environment variable as the following. If this variable has been set before, please add this new environment path before old path. Page 11 of 13
  • 12. Dell Open Source Guide 4) In a cmd window, type “fastboot devices” and you should see the screen. 5) Download droidboot.img and A195/boot.img (or you can use boot.img you build), put it in the directory which contains your built boot.img. 6) Go to the directory contains “boot.img” and run these commands. > fastboot flash boot boot.img > fastboot flash fastboot droidboot.img > fastboot reboot 7) After the device is rebooted, confirm if the image is properly flashed. Go to Settings- >About tablet and make sure if the information in Kernel version is right. Page 12 of 13
  • 13. Dell Open Source Guide D. Unbricking Process If you encounter some issues when doing the OTA or flash new firmware and boot image, please reference section “Flash A195 image to the tablet” to unbrick the tablet. Page 13 of 13