is it possible to run...... - Galaxy S III Q&A, Help & Troubleshooting

guys is it possible to run .jar (java) application to my s3??? i used JBED.APK but it doesnt work ...

http://bit.ly/19ZVWGv

Related

Crazy Idea - WM2003 SE

If you download the PocketPC SDK, you can also get the WM2003 SE emulator. With this, you can pretty much have a play with the new OS update. I wonder if it is possible to extract the ROM from the emulator and use it on our XDA II.
What do you reckon? Anyone up for the challenge
illwil said:
If you download the PocketPC SDK, you can also get the WM2003 SE emulator. With this, you can pretty much have a play with the new OS update. I wonder if it is possible to extract the ROM from the emulator and use it on our XDA II.
What do you reckon? Anyone up for the challenge
Click to expand...
Click to collapse
you won't run any extracted X86 suff on an ARM machine.
yes it's the same with visual embedded c++ the code need to be compiled for x86 to run in the emulator and as arm if you use the pda device to run the code on so the emulators only emulate the interface platform not the hardware itself
I downloaded the emulator but there is no exe file... how to start the emulator?
These files are incl. but no .exe!
PPC_2003_SE.xml
PPC_2003_SE_WWE.bin
Pocket_PC_Emulator_Down.bmp
Pocket_PC_Emulator_Mask.bmp
Pocket_PC_Emulator_Up.bmp
I have the also Pocket PC 2003 SDK, these is not much than a DOS promt in the SDK :lol:
I have also Microsoft eMbedded Visual C++ 4.0 but I can't use that either
Please help... I wanna try the emulator
the way I use the emulator is by creating a Smart Device Application project in Visual Studio .NET (2003) and then when I run the app, you get prompted on where you it deployed. You can then select the WM2003 emulator. there is even the VGA emulator on the list.

[Q] Build java files for android platform

Hi,
I'm new to android developement. To make it short. Our project needs to be ported for android. It has some java and C code. We run this java as applet using Oracle JRE in linux systems and using firefox browser.
Now it needs to be done on android and browser. Android doesnot support JRE. Hence i downloaded eclipse, ADT plugin. Added my java files, external JRE library and compiled it. Got the apk and classes.dex.
Now my question here is i'm not able to proceed further. How to execute the same as in JRE before. I'm totally confused. Running the apk in emulator/android mobile only runs the activity.java code. Say i'm printing hello world in that(i dont need that but still i have wrote it as my first program).
I dont know how to execute my other java files(which will run as java applet before in linux systems). I'm stuck here since i have not worked on android.
This would be the first step in to my porting.
Also the easy solution would be to run the applet.jar i have directly on android similar to linux jre. Is it possible.?
Any sort of help would be great. Thanks.

[Q] [HELP] For Develope Apks

Hello, i need Help to learn "Apk's developement" , I tried to run development aplications for windows but what the hell it doesnt works for me; I tried first installing Apk Manager, so i need to install Android SDK, (i get a Zip, and i think is not good version) then i need Java SDK, (but said: it's already installed) doesnt work dont let me install, it's making me crazy!!! also Adb doesnt found i dont know why!.
Please if somebody can make a list in orden of de Windows Aplicactions i need to use Apk Manager and Android SDK Correctly. I will be really gratefull.
And if can, pass me the link for download it
hardrockcaffe said:
Hello, i need Help to learn "Apk's developement" , I tried to run development aplications for windows but what the hell it doesnt works for me; I tried first installing Apk Manager, so i need to install Android SDK, (i get a Zip, and i think is not good version) then i need Java SDK, (but said: it's already installed) doesnt work dont let me install, it's making me crazy!!! also Adb doesnt found i dont know why!.
Please if somebody can make a list in orden of de Windows Aplicactions i need to use Apk Manager and Android SDK Correctly. I will be really gratefull.
And if can, pass me the link for download it
Click to expand...
Click to collapse
I really don't understand what you're trying to say ... What exaclty is an APK Manager ??
If you are trying to build Android Applications, Then you need the following :
Knowledge of Java (or) a similar OOP Language
An IDE (like Eclipse or Android Studio) + Android Development Tools - (Eclipse+ADT >> Download Here)
The Android SDK ( Comes along with the ADT Bundle You downloaded above)
An Android Phone
A Working Brain
niranjan94 said:
I really don't understand what you're trying to say ... What exaclty is an APK Manager ??
If you are trying to build Android Applications, Then you need the following :
Knowledge of Java (or) a similar OOP Language
An IDE (like Eclipse or Android Studio) + Android Development Tools - (Eclipse+ADT >> Download Here)
The Android SDK ( Comes along with the ADT Bundle You downloaded above)
An Android Phone
A Working Brain
Click to expand...
Click to collapse
Hi, thanks for answer, sorry for mi english, i am from argentina. APK Manager is a windows aplication, "for decompile and recompile android's APK". (For Edit APK) here i've found http://forum.xda-developers.com/showthread.php?t=2281656
I downloaded the ADT of the link that you posted, but the APK Manager still said: Adb was not found; : Adb: is Android debug bridge, supposed come with the android developement tools, but doesnt work. Any idea why?
hardrockcaffe said:
Hi, thanks for answer, sorry for mi english, i am from argentina. APK Manager is a windows aplication, "for decompile and recompile android's APK". (For Edit APK) here i've found http://forum.xda-developers.com/showthread.php?t=2281656
I downloaded the ADT of the link that you posted, but the APK Manager still said: Adb was not found; : Adb: is Android debug bridge, supposed come with the android developement tools, but doesnt work. Any idea why?
Click to expand...
Click to collapse
Yes but depending on. Your windows biuild you will need to add it to your system path.
Wayne Tech Nexus

Help to remove apk restrict to run on emulator?

Hello,
I have installed the below apk on android emulator on my PC
The installation was successful but unfortunately it can't run
I tried a lot of different emulator but got the same thing
Can someone please help to modify it to bypass the restriction?
Thank you guys !
APK file:
nhatranghosting.com/dl/APlayTV21.apk
@crazyku
Ask app's developer which devices he intended the app to run on.
What is the restriction?
p4rp said:
What is the restriction?
Click to expand...
Click to collapse
Hello,
I think the developer restrict to run it on any emulator like Nox Player or BlueStacks.
I install and run successfully on Android phone, table, Android TV Box,... but when I install in the emulator on my laptop, it successfully install but CAN'T run.
I don't know how to decompile apk and check what restriction
apk file:
nhatranghosting.com/dl/APlayTV21.apk
or here on play store:
play.google.com/store/apps/details?id=com.anzsolution.a_playtv
@crazyku
Use an online decompiler such as https://www.apkdecompilers.com/

Question on using emulator

hi, I'm a newbie on android.
I'm building AOSP on a remote server and cannot run emulator on it due to I have only ssh access. So I want to copy the system images I built to my local Windows PC to run.
I installed Android Suite on my local Windows PC and install AVD manager, I can run google images with the emulator.
But my problem is I can not run with my images on my Windows PC.
What I did is just replace the system.img in "C:\Users\MYACCOUNT\AppData\Local\Android\Sdk\system-images\android-29\google_apis\x86_64" with the system-qemu.img (renamed to system.img).
P.s.:The system.img I built is also "aosp_x86_64-eng".
Can anybody give me any guide what should I do on this? Thansk in adv.

Categories

Resources