Add Multiwindow Support for Apps thru CSC file - Galaxy Note 10.1 Themes and Apps

UPDATE: A fellow xda member created an app that will help you add multiwindow support for your app through feature.xml. You can visit his thread here.
This maybe a simple way to add multiwindow support to apps without having to modify apks and at the same time be able to update your apps without losing multiwindow support just by editing a simple text file. This may or may not work for you.
I don't have a note10.1 but as I was trying to port some features from the note10.1 to the note1, I came across a smali code fragment that checks for multiwindow supported apps in CSC file as well as excluded apps so I tried to investigate further and found out that you can actually add multiwindow support for almost any app by just adding it's package name in feature.xml or other.xml in /system/csc folder. So if you look into your feature.xml file you will see the code below.
Code:
<CscFeature_MultiWindow_AddOnApp>-com.google.android.apps.maps,-com.google.android.maps,-com.google.android.gm,-com.google.android.talk,-com.google.android.youtube,-com.android.chrome,-com.facebook.katana,-com.twitter.android,-com.kakao.talk,-com.android.email,-com.android.mms,-com.sec.android.mms.kor,-com.sec.android.app.snotebook,-com.infraware.polarisviewer4,-com.infraware.polarisoffice4</CscFeature_MultiWindow_AddOnApp>
What to do?
Just delete all package names inside like below:
Code:
<CscFeature_MultiWindow_AddOnApp></CscFeature_MultiWindow_AddOnApp>
Then add the package name of every app you want to have multiwindow support like this...
Code:
<CscFeature_MultiWindow_AddOnApp>com.android.vending</CscFeature_MultiWindow_AddOnApp>
and add another like below (separated by a comma) :
Code:
<CscFeature_MultiWindow_AddOnApp>com.android.vending,com.android.settings</CscFeature_MultiWindow_AddOnApp>
If you notice, there are no "-" prefixes to package names and there are no white spaces (this is very important).
How to find the package name?
You can look into the /data/data folder using root explorer/solid explorer/root browser and find the folder that corresponds to the app you want to add. The folder name is the package name.
NOTE: If you have the feature.xml file but doesn't have the <CscFeature_MultiWindow_AddOnApp></CscFeature_MultiWindow_AddOnApp> code above, then just copy the code above and insert it into your feature.xml file.
NOTE:If you don't have the feature.xml file but have the other.xml file, just copy the code above into your other.xml and edit it and insert the apps you want. Remember to reboot after editing for the change to take effect.
This feature works for my stock rooted deodex note n7000 (not modded for unlimited multiwindow apps).
* The smali code where I got this idea from is note1 JB 4.1.2 so for note10.1 it may also be only available for JB 4.1.2.
If it works for you show some appreciation. Post feedback and share your experience for the benefit of others.

I have a note 10.1 and I tried this. I got into the feature.XML file and it doesn't look anything like that. I would love this to work... but I am still on ICS and wonder if that may be the problem.
Any help? Or was anybody else able to do this and make it work?

Ok I got the file by default all google apps are mutiwindow enabled but the same still do not have this feature

I am 4.1.2 but unfortunately haven't got a multiview line in the xml.
Sent from my GT-I9300 using xda app-developers app

samir_a said:
Ok I got the file by default all google apps are mutiwindow enabled but the same still do not have this feature
Click to expand...
Click to collapse
Yes same here.

I tried with Dropbox and other apps but this mod doesn't work. But a strange thing has happened: when I mod the file all apps in the original list become MultiWindow!! In this way now I have gmail 4.2.1 in MultiWindow and I have download it from playstore (The same thing for YouTube, Facebook, Chrome ecc ecc).
Inviato dal mio GT-N8000 con Tapatalk 2

Mirkokkk said:
I tried with Dropbox and other apps but this mod doesn't work. But a strange thing has happened: when I mod the file all apps in the original list become MultiWindow!! In this way now I have gmail 4.2.1 in MultiWindow and I have download it from playstore (The same thing for YouTube, Facebook, Chrome ecc ecc).
Inviato dal mio GT-N8000 con Tapatalk 2
Click to expand...
Click to collapse
Im glad you also experienced this aswell. I noticed this aswell when i opened up the dock and saw google maps. I did not expect this to happen and thought i always had it but was over looked. Now it all makes sense lol
Sent from my GT-N8000 using Tapatalk 2

What exactly did you change and it which file? I cant find what the op says
Sent from my GT-N8013 using XDA Premium HD app

damonsmith666 said:
What exactly did you change and it which file? I cant find what the op says
Sent from my GT-N8013 using XDA Premium HD app
Click to expand...
Click to collapse
yep... can someone pls explain and clarify?
---------- Post added at 10:02 AM ---------- Previous post was at 10:01 AM ----------
Mirkokkk said:
I tried with Dropbox and other apps but this mod doesn't work. But a strange thing has happened: when I mod the file all apps in the original list become MultiWindow!! In this way now I have gmail 4.2.1 in MultiWindow and I have download it from playstore (The same thing for YouTube, Facebook, Chrome ecc ecc).
Inviato dal mio GT-N8000 con Tapatalk 2
Click to expand...
Click to collapse
can you pls clarify and explain what exactly you did?

