[TIP] Create Android Studio launcher in Ubuntu Unity - IDEs, Libraries, & Programming Tools

Hey guys,
I just wanted to share a little tip with all of you, who want to add a little launcher icon to your unity launcher. It's very fast and works perfectly for me. Just try it
{
"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"
}
1. Open any editor you like (I use SciTE)
2. Copy this text into your editor
Code:
[Desktop Entry]
Name=Android Studio
Comment=Android Studio
Type=Application
Categories=Development;
Exec=/home/{yourusername}/path/to/android-studio/bin/studio.sh
Terminal=false
StartupNotify=true
Icon=/home/{yourusername}/path/to/android-studio/icon.png
Don't forget to change {yourusername} to your acutal user name and path/to/android-studio to the path of the android studio on your pc
3. Save it to .local/share/applications/ (to show .local press CTRL+h) named "androidstudio.desktop"
4. Download this icon and paste it in android-studio/ (you may of course use any other icon you like too!)
5. Open your file explorer and press CTRL+h to show hidden files. Navigate to .local/share/applications/ and take the androidstudio.desktop and drop it in your unity launcher.
6. Click on the icon and start Android Studio
I hope this is useful for you

Alternately, at the beginning screen where it says "new project, import project, configuration...." you could go to configuration/settings (whatever its called) and select "create launcher" i think its much faster than having to make desktop files and blah blah blah

Related

[THE] Diamond Clock for TF3D - Dec22 version 1.0

hey folks, here is a diamond clock to use with TF3D
this is a QUICK version that i did yesterday in a few minutes..i will update it soon to make it look nicer
{
"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"
}
*******************************************************
PLEASE READ ALL MY NOTES AND INSTRUCTIONS BEFORE INSTALLING!
*******************************************************
Instructions:
1. Unzip the zip file on your Storage Card on your mobile
2. Disable TF3D (Settings-Today-Items-TF3D)
3. Open Total Commander and navigate to the extracted folder
4. Select the files (use the ctl button on Total Commander for multiple selection)
5. Click on copy/move. Then select the Windows directory on your phone & overwrite if prompted (Caution: your storage card might also have a windows folder. You need to select the one on your phone!)
6. Re-enable TF3D[/B].
7. Soft reset (only if it is not working yet)
Notes:
1. In case the clock doesn't work, use Diamond TF3D config-->Appearance-->Restore Default and then follow my steps.
wonderful
good bling bling
hd theme?
does anybody have a link for a new theme on the htc touch hd?

***TUTORIAL*** Lockscreen Sense 3 Mods

Get rid of the annoying Operator/Time/Date on your lockscreen
{
"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"
}
First of all download the M10 Editor from here:
M10 Editor
thanks to Diamondback and Flemmard
And 7-Zip from here:
7-Zip
Then open the app and point the 7-zip as showed
Push load file and search for the extracted Idlescreen_Base.apk open it!
Then goto tab "m10 files" select as stated in the picture the blue accented line. Don't forget the checkbox Decode Images and press Decompile/Show.
So now goto the line as in the picture and select that. You can see on the rightpane the line as pointed change the number from "1" to "0" and your done!
Repeat that for the following Operator/Time/AMPM/Date
When your finished you go to the Start tab on the top left. Press on save and voila if you get the following screen the second below click close don't do anything with that!
When your looking for your file it can be found in C:\Users\username\AppData\Roaming\M10Editor\Idlescreen_Base
If you appreciate it click Thanks!!!!!!​
Lockring edit coming soon.

[GUIDE][Android Studio] Using the Parse Push Notifications Library

{
"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"
}
As many of you would have already known, Google released a new IDE for Android App development named as Android Studio based on IntelliJ IDEA. But many have been experiencing some problems while trying to use the Parse Push Notification library. So, here a guide for you. This is how i did it. and it works.
Download the Parse SDK .
Extract it someplace (eg. H:/Downloads/Parse/ )
Open Android Studio and Open your project
Goto File > Project Structure
Select Libraries from the Left Pane
Press the Plus Button and select Java from the dropdown
Navigate to Parse-1.2.5.jar file that you had downloaded and extracted and select it.
Add it to your project
Press OK
Thats it. Now it Should work properly
Now... You got the library working ... If you want to know more about How to Actually use this library to easily add push notifications to your app, Check out this wonderful guide by XDA Senior Member MaartenXDA
Reserved for updates
Sorry... Reserved for updates

[CHROME]ATS-Android Task Schedule [TOOL][OpenSource]

Presenting....
{
"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"
}
The Task Organizer​
A small project, i worked on in order to organize my time in summer, as it can be used for my android doings and pretty much anything, I had improved and name Android Task Schedule, and though I'd share it.
Features:
-Organize chores to do with ease.
-Time Bar along with Chore.
-Edit and Delete tasks Functions.
-Works on Chrome Browser (Please if you don't have Chrome, install it as it handles the scrips perfectly unlike other browsers)
-Very low on size.
-Open sourced of coarse !
How to set-up:
Very simple... just download zip,then make a folder on desktop,extract zip to that folder...now make a shortcut to "Android Task Schedule",the main program, on the desktop"..... -Android Task Schedule.htm is the main file,do not open other files since those are only the functions.
Source: you have it! just right click on the HTM file and press open with and choose a text viewer (NotePad++ preferred) and you'll have the code of the function so you could learn if you like.
ATS Album is over here: Check it out.
Some Screen shots:
Download over here: ATS
I hope you like it as well as benefit from it

[GUIDE] FM-Radio notification widget only favorite stations

Hi
This mod changes behavior of the Fm-Radio widget so that next/previous buttons choose next or previous radio channel from your favorite list.
{
"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"
}
Things you need
- APKTOOL
- Notepad++
- Original Radio3.apk
1.
Decompile Radio3.apk
2.
Navigate to smali/com/sonyericsson/fmradio/service/
3.
Open FmService.smali with Notepad++
4.
Search for nextStation
5.
Change nextStation to nextFavorite
and previousStation to previousFavorite
6.
Save, Compile and sign Radio3.apk
7.
Copy file to phone
8.
Move file to system/app with permission rw-r-r 644
9.
Enjoy
10.
Hit thanks button if this helped =)
Here is my already modified radio3.apk from z1
https://app.box.com/s/0asv30uy7y7782rffcys
Excellent!
And still made ​​it work without headphones.
Now I ask something that might be difficult to make.
A kind of widget on the lock screen for FM Radio. When listening to FM radio, consider as if was playing the default music player and could trace station without having to unlock the device.
I leave here a challenge for developers, hehehe!!!
Awesome, this should be default. I'm going to do it in my z3, do I need to have root?

Categories

Resources