Androsign - Droid Eris Android Development

I remember hearing that we need something signed when being flashed to our phone but I have not heard of anyone using this tool that I came across when looking for ROM cooking information.
Has anyone given androsign a shot yet to try and sign the zip files that people were trying to flash using the goldcard?
I'm not sure if this is what needs to be signed or if it were the .img file itself but maybe its worth a try?
I found this in the HTC Hero: G2 Touch section. http://forum.xda-developers.com/showthread.php?t=551711
The Androsign stuff is in the Tools section near the bottom of the post.
Lox_Dev said:
Androsign script (linux)
I wrote that androsign script to quick sign zip files. Just put it in your <SDK>/tools folder, then chmod +x. If you have put the tools folder in your PATH, you can call it directly like this:
androsign /dev/folder1/folder2/update.zip (or any zip/apk file)
It will output an update-signed.zip (or app-signed.apk etc) in the same folder than original file was in.
Click to expand...
Click to collapse

sickbox said:
I remember hearing that we need something signed when being flashed to our phone but I have not heard of anyone using this tool that I came across when looking for ROM cooking information.
Has anyone given androsign a shot yet to try and sign the zip files that people were trying to flash using the goldcard?
I'm not sure if this is what needs to be signed or if it were the .img file itself but maybe its worth a try?
I found this in the HTC Hero: G2 Touch section. http://forum.xda-developers.com/showthread.php?t=551711
The Androsign stuff is in the Tools section near the bottom of the post.
Click to expand...
Click to collapse
Check out the new Root Thread....There you will find all the Devs and what they are trying and have tried and so on

I'll look into androsign. I'm assuming it uses the engineering key, because as far as I know HTC's privatekey hasn't been broken.
Thanks!

Androsign uses the engineering bootloader key. We don't have an engineering bootloader.

Related

Very Quick Question

