[TOOL] LG P350 Optimus Me Pecan Toolkit [ROOT][RECOVERY][UNROOT] - LG Optimus Me P350

This tool is now a legacy tool
For a more up to date version, please go to this thread
http://forum.xda-developers.com/showthread.php?t=1948326
This toolkit roots the lg p350 phone, then applies a recovery of your choice supplied with the software
It roots quickly and safely
it flashes the recovery quickly and safely, whether starting anew, or just fancy a change
Disclaimer
I am NOT responsible for any bricked devices, dead SD-cards, or any misfortunes that happen to you
This tool is fool proof, and if doesn't work, then YOU have broken it, YOUR phone was already bricked, or YOU Haven't followed the instructions properly
Do not Blame any developer for any problems. If it bricks devices, then it won't be published
Click to expand...
Click to collapse
You do not need to boot into fastboot. All instructions are given to you as you work
Your phone must be an LG-P350 (also called optimus me, pecan, or optimus life)
To flash recovery, it must be rooted already
Your phone does not need a recovery installed already
This includes all the different recoveries for our phone, So you don't have to go searching for them or asking anyone how to flash recovery
If your device can't be detected then it will go through checks, such as seeing if pc can see the device (windows 7 only)
It will also download and install the drivers for you silently if your computer doesn't have them, or if they are not working correctly
The root function can be used to replace using Superoneclick
This is only for Windows!
You do not need any extra software installed
To use
download the zip here
extract to where ever you want
enable usb debugging on your device (go to setting->Applications->Development)
run "antdking's p350 toolkit.bat" (could be called "antdking's p350 toolkit" depending on your system)
follow the steps
included recoveries
RZ recovery by Keyur
ClockworkMod 5.0.2.8 by Keyur
ClockworkMod 6.0.1.0 by Ron
ClockworkMod touch by Vivek
AmonRA 2.2.1 by Drapalyuk
Stock Recovery by LG
Everything is tried and tested on my phone and computer. Phone using my Bluedroid v3, computer running Windows 7 64bit
If anyone wants to suggest features, post on here
If anyone wants to alter code, or add code (only if you know what you are doing), then send the suggestions to me, I will check them and add them
Now running on Ubuntu
I need someone to port to Mac please?
Enjoy
Latest version
Windows
V1.1.1 download
Ubuntu
V1.1.2
For very latest versions, download them from github
be careful though because I upload to this as I work, and it may contain mistakes
see change log
Credits
Credit to Keyur for ClockworkMod 5.0.2.8 and for RZ Recovery, and for the support
Credit to Ron for ClockworkMod 6.0.1.0
Credit to Vivek for ClockworkMod touch version
Credit to Drapalyuk for AmonRa 2.2.1
Credit to CL ShortFuse for supplying the psneuter script
Credit to ChainsDD for the SuperUser app
If you post alterations of this, you must give credit
I give credit to all the creators of the recoveries

Change Log
latest version:
V1.1.2
Ubuntu (link removed until minor bugs removed, thank you sarthak)
added Ubuntu support
added option to have superSU instead of superuser (thank you for the suggestion dbarrera)
V1.1.1
Windows
the script will now ignore any emulators installed on your computer
V1.1
Windows
added rooting support
added unrooting support
added stock recovery
updated adb to optimize size
renamed to "antdking's LG p350 toolkit"
V1.0
Windows
Initial release
auto download and install recoveries
auto download and install drivers
only in windows.. for now
extremely quick

Sweet tool you have created! I will add it to my P350 toolkit...
Sent from my LG-P350 using Tapatalk 2

dbarrera said:
Sweet tool you have created! I will add it to my P350 toolkit...
Sent from my LG-P350 using Tapatalk 2
Click to expand...
Click to collapse
p350 toolkit? I'm planning on expanding it and I don't want to end up repeating ideas..

Don't worry if you wanna sum everything up in one whole, I have all the tools spread around (Drivers (Device and Modem, updated), Rooting (Gingerbreak APK and SuperOneClick), Recoveries (Amon-RA, Touch CWM), KDZs (Entel V10A, Unbranded V10G, and V10I (not tested)), V10A and V10I Source Code), and other various tools... If you need any help or any tool I'll gladly help you out... You doing this CLI-type, right? I could help you out porting it to VB.NET (and by extension to Linux using mono) for some UI...

