Jump to content


Photo

House of Moto [3.2]


  • This topic is locked This topic is locked
1296 replies to this topic

#881 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 20 May 2014 - 05:26 AM

Saferoot-moto is a quick and easy method to root the Bionic without a complicated Linux setup.  It can also be integrated into the House of Moto so that it can be selected from the HoM menu.


Non potest esse nisi unus


#882 johnlgalt

johnlgalt

    Antidisestablishmentarianist

  • Superuser
  • 7,296 posts
  • Twitter:https://twitter.com/JohnLGalt
  • Location3rd Rock
  • Current Device(s):Pixel 4 XL 128 GB

Posted 21 May 2014 - 11:06 AM

Hey, Sam,

 

Just ran into this for another app, and I thought it would be a great way to allow users to synchronize to latest builds of your custom-made apps - of course, it would be a slight PITA to set up, and I suspect you don't really want to use your own personal bandwidth for it, but it's still a very neat and intriguing idea....

 

Please Login or Register to see this Hidden Content

 

I use MultiPar instead of Quickpar for recovering damaged volumes using .par files b/c it is multi-threaded and now working on supporting native x64 binaries.  But I just saw that now I can automatically sync the latest version via BTSync, which makes for a lot easier sync on my part.

 

I'm about to test it and see how well it works for this app.

 

Thought you'd like to see how this fascinating sync machine is being used in a very creative manner.

 

Wonder if source code repositories have started making use of BTSync yet?  Or, better yet, if they think it is worth investing time in....

 

Probably not, but still, for a private developer, such as yourself, this could go a long way to making sure users are always on the latest and greatest that you develop.



#883 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 May 2014 - 11:11 AM

Meh.  It's an idea, but, not one I'm going to invest time in.  If you look at my OP, you see that if people are to use this tool, I have expectations about their level of commitment.  If they can't keep the thing up to date by downloading a zip and unzipping it, well... :D  And it's not like I change the app all that much.  2.0 was out there for MANY months.  So, not really worth it IMO.  But still a neat idea.


Non potest esse nisi unus


#884 johnlgalt

johnlgalt

    Antidisestablishmentarianist

  • Superuser
  • 7,296 posts
  • Twitter:https://twitter.com/JohnLGalt
  • Location3rd Rock
  • Current Device(s):Pixel 4 XL 128 GB

Posted 21 May 2014 - 11:23 AM

Yeah, I figured you would demure.  But the concept is pretty nifty.

 

You're absolutely right about the level of commitment, though.  This would only cater to the "I want it all,and I want it now" crowd.



#885 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 21 May 2014 - 12:28 PM

And I don't really cater to them.  The whole idea was that people would take the time to learn what the tools DO and then enjoy the automation.  As we know, that's not even close to how this worked out.  Still, it provides a service to the community, and the "entry fee" isn't too steep IMO.  Extract a zip, create a directory, extract another zip, run a jar, pick an xml file, then run a bat or sh script and follow directions.  I think that's fair.


Non potest esse nisi unus


#886 johnlgalt

johnlgalt

    Antidisestablishmentarianist

  • Superuser
  • 7,296 posts
  • Twitter:https://twitter.com/JohnLGalt
  • Location3rd Rock
  • Current Device(s):Pixel 4 XL 128 GB

Posted 21 May 2014 - 12:34 PM

Of course people like you and I think it is fair.

 

But the average user wants a one stop one click solution to everything.  And too many developers have gone and done that for them.

 

it's the same with Linux - I'd venture that more than 70% of end users (read: home users) grab a distro, pick a few options and let everything install, using a HAL to load devices on boot, and making most *nix boot times not much faster than a clean Windows install boot time.

 

But, I digress.



#887 SuhGirlsOneCup

SuhGirlsOneCup

    n00b

  • Members
  • Pip
  • 2 posts
  • LocationUnited States

Posted 22 May 2014 - 01:13 PM

Having an issue with the .jar it appears. Not sure what is wrong. Made it executable and it won't run if I click on it. If I run from terminal I get as follows:

 

tom@LenovoPOS:~/Desktop/HouseOfMoto$ java -jar HouseOfMoto-ScriptGenerator.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/samuri/hom/fxz/ScriptGenerator : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: com.samuri.hom.fxz.ScriptGenerator. Program will exit.
 

Any insight? I downloaded and extracted the files as you said.



#888 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 22 May 2014 - 01:16 PM

2.3 released

 

o) Minor update to the Script Generator to support the new KK xt926 and xt907 FXZ's


Non potest esse nisi unus


#889 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 22 May 2014 - 01:18 PM

Having an issue with the .jar it appears. Not sure what is wrong. Made it executable and it won't run if I click on it. If I run from terminal I get as follows:

 

tom@LenovoPOS:~/Desktop/HouseOfMoto$ java -jar HouseOfMoto-ScriptGenerator.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/samuri/hom/fxz/ScriptGenerator : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: com.samuri.hom.fxz.ScriptGenerator. Program will exit.
 

