How to install FULL Java 8 on Chrome OS without Crouton (or others) - Chromebooks

There are people who are still looking for a method to install Java on Chrome OS.. and if i told you that Oracle's Java is perfectly installable on Chrome OS without Crouton/Linux/etc? Yeah, that's true.
We are going to treat Chrome OS as a Linux's distribution, in this guide. Because? Well, Chrome OS can run linux binaries..
Let's go:
First of all, press CTRL + ALT + T, this will open the "crosh" (the terminal emulator of Chrome OS), write on crosh "shell" and press Enter, after that write "sudo su" and press Enter.
You will be asked for a password, it usually ranges from build to build, try one of these passwords:
password
facepunch
chronos
chrome
(Even if the shell isn't writing, don't worry, it's writing).
Yeah! Now you have the supreme power.. in the Chrome's shell.
Now write “mount -o remount,exec,rw /” and press Enter, now we mounted the file system as writable.
Do "cd /home" and press Enter.
If you are running Chrome OS on a 32 bit hardware, write "wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=106238 -O jre.tar.gz" and press Enter; if you're on a 64 bit hardware, write "wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=106240 -O jre.tar.gz" and press Enter. This command will download the Oracle's Java Runtime.
After that, do "tar zxvf jre.tar.gz", this will extract the Java Archive.
Do "mv jre1.8* /bin" and press Enter, after that do "cd /bin", this will take you to the "folder of the executables".
Finally write "ln -s /bin/jre1.8.0_45/bin/java /bin/java" (WARNING, the number "45" should be replaced with the number written on the website of Java, if you can find such as "Java Version 8 Update 49", instead of 45 you will need to put 49).
Let's try Java. Do "java -version", if the shell will write the version of Java then the game is done. Welcome to Java's world.
UNFORTUNATELY, on some builds, the Java's graphical programs cannot be seen and will freeze your system (If this will happen, reboot and don't use Java's graphical programs. P.S. you can still use Java's command line programs). In other builds, Java work perfectly without any problem.
That was really easy. With this method, you can execute other linux binaries and Chromebooks will finally be the perfect alternative to traditional laptops.
- Simone Cervino, Soxasora.
ITALIAN VERSION:
Ciao a tutti, con questa guida potrete installare Java sul vostro Chromebook facilmente e senza usare Crouton o altri simili metodi. Questa sara' una completa installazione di Java, nessuna emulazione. Inoltre impareremo ad usare Chrome OS come una normale distribuzione Linux.
Non tutti sanno che questo sistema operativo, in realtà, è una distribuzione Linux. Infatti, Chrome OS, è capace di avviare programmi Linux, inoltre la shell ha anche i basilari programmi che non mancano mai nelle shell delle distribuzioni Linux (come wget, tar ecc).
Seguendo le istruzioni di un mio amico sono riuscito ad installare Java su Chrome OS, vi riporto il procedimento di seguito:
Per prima cosa, fai CTRL+ALT+T e nella finestra di Chrome che ti si apre, scrivi “shell” e premi Invio e poi fai “sudo su” e premi Invio.
Ti verrà chiesta una password, questa di solito varia da build a build, prova una di queste password:
password
chronos
facepunch
chrome
(Anche se non la scrive, non preoccuparti, in realtà la sta scrivendo).
Bene, ora hai il potere supremo nel terminale di Chrome.
Prima di iniziare scrivi “mount -o remount,exec,rw /” e premi Invio, questo ci permetterà di montare il file system come scrivibile.
Ora che sei il capo supremo sul tuo dispositivo, fai “cd /home” e premi Invio, questo ti porterà alla cartella home.
Se ti trovi in un sistema a 32 bit, scrivi “wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=106238 -O jre.tar.gz” e premi Invio, se invece ti trovi in un sistema a 64 bit, scrivi “wget http://javadl.sun.com/webapps/download/AutoDL?BundleId=106240 -O jre.tar.gz” e premi Invio, questo comando ti scaricherà un archivio tar.gz che conterrà tutti i file di Java.
Successivamente, scrivi “tar zxvf jre.tar.gz” e premi Invio, questo comando ci scompatterà l’archivio contenente i file di Java.
Fai “mv jre1.8* /bin” seguito da invio e successivamente “cd /bin” e premi Invio, questo ti porterà alla cartella home, quella dove si trovano i binari importanti di Chrome, i programmi.
Per finire scrivi “ln -s /bin/jre1.8.0_45/bin/java /bin/java” (ATTENZIONE, il numero “45” si deve sostituire col numero scritto sul sito web di Java, se trovi ad esempio “Java Version 8 Update 49″, al posto di 45 dovrai mettere 49)
Ora prova a scrivere “java -version”, se ti scrive la versione di Java, allora il gioco é fatto e finalmente potrai usare Java sul tuo dispositivo Chrome OS.
Purtroppo funzionerà solo tramite linea di comando e su alcune build, i programmi java con interfaccia, non si vedono, anzi, blocca tutto. (Nel caso vi si bloccasse tutto, riavviate).
— Sulle build Chrome OS di Hexxeh, i programmi Java con interfaccia, potrebbero vedersi —
E’ stato veramente facile, vero? Questo perché Chrome OS é solo una distribuzione Linux con un gestore finestre creato da Google, diverso dal solito. Dobbiamo iniziare a vedere Chrome OS come una distribuzione Linux e non come un “nuovo” sistema operativo, questo ci permette di pensare più in grande. Ma cosa ci ha fermati fino ad oggi? Beh, Google ha pensato di aggiungere la funzione di “noexec” alle cartelle di sistema, tranne alla cartella bin (altrimenti i binari al suo interno non funzionerebbero) per evitare che virus e altri programmi, modificassero il sistema. Qui abbiamo sfruttato la cartella bin dove si può eseguire qualsiasi cosa perché non ha la funzione di “noexec“.
- Simone Cervino, Soxasora.

