what f/w you are using... flash with modded f/w
Hi, I have a question. My firmware supports autorun but do not support multiple java apps running simultaneously. Is it possible to enable Multiple Java support through mount --bind technique?? If so please guide me in detail.
Phone:
Milestone XT720
Firmware: STR_U2_01.1E.0
MotoMing² A1600
Firmware: MotoSpeed_RSP_03R
--
Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720
what f/w you are using... flash with modded f/w
I am having A1600. I am using my own modded firmware.
Phone:
Milestone XT720
Firmware: STR_U2_01.1E.0
MotoMing² A1600
Firmware: MotoSpeed_RSP_03R
--
Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720
well why you want to run multiple java apps on startup..
there are no possible commands for java ... you can only launch java applications using commands nothing else...
I don't believe you want a java application to autorun... java applications use high memory compare to nomal EZX apps..
let me know which apps you want to autorun and why then I will tell you how to launch your apps using startup scripts.. yes it will give trouble to you
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED
Sorry, I think I made mistake in explaining what exactly I need. I want to make my phone to support Multiple java apps to run simultaneously. Hope now it is clear...
Phone:
Milestone XT720
Firmware: STR_U2_01.1E.0
MotoMing² A1600
Firmware: MotoSpeed_RSP_03R
--
Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED
Yes exactly, this is what I require. Please provide me script to mount kvm & fastjava. I will extract these two files from your A1600 firmware.
Phone:
Milestone XT720
Firmware: STR_U2_01.1E.0
MotoMing² A1600
Firmware: MotoSpeed_RSP_03R
--
Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720
Please provide me script to mount kvm & fastjava
Phone:
Milestone XT720
Firmware: STR_U2_01.1E.0
MotoMing² A1600
Firmware: MotoSpeed_RSP_03R
--
Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720
well have you tested that firmware does it support multiple java as i have not done that I actually forgot to do that just let me know if it has multiple java feature or not...
well it is quite easy to mount them
put files in root of SD
#!/bin/bash
mount --bind /mmc/mmca1/kvm /usr/SYSjava/kvm
mount --bind /mmc/mmca1/fastjar /usr/SYSjava/fastjar
Motorola A1200 : Beast
Motorola MOTOROKR E6/E6e : GoldenBird/Bricked
Samsung Galaxy Y S5360 : Stock ROM (Gingerbread 2.3.6) - ROOTED
Okay thanks. I will try & let you know the result., Shall I change path to phone memory? Chances of working if I put them in phone memory?
Phone:
Milestone XT720
Firmware: STR_U2_01.1E.0
MotoMing² A1600
Firmware: MotoSpeed_RSP_03R
--
Moto C131 > C550> A768i > A780> A1200 > E6 > A1600 > Milestone XT720