[Mod] add all apps support to splitview - Verizon LG G3

Ok, this was super easy. You'll need basic knowledge on editing your build.prop. Change this line under additional build properties (section way down at the bottom):
persist.splitwindow.support_all=false
To:
persist.splitwindow.support_all=true
Reboot - profit...
I had difficulty opening my build.prop in text editor with root explorer (go figure), something about the file being too large - I'm at a loss on this one. So I used the build editor in rom toolbox.

Any screenshots of this? You're talking about dual window right
Sent from my VS985 4G using Tapatalk

czerdrill said:
Any screenshots of this? You're talking about dual window right
Sent from my VS985 4G using Tapatalk
Click to expand...
Click to collapse
Yup, all installed apps can be used.
{
"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"
}

Now that is awesome...thanks!
Sent from my VS985 4G using Tapatalk

LMAO.. i must be blind. i can't find it in the list

droidrev71 said:
LMAO.. i must be blind. i can't find it in the list
Click to expand...
Click to collapse
I got and done!!!!

oneandroidnut said:
I got and done!!!!
Click to expand...
Click to collapse
Congratulations! I found it and I'm done too. Plus, I thanked the OP!

I can't find it either!!! Have been looking for 30 minutes!

yousefarman89 said:
I can't find it either!!! Have been looking for 30 minutes!
Click to expand...
Click to collapse
hey as the OP mentioned you wont find it using Root Explorer cuz the file is too big to open...use rom toolbox's build editor

I have a quick question regarding split screen.. I was playing with a G3 today and couldn't tell if their was screen rotation lock but when you do split screen, can you go into landscape mode?
I'm about to ditch my S5 but split screen in landscape is great for google maps and music while driving

You know what I've realized that this doesn't work for me as I thought. I do see all my apps listed when I do this mod but when I select them in the dual window ui, it just brings up the app full screen. Has anyone gotten this to work with an unsupported out of the box app
Sent from my VS985 4G using Tapatalk

socalwrxx said:
I have a quick question regarding split screen.. I was playing with a G3 today and couldn't tell if their was screen rotation lock but when you do split screen, can you go into landscape mode?
I'm about to ditch my S5 but split screen in landscape is great for google maps and music while driving
Click to expand...
Click to collapse
just tried it and yes it works in landscape mode

Is everyone who it works for using the stock launcher? Also on verizon?
Edit nevermind got it...thanks again OP
Sent from my VS985 4G using Tapatalk

neckbonest said:
just tried it and yes it works in landscape mode
Click to expand...
Click to collapse
Thanks!

First off thanks to the OP for this!
For those who aren't comfortable editing their build prop the Flex Multi Window Mod also works.
http://forum.xda-developers.com/showthread.php?t=2707310
It's just an apk you install them select which apps you want included
- Sent From My G3

Thanks annoyingduck. Very easy.
Sent from my SM-P600 using Tapatalk

I use root explorer as well. I didn't realize that the text editor cant handle that large of a file... Anyway this is the way that I got around it on my Mac:
On Mac:
adb pull /system/build.prop .
vi build.prop
<Make changes>
adb push ./build.prop /mnt/sdcard/
On phone:
Remount /system RW in Root explorer
Rename /system/build.prop to /system/build.prop.bak
Move /sdcard/build.prop to /system/build.prop
Reboot

t1n0m3n said:
I use root explorer as well. I didn't realize that the text editor cant handle that large of a file... Anyway this is the way that I got around it on my Mac:
On Mac:
adb pull /system/build.prop .
vi build.prop
<Make changes>
adb push ./build.prop /mnt/sdcard/
On phone:
Remount /system RW in Root explorer
Rename /system/build.prop to /system/build.prop.bak
Move /sdcard/build.prop to /system/build.prop
Reboot
Click to expand...
Click to collapse
Cool, thanks for sharing. I notified speed software about the issue and they have been getting reports of the issue on lg devices. They are "looking into it".

