Add non-messenger apps to Samsung Dual Messenger? - Samsung Galaxy Note 8 Questions and Answers

So the creation of parallel workspaces is blocked in the Security Policy of 8.0, preventing multiple copies of the same app. However, Samsung's Dual Messenger still successfully copies apps it sees as messenger apps, and allows them to run just fine. So what exactly determines what Samsung is willing to let appear here as "Messenger app", so that I can manually add the non-messenger apps I need multiple instances of.
Thanks

I don't know how Samsung determines their "dual app" policy. But you can use the "Secure Folder" to create another copy of any app you would like, the only problem is that it is secure and you have to use fingerprint/password every time you access the app. That's the only inconvenience.

Moe100021 said:
I don't know how Samsung determines their "dual app" policy. But you can use the "Secure Folder" to create another copy of any app you would like, the only problem is that it is secure and you have to use fingerprint/password every time you access the app. That's the only inconvenience.
Click to expand...
Click to collapse
thanks for the feedback, unfortunately secure folder is the first thing to go when you unlock your phone =/

I've found a method that requires ADB. NO ROOT NEEDED.
Step 1: Enable Dual Messenger for an existing app (e.g. WhatsApp).
Step 2: Enable USB Debugging and connect your device to your computer.
Step 3: Open command prompt in your adb folder.
Step 4: Type
Code:
adb shell
Step 5: Type
Code:
pm list users
Step 6: In the resulting list, find the user named "DUAL_APP" and get its number. For example, the number is 95 on my device:
Code:
UserInfo{95:DUAL_APP:20000030} running
Step 7: Type
Code:
exit
Step 8: Copy your desired apk file to your adb folder.
Step 9: Type
Code:
adb install --user 95 desired_app.apk
Remember to replace "95" with whatever number you saw in Step 6.
Wait for the process to finish. A SUCCESS message should be displayed.
The app of your choice will now be installed in Dual Messenger.

@100055
I tried and not successful
Mine has 3 users though. So i use 95 and installed as instructed. But app cannot be found
any idea? here is my list of users.
Users:
UserInfo{0:Artee:13} running
UserInfo{95UAL_APP:20000030} running
UserInfo{150:david si:51020030} running
crownlte:/ $ exit

akuakus said:
@100055
I tried and not successful
Mine has 3 users though. So i use 95 and installed as instructed. But app cannot be found
any idea? here is my list of users.
Users:
UserInfo{0:Artee:13} running
UserInfo{95UAL_APP:20000030} running
UserInfo{150:david si:51020030} running
crownlte:/ $ exit
Click to expand...
Click to collapse
I did as I said today, but it didn't work (google translate used)
edit:
I tried again now and the second app appeared in the app drawer. very thanks

this is awesome.. i tried this method to push pokemon go there, it appears in app drawer, but it kept seeking for location permission.
i checked, location permission is granted.. but it still prompts me for it.
checked with wechat, another app i have installed on dual messenger, it is able to use location services without a problem.
any idea how to fix this? if i can fix this, i can launch 2 pokemon go in split view at a push of a button (app pairs).
For now, i am using pokemon go from secure folder and normal installation.. and manually switching it to split view. will be awesome to have it under dual messenger and i can launch both apps at the same time, with split view.

vash_h said:
this is awesome.. i tried this method to push pokemon go there, it appears in app drawer, but it kept seeking for location permission.
i checked, location permission is granted.. but it still prompts me for it.
checked with wechat, another app i have installed on dual messenger, it is able to use location services without a problem.
any idea how to fix this? if i can fix this, i can launch 2 pokemon go in split view at a push of a button (app pairs).
For now, i am using pokemon go from secure folder and normal installation.. and manually switching it to split view. will be awesome to have it under dual messenger and i can launch both apps at the same time, with split view.
Click to expand...
Click to collapse
You can install pokemon go from the Galaxy Store, both apps (gplay and galaxy store) have different package names so you can run both instances at the same time

Thank you very much. I've been using Island to do this but I really prefer the system built in option.

On a second thought, apps installed this way don't have access to any permission :crying:

jimbo77 said:
You can install pokemon go from the Galaxy Store, both apps (gplay and galaxy store) have different package names so you can run both instances at the same time
Click to expand...
Click to collapse
I didn't believe you so I went to try.
Son of a gun it works!! Holy sheet thanks bro..
Sent from my SM-G985F using Tapatalk

same problem
DevanirNF said:
On a second thought, apps installed this way don't have access to any permission :crying:
Click to expand...
Click to collapse
i have the same problem with pokemon, did you fix it?

lordferky said:
i have the same problem with pokemon, did you fix it?
Click to expand...
Click to collapse
I didn't. I gave up and installed Island again

It works!
If you want, after installing the app you want, you could remove the dual messenger from Settings. Your installed app will still be there

I tried this adb procedure for Signal and it works. Permissions do not work initially after doing this procedure, for example, when first starting the secondary Signal it doesn't want to show your contacts. I found a workaround for this.
When going to Apps settings, it shows both Signal instances. Selecting the secondary Signal instance shows that it has no permissions. Clicking through on Permissions directs you to the "App permissions" screen, which shows that the permissions are there. However, the icon shown is for the primary Signal instance. Seems like it mixes up both instances at this point and that it is not possible to access the permissions screen of the secondary Signal instance.
I found that when I go back to the Apps screen and select "Permission Manager" in the menu, then select a specific permission, such as Contacts, it will show a list with all apps that have/do not have this permission. The secondary Signal instance is listed under 'denied'. Selecting it then allows its Contact permission to be set directly. Moreover, selecting "See all Signal permissions" on this screen goes to the correct App permissions screen for the secondary Signal instance, i.e. it shows the icon with the dual app icon badge. Here it is possible to set all desired permissions. Contacts are now visible in the secondary Signal instance and I was also able to access my pictures after allowing access to media.

