[UTILITY][APP][WINDOWS] AndroidFileUtils | Grab the Logs you need! [v1312]

Search This thread

.torrented

Senior Member
Mar 7, 2011
2,789
1,484
32
www.cyanfox-rom.com
Did not see the option, has this been tested on Windows 8.0 ? I have Busybox on Rails v1.21.1 installed on my Moonshine S-Off DNA. Running Santod's KitKat sense 5.5 rom. TWRP 2.6 Beta. When trying to run program it just sticks at the Warming CPU screen. Note: Windows 8.0 has .Net 4.5 installed and I have turned on all options.

I'm getting this error message....

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: input
at System.IO.BinaryReader..ctor(Stream input, Encoding encoding, Boolean leaveOpen)
at RegawMOD.Extract.Resources(Object obj, String outDirectory, String internalFolderPath, String[] fullPathOfItems)
at AndroidFileUtils.MainForm.acLoadWorker_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18051 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
AndroidFileUtils
Assembly Version: 1.3.1.1
Win32 Version: 1.3.1.1
CodeBase: file:///C:/android/AndroidFileUtils.exe
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18045 built by: FX45RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18046 built by: FX45RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------

I have a pc that has 8 on it, never thought of testing it on there, I will do that in the next few days and see whats up
 
  • Like
Reactions: sdamark

.torrented

Senior Member
Mar 7, 2011
2,789
1,484
32
www.cyanfox-rom.com
Did not see the option, has this been tested on Windows 8.0 ? I have Busybox on Rails v1.21.1 installed on my Moonshine S-Off DNA. Running Santod's KitKat sense 5.5 rom. TWRP 2.6 Beta. When trying to run program it just sticks at the Warming CPU screen. Note: Windows 8.0 has .Net 4.5 installed and I have turned on all options.

I'm getting this error message....

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: input
at System.IO.BinaryReader..ctor(Stream input, Encoding encoding, Boolean leaveOpen)
at RegawMOD.Extract.Resources(Object obj, String outDirectory, String internalFolderPath, String[] fullPathOfItems)
at AndroidFileUtils.MainForm.acLoadWorker_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18051 built by: FX45RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
AndroidFileUtils
Assembly Version: 1.3.1.1
Win32 Version: 1.3.1.1
CodeBase: file:///C:/android/AndroidFileUtils.exe
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18045 built by: FX45RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18046 built by: FX45RTMGDR
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------

This is also happening on my Win8 machine, I am currently looking into this (I believe it has to do with the AndroidLib.dll that I am using)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    This is my first Windows App written in Visual C#. I've had no previous experience with this language (just C++ and Java) This was a blast learning how to code!

    Pre-req's: You will need .NET 4.0 installed to work

    You may need to install a different BusyBox version if it does not connect to device!!!

    ADB not needed, comes packaged with AndroidLib.dll <- Embedded in application (thanks to regaw_leinad)

    Does not work with Windows XP or lower

    This app is for Windows that will quickly grab a:

    -Logcat log : { Verbose, Debug, Info, Warning, Error, Fatal, App Force Close, Custom Filter }
    -dmesg log
    -last_kmsg log

    To use this App effectively, you will need to grab the log AFTER the problem has occured!

    Also will copy to your clipboard so you can just paste it to your favorite site or file!

    Nothing fancy or elegant about this but it gets the job done! Help out our devs by getting them the Logs they need!

    For screenshots check the screenshots tab at the top (DevDB Black Bar ^)

    Credit also goes to @regaw_leinad for the AndroidLib.dll

    Feedback is needed as this is my first Windows application!

    Also, if anybody can come up with a better name for this app, I will gladly change it!

    Credit goes to [insert xda-member handle here] for renaming this app to "[insert new name of application]"

    Downloads can be found here: http://xdaforums.com/devdb/project/?id=1462#downloads

    ================================================
    Code:
    v1312 (Windows 8 beta)
    +Added debugging to find these Windows 8 bugs
    
    v1311_v2
    +More fixes in code, improved device handling when rebooting device.
    
    v1311
    +Fixed a bun in AndroidLib Library.
    +Re-factored Reboot Sequence; Now devices will auto connect after a 
      reboot has been initiated.
    +Massive code overhaul and speed improvements.
    
    v1310
    +Added Reboot Sequence {Recovery, Fastboot}
    +Fixed NullReferenceException, if object is not initialized.
    
    v1308-Beta
    +New Filtering Option "Custom Filter" This will allow you to filter for what
      specific log types you want.
    +Removed "Silent" filtering for obvious reasons.
    
    v1308
    +New Filtering Option "App Force Close" This will allow you to only grab 
      the error message when an app force closes.
    
    v1307
    +UI change (not released)
    
    v1306
    +Kills all threads if any are running upon exit, small other optimizations.
    
    v1305:
    +Fixed two small bugs that caused crashes.
    
    v1300: 
    +Another overhaul in code, thanks again to regaw_leinad for the help 
    +AndroidLib.dll is no longer needed ^ 
    +ADB is now properly killed when closing the application ^
    
    v1200:
    +Cleaned up code, ui, added a logcat filtering option
      { Verbose, Debug, Info, Warning, Error, Fatal, Silent }
    
    v1100: 
    +Added save log feature, changed up the UI a tiny bit
    
    v1004: 
    +Major overhaul to code, now speedier! (thanks to regaw_leinad for the help)
    
    v1003: 
    +Updated App again: Now should support ANY device :)
    
    v1002:
    +Cleaned up code, more aesthetics !
    
    v1001: 
    +New Release, Cleaned up some things and added some device info !
    
    v1000: 
    +Initial Release

    XDA:DevDB Information
    [Windows] AndroidFileUtils | Grab the Logs you need!, a Tool/Utility for the HTC Droid DNA

    Contributors
    .torrented, http://xdaforums.com/member.php?u=3766545, regaw_leinad

    Version Information
    Status: Stable
    Current Stable Version: AFU - v1311_v2

    Created 2013-11-06
    Last Updated 2014-02-14
    1
    Awesome, man! Just to let you know, you say that the user needs ADB to be installed for it to work, but AndroidLib actually has that built it. If you're really trying to access the adb binary itself, look for the ResourceFolderManager class in the library, and adb.exe exists at runtime in the "AndroidLib" folder.
    1
    Awesome, man! Just to let you know, you say that the user needs ADB to be installed for it to work, but AndroidLib actually has that built it. If you're really trying to access the adb binary itself, look for the ResourceFolderManager class in the library, and adb.exe exists at runtime in the "AndroidLib" folder.

    Cool I didn't know that!
    1
    Cool I didn't know that!
    Just tried out the application. Works great!

    One thing that might help the user experience:
    Look into using a BackgroundWorker or the async/await combination to process all of the logcat data. This will make it so the app doesn't freeze temporarily while it's collecting the data. Also, you could do that same thing on the application startup while AndroidLib loads it's resources and starts the adb server.
    1
    Updated to v1200!

    New options for easier to read logs!!!
    Great update man, it's way more smooth! :)