[DEV][APP] open Launcher2_QHD UPDATE 2-9-12 - Atrix 4G Android Development

hey everyone.
I worked all night last night to bring this to you.
I am a lover of stock android so i ported the stock 3D launcher over to the atrix with QHD support. best of all, Its OPEN SOURCE!
Some of you may know that this has been done before. I did it so it could be open for everyone, and I documented the process.
PLEASE FEEL FREE TO USE THIS IN YOUR ROM.
it can be implemented in a source built rom or via apk paste
(just give proper credits)
GINGERBREAD ONLY
this needs to be installed in
/system/app
Click to expand...
Click to collapse
apk is in the xda link at the bottom
you also should
chmod 644 Launcher2.apk
Click to expand...
Click to collapse
either through root explorer or via adb
there are more detailed instructions over on the guide listed below
if you would like to port it to another device with another screen size or resolution see my guide here:
http://forum.xda-developers.com/showthread.php?t=1482634
--UPDATE--
Fixed texture tearing - source updated and apk uploaded
source:
https://github.com/gh123man/Launcher2_QHD
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Had used similar launcher that Dorian included in Redpill. I like this -- clean and minimalist.
Thank you for including easily accessible source and a guide for folks.
Sent from my MB860 using xda premium

Not to criticize or anything but are the icons not utilizing qHD pixels? the screenshot shows the icons and the texts distorted somehow.

force close [not worked even once ]
need it to work
CM7 latest weekly and i am currently using ADW launcher.

morrislee said:
Not to criticize or anything but are the icons not utilizing qHD pixels? the screenshot shows the icons and the texts distorted somehow.
Click to expand...
Click to collapse
as stated in the op im still working on getting the texture tearing fixed. try it on your device. its almost unnoticeable. the screenshot brings it out.
xateeq said:
force close [not worked even once ]
need it to work
CM7 latest weekly and i am currently using ADW launcher.
Click to expand...
Click to collapse
hmmm... did you make sure to set the correct permissions? either through adb/terminal or through root explorer?

oh sorry sorry, i just installed the APK like a normal APK didn't moved it unisng rootexplorer or ADB push.
My Bad

xateeq said:
oh sorry sorry, i just installed the APK like a normal APK didn't moved it unisng rootexplorer or ADB push.
My Bad
Click to expand...
Click to collapse
its all good we all do it

gh123man said:
as stated in the op im still working on getting the texture tearing fixed. try it on your device. its almost unnoticeable. the screenshot brings it out.
hmmm... did you make sure to set the correct permissions? either through adb/terminal or through root explorer?
Click to expand...
Click to collapse
Sorry! didnt see that part in OP

morrislee said:
Sorry! didnt see that part in OP
Click to expand...
Click to collapse
Its all good

gh123man said:
as stated in the op im still working on getting the texture tearing fixed. try it on your device. its almost unnoticeable. the screenshot brings it out.
hmmm... did you make sure to set the correct permissions? either through adb/terminal or through root explorer?
Click to expand...
Click to collapse
Would you mind posting/quoting the right permissions in this thread? Looking through those directions on a phone is difficult
Sent from my MB860 using xda premium

slojko said:
Would you mind posting/quoting the right permissions in this thread? Looking through those directions on a phone is difficult
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
chmod 644 Launcher2.apk
Click to expand...
Click to collapse
its in the OP
or in root explorer
read: owner group others
write: owner
Click to expand...
Click to collapse

I have a question, when i copy it (via root explorer) does it show up as a stand alone launcher like adw or does it replace some builtin cm7 launcher.

xateeq said:
I have a question, when i copy it (via root explorer) does it show up as a stand alone launcher like adw or does it replace some builtin cm7 launcher.
Click to expand...
Click to collapse
adw is cm7's built in launcher so if you drag launcher 2 into a stock cm7 rom it will replace nothing

slojko said:
Would you mind posting/quoting the right permissions in this thread? Looking through those directions on a phone is difficult
Sent from my MB860 using xda premium
Click to expand...
Click to collapse
644??? /10char

morrislee said:
644??? /10char
Click to expand...
Click to collapse
yes. if you cd into
/system/app
Click to expand...
Click to collapse
type
chmod 644 Launcher2.apk
Click to expand...
Click to collapse
to set the permissions.