dbarrera said:
Don't worry if you wanna sum everything up in one whole, I have all the tools spread around (Drivers (Device and Modem, updated), Rooting (Gingerbreak APK and SuperOneClick), Recoveries (Amon-RA, Touch CWM), KDZs (Entel V10A, Unbranded V10G, and V10I (not tested)), V10A and V10I Source Code), and other various tools... If you need any help or any tool I'll gladly help you out... You doing this CLI-type, right? I could help you out porting it to VB.NET (and by extension to Linux using mono) for some UI...
Click to expand...
Click to collapse
The only thing that I need to do now is do root the phone and apply kdz through CLI. the kdz I think I know how to do it using fastboot. rooting the phone I don't know where to start. I'd need to find out how superoneclick works, as that's the only thing that can root the later versions of the original stock rom.
a user interface would be great. And I have to learn VB.NET for school as well.
Any help would be appreciated.

Thanks for your hard work, looks great..

antdking said:
The only thing that I need to do now is do root the phone and apply kdz through CLI. the kdz I think I know how to do it using fastboot. rooting the phone I don't know where to start. I'd need to find out how superoneclick works, as that's the only thing that can root the later versions of the original stock rom.
a user interface would be great. And I have to learn VB.NET for school as well.
Any help would be appreciated.
Click to expand...
Click to collapse
For root, SuperOneClick uses psneuter, learn how it works and probably you'll get a better idea how to do it... Check AndroidLib.dll for VB.Net and Android communication... For flashing KDZ through fastboot, good luck on that one, for some partitions come "disassembled" and KDZ Updater I believe joins those parts... You can get a better idea of what I'm talking about using LGExtract and DZExtract, I used those tools to decompile to bits and pieces the stock ROM files... Good luck and I'll be glad to help in any way...

dbarrera said:
For root, SuperOneClick uses psneuter, learn how it works and probably you'll get a better idea how to do it... Check AndroidLib.dll for VB.Net and Android communication... For flashing KDZ through fastboot, good luck on that one, for some partitions come "disassembled" and KDZ Updater I believe joins those parts... You can get a better idea of what I'm talking about using LGExtract and DZExtract, I used those tools to decompile to bits and pieces the stock ROM files... Good luck and I'll be glad to help in any way...
Click to expand...
Click to collapse
I used gingerbreak with my superoneclick..
I have the kdz extracted already. You can push the mbn's to the phone with fastboot, but I need to research a bit more to check it
Thanks
Right, I've just learnt how to root our phone entirely via adb. Will update this so you can root the phone if it needs it
Sent from my LG-P350 using xda app-developers app

good work man keep good for p350
btw where you find stock recovery ?

ron gokhle said:
good work man keep good for p350
btw where you find stock recovery ?
Click to expand...
Click to collapse
Thanks
And its the recovery in the open UK version 10G kdz.
Sent from my LG-P350 using xda app-developers app

Do not run with an emulator running!! It can cause softbricking of your device. Fix for the problem coming soon
edit: problem now fixed
enjoy
Sent from my LG-P350 using xda app-developers app

can you make ubuntu version of your toolkit ?

ron gokhle said:
can you make ubuntu version of your toolkit ?
Click to expand...
Click to collapse
I'll see what i can do, but as I said in the post I don't know a lot about linux scripts
Sent from my LG-P350 using xda app-developers app

best appreciations from me... good work
thanks hit-ed

antdking said:
I'll see what i can do, but as I said in the post I don't know a lot about linux scripts
Sent from my LG-P350 using xda app-developers app
Click to expand...
Click to collapse
The other day I was reading at the batch code, actually it's not that different as you use wget to download what is needed which in Linux is already embedded into the system. All you need to add into the folder structure of yours is the adb binary for Linux.
Sent from my LG-P350 using Tapatalk 2

dbarrera said:
The other day I was reading at the batch code, actually it's not that different as you use wget to download what is needed which in Linux is already embedded into the system. All you need to add into the folder structure of yours is the adb binary for Linux.
Sent from my LG-P350 using Tapatalk 2
Click to expand...
Click to collapse
It uses 7-zip as well, which I'm going to use more of later. I also need to know what each of the commands in my script is in ubuntu commands, because there are differences.
I need something that will work anywhere (like adb) that will handle zip files. I don't think you can get 7-zip like that for ubuntu. If I'm wrong can someone post it? I've had no luck, and I don't want to ask people to start installing things

antdking said:
It uses 7-zip as well, which I'm going to use more of later. I also need to know what each of the commands in my script is in ubuntu commands, because there are differences.
I need something that will work anywhere (like adb) that will handle zip files. I don't think you can get 7-zip like that for ubuntu. If I'm wrong can someone post it? I've had no luck, and I don't want to ask people to start installing things
Click to expand...
Click to collapse
unzip is generally already installed in Ubuntu... If you wish, I'll write some code later when I get home so you can get an idea and continue to work from there...

dbarrera said:
unzip is generally already installed in Ubuntu... If you wish, I'll write some code later when I get home so you can get an idea and continue to work from there...
Click to expand...
Click to collapse
no it's alright, It's just getting to a point where I've finished it all. I've got the rest of the day today and all tomorrow to port to ubuntu and add a kernel flasher