Hi,
This might help out some of you. I own a Galaxy S21 5G. Wanted to install Signal as a Dual Messenger app, but as of today, Samsung does not officialy supports it.
So I followed VincentThaker steps then forsel's details regarding contacts access.
It worked BUT I needed to do a few things to make it work:
1. Step 9: Getting the Signal app from the website, even if it has same version number as the installed version, does not work as it gives you an '[INSTALL_FAILED_VERSION_DOWNGRADE] error when trying to install.
You have thus to get the same apk file from the already installed Signal app.
To do it, use the following commands:
adb shell pm path org.thoughtcrime.securesms --> To retrieve the path of the .apk file already installed on your phone.
Then with the path retrieved, type:
adb pull <signal_apk_path_source> <your_destination_folder_on_your_pc_path>
For example:
adb pull /data/app/~~K4TFGjn3Sl0Ue-e6zvv8mQ==/org.thoughtcrime.securesms-RaqtFP_b3phb1CaEL3Q5hw==/base.apk C:\Temp\base.apk
Then put this base.apk file into the ADB folder. You can now proceed with step 9
Thanks so much to all that helped me achieve installing Signal as a dual messenger app

DevanirNF said:
On a second thought, apps installed this way don't have access to any permission :crying:
Click to expand...
Click to collapse
you can grant them in adb.... i used
.\adb shell pm grant --user 95 com.discord android.permission.READ_EXTERNAL_STORAGE
to give discord permissions to view my files... you can replace com.discord with the package name for what app you want (.\adb shell pm list packages --user 95 to find it) then look up the name to what permission you want
also im as dumb as you can get and in no way am i knowledgeable about any of this... i slapped together that line from other times i needed to use adb and got it to work soooo :/

ok so i made progress on this... and holly crap i did something...
i checked the packages on dual messenger and there was no play services... no play store without hard work... that means i need to use an alt app store if i dont want to indent my head with random permission grants i dont understand. so i chose to use aurora store because you dont need a google account and it uses the play store servers. now i can download any app on the play store a 2nd time as a 2nd app in dual messenger without adb for each one...
ok so heres how i did it
https://f-droid.org/en/packages/com.aurora.store/ get aurora store with that link (try it on your phone like a normal apk install first to avoid issues)
get that apk into your adb folder and name it something easy to type like aurora (i used aurora.apk so change that to yours)
adb install --user 95 aurora.apk
go through the setup with the default settings until it asks for permissions
.\adb shell pm grant --user 95 com.aurora.store android.permission.READ_EXTERNAL_STORAGE
.\adb shell pm grant --user 95 com.aurora.store android.permission.WRITE_EXTERNAL_STORAGE
.\adb shell appops set --user 95 com.aurora.store MANAGE_EXTERNAL_STORAGE allow
.\adb shell appops set --user 95 com.aurora.store REQUEST_INSTALL_PACKAGES allow
USE GUEST MODE (unless you are in a beta programme)
now you should have the app store installed and it should get perms to install apps (this way was important so its on the dual messenger account and can install inside it)
if you want to install an app it might say that its installed... this is because it is.... on your main account... its just confused to install do this
3 dots on the top right
manual download
type the version number provided
check
confirm the install
this app store uses googles servers so its safe (to my knowledge) and you can even copy a link to the file from google's servers in the apps downloads menu
there is definitely more we can do to make dual messenger work perfectly with any app and any service.... anyone who can contribute please do
EDIT: apps might crash if they aren't on the main account so you should try to install this store with your phone like a normal apk first... also if you are in any beta programmes to apps you will need to log into your google account instead of anonymous so there isn't a version issue.

chicken10dys said:
ok so i made progress on this... and holly crap i did something...
i checked the packages on dual messenger and there was no play services... no play store without hard work... that means i need to use an alt app store if i dont want to indent my head with random permission grants i dont understand. so i chose to use aurora store because you dont need a google account and it uses the play store servers. now i can download any app on the play store a 2nd time as a 2nd app in dual messenger without adb for each one...
ok so heres how i did it
https://f-droid.org/en/packages/com.aurora.store/ get aurora store with that link
get that apk into your adb folder and name it something easy to type like aurora (i used aurora.apk so change that to yours)
adb install --user 95 aurora.apk
go through the setup with the default settings until it asks for permissions
.\adb shell pm grant --user 95 com.aurora.store android.permission.READ_EXTERNAL_STORAGE
.\adb shell pm grant --user 95 com.aurora.store android.permission.WRITE_EXTERNAL_STORAGE
.\adb shell appops set --user 95 com.aurora.store MANAGE_EXTERNAL_STORAGE allow
.\adb shell appops set --user 95 com.aurora.store REQUEST_INSTALL_PACKAGES allow
USE GUEST MODE
now you should have the app store installed and it should get perms to install apps (this way was important so its on the dual messenger account and can install inside it)
if you want to install an app it might say that its installed... this is because it is.... on your main account... its just confused to install do this
3 dots on the top right
manual download
type the version number provided
check
confirm the install
this app store uses googles servers so its safe (to my knowledge) and you can even copy a link to the file from google's servers in the apps downloads menu
there is definitely more we can do to make dual messenger work perfectly with any app and any service.... anyone who can contribute please do
Click to expand...
Click to collapse
In step 3 i do get the success messege but when trying to open the app from my phone it doesnt open as it keep crashing the moment i tap on it.

Everything13 said:
In step 3 i do get the success messege but when trying to open the app from my phone it doesnt open as it keep crashing the moment i tap on it.
Click to expand...
Click to collapse
does the apk work with your phone if you install it from your phone.. like if you normally installed an apk? also try to close all apps then open it again (i had problems where yt vanced did that)

Related

How to uninstall an application ? How to add icon of desktop ?