So when do we get this for qslide lol
Sent from my VS985 4G using Tapatalk

czerdrill said:
So when do we get this for qslide lol
Sent from my VS985 4G using Tapatalk
Click to expand...
Click to collapse
if you install xsposed and xhalo floating window, it almost the same thing

Related

[APP] Droid 3 Camera App

So, here's my second contribution to the Photon 4G community in less than 24 hours. Took some time, some work and a lot of learning but I finally got it down... The camera app from the Droid 3. It looks a lot better than our current app and adds the Panorama picture option (which I'm working on; doesn't work as of yet).
IF ANYTHING HAPPENS TO YOUR PHONE, I AM NOT AT FAULT!
Prerequisites:
You need to be rooted
Have a general idea about ADB
Computer running Windows
Download Modded BlurCamera.apk from here:
http://www.multiupload.com/X7JFD9TAVR
Anything in BOLD tells you what you will be doing
Anything in RED needs to be typed in.
1. Visit this link and follow the directions to Deodex your system:
http://www.droidxforums.com/forum/droid-x-themes/4620-how-manually-deodex-your-phone.html
2. Place BlurCamera.apk in your Android SDK Platform-Tools Folder (for example; I extracted the sdk to c:\android so my platform-tools folder is in the directory c:\android\platform-tools)
3. Adb push BlurCamera.apk to your sd card
adb push BlurCamera.apk /sdcard/
4. Open a shell as root
adb shell
su
You should now see a # instead of an $
5. Mount /system
/bin/mount -o remount,rw /system
6. Copy BlurCamera.apk to /system/app
cp /sdcard/BlurCamera.apk /system/app
7. Set permissions
Go into Root Explorer and set permissions to rw-r--r--
7. Reboot phone
reboot
And viola! It works!
Please post your results!
Thank you to @PAulyhoffman for his assistance and patience to teach me and thoroughly explain what was going on!
Donations are welcome for a college student starting out in developing!
Check out my other post to find out how to get google talk with video and voice chat working here:
http://forum.xda-developers.com/showthread.php?t=1200041
Excellent, I hope you get it!
Good Luck!!
+1
Sent from my MB855 using XDA App
Making some headway with the port. Just thought I'd update everyone!
Can't wait! Thanks for your work!
Sent from my MB855 using XDA App
radrian92 said:
Can't wait! Thanks for your work!
Sent from my MB855 using XDA App
Click to expand...
Click to collapse
It works... Just got it done trying to get a write-up before I sleep will simplify the write-up tomorrow. I promise. Donations are welcome for a college student learning all the ropes as he goes along!
Check out my post in the Themes and Apps section to get Google Video and Voice chat working with Google Talk!
ballerx43 said:
It looks a lot better than our current app and adds the Panorama picture option (which I'm working on; doesn't work as of yet).
Click to expand...
Click to collapse
FYI - we already have a panorama option. It isn't under the camera settings as you would think, but if you press menu, and select picture modes, you have a panorama option. It works well and stitches the photos together itself.
Hi there. Got myself a rooted photon and followed your directions and no luck. I might try again later but I didnt happen to backup my stock camera app. Could you by chance upload that or send to me? Thanks a lot.
Sent from my MB855 using XDA App
How is the picture quality with the app?
Will this camera .apk work on the Atrix too?
What's the difference in the camera? How about some screenshots?
{
"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"
}
screenshot. it's cleaner, nicer to use.
Sent from my MB855 using XDA App
I'll sum this up very quickly.
1. adb push BlurCamera.apk /system/app
2. reboot
Done.
Korey_Nicholson said:
I'll sum this up very quickly.
1. adb push BlurCamera.apk /system/app
2. reboot
Done.
Click to expand...
Click to collapse
Doesn't work this easily. Follow my directions step by step so you wont have any problems.
Sent from my MB855 using XDA App
Does the new camera give us 1080 recording and better pic quality?
Sent from my MB855 using Tapatalk
I deodex the phone and followed your instructions and rebooted and then when the phone came back up I was missing the camera application. I browsed to the /system/app directory and BlurCamera.apk is present and has the proper permissions. When I click on BlurCamera.apk it prompts me to install it but that just fails.
Any Suggestions on how to bring back the camera?
Thexfactor2011 said:
I deodex the phone and followed your instructions and rebooted and then when the phone came back up I was missing the camera application. I browsed to the /system/app directory and BlurCamera.apk is present and has the proper permissions. When I click on BlurCamera.apk it prompts me to install it but that just fails.
Any Suggestions on how to bring back the camera?
Click to expand...
Click to collapse
Just push the your original BlurCamera.apk file to /system/app/ set permissions and reboot. If you need it, pm me. If you have root explorer it makes it easier.
So I was able to bring the camera back by copying the original camera apk back to the system/app directory and setting the permissions with root explorer.
Sent from my MB855 using XDA App
how do you set permissions like rw--r--r? whats that mean can we break it down plz
rhyme187 said:
how do you set permissions like rw--r--r? whats that mean can we break it down plz
Click to expand...
Click to collapse
On the left side under read check all 3, in the middle under wright, check just the top. Make sure nothing else is checked.

