Help trying to run Craftbukkit - Nexus 7 General

Hello, I'm trying to run Craftbukkit on my Tablet in Terminal but it doesn't seem to work if I try chmod +x /craftbukkit.sh I get 'Bad Mode' So I can't continue can someone help me out here?! Thanks in advance

GianniDPC said:
Hello, I'm trying to run Craftbukkit on my Tablet in Terminal but it doesn't seem to work if I try chmod +x /craftbukkit.sh I get 'Bad Mode' So I can't continue can someone help me out here?! Thanks in advance
Click to expand...
Click to collapse
Are you running Ubuntu on your tablet?
Because on android this will never work in terminal! Java is a API in android, and not a program.
Anyway chmod don't work in the SDCARD partion.

thomas15v said:
Are you running Ubuntu on your tablet?
Because on android this will never work in terminal! Java is a API in android, and not a program.
Anyway chmod don't work in the SDCARD partion.
Click to expand...
Click to collapse
You're sure about that?
Sent from my Nexus 7 using xda app-developers app

Related

Good J2ME runner for CyanogenMod (Donut)?

Hi,
Does anyone know of a good J2ME runner for CyanogenMod 4.1.999? I've tried Netmite's J2ME Runner but frankly it's slow, eats up valuable screen real estate, and messes up the fonts.
In one of enomther's ROMs there's a "vsapps" jbed.apk download that's very good. I think it's the same one from Esmertec that you find in Windows Mobile builds.
Does anyone know where to get a version that's compatible with CM?
Thanks
Nevermind, I was able to get it from here
http://home.leakdroid.com/2009/08/31/java-app-for-android/comment-page-1/
Zoide_ said:
Nevermind, I was able to get it from here
http://home.leakdroid.com/2009/08/31/java-app-for-android/comment-page-1/
Click to expand...
Click to collapse
How do you install it? I saw the steps but it doesn't go into detail. Do I type that as a superuser? And is the "java.zip" suppose to sit in the root of the SD card? Thanks.
keepzero00 said:
How do you install it? I saw the steps but it doesn't go into detail. Do I type that as a superuser? And is the "java.zip" suppose to sit in the root of the SD card? Thanks.
Click to expand...
Click to collapse
the steps on how to install it is by using adb, not through su. here's a guide on how to use adb if you want to try it out. http://forum.xda-developers.com/showthread.php?t=532719
keepzero00 said:
How do you install it? I saw the steps but it doesn't go into detail. Do I type that as a superuser? And is the "java.zip" suppose to sit in the root of the SD card? Thanks.
Click to expand...
Click to collapse
Here are instructions if you don't have ADB setup on your computer:
unzip java.zip, and place the contents (jbed.apk and libjbedvm.so) onto your sdcard (don't put it in any folders).
go into terminal and type (remember its case sensitive):
su
mount -o remount,rw -t yaffs /dev/block/mtdblock3 /system
busybox cp /sdcard/Jbed.apk /system/app
busybox cp /sdcard/libjbedvm.so /system/lib
reboot
then it should work
I'm getting FCs when trying to open Java on CM 4.3.2.1. Is it working for anyone else?
I'm getting FCs when trying to open Java on CM 4.3.2.1. Is it working for anyone else?
Click to expand...
Click to collapse
I am using CM 4.2.3.1 and i've just install, it's running OK.
Pls. reboot your phone afer install.
cheer
gonna install this now!!
Just re-tested on CyanogenMod 4.2.5 with the following procedure and it's working
adb remount
adb install Jbed.apk or adb push Jbed.apk /system/app
adb push libjbedvm.so /system/lib
adb shell reboot
Not working on Cyanogen 4.2.9.1
PS: you can also place the libjbedvm.so into /data/data/com.esmertec.android.jbed/lib - by this way the lib file won't get lost after every reflash...

Adb / CM6 help

I am looking for anyone who can help me with installing adb on Ubuntu I've posted a topic in Q&A but received no response so I'm asking here I partition my hard drive and installed Ubuntu I've downloaded the sdk and I've gotton as far as placing the tg file in my home directory but still no go I think I'm missing something but don't know what I'm native to windows and I have adb working on that just fine but Ubuntu is all the way different like I said I'm really new to Linux so I'm asking for a step by step guide to install adb on Ubuntu and a list of commands for adb on Linux as well also I've been asking for a while now and still no answer does anyone know how to disable the force In call touch UI in CM6 its checked and blackend out the setting I'm speaking of can b found in setting /call settings I would like to b able to uncheck it also I'm very fond of the bx theme was wondering if anyone could help me to get it to work on CM6 stable any help with any of these would b greatly appreciated thanks
Root-Hack-Mod-Always™
what happens when you execute adb?
if your getting something like "can't execute blah blah" make sure that adb has execute permissions.
#chmod +x adb
its been awhile since I been on ubuntu you may have to sudo to execute chmod on ubuntu.
Wen I plug in my phone it does not recongize it also wen I hit adb says no command adb found did you mean then gives me a list of commands for something I'm not familiar with lol
Root-Hack-Mod-Always™
laie1472 said:
Wen I plug in my phone it does not recongize it also wen I hit adb says no command adb found did you mean then gives me a list of commands for something I'm not familiar with lol
Root-Hack-Mod-Always™
Click to expand...
Click to collapse
first are you executing adb from the folder its in. If so and it says that the command is not found then make sure that the abd executable has executable perms on it.
Sorry if if I'm not precise on the instruction as I'm trying to do it from memory, I haven used linux in about a year or so and most of my nix time is solaris lately.
But you should by able to #chmod +x adb so that its has execute perms.
if you gets errors trying to run chmod try typing sudo first so that you can switch into root.
I'm not sure on running it threw the window its in I opened up terminal its the only thing open besides a search window on how to install this and when I did type in a command I hit sudo didn't try the other commands u gave yet I'm mobile and to my dismay ill b for a few hours but as soon as I get to my laptop I will and post results anything else you can think of is more than welcome to I don't shun knowledge thanks in advanced
Root-Hack-Mod-Always™
this might help getting adb and your phone working in ubuntu, if you need any more assistance pm me and i'll try my best to help.
http://forum.xda-developers.com/showpost.php?p=7874321&postcount=11
codejunkie78 said:
this might help getting adb and your phone working in ubuntu, if you need any more assistance pm me and i'll try my best to help.
http://forum.xda-developers.com/showpost.php?p=7874321&postcount=11
Click to expand...
Click to collapse
This will work. That was posted in the thread I started with the same question. Been running Ubuntu for over a month and use adb all the time.. Thanks again codejunkie!
Man I knew u guys would come threw I love Google but love xda more ill b home in less than an hr can't wait thanks a million
Root-Hack-Mod-Always™
Thought I had posted this here well unfortunately I ripped out a USB port on my laptop. Besides that I had to pop out my hard drive and send it in to HP because of a warranty repair. I should have it back by Friday and I'll post and let you guys know if I got it thanks again for the info
Root-Hack-Mod-Always™
Update
Got it installed and I posted a thread on how we did it in case anyone needs it thanks for the responses and I started a thread about anything hero so feel free to post and check it out all knowledge on heros is most definitely welcomed and encouraged by
Laie1472
Thanks in advanced
Root-Hack-Mod-Always™

adb devices list empty with ubuntu 12.04

hi,
I am install sdk, eclipse, sun java inside of ubuntu 12.04.
I am emulator work 100% and list inside adb devices but my ace no view inside the list.
My rules is 51-android.rules and located on /etc/udev/rules.d/ and text is SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="plugdev"
And permissions chmod a+r /etc/udev/rules.d/51-android.rules
I followed what comment in http://developer.android.com/tools/device.html
Where is the failure?
Of course I have enabled debug mode and false locations in my ace.
Any Idea?
23r9i0 said:
Any Idea?
Click to expand...
Click to collapse
Please!!!!
I need your help!!!!
i used this tutorial
http://forum.xda-developers.com/showthread.php?t=1550414
it works fine for me
maybe you have not installed ia32-libs if running a 64 bit version
try
$ sudo apt-get install ia32-libs
noobdroid_90 said:
i used this tutorial
http://forum.xda-developers.com/showthread.php?t=1550414
it works fine for me
maybe you have not installed ia32-libs if running a 64 bit version
try
$ sudo apt-get install ia32-libs
Click to expand...
Click to collapse
Thanks for your answer, but no work... I had already installed the library.
you are using ubuntu 12.04 64bits?
I can pass the rule, and tell me what permissions
23r9i0 said:
Thanks for your answer, but no work... I had already installed the library.
you are using ubuntu 12.04 64bits?
I can pass the rule, and tell me what permissions
Click to expand...
Click to collapse
yeah mine is ubuntu 12.04 64
the 51-android rules is almost the same as yours but mine doesnt specify the group as plugdev
okay, try this
Open .android folder >> right click >> Create New Document >> Empty Document, name it adb_usb.ini and open it. Put the following on it
0x04e8
then save it
try this out and see
Hi, no work!!!!
https://help.ubuntu.com/community/AndroidSDK
madman said:
https://help.ubuntu.com/community/AndroidSDK
Click to expand...
Click to collapse
Thanks , but no work!!!
i still think it might be due to the plugdev group, im not too familiar with what that is
try including both these in the 51-android.rules
SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="04e8", MODE="0666", GROUP="plugdev"
btw, is the adb working in windows?
Still not working. In windows7 works without problems.
I do not understand the why!
Is your phone in USB debugging mode if so and there's still the problem reinstall android development tools maybe
Sent from my Awesome I9000 running Slim Bean
Latrop said:
Is your phone in USB debugging mode.....
Click to expand...
Click to collapse
Of course!!!
I installed the SDK, such as 3 or 4 times.
I even reinstalled ubuntu, eclipse, jdk, etc ...
And I've tried a thousand different rules for the smartphone, I think it proves on the laptop. Now I'm using the desktop computer.
try this?
http://rootzwiki.com/topic/258-udev-rules-for-any-device-no-more-starting-adb-with-sudo/
sorry dude, i dont know what further to do, im not that good with ubuntu, i just started using it a few months back
noobdroid_90 said:
try this?
http://rootzwiki.com/topic/258-udev-rules-for-any-device-no-more-starting-adb-with-sudo/
sorry dude, i dont know what further to do, im not that good with ubuntu, i just started using it a few months back
Click to expand...
Click to collapse
Thanks, for now it works .... We hope to continue like this.
In my laptop worked without problems with my original settings, I think the problem is on my desktop computer, well, so is ubuntu, jeje
Edit: No work.... :crying:
Try to run ./adb devices

What is ADB shell?

What is it ? ADB Shell . is it CMD command on Windows or what ?
muslimbaha said:
What is it ? ADB Shell . is it CMD command on Windows or what ?
Click to expand...
Click to collapse
https://developer.android.com/tools/help/adb.html
It's Android Debug Bridge. Basically, it's a command line interface from your PC to your phone. Think of a terminal emulator that you run on the phone itself. ADB is pretty much the same, but from a PC. It is part of Android SDK. You can also find it included in many installation packages posted here on XDA, e.g. CWM recovery. There is an executable and a couple of DLLs.
P.S.: TrymHansen beat me to it...
kt-Froggy said:
It's Android Debug Bridge. Basically, it's a command line interface from your PC to your phone. Think of a terminal emulator that you run on the phone itself. ADB is pretty much the same, but from a PC. It is part of Android SDK. You can also find it included in many installation packages posted here on XDA, e.g. CWM recovery. There is an executable and a couple of DLLs.
P.S.: TrymHansen beat me to it...
Click to expand...
Click to collapse
Sorry, but i know what it is now, how do i run it though? im trying to follow the htc desire hd guide to root my phone, which everything is done up until the point i have to test that i have root in debug mode. Not sure how to do this? run abd.exe? it just showed me a cmd window which runs and then dissapears.
If you got your phone rooted or want to test it run adb.exe shell the type su and hit enter. If the prompt change from $ to # you have root access
Sent from my LG-P990 using xda app-developers app
bitdomo said:
If you got your phone rooted or want to test it run adb.exe shell the type su and hit enter. If the prompt change from $ to # you have root access
Sent from my LG-P990 using xda app-developers app
Click to expand...
Click to collapse
What is likely to be the problem if it says SU permission denied?
If you are on stock, that means that you have no root access. If you have cm10 or cm10.1 you have to enable adb root access somewhere in the settings. I am sorry but I can not tell you at the moment where to enable it because I am on stock right now.
Sent from my LG-P990 using xda app-developers app
kt-Froggy said:
It's Android Debug Bridge. Basically, it's a command line interface from your PC to your phone. Think of a terminal emulator that you run on the phone itself. ADB is pretty much the same, but from a PC. It is part of Android SDK. You can also find it included in many installation packages posted here on XDA, e.g. CWM recovery. There is an executable and a couple of DLLs.
P.S.: TrymHansen beat me to it...
Click to expand...
Click to collapse
Thanks Bro for this information

[Q] <<< Missing suchecker.apk ? >>>

Hi,
I followed the tutorial of ROOTING all thru to the final steps and could not download suchecker.apk from the link of dropbox.
Is it relocated somewhere else, please.
Wallace.
wclwong said:
Hi,
I followed the tutorial of ROOTING all thru to the final steps and could not download suchecker.apk from the link of dropbox.
Is it relocated somewhere else, please.
Wallace.
Click to expand...
Click to collapse
Code:
adb shell ls /system/xbin/su
The only "suchecker" you'll ever need
soupmagnet said:
Code:
adb shell ls /system/xbin/su
The only "suchecker" you'll ever need
Click to expand...
Click to collapse
thanks, but I am completely NEW
so do you mean i can ignore command "./stuff/adb install suchecker.apk" from the instruction, please.
./stuff/adb kill-server
./stuff/adb start-server
./stuff/adb devices
./stuff/adb install suchecker.apk
./stuff/adb reboot
What tutorial are you using?
soupmagnet said:
What tutorial are you using?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2074565
wclwong said:
http://forum.xda-developers.com/showthread.php?t=2074565
Click to expand...
Click to collapse
linux or mac ?
Yeah, you don't really need that. Root your device and use the command posted previously to check if it worked.
persano said:
linux or mac ?
Click to expand...
Click to collapse
Mac, sir !
wclwong said:
Mac, sir !
Click to expand...
Click to collapse
well, a pc is better for make it, or linux, obiusly, mac is horrible with this, it can do it, but i dont like to make this thinks in a mac, or linux, dont know why but windows for me is the best, i use it for all love short windows commands. mac is horrible, it is great, but for me, for making things in android isnt the best, obiusly, linux is the best for developing, but some people found windows simplier to use scripts

Categories

Resources