[TOOL KIT] myKIT_BATCHV1.1.x

Search This thread

floureiro

Senior Member
May 30, 2012
72
6
which software to install the stock kernel in A1-830_WW_GEN1?

KK4.4.2 : ro.build.fingerprint=acer/a1-830_ww_gen1/ducati:4.4.2/KOT49H/241:user/release-keys
Acer_AV0K0_A1-830_1.006.00_WW_GEN1_FLASHPKG.7z

Thanks to all
 
Last edited:

social-design-concepts

Senior Member
Aug 30, 2012
2,392
1,847
Cincinnati
An hour is not too long. what time are you free to do this?

Could you quickly explain what you want to try ?

@social-design-concepts can you tell us what you want to try on the A1-840FHD ? I have the tab and can make many many test :)
Explain your idear, how to have an adb or shell in order start some scripts

you'll need to have myKIT_BATCHv1.1.x setup and working adb / fastboot drivers but give this a try. . . http://xdaforums.com/showpost.php?p=51090059&postcount=3
 

vache

Recognized Developer
Jun 12, 2009
1,137
3,712
Paris
The recovery boot on A1-840FHD, i was able to flash SU ;)


Nice find on the method to launch the recovery, overwriting cp. How did you found that oem backup_factory use "cp" ?
Did you used custom code to make recovery.launcher and recovery.env or is it common binary ?
 

social-design-concepts

Senior Member
Aug 30, 2012
2,392
1,847
Cincinnati
The recovery boot on A1-840FHD, i was able to flash SU ;)


Nice find on the method to launch the recovery, overwriting cp. How did you found that oem backup_factory use "cp" ?
Did you used custom code to make recovery.launcher and recovery.env or is it common binary ?

it's in all the init.rc i've reviewed this method should work on almost all intel with droidboot the /system/bin/cp we replace is in the fastboot.img ramdisk not the one in the android system.img

its a custom program recovery.launcher is just the trigger all the magic happens in recovery.envsetup once i work out a couple of things the source will be posted.

and thanks for confirming
 
Last edited:
  • Like
Reactions: vampirefo

vache

Recognized Developer
Jun 12, 2009
1,137
3,712
Paris
it's in all the init.rc i've reviewed this method should work on almost all intel with droidboot the /system/bin/cp we replace is in the fastboot.img ramdisk not the one in the android system.img

its a custom program recovery.launcher is just the trigger all the magic happens in recovery.envsetup once i work out a couple of things the source will be posted.

and thanks for confirming

Didn't noticed factory2tmp and tmp2factory services in init.rc when i looked at it

Thanks for providing sources. ;)
 

floureiro

Senior Member
May 30, 2012
72
6
Just install 7zip ��

Envoyé de mon A1-724 en utilisant Tapatalk

The recovery acer a1-830, recognizes this:
Acer
A1-830_WW_GEN1 :

JB4.2.2 : ro.build.fingerprint=acer/a1-830_ww_gen1/ducati:4.2.2/JDQ39/eng.svnadmin.20140620.161423:user/release-keys
Acer_AV052_A1-830_1.014.00_WW_GEN1_FLASHPKG.7z

KK4.4.2 : ro.build.fingerprint=acer/a1-830_ww_gen1/ducati:4.4.2/KOT49H/241:user/release-keys
Acer_AV0K0_A1-830_1.006.00_WW_GEN1_FLASHPKG.7z

One recognizes how do I make?
Or we have to have some program to install?
This is my doubt.

Thank you
 
Last edited:

social-design-concepts

Senior Member
Aug 30, 2012
2,392
1,847
Cincinnati
The recovery acer a1-830, recognizes this:
Acer
A1-830_WW_GEN1 :

JB4.2.2 : ro.build.fingerprint=acer/a1-830_ww_gen1/ducati:4.2.2/JDQ39/eng.svnadmin.20140620.161423:user/release-keys
Acer_AV052_A1-830_1.014.00_WW_GEN1_FLASHPKG.7z

KK4.4.2 : ro.build.fingerprint=acer/a1-830_ww_gen1/ducati:4.4.2/KOT49H/241:user/release-keys
Acer_AV0K0_A1-830_1.006.00_WW_GEN1_FLASHPKG.7z

One recognizes how do I make?
Or we have to have some program to install?
This is my doubt.

Thank you

it's not in a format for flashing through recovery it they are in image format for flashing through fastboot but fastboot flashing is broken on the Acers. . . dumps in the .7z files would have to be converter to a format suitable for recovery flashing with one of the many modern rom kitchens. . . . its on my weekend agenda to convert them if time allows.
 

Draft222

Member
Oct 7, 2014
11
0
20141107_213618.jpg