If I take a ROM in .ZIP format and unzip it on my PC into a folder with the same name...
Then delete any .APKs of programs I have no use for (Twidroid, facebook, etc) and then replace the boot.img with a different kernel of my choice and different SuperUser.apk...
Can I then ZIP this primary folder and load it as a ROM onto my MT3G?
Forgive me if this sounds really stupid, but I have no idea.
Would it need to be "cooked" before I can load it??
When you cook you need to make sure the gloves are on and you have the oven's temp turned up real nicely to fry that thing
I guess you didnt search or something? I need you to confirm that you cant/can see this at the top left corner of screen:
xda-developers > Dream > Dream Android Development
Press Dream then head to Q&A section please.Wait a sec...Thats not a Dream..You belong here for asking q's about your phone:
http://forum.xda-developers.com/forumdisplay.php?f=480
Just do a search for signing tool and it shows up.
rbrainard said:
If I take a ROM in .ZIP format and unzip it on my PC into a folder with the same name...
Then delete any .APKs of programs I have no use for (Twidroid, facebook, etc) and then replace the boot.img with a different kernel of my choice and different SuperUser.apk...
Can I then ZIP this primary folder and load it as a ROM onto my MT3G?
Forgive me if this sounds really stupid, but I have no idea.
Would it need to be "cooked" before I can load it??
Click to expand...
Click to collapse
its more complicated than it looks...
First u will have to know if removing those .apk will not cause any trouble...
Second u will have to sign the apks u r going to add, and signed the zip too...
about changing the boot.img has been tried before in another thread...
but most important u will have to search, search and read, read...
going to try and find some thread for u, before the mods closed this...
Need to have it resigned...once a zip file is open it breaks the signature but I would aslo like to kno if this is possible
ilostchild said:
Need to have it resigned...once a zip file is open it breaks the signature but I would aslo like to kno if this is possible
Click to expand...
Click to collapse
here its a thread about resigned:
http://forum.xda-developers.com/showthread.php?t=473580
read it all, has interesting stuff, but keep searching...
actually i would like to try this too...
if u ask devs, unless they want to teach u, great...
Wow...
You can open zips (roms/updates) and browse them without the need to resign them. If you change any of the contents in a zip (rom/update) file, as in remove or add, then you have to resign. You do not have to resign the apks you add to the zip (rom/update) file.
To do what you want to do, refer to the link about signing zips that was posted above. Remove the APKs, sign the zip (rom/update) file, and apply the update to your phone.
bring in the wrecking crew!
anyone know how to run this on a mac?
Ha people had post, but the one that make the thread, its no where...
Sweet! Thanks folks.
The "Search" function is the most important in any forum, but it does the user no good if they have absolutely positively no idea what to search for... lol
My goal is to take Manup's Eclair_2.1-v1.5 and remove all the .APKs I don't have any use for... Swap the boot.img for the eclair one with the 10MB hack, replace the SpareParts.APK with one that contains "Keep home app in memory" option, etc, etc, etc.
rbrainard said:
If I take a ROM in .ZIP format and unzip it on my PC into a folder with the same name...
Then delete any .APKs of programs I have no use for (Twidroid, facebook, etc) and then replace the boot.img with a different kernel of my choice and different SuperUser.apk...
Can I then ZIP this primary folder and load it as a ROM onto my MT3G?
Forgive me if this sounds really stupid, but I have no idea.
Would it need to be "cooked" before I can load it??
Click to expand...
Click to collapse
You've just described in detail what about 90% of roms out there really are: open zip, add/remove files, ..., profit!!!
As mentioned correctly by Moonspoon, all you'd need afterwards is to sign your package (just to ensure that there's no problems with the signature, delete the three files inside /META-INF (leave the folders alone)).
Also, as mentioned by ginatojr (kind of...), you have to know which files you're removing, for example, removing TelephonyProvider.apk, well, that should be obvious. One that's not so obvious is gtalkservice.apk. When I first started, I removed it because I though it was part of Google Talk, when in fact it's more closely related to GoogleApps and SubscribedFeedsProvider.
The only times you want to deal with signatures is if your roms come from two different sources (if you're using an AOSP test-signed core and want to toss in some release-singed Google apps), but for the most part it's unnecessary and mostly discouraged as it's a different can of worms.
So, yeah, that's basically "Rom Cooking 101", where most other people releasing roms are at "Rom Cooking 102", there's really nothing to it.
rbrainard said:
Sweet! Thanks folks.
The "Search" function is the most important in any forum, but it does the user no good if they have absolutely positively no idea what to search for... lol
My goal is to take Manup's Eclair_2.1-v1.5 and remove all the .APKs I don't have any use for... Swap the boot.img for the eclair one with the 10MB hack, replace the SpareParts.APK with one that contains "Keep home app in memory" option, etc, etc, etc.
Click to expand...
Click to collapse
The keep in home might not work on 2.1 roms yet.
If this works out... My future plans would include doing this to streamline and modify any ROM of my choice as they are released.
I have absolutely no intention of modifying ROMs for redistribution.
This will be for my own personal needs alone.
Can anyone tell me where the .APK files of Market downloads are stored on the handset?
rbrainard said:
Can anyone tell me where the .APK files of Market downloads are stored on the handset?
Click to expand...
Click to collapse
NEVERMIND!
Found them in /SDCard/BackupRoot/app directory.

[Q] Extract single application from custom rom

hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
lamppu is a good LED torch. You need root to use it, look in market
TheGrammarFreak said:
lamppu is a good LED torch. You need root to use it, look in market
Click to expand...
Click to collapse
I have looked in market, but it doesnt seem to exist there. However, do you know anyway to extract the application as working APK file?
Any other LED torches that works with LEGEND?
*EDIT: well, I found it, its named Lamppu. but anyway it didnt work, although my phone is rooted! why is that?
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
omar.elhelw said:
hey,
I wanted to extract "Torch" application from "Azure" Rom and few other applications. as Torch is the only working app which did really enable the LED for HTC Legend.
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Thanks in advance!
Click to expand...
Click to collapse
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
XtremeHTM said:
Try Extended Controls, there is a Torch Widget which worked on my HTC Legend. (NOTE:Root access Required For this very Widget)
Click to expand...
Click to collapse
I already tried using Lamppu, but it didnt work on my rooted phone!
Have any idea what might be the reason?
----
whitetigerdk said:
If you find a ROM that has both .apx and .odex in the app-folder you will not get it to work by only extracting the .apk file.. You need both of the files in order to include them in another ROM..
Click to expand...
Click to collapse
That makes sense...but who would I merge the .apk and .obex together to be in one .apk file so I can install it?
Or maybe you know some way I can install these files?
Help would be really appreciated.
----
robto said:
Use a backup program like Titanium backup or MyBackup pro: they will extract for you.
Click to expand...
Click to collapse
You mean like after loading the custom ROM, I backup the application I want then restore them after I load the custom I want?!
This is just long process of backing up your data then load custom rom, then back to the old rom, then root then restore...
I thought there might be easier and shorter ways?!
Any help would be appreciated. Gracias!
Anyone to help?????
try the kitchen method.
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
I actually opened the ZIP package to path \azure-1.0.1.zip\system\app where the applications are stored, every app comes in APK and OBEX files. I extracted few APKS, non of them worked.
I am seeking some help for extracting the application from the ROM.
Click to expand...
Click to collapse
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
TheGrammarFreak said:
Scout around in the .zip to find the package you want, copy the .apk to your ADB directory and then, with the phone plugged in:
Code:
adb install [I]path-to-package[/I].apk
To be honest you've answered your own question. What you've done is the easiest way to pull an app from a ROM. So if your issue is something else it may be an idea to re-write your question (again, I know. Sorry).
I also apologise for mis-interpreting your question the first time 'round. I hope my help in this post is better.
Click to expand...
Click to collapse
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
omar.elhelw said:
Your help so much appreciated mate!
Well, the last conclusion I got to is, the .apk and .obex files are actually one file but they were divided to 2 files just to make them work better, so if you take the .apk file only it wont work as it will be missing the other .obex file.
Anyway, I am also guessing there is a way to merge the 2 files back, I read a little about "de-odex" but I couldnt really get the best help I could get. I will post the solution once I get to it.
Thanks again for your help mate!
Click to expand...
Click to collapse
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
whitetigerdk said:
You will have to use the kitchen do deodex the files.. Search the entire forum for "Chefs Central"
Click to expand...
Click to collapse
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package." ???
omar.elhelw said:
I tried the "de-odexing" method of the Android Kitchen, but it didnt seem to be working fine. Error message of "There is a problem prasing the package." ???
Click to expand...
Click to collapse
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
TheGrammarFreak said:
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
I know it's a pain, but de-odexing the whole rom might help. Unless you already did this, in which case something is wrong with your download I imagine.
Swyped from my HTC Legend
Click to expand...
Click to collapse
I havent tried deodexing the whole rom actually. I will certainly do this and try.
I have another question to you though, from where can i get Swype? lol
Click to expand...
Click to collapse
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
TheGrammarFreak said:
Search, I might post the link when I'm home. Swype HVGA
Swyped from my HTC Legend
Click to expand...
Click to collapse
Thanks!
heres the DL link
http://goo.gl/xKSk

AmazonMP3 Package - Attachment FIXED

I have invited a couple of chefs to add this package to their ROMs if they are interested. I am surprised there is not more interest.
This is the package for AmazonMP3 that is working now. I extracted it using HTC ROM Image Editor from the new T-Mobile Leo 3.14.531.1 ROM for HD2.
The old AmazonMP3 cab that has been around since February never worked - you could search, browse, even sample songs, but it would not authenticate with Amazon servers. I flashed the new TMOUS ROM to my HD2 just to test this new version and it worked. The only requirement is to have an Amazon account, and "1-click purchase" turned on, but thats it!
I then extracted the package, and installed it on my Elegancia ROM, but was not sure exactly which folders to put some of the files - I had tried to manually copy files from a fully flashed ROM and put them in the same folders on my phone, but it failed to fully authenticate. So with this package, I just put all the files in a single folder on my SD card It works!
This is NOT the way I like to do things, even though it works correctly - It even keeps a download history. So,here is the full package, all set for adding into someones kitchen, or, better still, making a nice cab for the community.
Package attached.
Link to T-Mobile Official Update: http://dl.htc.com/ruudownload/t-mobi....aspx?pid=leo2
Here's a link to the leaked version of the ROM that Football posted about 3-4 weeks before the official one was released. Not sure if it has the same package as I did not have time to check. Providing the link in case you do not have a serial number that allows download of the official:
Sorry ALL - My zip file was pooched... Attaching a proper one now!!!!
Im going to sound like a noob and im sorry in advance but i downloaded your file and went to unzip it on my computer and there is nothing there at all. Maybe its something i am doing. I dont know. Next off is there any way you can just make this into a cab file like the old one was? I am very interested in this and flashed the t-mobile rom just because of this file.
This is only a empty zip file...
I would LOVE to, but...
drumm3rb0y said:
Im going to sound like a noob and im sorry in advance but i downloaded your file and went to unzip it on my computer and there is nothing there at all. Maybe its something i am doing. I dont know. Next off is there any way you can just make this into a cab file like the old one was? I am very interested in this and flashed the t-mobile rom just because of this file.
Click to expand...
Click to collapse
If you read a bit closer, I state (perhaps not too clearly) that this is as much as I could accomplish. I COULD make a cab, but I do not know how to make one for a package of this type. (To install it all in the correct folders) In fact, I am still poking around the TMOUS 3.14 ROM for a provisioning file that shows what an installers steps would be... I put the package up with the hope that someone more familiar with that would either make a cab (preferably) or incorporate the package in their ROM (good, if I can use that ROM, LOL)
I would LOVE to, but...
Sorry - doble post (it's been one of THOSE days, sheeesh!)
so
SmartAs$Phone said:
If you read a bit closer, I state (perhaps not too clearly) that this is as much as I could accomplish. I COULD make a cab, but I do not know how to make one for a package of this type. (To install it all in the correct folders) In fact, I am still poking around the TMOUS 3.14 ROM for a provisioning file that shows what an installers steps would be... I put the package up with the hope that someone more familiar with that would either make a cab (preferably) or incorporate the package in their ROM (good, if I can use that ROM, LOL)
Click to expand...
Click to collapse
what about the fact that there is nothing in the zip file??
**** Hey disregard this cause i just redownloaded it now. thanks buddy

[REQUEST] recovery/repair image Xperia Play

can someone who has not unlocked their bootloader go through the "repair" process in either one of the software updaters located here
http://www.sonyericsson.com/cws/sup...teyourproductsoftware/xperia-play?cc=gb&lc=en
when it downloads the repair image for your phone it will stores it on your computer probably somewhere in this folder
C:\Program Files\Sony Ericsson
or
start>run> %temp%
the file will be ~100mb or more
if someone can download that file and upload it to any media shareing website it would be greatly appreciated
I and we will need this for custom roms, root, and recovery if something goes afoot.
many thanks,
grant
EDIT: just an FYI this is different than the system.img /system dump that is floating around the recovery contains the boot.img, nv.img radio.img and among other things
hi johnsongrantr i just bought an xperia play sim free locked bootloader. I am new to the android front (newbie) been an iphone user for a while, if you explain what i need to do to get the recovery img i am more than happy to help
regards
Jason
C:\ProgramData\Sony Ericsson\Update Engine\db\13740270\blob_fs
is where it will be and it will be called something like: FILE_277919341 and will be 157MB
Just done it but that file cant be opened even with magiciso like other roms can.
there is this as well:
http://www.sonyericsson.com/cws/sup...etailed/updateservice/xperia-play?cc=gb&lc=en
interestingly the above software tells you to press the back key before plugging in the usb!
waz000000 said:
C:\ProgramData\Sony Ericsson\Update Engine\db\13740270\blob_fs
is where it will be and it will be called something like: FILE_277919341 and will be 157MB
Click to expand...
Click to collapse
that's the file I need
can you zip that folder or upload the file and host it somewhere, I'll have a crack at opening it
NO problem ill stick um on megaupload
gonna take about 40min to upload but it's on its way will post link when done about 180mb at 66Kbps
waz000000 said:
NO problem ill stick um on megaupload
gonna take about 40min to upload but it's on its way will post link when done about 180mb at 66Kbps
Click to expand...
Click to collapse
thanks, if you or anyone else is following along at home, universal extractor http://legroom.net/software/uniextract can extract *most* archive files unless it is heavily encrypted... then more digging I must do.
BUT... if that works, how to inject root access to a already compiled boot.img + ram disk have a look at this guide
http://android-dls.com/wiki/index.php?title=HOWTO:_Unpack,_Edit,_and_Re-Pack_Boot_Images
read the whole article but pay attention to the "alternative method" where you modify default.prop and change the line ro.secure=1 to ro.secure=0
that's basically all there is to it. Lets hope we can cleanly extract the contents of that file shall we
Already tried that as well bud just shows me a log file and thats it.
Need to rename it to use uniextract but nothing is accepted it fails on all
I litterly have no idea how we get the image file short of jtagging it!
how did they get it for the arc?
waz000000 said:
Already tried that as well bud just shows me a log file and thats it.
Need to rename it to use uniextract but nothing is accepted it fails on all
I litterly have no idea how we get the image file short of jtagging it!
how did they get it for the arc?
Click to expand...
Click to collapse
well I'll just have to look at it then
shouldn't need jtagging, might be able to get an unsecure x10/or arc boot.img to boot enough to pull the info we need, but I don't want to even start messing with that junk yet
was this before or after the source for the arc was released?
http://developer.sonyericsson.com/w.../download/so-01cgingerbread30d279?cc=gb&lc=en
they might have just compiled from source.... sadly, the play doesn't have it's source out yet
EDIT:x10/ or arc
not sure been following the arc threads for a while they havent rooted yet but they are leaps ahead of us we cant make stage 1.
cant get an answer yet as to how they got it, ive posted but waiting on a reply
Originally Posted by waz000000
Guys and gals, where did you get your system.img from over in the play forums we are trying to root as well but we cant seem to figure out how to get our grubby hands on an system.img to work from.
Any help will be met with much kudos.
answer:
Decrypted SEUS firmware. System.sin extracted from .zip and converted to .img using sin2img.
and here is the guide ive found:
http://forum.xda-developers.com/showthread.php?t=730282
and here as promised are the files:
http://www.megaupload.com/?d=5T6KWVB8
waz000000 said:
Originally Posted by waz000000
Guys and gals, where did you get your system.img from over in the play forums we are trying to root as well but we cant seem to figure out how to get our grubby hands on an system.img to work from.
Any help will be met with much kudos.
answer:
Decrypted SEUS firmware. System.sin extracted from .zip and converted to .img using sin2img.
and here is the guide ive found:
http://forum.xda-developers.com/showthread.php?t=730282
and here as promised are the files:
http://www.megaupload.com/?d=5T6KWVB8
Click to expand...
Click to collapse
sweet!
your phone is a r800i unbranded correct?
johnsongrantr said:
sweet!
your phone is a r800i unbranded correct?
Click to expand...
Click to collapse
yeah GSM model sim free
waz000000 said:
yeah GSM model sim free
Click to expand...
Click to collapse
different time zones -0500 here, downloading now, so hopefully I'll bear good tidings in the AM
megaupload download eta 4hrs -_-
time4nap
If you go to "downloads" on top of that page, the sourecode for Gingerbread Xperia (Arc AND Play) are there, the one you link is not Arc. Seems all Xperia (new) is compiled from same source.
johnsongrantr said:
well I'll just have to look at it then
shouldn't need jtagging, might be able to get an unsecure x10/or arc boot.img to boot enough to pull the info we need, but I don't want to even start messing with that junk yet
was this before or after the source for the arc was released?
http://developer.sonyericsson.com/w.../download/so-01cgingerbread30d279?cc=gb&lc=en
they might have just compiled from source.... sadly, the play doesn't have it's source out yet
EDIT:x10/ or arc
Click to expand...
Click to collapse
Sent from my Nexus S using XDA App
And the source link
http://developer.sonyericsson.com/wportal/devworld/downloads/download/30a2181182tarbz2?cc=gb&lc=en
Sent from my Nexus S using XDA App

[DEV] AndroidLib.dll Expansion Project

Description:
The AndroidLib Expansion Project was created to bring support of more Android devices to my AndroidLib.dll project I'm working on. This project is a Windows executable (compiled batch script) that you will run on your computer with your Android device connected. This will NOT run automatically; it will give you a prompt to run after opening.
The main purpose of this project is to collect data about new phones for AndroidLib.dll, not about your specific phone, but about how it transfers specific data through it's shell and through the Android Debug Bridge (ADB), and more importantly, how that output is formatted.
This information will not be shared with anyone other than myself, and will only be used for further developing AndroidLib.dll to support many more Android devices than it currently does.
Source Code is available under "Download Info"
What it does:
Starts an Adb server
Checks Device List
Checks Device Type
Checks Device Serial (only for unique .zip filename)
Checks For SU
Checks UID
Checks BusyBox
Checks File System
Checks Battery Statistics
Checks Running Processes
Checks /data/system/packages.xml for existance
Checks Build Properties
Checks Shell Environment
Creates Zip of Data Above
Opens Upload Form in Browser After Exiting
NOTE: Does NOT Upload Automatically
Usage:
Download the Windows Executable below and run from any directory on your computer with your Android device connected.
Requirements:
Windows Computer
Android device to test
Download Latest Release
AndroidLibExpansion.exe
Download Info
AndroidLibExpansion.exe MD5: 3a8971f452ab7e3da63e375a859033d4
VirusTotal Report
Source Code
No zip file on my desktop to send...
drcell said:
No zip file on my desktop to send...
Click to expand...
Click to collapse
Check the Desktop folder in %USERPROFILE%\Desktop as well instead of just the graphical desktop. I have tested it working on 5 different computers here...
Can you upload to another site
Like http://www.mediafire.com/
TarekNajem04 said:
Can you upload to another site
Like http://www.mediafire.com/
Click to expand...
Click to collapse
Yeah, you can, if you send me the link to it.. but I just wrote that upload script so it would just go straight to my server.. Upload it to mediafire if you would like.
I realize now that this exe may not have worked correctly. I've had 3 reports now of no zip being created on the desktop. I am working to solve this issue, as you see in the source.. it really has no reason not to be creating on the desktop.
I'll be glad to help, if only it created a zip file for me to upload.
EDIT: I checked the %USERPROFILE%/Desktop as well as running a search for anything containing "androidlib" in C:\Users... nothing.
2 things.
1st, it won't make a zip file for anyone that doesn't have 7zip or the required folder structure (there is no standard environment variable of %myfiles% - just use %temp% instead), and it's assuming subfolders exist for output of the adb commands.
2nd, why is it an exe file when it's a batch file? Please link the bat file instead of an exe. I'm running the bat file I copied and pasted from the source and it runs just fine.
Archer said:
2 things.
1st, it won't make a zip file for anyone that doesn't have 7zip or the required folder structure (there is no standard environment variable of %myfiles% - just use %temp% instead), and it's assuming subfolders exist for output of the adb commands.
2nd, why is it an exe file when it's a batch file? Please link the bat file instead of an exe. I'm running the bat file I copied and pasted from the source and it runs just fine.
Click to expand...
Click to collapse
Well, if you knew who I was or looked at anything else I have written, you'd realize that I know what I'm doing, and that I would not assume everyone has the standard environment variable %MYFILES% or have 7zip installed. I am assuming in this program, actually, that the end user does NOT have the android sdk set up (or in their path) and does NOT have any 7 zip binaries. I created a self extracting exe out of my batch file that includes adb.exe, the 2 required adb dlls, and the 7 zip binary, all in the global variable %MYFILES% (aTemp folder in %temp%). It works fine. Just need to figure out why it creates a zip on all of my computers, and not any of yours. I appreciate the feedback though.
FredFS456 said:
I'll be glad to help, if only it created a zip file for me to upload.
EDIT: I checked the %USERPROFILE%/Desktop as well as running a search for anything containing "androidlib" in C:\Users... nothing.
Click to expand...
Click to collapse
Thanks for letting me know you ran a full search and nothing came up still, that actually does help me out, telling me it didn't write to anywhere else. I'll have a working version for you guys in a little bit.
Ok guys, fixed the problem. Works great now. Check the source code and VirusTotal report in the first post if you need to. Thanks again for everyone helping with this! And special thanks to nebenezer for testing the new builds!
regaw_leinad said:
Well, if you knew who I was or looked at anything else I have written, you'd realize that I know what I'm doing, and that I would not assume everyone has the standard environment variable %MYFILES% or have 7zip installed. I am assuming in this program, actually, that the end user does NOT have the android sdk set up (or in their path) and does NOT have any 7 zip binaries. I created a self extracting exe out of my batch file that includes adb.exe, the 2 required adb dlls, and the 7 zip binary, all in the global variable %MYFILES% (aTemp folder in %temp%). It works fine. Just need to figure out why it creates a zip on all of my computers, and not any of yours. I appreciate the feedback though.
Click to expand...
Click to collapse
Lol - calm down mate. I wasn't criticising - I was trying to help. I get why it's an exe now you've explained and that makes sense. Glad you got it working anyway. I'll upload a couple of files for you later.
Archer said:
Lol - calm down mate. I wasn't criticising - I was trying to help. I get why it's an exe now you've explained and that makes sense. Glad you got it working anyway. I'll upload a couple of files for you later.
Click to expand...
Click to collapse
Ok thanks for clarifying. The way you presented your self in your post sounded like somewhat of "this n00b doesn't know what he's doing, and I'm gonna let him know that" lol I'm a pretty chill guy, I just don't appreciate when people do that.
And thank you for doing some uploads later! I appreciate it!
This is my upload link because i couldn't upload with your page. It says "The file you are trying to upload is not a .zip file. Please try again."
http://db.tt/0HoRAK11
It works and I have uploaded the zip
Burned from my laser torch using pencil cells
Uploaded .zip file.
regaw_leinad said:
Ok thanks for clarifying. The way you presented your self in your post sounded like somewhat of "this n00b doesn't know what he's doing, and I'm gonna let him know that" lol I'm a pretty chill guy, I just don't appreciate when people do that.
And thank you for doing some uploads later! I appreciate it!
Click to expand...
Click to collapse
Apologies if that's how I came across - it wasn't intended. I've just uploaded a couple of zip files for you.
Thank you to everyone who has uploaded a zip so far! This is really helping development on AndroidLib. I am still accepting more uploads, so if you feel like helping develpment of AndroidLib, feel free to download and run the exe! I'm needing a few more Samsung devices in particular, those seem to vary in output between themselves.
Have you got an upload from an Motor ATRIX 4g yet? If not ill see if I can sort it for you.
Sent from my MB860 using XDA
The-Milkybar-Kid said:
Have you got an upload from an Motor ATRIX 4g yet? If not ill see if I can sort it for you.
Sent from my MB860 using XDA
Click to expand...
Click to collapse
Nope haven't got one yet, that'd be awesome! Thanks!

Categories

Resources