[Q] Can't find jvm.dll - Android Q&A, Help & Troubleshooting

I'm installing Android Development Kit. I opened Eclipse and it said:
Failed to load the JNE shared library.
"C:\Users\Justin\Desktop\ADK\eclipse\jre\bin\client\jvm.dll
Click to expand...
Click to collapse
But as you can see from this screen shot (attached) It is there.
I created the jre folder and bin folder then installed Java into
ADK\eclipse\jre\bin\
Click to expand...
Click to collapse
What is going on?
Your help is appreciated
bustinjussell

Related

[CLOSED][How To]Make your Own Custom ROM ~~By NeroYoung~~ [3/4/2012]

This Thread is closed now
Visit new thread for more tutorials
Look link in my signature​
Hi,
If you willing to learn to build custom ROM then you should have following things
Basic Knowledge about handling Command Promt
Basic Windows software knowledge
PC with all tools properly installed
And a mobile with bootloader unlocked
This tutorial is for "Windows OS (Windows 7 x64 in my case)" And Android 2.3+ OS (2.3.4 GingerBread in my case).
In this whole post you will learn How To -
Make custom ROM
Unpack .ftf packages
Use Cygwin
Setup Android Kitchen
Edit .apk files
Edit .jar files
Edit .9.png files
Rooting System
Writing scripts
Making flashable zips
Porting apk software
A2SD Techs
Editing build.prop
Editing init.d tweaks
Information of every customizable file
Making Hosts
apn configs
editing boot.img
converting png to rle or vice versa
more and more things to arrive
Tools Required :
Download the tools as per your need.Link is given in the name itself below....
Flashtool - For Flashing stock ROM if anything goes wrong (Download link in the installation tab of website)
apktool - for editing apk files and jar files (you can use APK manager but apktool is simpler)
Cywign - Linus Terminal For Windows
ROM Kitchen (ROM Development Tool) - For Cooking custom ROM + boot.img related tools - to edit boot.img files (Its inside the ROM Kitchen Files)
ftf-extractor - It will extract system files from the ftf package which you will use to make your ROM
fastboot - For flashing kernel to your device
DoomLords Easy Root Kit v4 - To Root Stock/Custom ROM
Demo META-INF Folder - For Making Flashable zip files
DroidExplorer - For advance tools regarding real time phone memory handling through windows.
Flashable Zip Demo - For those who want to just apply some stuffs through CWM
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Tools Overview​
Introduction​
This video gives information about the basic tools for ROM development.
Tools will be uploaded once the tutorial is completed.And the links will be posted in 1st post.This tutorial is for all kinds of devices.No matter what your device is ... you can use this tutorial...
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Settings Up Cygwin And Kitchen​
This video teaches you how to setup Cygwin And Kitchen.The softwares told in this video can be downloaded from first post
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Setting Up Remaining Tools (ftf extractor,flashtool,fastboot etc)​
This video teaches you how to setup all remaining files and folders...
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Getting System Folder​
Extracting .FTF File​This tutorial guides you how to extract system folder from .ftf packages and get system folder for your custom ROM easily.
For this we have used ftf extractor.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Working With Android Kitchen​
Getting Started​This tutorial will tell you how to setup working folder in kitchen and how to root your ROM,change name,add busy box etc.
This is pre requirement on ROM development.So this video will continue after total customization is done !
After this video you can jump to next post to proceed with customization and then come back to setup to second video in this post so you can continue packing of system folder in flashable zip
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Finalizing ROM​This video shows you how to finalize making zip file of your ROM and use it for flashing.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Working With APKTOOL​
Editing .APK Files​​
This video teaches you how to setup APKTOOL folder as well as teaches you how to edit .apk files.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Editing .JAR Files​In this next video you will get information on how to edit .jar files like services.jar using APKTOOL.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Customization Tutorials​
Dealing With .9.png Files​​
This video teaches you how to edit draw9 i.e .9.png image files easily without any errors.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Reserved for more work 6
Reserved for more work 7
Reserved for more work 8
Reserved for more work 9
Would love this tutorial. Hope you complete it soon.
Really looking forward for this!
Android is based on Linux(and kind of java also) so you would need Linux and java knowledge also, if you want to customize the ROM throughly.
Sent from my WT19i using xda premium
I always knew buying a Mac was a bad idea :'(
Someguyfromhell said:
Android is based on Linux(and kind of java also) so you would need Linux and java knowledge also, if you want to customize the ROM throughly.
Sent from my WT19i using xda premium
Click to expand...
Click to collapse
Yes thats true BUT this tutorial is for windows and it doesn't require any kind of expert knowledge.
Its damn simple to make a custom ROM
BudgyN1 said:
I always knew buying a Mac was a bad idea :'(
Click to expand...
Click to collapse
Not at all !!
You can Run windows 7 virtually on your Mac and use this tutorial
Isn't it cool ?
Its damn simple to make a custom ROM
Click to expand...
Click to collapse
Simple custom ROM, yes. But it is only MY IMO. You NEED Linux knowledge, you need some android knowledge, and you need to understand what are you doing to make really OUTSTANDING ROM.
respawned said:
Simple custom ROM, yes. But it is only MY IMO. You NEED Linux knowledge, you need some android knowledge, and you need to understand what are you doing to make really OUTSTANDING ROM.
Click to expand...
Click to collapse
Can you explain what linux knowledge you talking about ?
For example, in your v4, i saw remount tweak, and there was JOURNALISM removing for ext4 partition. But you noticed that it is only for /data /system? Our partitions are in yaffs2, so we don't have journal.
Knowledge comes with experimentation ... keep it up dude