Any insight? I downloaded and extracted the files as you said.

 

It tells you exactly what the problem is.  Your version of java is too old.  It requires 1.7 or higher.


Non potest esse nisi unus


#890 mccelery

mccelery

    n00b

  • Members
  • Pip
  • 1 posts

Posted 22 May 2014 - 09:38 PM

Not to blow my wad with hyperbole in my first post ever, SamuriHL, BUT YOU HAVE JUST CHANGED MY LIFE. First time in 5 months my phone boots without tethering it. And for that I am forever grateful. Thanks!


  • johnlgalt and SamuriHL like this

#891 Huli

Huli

    n00b

  • Members
  • Pip
  • 20 posts

Posted 23 May 2014 - 01:47 AM

Hey buddy!  The new KitKat update failed and my xt926, it boots to fastboot automatically now.  I followed your instructions but cannot seem to get it going.  I was not able to find a proper FXZ download.  I have 18, I only saw 16 and 20 on the site you linked.

 

Any ideas?

 

thank you!



#892 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 23 May 2014 - 02:01 AM

Hey buddy! The new KitKat update failed and my xt926, it boots to fastboot automatically now. I followed your instructions but cannot seem to get it going. I was not able to find a proper FXZ download. I have 18, I only saw 16 and 20 on the site you linked.

Any ideas?

thank you!


Please Login or Register to see this Hidden Content


How To: XT926 Upgrade to KitKat OTA


Sent from my SM-P600 using Tapatalk


Non potest esse nisi unus


#893 TogaDuck

TogaDuck

    n00b

  • Members
  • Pip
  • 1 posts
  • Current Device(s):moto droid RAZR m

Posted 28 May 2014 - 10:32 PM

Need help. I read over the directions at least 20 times and can't seem to figure out why it's not working.

 

never mind I got it to work after realizing I tried to use an older fxz


#894 septaric

septaric

    I've made some bricks in my time.

  • Members
  • PipPip
  • 43 posts
  • LocationNC
  • Current Device(s):Droid Razr HD

Posted 30 May 2014 - 02:07 PM

I've done something wrong and can't figure out what it is. When I try and run it I get a message that says "Downgraded security version, update tz version failed, preflash validation failed for tz". Any ideas?

 

Also my Version is 4.1.2 build 9.8.1q_94-1

I tried installing 4.1.2. build 9.8.1q_62_VQW_MR-2_V

 

Does it have to be the same version?

Attached Files

  • Attached File  1.jpg   110.35KB   19 downloads
  • Attached File  2.jpg   76.59KB   20 downloads
  • Attached File  3.jpg   42.15KB   20 downloads
  • Attached File  4.jpg   69.27KB   18 downloads


#895 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 30 May 2014 - 02:18 PM

You have two major problems.  Trying to downgrade.  And didn't read the installation instructions.


Non potest esse nisi unus


#896 septaric

septaric

    I've made some bricks in my time.

  • Members
  • PipPip
  • 43 posts
  • LocationNC
  • Current Device(s):Droid Razr HD

Posted 30 May 2014 - 03:13 PM

I read the instruction for two different nights. You could tell me what I did wrong, beside the wrong version.



#897 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 30 May 2014 - 03:23 PM

Failure to read and follow the directions is NOT a defect of the tool!

 

[REQUIRED if you have an OMAP or Snapdragon device UNLESS you plan on ONLY using RSD mode]
o) If you have an OMAP device (xt875, xt912, etc), you MUST extract 

Please Login or Register to see this Hidden Content

 to your FXZ_xt#### directory
o) If you have a Snapdragon device (xt907, xt926), you MUST extract 

Please Login or Register to see this Hidden Content

 to your FXZ_xt#### directory
 
P.S. If you don't end up with Windows, Darwin, and Linux folders in your FXZ_xt#### directory, you did it wrong.

 

You could have, you know, just read the instructions like I said to do.


  • soocold likes this

Non potest esse nisi unus


#898 septaric

septaric

    I've made some bricks in my time.

  • Members
  • PipPip
  • 43 posts
  • LocationNC
  • Current Device(s):Droid Razr HD

Posted 30 May 2014 - 04:37 PM

OK, after about 15 different tries I must have gotten it right. It loaded and the phone is back to normal now. Thanks for the help. I pulled my hair out on this one. I think it was a matter of interrupting the wording here and there. ONce again thanks for your program and your help.



#899 narrowminded

narrowminded

    n00b

  • Members
  • Pip
  • 21 posts

Posted 30 May 2014 - 05:18 PM

Is it normal for it to get stuck in < waiting for device > for a long time?



#900 SamuriHL

SamuriHL

    Android Warrior

  • Smod
  • 43,478 posts
  • Current Device(s):S21 Ultra, Pixel 6

Posted 30 May 2014 - 05:21 PM

Waiting for device means it's not seeing it in AP Fastboot mode.  That's an issue you need to fix with your machine.


Non potest esse nisi unus





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users