My new device can't ota update 4.4.2 on iconia a1-830
Can't flash 4.4.2 gz file. Fastboot message loop "fastboot Online offline CMD Waiting."
Can't flash 4.2.2 gz file. Fastboot say can't remove cache fastboot.tmp.
 

Attachments

  • 20141107_213618.jpg
    20141107_213618.jpg
    251.2 KB · Views: 242
Last edited:

arvi007

Senior Member
Dec 27, 2009
55
0
Trial Tethered CWM Recovery up in this post :

http://xdaforums.com/showthread.php?p=51090059

Sent from my XT907 using XDA Free mobile app
Thanks a lot for the tethered recovery. Worked for me with the Acer Iconia tab 8 A1-840FHD.

For others looking to do the same here are the steps i followed.
1. Download and extract the main myKit_batch....
2. Download the tethered recovery package and copy the downloaded .7z file to mykit_downloads folder
3. make sure adb and fastboot are working. Download and install Acer drivers if needed
4. Download and place copy of latest SU on the device.
4. Follow the commands as explained by OP to boot into recovery.
5. Once in CWM recovery install SU.
6. Voila ... You now have root.
I deleted all the bloatware from the tab.
 

M.Ray

Member
Jul 10, 2013
21
6
Seem not working with the A1-840HD (not FHD):

Tried booting the Trial Tethered CWM Recovery and Droidboot stuck at:

Code:
FLASH /system/bin/cp...
FLASH COMPLETE! 
RESULT: FAIL (unknown oem command)

After a few seconds the message "Could not open /sys/devices/virtual/backlight" appears

Edit: Attached droidboot
 

Attachments

  • droidboot.zip
    284.8 KB · Views: 1,102
Last edited:

social-design-concepts

Senior Member
Aug 30, 2012
2,392
1,847
Cincinnati
Seem not working with the A1-840HD (not FHD):

Tried booting the Trial Tethered CWM Recovery and Droidboot stuck at:

Code:
FLASH /system/bin/cp...
FLASH COMPLETE! 
RESULT: FAIL (unknown oem command)

After a few seconds the message "Could not open /sys/devices/virtual/backlight" appears

Send droidboot binary from /system/bin

Sent from my XT907 using XDA Free mobile app

I'll give it a look to see
 
Last edited:
  • Like
Reactions: M.Ray

