[quote name='RONO;17631]Tobias' date=' I tried Nate the great hacking setup worked great. but can't get the apps to install. pd is located on F directory, created new folder added apk file that I wanted into folder, tried to install adb install on the command prompt and telling me not the path, or batch. Am I suppose to be in the pd directory or ?Could you please an example of what I need to do to make this work, look foward to you help thank you Ron[/QUOTE'] I am installing apps like crazy following Nate's instructions. Don't use drive f, I use my c drive. Just setup
C
andigitaladb and put all of Nate's stuff in there. Then when you want to install an apk, put it in that folder on c drive, get a windows command prompt, navigate to that directory, then execute the following
command:adb install name_of_app.apkafter waiting a bit I get a "Success" from the adb program, and then reboot my PDN. I setup a bat file to do that, called it "reboot.bat" with 1 command
line:adb rebootThat is all that needed. Then you can find your installed app in your panda home or whatever one you are using.