***TUTORIAL*** Lockscreen Sense 3 Mods - Desire Themes and Apps

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.

Related

[Q] keyboard

Is there a better keyboard that I can keep from 1.6 to 2.1 ?
I've had an HTC and a Samsung and both let me select the old stand by 3x4 keyboard with predictive text.
I'm looking for that.
Ok I found a fix.
I wish I could take screen captures so this is the best I can do.
{
"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"
}
I used this package, created here on XDA by member http://forum.xda-developers.com/member.php?u=2150306
I DL'd the RAR file
Unpacked it
I only used HTC_IME_hi.apk file and disregarded the clicker_APK
Bluetoothed it to my 2.1 X10A
Checked " unknown sources" under Applications/Settings
Astro walked me thru the rest in 3 seconds, Then installation took 4 seconds.
I know have the 3x4 phone pad keyboard I prefer.
Enjoy.
Oh predictive text is a billion times better as the suggested words are bubbles that you can click, there is also a "Check mark" in that row that will expand to all suggested words with "Add a word" button right there for you to use.
TOTAL WIN.
You must be able to install 3rd party apps as this is NOT available on the market.

[TIP] Create Android Studio launcher in Ubuntu Unity

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

{guide} better smali coding notepad++

smali syntax highlighting for notepad++​thanks to Jho for pointing out how to get code folding to work. i updated the syntax file and made a few other tweaks. the link and picture have been updated and here are the instructions for installing (tested with v5.9.6.1):
View -> User-Defined Dialogue...
{
"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"
}
Click Import
Select smali_npp.xml
no picture here, use imagination
There will be a message box that says "Import successful."
Any new files you open should have syntax highlighting.
several people have asked for smali highlighting for notepad++. thanks to furrelkt for having already sent me an example. here's what i've come up with: https://sites.google.com/site/lohanplus/files/smali_npp.xml
for dark backgrounds, try this: https://sites.google.com/site/lohanplus/files/smali_npp_darkbg.xml
there are many limitations for notepad++'s user defined language. i could not get many tokens to highlight correctly, or as well as ultraedit or the highlighter used on this blog. perhaps a full lexer plugin could handle it. if you write one or make improvements to this xml, let me know.
iif i help u plz hit thanks button
Thanks for this, tested in lastest version of Notepad++ (6.6.3) and working!
In this version to import go to "language>define your language>import"
Thank you very much! ^^
Thank you! Tested on v7.5 working

[Guide][Change displayed android version and build number][Just for fun]

This guide will show you how to change the information(like android version and build number) that is shown in your phone's 'About' menu.
First you need a rooted phone and create a nandroid backup in case you screw up.
This will not change anything for real! Like if your android version is x and you change it to y, the android version will still be x but will show y.
To change the info
1) Open any file explorer that enables you to change things at root level( eg root browser) and head over to the 'system root' area.
2) There go to the 'system' folder, where you will see a file named build.prop
3) We need to edit that. Open that file and there you will see some code. See the screenshot.
{
"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"
}
To change the android version, edit the 'version release' line (see mine is changed to 5.0 . You can do whatever you want) and to change the build number, edit the 'build display Id' line.
4) Reboot and it's done.
(There are a lot of other things to change which I hope you will figure out yourself)
Hit thanks if this was helpful.

[Theme] Clean 2

I created a very simple theme: "Clean 2"
This is for all the other people that do not like the "Designs" messing with the interface.
Reason: I contains NOTHING. No images, no icons, no fonts ... nothing.
This means: Everything is "default" and you can modify everything in your "Designs"-App as you wish.
Using the theme:
Unzip the file Clean2.hwt from Clean2.zip (i had to zip it to upload it here)
Copy the file Clean2.hwt to your phone: Internal Memory --> into Folder "HWThemes" and you will find it in the Designs App under "Own Designs" -> "Local Designs"
can you make huawei theme with bigger nav buttons please???
not like this
{
"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"
}
like thiss
vendetta11 said:
can you make huawei theme with bigger nav buttons please???
Click to expand...
Click to collapse
You can choose the symbols from any other theme you like.
Hi, what is the "Designs" app? I have a turned app but it's not showing there.
Any help appreciated.
Cheers
Edit: Nevermind, I had it in a sub-folder in "HWThemes". My mistake. Thanks.

Categories

Resources