[Q][HELP] Why isn't my LMT launcher working? - Galaxy Grand Duos i9082 Q&A, Help & Troubleshootin

My Lmt Launcher Isn't showing when I Tap/Hold the specific trigger area (right side), Why is it not working?
I installed the LMT 1.99
yes, I started the toggle touchService
TouchService mode: Default (pie)
Gesture point: 9: No known device yet
Activation area position: Default
Thickness: Default (20)
area length: Default (300)
Area Gravity : Default (center)
Pie Colors: 0
Inner Radius: 60
Outer Radius: 80
Outline size: 3
Longpress time: 2000
Multicommand: default disabled
Animation: 80
Feedback type: Default (Only Long press)
Image scaling: 0
Status Info: along with Pie
No apps was placed in the Pie (default)

This version expired. Please install v1.912.
Sent from my Nexus 4

THANK YOU
noname81 said:
This version expired. Please install v1.912.
Sent from my Nexus 4
Click to expand...
Click to collapse
Thank you so much, i thought v1.99 is the latest.

noname81 said:
This version expired. Please install v1.912.
Sent from my Nexus 4
Click to expand...
Click to collapse
I have another problem, I think it could be a bug maybe, but my stock JB camera isn't showing in the assign app list.
I tried all levels and all assign item placements, and all doesn't show the stock JB camera.
I am running the 10.1-20131008-UNOFFICIAL-I9082 ROM.

Related

[APP]Pie Control 2.0 RC7 (3/15/14)on Galaxy Note 2(4.1/4.2/4.3/4.4)