Hi,
I'm french and here in France we don't have Barnes & Nobles.
Last Week, I was in Miami and I bought a Nook Color because I saw on this forum that we can have a "full" android and I wanted a pdf reader and more if possible...
I have root my eReader tody and install some application. I installed some applications to test : how to uninstall them ?
I have an other question : how to add icons of this applications apk on the desktop ?
Think you for your job.
You need a 3rd party launcher such as ADW or LauncherPro to do either of these things. The default nook launcher doesnt support app shortcuts or uninstalling apps.
How do you use launcherpro to uninstall apps?
You need to change your launcher to a 3rd party one. I prefer Zeam. It works the best. Then while in the. App drawer, press and hold the app you want and drag it to either the desktop or the app bar.
To uninstall, you can either use an app such as TitaniumBackup or use RootExplorer to remove the. Apk in /data/app and the dir in /data/data
neozen21 said:
You need to change your launcher to a 3rd party one. I prefer Zeam. It works the best. Then while in the. App drawer, press and hold the app you want and drag it to either the desktop or the app bar.
To uninstall, you can either use an app such as TitaniumBackup or use RootExplorer to remove the. Apk in /data/app and the dir in /data/data
Click to expand...
Click to collapse
I have never seen zeam before but I like it so far. Thanks for the sugestion
To uninstall apps using ADB:
First get a list of packages installed on your NC:
Code:
adb shell pm list packages
Figure out what package you want to uninstall from that list. It might be helpful to pipe the output from the above command through some tool to search for you. For example let's say I want to uninstall Raging Thunder 2, I would do this:
Under Linux:
Code:
adb shell pm list packages | grep -i thunder
Under Windows:
Code:
adb shell pm list packages | find /i "thunder"
The output of which is:
Code:
package:com.polarbit.rthunder2lite
So now I know the name of the package. To uninstall that package I would enter the following:
Code:
adb uninstall com.polarbit.rthunder2lite
And that's it. That's how you uninstall an app using adb.
To add icons you need to install an alternative launcher since the stock NookColor launcher doesn't let you do this. I like Zeam. Each launcher will have its own method for then adding icons to the desktop, but typically you tap and hold down on the background and then a menu pops up with the option to add items.

[How to]Install Google Play on chinese ROM Galaxy S2 i9100G