morrislee said:
644??? /10char
Click to expand...
Click to collapse
User - r = 400 w = 200 x = 100
Group - r = 40 w = 20 x = 10
Other - r = 4 w = 2 x = 1
Chmod 644 = User (400 + 200) Group (40) Other (4) = 644
So, this is how you get "-rw-r--r--"

I don't have enough memory in app folder to paste the launcher, is it normal?

thomorph said:
I don't have enough memory in app folder to paste the launcher, is it normal?
Click to expand...
Click to collapse
What method are you using to push it over? Adb? Root explorer? Try another method. Also what rom are you running?

using root explorer say me (if I remember good) ~3MB free of 350MB
BUt my internal memory have enough free space
My rom is the bell rom 2.3.4

thomorph said:
using root explorer say me (if I remember good) ~3MB free of 350MB
BUt my internal memory have enough free space
My rom is the bell rom 2.3.4
Click to expand...
Click to collapse
hm... its possible the manufacture limited the size to exactly what they needed to put it. Im not entirety sure... first thing i would do is try a different method to push it over. try adb.

Related

[Updated 7/13/2010] DroidX keyboard - Eris xtrROM theme

All-
Attached is a version of the new DroidX Multitouch keyboard that I have themed for my new release of xtrROM. I am not a fan of white or red and I like the raised key look screen shots below.
7/13/2010 - Updated new file that has a fix for the missing "<" key under ALT. Also fixed the long press on the "(" key. Please let me know if it works
A few notes:
includes fix for the dark keypad number for when you are in a number only field such as blue tooth.
vibrate on keypress has been fixed for Eris (not sure how it will feel on other platforms)
fixed the display of the "&" from "&;amp;" in alt mode
if you long press the "?123" key it brings up keyboard settings
voice to text support works well
[Edit per thenestor]
If you're using a ROM that already has a stock Android keyboard, you have to rename this "LatinIME.apk" and push it to /system/app, overwriting the vanilla keyboard (it uses the same package name: com.android.inputmethod.latinime). If you're using a Sense-based ROM, you can install it like any old APK.
This "should" work across phone platforms and on nonrooted phones however I have not tested.
This is my first themed app so let me know if it works and enjoy!
CREDITS to thenestor for helping me find the keyboard and which libs to use and unknown for the initial pull from the DroidX
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
What are the prerequisites for installing this o seem to get this to work...the only thing that works for me is the flashable update on. The other thread
Sent from my Eris using XDA App
DS36 said:
What are the prerequisites for installing this o seem to get this to work...the only thing that works for me is the flashable update on. The other thread
Sent from my Eris using XDA App
Click to expand...
Click to collapse
If you're using a ROM that already has a stock Android keyboard, you have to rename this "LatinIME.apk" and push it to /system/app, overwriting the vanilla keyboard (it uses the same package name: com.android.inputmethod.latinime). If you're using a Sense-based ROM, you can install it like any old APK.
Thanks, zach.xtr! This is really cool.
will this work on CM roms?
cornbreadfarts said:
will this work on CM roms?
Click to expand...
Click to collapse
It worked on Cyanogen ELB.
Works on non-rooted RUU, looks sexy too!
thenestor said:
If you're using a ROM that already has a stock Android keyboard, you have to rename this "LatinIME.apk" and push it to /system/app, overwriting the vanilla keyboard (it uses the same package name: com.android.inputmethod.latinime). If you're using a Sense-based ROM, you can install it like any old APK.
Thanks, zach.xtr! This is really cool.
Click to expand...
Click to collapse
I am using zach.xtr's ROM and I tried pushing this (without renaming) and I cannot seem to get it to take. I didn't rename because I don't think zach.xtr's ROM uses the standard keyboard. Can you point me in the right direction? Thanks in advance.
Cary
thenestor said:
Thanks, zach.xtr! This is really cool.
Click to expand...
Click to collapse
I second this. Nice work dude.
caleris said:
I am using zach.xtr's ROM and I tried pushing this (without renaming) and I cannot seem to get it to take. I didn't rename because I don't think zach.xtr's ROM uses the standard keyboard. Can you point me in the right direction? Thanks in advance.
Cary
Click to expand...
Click to collapse
Just to make sure, did you long press in an input field after pushing the file and select the Multitouch keyboard sounding option?
zach.xtr said:
Just to make sure, did you long press in an input field after pushing the file and select the Multitouch keyboard sounding option?
Click to expand...
Click to collapse
Yes I did. And what I got was a message popup about the multi-touch getting a FC.
Cary
Updated .apk with dark keypad fix
I have updated the .apk on the OP with one that has a fix for the dark keypad number for when you are in a number only field such as blue tooth...
New version doesn't install.
Application Not Installed
So far this is pretty cool, i like the new look and the predictive texting seems to work better than vanilla.
Nikolai2.1 said:
New version doesn't install.
Application Not Installed
Click to expand...
Click to collapse
Sounds like you are trying yo install via an app manager, you probably need to push like the OP states ..... I had to because the ROM I am using had the Vanilla Keyboard already installed
Im using sense and im not rooted. I installed the original white one using adb push and the original black one from this post but this new version fails
Nikolai2.1 said:
Im using sense and im not rooted. I installed the original white one using adb push and the original black one from this post but this new version fails
Click to expand...
Click to collapse
Sounds like you may need to rename this one to be exactly the name of the prior .apk that you pushed so that it overwrites the previous file... or you can remove the old one first and then push the new.
zach.xtr said:
Sounds like you may need to rename this one to be exactly the name of the prior .apk that you pushed so that it overwrites the previous file... or you can remove the old one first and then push the new.
Click to expand...
Click to collapse
Lol that's what I did. I erased it then installed it. No luck.
Nikolai2.1 said:
Lol that's what I did. I erased it then installed it. No luck.
Click to expand...
Click to collapse
Hum... i am at a loss then anyone else having issues?
Oh what ROM are you on?
Sent from my Eris using XDA App
zach.xtr said:
Hum... i am at a loss then anyone else having issues?
Oh what ROM are you on?
Sent from my Eris using XDA App
Click to expand...
Click to collapse
I'm just on stock. I haven't rooted.
Does anyone know the push command?
I'm not sure if I'm doing it right.
adb push LatinIME.apk /system/app/
?
EDIT: Oh nevermind. It's right as long as you have the apk in the /tools directory