antdking said:
no it's alright, It's just getting to a point where I've finished it all. I've got the rest of the day today and all tomorrow to port to ubuntu and add a kernel flasher
Click to expand...
Click to collapse
ok, enjoy the day... I'll go back to work (OT: yeah, I work weekends too)...

Related

[Tool] Flashable Zip Recoveries

This is for those times when you want to change your recovery but don't have access to a desktop. You need to already have a custom recovery installed otherwise you can't flash the zip (duh!).
Here are some common recoveries in flashable form:
Stock_Optimus_V_Recovery.zip
aospCWMod-VM670-20110531_Recovery.zip
CWM_3.0.2.4_Recovery.zip
Thunderc-v-1.2.0-GNM_Recovery.zip
Xionia_CWMA_12518.4_VM_Recovery.zip
Xionia_CWMA_12518.4_Recovery.zip (Optimus S)
Xionia_CWMA_12518.6_Recovery.zip (Optimus S)
You don't need to do anything special for these. Flash them and your recovery will be changed.
If you want to flash a recovery not listed above using your current recovery, use the following directions:
Make sure your recovery image is not corrupt before using this.
Rename your recovery of choice to vrecovery.img
Place vrecovery.img in the root of your micro SD card
Place Flash_vrecovery.zip anywhere on the micro SD card
Reboot into your custom recovery and flash the zip
Enjoy!
This is fantastic! Thank you.
Wicked Love it! Thanks Dude
is there a way to flash a custom recovery from the stock recovery, my brother flashed the wrong clockwork on his optimus v and now we can't install roms and it currently doesn't have a rom on it. I managed somehow to get the original recovery on the device and I can get adb to connect to it and windows to recognise the device. any ideas?
thanks xda thanks my optimos was brick n now its work is a life thanks ..im use this Stock_Optimus_V_Recovery.zip
aospCWMod-VM670-20110531_Recovery.zip grasias grasiasssssssssssssssss
Not sure if you're comfortable adding it to the list yet, but the latest recovery used with ROM Manager, ClockworkMod 3.2xx (not sure of the final digits), does work on the Optimus V now, thanks to koush.
JerryScript said:
Not sure if you're comfortable adding it to the list yet, but the latest recovery used with ROM Manager, ClockworkMod 3.2xx (not sure of the final digits), does work on the Optimus V now, thanks to koush.
Click to expand...
Click to collapse
Is there an easy was to download the img? Can you link me? It's really simple to add it, but isn't this counter to the whole idea of rom manager?
mmarz said:
Is there an easy was to download the img? Can you link me? It's really simple to add it, but isn't this counter to the whole idea of rom manager?
Click to expand...
Click to collapse
I'll see if I can find the direct download. A quick search didn't turn it up, but I did find the new experimental ajax interface for Rom Manager
http://clockworkmod.github.com/ajaxThing/ajaxtest.html#developers
ok so i flash cwm from rom manager 3.2.0.1 i believe..... but once i boot into recovery i cant choose any of the options? i can move up and down but cant do anything other then that i have pressed every key on the phone lol please help.
warfenix said:
ok so i flash cwm from rom manager 3.2.0.1 i believe..... but once i boot into recovery i cant choose any of the options? i can move up and down but cant do anything other then that i have pressed every key on the phone lol please help.
Click to expand...
Click to collapse
I believe (never installed the thing though) than newer editions of cwm use the camera button to select.
at least that's what I've read.
Omg I been having the same issue!!! I cannot make it select an option..any suggestions???
Sent from my SGH-T959 using XDA App
What recovery are you using. Also which rom.
Sent from my LG-VM670 using xda premium
Lol...duh ok smack me.... I didn't realize I had to use the camera button to select lol. But now my problem is that my home key no longer works?? This is on any rom I use. Any good gb roms for the V that arent listed here? I don't see any CM roms...
Sent from my SGH-T959 using XDA App
MizSxxyBych said:
Lol...duh ok smack me.... I didn't realize I had to use the camera button to select lol. But now my problem is that my home key no longer works?? This is on any rom I use. Any good gb roms for the V that arent listed here? I don't see any CM roms...
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
I use the AOSP ROM (dead rom). For some reason, all the IHO ROMS keep rebooting me after installing all my apps. I also use the Xionia recovery and the Xionia 010-anykernel kernel. With that kernel though, your home key and menu key will be switched, but well worth it.
Sent from my Bloodfire VM670 using xda premium
dingermtb said:
I use the AOSP ROM (dead rom). For some reason, all the IHO ROMS keep rebooting me after installing all my apps. I also use the Xionia recovery and the Xionia 010-anykernel kernel. With that kernel though, your home key and menu key will be switched, but well worth it.
Sent from my Bloodfire VM670 using xda premium
Click to expand...
Click to collapse
I use the asopCWMod recovery v3.0.2.4 I have the same problem with all the IHO builds, but I found that if I wait till just when all the apps have loaded and all the app icons are visable, then hit a lock screen widget and turn the screen off(wait 5min). When I turn the screen on and unlock everything works great.
I have to do this with every reboot,but it works.
Sent from my LG-VM670 using xda premium
Anyone have this recovery?
Sorry to bring up an old thread, but all the links for the recoveries in the first post are dead.
Would anyone happen to have Xionia_CWMA_12518.4_VM_Recovery.zip?
I have the .img version of it, but I'm not familiar with adb.
If anyone could help, I'd greatly appreciate it.
http://forums.androidcentral.com/at...ms-xionia_cwma_12518.6_vm_recovery-signed.zip
Sent from my NookColor using Tapatalk 2
Need everyone to Help
ATTN: I NEED EVERYONE'S HELP!!! PLEASE!!!​Here's what I need you to do!​Find and Search through your PC's and look for any complete or decently stable ROM's, RECOVERY's, KERNEL's and any possible missing links / files / documents for the LG Optimus V regardless of it's version or kernel and Send me WORKING links, files, of anything you got. All the links for this phone are dead... I've checked all over the web. This is still a great phone, and can still be used either with Boost Mobile or simply with a Credit or Debit card. A friend and I plan on revamping this phone to see if we can't bring it back to it's glory. But in order to do so.... Got to have the Archives! Every link is dead.... PLEASE PLEASE PLEASE search around for anything LG Optimus V, VM670, Thunderc Optimus S is also appreciated.
THANK YOU FOR YOUR TIME AND PATIENCE
Send them to me, in a PM and or share them with me to my Google Drive via email.... PM for email... thanks
:good::laugh:
redbaron2005 said:
ATTN: I NEED EVERYONE'S HELP!!! PLEASE!!!​Here's what I need you to do!​Find and Search through your PC's and look for any complete or decently stable ROM's, RECOVERY's, KERNEL's and any possible missing links / files / documents for the LG Optimus V regardless of it's version or kernel and Send me WORKING links, files, of anything you got. All the links for this phone are dead... I've checked all over the web. This is still a great phone, and can still be used either with Boost Mobile or simply with a Credit or Debit card. A friend and I plan on revamping this phone to see if we can't bring it back to it's glory. But in order to do so.... Got to have the Archives! Every link is dead.... PLEASE PLEASE PLEASE search around for anything LG Optimus V, VM670, Thunderc Optimus S is also appreciated.
THANK YOU FOR YOUR TIME AND PATIENCE
Send them to me, in a PM and or share them with me to my Google Drive via email.... PM for email... thanks
:good::laugh:
Click to expand...
Click to collapse
that's a lot of formatting in your post ;p
on the quick side:
so, my kitkat rom thread and twrp (both in my signature) still have live links to Google drive.
but...
kitkat pretty much requires setting up a sacrificial sd card with that twrp, which you can't remove from the phone. higher speed is better for the card.
that twrp has a kernel which reverses system and userdata, so even if you put it in internal mode, you have to modify updater-scripts to swap all mentions of system and userdata for it to work. with anything I didn't build, like anything pre-kitkat.
I have harmonia (important to set up the phone for activation) but if it's like my Evo 3d, you'll have to manually set the date back to 2019 or whenever the security certificate expired to get the activation app too connect or it'll just error out.
I also have a zip of harmonia I "fixed" to work with that twrp.
somewhere I also have bobzhome GB. and I think a reversed zip of that too.
I might even have older custom recoveries.
if you search around Google you might find the bobzhome rom stashed away downloadable, I was still able to grab it within the last year.
after a while I'll dig and upload stuff to my gdrive.
it sucks that Android file host deleted all my OV files though. I had a lot there.