Top Liked Posts

  • There are no posts matching your filters.
  • 85
    @ everyone i am discontinuing myKIT_BATCH and replacing it with a standalone batch script / shell script for rooting & the tethered recovery launcher ; with Intel Tablets increasing in use i feel this is the best course of action and will make it easier for new users . . .
    The new thread is up but its still very much under construction : Intel Android Devices Root / Temp CWM Session



    [TOOL KIT] myKIT_BATCHV1.1.x :
    social-design-concepts : said:
    Disclaimer:
    Before you proceed to the rooting instructions below, please read this disclaimer:
    XDA-DEVELOPERS.COM and I are not responsible for what you are doing to your device. You understand and agree that you are doing this at your own risk.

    as for warranty the rule of thumb is if you root you should always consider your warranty voided : i will make no claim otherwise on the subject.
    i am just a simple hobbyist from Cinti. OH USA i have no intention to buy devices or users getting mad that they were under some impression myKIT wouldn't void the warranty.

    if you root you should always consider your warranty voided

    CLICK HERE DONATE NOW : AND MAKE MY LIFE EASIER BY HELPING BUY ME A VENUE 8

    myKIT_BATCH TOOLv1.1.2 : "and Yet Another Generic Android Tool Kit "

    any issues using this tool kit please use :
    Code:
    @social-design-concepts : myKIT_BATCHv1.1.2 ISSUE

    DOWNLOAD / SETUP myKIT_BATCHv1.1.x
    save the download somewhere on your computer using 7-zip , right click on the file and select extract here

    Additional Downloads :
    download any additional _ASSETKIT's / _ROOTKIT's needed for your device save the downloads in folder :
    • mykit-downloads
    located in the top of the myKIT_BATCHv1.1.x directory where the run-me.bat file is located.

    note : do not extract the files or rename them each time myKIT_BATCHv1.1.x is started it searches for .7z files with specific name endings and automatically extracts them to the correct location. . .

    _PATCHKIT's :
    place _PATCHKIT in mykit-downloads start myKIT_BATCH after patch is applied you'll need to close and restart myKIT_BATCH
    change log :
    • Fix DERP in ADB Driver for Dell Venue 7 / Acer A1-830
    • Make ADB backup Quick Restore select-able instead of typing the full backup name
    • Prep For Flash Tool
    • Other Misc Corrections
    _ROOTKIT'S :
    10/06/2014 TRIAL2 : SDC_INTEL2_ROOTKIT Jellybean 4.1.2 - KitKat 4.4.x
    note : This _ROOTKIT does not require the device specific _ASSETKIT that were needed before , should work on the :
    Dell Venue 7 3730 / 8 3830 Clovertrail Plus , Acer Iconia A1-830 , Acer Iconia B1-730HD ,
    Possibly other Intel Android Devices that have a method of starting the adbd service via fastboot oem command . . .

    OLDER _ROOTKIT'S : Recommend using the _ROOTKIT above

    Jellybean 4.2.2 - Jellybean 4.3 note : this _ROOTKIT is already loaded in myKIT_BATCHv1.1.x there is no real need to download this . . .
    supported devices :
    Dell Venue 7 3730 / Venue 8 3830 US Wifi / US 3G jb4.2.2 - jb4.3
    Acer Iconia A1-830 jb4.2.2

    Kitkat 4.4.2 note : requires device specific _ASSETKIT

    DELL VENUE 7 Model 3730 US NoModem / VENUE 8 Model 3830 US NoModem WiFI Only

    • Kitkat 4.4.2 Dell SW v1.33 DellVenue-kk4.4.2v1.33_WiFi_ROOTKIT.7z
      ro.build.fingerprint=dell/Tablet7/thunderbird:4.4.2/KOT49H/eng.build.2014062.120901:user/release-keys
      ro.build.fingerprint=dell/Tablet8/yellowtail:4.4.2/KOT49H/eng.build.20140624.115655:user/release-keys

    DELL VENUE 7 Model 3730 US 3G / VENUE 8 Model 3830 US 3G
    IMPORTANT NOTICE : THERE WAS A MISTAKE IN THE ORIGINAL _ROOTKIT FOR DELL VENUE 7 3G DEVICE THAT BRAKES OTA COMPATIBILITY . . .
    IF YOU ROOTED YOUR DEVICE WITH THE OLD ROOT KIT PLEASE RE-ROOT WITH THIS ONE TO RESTORE YOU ABILITY TO INSTALL DELL OTA UPDATES. . .

    YOU CAN TELL IF THE OLD _ROOTKIT IS LOADED BY LOOKING AT THE NAME IN myKIT_BATCH THE NEW _ROOTKIT SAYS "KK ROOT TOOL Dell Venue 7 / 8 US 3G SW v1.33 date : 9-01-2014"

    • Kitkat 4.4.2 Dell SW v1.33 DellVenue-kk4.4.2v1.33_3G_ROOTKIT.7z
      ro.build.fingerprint=dell/Tablet7/thunderbird:4.4.2/KOT49H/eng.build.20140624.122423:user/release-keys
      ro.build.fingerprint=dell/Tablet8/yellowtail:4.4.2/KOT49H/eng.XYX.20140624.150615:user/release-keys

    _ASSETKIT'S :





    _PKGKIT'S :
    • coming soon . . .

    ROOTING INSTRUCTIONS :
    please make sure to disconnect all other device besides the device your working on. . . do not disconnect your device during rooting process . . .

    1. open up the myKIT_BATCHv1.1.x folder and double click the run-me.bat to launch myKIT_BATCHv1.1.x

    2. at the initial disclaimer screen type " ACCEPT " case sensitive without the quotes to continue

    3. next on initial menu screen choose option 1 to update the driver ( update the driver more than likely the driver you have installed doesn't have all the modes included with it.
      note : instructions for unsigned driver installation if running windows 8 or 8.1
      Unsigned Driver Installation Windows 8
      Unsigned Driver Installation Windows 8.1

    4. after the driver installation is complete follow the instructions on the screen

    5. once at the main menu , verify that your device is visible and showing " DEVICE STATUS: ADB-ONLINE "

    6. next choose option A1 ROOT KITS to view the ROOT KIT MENU

    7. at the ROOT KIT MENU select the appropriate ROOT KIT
      note : the ROOT KIT MENU is dynamic and the menu option will change depending on the number of root kits found
      please be sure to select the correct ROOT KIT for your Device / Software version. . .

    8. next select the su / supersuer installation

    9. next type " ACCEPT "

    10. device will reboot and rooting / su installation will start after windows installs additional drivers if needed . . .

    Driver Installations Language Error :
    language-error.png

    if you are getting the above language error when trying to install the driver please see this link for editing dpinst.xml for your language:

    The current language is not supported by the device Driver Installation Wizard

    the driver is located in the myKIT_BATCHv1.1.xmykitsdriverKITADB

    CLICK HERE DONATE NOW : AND MAKE MY LIFE EASIER BY HELPING BUY ME A VENUE 8


    XDA:DevDB Information
    [TOOL KIT] myKIT_BATCHV1.1.x, ROM for the Dell Venue

    Contributors
    social-design-concepts
    ROM OS Version: 2.3.x Gingerbread

    Version Information
    Status: Testing

    Created 2016-05-28
    Last Updated 2016-05-27
    42
    Downloads :

    CLICK HERE DONATE NOW : AND MAKE MY LIFE EASIER BY HELPING BUY ME A VENUE 8

    Stock Image Downloads :
    • Note : do not extract the <file name>.system.img.gz contained with in the 7zip file .img.gz is the correct format for flashing through fastboot for intel. . .

    Acer
    A1-830_WW_GEN1 :

    Dell
    Venue 7 WiFi 3730 :

    Venue 7 HSPA+ 3730 :

    Venue 8 WiFi 3830 :

    Venue 8 HSPA+ 3830 :

    CLICK HERE DONATE NOW : AND MAKE MY LIFE EASIER BY HELPING BUY ME A VENUE 8
    19
    Tethered CWM Recovery Trial 11/5/14

    CLICK HERE DONATE NOW : AND MAKE MY LIFE EASIER BY HELPING BUY ME A VENUE 8

    Tethered CWM Recovery Trial :
    Note : This is a Trial CWM Recovery for some Intel Devices with locked boot loaders , it still has a few bugs . . .
    WARNING : This is Tethered CWM Recovery is for some Intel Devices with locked boot loaders , it is not intended for installing custom roms as if the devices has a locked boot loader the device will fail to boot the unsigned images

    This recovery uses the CWM Recovery @vampirefo built for the Dell Venue 8 3830 NoModem original thread : Dell Venue 8, CWM, unsecure boot/recovery

    Tethered CWM Recovery Trial 11/5/14 : INTEL_TRIAL_TETHERED_CWM_PKGKIT.7z
    Launch the recovery by placing it in the mykit-downloads folder the start myKIT_BATCHv1.1.x from the main menu select option A2 then select the tethered recovery program.

    See this post for latest version : http://xdaforums.com/showpost.php?p=57227753&postcount=2310
    Note : WORKING
    • adb root shell
    • backing up to external storage
    • unsigned .zip installation
    • you tell me
    Note : KNOWN BUGS
    • backing up to internal storage is currently broken
    • installing using adb side-loading of zips doesn't work and breaks adb
    • you tell me

    CLICK HERE DONATE NOW : AND MAKE MY LIFE EASIER BY HELPING BUY ME A VENUE 8
    9
    myKIT_BATCH for Dell Venue 7 / 8 initial

    social-design-concepts said:
    myKIT_BATCH:
    myKIT_BATCH

    rootKIT-kkv1.26:
    rootKIT-kkv1.26

    nothing in the base package has changed just just linking in case you don't have it yet.

    Venue7:
    venue7_jb4.3_sw-ver.1.16-images.zip
    venue7otherKIT-kkV1.26.zip

    Venue8:
    venue8_jb4.3_sw-ver.1.16-images.zip
    venue8otherKIT-kkV1.26.zip

    Instructions
    i updated the instructions they are still incomplete but you should be able to follow them.
    myKIT_BATCH-instruction-wip.pdf
    the instructions are still a work in progress if you feel i need to cover anything in them more than they have been please use as your quote:
    HTML:
    [QUOTE=social-design-concepts]myKIT_BATCH Instruction[/QUOTE]

    make sure to follow the setup instructions take special note to make sure the path you place myKIT_BATCH does not contain spaces.

    example: My Document folder in the path will break the myKIT_BATCH

    if your user name contains space same applies :
    example: social design concepts instead of social-design-concepts

    issues please use as your quote:
    HTML:
    [QUOTE=social-design-concepts]myKIT_BATCH ISSUE[/QUOTE]
    8
    Still Have to make the new thread but here is the windows standalone cwm launcher

    @GeeKerGurL @Shreps

    Still Have to make the new thread but here is the windows standalone cwm launcher

    Intel Fastboot Tethered Recovery Launcher IntelAndroid-FBRL.7z
    fixed backup / restore from internal sdcard
    fixed restoring /system partition

    adb sideload of update.zip is still broken

    if you want to try this on jellybean you'll need to update the recovery.fstab in the recovery.zip for your devices

    support fastboot oem triggers are :
    T1 oem startftm ( very few devices support this command , but its the original used so )
    T2 oem backup_factory ( limited devices support this command )
    T3 oem stop_partitioning ( should work on alot of kitkat builds )

    i'm not including any device drivers so you'll have to make sure you install them your self new thread coming soon. . . .

    make sure you download UPDATE-SuperSU-vX.Xx.zip and place it on your internal or external_sd the install it through the install zip /option in CWM

    This doesn't install a permanent copy of CWM Recovery on your device this is a temporary CWM Recovery Session it has to be launched from a pc ( thethered ) each time you need to access the CWM Recovery.


    @vampirefo the new recovery binary you sent wasnt mounting external_sd ? the old one is mounting it fine now but would be nice to have the heading changed. . .