Possible to port "Super Circle Battery" ?

Hello.
Is it possible to port this Mod: http://forum.xda-developers.com/showthread.php?t=724778 to our Hero?
'Cause than there isnt a need to install 3rd party apps (akku or battery).
I hope u can help me.
Best regards.
Try this its on the front page of the android themes section. Its a theme convertor and should port it for you
i tried this method and got in a bootloop, luckely i made a nadroid backup
will try with some other frameworks which are posted in that thread
Yeah i also tried it and get in a bootloop. I hope somebody get it working.
Sent from my Hero using XDA App
If you post your ROM I might be able to get it working, otherwise I could try making it a metamorph, shouldn't be too hard.
Just don't expect wonders, mkay?
Summered said:
If you post your ROM I might be able to get it working, otherwise I could try making it a metamorph, shouldn't be too hard.
Just don't expect wonders, mkay?
Click to expand...
Click to collapse
Hey do you think you can make it for this? Please and Thank you very much
MentalDeath said:
Hey do you think you can make it for this? Please and Thank you very much
Click to expand...
Click to collapse
I'll be back in a few hours, and see what I can do then.
Hey, I did a dirty fix til I've fully understood how Metamorph works
As always, nandroid/bart backup and then you can do 1 of two things.
1. If you've got ADB set up, fire up cmd (win+r cmd) and write:
Code:
cd \
adb remount
adb push framework-res.apk system/framework/
adb reboot
Make sure your framework-res.apk is positioned in C:\ or whatever the main drive letter.
2. Put the .apk on your sdcard and open up your favorite file explorer, copy it, navigate to root and then to system/framework. Paste it and reboot.
Good luck
PM or quote me if you stumble upon any errors.
EDIT: Ow, the color of the text that represents the percent is black and therefore blends in with the background. I'll see if I can find one with white text.
EDIT2: Fix'd. The new one should work, but as always be sure to nandroid just in case
Summered said:
Hey, I did a dirty fix til I've fully understood how Metamorph works
As always, nandroid/bart backup and then you can do 1 of two things.
1. If you've got ADB set up, fire up cmd (win+r cmd) and write:
Code:
cd \
adb remount
adb push framework-res.apk system/framework/
adb reboot
Make sure your framework-res.apk is positioned in C:\ or whatever the main drive letter.
2. Put the .apk on your sdcard and open up your favorite file explorer, copy it, navigate to root and then to system/framework. Paste it and reboot.
Good luck
PM or quote me if you stumble upon any errors.
EDIT: Ow, the color of the text that represents the percent is black and therefore blends in with the background. I'll see if I can find one with white text.
EDIT2: Fix'd. The new one should work, but as always be sure to nandroid just in case
Click to expand...
Click to collapse
What rom is this made for?
tristan202 said:
What rom is this made for?
Click to expand...
Click to collapse
Cronos, follow the link...
@Summered:
Is it possible that u make an update.zip with this?
Thanks for the work!
lynx2k50 said:
Cronos, follow the link...
@Summered:
Is it possible that u make an update.zip with this?
Thanks for the work!
Click to expand...
Click to collapse
CronosDroid 2.1.1 indeed.
Yeah, I'll give it a try
EDIT: Here's an update.zip for Cronosdroid 2.1.1. Enjoy!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Yeah man!!!!! Thank you!!!!!!!!!!!!!!!!!!!!!!
Okay mate, everything is working fantastic but the app: Batteryreminder shows me that i have 84% left. Your new battery mod shows me only 80%. Only in 10% steps?
Fantastic work.
Okay down to 74 with batteryreminser. Ur mod tells me still 80....
Also one question, can u port the desire lockscreen to cronos ?
Sent from my Hero using XDA App
Summered said:
CronosDroid 2.1.1 indeed.
Yeah, I'll give it a try
EDIT: Here's an update.zip for Cronosdroid 2.1.1. Enjoy!
Click to expand...
Click to collapse
Nice just downloading Cronos now have to stick this on after.
Ps : Helps if i download it , lol
thanks
10char
lynx2k50 said:
Okay mate, everything is working fantastic but the app: Batteryreminder shows me that i have 84% left. Your new battery mod shows me only 80%. Only in 10% steps?
Fantastic work.
Click to expand...
Click to collapse
lynx2k50 said:
Okay down to 74 with batteryreminser. Ur mod tells me still 80....
Also one question, can u port the desire lockscreen to cronos ?
Sent from my Hero using XDA App
Click to expand...
Click to collapse
I'm getting the same problem, I'll see if it's something related to the apk
I won't be able to do a port but I'm sure I've seen it be done for the hero, so I could try digging it up.
EDIT: It could be some kind of limitation in the kernel only allowing the battery to go in increments of 20 %. If anyone got a solution I'd be glad to hear it.
Here's the Desire Lockscreen (confirmed to work on CronosDroid 2.1.1) http://forum.xda-developers.com/showpost.php?p=6806909&postcount=25
Thanks for reply.
It would be fantastic to see a full working mod.
But no need to rush, thanks for the lockscreen and the port.
lynx2k50 said:
Thanks for reply.
It would be fantastic to see a full working mod.
But no need to rush, thanks for the lockscreen and the port.
Click to expand...
Click to collapse
This is beyond me, but I'll see if I can find out an answer either by googling or through asking.
I'll return to this thread as soon as I got a working solution
Thanks mate.
BTW the desire lockscreen is working fine