[Q] apktool for dna

can anyone hook me up with a working apktool for the dna? id appreciate it greatly
myfishbear said:
can anyone hook me up with a working apktool for the dna? id appreciate it greatly
Click to expand...
Click to collapse
im using 1.5.0 currently from here: http://forum.xda-developers.com/showthread.php?t=1755243
nitsuj17 said:
im using 1.5.0 currently from here: http://forum.xda-developers.com/showthread.php?t=1755243
Click to expand...
Click to collapse
thank you i also figured out i had to use an older one for system ui. im not sure what version it was cuz i pulled it out of my android dl folder i keep.
myfishbear said:
thank you i also figured out i had to use an older one for system ui. im not sure what version it was cuz i pulled it out of my android dl folder i keep.
Click to expand...
Click to collapse
if you use the 1.4.x apktool's they will not decompile properly since they dont know to decode drawable-xxdpi folders

[Q] Compile APK

I'm not getting compila an APK file, can someone compile to me? :laugh:
https://app.box.com/s/9kvw31wslyb7wuwjphse
Dqt said:
I'm not getting compila an APK file, can someone compile to me? :laugh:
Click to expand...
Click to collapse
Some more information would be useful
For example with what are you trying to compile it?
What isn't going good? errors ? bugs ?
Lowerland said:
Some more information would be useful
For example with what are you trying to compile it?
What isn't going good? errors ? bugs ?
Click to expand...
Click to collapse
i'm using apktool1.4.3
Well...
Code:
Caused by: brut.common.BrutException: could not exec command: [aapt...
You need to update your aapt.exe file (the easier way to get the newest file is installing Android SDK).
RoberGalarga said:
Well...
Code:
Caused by: brut.common.BrutException: could not exec command: [aapt...
You need to update your aapt.exe file (the easier way to get the newest file is installing Android SDK).
Click to expand...
Click to collapse
I'm also reading on some Internet posts that this can also be a PATH Problem
Placing a copy of aapt executable to the C:\Windows\ folder should maybe help
Or add aapt executable to your system PATHS so windows can find it
Lowerland said:
I'm also reading on some Internet posts that this can also be a PATH Problem
Placing a copy of aapt executable to the C:\Windows\ folder should maybe help
Or add aapt executable to your system PATHS so windows can find it
Click to expand...
Click to collapse
i placed a copy of aapt to Windows folder and continues with the error.
RoberGalarga said:
Well...
Code:
Caused by: brut.common.BrutException: could not exec command: [aapt...
You need to update your aapt.exe file (the easier way to get the newest file is installing Android SDK).
Click to expand...
Click to collapse
i downloaded this aapt.exe http://d-h.st/DBi and replaced on apktool folder and continues with error
RoberGalarga said:
Well...
Code:
Caused by: brut.common.BrutException: could not exec command: [aapt...
You need to update your aapt.exe file (the easier way to get the newest file is installing Android SDK).
Click to expand...
Click to collapse
Dqt said:
i downloaded this aapt.exe d-h.st/DBi and replaced on apktool folder and continues with error
Click to expand...
Click to collapse
Like RoberGalarga already said
Try updating it with the newest file from the Android SDK
developer.android.com/sdk/index.html
Lowerland said:
Like RoberGalarga already said
Try updating it with the newest file from the Android SDK developer.android.com/sdk/index.html
Click to expand...
Click to collapse
i'm trying to download but seems this download link is off (is only trying to connect), do you have another link?
sorry for my english ^^
Dqt said:
i'm trying to download but seems this download link is off (is only trying to connect), do you have another link?
sorry for my english ^^
Click to expand...
Click to collapse
Put h t t p s : / / in front of it because xda wont let me post links yet because I'm a (new user)
developer.android.com/sdk/index.html
Lowerland said:
Put h t t p s : / / in front of it because xda wont let me post links yet because I'm a (new user)
developer.android.com/sdk/index.html
Click to expand...
Click to collapse
i found another link and im downloading now. ^^
Lowerland said:
Put h t t p s : / / in front of it because xda wont let me post links yet because I'm a (new user)
developer.android.com/sdk/index.html
Click to expand...
Click to collapse
i installed but still not working...
Dqt said:
i installed but still not working...
Click to expand...
Click to collapse
i don't use apktool myself so not sure what is causing it and how to fix it
this is also may be a interesting page for you to look at:
https://code.google.com/p/android-apktool/issues/detail?id=282
Lowerland said:
i don't use apktool myself so not sure what is causing it and how to fix it
this is also may be a interesting page for you to look at:
https://code.google.com/p/android-apktool/issues/detail?id=282
Click to expand...
Click to collapse
which method you use?
i gave up trying to use apktool
edit: i tried using APK Manager but it shows the same error.
Lowerland said:
which method you use?
i gave up trying to use apktool
edit: i tried using APK Manager but it shows the same error.
Click to expand...
Click to collapse
Can you compile the apk file? Later ill try solve this problem
Dqt said:
Can you compile the apk file? Later ill try solve this problem
Click to expand...
Click to collapse
nope sorry i never did manual compiling so don't even know where to start with it.
Anybody else maybe who can help?
Lowerland said:
nope sorry i never did manual compiling so don't even know where to start with it.
Anybody else maybe who can help?
Click to expand...
Click to collapse
Ok, thanks ^^
use apktool
system app framework required
apktool if framework-res.apk
apktool d (APKFILE).apk
apktool b (dir) (newapkfile).apk
Dqt did this solve your problem
Just curious
All you need to know can be found here - [Advice/Reference/Guide] The Definitive APK Modding & Theming Thread...

I need developer HELP

Who here is developer? i need to modify one nexus 4 for rom it's very simple what i have to modify but i still need a help i will be pleasurable if anybody offer for help me :victory:
Acfanderson said:
Who here is developer? i need to modify one nexus 4 for rom it's very simple what i have to modify but i still need a help i will be pleasurable if anybody offer for help me :victory:
Click to expand...
Click to collapse
what do you want to modify?
ricky310711 said:
what do you want to modify?
Click to expand...
Click to collapse
Is it very simple man i would like to replace launcher2.apk in the nexus 4 factory image to googlehome.apk becouse thia is TVE nexus 5 launcher. Van you help me to do this?
Acfanderson said:
Is it very simple man i would like to replace launcher2.apk in the nexus 4 factory image to googlehome.apk becouse thia is TVE nexus 5 launcher. Van you help me to do this?
Click to expand...
Click to collapse
Remove launcher2.apk and replace it with googles? i released a modpack for the s3 that includes the requirements, just pluck them from the package(i grant permission) and done
ricky310711 said:
Remove launcher2.apk and replace it with googles? i released a modpack for the s3 that includes the requirements, just pluck them from the package(i grant permission) and done
Click to expand...
Click to collapse
Yes this is what i have to do =D can you help me?
Acfanderson said:
Yes this is what i have to do =D can you help me?
Click to expand...
Click to collapse
Hahahaha why do you need help? The task is simple? Delete the launcher2.apk and grab all the apps from my modpack? Its easy!
ricky310711 said:
Hahahaha why do you need help? The task is simple? Delete the launcher2.apk and grab all the apps from my modpack? Its easy!
Click to expand...
Click to collapse
of course is simple, but i need to moodify the STOCK ROM .TGZ file (factory image) when i extract this file i have some file with .IMG extension and one of this files is System.IMG in this file haver the folder called Priv-apps and the old launcher is it there so i need to replace this apk and repack the rom to original FORM but i don't have idea for do this
Acfanderson said:
of course is simple, but i need to moodify the STOCK ROM .TGZ file (factory image) when i extract this file i have some file with .IMG extension and one of this files is System.IMG in this file haver the folder called Priv-apps and the old launcher is it there so i need to replace this apk and repack the rom to original FORM but i don't have idea for do this
Click to expand...
Click to collapse
Look up how to decompile .img files, im pretty sure you use unyaffs.exe to do it! I done it once but I dont remember how
ricky310711 said:
Look up how to decompile .img files, im pretty sure you use unyaffs.exe to do it! I done it once but I dont remember how
Click to expand...
Click to collapse
is it necessary have LINUX for use this method and my computer use WINDOWS and i can't run a virtual machine here
Acfanderson said:
is it necessary have LINUX for use this method and my computer use WINDOWS and i can't run a virtual machine here
Click to expand...
Click to collapse
No need for linux, also consider using my rom kitchen for windows, cygwin isnt needed!
ricky310711 said:
No need for linux, also consider using my rom kitchen for windows, cygwin isnt needed!
Click to expand...
Click to collapse
who will do this for me my computer is LOW and i don't have idea for do this =\ THX for try to help me =D

[Q] SDK Manager

Does anyone have a SDK manager without the android studio? If you need to PM me to send it for a email let me know.
Thanks
musicman625 said:
Does anyone have a SDK manager without the android studio? If you need to PM me to send it for a email let me know.
Thanks
Click to expand...
Click to collapse
http://developer.android.com/sdk/index.html#Other
Flyhalf205 said:
http://developer.android.com/sdk/index.html#Other
Click to expand...
Click to collapse
Ive downloaded sdk manager alone from above site, though ive installed jdk, i cant install sdk manager. A message appears that cant find andorid.bat. dont know what to dk since then.

Categories

Resources