thegios said:
yep... can someone pls explain and clarify?
---------- Post added at 10:02 AM ---------- Previous post was at 10:01 AM ----------
can you pls clarify and explain what exactly you did?
Click to expand...
Click to collapse
You must mod feature.xml in System/CSC folder. At the end of this file there are strings for multiwindow. In these strings I have only added "com.dropbox.android". In this way Dropbox didn't become multiwindow but yes all apps in the original list (Gmail, youtube, Facebook etc etc)
Inviato dal mio Galaxy Nexus con Tapatalk 2

Mirkokkk said:
You must mod feature.xml in System/CSC folder. At the end of this file there are strings for multiwindow. In these strings I have only added "com.dropbox.android". In this way Dropbox didn't become multiwindow but yes all apps in the original list (Gmail, youtube, Facebook etc etc)
Inviato dal mio Galaxy Nexus con Tapatalk 2
Click to expand...
Click to collapse
didn't work for me...
I have rooted the tablet, opened feature.xml, added dropbox as you said, rebooted... still nothing

thegios said:
yep... can someone pls explain and clarify?
---------- Post added at 10:02 AM ---------- Previous post was at 10:01 AM ----------
can you pls clarify and explain what exactly you did?
Click to expand...
Click to collapse
Does not work ROM][STOCK][4.1.2] N8000 Stock Rooted Busybox Deodexed

kolmanb said:
Does not work ROM][STOCK][4.1.2] N8000 Stock Rooted Busybox Deodexed
Click to expand...
Click to collapse
same here: stock 4.1.2 rooted rom (not deodexed though)

Tried it and it works!!Stock german 4.1.2 rom.
Verstuurd van mijn GT-N8000 met Tapatalk

aartvv said:
Tried it and it works!!
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
ok can you pls explain what exactly you have done step by step?
it didn't work for me...
thanks

thegios said:
ok can you pls explain what exactly you have done step by step?
it didn't work for me...
thanks
Click to expand...
Click to collapse
I used solid explorer and went to the map csc.Then opened the feature.xml file.Scrolled all the way down to the multiview part.Then i put -com.dropbox.android,between the other ones.Rebooted and they were there.Gmail and Gmaps work fine only youtube doesnt scale wright.
Only thing is that when i open a the feature.xml file now it's completly blank!!So i cant make a screenshot.Anyone else with this problem?
Verstuurd van mijn GT-N8000 met Tapatalk

aartvv said:
I used solid explorer and went to the map csc.Then opened the feature.xml file.Scrolled all the way down to the multiview part.Then i put -com.dropbox.android,between the other ones.Rebooted and they were there.Gmail and Gmaps work fine only youtube doesnt scale wright.
Only thing is that when i open a the feature.xml file now it's completly blank!!So i cant make a screenshot.Anyone else with this problem?
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
that's what I did... with no avail... damn... (see attachment)

Oke well don't know if it helps but i putted it behind the the "-com.google android maps," line.Maybe you can try it.
Verstuurd van mijn GT-N8000 met Tapatalk

aartvv said:
Oke well don't know if it helps but i putted it behind the the "-com.google android maps," line.Maybe you can try it.
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
tried that as well... I put it at the beginning, at the end, and after the two maps right before gm... nothing
and i have your same rom...
maybe you did before some other changes?

aartvv said:
I used solid explorer and went to the map csc.Then opened the feature.xml file.Scrolled all the way down to the multiview part.Then i put -com.dropbox.android,between the other ones.Rebooted and they were there.Gmail and Gmaps work fine only youtube doesnt scale wright.
Only thing is that when i open a the feature.xml file now it's completly blank!!So i cant make a screenshot.Anyone else with this problem?
Verstuurd van mijn GT-N8000 met Tapatalk
Click to expand...
Click to collapse
But Dropbox (and so other added apps in the file) doesn't work in MultiWindow, it's right? With es gestore file i haven't this problem (blank file after the mod).
Inviato dal mio GT-N8000 con Tapatalk 2

Related

[APP] [Update] 24-Sept Polaris Office V4.0.3209.05 FV03