NEW 12/03/10 Themed Acer Liquid's Breeze Launcher & NemoPlayer(Clear Drawer)

Themed version of Breeze Launcher and NemoPlayer with transparrent drawer and few more changes.
Note: Both apk files need to be copied to /system/app folder.
LINK: http://www.4shared.com/file/0_GVgBgR/AcerLauncherNemoPlayer-Themed.html
Mirror: http://www.megaupload.com/?d=OSUH2NE9
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Wow, very nice work. Downloading now.
Won't allow selecting any of the themes
Sent from my SPH-D700 using XDA App
brizzle1986 said:
Won't allow selecting any of the themes
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Download "WallSwitch" app fom the market(its free),then change your wallpaper with WallSwitch one time(you can delete it after),once you do this you will be able to select live wallpapers and themes from "acer's settings".
I'm not able to get the launcher installed. Any suggestions? When I try to move the .apk to /system/app it says I can't due to system restrictions.
Sent from my SPH-D700 using XDA App
This is in the wrong section, needs to be in Theming.
Paiyne said:
I'm not able to get the launcher installed. Any suggestions? When I try to move the .apk to /system/app it says I can't due to system restrictions.
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Download Estrongs File Manager(free app) from the market and go into options menu,go to "root options" and check "Root Explorer" select Cyanogen when prompted then check "Mount File System" option.
After you do this you will be able to copy apk files to /system/app folder using ES File Manager-thats if your phone is rooted.
thomasskull666 said:
This is in the wrong section, needs to be in Theming.
Click to expand...
Click to collapse
You are right I just posted this on here because there is regular Breeze Launcher in development section,if its necessary then it can be moved.
lviv73 said:
Download Estrongs File Manager(free app) from the market and go into options menu,go to "root options" and check "Root Explorer" select Cyanogen when prompted then check "Mount File System" option.
After you do this you will be able to copy apk files to /system/app folder thats if your phone is rooted.
Click to expand...
Click to collapse
Good lookin' ! DL-ing now!
Question; running the stock acer launcher whenever id go back to home it would take a while to load back.. wondering if you found this issue and fixed it?
I plan on looking into it sooner or later ether way
Sent from my SPH-D700 using XDA App
So happy you posted this thread! I'm looking into getting the notification bar working. Right now if anyone needs they can use SMS Notifications and Email Notifications to notify you. They are both free in the market and are customizable popups! You can set the popup background color and transparency! Hopefully this launchers notification bar will be working soon because the interactive bar and popups are real wicked!
XtaC318 said:
Question; running the stock acer launcher whenever id go back to home it would take a while to load back.. wondering if you found this issue and fixed it?
I plan on looking into it sooner or later ether way
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
Man,I dint use this launcher for about a month because it really slowed down my AOSP Magic rom with Fluff kernel,thats why I dint post themed version earlier.But I read that other people dint have the same "slow down" problem so I decided to give it another try on my Syndicate rom with Extreme kernel(not overclocked) and now this launcher flies.I don't know what made it slow before rom or kernel,but now this thing is fast with no lag.
If you gonna do work on this launcher,look in to this:It installs files(i forgot in what directory) but even after deleting these files and removing Breeze Launcher and NemoPlayer and clearing dalvic cache-after rebooting the phone these files are still there!I think they even come back after system restore,to make it short I think I had to Odin back to make them disappear,it just don't seam right,maybe acer spyware idk.
Ok, so the Estrongs File Explorer kept failing to mount my info or whatever so I wasn't able to use it, but I did get another root explorer and was able to get the apk's moved where they need to be. Problem is...nemo player installed and running perfect, Acer Launcher will not install for anything. Is there anything else I need to do or can try? I'm running ViperRom TRiNiTy 2.8.
Paiyne said:
Ok, so the Estrongs File Explorer kept failing to mount my info or whatever so I wasn't able to use it, but I did get another root explorer and was able to get the apk's moved where they need to be. Problem is...nemo player installed and running perfect, Acer Launcher will not install for anything. Is there anything else I need to do or can try? I'm running ViperRom TRiNiTy 2.8.
Click to expand...
Click to collapse
What do you mean by install? You don't install the launcher like a regular third party app. You have to push it to /system/app and thats it! If you have root explorer then just copy and paste it in your /system/app folder.
lviv73 said:
Man,I dint use this launcher for about a month because it really slowed down my AOSP Magic rom with Fluff kernel,thats why I dint post themed version earlier.But I read that other people dint have the same "slow down" problem so I decided to give it another try on my Syndicate rom with Extreme kernel(not overclocked) and now this launcher flies.I don't know what made it slow before rom or kernel,but now this thing is fast with no lag.
If you gonna do work on this launcher,look in to this:It installs files(i forgot in what directory) but even after deleting these files and removing Breeze Launcher and NemoPlayer and clearing dalvic cache-after rebooting the phone these files are still there!I think they even come back after system restore,to make it short I think I had to Odin back to make them disappear,it just don't seam right,maybe acer spyware idk.
Click to expand...
Click to collapse
Yes it runs quick on my phone! Been using it for two weeks now.
Ihaveanepic said:
What do you mean by install? You don't install the launcher like a regular third party app. You have to push it to /system/app and thats it! If you have root explorer then just copy and paste it in your /system/app folder.
Click to expand...
Click to collapse
Shouldn't I be able to see the apk's in the list once I have copied them to /system/app? Cause I don't see them. I'm using Android Mate to move them and it says they are both moved successfully.
Sent from my SPH-D700 using XDA App
The download link isn't working anymore
Sent from my SPH-D700 using XDA App
Paiyne said:
The download link isn't working anymore
Sent from my SPH-D700 using XDA App
Click to expand...
Click to collapse
+1 someone got a mirror?
djsplitimage said:
+1 someone got a mirror?
Click to expand...
Click to collapse
The link is working on my end?
djsplitimage said:
+1 someone got a mirror?
Click to expand...
Click to collapse
+2 not working for me
Sent from my SPH-D700 using Tapatalk