I get cannot remount /Dev/dm-0 readwrite is write protected

muzab a said:
I get cannot remount /Dev/dm-0 readwrite is write protected
Click to expand...
Click to collapse
Are you in the superuser shell?

yep , the text is in red
Intially did shell then sudo su

muzab a said:
yep , the text is in red
Intially did shell then sudo su
Click to expand...
Click to collapse
Strange.. With Chromium OS i don't have this problem. Your chromebook is unlocked?

Developer mode on and on chromeos with beta build

does anyone do a terminal task directly on chrome ?

When I do "mv jre1.8* /bin" I get some errors saying I don't have space left on device. Is there any solution for this?

Can this work on Toshiba Chromebook running the latest version?

The Commands You Said Are Not Valid

When I do java -version i get permission denied. even with chmod 777 on all the java binary. yes i'm sudo su. everything else worked

Same error
I got the same error. It said that i could only be done as root, so i typed:
sudo su
And got cannot remount. Help us?

Just got a Samsung Chromebook and the "shell" command seems to no longer be valid, making the steps above not work.

tresf2 said:
Just got a Samsung Chromebook and the "shell" command seems to no longer be valid, making the steps above not work.
Click to expand...
Click to collapse
Sounds like you may not be in developer mode..

fattire said:
Sounds like you may not be in developer mode..
Click to expand...
Click to collapse
Correct. Thanks. Had previously followed this tutorial in VM. I was surprised to eventually find out it needed Developer mode to work on physical hardware. Thanks kindly for the reply.

@tresf2 now days i'ts much better to just install chromebrew it literally takes no effort. It's as simple as
Code:
crew install jdk8

tdct12 said:
@tresf2 now days i'ts much better to just install chromebrew it literally takes no effort. It's as simple as
Code:
crew install jdk8
Click to expand...
Click to collapse
Great to know. This specific use-case is for enterprise roll-out, so I'll have to put the OS on pause until the app can be rewritten in the proper language.
Much obliged and best regards,

mount-or remount, exec, rw / does not work says mount-or not found????? do i put a space or what do i do please help!!!!!!

"No such file or directory" when calling "java -version"
The procedure worked on Chromium OS (Neverware CloudReady). I moved the jdk dir under "/usr/bin" (instead of "/bin") and correctly symlinked target to "/bin/java":
lrwxrwxrwx 1 root root 31 Oct 20 22:19 /bin/java -> /usr/java/jdk1.8.0_151/bin/java
But when I call "java -version" the following is returned:
bash: /bin/java: No such file or directory
Same for "/usr/java/jdk1.8.0_151/bin/java -version":
bash: /usr/java/jdk1.8.0_151/bin/java: No such file or directory
But the file (and the link) actually exists, with execute permission.
Any hint?
Thanks.