[Q] ADB multiple line file listing

Hello,
I have developed a program that will allow android users to navigate through the files. But the problem is that when I use the "ls" command it doesn't make always a new line after each file but it places it in one line.
Here is a 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"
}
So my question is: Is there a way to make it list each file in new line? (using adb commands)
What you are looking for is "ls -1" command. It works on bash shell. But not sure that it will work with adb.
Sent from my HTC Sensation XE with Beats Audio using Tapatalk 2 Beta-2
musarraf172 said:
What you are looking for is "ls -1" command. It works on bash shell. But not sure that it will work with adb.
Sent from my HTC Sensation XE with Beats Audio using Tapatalk 2 Beta-2
Click to expand...
Click to collapse
Oh great. Thank You for such a quick answer. It works !!! Now I can keep going with my program.
One more question. Do You know maybe how to handle files that have space in the name?
jakuburban said:
Oh great. Thank You for such a quick answer. It works !!! Now I can keep going with my program.
One more question. Do You know maybe how to handle files that have space in the name?
Click to expand...
Click to collapse
for every space you have to use a back slash. Example "/etc/my folder" will be "/etc/my\ folder"
Sent from my HTC Sensation XE with Beats Audio using Tapatalk
Would you mind to share more about your app?
Sent from my HTC Sensation XE with Beats Audio using Tapatalk
musarraf172 said:
for every space you have to use a back slash. Example "/etc/my folder" will be "/etc/my\ folder"
Sent from my HTC Sensation XE with Beats Audio using Tapatalk
Click to expand...
Click to collapse
Nope, that doesn't work
adb shell ls -1
works for me!!!
ignore this!!!!
jakuburban said:
Nope, that doesn't work
Click to expand...
Click to collapse
It should . Open adb shell and try . Do'nt omit the space . You need to put the back slash to tell that a white space is coming in the file name . So "My Folder" will be "My\ Folder" not "My\Folder"
musarraf172 said:
It should . Open adb shell and try . Do'nt omit the space . You need to put the back slash to tell that a white space is coming in the file name . So "My Folder" will be "My\ Folder" not "My\Folder"
Click to expand...
Click to collapse
musarraf172 said:
Would you mind to share more about your app?
Sent from my HTC Sensation XE with Beats Audio using Tapatalk
Click to expand...
Click to collapse
1. I've tried to do it in many ways, the space was there but it just doesn't work. It won't work, it only shows the basic adb commands.
2.Yes, the app is in my description. This "Managing..."
jakuburban said:
1. I've tried to do it in many ways, the space was there but it just doesn't work.
Click to expand...
Click to collapse
Did you use both quotation marks and escaped the whitespace using backslash?
You have to use either or, so either
Code:
adb shell ls "/path/to/some file with space"
or
Code:
adb shell ls /path/to/some\ file\ with\ space
.
The ls I have on my android device do not accept the -1 argument, so if you are aiming for compatibility using that is perhaps not a good idea.
Yes I did. The ls -1 works fine but this "\ " doesn't work. It is still just seen as a normal space. Maybe there is a newer version of adb.exe that supports it
Here are some screens
But what about just quotation marks?
Code:
adb pull "/sdcard/INSTALKI/font smolna.zip"
eppeP said:
But what about just quotation marks?
Code:
adb pull "/sdcard/INSTALKI/font smolna.zip"
Click to expand...
Click to collapse
Thanks, that's what I wanted. We don't need to use "\ " only just a normal space but the whole location name must be in quotation marks