Hi all,
When buying your S2 in China, you while probably have the bad surprise to discover Google Play is not installed on the device.
Even by installing some .apk downloaded from the web doesn't solve the issue.
I managed to got mine working. Here's how i did.
I find the hint here
http://forum.xda-developers.com/showthread.php?t=1351283
You'll need to Root your device first
Here's how it goes:
1) Install GoogleServicesFramework.apk
This seems to be the issue, as when you install it you can see the permissions Google requires, and pretty much says it can access ALL the data in your phone, even the private stuff. You've been warned. (what did you expect? it's still Google after all)
2) Install Google Play with any .apk you can find, as system app (see bellow):
Instructions (Thanks to Bandage)
-1. Transfer the .apk files to your Kindle Fire via PC / Mac (remember where you put them)
- 2. Open Root Explorer App, and navigate to the transferred .apk files
- 3. Select the GoogleServiceFramework.apk and install
- 4. When complete, click "Done" and return to the file location for Vending.apk
- 5. Long-press Vending.apk and select the "Move" option on pop-up menu
Navigate to /system/app folder
- 6. Change mount option from RO to RW (read-only to read-write)
Paste Vending.apk into the /system/app folder
- 7. Long-press Vending.apk and select "Permissions" from pop-up menu
Change permissions to match all other apps in this folder (rw-r--r--)
- 8. Install Vending.apk
- 9. Reboot device
3) Launch Google Play
You should now be able to input your account and login.
For the first login, you will probably need to turn on both Wifi and APN (also can try turning off Wifi and only use APN).
You can now browse the market, but still can not install any apps.
Final step: You'll need to send some e-mail to Google (go to google play web site -> help). Explain the problem, they need to allow Play to be used by your device.
Took me a couple e-mail to get it right. The google team was very kind open to help (unlike samsung).
Go ahead and install any app you want
I recommend starting by installing Market Unlocker (especially for those in China). It lets you get the market as if you where in another country.
Hope this has been useful.
And don't forget to press the Thanks button
I actually did this a while ago (I wanted to try it out first before sharing). So i may be forgetting some specific points. Let me know how it turns out for you so i can update this How To.
Cheers
Chewee
May the force be with you
Thanks!
I tried many other ways, but they just would not work on my I9100G!
Just now I have tried this simple method and it works perfectly.
For me the final step is not necessary.
Thanks again!
Thanks for the reply. I really appreciate.
Glad i could be of any help
I did add all google services on my chinese G in november, i basically have all google services working, including calendar sync, and still on stock GB.
What i did was to take all the google apps from CM and put them in the system app folder with correct permissions.
But i remember i did setup gmail sync before getting google market (now play store) to work correctly.
For the calendar, only the sync adapter is needed, do not replace other apps, it's not needed.
chewee133 said:
Hi all,
When buying your S2 in China, you while probably have the bad surprise to discover Google Play is not installed on the device.
Even by installing some .apk downloaded from the web doesn't solve the issue.
I managed to got mine working. Here's how i did.
I find the hint here
http://forum.xda-developers.com/showthread.php?t=1351283
You'll need to Root your device first
Here's how it goes:
1) Install GoogleServicesFramework.apk
This seems to be the issue, as when you install it you can see the permissions Google requires, and pretty much says it can access ALL the data in your phone, even the private stuff. You've been warned. (what did you expect? it's still Google after all)
2) Install Google Play with any .apk you can find, as system app (see bellow):
Instructions (Thanks to Bandage)
-1. Transfer the .apk files to your Kindle Fire via PC / Mac (remember where you put them)
- 2. Open Root Explorer App, and navigate to the transferred .apk files
- 3. Select the GoogleServiceFramework.apk and install
- 4. When complete, click "Done" and return to the file location for Vending.apk
- 5. Long-press Vending.apk and select the "Move" option on pop-up menu
Navigate to /system/app folder
- 6. Change mount option from RO to RW (read-only to read-write)
Paste Vending.apk into the /system/app folder
- 7. Long-press Vending.apk and select "Permissions" from pop-up menu
Change permissions to match all other apps in this folder (rw-r--r--)
- 8. Install Vending.apk
- 9. Reboot device
3) Launch Google Play
You should now be able to input your account and login.
For the first login, you will probably need to turn on both Wifi and APN (also can try turning off Wifi and only use APN).
You can now browse the market, but still can not install any apps.
Final step: You'll need to send some e-mail to Google (go to google play web site -> help). Explain the problem, they need to allow Play to be used by your device.
Took me a couple e-mail to get it right. The google team was very kind open to help (unlike samsung).
Go ahead and install any app you want
I recommend starting by installing Market Unlocker (especially for those in China). It lets you get the market as if you where in another country.
Hope this has been useful.
And don't forget to press the Thanks button
I actually did this a while ago (I wanted to try it out first before sharing). So i may be forgetting some specific points. Let me know how it turns out for you so i can update this How To.
Cheers
Chewee
May the force be with you
Click to expand...
Click to collapse
HI I followed the steps but at stage 3 after reboot I open google play it 'force closes' automatically. I cannot open play app. What may be the issue. This is Chinese phone, i also tried one of the market unlcker.. is there any specific version you can suggest ?
Ok now it opens google play and displays 'loading' but nothing appears. Funny that when I try to install it from website it says 'app will be sent/installed on your phone shortly' but nothing happens
I installed a market unlocker (some random one which configured my China phone for USA T-mobile - there are other countries i can configure for too)
Any guess what could be problem ?
It's not the right way!!!
It seems to work properly, but it may cause some problem, frequent FC for example. And some apps even can't work, such as Foursquare, which you can have a try.It's not only the Google Play but also the whole gapps that are not included in the Chinese ROM. The GoogleServicesFramework.apk and GooglePlay.apk are just part of it, so this problem can't be solved by simply installing some apks.
The right way is to download the right gapps from this page: goo.im/gapps and flash it from CMW.To do that, you must flash a kernel first, such as superatoms, lucir.
Or, you can simply root your phone and decompress that zip file and move it to your phone to the right folder.Never forget to fix the permission. You'd better do that through adb.
I can't agree with what you're saying. I have a chinese G and installed all google apps from Cyanogen wiki, with the exception of goggles, everything else work perfect ! Including Gmail with full sync, contacts with full sync,calendar with full sync, music working, books working etc ... Stock zcki1 rooted.
Sent from my GT-I9100G using XDA
Edit
Ta
Thanx for the walkthrough. I got the market working but can't download. Will be contacting Google help soon.
ICS 4.0.4
They just released the ICS 4.0.4 ROM for China, that one also does not have any of the GAPPS, in addition some
service providers actively block Google services so installing GAPPS will do no good unless you set up a VPN
chewee133 said:
Hi all,
When buying your S2 in China, you while probably have the bad surprise to discover Google Play is not installed on the device.
Even by installing some .apk downloaded from the web doesn't solve the issue.
I managed to got mine working. Here's how i did.
I find the hint here
http://forum.xda-developers.com/showthread.php?t=1351283
You'll need to Root your device first
Here's how it goes:
1) Install GoogleServicesFramework.apk
This seems to be the issue, as when you install it you can see the permissions Google requires, and pretty much says it can access ALL the data in your phone, even the private stuff. You've been warned. (what did you expect? it's still Google after all)
2) Install Google Play with any .apk you can find, as system app (see bellow):
Instructions (Thanks to Bandage)
-1. Transfer the .apk files to your Kindle Fire via PC / Mac (remember where you put them)
- 2. Open Root Explorer App, and navigate to the transferred .apk files
- 3. Select the GoogleServiceFramework.apk and install
- 4. When complete, click "Done" and return to the file location for Vending.apk
- 5. Long-press Vending.apk and select the "Move" option on pop-up menu
Navigate to /system/app folder
- 6. Change mount option from RO to RW (read-only to read-write)
Paste Vending.apk into the /system/app folder
- 7. Long-press Vending.apk and select "Permissions" from pop-up menu
Change permissions to match all other apps in this folder (rw-r--r--)
- 8. Install Vending.apk
- 9. Reboot device
3) Launch Google Play
You should now be able to input your account and login.
For the first login, you will probably need to turn on both Wifi and APN (also can try turning off Wifi and only use APN).
You can now browse the market, but still can not install any apps.
Final step: You'll need to send some e-mail to Google (go to google play web site -> help). Explain the problem, they need to allow Play to be used by your device.
Took me a couple e-mail to get it right. The google team was very kind open to help (unlike samsung).
Go ahead and install any app you want
I recommend starting by installing Market Unlocker (especially for those in China). It lets you get the market as if you where in another country.
Hope this has been useful.
And don't forget to press the Thanks button
I actually did this a while ago (I wanted to try it out first before sharing). So i may be forgetting some specific points. Let me know how it turns out for you so i can update this How To.
Cheers
Chewee
May the force be with you
Click to expand...
Click to collapse
Can someone please explain where and how to change permissions!
What permission are you talking about?
If you are talking about the root, their are a lot of threads talking about how to do it on xda, and all over the web.
chewee133 said:
Hi all,
When buying your S2 in China, you while probably have the bad surprise to discover Google Play is not installed on the device.
Even by installing some .apk downloaded from the web doesn't solve the issue.
I managed to got mine working. Here's how i did.
I find the hint here
http://forum.xda-developers.com/showthread.php?t=1351283
You'll need to Root your device first
Here's how it goes:
1) Install GoogleServicesFramework.apk
This seems to be the issue, as when you install it you can see the permissions Google requires, and pretty much says it can access ALL the data in your phone, even the private stuff. You've been warned. (what did you expect? it's still Google after all)
2) Install Google Play with any .apk you can find, as system app (see bellow):
Instructions (Thanks to Bandage)
-1. Transfer the .apk files to your Kindle Fire via PC / Mac (remember where you put them)
- 2. Open Root Explorer App, and navigate to the transferred .apk files
- 3. Select the GoogleServiceFramework.apk and install
- 4. When complete, click "Done" and return to the file location for Vending.apk
- 5. Long-press Vending.apk and select the "Move" option on pop-up menu
Navigate to /system/app folder
- 6. Change mount option from RO to RW (read-only to read-write)
Paste Vending.apk into the /system/app folder
- 7. Long-press Vending.apk and select "Permissions" from pop-up menu
Change permissions to match all other apps in this folder (rw-r--r--)
- 8. Install Vending.apk
- 9. Reboot device
3) Launch Google Play
You should now be able to input your account and login.
For the first login, you will probably need to turn on both Wifi and APN (also can try turning off Wifi and only use APN).
You can now browse the market, but still can not install any apps.
Final step: You'll need to send some e-mail to Google (go to google play web site -> help). Explain the problem, they need to allow Play to be used by your device.
Took me a couple e-mail to get it right. The google team was very kind open to help (unlike samsung).
Go ahead and install any app you want
I recommend starting by installing Market Unlocker (especially for those in China). It lets you get the market as if you where in another country.
Hope this has been useful.
And don't forget to press the Thanks button
I actually did this a while ago (I wanted to try it out first before sharing). So i may be forgetting some specific points. Let me know how it turns out for you so i can update this How To.
Cheers
Chewee
May the force be with you
Click to expand...
Click to collapse
I think I may need an 'idiots guide' to all this because I have no clue and no idea what flash and all thats means.... I brought my S2 online and had no idea it was coming from China and that it won't have Google Play on there.
I have tried the above steps but can't even get the 1st one right.. :/
I have tried downloading 'Google Service Framework.apk' from my phone and computer but everytime it tries to install it, it finishes by saying 'Application Not Installed'. Really getting very confused and need urgent help. Please can you let me know where I am going wrong? Many thanks.
Seems you didn't root your phone.
But before doing anything, you should learn a little bit what you are about to do. There are several threads on root issues, or guides for begginers.
Also, double check if you have the i9100 or i9100G version. It's important when you root.
Sent from my GT-I9100G using XDA
chewee133 said:
Seems you didn't root your phone.
But before doing anything, you should learn a little bit what you are about to do. There are several threads on root issues, or guides for begginers.
Also, double check if you have the i9100 or i9100G version. It's important when you root.
Sent from my GT-I9100G using XDA
Click to expand...
Click to collapse
Thanks very much. Its the i9100. I'll try that. I used to think I was good with phones but after reading all this, I don't actually know jack all about them, lol!
chewee133 said:
Seems you didn't root your phone.
But before doing anything, you should learn a little bit what you are about to do. There are several threads on root issues, or guides for begginers.
Also, double check if you have the i9100 or i9100G version. It's important when you root.
Sent from my GT-I9100G using XDA
Click to expand...
Click to collapse
Just wondering about kernel version number too. Mine says '2.6.35.7-I9100'. Does this seem right? Thanks
You are checking the android version. That's not what's important. What you need to check is to take the same kernel version and rom version called basedband version (may be the similar with the build number). For example i have the i9100gzcle2 version. There are some threads about this around here.
Sent from my GT-I9100G using XDA
chewee133 said:
You are checking the android version. That's not what's important. What you need to check is to take the same kernel version and rom version called basedband version (may be the similar with the build number). For example i have the i9100gzcle2 version. There are some threads about this around here.
Sent from my GT-I9100G using XDA
Click to expand...
Click to collapse
You have been a great help. Thank you SO much!
Help with some Apps after ICS
lorinkundert said:
They just released the ICS 4.0.4 ROM for China, that one also does not have any of the GAPPS, in addition some
service providers actively block Google services so installing GAPPS will do no good unless you set up a VPN
Click to expand...
Click to collapse
Guys help me here plz.. I have a couple of issues,and cant find relevant info.
Background. I am usgin SGS2-I9100G (Chinese) flased with ICS 4.0.4 (baseband-I9100GZCLPG/kernel-3.08 [email protected] #2) (rooted with temp CWM)
1.Followed the above to get Google play working. Installed Market enabler (dint help much, just says market configured to t-mobile USA but still google play website shows China-unicom) I am not able to install many apps because of this
-Google My tracks
-FX currency converter
many others that I would like to use alternative apps are also giving same issue.
2.I am not able to get google account in the contacts. When I go into
Contacts > Properties > accounts> Add accounts I see only skype, tango, whatsapp. The same under "add accounts" It is not listing google. Is it supposed to in first place ?
if yes how can I get it?
3.I am not able to install Viber and Voxer even with Apk. It keeps saying "Application not installed" They both dint work on GB too.
---------- Post added at 04:15 PM ---------- Previous post was at 03:50 PM ----------
toctan said:
It seems to work properly, but it may cause some problem, frequent FC for example. And some apps even can't work, such as Foursquare, which you can have a try.It's not only the Google Play but also the whole gapps that are not included in the Chinese ROM. The GoogleServicesFramework.apk and GooglePlay.apk are just part of it, so this problem can't be solved by simply installing some apks.
The right way is to download the right gapps from this page: goo.im/gapps and flash it from CMW.To do that, you must flash a kernel first, such as superatoms, lucir.
Or, you can simply root your phone and decompress that zip file and move it to your phone to the right folder.Never forget to fix the permission. You'd better do that through adb.
Click to expand...
Click to collapse
@toctan can you plz help me with this.. which folder do u mean when you say "the right folder" ?? I am running ICS and my phone is rooted.
shivaraman said:
Guys help me here plz.. I have a couple of issues,and cant find relevant info.
Background. I am usgin SGS2-I9100G (Chinese) flased with ICS 4.0.4 (baseband-I9100GZCLPG/kernel-3.08 [email protected] #2) (rooted with temp CWM)
1.Followed the above to get Google play working. Installed Market enabler (dint help much, just says market configured to t-mobile USA but still google play website shows China-unicom) I am not able to install many apps because of this
-Google My tracks
-FX currency converter
many others that I would like to use alternative apps are also giving same issue.
2.I am not able to get google account in the contacts. When I go into
Contacts > Properties > accounts> Add accounts I see only skype, tango, whatsapp. The same under "add accounts" It is not listing google. Is it supposed to in first place ?
if yes how can I get it?
3.I am not able to install Viber and Voxer even with Apk. It keeps saying "Application not installed" They both dint work on GB too.
---------- Post added at 04:15 PM ---------- Previous post was at 03:50 PM ----------
@toctan can you plz help me with this.. which folder do u mean when you say "the right folder" ?? I am running ICS and my phone is rooted.
Click to expand...
Click to collapse
Hi shivaraman.
I'm not sure i understand exactly what is your problem. Do you have Play installed? Can you install some apps with it? If yes, you're all good.
Market enabler is only going to help.you once you get Play working correctly. Market Enabler doesnt fix Play. It only simulate you are from another country, as if you changed your sim card.
I figured out this methode using android 2.3.6. There is no guaranty it works on ICS. I would suggest trying swiching back to 2.3.6 (if possible, it might be the hatdest part) and try the methode again. Play stays installed when upgrading to 4.0.4
A lot of apps are blocked due to the chinese ROM. Seem the bootloader is posing the problem and is locked. I still didnt find any solution for that. A couple month ago Odia started posting he may had a solution. But he never told what it was.
Sent from my GT-I9100G using xda app-developers app

[CUSTOM ROM][Xperia T][SECURITY] which custom ROM sends least data to google?

Hi guys,
i was wondering which custom ROM has limited or completely cancelled functionality of sending data to Google. Which custom ROM is "safest" and "most secure" in this area? if it is possible to use some application, which limits/prevents apps (or OS directly) to access sensitive data and send them "anywhere" in an uncontrolled way - please let me know. Thank you.
Kind regards,
tlsty
tlsty said:
Hi guys,
i was wondering which custom ROM has limited or completely cancelled functionality of sending data to Google. Which custom ROM is "safest" and "most secure" in this area? if it is possible to use some application, which limits/prevents apps (or OS directly) to access sensitive data and send them "anywhere" in an uncontrolled way - please let me know. Thank you.
Kind regards,
tlsty
Click to expand...
Click to collapse
Try using CM10 with Orbot app enabled (=TOR, network anonymizer), also use Xposed and the module XPrivacy.
It is hard to prevent Google from observing your device if the device os itself os made by Google. ^^
I think that's not a question in between the different ROM's. But of you ask this question, the general answer would be the older the "better".
Than higher the version no. of Google services and then more Google apps installed than more meta-date transfers.
The easiest solution is not installing Gapps, and disabling "let Google apps use this device's location any time it is on".
peter-k said:
I think that's not a question in between the different ROM's. But of you ask this question, the general answer would be the older the "better".
Than higher the version no. of Google services and then more Google apps installed than more meta-date transfers.
The easiest solution is not installing Gapps, and disabling "let Google apps use this device's location any time it is on".
Click to expand...
Click to collapse
Hi peter-k,
thx for suggestion. it makes sense i already disabled the location providing and anything what i know as IT guy, but i am considering to choose a custom rom (CMpreferably). do custom roms have google services running? is it possible to actually stop them / prevent them from starting on the boot?
thx
tlsty said:
Hi peter-k,
thx for suggestion. it makes sense i already disabled the location providing and anything what i know as IT guy, but i am considering to choose a custom rom (CMpreferably). do custom roms have google services running? is it possible to actually stop them / prevent them from starting on the boot?
thx
Click to expand...
Click to collapse
Even on stock ROM you can totally prevent any and all google services from running. You can try with Autostart Manager, System Tuner, and I think there even might be an Xposed module that does that too.
I for one disable/freeze some of the Google Services/apps, and only enable them when I need access to the Play Store; I use a script with Smanager, takes about 10 seconds and is a lot easier and practical than looking for and disabling receivers every time I flash a new ROM.
Antiga Prime said:
Even on stock ROM you can totally prevent any and all google services from running. You can try with Autostart Manager, System Tuner, and I think there even might be an Xposed module that does that too.
I for one disable/freeze some of the Google Services/apps, and only enable them when I need access to the Play Store; I use a script with Smanager, takes about 10 seconds and is a lot easier and practical than looking for and disabling receivers every time I flash a new ROM.
Click to expand...
Click to collapse
Hi Antiga Prime,
would you be so kind and explain to me step by spet how to apply the script? THX
tlsty said:
Hi Antiga Prime,
would you be so kind and explain to me step by spet how to apply the script? THX
Click to expand...
Click to collapse
1.- Install Smanager from the Play Store.
2.- Copy the attached files to your sdcard (skip to step 4), or
3.- Use Smanager to create two new scripts with the following code:
Filename 1: enableplaystore
Code:
#!/system/bin/sh
# enable play store
pm enable com.android.vending
pm enable com.google.android.gsf
pm enable com.google.android.location
pm enable com.google.android.gms
Filename 2: disableplaystore
Code:
#!/system/bin/sh
# disable play store
pm disable com.android.vending
pm disable com.google.android.gsf
pm disable com.google.android.location
pm disable com.google.android.gms
4.- Use Smanager to navigate to the location where you copied/saved the scripts, select one of the scripts and mark the "SU" box so that it runs with Superuser access, then press the "Save" button. Repeat for the second script.
To run the scripts you can either:
- Open SManager and press the Menu button, then press Scripts, then select the script you want to run and press the "Run" button
- Create widgets on your home screen that point to the script you want to run
- Install SMwidgets from the Play Store and create shortcuts to your scripts (which is more organized since you can put all your shortcuts in a folder).
Then, you can use the "disableplaystore" to disable the selected packages, and "enableplaystore" to enable it whenever you need access to the Google Services Framework/Location Services/Play Store, etc.
Just so you know, this will prevent apps that use Google's GCM service to deliver notifications to your phone, but I figured you already knew that since you want to disable everything from contacting Google.

Need some help removing some stubborn overlays

Galaxy Note 8, Oreo 8.0.0 - Just the other day, my Google Play store went haywire and I can't keep it from crashing. I uninstalled all of my Substratum overlays along with the Substratum app itself, Andromeda and Swift. I've tried all of the other ways found on the internet to get it to stop crashing but none of them work, so I found an ADB command that lists all Swift overlays on the phone except the Swift Installer, here is the command:
adb shell "cmd overlay list | grep -i swift | grep -v swiftinstaller.overlay | cut -d ' ' -f 2"
When I do that, it lists 2 overlays:
com.android.vending.SwiftforSamsung.Version98Fix.Black
com.google.android.apps.magazines.SwiftforSamsung.Black
So, I don't know if these could be causing the problem, but i'd like to get rid of them. But I can't find them anywhere when I look at my system app list, or when i dig through the file system. I literally know nothing about ADB commands, but from google I know there is a "remove" command that should be able to uninstall them. But I think I need to know the path of these files? Which the above doesn't give me. Is there a way to find the file locations via a command, and then what is the command to uninstall them? Or is there an easier way to do this? OR, should these overlays not be affecting anything and I should just do a hard reset.
thanks
easiest way to get rid of pesky overlays is to ---- go to settings, scroll to apps, scroll down to the apps you are looking for and uninstall them. reboot....success!
jdg2002 said:
easiest way to get rid of pesky overlays is to ---- go to settings, scroll to apps, scroll down to the apps you are looking for and uninstall them. reboot....success!
Click to expand...
Click to collapse
Thanks, but i cannot find them, they aren't in the app list in settings, even with System Apps showing. It makes no sense.
Well, Mr.Ash.Man solved my problem! Just had to enable a Samsung theme to override the bad hidden overlays. Thread can be closed.

Remove bloatware apps on realme xt [no root]

Hi guys, most of the Realme users aren't a fan of the color OS since its heavy, looks immature, and filled with bloatware. However there is a way to remove all the bloatware in Color OS. NO ROOT IS REQUIRED AND ITS NOOB FRIENDLY.
Code:
* DO NOT REMOVE ANY IMPORTANT SYSTEM APP, I'M NOT RESPONSIBLE IF SOMETHING UNEXPECTED HAPPENS WITH YOUR DEVICE ;_;
REQUIREMENTS:
1. A PC/laptop with drivers and minimal ADB installed.
2. Realme XT, and a type-C USB cable to connect the device to the computer/laptop.
3. Package viewer app that can be installed from Playstore. https://play.google.com/store/apps/details?id=com.csdroid.pkg&hl=en_US
PROCEDURE:
Firstly, go to settings, click on 'About Phone' and continuously tap the Version until it says that 'now your'e a developer'. Then go to additional settings, developer options, enable it and turn on the "USB DEBUGGING" option under developer options.
1. Now connect your phone to PC/laptop using the data cable, and choose transfer files option from the popup on your phone.
2. Now migrate to the folder where minimal ADB is installed, and hold shift key and right click on mouse button, and click on 'Open Powershell window here'.
3. Now type 'adb devices' on the powershell window, and allow access from from device. A serial code must be shown on your screen.
4. Now type 'adb shell' and press enter. Now a new line should come starting with "RMX1921:/ $" , means we are good to go.
5. Now you have to enter commands to remove apps. The command is 'pm uninstall -k --user 0 package name' then press enter. In the place of package name, you have to type the name of the package which needs to be installed. Now open the package viewer app and look for the package name of the app which needs to be removed. You can remove the built-in bowser, calculator, compass, app market, music, roaming, video, weather, etc.
For example, if you need to remove browser, the command which you have to type is, 'pm uninstall -k --user 0 com.nearme.browser' then press enter. You'll see a message saying success. Bullseye! Happy bloatware removing!!
6. If you wanna install any app again, in adb shell, type "cmd package install-existing <package name>" and the particular app will be reinstalled.
COMMANDS USED:(Type these after typing "adb shell")
*For removing an app,
Code:
pm uninstall -k --user 0 <package name>
*For installing it back,
Code:
cmd package install-existing <package name>
If you have any doubts, feel free to comment. I'll be happy to help you.
Thank you. Cheers.
great bro.. thanks i need it
gou225 said:
great bro.. thanks i need it
Click to expand...
Click to collapse
You're welcome.
if i remove browser app and app market will there be any issue during color os system update
Which are the list of applications which can be remove safely
Sent from my RMX1921 using Tapatalk
ssbala said:
if i remove browser app and app market will there be any issue during color os system update
Click to expand...
Click to collapse
There won't be any issues, coz the system update won't cause any changes to the apps.
blackyz01 said:
Which are the list of applications which can be remove safely
Sent from my RMX1921 using Tapatalk
Click to expand...
Click to collapse
You can remove the apps which are provided by realme, like their browser, app market, compass, roaming, weather etc. Don't remove any system apps. (Google related and framework related apps).
This is a really good info. Thanks a ton for this procedure of bloatware removal. I was really searching for root to remove these bloatwares. But without root this is awesome.
Tell me one thing, by same procedure can we install any app as system app?
ashman8123 said:
This is a really good info. Thanks a ton for this procedure of bloatware removal. I was really searching for root to remove these bloatwares. But without root this is awesome.
Tell me one thing, by same procedure can we install any app as system app?
Click to expand...
Click to collapse
You're welcome.
For installing an app as a system app, you need root access.
A help
Bro i bought Realme XT 4GB 64GB and got it delivered just yesterday..But the Thing is even after 1st reboot,Ram available is around 1.8 GB..is it unusual??? Should i be returning phone..The Realme CC asked me to Reboot it..Now Available Ram is 2.20 GB..Im confused... ? Plz help me.
amrish7799 said:
You can remove the apps which are provided by realme, like their browser, app market, compass, roaming, weather etc. Don't remove any system apps. (Google related and framework related apps).
Click to expand...
Click to collapse
Can you please elaborate on this further?
These are the apps I'm planning to get rid of, but due to the lack of adequate information I'm reluctant to actually uninstall them, anticipating whether the action may cause system wide instability.
Clone Phone
Game Center (however, I could NOT find any package name for this one on App Inspaector)
File Manager (I want to replace it with Solid Explorer Pro)
Messages (I want to make Microsoft SMS Organiser as one and only messaging app; hence, this one is important)
Photos (want to replace it by Google Photos)
I tried deleting all of them once - which resulted me unable to select ringtone/notification/alarmtone of my choice - forcing me to factory reset the phone.
Yes, I know I can assign default apps through the app manager setting - but what is the point of keeping two messaging apps (or for that matter, two gallery apps)?
I need to have these information about the cross-dependencies of these apps with the system wide instability issues. Thanks in advance.
could you share the list of maximum number of bloatware, those can be removed safely without tampering os?
SogaBan said:
Can you please elaborate on this further?
These are the apps I'm planning to get rid of, but due to the lack of adequate information I'm reluctant to actually uninstall them, anticipating whether the action may cause system wide instability.
Clone Phone
Game Center (however, I could NOT find any package name for this one on App Inspaector)
File Manager (I want to replace it with Solid Explorer Pro)
Messages (I want to make Microsoft SMS Organiser as one and only messaging app; hence, this one is important)
Photos (want to replace it by Google Photos)
I tried deleting all of them once - which resulted me unable to select ringtone/notification/alarmtone of my choice - forcing me to factory reset the phone.
Yes, I know I can assign default apps through the app manager setting - but what is the point of keeping two messaging apps (or for that matter, two gallery apps)?
I need to have these information about the cross-dependencies of these apps with the system wide instability issues. Thanks in advance.
Click to expand...
Click to collapse
Of these apps, you can remove clone phone. It won't cause any issue. You can't remove game centre (since the package name is unknown). Since file manager is linked with the ringtone selection, don't remove it too. Photos and Messages can be removed.
However i would recommend you to remove clone phone and photos app from your mentioned list of apps, since others are framework related apps.
ashman8123 said:
could you share the list of maximum number of bloatware, those can be removed safely without tampering os?
Click to expand...
Click to collapse
As i said previously, you can remove the bloatware related to color OS. I can give the list of apps which i have removed, and i have no issues with the OS.
1. App market
2. Browser
3. Calculator
4. Clone phone
5. Keep notes
6. Music
7. Video Player
8. Weather and weather services
9. YouTube.
Do not remove any framework related apps like file manager. I'm not responsible if any unstablity occurs due to the removal of framework apps.
amrish7799 said:
As i said previously, you can remove the bloatware related to color OS. I can give the list of apps which i have removed, and i have no issues with the OS.
1. App market
2. Browser
3. Calculator
4. Clone phone
5. Keep notes
6. Music
7. Video Player
8. Weather and weather services
9. YouTube.
Do not remove any framework related apps like file manager. I'm not responsible if any unstability occurs due to the removal of framework apps.
Click to expand...
Click to collapse
Obviously you will not be responsible for any instability occurs...:laugh:
BTW thanks. game center icon can be turned off from app market setting but after uninstalling app market i still able to find game center.
Pankaj0610 said:
Bro i bought Realme XT 4GB 64GB and got it delivered just yesterday..But the Thing is even after 1st reboot,Ram available is around 1.8 GB..is it unusual??? Should i be returning phone..The Realme CC asked me to Reboot it..Now Available Ram is 2.20 GB..Im confused... Plz help me.
Click to expand...
Click to collapse
its quite common.. just enjoy the phone
The package name for Game Center is com.nearme.gamecenter but every time I try to uninstall it, the prompt just tells me its failed [delete_failed_internal_error]
Anyone know a way around this?
how to restore uninstalled app later?
I tried pm disable but it is error so uninstall is the only way to do it, it is just to make sure I'm able to restore it if needed or have stability problem later.
addtional APP's that can be uninstalled
ashman8123 said:
Obviously you will not be responsible for any instability occurs...:laugh:
BTW thanks. game center icon can be turned off from app market setting but after uninstalling app market i still able to find game center.
Click to expand...
Click to collapse
amrish7799 said:
As i said previously, you can remove the bloatware related to color OS. I can give the list of apps which i have removed, and i have no issues with the OS.
1. App market
2. Browser
3. Calculator
4. Clone phone
5. Keep notes
6. Music
7. Video Player
8. Weather and weather services
9. YouTube.
Do not remove any framework related apps like file manager. I'm not responsible if any unstablity occurs due to the removal of framework apps.
Click to expand...
Click to collapse
Hi Amrish,
can we uninstall the below app's also? what do you suggest?
Game canter
game space
ORoaming
phone manager
Photos (Realme)
realme store
theme store
apart from that i see facebook services in package viewer app though i dont use facebook
om4gus said:
how to restore uninstalled app later?
I tried pm disable but it is error so uninstall is the only way to do it, it is just to make sure I'm able to restore it if needed or have stability problem later.
Click to expand...
Click to collapse
You can perform a factory reset to restore your phone to original state. All the removed bloatware apps will be reinstalled. Or else, you can just use the command to reinstall the particular app. The command is given in the first post.

Categories

Resources