[ROOT] LG Nitro HD Root Method - *Not working on latest update*

Hi all,
I've uploaded this root method because it is the only way I have been able to get root on the first try every time.
Your results may vary. If you don't get it first try, just try again.
Here are the methods I have tried and had fail:
UnlockRoot
Doomlord v1
Doomlord v4
TPSparky
SuperOneClick (Any Version)
So here you go! Here is a method that I have had 100% success with. I will be editing the script to try and make it more clean and less work on your part in the future. I will post new versions on this thread when I get them done.
Required Downloads
LG Nitro HD Root.zip
Enabling Root Rights
Enable USB Debugging and Unknown Sources.
Unzip the zip file to the location of your choice.
Run the file named “Root.bat”.
Follow the instructions on in the CMD window.
Notes
Here is a list of the apps that I have found will brick your Nitro if removed:
AT&T Address Book
AT&T Navigator
Google Play Books*
Google Play Movies*
Google Play Music
Google Play Store/Market
removal of at&t addressbook and navigator doesn't brick your device !
i confirm this !
aaki_rocker said:
removal of at&t addressbook and navigator doesn't brick your device !
i confirm this !
Click to expand...
Click to collapse
Thank you for your input. But, I have removed both of them individually and bricked it. Also, several others have reported in other threads that it has. I believe it just depends on how much luck you have.
Just tried... no worky.
Again, I am trying to root on 2.3.5. Zerg fails, SOC wont make it past rebooting adb...
mattman86 said:
Thank you for your input. But, I have removed both of them individually and bricked it. Also, several others have reported in other threads that it has. I believe it just depends on how much luck you have.
Click to expand...
Click to collapse
Matt your instructions for root say to extract from zip, root.bat. But your link takes me to a apk root file not a zip file...
can you be more specific or maybe the link is misdirected?
are you saying this is a root method via apk from phone?
IM starting to remember why I sold my g2x....nothing changes eh LG??
freakboy13 said:
Matt your instructions for root say to extract from zip, root.bat. But your link takes me to a apk root file not a zip file...
can you be more specific or maybe the link is misdirected?
are you saying this is a root method via apk from phone?
IM starting to remember why I sold my g2x....nothing changes eh LG??
Click to expand...
Click to collapse
yes i try this and i fail to download.. the zip file..
zikario507 said:
yes i try this and i fail to download.. the zip file..
Click to expand...
Click to collapse
Hic hic,me too
Sent from my LG-P930 using xda app-developers app
I assumed he meant to download and run on the computer with phone connected through USB. Can you clarify mattman86?
Sent from my LG-P930 using xda app-developers app
AllstarE4 said:
I assumed he meant to download and run on the computer with phone connected through USB. Can you clarify mattman86?
Sent from my LG-P930 using xda app-developers app
Click to expand...
Click to collapse
But as to what? Run the apk on your pc o_0
His directions say dl zip, yet there is no zip it directs you to a page that looks like what may have been in the zip? Still not clear
The apk root ...it shows up on the phone but still unclear.
Need the link fixed or to be clarified please Mattman when you get a chance thank you.
Edit: is the zip you were refering to the lg tool that reverts you to v18f ?
If so will this work on official ics release via lg tool.
Thanks again in advance
Sent from my LG-P930 using Tapatalk 2
Terribly sorry... The privacy settings on my Google Drive must have been reset somehow.
I've fixed it so that the zip should show now.
But it now says that you have binned the file. It works right, doesn't it?
Mattman your script isnt working.
When I hit "any key to continue" it flashes..but its not flashing anything.
Cmd window turns off (checked process not running at all)
nothing happens.
No instructions , nothing. cmd. window just exits.
so guesse thats another brick wall for root on lg updated firmware to ics.
Mattman sorry but this method does not work.
Or I should say it did not work for me.
I even put togewther my own rendition of your files that you compiled still would not work.
In fact I am now convinced the ONLy root method for the nitro running it the one here:
http://forum.xda-developers.com/showthread.php?p=30209937#post30209937
Im not saying anything against your method, it looks solid, but it would not work.
I tried it on v20c and v18f.
I now have root but want to say your efforts and work are appreciated.
I hope this is not considering hijacking the thread I wanted to post this for others with the same issues.
EDIT: Mattman I been searching through the threads and seen that you initialy used this method off of 2.3.6? Meaning you rooted from 2.3.6? ( from the cwm thread you came up with a way via script to run cwm) I am wondering maybe your method only works from 2.3.6? what firmware did you originally root from?
i tried this method on my v20c and my wife is not working.. and never get root??
please help me
zikario507 said:
i tried this method on my v20c and my wife is not working.. and never get root??
please help me
Click to expand...
Click to collapse
V20c is the latest update... Please read the title of the thread.
mattman86 said:
V20c is the latest update... Please read the title of the thread.
Click to expand...
Click to collapse
yes.. i'm agree with you.. nowadays i can root with your eady guide to unbrick the phone
Does this work for anyone who has followed his steps and also 'not' on the latest firmware like Mat mentions, just want to know before I get my phone??