Hey,
It's been out a few days now, but not posted, so for those that don't have it, here's the updated Polaris.
seems to open docs faster & opens more formats than previous version.
Enjoy.
GDocs:
https://docs.google.com/open?id=0BwweLdyWmHWCUVdyTk9RUHhGVGM
or
Dropbox:
http://db.tt/fkW6rIU8
Edit: you might have to uninstall prev version before installing.
kam333 said:
Hey,
It's been out a few days now, but not posted, so for those that don't have it, here's the updated Polaris.
seems to open docs faster & opens more formats than previous version.
Enjoy.
https://docs.google.com/open?id=0BwweLdyWmHWCUVdyTk9RUHhGVGM
Edit: you might have to uninstall prev version before installing.
Click to expand...
Click to collapse
Thanks
*throws away my briefcase*
Its Polaris Office time baby
Sent from my GT-N7000 using xda app-developers app
Jamal Ahmed said:
Thanks
*throws away my briefcase*
Its Polaris Office time baby
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
funny guy!
Does it still need Touchwiz libraries?
Darfus said:
Does it still need Touchwiz libraries?
Click to expand...
Click to collapse
if you're asking if it will work on non touchwiz roms, I'm not sure as I only use roms based on tw.
the prev version worked on cm9, etc, but not cm10 or any jellybean.
if you're not on touchwiz maybe you can test & report back for us? or wait for someone else to do it.
cheers
I'm on JB CM10 rom, and the app still Force Close..,
Sent from my GT-N7000 using xda app-developers app
I am on latest CM9 nightly and it works.
Yup works fine on cm9 w/hydra kernel
Via Xda-Dev Elite App
Thanks for the confirmation guys, the galaxy note community will be forever grateful for your courage & strength in the face of great adversity, despite your fears you tested & shared.
we salute you.
cheers.
Works great on SGS2!
Working great on GT-N7000. No FC. I'm on RocketMIUI v3.
I just installed the apk and it works but I guess it depends on weather the libs are present in the ROM. Rocket ROM had it preinstalled.
EDIT: Works perfect on Iconia A500 tablet which had Polaris preinstalled in the ROM too.
FC cm10 nightly hydra kernel.
Sent from my GT-N7000 using xda app-developers app
Can you tell me the source of the file? Is it for poor note? I am asking it because when I am checking for update from polaris office 3, it is showing no update available.
Swyped from my Galaxy Note
shantanubarik said:
Can you tell me the source of the file? Is it for poor note? I am asking it because when I am checking for update from polaris office 3, it is showing no update available.
Swyped from my Galaxy Note
Click to expand...
Click to collapse
from gs3,
the update feature in v3 won't work with the note as this version was meant to be exclusive to the s3 & poss' the note 2.
beastonprowl said:
FC cm10 nightly hydra kernel.
Sent from my GT-N7000 using xda app-developers app
Click to expand...
Click to collapse
Try this (I haven't tried yet):
Extract library from apk
Put them (the four *.so files) in system/lib with correct permissions
Delete library folder from apk
Put the apk In system/app with correct permissions
Reboot
Inviato dal mio GT-N7000 con Tapatalk 2
soloilmeglio said:
Try this (I haven't tried yet):
Extract library from apk
Put them (the four *.so files) in system/lib with correct permissions
Delete library folder from apk
Put the apk In system/app with correct permissions
Reboot
Inviato dal mio GT-N7000 con Tapatalk 2
Click to expand...
Click to collapse
Worth a try!
If anyone does try this method, don't forget to re-sign the apk after editing.

[MOD][init.d] VMLagTuner[TUTORIAL]

Hi!
i found a nice mod from GALAXY S who works on s+ too..
I test Shadowgun Dead Zone with this MOD..it's smooth as hell!
Download MOD
http://forum.xda-developers.com/showthread.php?t=1978061
How to install it:
OPTION 1:
Download SManager from Market.
Put VMLAG on your Internal SD.
With a File Manager,rename the VMLAG(ex VMLagTuner_1_9MP4.pdf to VMLagTuner_1_9MP4 )
Open SManager and serch the file.
And make it look like mine(press SU and Boot) and " IS SCRIPT" .(i post a screen)
Than,press " RUN "
Wait,and that's it. Than,reboot your phone.(Wait for installation)
OPTION 2:
Download the last VMLAG,and just rename (Ex from VMLAGTUNER_1_9MP4.pfd to VMLAGTUNER_1_9MP4
And than,download a root File Manager (like es file) and put file in init.d (i guess /system/etc/init.d )
After,restart your phone.
I test this mod only with Shadow0-Rom-Ics (http://forum.xda-developers.com/showthread.php?t=2014511)
I will make a video to show you Dead Zone without lag on our phone.
Credits: LENAROX (It's his mod)
I guess it's ok to take this post for future video's .
Thank you very much ++++
I will test and report
Sent from my GT-I9001 using xda app-developers app
I put it in init.d folder.
What is command in terminal emulator to see if it works?
Device: Samsung Galaxy S Plus (I9001)
ROM: PAC-man rom 18.0.0 by camcory
Kernel: Stock
Recovery: TWRP TeamWin Recovery Project 2.2.1
USING XDA-APP
Open your terminal emulator
Type as follows:
su ( Press enter)
sysctl -a | grep vm (Enter again)
search for vm.vfs_cache_pressure; if its equal to 300 (I guess you are using the latest script version, cause this value change every new release ), then the script takes affect after boot.
it's compatible with jb roms?
davidteri91 said:
it's compatible with jb roms?
Click to expand...
Click to collapse
Yes.
It's compatible with all ROM's. You just need to have a inti.d support .
Tested on arco's CM9 beta4. NFS Most wanted runs smooth. (had some lags in certain races).
Why this
Sysctl:error reading key 'net.ipv4.route.flush: per mission denied
Sysctl:error reading key 'net.ipv6.route. flush: per mission denied
Inviato dal mio GT-I9001 con Tapatalk 2
davidteri91 said:
Why this
Sysctl:error reading key 'net.ipv4.route.flush: per mission denied
Sysctl:error reading key 'net.ipv6.route. flush: per mission denied
Inviato dal mio GT-I9001 con Tapatalk 2
Click to expand...
Click to collapse
Same
Btw. You may want to add a second way to install this. Remove extensions and add in init.d folder. This way you can always experience this script.!
Sent from my GT-I9001 using xda app-developers app
RobyRc said:
Hi!
i found a nice mod from GALAXY S who works on s+ too..
I test Shadowgun Dead Zone with this MOD..it's smooth as hell!
Download MOD
http://forum.xda-developers.com/showthread.php?t=1978061
How to install it:
Download SManager from Market.
Put VMLAG on your Internal SD.
With a File Manager,rename the VMLAG(ex VMLagTuner_1_9MP4.pdf to VMLagTuner_1_9MP4 )
Open SManager and serch the file.
And make it look like mine(press SU and Boot) and " IS SCRIPT" .(i post a screen)
Than,press " RUN "
Wait,and that's it. Than,reboot your phone.(Wait for installation)
I test this mod only with Shadow0-Rom-Ics (http://forum.xda-developers.com/showthread.php?t=2014511)
I will make a video to show you Dead Zone without lag on our phone.
Credits: LENAROX (It's her mod)
Click to expand...
Click to collapse
btw Its not 'her' its 'his'
Dude im not a female.
sent from androidmeda galaxy
LENAROX said:
btw Its not 'her' its 'his'
Dude im not a female.
sent from androidmeda galaxy
Click to expand...
Click to collapse
Sorry xD.
There is already a nice "HowTo Install" guide in the thread that you linked to, why would we need another one containing less information?
mine is not 300.It is 50.How do I change it?
cistamlaka said:
mine is not 300.It is 50.How do I change it?
Click to expand...
Click to collapse
Do you have init.d support and the script in the right directory?
Sent from my GT-I9001 using xda app-developers app
Ok guys here is the flashable zip of this mod that I made for my ROM SmoothieICS
http://www.mediafire.com/?zla77zz07tvkzpo
EternalFame said:
Do you have init.d support and the script in the right directory?
Sent from my GT-I9001 using xda app-developers app
Click to expand...
Click to collapse
I'm using cm10 by ivendor so I do have support for init.d.I downloaded it,deleted the .pdf from file(renamed it) and put it in init.d folder located system/etc/.Then I rebooted like it says in instructions.
edit:I installed busybox and changed permissions of the file to rwx-rwx-rx.It says 300 now
---------- Post added at 05:21 PM ---------- Previous post was at 05:20 PM ----------
Brahmnoor said:
Ok guys here is the flashable zip of this mod that I made for my ROM SmoothieICS
http://www.mediafire.com/?zla77zz07tvkzpo
Click to expand...
Click to collapse
will it work on other roms like cm10 ivendor,doomsday etc. ?
cistamlaka said:
I'm using cm10 by ivendor so I do have support for init.d.I downloaded it,deleted the .pdf from file(renamed it) and put it in init.d folder located system/etc/.Then I rebooted like it says in instructions.
edit:I installed busybox and changed permissions of the file to rwx-rwx-rx.It says 300 now
---------- Post added at 05:21 PM ---------- Previous post was at 05:20 PM ----------
will it work on other roms like cm10 ivendor,doomsday etc. ?
Click to expand...
Click to collapse
It should work on every android rom!
Sent from my GT-I9001 using xda app-developers app
I conferm works perfectly on JB aokp alpha 2 Thanks dude for this mod
Inviato dal mio GT-I9001 con Tapatalk 2

[Request] Smaller softkeys mod for .534 firmware

Hi guys,
I've been using the smaller softkeys mod on my old Xperia Z for half a year now (24dpi size) and just can't and don't wanna get used to these huge and annoying stock softkeys...they are so large and ugly and take away so much screenspace.
Can anybody make a flashable zip or something to make them smaller? That'll be great!
Thank you.
drsoran2 said:
Hi guys,
I've been using the smaller softkeys mod on my old Xperia Z for half a year now (24dpi size) and just can't and don't wanna get used to these huge and annoying stock softkeys...they are so large and ugly and take away so much screenspace.
Can anybody make a flashable zip or something to make them smaller? That'll be great!
Thank you.
Click to expand...
Click to collapse
You can try Xposed and Xpeira V Mods
There is option for 48, 36 & 24dpi
Sent from International Space Station
drsoran2 said:
I've been using the smaller softkeys mod on my old Xperia Z for half a year now (24dpi size) and just can't and don't wanna get used to these huge and annoying stock softkeys...they are so large and ugly and take away so much screenspace.
Can anybody make a flashable zip or something to make them smaller? That'll be great!
Thank you.
Click to expand...
Click to collapse
+1 :good:
---------- Post added at 06:29 PM ---------- Previous post was at 06:26 PM ----------
soxxo said:
You can try Xposed and Xpeira V Mods
There is option for 48, 36 & 24dpi
Click to expand...
Click to collapse
do you mean this?
http://forum.xda-developers.com/showthread.php?p=40214768
Works like a charm!!!!!
guybrush2099 said:
+1 :good:
---------- Post added at 06:29 PM ---------- Previous post was at 06:26 PM ----------
do you mean this?
http://forum.xda-developers.com/showthread.php?p=40214768
Click to expand...
Click to collapse
Yes or XBlast Tools
Sent from International Space Station
Both Xblast tool or Xperia V mod still give me the back button bug
Anybody has a solution?
Gesendet von meinem C6903 mit Tapatalk 2
Are you saying you want the bug?
Lol
Sent from my C6903 using xda premium
gregbradley said:
Are you saying you want the bug?
Lol
Sent from my C6903 using xda premium
Click to expand...
Click to collapse
Lol , sorry , edited . Im not very good at english hehe
Gesendet von meinem C6903 mit Tapatalk 2
I'll wait the hero creates flashable soft keys 36+32 (the same mod we knew on the XZ) :angel:
I'm happy to make a flashable zip for this. It's a pretty simple mod to do..once you know how.
The problem is I've just got the ordinary Z (why didn't I wait a few months?!) so I'll need some files from somebody.
I'll need:
system/framework/framework-res.apk
system/framework/SemcGenericUxpRes.apk
system/app/SystemUI.apk
system/vendor/overlay/android-res.apk
That should do it.
Sent from my C6603 using XDA Premium 4 mobile app
Ticklefish said:
I'm happy to make a flashable zip for this. It's a pretty simple mod to do..once you know how.
The problem is I've just got the ordinary Z (why didn't I wait a few months?!) so I'll need some files from somebody.
I'll need:
system/framework/framework-res.apk
system/framework/SemcGenericUxpRes.apk
system/app/SystemUI.apk
system/vendor/overlay/android-res.apk
That should do it.
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Here are three out of four files. Unfortunately, I can't find the last file in the folder which you've specified. Please have a look at the attached screenshot which shows what's in this folder. Maybe it has a different name now or was moved to another location?
https://dl.dropboxusercontent.com/u/82357813/files for mod.zip
I'm on latest .534 Xperia Z1 firmware.
deleted.
look here http://forum.xda-developers.com/showthread.php?t=2465514
glitschi667 said:
hi,
not quite sure, but if I look at the script that generates the mod files for me - it seems as if the SystemUI.odex is also needed.....
messing with the xml file to fix the back button problem seems do require new odexing from the system...
I've started this morning to download an image of your firmware because I wanted to test my softkey mod creation script.... Now I downloaded the deodexed stock firmware, since I had problems extracting system.sin.....
edit:
ok. I had to change the scripts a bit since they worked via adb to get the files needed but since I also do not have the Z1..... so I cannot test.... and this may be a bit risky...
somebody willing to try out?
DO A BACKUP FIRST!
Click to expand...
Click to collapse
you would need a working recovery for locked bootloaders to test this out. Is there one already?
drsoran2 said:
you would need a working recovery for locked bootloaders to test this out. Is there one already?
Click to expand...
Click to collapse
what's this:
http://forum.xda-developers.com/showpost.php?p=45897998&postcount=36
maybe this?
http://forum.xda-developers.com/showthread.php?t=2455959
EDIT:
but not sure if they are working....
what you can do:
take the framework-res-overlay-navbarXX.apk out of the zips above and put it into /system/vendor/overlay/
if you then have smaller softkeys, that would be step one.
I can give you a new SystemUI.apk to fix the "big back button" problem...if it is there....
glitschi667 said:
what's this:
http://forum.xda-developers.com/showpost.php?p=45897998&postcount=36
maybe this?
http://forum.xda-developers.com/showthread.php?t=2455959
EDIT:
but not sure if they are working....
what you can do:
take the framework-res-overlay-navbarXX.apk out of the zips above and put it into /system/vendor/overlay/
if you then have smaller softkeys, that would be step one.
I can give you a new SystemUI.apk to fix the "big back button" problem...if it is there....
Click to expand...
Click to collapse
what would happen if I did this and reboot? Could it be that I don't have any softkeys at all?
As a safeguard, is it a good idea to enable and autostart an app like "Auto hide softkeys" which brings its own softkey nav bar? I could use this to navigate if the other option fails? Or is it also tied to the stock soft keys?
I guess I'm not brave enough (yet) to test it out . I just finished setting up my Z1 a few days ago and everything is running smoothly and I don't want to mess with it.
I'll have to get annoyed enough with the stock keys or my current replacement (Auto hide softkeys) in order to take the plunge.
drsoran2 said:
what would happen if I did this and reboot? Could it be that I don't have any softkeys at all?
As a safeguard, is it a good idea to enable and autostart an app like "Auto hide softkeys" which brings its own softkey nav bar? I could use this to navigate if the other option fails? Or is it also tied to the stock soft keys?
I guess I'm not brave enough (yet) to test it out . I just finished setting up my Z1 a few days ago and everything is running smoothly and I don't want to mess with it.
I'll have to get annoyed enough with the stock keys or my current replacement (Auto hide softkeys) in order to take the plunge.
Click to expand...
Click to collapse
If it does not work, nothing should happen actually... Worst case: no softkeys.. fix: open a root explorer, navigate to system/vendor/overlay and delete the apk....
glitschi667 said:
hi,
not quite sure, but if I look at the script that generates the mod files for me - it seems as if the SystemUI.odex is also needed.....
messing with the xml file to fix the back button problem seems do require new odexing from the system...
I've started this morning to download an image of your firmware because I wanted to test my softkey mod creation script.... Now I downloaded the deodexed stock firmware, since I had problems extracting system.sin.....
edit:
ok. I had to change the scripts a bit since they worked via adb to get the files needed but since I also do not have the Z1..... so I cannot test.... and this may be a bit risky...
somebody willing to try out?
DO A BACKUP FIRST!
Click to expand...
Click to collapse
Tries this and the nav bar goes smaller
But the big back button is still there,
Would u share the system UI to fix the bug?
Gesendet von meinem C6903 mit Tapatalk 2
chitose_ndy said:
Tries this and the nav bar goes smaller
But the big back button is still there,
Would u share the system UI to fix the bug?
Gesendet von meinem C6903 mit Tapatalk 2
Click to expand...
Click to collapse
That's easy enough to fix. We'd need to edit the navbar.xml and remove the 'android:scaleType' bit of code from the back softkey line.
Sent from my C6603 using XDA Premium 4 mobile app
chitose_ndy said:
Tries this and the nav bar goes smaller
But the big back button is still there,
Would u share the system UI to fix the bug?
Gesendet von meinem C6903 mit Tapatalk 2
Click to expand...
Click to collapse
sure...
here we go....
you need to delete SystemUI.odex inside /system/app
and replace SystemUI.apk with the attached one. make sure it has 644 permissions. ("chmod 644 /system/app/SystemUI.apk")
But please do a backup and enable USB debugging before deleting anything! so you might have a chance to revert your changes if something goes wrong....
und vielen dank fuers testen!!!
EDIT: attachment did not work. REMOVED!
Ticklefish said:
That's easy enough to fix. We'd need to edit the navbar.xml and remove the 'android:scaleType' bit of code from the back softkey line.
Sent from my C6603 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Where could i find the navbar.xml?
Gesendet von meinem C6903 mit Tapatalk 2

Samsung Optical Reader (S4)

Dear all,
our Note 3 comes (i don't know why) without the Optical Reader.
This can definetively help.
Tested on ...xxubmj3 odex and working.
please after flash check the permissions (otherwise no ocr):
for all folders; rwx rx rx
for all files; rw r r
http://www.scottsroms.com/showthread.php?3616-Stock-App-7-6-2013-Samsung-Optical-Reader&p=24327
I've tried flashing this twice on my note 3, omega rom. And nothing is showing up in my app drawer or system folders... not quite sure what's going on here
Sent from my GT-N7100 using XDA Premium 4 mobile app
Iama try it later tnx
Oops forgotten to mention that is for stock (odex) roms.
Inviato dal mio SM-N9005 con Tapatalk 4
Tried and tested......
It didn't work. .
Im using xxubmj1 odex
---------- Post added at 01:29 AM ---------- Previous post was at 01:24 AM ----------
Just figured, the cwm script has the wrong mount point.
Working perfectly now. Its a nifty feature to have.
Thanks
What is this?
Sent from my SM-N9005 using xda app-developers app
ziotom2 said:
Dear all,
our Note 3 comes (i don't know why) without the Optical Reader.
This can definetively help.
Tested on ...xxubmj1 and working.
please after flash check the permissions (otherwise no ocr):
for all folders; rwx rx rx
for all files; rw r r
http://www.scottsroms.com/showthread.php?3616-Stock-App-7-6-2013-Samsung-Optical-Reader&p=24327
Click to expand...
Click to collapse
The optical reader integrates the samsung keyboard with input ocr capabilities using the camera to scan text. The standalone app is useful to translate text on the fly by pointing at the camera.
Inviato dal mio SM-N9005 con Tapatalk 4
Any chance to install it manually??(no cwm yet).
thanks
Strange Samsung excluded Optical Reader from the Note 3, it is there in the S4. I installed an alternative called 'Photo Reader' from the Play Store, but the app crashes on opening. I modified my phone a little bit (Vega Root, Foldershare (incl. fix mount points)).
Is there anyone who tried this 'Photo Reader' app on the Note 3 who can confirm it working on the Note 3?
mazelost said:
Any chance to install it manually??(no cwm yet).
Click to expand...
Click to collapse
+1
You can install manually (I did that way) simply by copy the zip structure in the corresponding folder structure. There are no overlapping libraries, so no risk that anything go mess. The only thing are the permissions to be set as discussed in the OP
Inviato dal mio SM-N9005 con Tapatalk
....Obviously using root explorer or similar because working on the system partition.
Inviato dal mio SM-N9005 con Tapatalk
ziotom2 said:
....Obviously using root explorer or similar because working on the system partition.
Inviato dal mio SM-N9005 con Tapatalk
Click to expand...
Click to collapse
Any idea what's the corresponding folder??
The structure is the same of the zip file starting from system/
Inviato dal mio SM-N9005 con Tapatalk
dehaani said:
I've tried flashing this, verifying permissions and then replacing apk and lib files with ones from the latest S4 4.3 ROM.
The final step at least got the app to launch but it still won't OCR. I also tried installing the optical reader database from Samsung's App Store.
I was wondering if anyone has tried Abbyy Mobile TextGrabber? Is it pretty much the same thing? If so, I might just buy it!
Click to expand...
Click to collapse
check the permissions of the folder system/photoreader and the subfolders (should be drwxr-xr-x 755). This activated the on the fly OCR functionality.
I'm on sm-n9005 xxubmj3 rooted odex.
I've reinstalled it manually because seems the cwm script is faulty and setup the permission manually and it works flawlessly.
mazelost said:
Any chance to install it manually??(no cwm yet).
Click to expand...
Click to collapse
I flashed it with http://forum.xda-developers.com/showthread.php?t=2250555 on N9005 rooted on MJ1 and reader is confirmed working.
Also the extra dictionaries can be downloaded for free from Samsung apps.
Greetz
Thanks!
ptr4president said:
I flashed it with http://forum.xda-developers.com/showthread.php?t=2250555 on N9005 rooted on MJ1 and reader is confirmed working.
Also the extra dictionaries can be downloaded for free from Samsung apps.
Greetz
Click to expand...
Click to collapse
Bedankt mijn vriend:good:Er was veel heel good:laugh:
Thank you very much

(APP)(Fixed)Note 2014 Gallery & Photo Editor(Fixed cropping FC's at last!!!!)

Manage to extract the Gallery and photo editor from Note 2014. Install via recovery.If someone are interested here is the link. Almost all working in Photo editor except cropping have FC's( but you can do that via the main menu).Sorry can't find the lib or apk responsible for cropping .If someone know the solution please share.. Fixed cropping FC's at last!!!!
P.S. Make sure to have more than 50mb available free space on system for the full download. And will replace the stock Gallery when installed. Only works on 4.4.2. deodexed rom as far as I know( didn't test on odexed rom but you can try to manually delete gallery.odex then install the zip).Please let me know if there is still problems.
Fixed cropping FC's full download: https://mega.co.nz/#!vxIwCAqS!3mQ-41Hhftt0oRXZgJ5frvVM5LPBcj6zbsfGNioWka0
P.S.Added missing libs below for those who already downloaded the 1st version .
Photo editor screenshots added:
filchi756 said:
Manage to extract the Gallery and photo editor from Note 2014.It's deodexed and install via recovery. If someone are interested here is the link. Almost all working except cropping have FC's.Sorry can't find the lib or apk responsible for cropping .If someone know the solution please share.
P.S. Make sure to have more than 50mb available free space on system. And will replace the stock Gallery when installed.
https://mega.co.nz/#!S9glRCSB!crEWly9xdeBFijT3TMi9NVenm1FEFOkiqnJOXkCNz1s
Click to expand...
Click to collapse
thank you for that
hope someone can fix cropping fc.
i searched but didn't find
Envoyé de mon GT-N8010 en utilisant Tapatalk
Tried it but it deleted my gallery app so no gallery app now
Enviado desde mi GT-N8000 mediante Tapatalk
mannyvzla said:
Tried it but it deleted my gallery app so no gallery app now
Enviado desde mi GT-N8000 mediante Tapatalk
Click to expand...
Click to collapse
The gallery is included in the zip. What Rom are you in? Please check your system if there is available space as stated in the O.P.
Yeah, plenty of room there but no Gallery and no Photo Editor Installed. I opened the zip to see what's in there but both apps are in a folder Privated Apps (or such). I even tried to move both apps to systems apps and change permissions but it did not worked out. ¿Any place where I can get the "original" galery from N8000 firmware?
mannyvzla said:
Yeah, plenty of room there but no Gallery and no Photo Editor Installed. I opened the zip to see what's in there but both apps are in a folder Privated Apps (or such). I even tried to move both apps to systems apps and change permissions but it did not worked out. ¿Any place where I can get the "original" galery from N8000 firmware?
Click to expand...
Click to collapse
What's your firmware? What Rom is installed on your tablet?This only works on stock 4.4.2 as stated on O.P.
nic.stl said:
thank you for that
hope someone can fix cropping fc.
i searched but didn't find
Envoyé de mon GT-N8010 en utilisant Tapatalk
Click to expand...
Click to collapse
Just an update you can use cropping via the main menu of the gallery but not in the photo editor.
filchi756 said:
Just an update you can use cropping via the main menu of the gallery but not in the photo editor.
Click to expand...
Click to collapse
i noticed it
thanks
Envoyé de mon GT-N8010 en utilisant Tapatalk
filchi756 said:
Manage to extract the Gallery and photo editor from Note 2014.It's deodexed and install via recovery. If someone are interested here is the link. Almost all working in Photo editor except cropping have FC's( but you can do that via the main menu).Sorry can't find the lib or apk responsible for cropping .If someone know the solution please share.
P.S. Make sure to have more than 50mb available free space on system. And will replace the stock Gallery when installed. Only works on 4.4.2.
https://mega.co.nz/#!S9glRCSB!crEWly9xdeBFijT3TMi9NVenm1FEFOkiqnJOXkCNz1s
Click to expand...
Click to collapse
can we have screenshot kabayan
LiMITZERO said:
can we have screenshot kabayan
Click to expand...
Click to collapse
Screenshots added kabayan.
filchi756 said:
Screenshots added kabayan.
Click to expand...
Click to collapse
+1 kabayan could u add screenie of gallery as well?
LiMITZERO said:
+1 kabayan could u add screenie of gallery as well?
Click to expand...
Click to collapse
Added kabayan .Almost the same as the stock only difference is the font are smaller(much nicer) than the stock gallery(which are large).
force close
I'm using gnabo rom v4 on my n8000 which is based on the official kit kat 4.4.2 rom with added snote and apps from the note 10.1 2014 edition. When I go to the gallery and press the edit button to add an effect to my photo it force closes the gallery. This happened before I installed this zip as the rom had the old note 10.1 2012 gallery and is still happening after I updated it using this zip. How do I fix the force close? Are there any missing library files or filters I should be aware of?
looks awesome
htakahashi said:
I'm using gnabo rom v4 on my n8000 which is based on the official kit kat 4.4.2 rom with added snote and apps from the note 10.1 2014 edition. When I go to the gallery and press the edit button to add an effect to my photo it force closes the gallery. This happened before I installed this zip as the rom had the old note 10.1 2012 gallery and is still happening after I updated it using this zip. How do I fix the force close? Are there any missing library files or filters I should be aware of?
Click to expand...
Click to collapse
Strange you are the 1st to have this problem. Did you add any modifications in your rom or is it pure stock Gnabo rom? Before you add this mod suppose to be you won't have any response if you click the edit button cause the photo editor app is removed by Samsung(don't know why?)in the official firmware.After you install this mod it replaces the stock gallery app with the one from note 2014 gallery app. The only foreclose I do know after installing this is when you try to crop an image in photo editor mode, which I clearly stated in OP. It might be something else and not this mods problem .Anyway please reinstall your rom then this mod and let me know how it goes.
Resolved...partially
filchi756 said:
Strange you are the 1st to have this problem. Did you add any modifications in your rom or is it pure stock Gnabo rom? Before you add this mod suppose to be you won't have any response if you click the edit button cause the photo editor app is removed by Samsung(don't know why?)in the official firmware.After you install this mod it replaces the stock gallery app with the one from note 2014 gallery app. The only foreclose I do know after installing this is when you try to crop an image in photo editor mode, which I clearly stated in OP. It might be something else and not this mods problem .Anyway please reinstall your rom then this mod and let me know how it goes.
Click to expand...
Click to collapse
Thank you for your advice. I reinstalled gnabo v4 ROM and installed the Note 10.1 2014 gallery and photo editor zip. It worked, I must have had some files in the wrong place or something was misconfigured.
However, one small problem persists. In the SNote software when I select an image, go to properties and then go to 'Effects' it force closes the note. I wonder if it's related to the crop function not working? I'm not sure how to fix it.
htakahashi said:
Thank you for your advice. I reinstalled gnabo v4 ROM and installed the Note 10.1 2014 gallery and photo editor zip. It worked, I must have had some files in the wrong place or something was misconfigured.
However, one small problem persists. In the SNote software when I select an image, go to properties and then go to 'Effects' it force closes the note. I wonder if it's related to the crop function not working? I'm not sure how to fix it.
Click to expand...
Click to collapse
Good to hear it works! On your new problem I think no need for me to help its already fix by Mikyno for you right here " http://forum.xda-developers.com/showpost.php?p=53857893&postcount=1213 ". Am I right?
shouldn't there be a LIB libXIVGallery2014.so needed for it to work correctly?
nope this use 2013 version
LastStandingDroid said:
shouldn't there be a LIB libXIVGallery2014.so needed for it to work correctly?
nope this use 2013 version
Click to expand...
Click to collapse
3 libs are missing its now fixed.
filchi756 said:
3 libs are missing its now fixed.
Click to expand...
Click to collapse
Thank you
It works
Envoyé de mon GT-N8010 en utilisant Tapatalk

Categories

Resources