[PORT/MOD] SmartActions app Port 12/13/12 v0.2.4

The very first Smart Actions Port v0.1.2(12/13/12)
Ported from Droid Razr MAXX VRZ_XT912_6.7.2-180_DHD-16_M4-31_1FF
Requires ICS
Has not been tested on JB. (Should work)
All rooted devices should work.
Miui doesn't seem to work, you can 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"
}
Install:
1. Download Here
2. Do a nandroid backup
3. Extract and run bat file in windows
4. Enjoy
Alternate method:
1. Open command prompt
2. Do a Nandroid backup
3. Extract zip
4. In Command Prompt explore to adb location and type:
Code:
adb remount
5. Then:
Code:
adb push [drag and drop system folder from extraction location] /system
ex.: adb push C:\Users\Joe-Acer\Desktop\SmartActions\bin\system /system
6. Reboot
Code:
adb reboot
Do not update from market, WILL BREAK IT
Known Bugs, Not working:
1. Location conditions
Code:
Change log:
v0.1.0:
Initial Release
v0.2.3
Released to Public
v0.2.4:
Fixed wallpaper (Only limited to RAZR wallpapers)
Added:
homescreen
LiveWallpapers.apk
MagicSmokeWallpapers.apk
NetworkLocation.apk
SocialShare.apk (not tested, more like public test)
How to use SmartActions:
PM me questions
If you want to integrate this into your rom be sure to PM and credit me.
Hmm what's this?
(First...)
from my E3D
tatnai said:
Hmm what's this?
(First...)
from my E3D
Click to expand...
Click to collapse
Heard of tasker, like that but more reliable, in my opinion anyway
How do I install this from my phone...
donbudafuko said:
How do I install this from my phone...
Click to expand...
Click to collapse
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Would it be possible to get some screenies?
Sent from my PG86100 using Tapatalk 2
Many people don't understand this.
Would be great if you do a "How To" w/Review video.
That would be great.
Looks very interesting thanks for this
Sent from my PG86100 using Tapatalk 2
joekp said:
copy the files from bin/system to /system... need a root file explorer to copy the files... then reboot
Click to expand...
Click to collapse
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Redneckhightech said:
What root explorer do you use? I tried Astro and it did not let me write the files to the directories, gave me errors every time, and when I tried individually it said could not write also.... Going to look for another root explorer
Click to expand...
Click to collapse
Esfilexplorer and go to settings and check all three checkmarks under root
joekp said:
Esfilexplorer and go to settings and check all three checkmarks under root
Click to expand...
Click to collapse
You may need to make sure that the permissions are set right. ES will change them. Just long press the files, go to properties, then change the permissions.
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Roxxas049 said:
So we copy each of the files in the /system directory of the smartactions folders into their respective folders in the phones /system?
for instance there is a folder for the app, all of those files go into the /system/app folder of our phones?? etc...
Click to expand...
Click to collapse
Yes
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
OP clearly states "requires ICS".
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
To be fair, it also says "Has not been tested on JB. (Should work)".
ramjet73
ZWYATT said:
OP clearly states "requires ICS".
Click to expand...
Click to collapse
Check the play store for update
Roxxas049 said:
As soon as I set up a rule it force closes, and then continues to do so each time. I'm using a standard PA JB rom.
Click to expand...
Click to collapse
Check the play store for update might fix it
Update worked for me... No fc so far
there is another app in the play store that basically operates the same way. https://play.google.com/store/apps/details?id=AutomateIt.mainPackage&feature=search_result#?t=W251bGwsMSwxLDEsIkF1dG9tYXRlSXQubWFpblBhY2thZ2UiXQ.. its called automateit. Good job with the port.