Flatline - Unbrickable Transformer TF300T - Jellybean edition

The AndroidRoot.Mobi Team is proud to present Flatline: Nvflash for TF300T Jellybean!
This release allows generating nvflash blobs for your specific device, making your device unbrickable as long as you have a copy of the blobs.
As a brand new feature, it will also enable wifi and upload a copy of the blob to androidroot's server. Later, a solution will be released to retrieve the blobs from the server if you ever loose them.
https://www.androidroot.mobi/pages/guides/tegra3-guide-nvflash-jellybean/
Credit goes to the AndroidRoot.Mobi team:
Bumble-Bee (Apache14), IEF, kmdm, lilstevie & RaYmAn.
thanks
your link don't work
https://www.androidroot.mobi/introducing-flatline-nvflash-for-jellybean-n7v1-t201-tf300t-tf700t/
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
okrasitna said:
thanks
your link don't work
https://www.androidroot.mobi/introducing-flatline-nvflash-for-jellybean-n7v1-t201-tf300t-tf700t/
Sent from my ASUS Transformer Pad TF300T using xda app-developers app
Click to expand...
Click to collapse
try this https://www.androidroot.mobi/pages/guides/tegra3-guide-nvflash-jellybean/
I cant test it on my tf300t since i done it during ICS, but it did work successfully on my JB tf700
So, having read the guide thoroughly, if already on the JB bootloader (10.4.20.0), is it necessary to update to the latest firmwares before running this or can I do it on 10.4.20.0? I note that the guide references bootloader 10.6.1.15.3. Also, anyone know whether doing the NVFlash thing wipes the user data?
Thanks in advance. Looking forward to running this on my TF300T once I get my ducks in line.
Wow! Good news .
Is it working with 10.6.27.1 bootloader, or will it work?
Thanks rayman, XpLoDWilD & Androidrootz team!
Hazard17 said:
Is it working with 10.6.27.1 bootloader, or will it work?
Click to expand...
Click to collapse
@rayman Is it working with the bootloader for the latest update (10.6.1.27.5 )? Or should we downgrade to 10.6.1.15.3 to be safe?
k1chy said:
@rayman Is it working with the bootloader for the latest update (10.6.1.27.5 )? Or should we downgrade to 10.6.1.15.3 to be safe?
Click to expand...
Click to collapse
It is working in 10.6.1.27.5 bl....im on c rom
i have a question....what files should i save?
the files that was generated only have 11mb...normal?
once i get the files can a reflash the twrp recovery?
if i brick my tablet what should i do with this files?
tks in advance
This is really exciting! Thanks devs!
Just to confirm and clarify (for noobs not unlike myself), this does work with the 4.2 BL (Rom example being CM 4.3 nightlies).
So I'm a bit confused. This process involved installing a new recovery image. If my device already has TWRP custom recovery and CM10.1 nightly, would I just follow all the steps listed and then reinstall TWRP as a final step? I was concerned with the steps that involved rebooting the device and wasn't sure how that recovery image would handle CM10.1
OK I just did it and I got a 1.6 MB blob file...I did the wheelie and it worked but where were the files: Unlocked token, factory config, and bricksafe img files received too? They were not in the nvflash directory nor on the device, but it said all three of them had been received succesfully.
Edit:
Found them. Located at: User\AppData\Local\VirtualStore
All three were there
Another Edit:
Spinergy02 said:
So I'm a bit confused. This process involved installing a new recovery image. If my device already has TWRP custom recovery and CM10.1 nightly, would I just follow all the steps listed and then reinstall TWRP as a final step? I was concerned with the steps that involved rebooting the device and wasn't sure how that recovery image would handle CM10.1
Click to expand...
Click to collapse
I'd like to know this too. I think we can reinstall TWRP -42 at the end, but I'd like some confirmation by someone more knowledgeable than myself.
Wheelie on Mac OS X
Anyone test wheelie or nvflash on OSX 10.8.5 ? Wheelie for me not work.
riderskull said:
Anyone test wheelie or nvflash on OSX 10.8.5 ? Wheelie for me not work.
Click to expand...
Click to collapse
what part doesnt work? running any of the commands or something specific like drivers
Sent from my TF300T using xda app-developers app
cmendonc2 said:
what part doesnt work? running any of the commands or something specific like drivers
Sent from my TF300T using xda app-developers app
Click to expand...
Click to collapse
when i execute command
Code:
wheelie --blob blob.bin
the output is
Code:
-bash: /Users/myfolder/wheelie: cannot execute binary file
Any solution ?
riderskull said:
when i execute command
Code:
wheelie --blob blob.bin
the output is
Code:
-bash: /Users/myfolder/wheelie: cannot execute binary file
Any solution ?
Click to expand...
Click to collapse
Use chmod or run it under sudo for Linux? Idk how Mac works
Sent from my TF300T using xda app-developers app
Sure do wish OP would come back and answer some of the previous questions about useability...
riderskull said:
Anyone test wheelie or nvflash on OSX 10.8.5 ? Wheelie for me not work.
Click to expand...
Click to collapse
OS X is not currently supported. We do actually have a wheelie port for OS X, but we haven't been able to find a sufficiently new nvflash binary for OS X, so there's little point in releasing it. You must use windows or linux.
Spinergy02 said:
So I'm a bit confused. This process involved installing a new recovery image. If my device already has TWRP custom recovery and CM10.1 nightly, would I just follow all the steps listed and then reinstall TWRP as a final step? I was concerned with the steps that involved rebooting the device and wasn't sure how that recovery image would handle CM10.1
Click to expand...
Click to collapse
Yes, you can install whatever recovery you want after getting your blobs.
You are also free to install whatever bootloader you want afterwards.
The recovery is essentially CWM with some extras, so it should flash any CWM flashable rom without issue.
hgoldner said:
So, having read the guide thoroughly, if already on the JB bootloader (10.4.20.0), is it necessary to update to the latest firmwares before running this or can I do it on 10.4.20.0? I note that the guide references bootloader 10.6.1.15.3. Also, anyone know whether doing the NVFlash thing wipes the user data?
Thanks in advance. Looking forward to running this on my TF300T once I get my ducks in line.
Click to expand...
Click to collapse
It works on all currently released bootloaders. If we hear of asus fixing it in a new bootloader, we will put a latest bootloader supported notice on the guide on the website.
Only unlocking the device wipes the user data. Doing the NVFlash thing doesn't wipe anything.
i am stuck at: Step 2: Generate wheelie blobs
its say that it genrateted the files and uploaded them but when i try the adb pull it cannot find the files. I tried both commands the /date one and the /tmp one. Also when i look a root browser app i cannot find the map.
Help pls :S
You can revert to 4.0 firmware via nvflash?