ctliv said:
The procedure worked on Chromium OS (Neverware CloudReady). I moved the jdk dir under "/usr/bin" (instead of "/bin") and correctly symlinked target to "/bin/java":
lrwxrwxrwx 1 root root 31 Oct 20 22:19 /bin/java -> /usr/java/jdk1.8.0_151/bin/java
But when I call "java -version" the following is returned:
bash: /bin/java: No such file or directory
Same for "/usr/java/jdk1.8.0_151/bin/java -version":
bash: /usr/java/jdk1.8.0_151/bin/java: No such file or directory
But the file (and the link) actually exists, with execute permission.
Any hint?
Thanks.
Click to expand...
Click to collapse
Symlink traversal in most locations on the stateful partition was blocked in this commit last May. There are exceptions for /usr/local and a few subdirs under /var.
I noticed this a while back but hadn't been impacted by it.
To check it out, I created a symlink (fileA) in /bin pointing to an executable file in /usr/local/bin (fileB).
I then attempted to execute /bin/fileA in the shell, and received the "No such file or directory" message.
As a test, I then entered the following:
Code:
mount -t securityfs securityfs /sys/kernel/security
printf "/bin" > /sys/kernel/security/chromiumos/symlink_policy/allow
I then retried executing fileA and it now worked. (the symlink to FileB was now being followed).
The above is a bit of a hassle, as the change won't persist through reboots etc.
Generally, keeping things in /usr/local/*, where symlinks are still followed, seems like it might be the best option. That's what chromebrew does.
Somewhat related side note: If you do keep binaries etc under /usr/local, in the default configuration you'll need to become root with "sudo su -", rather than "sudo su", for /usr/local to be in the $PATH env.

Related

[wm6.1] Italian Prophet rom clean

Windows Mobile 6.1 Pro v. 5.2.19213 Italian - clean -
for Prophet
in brief this rom contains arcsoft MMS, Jbed for Java apps, .net 3.5 and a lots of free software​
NB. This rom was cooked some months ago and it's my current rom, hence it's widely tested. This don't means that it's BUG FREE. From what I can remember XIP and sys files came from an official Kaiser ROM.
I'm not responsible if you brick, damage or cause whatever problem to your device or PC, use at your own risk!
Features:
Office 6.1 (without OneNote)
HTC Network Plugin
Comm Manager 6: gestore del bluetooth, wifi, telefono, ...
Engineer Calc: calcolatrice scientifica
Jbed: jvm e gestore di applicazioni java
file explorer extended: aggiunge funzionalità al gestore dei file predefinito
.net cf 3.5
network wizard 1.0: configura automaticamente le impostazioni web/wap/mms per l'operatore scelto
ObexInboxEx: riceve i files bluetooth in una cartella prestabilita anche se il telefono è in standby, fornisce maggiori dettagli sul trasferimento con una notifica.
Advanced Configuration Tool 3.0: collezione di modifiche al registro per modificare aspetto, funzioni di WM
WM5torage 1.8: permette di utilizzare il telefono come lettore di memory card.
ClearTemp: tool per la pulizia delle cartelle di sistema da file temporanei e inutili.
Task Manager: strumento multifunzione, elenca i processi attivi, i servizi in esecuzione, le informazioni sulle connessioni di rete e altro.
keepass ppc: database per memorizzare le proprie password in modo sicuro in modo da portarle sempre assieme. anche in versione per pc multipiattaforma.
SMSMode: permette di scegliere la modalità con cui il gestore dei messaggi visualizza gli sms. Permette di modificare una opzione per non ricevere la notifica per ogni sms inviato.
PIMBackup: strumento indispensabile per il backup di appuntamenti, messaggi, attività, registro delle chiamate, contatti e file personali. Permette lo scheduling del backup.
pocket RAR: utilità per gestire file zip, rar.
PPCContactsManager: aggiunge alcune funzionalità al gestore dei contatti.
Synchro Time: sincronizza l'orologio con i server ntp.
Arcsoft MMS 5.0: software per gli mms.
PocketUno.
auto timezone from network patch
extended rom to systempath patch
file dialog changer
pmclean: cancella file temporanei e notifiche duplicate
PocketToolman: permette di apportare numerose modifiche a WM, consente anche di disattivare le connessioni web/wap.
RegEdit: editor di registro, è parte di Task Manager.
simpTimer: fino a 5 timer attivabili contemporaneamente.
SuperBright: se attivato incrementa la luminosità dello schermo
Flash Format: permette di formattare la memory card
ClearType Tuner: permette di modificare l'aspetto del testo.
Fdc Start Menu: cambia la modalità con cui si utilizza il menu start.
MADE: text editor
AltTab: application switcher simile alla funzionalità ALT+Tab di Windows
pBar: utilità per la gestione dei processi attivi. Permette di chiudere un processo, invece che minimizzarlo, quando si tappa sul pulsante X.
UC capable with following:
BeamFix.reg
CalPlus.cab
SMSMode.reg (default set to sigle mode)
tcmdp.cab (Total Commander + Italian lang)
tcmdp-it.cab
touch.reg (screen align setup)
donations are welcome, contact me here
Download:
link pwd: myprophet
mirror thanks varanusvincent
A BIG THANKS TO XDA-DEV fOLKS!
Questa ROM è davvero interessante.. pensi di rilasciarne una con una built più recente come la 20273? Mi sembra più veloce e meno pretenziosa in termini di batteria.
Now that's interesting.. do you think to release also in a newer built like 20273? It seems to me to be more fast and power efficient.
Sam Trevi said:
Questa ROM è davvero interessante.. pensi di rilasciarne una con una built più recente come la 20273? Mi sembra più veloce e meno pretenziosa in termini di batteria.
Now that's interesting.. do you think to release also in a newer built like 20273? It seems to me to be more fast and power efficient.
Click to expand...
Click to collapse
no mi dispiace non ho in progetto di lavorare con nuove built.
ho provato il porting diamond -> prophet in passato ma senza successo..
devo ricucinare questa rom per aggiustare dei link e includere PDC al today, quindi posso includere qualcos'altro.. idee?
no im sorry i don't plan to work on newer built.
i tried to port diamond->prophet but with no luck..
i'm going to recook this rom because i have to fix some links and include PDC clock, so i can include something else.. ideas?
added link for download
ps. i've sold my prophet, so goodbye prophet section :')
francesco85 said:
added link for download
ps. i've sold my prophet, so goodbye prophet section :')
Click to expand...
Click to collapse
Good luck for you.
All cooker leave Prophet now.
And I will be next.
varanusvincent said:
Good luck for you.
All cooker leave Prophet now.
And I will be next.
Click to expand...
Click to collapse
that is sad...
ehm, the download limit is expired
i've updated the link... 10 people had been downloaded the file before rapidshare deleted it automatically and no comments, no collaboration in providing a mirror... this is sad too..
Mirror on rapidshare.
Francesco85 Italian's ROM for Prophet
varanusvincent said:
Good luck for you.
All cooker leave Prophet now.
And I will be next.
Click to expand...
Click to collapse
Sigh..... in Hong Kong, Prophet is cheap....I may still keep mine for the coming 1 year...
don't leave dear VaranusVincent
edit edit edit edit edit
scusate l ignoranza ma per il codice come si fa ? ciao grazie
Thanks for that Rom!!
I'll give it a try!!
I can't download my mails via IMAP, is this issue only mine?
Non riesco a scaricare le mail mai miei account IMAP, è un problema mio o proprio della ROM?
Enter password :
password per decopressione
Scusa qual'è la passwoed per la decompressione?
è scritta nel primo post
it's written in the first post
please could you help me to upgrade to this rom? i have try to use this guide http://forum.xda-developers.com/showthread.php?t=485293 but i don't know how to make work vistaRUU
GRAZIE MILLE!!!
E' il mio primo upgrade, e la rom va benissimo.....Sembra leggermente più veloce del vecchio WM5 che avevo installato dalla fabbrica.
L'unico piccolissimo problemino è che all'inizio lo schermo è fortemente disallineato, e un newbie potrebbe aver problemi....
Thanks a lot!
Is my first upgrade, the rom is perfect. It seems a little bit faster than old WM5 I had before.
Only a little problem: at the start the screen is not centred perfectly, and it could be a problem for a newbie.
tarantolini said:
GRAZIE MILLE!!!
E' il mio primo upgrade, e la rom va benissimo.....Sembra leggermente più veloce del vecchio WM5 che avevo installato dalla fabbrica.
L'unico piccolissimo problemino è che all'inizio lo schermo è fortemente disallineato, e un newbie potrebbe aver problemi....
Thanks a lot!
Is my first upgrade, the rom is perfect. It seems a little bit faster than old WM5 I had before.
Only a little problem: at the start the screen is not centred perfectly, and it could be a problem for a newbie.
Click to expand...
Click to collapse
Hai provato con IMAP perché a me non scarica e se tu avessi trovato la soluzione sarebbe una gran cosa
Have you tried the IMAP management? It would be ibteresting if you had found out a fix

[ROM] StreakDroid 2.3.3 Italian and INTERNATIONAL **UPDATE 12/10/11 REV.2.1**

Here's to you my 2.3.3 Dell Streak fully Italian translated....
I rebuilt Fards "GS2_3beta2" zip with all the translated apk : Contacts, contacts provider, Phone, Gallery3D, Calendar, Framework-res, Systemui and settings, plus I added "23portrait", ADW, ADWex, LauncherPRO, MIUI Music, 200 dpi default....and more tweaks I found in SD2.3 thread....
if there's another person in the world besides me who needs this file, can PM a download request
EDIT 27-09-11 : REV1 - Removed Hackers Keyboard, CPU Master - ADDED default Italian language, 3G Watchdog, Angel browser, Battery calibration, Cache Cleaner NG, Cxxxxxt Live, ES gestore file, Messaggi.apk in italiano, Miui Music ultima versione, On call end, Quick pic, Real Calc, Skype hacked version, VM heap tool, Tunein radio, Optimized build.prop with 3g improve settings and other tweaks.. -
ADDED MD5 Verify security check (used WINMD5 Freeware) -
I received 12 download request !!! so,
Download link (REV.1) with MD5 bbcabf647796051f3602893aa7310065 :
https://docs.google.com/leaf?id=0BzRB5vMumafCZGI5ZTAwNDEtMzRkNi00ZjlmLThmNzktZmZlYjM4OGYxMjMw&hl=it
EDIT 04-10-11 ore 21.00 : REV2 - Added some memory and dalvik cache tweaks, rom now is completely translated in 38 languages, removed skype, removed quickpic, removed on call end, added not call log (more stable), modified default dpi (now 190), added stk (sim tool kit), added busybox installer, modified default heap size to 48, some changing to framework-res, added streak radio and fm_radio with related libraries
Download link (REV.2) with MD5 bca8e7dd28cb69a8ac4edd6205c076ed :
https://docs.google.com/leaf?id=0BzRB5vMumafCNWVjZjI5NGItZWVlMC00NGJlLTgyNjEtNTY3NDFkNTRlMWI4&hl=it
EDIT 13-10-11 : REV2.1 - FIXED BROWSER ISSUE THAT FREEZE SYSTEM WHEN BROWSING, OPTIMIZATION of dalvik, memory and other tweaks : added or changed some values after lots pf tryies, deleted something else, optimization of "build.prop" and "init.streak.post_boot" files, rom now is more stable, smooth and fast, changed default ringtone and notification sound, removed volume plus, removed morelocale2, removed memory booster apk, removed Angel Browser, removed streak and fm radio, added Market ver.2.x.x and removed "Market updater", added IC Music, added IC sounds and ringtones, added Gallery3D INT by default, modified default heap size to 40, DULCIS IN FUNDO : ADDED customizable "loop tweaks" (thanks to "eoghan2t7"), it works so fine with Streak
Download link (REV. 2.1) with MD5 e46cc0bcbce85543156bc50f92c8dca4 :
https://docs.google.com/leaf?id=0BzRB5vMumafCZjhkYWM2OTktY2VhYS00MGM1LWJjNGMtNWIyMzNjY2UzZmRi&hl=it
EDIT 13/10/11 : This is MY BROWSER FIX for all who downloaded my 2.1 revision between yesterday and this afternoon till 2.00 p.m. (NOTE : If you download now, the actual ROM zip is already updated, DOESN'T NEED BROWSERFIX). Simply flash with streakmod recovery and reboot :
https://docs.google.com/viewer?a=v&...DQtMDkwYi00YzMyLWJiYmUtMmZmYzM2NGZjNDY4&hl=it
EDIT 6/10/11 : This is Original Gingerbread theme only (framework-res, systemui and settings) :
https://docs.google.com/viewer?a=v&...GItOTkzZi00NGJhLTk5MDYtMTNiMGNhM2ZlZTc3&hl=it
EDIT 7/10/11 : This is my Gallery3D FAST LOAD with english language :
https://docs.google.com/viewer?a=v&...jgtMmY5My00ODY4LThmOGQtMmNkZGU5ZDk3YmYz&hl=it
ISTRUZIONI (only in Italian because only italian people may have interest in this rom)... EDIT : NOW WITH ENGLISH TRANSLATIONS..
1- scaricare il file zip (download the zip)
2- scaricare i file amss and dsp1 da qui (download amss and dsp1 files from here) : http://mirror2.streakdroid.com/sd23_amss_dsp1.zip
3- entrare in streakmod recovery (0.3.2.7+) (run streakmod recovery 0.3.2.7+)
4- eseguire un nandroid backup dell'attuale rom (make a nandroid backup)
5- flashare il file zip (flash the zip file)
6- reboot
7- entrare in fastboot mode (go to fastboot mode)
8- flashare amss e dsp1 (punto 2) con fastboot (non chiedere come perchè qui su XDA si incazzano facilmente.. ) p.s. : questo passo può essere evitato da chi lo ha già fatto in precedenza (flash amss and dsp1 with fastboot, don't ask how because XDA moderators get angry easily..). p.s. : (not necessary if you have already flashed these files)
9- comando reboot di fastboot (make a fastboot reboot)
10- entrare di nuovo SUBITO in recovery fermandosi al menu' con le 4 scelte, scegliere la prima (FACTORY RESET) (keep attention, press vol+ and vol- keys as soon as you see logo DELL, then choose option 1 FACTORY RESET)
11- avviare lo Streak, scegliere preferibilmente ADW come scelta predefinita di launcher, l'altro l'ho messo per "sicurezza" (boot the system, choose preferably ADW, the other one is there only for security reasons)
12- la ROM è di default in ITALIANO, per cambiare la lingua basta andare nelle impostazioni - (Rom is default in ITALIAN, if you want to change language, go to settings)
13- NON ESEGUIRE ASSOLUTAMENTE RESTORE DI APPLICAZIONI O IMPOSTAZIONI DA TITANIUM O ALTRE UTILITY SIMILI, INSTALLARE LE PROPRIE APP PREFERITE SOLO DAL MARKET (DON'T USE TITANIUM BACKUP OR OTHER BACKUP APPLICATIONS TO RESTORE PREVIOUS APPLICATION OR SETTINGS, INSTALL YOUR OWNS ONLY FROM MARKET)
14- Enjoy Gingerbread in Italiano o nella tua lingua (enjoy Gingerbread in Italian or in your language)
15- MOST IMPORTANT : Press Thanks Button (MOST IMPORTANT : Press Thanks Button ...)
VERY IMPORTANT NOTES (from rev.1 to rev.2 ONLY) :
16- CONSIGLIO CALDAMENTE A TUTTI DI UTILIZZARE "ANGEL BROWSER", già preinstallato, è il browser + stabile per questa versione di ROM, INOLTRE CONSIGLIO DI SCARICARE SEMPRE DAL MARKET ADOBE FLASH PLAYER 11, MIGLIORA NOTEVOLMENTE LA STABILITÀ DI NAVIGAZIONE..(I suggest to use "Angel Browser", default installed, best and stable browser I tryied with this ROM version, and install "adobe flash player 11" from market, improves browsing stability)
17- Consiglio a tutti di "freezare" il market updater e di disinstallare gli aggiornamenti del market da "impostazioni\applicazioni", in modo da ritornare alla versione 2.xx. Il market 3.xx ha problemi di "compatibilità" se imposti risoluzioni più alte di quelle default e non fà installare tutte le proprie applicazioni....(I suggest to freeze market updater and uninstall market 3.xx update from \settings\applications, because new version is not totally compatible with higher dpi and not allow to install all your applications")
VERY IMPORTANT NOTES (rev. 2.1 ONLY) :
18- CONSIGLIO CALDAMENTE A TUTTI DI UTILIZZARE "DOLPHIN HD", già preinstallato, è il browser + stabile per questa versione di ROM, INOLTRE CONSIGLIO DI SCARICARE SEMPRE DAL MARKET ADOBE FLASH PLAYER 11, MIGLIORA NOTEVOLMENTE LA STABILITÀ DI NAVIGAZIONE..(I suggest to use "Dolphin HD", default installed, best and stable browser I tryied with this ROM version, and install "adobe flash player 11" from market, improves browsing stability)
19- Ho aggiunto uno script nella directory "system\etc\init.d", che permette di velocizzare notevolmente i tempi di risposta con le app più utilizzate dalla Rom (ad esempio il Launcher). Di default ho inserito solamente le apk di utilizzo "scontato", è possibile però personalizzare la lista delle app a proprio piacimento editando il suddetto file, sostituendo o aggiungendo fra le "" i nomi dei servizi delle app che vogliamo andare ad inserire. Lo script da editare con "root explorer" si chiama "97personalize_tweak". I nomi dei servizi li trovate nella directory "data\data". Lo script può essere editato tranquillamente dopo avere reinstallato la rom e tutte le vostre applicazioni. Per maggiori info vedi http://forum.xda-developers.com/showthread.php?t=1205744(I added a script in "system\etc\init.d" directory, it's able to speed up response times with the most used app of the Rom (eg the Launcher). By default I inserted only the "obvious" apks, but you can customize the list of the app to your liking by editing this file, replacing or adding in to the "" the names of the services of the app that you want to insert. The script to be edited with "root explorer" is called "97personalize_tweak". You can find the name of the services in "data\data" directory. Script can be edited easily after you have reinstalled the ROM and all your applications. For more info see http://forum.xda-developers.com/showthread.php?t=1205744 )
VERY IMPORTANT NOTES (all versions) :
20- Consiglio di modificare la scelta delle animazioni da visualizzare in "nessuna animazione" da impostazioni\display\animazione, sembra che influisca positivamente su alcuni impuntamenti che, anche se raramente, mi dicono che a volte capitano....(verify that "display animation settings" is on "no windows animation are shown")
21- Per cambiare il "Timezone", cambiare prima la lingua della ROM in inglese (UK), successivamente cambiare il proprio fuso orario, infine reimpostare la lingua desiderata ..(To change "Timezone", please change first language to "English/UK", then set your "timezone", then rechange language with your favorite)
22- Dopo qualche minuto di uso, Superuser notificherà un aggiornamento, eseguirlo quanto prima. Se ciò non succedesse, fare l'aggiornamento direttamente dal market(After few minutes of use, Superuser will notify an update, please do it as soon as possible. If this does not happen, do the update directly from the market )
POINT "10" MOST IMPORTANT, DO A FACTORY RESET
POINT "10" MOST IMPORTANT, DO A FACTORY RESET
POINT "10" MOST IMPORTANT, DO A FACTORY RESET
POINT "10" MOST IMPORTANT, DO A FACTORY RESET
POINT "10" MOST IMPORTANT, DO A FACTORY RESET
POINT "10" MOST IMPORTANT, DO A FACTORY RESET
POINT "10" MOST IMPORTANT, DO A FACTORY RESET
EDIT
FORGOT :
Thanks to "fards" who creating the rom
Thanks to "his east friend" who build the kernel
Thanks to "nickshertzer" for all pngs of "settings.apk"
Thanks to "_n0p_ " for some files I used from his NEXUS S sharing
Thanks to "nibras_reeza" for his tweaks
These are some screenshots :
Great job
Hello Maxi, I can't see the button "Thank" (maybe if I write some post will see it )
You say you don't use Titanium and others, is it possible to add my apps (.apk) directly into the "app folder" of your Rom?
Some Android users say it works good
I'm relatively newbie on android...
Thank again and sorry my English...
Now I see the button...
azzurro said:
Hello Maxi, I can't see the button "Thank" (maybe if
You say you don't use Titanium and others, is it possible to add my apps (.apk) directly into the "app folder" of your Rom?
Some Android users say it works good
...
Click to expand...
Click to collapse
You can, but only for a few list of apps and preferably apps that you always use, otherwise the risk is unnecessarily eat internal storage of the device...
P.s. : ma perchè non si parla italiano...
I like the settings apk ic_settings_*.pngs
I just wish I would have take a little more time color matching sound and display had I known anyone would want to use it. Oh well.
hey maxi great job!
crashDebug said:
hey maxi great job!
Click to expand...
Click to collapse
Ciao
Grazie per la tua splendida rom
Mi piace molto il tuo orologio sullo screen cosi' come il tema usato.... dove li posso trovare??
nickshertzer said:
I like the settings apk ic_settings_*.pngs
I just wish I would have take a little more time color matching sound and display had I known anyone would want to use it. Oh well.
Click to expand...
Click to collapse
Added "EDIT" in first post...excuse me and thanks..
LAZIA115 said:
Ciao
Grazie per la tua splendida rom
Mi piace molto il tuo orologio sullo screen cosi' come il tema usato.... dove li posso trovare??
Click to expand...
Click to collapse
L'orologio è il widget 4x4 di "Go weather", scaricabile gratuitamente dal market, il tema di base è "Stickers album" di ADWEX, scaricabile sempre gratuitamente...
Ciao,
anche l'app di sistema "News e Weather" è tradotta? Anzi (per meglio dire) le news provengono da fonti italiane?
Grazie per l'ottimo lavoro.
Ciao,
I see, I have to learn italian
ciayko said:
Ciao,
anche l'app di sistema "News e Weather" è tradotta? Anzi (per meglio dire) le news provengono da fonti italiane?
Grazie per l'ottimo lavoro.
Click to expand...
Click to collapse
Si, anche "news and weather" e' in italiano...
maxicet,
Why not create a folder in the values​​-it in framework-res.apk and replaced the file in the values ​​? It did not work so ?
Sempre grazie per il tuo lavoro... un'altra rom spettacolare
Ho un problema con skype.... mi chiede di reinstallare tutto... soluzioni???
LAZIA115 said:
Sempre grazie per il tuo lavoro... un'altra rom spettacolare
Ho un problema con skype.... mi chiede di reinstallare tutto... soluzioni???
Click to expand...
Click to collapse
Ho visto, cmq risolvi in questo modo :
1 - vai in gestione applicazioni e forza l'arresto di skype
2- usa un programma tipo "root explorer" e vai in "system\app", quindi cancella l'applicazione com.skype.raider (non sò se il nome è precisamente quello, cmq la riconosci dal logo)
3- riavvia e reinstalla skype dal market
A quanto pare è una delle apllicazioni che se inserite direttamente nella rom come app di sistema dà problemi (vedi anche quickpic)
zander42 said:
maxicet,
Why not create a folder in the values​​-it in framework-res.apk and replaced the file in the values ​​? It did not work so ?
Click to expand...
Click to collapse
You have two ways :
1 - Replace the file "strings.xml" in "values" folder with the one translated
2 - add another folder in "res", with the name of your language (es. "values.it" or "values.de") and copy in this folder the file "strings.xml" translated. Only in this case, you don't need modification to the file "strings.xml" in "values" folder (you can leave it in English)
come al solito risolto in un attimo...
a gennaio prendiamo il note???
LAZIA115 said:
come al solito risolto in un attimo...
a gennaio prendiamo il note???
Click to expand...
Click to collapse
Speriamo anche prima...
maxicet said:
You have two ways :
1 - Replace the file "strings.xml" in "values" folder with the one translated
2 - add another folder in "res", with the name of your language (es. "values.it" or "values.de") and copy in this folder the file "strings.xml" translated. Only in this case, you don't need modification to the file "strings.xml" in "values" folder (you can leave it in English)
Click to expand...
Click to collapse
I know it. In the Russian translation when you add a folder values-ru it works but there is an error: The sudden stopping of the application status bar. With all the system applications normally.This met for the first time.
zander42 said:
I know it. In the Russian translation when you add a folder values-ru it works but there is an error: The sudden stopping of the application status bar. With all the system applications normally.This met for the first time.
Click to expand...
Click to collapse
Does recompiling command gives you any errors ?
No errors. When you turn on the Russian language on the phone this error. If the localization of strings.xml that there are no errors and everything works.

Adb Rapid Tool

Questo è un semplice programma che ho realizzato in origine per un tablet con il touchscreen rotto che non ha nessuna intenzione di collaborare accettando una tastiera esterna o un mouse (il tablet è un i-inn pro 7 di un amico col touch demolito...e anche il resto delle plastiche...ho solo la scheda e lcd...ma buttarlo mi scocciava e sto tentando di fargli funzionare le usb decentemente)
richiesto debug usb attivo
funzioni:
riavvia
sblocca schermo
tasto esc
tasti direzionali
tasto home
tasto menu
tasti volume
avvio rapido cmd + adb
testato solo su win 7 64 bit, ma dovrebbe andare anche sul 32 bit senza problemi
scusate la traduzione con google, se volete altri comandi e mi inviate lo "script adb" posso aggiungerli
(se mi potete dare suggerimenti per riuscire a far accettare a quel rottame una tastiera usb mi fate un favore)
This is a simple program that I made originally for a tablet with touchscreen broke that he has no intention to cooperate by accepting an external keyboard or a mouse (the tablet is an i-inn pro 7 with the touch of a friend demolished ... and the rest of the plastic ... I only have the card and lcd ... but throw me annoyed and I'm trying to get him to run the usb decently)
required usb debug active
functions:
restart
unlock screen
esc key
keys
home button
menu button
volume keys
Quick Start cmd + adb
tested only on win 7 64 bit, but it should also go without problems on 32-bit
sorry for the translation with google, if you want other commands and send me the "script adb" I can add
(if I can make suggestions to be able to push forward at that wreck a usb keyboard do me a favor)
:highfive:
Download Link: Adb Rapid
UPDATED LINK
video: video
ops
English
ops the tablet is dead ... but what a pity .. ah ah XD so it was already from the bin ... the chip that handles USB smoked black ... not exactly the best ... at least the lithium battery is still good .. it will be useful for other things ...
however if you have any requests to add shortcuts or if you have custom scripts that you would like the program, do not hesitate to let me know and I will where possible to accommodate you
Italiano
ops il tablet è morto...ma che peccato..ah ah XD tanto era gia da bidone...il chip che gestisce le usb ha fumato nero...non è proprio il massimo...almeno la batteria al litio è ancora buona..sarà utile per altre cose...
comunque se avete richieste per aggiungere dei comandi rapidi o se avete script personalizzati che vorreste nel programma, non esitate ad avvisarmi e provvederò nel possibile ad accontentarvi
Thanks for the application! It seems very useful!
It may even be great for pranking people who use your computer for charging their phones, while they use it!
-------------Google Translate English -> Italian-----(I do not know Italian, so I hope Google Translate isn't messing with me here....)---------
Grazie per il programma! Mi sembra molto utile!
Può anche essere grande per scherzi persone che utilizzano il computer per la ricarica i loro telefoni, mentre lo usano!
---------------------------------------------------------------------------
If anyone speaks Italian and it just so happens that Google Translate did pull a trick on me i.e., The above translation doesn't translate to what I meant in English (or worse, it means worse), then let me know that... I do not want to offend anyone with the translation
what you could also do to control your phone when screen is broken:
Install Android VNC server from ADB
Take over the screen via VNC on your PC
Control it
But I must admit, you really did a good job on this.
I do not know if many people will use this, but congratulations on your tool.
Respect!
Any chance to get for Linux too? That will be really great .
If I'm right, this is a compiled script (am I right?)
Compile it under Linux (or let me do that for you ) and you'll have a Linux version too
Maybe, but to do this I need sources of it, and the are unfortunately not posted here.
dragonnn said:
Maybe, but to do this I need sources of it, and the are unfortunately not posted here.
Click to expand...
Click to collapse
Haha, I know xD
My post was actually @OP
And we COULD decompile it, but nah, that's too much effort xD
It would be great if the OP posted a video demo of this in action..Please do if you have time.
Ooops my bad he does have a video..Great work!!!
Thanks for this !!!
My busted digitizer Nexus 7 now has working Bluetooth mouse!
thanks!
Ragazzi scusate il ritardo per una risposta, ma non pensavo fosse stato preso in considerazione questio piccolo tool, al momento non ho modo di scrivere una versione per linux perchè non sono capace, magari mi leggo qualcosa a riguardo, non so se con "wine" è possibile utilizzarlo emulando un piccolo win xp magari su cui farlo girare, vi ringrazio tutti per l'apprezzamento.
Ho in mente di rilasciare alcuni aggiornamenti con altre funzionalità appena ho più tempo libero!
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Guys sorry for the delay for an answer, but I did not think it was considered small questionnaire tool, currently I have no way to write a linux version because I can not, maybe I read something about it, I do not know if by "wine" you can use a small emulating win xp maybe on which to run it, I thank you all for the appreciation.
I plan to release some updates with more features as soon as I have more free time!
UPDATE
Per festeggiare il mio primo articolo ufficiale su XDA, ho aggiornato subito questo piccolo tool, a discapito delle mie ore di sonno, ma sono molto felice lo stesso!
novità:
Power Key (pulsante accensione schermo)
Media Previous
Media Next
Media Pause
Media Play
Setting
Search
Short Qwerty
3D Mode Key
Enter Button
Print Screen
Alcuni pulsanti su alcuni apparecchi android potrebbero non funzionare, dipende dalle configurazione software/hardware
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
To celebrate my first official article on XDA, I just updated this little tool, to the detriment of my hours of sleep, but I'm very happy all the same!
news:
Power Key (power button screen)
Previous Media
Next Media
Media Pause
Media Play
setting
Search
Short Qwerty
3D Mode Key
enter Button
Print Screen
Some buttons on some Android devices may not work, depending on configuration software / hardware
translated with google translator ... as always
UPDATE v1.2
Prima di tutto vi ringrazio di nuovo ^_^ e ringrazio XDA per l'articolo!
E' stata una bellissima notizia vedere un articolo sul un mio piccolo tool!
Ho rinunciato ha un paio di orette di sonno, ma ho aggiornato il programma:
Ultime modifiche:
*BETA*
Install APK
Push File to SDCARD
Push File "HERE" (Link personalizzato)
[Non mi assumo responsabilità per danni arrecati a nessun apparecchio connesso durante l'utilizzo di questo software, tantomeno danni riportati a seguire]
Corretto messaggio di errore alla chiusura
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
First of all, thank you again ^ _ ^ and thank XDA for the article!
E 'was great news to see an article on my little tool!
I gave it a couple of hours of sleep, but I've updated the program:
Recent changes:
* BETA *
install APK
Push file to SDCARD
Push File "HERE" (Custom Link)
[I do not assume liability for damage caused to any device connected while using this software, nor damage done to follow]
Fixed error message at the end
Link: Download
bug fix load file
fixed problem with load file, and push file
Sources?
Hi,
I have a broken screen razr, I'm able to see the screen through ddms, however I plan tu use you program to unlock the screen, install a VNC server (the screen works but I can't slide, just "touch") and backup all my information, however I don't have a windows machine available y any chance do you chave the adb commands or something I could use?
using adb (with enabled debugging) is possibile
Sent from my LG-SU760 using xda app-developers app
unrealmanu said:
fixed problem with load file, and push file
Click to expand...
Click to collapse
it's possible to add the BACK key?
for my device it's impossible to back window
thx,
Hunter
I like this tool, can be very helpfull in some situations. Does anyone know an aplication witch let me see the phone screen on desktop in real time?
Ciao a tutti,
con i sistemi Android si possono creare ottimi programmini che possono aiutare a semplificare alcune azioni che vengono spesso eseguite.
Il futuro è quello di creare sempre più applicazioni "user friendly".
Saluti a tutti.
__________________
Cerchi una web agency reggio emilia ? ghisirds.com
useful tool but dead link
Hi guys, this app look very useful, and more because i have a android device with a broken screen, but the link given is dead, someone who still have this app may upload it again?
Very important suggestion: DONT USE ATTACHMENTS.

urgently need help with ingenious

sorry English translator
But I have a problem I can not solve
I'm editing the original rom gtablet your Italian because those are not the 512mb 3g and gps
some works everything but the gsensor not be
on the original everything even gsensor
I come to the
I installed market via file:
Gmail.apk
GoogleServicesFramework.apk
Maps.apk
OneTimeInitializer.apk
SetupWizard.apk
Talk.apk
Vending.apk
Finally, the build
only that the market did not give me the programs, very few.
I HAVE NOTICED THAT'S A PROBLEM COPY PASTE PERMITS AND OWNERS.
changing as the others in the same folder I was able to enable all market.
Inglese
The problem is some games still will not install.
Perhaps only the games where they go on sd ..
I still have problems on the owner and permissions perhaps related to the permissions and owner of the sd just maybe ...
someone who has everything running at 100% of the market, could postarmi values ​​of the modified files over ....
It takes a little with root explore just check
at least this GoogleServicesFramework.apk, this Vending.apk, and build this
that is, if you give me the same permissions and owners ..
I hope that you understand the written
thanks
Italiano
scusate traduttore inglese
Ma ho un problema che non riesco a risolvere
sto modificando la rom originale gtablet italiano perche quelle vostre hanno 512mb non il 3g e non gps
qualcuna funziona tutto ma il gsensor non va
su quella originale va tutto anche gsensor
vengo al dunque
ho installato market tramite file:
Gmail.apk
GoogleServicesFramework.apk
Maps.apk
OneTimeInitializer.apk
SetupWizard.apk
Talk.apk
Vending.apk
infine il build
solo che il market non mi dava i programmi, pochissimi.
HO NOTATO CHE è UN PROBLEMA COPIA INCOLLA AUTORIZZAZIONI E PROPRIETARI.
modificando come gli altri nella cartella stessa sono riuscito ad abilitare tutto il market.
Il problema è qualche gioco ancora non si installa.
Forse solo i giochi dove vanno sulla sd..
devo avere ancora problemi su proprietario e autorizzazioni forse legati alle autorizzazioni e proprietario forse dell sd proprio...
qualcuno che ha tutto funzionante al 100% del market, potrebbe postarmi i valori dei file modificati sopra....
Ci vuole poco con root explore basta verificare
almeno questo GoogleServicesFramework.apk , questo Vending.apk, e questo build
cioè se mi date le stesse autorizzazioni e proprietari..
Spero che si capisce il scritto
grazie
if it's not clear, I would like to know:
Gmail.apk AUTHORIZATIONS is OWNER
GoogleServicesFramework.apk AUTHORIZATIONS is OWNER
Maps.apk AUTHORIZATIONS is OWNER
OneTimeInitializer.apk AUTHORIZATIONS is OWNER
SetupWizard.apk AUTHORIZATIONS is OWNER
Talk.apk AUTHORIZATIONS is OWNER
Vending.apk[/B AUTHORISATION OWNER
build AUTHORISATION OWNER

collaborazione multi schermo e huawei share

salve
osservando i pc matebook con le applicazioni "collaboration multi screen e huawei share", un qualche genio copione che riuscirebbe a realizzare delle figate del genere, adattati a tutti (o quasi) i pc portatili con windows e magari funzionanti con tutti gli smartphone android, non si riesce a trovare?
ma che tecnologia viene usata per queste applicazioni? : o: o
hi observing the matebook pc with the applications "collaboration multi screen and huawei share", some genius script that would be able to make such cool things, adapted to all (or almost) the portable pc with windows and maybe working with all android smartphones , you can't find it?
but what technology is used for these applications?
Can you try to better describe what you're asking?
XDARoni said:
Can you try to better describe what you're asking?
Click to expand...
Click to collapse
l'applicazione dei matebook "collaborazione multi schermo" si potrebbe realizzare per altri pc windows??

Categories

Resources