• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root Trebuchet Launcher Install

Krubag

Well-Known Member
So im currently trying to install trebuchet and its says to push it using adb where do i find it and how would i install it using ADB.


thanks


kru
 
I don't have the link for adb, but it is pretty straight forward. When you (assuming windows) cd into the directory with ADB in it, you'll do something like this:
Code:
adb shell (will actually drop you to the android system cp, but it starts everything nice)
exit
adb push INPUT_FILE OUTPUT_FILE (also directory)

So with the push, it assumes that you have it in the directory with adb... hope that helps.
 
Back
Top Bottom