[Q] DSIXDA Kitchen HELP NEEDED! - Galaxy S II Q&A, Help & Troubleshooting

Can anyone help?
I recieved an error during signing a custom rom in the kitchen
I tried it on windows and linux platforms. Path to the java was set correctly
JRE and SDK installed.
Please help!
Signing update.zip ...
java.lang.IllegalArgumentException: MALFORMED
at java.util.zip.ZipCoder.toString(ZipCoder.java:58)
at java.util.zip.ZipFile.getZipEntry(ZipFile.java:529 )
at java.util.zip.ZipFile.access$900(ZipFile.java:56)
at java.util.zip.ZipFile$1.nextElement(ZipFile.java:5 11)
at java.util.zip.ZipFile$1.nextElement(ZipFile.java:4 81)
at java.util.jar.JarFile$1.nextElement(JarFile.java:2 43)
at java.util.jar.JarFile$1.nextElement(JarFile.java:2 38)
at com.android.signapk.SignApk.addDigestsToManifest(S ignApk.java:175)
at com.android.signapk.SignApk.main(SignApk.java:325)

Related

[Q]Flashtool in Ubuntu

Hi there,
Has anyone got the x10 flashtool working in Ubuntu yet? it's not a problem because I can just switch to Windows if I need it but it would make my life slightly easier haha.
Install Java and run ./X10FlashTool as root, or type java -jar x10flasher.jar.
Thank you for that
strange dont work for me.
Flashtool works on ubuntu with exception of flashing.... as flashing is dependent on USBFLASH.DLL
rooting and xrecovery installation works fine.
tried and tested many times.
install jre on your machine from synaptic or add remove programs.
then on the folder where flashtool is stored
java -jar X10flasher.jar works fine.
If you have to have a windows os on another os...
http://forum.xda-developers.com/showthread.php?p=13652740#post13652740
not working for me
Hi, i've tried the command java -jar x10flasher.jar and it outputs the following
Exception in thread "main" java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder
at gui.XMLFile.<init>(XMLFile.java:22)
at org.lang.Language.Init(Language.java:32)
at gui.FlasherGUI.main(FlasherGUI.java:144)
Caused by: java.lang.ClassNotFoundException: org.jdom.input.SAXBuilder
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 3 more
i have the latest java jre installed.
i know a good bit about linux an know how to exec a java program from a shell/cmdline i tryed sudo java -jar x10flasher.jar on
cent OS 5.4 5.5 6.0
ubuntu 10 10.04 11.04
CrunchBang 10 Statler
also tryed
gentoo 11 -_O
on each of the's systems i installed JDK sun java an JER oracle java and tested both version
with no luck i have jdownloader runin on two server for emm
media servers use heh anyway im not sure why its not workin but
linux an java has always had it's problems

ICEWM in Debian squeeze?

I installed debian squeeze via an app just called Linux Installer. installed ICEWM and xorg via apt-get but when i run startx I get a no screens found error. How can I fix this?
Edit: sorry heres the full report but its on my phone(optimus v).
Primary device is not PCI
(EE) open /dev/fb0: no such file or directory
(EE) No devices detected
Fatal server error:
no screens found
xinit: No such file or directory (errno 2): unable to connect to X server
xinit: No such process (errno 3): Server error.

My Android SDK AVD Create Error

AVD create error
plz help me, how can create offline ( some time i have no internet)

[Q] Building apps with sql (mysql) support problem

Hi,
i`m trying to develop simple ubuntu application. This application should connect to remove mysql server, query and display data in UbuntuListView. Project was created in Qt Creator 3.1.1 as QML app with c++ plugin (cmake).
In my cpp class, i connect to mysql server using QSqlDatabase db = QSqlDatabase::addDatabase("QMYSQL"); according to qt documentation.
On my desktop (ubuntu 14.04) application works fine (after installing libqt5sql5-mysql), but when i tried to run this application on my aquaris E4.5 ubuntu edition (using Framework ubuntu-sdk-14.10) i got this error:
QSqlDatabase: QMYSQL driver not loaded
QSqlDatabase: available drivers: QSQLITE
Open database: false
I have found package libqt5sql5-mysql 5.3.0+dfsg-2ubuntu9 (armhf binary) for utopic unicorn. In qt creator, under Tools->Options->Ubuntu, I clicked on Maintain button in Framework ubuntu-sdk-14.10 and install that package. But this didn`t solve my problem.
Do yo have any ideas ?
If you want to include said libaries, you need to ship them as .so files in your click package. Don't ask me how to do it (I don't know in this specific case), but simply installing it in your chroot won't work.

[APKMULTITOOL] Error when signing (sign apk with android market 13 & 7 zip, sign, in)

[APKMULTITOOL] Error when signing (sign apk with android market 13 & 7 zip, sign, in)
Hello folks, I have stumbled upon a small problem using APKMultiTool ...
When I try to sign my apk (It's a unity apk meaning I only edited 1 of the dll files.) It fails.
The error it gives me, even in log (26) is useless.
Code:
--------------------------------------------------------------------------
|26-07-2018 -- 13:55:05,73|
--------------------------------------------------------------------------
java version "10.0.2" 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
Press any key to continue . . .
I do have the environment path for system, directed to my JDK java path.
The APKMultiTool is opened with Administrator and it's at root(c:\APKMultiTool) <
Heres the code it gives me at the end of option 7: (zip, sign & install)
Code:
Compressing res\layout\com_facebook_placepickerfragment_list_row.xml
Compressing res\layout\com_facebook_search_bar_layout.xml
Compressing res\layout\com_facebook_tooltip_bubble.xml
Compressing res\layout\com_facebook_usersettingsfragment.xml
Everything is Ok
Signing Apk
Usage: signapk [-w] publickey.x509[.pem] privatekey.pk8 input.jar output.jar
"An Error Occurred, Please Check The Log (option 26)"
The error afterwards in the log file and when using 26, is still the same.
Now I'm going to just try to sign the unsigned apk. First the one that was just zipped.
I do this with option 13: Sign apk with android market
Code:
Please make your decision:13
*Notice this option requires you to have the Java JDK installed before this option will function*
*Notice you need to go into your Environment Variables and set the path to your JAVA_HOME*
*For example define it as C:\Program Files\Java\jdk1.6.0_43 as a system variables slot not the User Variables*
Press any key to continue . . .
Signing Apk
Only one alias can be specified
Please type jarsigner -help for usage
"An Error Occurred, Please Check The Log (option 26)"
I am unable to type jarsigner -help, in CMD it does not exist as a command, and in APKMT it closes the prompt. The log file and 26 gives me the same error text so far, meaning it was not even updated.
(Note: I open ALL prompts as Administator, also APKMT)
I am at a complete loss...
Would be really grateful for input :3 thanks a lot.
-EDIT-
Am unable to install unsigned apk on rooted bluestacks 3n device. :3
... I found out that if I used the new tool
https://forum.xda-developers.com/an...tool-apk-easy-tool-v1-02-windows-gui-t3333960
APK Easy Tool, everything became more organized and much easier to work with. I got it working and are happy to say that my first mod was succesful, yay.
Happy modding everyone
For reference, the apk I modded was Galactic Rush for Android

Categories

Resources