First of all I would like to say that this isnt my work nor did I create this. I saw this on the Nexus 4 thread.
I can confirm it works on all Kit Kat ROMs.
Here is the original thread=http://forum.xda-developers.com/showthread.php?t=1330150
Heres my screen shot on my Note 2
{
"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"
}
LMT is a tool for Android (tested already on multiple devices - see below) that launches a command when perform single touch or multitouch gestures on the screen (In any app/screen/etc.). You can connect basic and advanced commands to any gesture LMT supports. In addition to the gestures you can activate a system-wide PieControl for navigation like the feature in the ICS stock browser (touch the side of the screen to activate it). You must be ROOTED to use this feature.
Installation
Download the latest apk, copy it to your phone and install it via file explorer. After installation start LMT and set the specified input device for your phone. Then connect an action to e.g. the double swipe up gesture, start the touchservice and do the double swipe up gesture on the screen afterwards. If everything works fine, you’ll see the corresponding overlay and action. The input devices/touchscreen to screen factors:
•HTC Evo3D -> 4
•HTC Sensation -> 2/4, x=200%, y=100%
•HTC Amaze -> 4
•HTC HD2 -> 0
•HTC DesireHD -> 3
•HTC Thunderbolt -> 1
•HTC Inspire 4G -> 1
•HTC One X -> 4
•Google Galaxy Nexus -> 1, x=100%, y=100%
•Google Nexus S -> 0
•Google Nexus 4 -> 2, x=200%, y=200%
•Google Nexus 7 -> 0, x=160%, y=200%
•Samsung Galaxy S2 -> 2
•Samsung Galaxy Note -> 2
•Samsung Galaxy Note 2 -> 2
•Samsung Galaxy S -> 0/8
•Samsung Galaxy Tab 8.9 -> 4
•Sony Xperia T -> 2
•Motorola Atrix 4G -> 3/5
•Motorola RAZR -> 4
•Motorola DROID 3 -> 4
•Motorola Defy -> 3
•HP Touchpad -> 6
•Acer Iconia -> 2/4
•Alcatel One Touch 997D -> 7
Gestures
•Square (start gesture top left cw)
•Diamond (start gesture at the bottom cw)
•Delete (start gesture top left)
•SwipeRightDouble
•SwipeLeftDouble
•SwipeUpDouble
•SwipeDownDouble
•SwipeRightLeftDouble
•SwipeLeftRightDouble
•SwipeUpDownDouble
•SwipeDownUpDouble
•QuestionmarkDouble
•SquareDouble
•DiamondDouble
Commands
•None -> Trigger no command
•App -> Trigger an arbitrary app
•Home -> Switch to home screen
•HomeLongpress -> Trigger the TaskManager
•Menu -> Trigger the menu key
•Back -> Trigger the back key
•Search -> Activate search
•SearchLongpress -> Activate voice search
•NextApp -> Switch to the next running app
•PrevApp -> Switch to the previous running app
•LMT -> Open LMT user interface
•Wifi -> Toggle the Wifi mode
•Bluetooth -> Toggle the Bluetooth mode
•GPS -> Open the GPS config menu
•Key -> Trigger an arbitrary key (e.g. "3" for the HOME key - see http://developer.android.com/reference/android/view/KeyEvent.html
for keycodes)
•Activity -> Trigger an arbitrary activity (e.g. "com.android.lmt.InfoActivity" for the LMT info page)
•WebPage -> Open an arbitry webpage (e.g. "http://forum.xda-developers.com")
•Script -> Open an arbitrary script (e.g. "/mnt/sdcard/sendevent.sh" for Home Longpress - see attached script sendevent.sh)
•KillApp -> Kill the current foreground app and switch to home screen
•KillAllApps -> Kill all apps and switch to home screen
•TaskerTask -> Start a predefined tasker task (You should avoid spaces in your task name)
•OpenNotificationBar -> Open the notification bar
•OpenQuickSettings -> Open the quick settings
•OpenKeyboard -> Open the soft keyboard
ISAS
The ISAS (invisible swipe areas) can be used to swipe with one finger from the sides to to center of the screen (like you would bring up the pie) to trigger actions. E.g. you could use the 3 ISAS at the bottom of the screen to trigger back, home and recents with just swipes when the navbar is hidden. Those swipes are as fast and reliable as normal button presses. In order to make the ISAS work you have to do the following setup:
•activate gestures via setMode (because ISAS are being recognized via the internal gesture engine)
•Configure min bbox size. Actually this is the length in pixel the swipe must be long, so that the corresponding action for the ISA is being triggered.
•Configure activation area size. This is the height (for bottom/top ISAS) or the width (for left/right ISAS) of the area, where the swipe must be started in. So the lower the value, the more precise you have to start the swipe at the side of the screen
•Last but not least the touchscreen to screen factors: As for some devices the touchscreen uses a different coordinate system as the screen, you have to adjust here the values for x and y. For the Nexus devices I added those values already to the OP and in later versions I'll introduce a kind of auto calibrate. But for now it is a little bit of testing...
Once the setup is complete you can assign your actions to the 12 available ISAS!
Troubleshooting
If LMT is not working on your device out of the box please determine the correct input device first:
•Download a terminal (e.g. terminal emulator) from the market
•Enter su and then getevent in the terminal
•After that just touch the screen and send me the trace from the terminal
Then create a logcat:
•Install e.g. catlog from the market
•Record with catlog the following procedure:
•Start LMT
•Set input device to xxx from first procedure
•Set single touch gestures to 777
•Start the TouchService
•Do the double swipe up gesture on the screen
•Stop the TouchService
•Send me the logcat...
FAQ
Setting the pie color:
The format is just ARGB8888 in hex (8 bit for alpha and every color). So just use #xx where xx is alpha starting from 00 to ff and add the desired color afterwards. Have a look here for different colors but keep in mind that in these examples the alpha value is missing http://www.javascripter.net/faq/rgbtohex.htmSo if you have the color "rgb(124,252,0) #7CFC00" it will be #FF7CFC00 for an opaque pie and e.g. #807CFC00 for a half transparent pie...
Adding custom icons for pie items:
To have custom icons for the pie items put your own png images into the following folder: "/sdcard/Android/data/com.android.lmt/files/". The default icons have the size 120x96px but other image sizes should also work (they will be resized). You can define custom icons for every pie item and/or for every action (LMT first tries to load the icon for the pie pos, then the custom icon for the action and will use the default action icon if no other icon is defined). To set custom pie pos icons name the png pie[0-19].png where e.g. “pie0.png” will be the icon for pie item level1, item1, shorpress and “pie1.png” will be the icon for level1, icon1, longpress. To set custom action icons just name the png [actioname].png (see command section in the OP for action names – use lowercase, e.g. back.png). Please restart the TouchService after you changed the icons, so that LMT can recreate the pie.
Changelog ;3/15/14
2.0 RC7 -> Fixed apps sometimes not opening when they were already running; Changed pie longpress bahavior as requested by users; Added screenshot action; Fixed start delay for activity action; Limited pie pointer to screen; Fixed date when set to regional setting; Added possibility to change user image search path and gave LMT permissions to read from sdcard; Added call_phone permission so that direct call shortcuts are working
1.99 -> Made pie outline size configurable; Excluded home from pre/next/lastApp actions
1.98 -> Fixed TouchService crash on devices < JB
1.97 -> Resorted actions so please reconfigure them!; Optimized app launch action; Fixed crash with new injection method on older devices; 2000 + key is now longpress key with longer wait; Added new longpress key and lastApp action; Added pie bottom not centered option; Added new default animation for pie status info (old animation when animation time > 80); Added auto calibration of ISAS's touchscreen to screen factors. Just swipe (with gestures activated) multiple times in the lower right corner up; Made pie font size configurable
1.96 -> Made back, menu and keyevent actions faster; Made app/activity start actions faster; Optimized prev/next app actions; Added new pie color options for gradients; Added longpress keys support (Action key with 1000+keycode); Added notification support for < ICS
1.91 -> Adapted date style based on system settings; Added pie font configuration; Added pie status info dim color configuration
1.9 -> Redesigned UI a little bit; New color picker; Added support for non armv7 devices; Fixed tasker task; Fixed script action; Fixed 24h clock
•1.86 -> Added 24h clock support; Fixed wrong Wifi level; Fixed wrong CPU cores; Improved notification handling; Introduced option to deactivate color filter for pie images
•1.85 -> Added pie sensor navigation support (Show pie status info = 2): Shake your device left/right to delete a notification and go to the next one. Shake your device up/down to go to straight text mode and back; Fixed pie status info for older devices; Centered pie at the bottom; Added pie outline support; Added system status info (CPU, Mem); Fixed clock format; Fixed pie not firing action; Fixed pie on the left wrong order
Exchanged some pie icons
•1.8 -> First version of status infos on pie. Status info shows clock, additional infos and notifications. In order to get notifications on the pie you must activate LMT as accessibility service in the android settings. Swiping on the status info will pause the animation, swiping back on the pie will restart it. Releasing finger on the notification will start the corresponding application. Releasing finger on the clock will open the notification panel and releasing on additional infos will open quick settings panel; Added full color support for pie (normal, select, icon and status info). Set #ARGB,#ARGB,#ARGB,#ARGB or Android color constants e.g. "gray,yellow,black,yellow". Also app/user icons are colored now; Added new default pie color 5; New default TouchService mode is pie only since gestures are confusing for new users; Fixed exception in load icon code; Fixed icon size in app selection dialog; Changed some UI strings; Added new action OpenQuickSettings; Exchange some pie images; Cleaned up permissions
•1.7 -> Added pie from the bottom; added bigger activation area for pie items inspired by Paranoid Android pie
•1.67 -> Added scaling for pie user icons (new settings entry); fixed persistency bug for last 2 isas
•1.66 -> Fixed missing "OpenNotificationBar" action icon for pie; Fixed crash when using image overlays and isas
•1.65 -> Fixed crash in isa code; fixed bug in "open notification bar" action
•1.6 -> Added Isas (Invisible swipe areas). Define action being triggered when swiping from the sides of the screen (new configuration values "single swipes bbox" for min bbox to trigger the swipe, "single swipes activation area" for the width of the area the swipe must be started in and "touchscreen to screen factor X/Y" for these devices, where the touchscreen values have a different resolution compared to the screen - e.g. X=160%, Y=200% for the Nexus7 and X=200%, Y=100% for the HTC Sensation); Resolved pie activation area interfering with the keyboard: The area is now moved upwards when keyboard is open; Block single touch gestures/swipes when keyboard is open; Improved speed of gesture engine; Changed some default configuration values; Deactivated tap and hold gestures (they didn't work anyway); Added support for app icons on the pie; Added Tasker Action; Added new styles for the pie; Updated input device list; Improved security
•1.5 -> Refactored whole GUI to match ICS/JB/Holo style with swiping tabs; Fixed small bug with pie debug activation area; Added pie animation from JellyBean pie in browser (only >= Honeycomb); Made pie animation time configurable; Changed code for home command to make it faster; Updated PayPal link for English website; Updated input device list
•1.4 -> JellyBean bugfix release; Fixed disappearing pie when rotating the screen in jb; Adapted pie outer radius to fit new jb style (80)
•1.3 -> Fixed pie firing commands even if fg app was blacklisted; Changed behavior for command killApp to really force stop the app; Added again vibrate on shortpress as an option for the pie feedback style; Fixed startup delay affecting all other starting apps; Fixed bug where pie icons disappeared when using them for short- and longpress commands; Improved pie icon size handling for user defined icons (they will have a constant size now)
•1.2 -> Fixed run on startup problems on GNex; Added separate blacklist for pie; Changed pie feedback style shortpress to fire; Change to proper pie icons on longpress; Made pie icons configurable (Path: "/sdcard/Android/data/com.android.lmt/files/", Files: pie[0-19].png or [actioname].png); Fixed rotation bug where pie showed up even if it was disabled; Added multi command feature for pie (swipe onto one pie item n times to fire the command n times)
•1.1 -> Added blacklist support for pie; Fixed bug where pie didn't come up with the first try; Added show pie activation area debug feature (area is shown when you change area settings); Added vertical gravity setting for the pie activation area; Fixed too small x activation area for the pie; Fixed wrong positioned pie icons when pie is on left side; Included system apps in app/activity command dialog (e.g. choose com.android.settings to show the settings menu); Fixed pie crash when rotating the screen; Pie longpress timer is now handled for every pie item; Added root context reinit in case of a crash
Fixed crash when selecting an app without activities
•1.0 -> Refactored pie code and fixed crash related to pie; Added fully customizable pie feature; Fixed multiple action after gesture recognition; Added customizable vibration time; Added "no pie vibration" to options
•0.97 -> Fixed root permissions for some usecases
•0.96 -> Fixed crash when setting wrong values for pie radius; Fixed pie rotation bug bug
•0.95 -> Made pie color fully configurable; Added haptic feedback for the pie; Made pie size configurable; Fixed pie rotation bug
•0.9 -> Fixed Galaxy S ICS support; Added support for PieControl on both sides; Added 2 new commands: KillApp and KillAllApps; Added longpress support for PieControl: Back->KillApp, Home->PowerOff, Recent->KillAllApps, Menu->Settings and Search->VoiceSearch
•0.85 -> Implemented ICS recent apps (finally...)
•0.8 -> Added a first version of the PieControl with predefined actions
•0.75 -> Fixed gesture recognition problem on GSN; Refactored TouchService code; optimized recognition performance/speed; refined compiler settings
•0.7 -> Fixed launch app delay; Fixed autostart problem on ICS; Implemented ActivitySelect feature; Added blacklist support to exclude apps from gesture recognition; Added new TaskSwitcher commands
•0.6 -> Fixed TouchService restart bug; Sorted app list alphabetically; Automatically restart TouchService when switching input device; Adapted superuser rights to ICS; Changed HOME_LONGPRESS to KEYEVENT_APP_SWITCH (187); Added Galaxy Nexus support; Refactored TouchService
•0.5 -> Show current settings in input dialogs; Show TouchService state toaster; added known devices in input list; added autostart after startup feature
•0.4 -> Improved touchservice code; added app select list for app action; added activity action
•0.35 -> LMT is now rotation aware; added tactile feedback for gesture recognition; corrected some strings
•0.3 -> Omit overlay when no command given; add more gesture recognition settings; add new toggle commands for Wifi, BT and GPS
•0.25 -> Fixed HD2 TouchService code; Corrected logcat output for HD2
•0.2 -> Added HTC Sensation support
•0.1 -> First release
Updated 3/15/2014
Download latest version :https://mega.co.nz/#!ANxXVJpQ!dwyReyVFXKUcNjADcq0qvYvTfj3vpPx1ekF6k-dY0IY
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
Mmmmmmmmm pieeee
Sent from my SAMSUNG-SGH-I747 using xda premium
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
So cool! Thank you for this! It works perfect and looks amazing
______________________________________
Phones: iPhone 4 - > iPhone 5 - > Note 2 (Always on AT&T)
ROM: International N7105XXDLL4 by miscom
Kernal: Perseus alpha30.1
A lot of bloatware removed.
Screen on time after normal charge: 7-8 hours always.
Looks great I will give it a try in a bit I have been wanting to give this a go!!!
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
So far so good on CleanRom SE 1.2
Sent from my AT&T Samsung Galaxy Note II.
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
What a wonderful mod, thanks so much for this.. Working on CleanRom 4.0.5.
Sent from my SAMSUNG-SGH-I317 using xda app-developers app
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
I installed this earlier today and is working perfectly for me on my gn2. I also have an Otterbox Commuter case on with no problems. I do suggest increasing the "Activation Area Thickness" to give yourself a bit more room due to the loss of your car if you have one on line the Otterbox.
I've done some tweaks with it and so far this is a great app.
I'm stock rooted with some hacks, but no custom ROM.
Sent from my SPH-L900 using XDA Premium HD app
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
Using this with Jedi 9 the only issue I have found so far is it will not open the phone when you choose it as a app to open on the pie. The contacts works fine just not phone itself other than that very nice.
Sent from my SGH-I317M using Tapatalk 2
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
Working fantastically on Novella ROM. Thanks!
Sent from my SAMSUNG-SGH-I317 using xda premium
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
Manitobamonster said:
Using this with Jedi 9 the only issue I have found so far is it will not open the phone when you choose it as a app to open on the pie. The contacts works fine just not phone itself other than that very nice.
Sent from my SGH-I317M using Tapatalk 2
Click to expand...
Click to collapse
You have to open terminal and set a event. I can't figure it out though.
Sent from my Samsung Galaxy Note 2 on CleanROM ACE 4.2.5 with Pie Control.
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
KaliS-Pugilist said:
I installed this earlier today and is working perfectly for me on my gn2. I also have an Otterbox Commuter case on with no problems. I do suggest increasing the "Activation Area Thickness" to give yourself a bit more room due to the loss of your car if you have one on line the Otterbox.
I've done some tweaks with it and so far this is a great app.
I'm stock rooted with some hacks, but no custom ROM.
Sent from my SPH-L900 using XDA Premium HD app
Click to expand...
Click to collapse
Yeah I have a otterbox too. I did the same thing.
Sent from my Samsung Galaxy Note 2 on CleanROM ACE 4.2.5 with Pie Control.
This is working flawlessly on Cleanrom 1.2. Great program indeed.
Really enjoying some pie, thanks!
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
Furioustylez said:
First of all I would like to say that this isnt my work nor did I create this. I saw this on the Nexus 4 thread.
I tried it on my Note 2 and I can confirm its works. Im on CleanRom ACE 4.2.5
Download:
Latest version=https://www.dropbox.com/s/bz9rgrl2sjwp9ly/LMT_v1.86.apk
Click to expand...
Click to collapse
Good find furious, I see you as I, have found lurking in other device threads finds goodies that are compatible with our devices
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
Re: Pie Control{LMT Launcher} on Galaxy Note 2 (on any rom) TW or AOSP
Confirmed working on stock AT&T Rom
Sent from my SAMSUNG-SGH-I317 using Tapatalk 2
download the latest v1.9 fixes issues with tasker, i used tasker to trigger the stock phone dialer and just has pie activate the tasker task to bring up the dialer
http://forum.xda-developers.com/showthread.php?t=1330150&highlight=tasker
Hi Guys,
do you know how to have the "Expanded Desktop" just like on the Nexus 4?
thanks,
Re: Pie Control{LMT Launcher}(2/5/13)on Galaxy Note 2 (on any rom) TW or AOSP
flatronics said:
Hi Guys,
do you know how to have the "Expanded Desktop" just like on the Nexus 4?
thanks,
Click to expand...
Click to collapse
What do you mean?..im curoius
flatronics said:
Hi Guys,
do you know how to have the "Expanded Desktop" just like on the Nexus 4?
thanks,
Click to expand...
Click to collapse
you mean hide the status bar basically right? Can't you just do that with third party launcher?
Re: Pie Control{LMT Launcher}(2/5/13)on Galaxy Note 2 (on any rom) TW or AOSP
mutantblack said:
you mean hide the status bar basically right? Can't you just do that with third party launcher?
Click to expand...
Click to collapse
Yeah... but I prefer TW(plain and simple).
Do you know a way that would work with sammy based custom rom?
Thanks.
Sent from my GT-N7100 using Tapatalk HD
--------------------------------------------
AllianceRom rockin' with Perseus Alpha 32.1

Invisible PIE with LMT launcher

Hi I've been trying endlessly to completely hide my pie controls, a.k.a. make them invisible. I'm using lmt v1.99 and when I put 3 in the pie colors menu I am still left with the shortcut icons. How can I get rid of these?
On a side note I've also experienced issues with getting my pie up while the keyboard is up. I toggle the keyboard listener and that works but only for a short period of time.
Sent from my Galaxy Nexus using xda app-developers app
Dankstogin said:
Hi I've been trying endlessly to completely hide my pie controls, a.k.a. make them invisible. I'm using lmt v1.99 and when I put 3 in the pie colors menu I am still left with the shortcut icons. How can I get rid of these?
On a side note I've also experienced issues with getting my pie up while the keyboard is up. I toggle the keyboard listener and that works but only for a short period of time.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Just set custom icons like described in lmt's OP and set pngs with 0% alpha.
Sent from my Nexus 4
noname81 said:
Just set custom icons like described in lmt's OP and set pngs with 0% alpha.
Sent from my Nexus 4
Click to expand...
Click to collapse
Yea that seems like it would be a simple solution. I have looked all over this app I Dont see any place to set custom icons. I remember doing this at some point in time but can't remember. Can't you help me navigate to it.
Sent from my Galaxy Nexus
Dankstogin said:
Yea that seems like it would be a simple solution. I have looked all over this app I Dont see any place to set custom icons. I remember doing this at some point in time but can't remember. Can't you help me navigate to it.
Sent from my Galaxy Nexus
Click to expand...
Click to collapse
It's written in the OP:
To have custom icons for the pie items create the following folder structure and put your own png images into it: "/sdcard/Android/data/com.android.lmt/files/". The default icons have the size 120x96px but other image sizes should also work (they will be resized). You can define custom icons for every pie item and/or for every action (LMT first tries to load the icon for the pie pos, then the custom icon for the action and will use the default action icon if no other icon is defined). To set custom pie pos icons name the png pie[0-19].png where e.g. “pie0.png” will be the icon for pie item level1, item1, shorpress and “pie1.png” will be the icon for level1, icon1, longpress. To set custom action icons just name the png [actioname].png (see command section in the OP for action names – use lowercase, e.g. back.png). Please restart the TouchService after you changed the icons, so that LMT can recreate the pie.
Thank You. Worked like a charm! Gesture control all the way now.

[MODS] Build.prop mods:

Build.prop mods: (Thank's to michaelm_007 from Android-Hilfe.de)
Open the "build.prop" in the "/ system" and edit your desired entries.
ro.config.hw_shownavisettings = true means that you can hide the navigation bar (Settings -> Navigation Bar). <- Works with ROM version 104 and 107
ro.config.hw_menu_unlockscreen = true means that you can turn off the lock screen (Settings -> Security) and leads directly to the PIN to unlock, pattern homescreen. <- Works with ROM version 107
ro.config.hw_support_ipcall = true and = false ro.config.hide_sipcall effect that you can use the smartphone as VoiceIP-Telephone (Settings -> Call). <- Works with ROM version 104 and 107
ro.config.hw_voicerecord = true means that you record calls (record) may (at call -> Extended menu). <- Works with ROM version 104 and 107
ro.config.hw_battery_percent = false causes that the percentage next to the battery icon disappears. <- Works with ROM version 104 and 107
ro.camera.sound.forced = 0 causes the shutter sound of the camera is switched off. <- Works with ROM version 104 and 107
the one with camera sound doesnt work for me, b107
palooh81 said:
the one with camera sound doesnt work for me, b107
Click to expand...
Click to collapse
I tried this on two HUAWEI phone, none works
Just delete the sound file
Gesendet von meinem HUAWEI P6-U06 mit Tapatalk 4
TheProd said:
Just delete the sound file
Gesendet von meinem HUAWEI P6-U06 mit Tapatalk 4
Click to expand...
Click to collapse
it still clicks
palooh81 said:
it still clicks
Click to expand...
Click to collapse
did you reboot? it works for me.
TheProd said:
did you reboot? it works for me.
Click to expand...
Click to collapse
i did
did you remove the whole section or just the middle one with ro.camera ...
what ROM are you on ?
Just rename
/system/media/audio/ui/camera_click.ogg --> to --> camera_click.ogg.bak
then reboot and the camera sound will be gone
Im on B107, but it will work on all versions.
thanks, first i thought you meant to remove the line in build.prop
To hide the navigation bar completely you can add following line to your build.prop.
qemu.hw.mainkeys=1
Be sure to have a backup, for example LMT Launcher. Otherwise you will have troubles navigating in Android
rosiusyves said:
To hide the navigation bar completely you can add following line to your build.prop.
qemu.hw.mainkeys=1
Be sure to have a backup, for example LMT Launcher. Otherwise you will have troubles navigating in Android
Click to expand...
Click to collapse
somehow i dont have a navi bar at all anymore.. even if the lines for it are set true, can anyone upload his build.prop pls so i can check whats wrong.. ty in advance
-----------
nvm i found the mistake.. the app i installed put the qemu.hw.mainkeys=1 in but didnt remove it after installation.... well coded ..
-> https://play.google.com/store/apps/details?id=com.jrummy.apps.build.prop.editor&hl=de
good app btw
hidding navigation bar worked perfect on beta 114, love it, thx mate
Hi guys!
I tried to hide the navigation bar using the build.prop tweak but the result looks strange:The bar is well hidden everywhere in apps, except on homescreen where I still have those buttons ><" On the Theme thread, I saw a theme where homescreen is without navbar...
Any idea?
Thx!!
MetalsTool said:
Hi guys!
I tried to hide the navigation bar using the build.prop tweak but the result looks strange:The bar is well hidden everywhere in apps, except on homescreen where I still have those buttons ><" On the Theme thread, I saw a theme where homescreen is without navbar...
Any idea?
Thx!!
Click to expand...
Click to collapse
I had the same issue when hiding the navbar.
As workaround I enabled the bar again. Then I set ro.config.hw_shownavisettings=true in build.prop. Then you can auto-hide the navbar automatically. This will also hide the bar on the home screen.
After this you can hide the navbar completely again with qemu.hw.mainkeys=1.
ro.config.hw_battery_percent = false causes that the percentage next to the battery icon disappears.
Click to expand...
Click to collapse
Works on B111 too
how to reduce navigation bar size?
Thx,
Every thing is working fine for me.
Keep it up
khakala said:
Build.prop mods: (Thank's to michaelm_007 from Android-Hilfe.de)
Open the "build.prop" in the "/ system" and edit your desired entries.
Click to expand...
Click to collapse
Hi like your build props
I really want remove vibrating on unlocking phone ..
thnx
khakala said:
Build.prop mods: (Thank's to michaelm_007 from Android-Hilfe.de)
ro.config.hw_shownavisettings = true means that you can hide the navigation bar (Settings -> Navigation Bar). <- Works with ROM version 104 and 107
ro.camera.sound.forced = 0 causes the shutter sound of the camera is switched off. <- Works with ROM version 104 and 107
Click to expand...
Click to collapse
B108 rom here:
navisettings works, camera sound doesn't change anything (there is also no setting for it in the camera app).
khakala said:
Build.prop mods: (Thank's to michaelm_007 from Android-Hilfe.de)
Open the "build.prop" in the "/ system" and edit your desired entries.
ro.config.hw_shownavisettings = true means that you can hide the navigation bar (Settings -> Navigation Bar). <- Works with ROM version 104 and 107
ro.config.hw_menu_unlockscreen = true means that you can turn off the lock screen (Settings -> Security) and leads directly to the PIN to unlock, pattern homescreen. <- Works with ROM version 107
ro.config.hw_support_ipcall = true and = false ro.config.hide_sipcall effect that you can use the smartphone as VoiceIP-Telephone (Settings -> Call). <- Works with ROM version 104 and 107
ro.config.hw_voicerecord = true means that you record calls (record) may (at call -> Extended menu). <- Works with ROM version 104 and 107
ro.config.hw_battery_percent = false causes that the percentage next to the battery icon disappears. <- Works with ROM version 104 and 107
ro.camera.sound.forced = 0 causes the shutter sound of the camera is switched off. <- Works with ROM version 104 and 107
Click to expand...
Click to collapse
Thankss

[Q] ViperOne M8 v1.4.1 launcher grid?

Hi guys,
Unfortunately as I've not posted here much I cannot ask this question directly in the ViperOneM8 thread.
Ive been using ViperOneM8 1.3 for a few days and really impressed and happy with it, using ViperTweaks id set the launcher/desktop home screen to 6x5 grid and got all my apps/widgets how i wanted them, last night I installed the two OTA updates 1.4 and 1.4.1 and now the grid has reverted to 5x4 grid... it still shows me the 6x5 grid when adding apps/widgets but when i display the launcher it only displays 4 wide and 5 high, with the 5 column being off screen to the right and the 5th row being behind the bottom quick launch buttons.
Anyone know if the 6x5 grid is still an option of this rom and I simply haven't found where to select the option in the new ViperTweaks? or if its been removed on purpose?
Thanks for any help, Darryn.
DreederUK said:
Hi guys,
Unfortunately as I've not posted here much I cannot ask this question directly in the ViperOneM8 thread.
Ive been using ViperOneM8 1.3 for a few days and really impressed and happy with it, using ViperTweaks id set the launcher/desktop home screen to 6x5 grid and got all my apps/widgets how i wanted them, last night I installed the two OTA updates 1.4 and 1.4.1 and now the grid has reverted to 5x4 grid... it still shows me the 6x5 grid when adding apps/widgets but when i display the launcher it only displays 4 wide and 5 high, with the 5 column being off screen to the right and the 5th row being behind the bottom quick launch buttons.
Anyone know if the 6x5 grid is still an option of this rom and I simply haven't found where to select the option in the new ViperTweaks? or if its been removed on purpose?
Thanks for any help, Darryn.
Click to expand...
Click to collapse
Open terminal on your phone type su then enter then paste this sqlite3 /data/data/com.android.providers.settings/databases/settings.db "update system set value=44 where name ='tweaks_cell_setting'" and reboot
jaythenut said:
Open terminal on your phone type su then enter then paste this sqlite3 /data/data/com.android.providers.settings/databases/settings.db "update system set value=44 where name ='tweaks_cell_setting'" and reboot
Click to expand...
Click to collapse
Perfect, many thanks. Hope they fetch 6x5 back in a future update.

Resurrection Remix v5.4.1 | UNOFFICIAL | moonlight ROMs

Resurrection Remix v5.4.1 - Android 5.1
Here's what Google Translate says:
Update log:
Google code update to Android 5.1.0_r3
Lock Screen Weather Panel
Recent Tasks panel to add memory column
Quick Setup customization
Volume panel timeout
Quick Set: Detailed view title visible behind transparent
Add RR startup dialog
So notify the font color and theme of darkness and light is more compatible
Keyboard Lock: Enable Quick Unlock Enter key does not show
SD Card / USB storage types with the actual
Wireless charging according to the charging notification settings
Hide the second icon and divider panel for volume expansion
Add brightness settings
If the user disables wake button, when to wake sleepy no longer supported.
Topic: removing unnecessary queries updatewallpaper
SystemUi: Nuke second icon.
Boot animation: Set CPU accelerated tips
Achieve volume Panel / animation Materialize
Press killing configure the timeout
Remove redundant ic_qs_signa
Do not use the SIM card display name if there is no information available l_hp.png
The default value to the core mobile Settings.Secure.ADVANCED_MODE
The forward / reverse lookup default coverage
Add security fixes blacklist permission group
System interface: Restore text style to its original state
System interface: expanding shadow notice
Repair bluetoothcontrollerimpl formatting issues
After the repair startup screen recording FC
Strategy: In the lock screen does not allow the application switcher / Recent Tasks
Including all updates and fixes CM12.1
Extended Update log, track activities GitHub
Remix Part functions:
1. Animation Control: System
2. Animation Control: List View animation
3. Animation Control: Scroll modification
4. Animation Control: Input Method Animation
5. Animation Control: Toast Animation
6. Apply the sidebar and set
7. button: left-handed mode
8. Key: navigation size and settings
9. buttons: Power button, Home button and other settings
10. Freedom gesture and its settings
11. In the drop-down notification bar: Fast pulldown, intelligent pulldown
12. In the drop-down notification bar: disable the lock screen
13. The pull-down notification bar: Display weather
14. The pull-down notification bar: Quick Setup
15. Status Bar: battery and battery percentage Style
16. Status Bar: The battery bar options and their settings
17. Status Bar: clock and date style settings
18. Status bar: Brightness Control
19. Status Bar: Display a notification count
20. Status bar: notification animation
21. Status Bar: The status bar and set speed
22. Status Bar: Wake Lock interception
23. Double-click on the navigation bar into hibernation
24. Scroll cache
25. The navigation bar tint
26. Application of the circle bar
27.LCD density
28. There are a lot of features at your own experience Brush
5.0 ROM, do not delete the input method, whether the return of keys, house keys and other keys will fail!
If you need to remove the input method, please delete before installing other input methods and set default to
note: more than 4.4 ROM, USB debugging mode is turned on: Click Settings - About This Mac version number inside five times or more, and then return to the set - Developer options which you can see
; T9 smart dialing
; come and join electrical display and SMS attribution
; replace the system comes with input method Google Pinyin
; adding third-party software support uninstall
; integrates several mainstream, if they support the work of the developers, you can keep using, if you do not support You can uninstall itself
; default on an unknown source
; System comes with Root privileges
; rapid smooth and stable
; add the full localization of Chinese string set has been basically finished ok
Precautions
Note: The above 4.4 ROM, USB debugging mode is turned on: Click Settings - About This Mac version number inside five times or more, and then return to the set - you can see inside the developer options, please tick before you connect the computer selected developer mode inside USB debugging
5.0 ROM, do not delete the input method, whether the return of keys, house keys and other keys will fail!
If you need to remove the input method, please install additional input before you can delete and set as default
Download
http://pan.baidu.com/s/1dDgvJsH
Thank the team and the individual: Remix team, Cyanogenmod team, ghbhaha, kylindev, Crdroid etc.
Screenshots:
http://forum.xda-developers.com/showpost.php?p=60029887&postcount=12
I found this ROM in moonlight's blog.
I don't have armani, I hve cancro, but I found this and wanted to share moonlight's work with you guys, hence I made a separate thread in General section as opposed to posting in the Discussion thread for RR in Android Dev section.
Features are really, REALLY, extreme, which are mentioned here. If anyone can test this and report back, That would be great! (Me? no, My internet giving 20kbps).
cyberzone5 said:
Features are really, REALLY, extreme, which are mentioned here. If anyone can test this and report back, That would be great! (Me? no, My internet giving 20kbps).
Click to expand...
Click to collapse
I JUST tried 5.4.1 for cancro and it seemed stable enough (except some device-specific issues due to new kernel sources). Only bug I found was Settings>Configurations>Misc caused FC. Probably cuz I dirty-flashed.
If you're looking to flash a 5.1 ROM, you might as well...
Download complete , will report after spending some time with it.
---------- Post added at 06:26 PM ---------- Previous post was at 05:45 PM ----------
well the rom nearly tested my patient I was almost sure it bootlooped but setup wizard finally showed after 7 minutes.It appears to be based on syhost ROM ,but it is much smoother and faster.
sanjib734 said:
Download complete , will report after spending some time with it.
---------- Post added at 06:26 PM ---------- Previous post was at 05:45 PM ----------
well the rom nearly tested my patient I was almost sure it bootlooped but setup wizard finally showed after 7 minutes.It appears to be based on syhost ROM ,but it is much smoother and faster.
Click to expand...
Click to collapse
Are there any major bugs?
I'm planning to flash this on my sis's armani...
The Dork Knight Rises said:
Are there any major bugs?
I'm planning to flash this on my sis's armani...
Click to expand...
Click to collapse
No major bugs, in fact one of most stable ROMs , Latest beast kernel RC2 working.
sanjib734 said:
No major bugs, in fact one of most stable ROMs , Latest beast kernel RC2 working.
Click to expand...
Click to collapse
BTW, I would suggest uninstalling apps MobileSyncService and ROMstatis. They are 3rd-party apps of dubious origins.
The Dork Knight Rises said:
BTW, I would suggest uninstalling apps MobileSyncService and ROMstatis. They are 3rd-party apps of dubious origins.
Click to expand...
Click to collapse
Already froze them using TB.
Good ROM
Beast kernel works means it is based on armani dev sources.
Anyone upload screenshots..
BATVIC said:
Anyone upload screenshots..
Click to expand...
Click to collapse
Here u go ...screenshots.
is it possibl to change cpu maximum frequency?
coz i tried lots of 5.x roms but cant set cpu maximum frequency........
use beast kernel.
Any heating issues???
Anikush said:
Any heating issues???
Click to expand...
Click to collapse
Heating depends on user's pattern of use ,why not try yourself?
sanjib734 said:
Heating depends on user's pattern of use ,why not try yourself?
Click to expand...
Click to collapse
sanjib, how's the rom? better than AICP?
Vj Raj said:
sanjib, how's the rom? better than AICP?
Click to expand...
Click to collapse
I didn't try aicp so can not compare but this ROM is very fast and fluid animation scales are set at 1.5 by default still ROM flies.
beast kernel
hi, what beast kernel did you flash? stuck in bootloop, boot.img? i dont understand
Unable to download. Please give mirror link

Categories

Resources