[DEV][MOD/APP] Keyboard_QHD (LatinIME_QHD) Gingerbread + ICS support

hey everyone.
as with the launcher i have also been working on the keyboard.
the keys are about as tall as they should be on a normal 4in screen.
I also disabled full screen mode. i find it easier, if you dont like it i can post another version of the apk, and if you want to compile it, the change is in my commit history.
SUPPORTS
Any gingerbread rom, blurred, cm7 and
cm9!
IF IT DOES NOT WORK
Please list:
Your rom (and rom base(cm7, cm9, aosp))
that you did enter the correct permissions and you are sure!
that you copied it correctly
Click to expand...
Click to collapse
sorry if the questions are repetitive but it saves me time from asking every time.​
--UPDATE--
Added a full-screen version. download the LatinIME_FULLSCREEN zip from below and install the same way as the rest
--UPDATE--
I need to make clear that this only works with cm7 based roms. no ics yet. im working on that next.
--UPDATE--
fixed autocorrect
fixed support for Neutrino V2.2
i think more languages got added. (confirm?)
if your building this in a source built rom you need to replace
/vendor/cyanogen/overlay/olympus/packages/inputmethods/LatinIME/java/res/dimens.xml
Click to expand...
Click to collapse
with mine form my source post
That and you need to build Cyanogen-Olympus
that was also my mistake in the first build
this too is completely open and all of the changes i make can be seen though the commits on my github page
PLEASE FEEL FREE TO USE THIS IN YOUR ROM.
it can be implemented in a source built rom or via apk paste
(just give proper credits)
GINGERBREAD TUTORIAL​
download the GINGERBREAD_LatinIME.zip
extract LatinIME.apk
this needs to be installed in
/system/app
Click to expand...
Click to collapse
apk is in the xda link at the bottom
you also should
adb shell
cd system/app
chmod 644 LatinIME.apk
Click to expand...
Click to collapse
either through root explorer or via adb
IF YOU ARE HAVING ISSUES WITH Neutrino V2.2 THEN CLICK HERE
http://forum.xda-developers.com/showpost.php?p=22257197&postcount=27
Then reboot your phone!!!
ICS (cm9 or aosp) TUTORIAL​
download the ICS_LatinIME.zip
extract LatinIME.apk
I could not get it to work via adb. so i used root explorer.
download the ics zip file. follow the gingerbread instructions.
its basically the same thing. im just posting this because adb did not work for me.
dont forget about permissions!
I am not going to write another guide just for the keyboard. because its much simpler. if you would like to know how to compile it look at the launcher guide i posted below and just follow the compile steps and use LatinIME instead of Launcher2
http://forum.xda-developers.com/showthread.php?t=1482634
source:
gingerbread
https://github.com/gh123man/LatinIME_QHD
ics
https://github.com/gh123man/ICS_LatinIME_QHD
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
THIS IS GOING TO BE IN MORRISOFT GEN V0.6!!!!
Great job!
Is it an azerty version inclued?
French dictionary inclued?
Good job.
Azerty - ok
French dictionnary - no installed
Sent from my MB860 using xda premium
keyboard works and looks great! no more word prediction after installing though (sugestions show up but only for contacts)....any fix?
Thank you.
Maybe i can work on an arabic [masri] dictionary for it.
Sent from my MB860 using xda premium
Best thing ever, i missed bluer style keyboard "with perfect height and stuff" now thanks to you i have it back.
andyman_187 said:
keyboard works and looks great! no more word prediction after installing though (sugestions show up but only for contacts)....any fix?
Click to expand...
Click to collapse
thanks for the heads up. i dont use auto correct or quick fix so i didnt even notice. but i can confirm its not working. ill look into the problem as soon as i get the chance!
morrislee said:
THIS IS GOING TO BE IN MORRISOFT GEN V0.6!!!!
Great job!
Click to expand...
Click to collapse
THIS IS GOING TO BE IN NEUTRINO AS WELL!!!!
After the auto-prediction gets fixed
Notorious544d said:
THIS IS GOING TO BE IN NEUTRINO AS WELL!!!!
After the auto-prediction gets fixed
Click to expand...
Click to collapse
Hehehe...!!!!
Love the keyboard but will not persist after reboot
Sent from my MB860 using XDA App
pfoxdizzle said:
Love the keyboard but will not persist after reboot
Sent from my MB860 using XDA App
Click to expand...
Click to collapse
i have not had any issues after reboot, but everyone hold tight. i think i almost have the issues worked out.
Fixed auto correct and other things. updated apk in OP
let me know how it works!
keyboard uninstalls on reboot, how do i fix that?
slojko said:
keyboard uninstalls on reboot, how do i fix that?
Click to expand...
Click to collapse
Are the permissions set correctly? What rom are you using?
Still not persisting after reboot here as well. I am on CM9 by Jokersax. Permissions are set correctly.
pfoxdizzle said:
Still not persisting after reboot here as well. I am on CM9 by Jokersax. Permissions are set correctly.
Click to expand...
Click to collapse
Ah this is gingerbread only. I could try to compile one for cm9 if you like
That would be great! It works fine until i reboot. Love the larger keys! Great work!
gh123man said:
Ah this is gingerbread only. I could try to compile one for cm9 if you like
Click to expand...
Click to collapse
well i guess that explains it, i am using Morrisoft v0.5 which is based of Neutrino 2.2 which is based off of CM7
EDIT: NJ pwns!
slojko said:
well i guess that explains it, i am using Morrisoft v0.5 which is based of Neutrino 2.2 which is based off of CM7
EDIT: NJ pwns!
Click to expand...
Click to collapse
CM7 is gingerbread, you just need to push it to the system/app folder and set permissions