[MOD]Translucent Lockscreen/Navbar/Statusbar[4.4]

well here you guys go.....title kinda says it all. this enabled the translucent navbar/lockscreen/statusbar on google's android 4.4 ota...just push the framework-res.apk to /system/framework/ and you should be set..tested on my nexus 10
http://www.androidfilehost.com/?fid=23212708291677144
Just installed it and seems to work great, although its lagging a bit now (don't know if more so than before).
Thanks very much!
Ugh, I cannot seem to get this working. I've tried pushing it through adb while in recovery (I get no root access while it's on) but when I boot the framework-res.apk is not the one i pushed (file size doesn't match) and I also do not get transparent bars. I tried using ES File Explorer to push it, but then the whole tablet refused to boot afterwards and I had to restore nandroid. How did you push it?
Maybe i am dumb, but i get an access denied error when i attempt to push this to system/framework/. I tried moving it manually through root explorer and i got stuck in a wicked boot loop. do i somehow need to give my adb commands su privileges?
So anyone who did this can you explain how? With adb? Or root explorer?
Sent from my Nexus 10 using xda app-developers app
abdel12345 said:
So anyone who did this can you explain how? With adb? Or root explorer?
Sent from my Nexus 10 using xda app-developers app
Click to expand...
Click to collapse
I followed this and it worked. you just need to change the permissions on the new apk, and move in a root explorer.
http://www.androidtablets.net/forum...lly-replace-framework-res-apk-stock-roms.html
caryzub said:
I followed this and it worked. you just need to change the permissions on the new apk, and move in a root explorer.
http://www.androidtablets.net/forum...lly-replace-framework-res-apk-stock-roms.html
Click to expand...
Click to collapse
Thanks. So did it work nice and smooth or did you notice any slow downs. And to reverse it do I just extract the system ui all from the factory image and push it there the same way I push this one?
Sent from my Nexus 10 using xda app-developers app
Sorry for offtopic but how can I root stock 4.4/.
abdel12345 said:
Thanks. So did it work nice and smooth or did you notice any slow downs. And to reverse it do I just extract the system ui all from the factory image and push it there the same way I push this one?
Sent from my Nexus 10 using xda app-developers app
Click to expand...
Click to collapse
It works great with Nova launcher. You could copy your old framework-res.apk before doing this so you can easily revert back. Honestly you wont want to if you are using nova launcher.
Amiga4ever123 said:
Sorry for offtopic but how can I root stock 4.4/.
Click to expand...
Click to collapse
Flash latest supersu
Sent from my Galaxy Nexus using XDA Premium HD app
Amiga4ever123 said:
Sorry for offtopic but how can I root stock 4.4/.
Click to expand...
Click to collapse
flash this in cwm
http://download.chainfire.eu/351/SuperSU/UPDATE-SuperSU-v1.65.zip
THX got root again
Works great! Thanks!
I just went into twrp mounted system, then did adb push framework-res.apk /system/framework/
wiped dalvik and cache fixed permissions and rebooted should work fine, i tried to do dual pane for settings but that didn't work out
Oh, mounting system was a good idea
What's the performance like?
Doesnt work for me :\ I replaced framework file using Root Explorer. No effect. I updated kitekat using fastboot maybe thats the problem?
Hi, I tried to do what you say but will not let me change the permissions of framework-res.apk file that I downloaded. I use root-explorer but it can't change the file to rw-r-r Have a zip to flash? Can I see a picture to see how it change?
Thx
You need copy this file to /system then U will able to change the permission.
pepetops said:
Hi, I tried to do what you say but will not let me change the permissions of framework-res.apk file that I downloaded. I use root-explorer but it can't change the file to rw-r-r Have a zip to flash? Can I see a picture to see how it change?
Thx
Click to expand...
Click to collapse
{
"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 was having a hard time installing this myself. After multiple tries using file explorer and bootloops, i used twrp file managef to move this to system/framework and i fixed permission anx wiped dalvik cache in twrp. Then I rebooted and finally it worked.
Sent from my Nexus 10 using XDA Premium HD app

(script) Access all those hidden menus

To go with the thread on hidden menus/settings/dialer codes:
http://forum.xda-developers.com/showthread.php?t=2578216
I made a script to easily access them.
For convienence I put it in /system/bin and call it from terminal >$ but however you do it is fine. Not required to be called from root prompt but su binary installed to one of your PATH is. Extract gmenu from zip attachment.
Anyways enjoy ppl.
{
"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"
}
Update: Added some more menus.
Added another menu and ability to send secret codes with no formatting (e.g. *#*#xx#*#* ##xx# etc etc) also nice about this is many that just dont work from the dialer WORK this way!!
A great thread by E:V:A with many working codes here: http://forum.xda-developers.com/galaxy-s3/general/ref-secret-codes-hidden-features-t1687249
can this be made in an apk? i guess termianl emulator needs a root access to work?
how can i access usbsettings without rooting? plz guide
swapyworld said:
can this be made in an apk? i guess termianl emulator needs a root access to work?
how can i access usbsettings without rooting? plz guide
Click to expand...
Click to collapse
Check out GalaxyTools in the themes and apps subforum. It does need root though.
or from dialer try ##diag# or ##dmmode# or ##port# if you dont have root.
idone said:
Check out GalaxyTools in the themes and apps subforum. It does need root though.
or from dialer try ##diag# or ##dmmode# or ##port# if you dont have root.
Click to expand...
Click to collapse
Sorry but how can type diag in dialer? I mean ##344424# is diag?
Sent from my SM-N900P using Tapatalk
swapyworld said:
Sorry but how can type diag in dialer? I mean ##344424# is diag?
Sent from my SM-N900P using Tapatalk
Click to expand...
Click to collapse
Yes letters are on the number buttons. The logical words and abbreviations are easier to remember than numbers.
I have download the gmenu.zip but can't seem to get the menu to open. I have tried ( # ls /storage/emulated/0/download/gmenu) and nothing happens. Please help
Sent from my SM-N900P using XDA Free mobile app
Titan_evo said:
I have download the gmenu.zip but can't seem to get the menu to open. I have tried ( # ls /storage/emulated/0/download/gmenu) and nothing happens. Please help
Sent from my SM-N900P using XDA Free mobile app
Click to expand...
Click to collapse
You could checkout my app which has all these menus and more.
http://forum.xda-developers.com/not.../app-one-click-hotspot-enabler-menus-t2816159
But I just retested my script on 4.4.4 for you.
Call it from root prompt #source /pathtofile/gmenu or if you have copied it to xbin bin sbin just execute like #source gmenu and it will run.
tutorials
idone said:
You could checkout my app which has all these menus and more.
http://forum.xda-developers.com/not.../app-one-click-hotspot-enabler-menus-t2816159
But I just retested my script on 4.4.4 for you.
Call it from root prompt #source /pathtofile/gmenu or if you have copied it to xbin bin sbin just execute like #source gmenu and it will run.
Click to expand...
Click to collapse
any video tutorial on how to use this

Categories

Resources