[Root] Envizen Tablet

Haven't seen any guides out for this model yet so here you go! I can confirm the latest version of motochopper works for v100md on stock 4.1.1. I would imagine other Envizen models are vulnerable as well. Known devices working with motochopper will be updated below.
SUPPORTED ENVIZEN DEVICES:
V100MD
(1) Make sure you have the device drivers
(2) Enable USB debugging
(3) Run Motochopper and follow directions
* Linux users must run as sudo.
Stay tuned as I may write custom xposed modules for this device as it seems there aren't any custom ROMs yet. Thanks!
I am not responsible for you bricking, loss of data etc... Try at your own risk.
Downloads Below...
Sent from my SPH-L710 using XDA Premium 4 mobile app
Download Links:
Motochopper.zip
Special thanks to Dan Rosenberg!!!
Dont have the drivers....plz help...!! cant root my Envizen A100M (10.1)
pangolin.rollin said:
Haven't seen any guides out for this model yet so here you go! I can confirm the latest version of motochopper works for v100md on stock 4.1.1. I would imagine other Envizen models are vulnerable as well. Known devices working with motochopper will be updated below.
SUPPORTED ENVIZEN DEVICES:
V100MD
(1) Make sure you have the device drivers
(2) Enable USB debugging
(3) Run Motochopper and follow directions
* Linux users must run as sudo.
Stay tuned as I may write custom xposed modules for this device as it seems there aren't any custom ROMs yet. Thanks!
I am not responsible for you bricking, loss of data etc... Try at your own risk.
Downloads Below...
Sent from my SPH-L710 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Dude do you have any site where i can download the drivers for my Envizen coz the mai site of Envizen is Down...!
UNviper said:
Dude do you have any site where i can download the drivers for my Envizen coz the mai site of Envizen is Down...!
Click to expand...
Click to collapse
I assume your running Windows? Haven't looked for drivers yet as I'm on linux but... Have you tried enabling USB Debugging and plug it in? Most of the time I get them that way.
Thanks..!! I'm done with the rooting, but cant get CMW recovery....!!
pangolin.rollin said:
I assume your running Windows? Haven't looked for drivers yet as I'm on linux but... Have you tried enabling USB Debugging and plug it in? Most of the time I get them that way.
Click to expand...
Click to collapse
Which custom ROM can i flash to my device and before that most important is how will i get CMW recovery...!!
UNviper said:
Which custom ROM can i flash to my device and before that most important is how will i get CMW recovery...!!
Click to expand...
Click to collapse
At this time there are no official or unofficial CWM & TWRP recoveries. In the mean time I suggest you mod with Xposed modules and other utilities.
I am not liking this tablet.
pangolin.rollin said:
Haven't seen any guides out for this model yet so here you go! I can confirm the latest version of motochopper works for v100md on stock 4.1.1. I would imagine other Envizen models are vulnerable as well. Known devices working with motochopper will be updated below.
SUPPORTED ENVIZEN DEVICES:
V100MD
(1) Make sure you have the device drivers
(2) Enable USB debugging
(3) Run Motochopper and follow directions
* Linux users must run as sudo.
Stay tuned as I may write custom xposed modules for this device as it seems there aren't any custom ROMs yet. Thanks!
I am not responsible for you bricking, loss of data etc... Try at your own risk.
Downloads Below...
Sent from my SPH-L710 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Hey there, I know that this is an old post, but I really need help here.
My inlaws bought this tablet and when i tried to switch it to ART from Dalvik it just get spitting out some "com.androidphone. something or other stopped working bug issue"
I have been trying to boot into recovery but for some reason it is completely.. and i mean completely.. gone. the only thing i can do is get into fastboot and adb if i reboot it and let it just sit.
So i was hoping that you had the stock rom for the Envizen tablet or perhaps by chance the custom recovery at least.
I have tried nearly everything that i can. I can't get root access so i can't pull the boot.img to make a custome recovery... its silly
please... anyhelp is appreciated.
I managed to get in touch with the company that made the Envizen EVT10Q tablet from HSN. I managed to get them to send me the stock firmware. I will be uploading it tonight but need to know of a nice safe place for it. with dolphins that have lasers on the head for security... don't need to get a pimp slap from anyone...
suggestions on a place to upload it for others?
Envizen EVT10Q Stock Firmware
Here is the file file as promised. I put it to an anonymous upload site.
https://dropfile.to/iuqxarw
access key "" USF7w0b
Envizen EVT10Q Stock Firmware
therealtaynak said:
Here is the file file as promised. I put it to an anonymous upload site.
Click to expand...
Click to collapse
File expired. Lay out once again for downloading, please.
yamal13 said:
File expired. Lay out once again for downloading, please.
Click to expand...
Click to collapse
Hey,
Sorry it took so long to reply... finals coming up...
here is the link.
https://dropfile.to/EsEgtKP
access code:
AYR1hS2
dont know how long it stays up.. let me know if there is a more permanent place.
file expired can u repost
File expired, please reupload
Envizen EVT10Q firmware
I too am looking for the stock firmware foe Envizen EVT10Q.
Please and Thank you