[bootanimation] THE WAY IT'S MEANT TO BE PLAYED™ | NVIDIA

From the lack of nvidia bootanimations made for the shield, i decided to create one myself.
THE WAY IT'S MEANT TO BE PLAYED™ | NVIDIA [email protected]
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
REQUIRES ROOT
Backup the bootanimation_land.zip and bootanimation.zip in \oem\media\ before overwriting them!
Put the files:
bootanimation_land.zip
bootanimation.zip
in \oem\media\ using your favorite file manager.
Set permission on both files to rw-r-r and you are good to go!
Hope you all like it!
I am not responsible for any damage you do to your device.
[UPDATE]
There was an issue with the portrait animation (bootanimation.zip). The file is updated and the problem should be solved.
UPDATE: There was an issue with the portrait animation (bootanimation.zip). The file is updated and the problem should be solved.
Good job man.
One problem, where do I find " \oem\media\ "??
i cant change permission on Shield (root explorer) and nexus 5 (root explorer) =( -both on lollipop
maybe you can upload already changed files?
ok, you just copy files (root explorer) in oem/media and doesnt set permission and this work!
animation awesome
Mr_Cyrus said:
Good job man.
One problem, where do I find " \oem\media\ "??
Click to expand...
Click to collapse
It's located in \system\vendor\oem\media\
While browsing via some terminal emulator, android is just linux system, use "ls -la" command to figure out files permissons, and use "chmod 644 file.zip" command to set the "rw-r--r--" permissions. You need to be root to be able to change those files permissions.
Take advance that \system is read-only mount point, you need to re-mount the partition in order to make changes. If you're not sure how to do that, use some APP to change files permissions. I think Total Commander app is quite easy-to-use one... it will re-mount partition after changing file permissions... (of course, You need Total Commander to run with root access.....)
Nice, this can be @60 fps ?
Would it be possible to add the sound effect as well?
Sent from my SHIELD Tablet using XDA Free mobile app
awesome work but could this me made into an apk so it could be easily installed and applied via Cyanogen Theme Engine for persons running custom roms ?
THX for this boot animation
kimern said:
From the lack of nvidia bootanimations made for the shield, i decided to create one myself.
THE WAY IT'S MEANT TO BE PLAYED™ | NVIDIA [email protected]
REQUIRES ROOT
Backup the bootanimation_land.zip and bootanimation.zip in \oem\media\ before overwriting them!
Put the files:
bootanimation_land.zip
bootanimation.zip
in \oem\media\ using your favorite file manager.
Set permission on both files to rw-r-r and you are good to go!
Hope you all like it!
I am not responsible for any damage you do to your device.
[UPDATE]
There was an issue with the portrait animation (bootanimation.zip). The file is updated and the problem should be solved.
Click to expand...
Click to collapse
Thanks for good work, on MM seems to be landscaped again and files path is changed to system\media\
The only game that I saw with a best animated logo than yours is from the game "never alone". Can you extract it?
Regards!
matyas69 said:
Nice, this can be @60 fps ?
Click to expand...
Click to collapse
Wish i had the time haha. Maybe i'll look into it when i have some time to spare.
romixer said:
i cant change permission on Shield (root explorer) and nexus 5 (root explorer) =( -both on lollipop
maybe you can upload already changed files?
ok, you just copy files (root explorer) in oem/media and doesnt set permission and this work!
animation awesome
Click to expand...
Click to collapse
Thanks! Hope you enjoy!
An Droid said:
Would it be possible to add the sound effect as well?
Sent from my SHIELD Tablet using XDA Free mobile app
Click to expand...
Click to collapse
I'm sure it would. Was thinking about it, but from what i understand, it's quite the job. And as i mentioned in my previous reply, i currently don't have the time unfortunately.
supertory said:
awesome work but could this me made into an apk so it could be easily installed and applied via Cyanogen Theme Engine for persons running custom roms ?
Click to expand...
Click to collapse
Thanks man! I can look into that when i get some spare time :good:
ST37 said:
THX for this boot animation
Click to expand...
Click to collapse
Yw!
aaronne said:
Thanks for good work, on MM seems to be landscaped again and files path is changed to system\media\
The only game that I saw with a best animated logo than yours is from the game "never alone". Can you extract it?
Regards!
Click to expand...
Click to collapse
Thanks for letting me know!
This is how the tablets should have come. Nice animations. Look forward to a M compatible Portrait one. Landscape looks nice on both my K and M devices.
kimern said:
UPDATE: There was an issue with the portrait animation (bootanimation.zip). The file is updated and the problem should be solved.
Click to expand...
Click to collapse
The portrait image is of the side of the tablet and it looks stretched out?
zarish said:
This is how the tablets should have come. Nice animations. Look forward to a M compatible Portrait one. Landscape looks nice on both my K and M devices.
Click to expand...
Click to collapse
Small issue with the portrait one, I got the same on MM
skooter32 said:
The portrait image is of the side of the tablet and it looks stretched out?
Click to expand...
Click to collapse
Sent from my XT1580 using Tapatalk
Yeah, I have the issue with the Portrait one on M too. Maybe it's just a simple fault in the desc.txt?
@kimern It is a simple edit of the desc.txt to fix the mm issue. I changed it on my own and it works beautifully on the 6.0.1 Vulcan preview. Thank you!
Sent from my SHIELD Tablet K1 using Tapatalk
Exile1975 said:
@kimern It is a simple edit of the desc.txt to fix the mm issue. I changed it on my own and it works beautifully on the 6.0.1 Vulcan preview. Thank you!
Sent from my SHIELD Tablet K1 using Tapatalk
Click to expand...
Click to collapse
It would be kind if you could share that edit.
sagnikd96 said:
It would be kind if you could share that edit.
Click to expand...
Click to collapse
I sent you a pm with links to both the portrait and landscape, I made small edits to both I think, one of them only to change the resolution tho. I won't post links since I have no permission from the dev, and nowhere to host them.
Edit: I changed the resolution to 1200 x 1980 and vice versa for the two files.
Sent from my SHIELD Tablet K1 using Tapatalk

Categories

Resources