Stock KitKat 4.4.2 DeOdex, Debloat?

Has anyone taken the stock Kit Kat ROM, debloated and deodexed it yet and make it flashable with CWM or TWRP? Ive seafched using a few different methods and havent found anything. I love the stock ROM of KitKat for the OG Pro, but I know it can be done better by one of our great devs.
Thanks,
Eric
I don't think so
gameovr said:
Has anyone taken the stock Kit Kat ROM, debloated and deodexed it yet and make it flashable with CWM or TWRP? Ive seafched using a few different methods and havent found anything. I love the stock ROM of KitKat for the OG Pro, but I know it can be done better by one of our great devs.
Thanks,
Eric
Click to expand...
Click to collapse
As of right now I was able to use this link-- http://forum.xda-developers.com/showthread.php?t=2725930 but I had issues with java on my pc..
I had to set the right path variables so that the program would work... this is what I used to set my path variables--- c:\program files\java\jre7\bin ---- copy it that way if you don't have the path set that way ...for some reason the main.bat program wouldn't read it in capitals...strange . so make sure you have java updated jdk updated ...then go from there ...the only bug I found was that my weatherbin apps didn't deodex so I'm looking to see how I can fix that ..hope I helped ..
jburgos3 said:
As of right now I was able to use this link-- http://forum.xda-developers.com/showthread.php?t=2725930 but I had issues with java on my pc..
I had to set the right path variables so that the program would work... this is what I used to set my path variables--- c:\program files\java\jre7\bin ---- copy it that way if you don't have the path set that way ...for some reason the main.bat program wouldn't read it in capitals...strange . so make sure you have java updated jdk updated ...then go from there ...the only bug I found was that my weatherbin apps didn't deodex so I'm looking to see how I can fix that ..hope I helped ..
Click to expand...
Click to collapse
Ok did it, I have CWM 6.0.4.7 on here. Did the entire process, Went to attempt to flash using CWM and get a set_perm error, Status 7 aborted. Going to try again. Ill update it,
jburgos3 said:
As of right now I was able to use this link-- http://forum.xda-developers.com/showthread.php?t=2725930 but I had issues with java on my pc..
I had to set the right path variables so that the program would work... this is what I used to set my path variables--- c:\program files\java\jre7\bin ---- copy it that way if you don't have the path set that way ...for some reason the main.bat program wouldn't read it in capitals...strange . so make sure you have java updated jdk updated ...then go from there ...the only bug I found was that my weatherbin apps didn't deodex so I'm looking to see how I can fix that ..hope I helped ..
Click to expand...
Click to collapse
Ok did it, I have CWM 6.0.4.7 on here. Did the entire process, Went to attempt to flash using CWM and get a set_perm error, Status 7 aborted. Going to try again. Ill update it,
:banghead: I'm still stuck on deodexing my weather apps... I'm still using apktool on my phone and still getting the the "top level exception" error...
Sent from my LG-E980 using XDA Free mobile app

Categories

Resources