[HOW-TO][Ver 6.12] Update GMaps (24/09) - Galaxy Ace S5830 Themes and Apps

HOW TO UPDATE GOOGLE MAPS:
I saw many pp ask about this and now I will type the guide here:
- Remove old version of Map
- Go to your /data/system
- Take the file "packages.xml" and copy to somewhere (sdcard, pc..etc)
- Open it wit NOtepad++ (on PC - recommend) and search then delete the line: <shared-user name="com.google.android.apps.maps".....>
- Copy the file back to its place and set permission rw-r-r
- Install this new signed version below as normal apk
- Done & Test
Download:
Version 6.12 http://www.mediafire.com/?17l0ayhlyx0fdxo
Version 6.11: https://www.dropbox.com/s/0ufwl1bfo6zqx2i/Maps6.11.1_Mod.apk
FAQ:
Q: Why I dont make a patch/update via updater?
A: Becoz it depends on your packages.xml and UserID
Q: Is there any other easy way?
A: I dont know Just found this way and it works for me. If u can find other easy way, pm me and I will update the guide.

Nice Guide DK

Put this on the myth updater app .
Sent from my GT-S5830 using Tapatalk 2

dredremon said:
Put this on the myth updater app .
Sent from my GT-S5830 using Tapatalk 2
Click to expand...
Click to collapse
Dont u read 1st post?

Updated version 6.12

devilsking said:
Updated version 6.12
Click to expand...
Click to collapse
I don't have the line you showed. I only have this one;
<shared-user name="android.uid.shared" userId="10007">
Should I delete this one instead?
When installing from market, it says this
"Incompatible with other applications using same shared user ID"

Working great....thanks Leo !!!

SuperAce609 said:
I don't have the line you showed. I only have this one;
<shared-user name="android.uid.shared" userId="10007">
Should I delete this one instead?
When installing from market, it says this
"Incompatible with other applications using same shared user ID"
Click to expand...
Click to collapse
I think u should find: com.google.android.apps.maps =.=
Some users tested and it works so It's weird if it doesnt appear in your phone

what apps did you use to move the xml file?
also what app is use for changing chmod?

Related

[CM9]Camera Developement How-to, Q&A

Hi guys, I've opened this thread so we can talk about the camera developement for CM9.
Here is the link including files and a how-to.
Here is the second link if you want even clearler instructions (Thanks to texten)
andy did u try it?( camera work)
Sent from my GT-I8150 using xda premium
Nothing, isn't working for me...
EDIT: I've an alpha 3, flashed the zip, and checked the permissions... Waiting for Arco...
I think we are missing with something..hopefully our Mentor. arco68 have the time to pass thru ere..
Can somebody poke alisd too...NVM I think I just did
http://forum.xda-developers.com/showthread.php?p=26384027
Sent from my GT-I8150 using Tapatalk 2
We can wait xD
iSadic said:
Nothing, isn't working for me...
Click to expand...
Click to collapse
+1
I tried very quickly 'cuz I don't have much time, but oisis' update zip+alpha2 didn't work.
this link is better:
http://forum.xda-developers.com/showpost.php?p=26511647&postcount=428
have fun!
texten said:
this link is better:
http://forum.xda-developers.com/showpost.php?p=26511647&postcount=428
have fun!
Click to expand...
Click to collapse
tried the instructions, but not working...
mike_kenji said:
tried the instructions, but not working...
Click to expand...
Click to collapse
maybe you will need to replace the "firmware"folder in that zip with firmware folder of gingerbread for you device
also the same procedure for the "media_profile.xml" in etc...
this could work:
just take that zip in my post, replace firmware folder and the media_profile.xml with the ones of your latest gingerbread...
and follow the installation instructions in my post
texten said:
this link is better:
http://forum.xda-developers.com/showpost.php?p=26511647&postcount=428
have fun!
Click to expand...
Click to collapse
texten said:
maybe you will need to replace the "firmware"folder in that zip with firmware folder of gingerbread for you device
Click to expand...
Click to collapse
where can i find those files? is the camera working for you?
mike_kenji said:
where can i find those files? is the camera working for you?
Click to expand...
Click to collapse
look here http://forum.xda-developers.com/showpost.php?p=26511647&postcount=428
you can see whats working and whats not working...
you can use the camera_experimental-0.1.zip
but you need to replace the firmware folder and the media_profile.xml in that zip with the ones of the latest gingerbread for your device
and do not forget to follow the installation instructions
for your further development on camera, you can also use these "instructions for camera testers"
(maybe you will add these to post#1 of this topic here)
--------------------------
here are instructions for camera testers:
Few important things:
1. make notes, because we will need it to restore steps.
2. make a logcat:
Code:
adb logcat -d > logcat.txt
if you want, edit logs like that (less logs - easier to read, logs only related with camera):
Linux shell:
Code:
cat ./logcat.txt | grep camera > logcat.new.txt
Windows cmd:
Code:
type logcat.txt | findstr camera > nwelogcat.txt
3. If you will find in log that HAL cannot connect with camera do not post logs, because they are useless
4. Do not zip or rar logs = easier to read on phone
----------------------------------
Additional Links:
You can try files from these phones.
Phones with MSM8255:
- CDMA XPeria Play
- LG Revolution
- HTC Desire S
- Sony xperia mini,mini pro, neo etc - camera works
- My touch 4g - camera works
- Xperia play - camera works
- Htc desire s - camera works
- Huawei honor - official ICS
- Htc one V - no front camera but official ICS
- http://forum.xda-developers.com/showthread.php?t=1639634
Thanks to: Spider550 for links, he cannot post here yet.
----------------------------------------------------------------------
if you make a logcat, do not forget to post which files you used.
folders for all files:
do not forget to set permissions for changed files/folders like all other files/folders there... and reboot after all changes you made!
*.so files to /system/lib
media_profile.xml to /system/etc
camera.apk to /system/app
firmware files to /system/firmware (maybe you have to create a folder)
---------
now you can start with testing.
for logcat = shutdown device - boot - start camtests - after that make a logcat directly.
texten said:
look here http://forum.xda-developers.com/showpost.php?p=26511647&postcount=428
you can see whats working and whats not working...
you can use the camera_experimental-0.1.zip
but you need to replace the firmware folder and the media_profile.xml in that zip with the ones of the latest gingerbread for your device
Click to expand...
Click to collapse
i'll try this in a while... thanks a lot... sorry for being a noob...
mike_kenji said:
i'll try this in a while... thanks a lot... sorry for being a noob...
Click to expand...
Click to collapse
no problem, maybe one other user of your device will give it a try
texten said:
no problem, maybe one other user of your device will give it a try
Click to expand...
Click to collapse
uhm... one last question, where do i put the firmware files? hehehe
*EDIT
nevermind, found it... thanks again!
mike_kenji said:
uhm... one last question, where do i put the firmware files? hehehe
Click to expand...
Click to collapse
open the zip file, delete the folder "firmware" and push your firmware folder from the latest gingerbread of your device on that place...
the same do with media_profile.xml
texten said:
open the zip file, delete the folder "firmware" and push your firmware folder from the latest gingerbread of your device on that place...
the same do with media_profile.xml
Click to expand...
Click to collapse
thanks.... wish me luck
mike_kenji said:
thanks.... wish me luck
Click to expand...
Click to collapse
good luck.
hahaha, i'm stuck on a bootloop.... try again...

SGS3 themed Accuweather widget

Hi everyone,
----Attention to anyone on CM9 wanting to use this package-----
The zip seems to be causing some trouble with CM9 and some users have reported having boot loops after flashing (only on CM9)
If you are on CM9 and want to use the package please push the files across manually to where they need to be.
eg. /system/app and /system/etc read page 2 of this thread for detailed instructions.
**************Update 08/06/2012**************************
Another new update v1.2.1
fixed CWM package file...
added some permission xmls from touchwiz roms, and some libs etc. Hopefully will fix the problems some have been having again with the package.
Link updated below in downloads.
**********
Sorry to those of you who are on a CM based rom who weren't able to get the zip to work, I've updated the zip so it should work on CM, I am unable to test as I'm not on a CM rom so can someone please check it for me and let me know? Thanks.
Download link updated below.
ps. 100 downloads in less than a day!
***********************************************
I like many others have been working hard to port the SGS3's lovely widgets, but like everyone else, I haven't had any real luck ripping them, it seems samsung worked hard to make these ONLY available on the SGS3, but I guess it is just a matter of time until someone is able to port them.... hopefully
Until that time, I decided the next best thing would be to use the SGS2's ported accuweather widget and theme it with the nice images from the SGS3 widget
The background image is semi-transparent and changes depending on daytime/night time/cloudy weather
Have a look at screenshots
Daytime -
Night time -
Cloudy -
Installation
Copy zip file to phone
Then reboot into CWM and flash this file.
Clear dalvik cache
Reboot and enjoy
**If you already have either the digital clock widget or the sgs2 accuweather widgets installed, I would suggest to do a backup with titanium (just in case you want to revert to your old one) and then uninstall them**
Download
http://www.mediafire.com/download.php?r90ug8t219kd5sk
If you are happy with the app please hit the thanks button
And if you are really really happy feel free to buy me a beer / donate
In the zip, there is also a digital clock widget, with the number images from the SGS3 ported over too
IT doesnt work..
Sent from my GT-I9000 using XDA
santosxen said:
IT doesnt work..
Sent from my GT-I9000 using XDA
Click to expand...
Click to collapse
1st post! welcome to XDA.
Can you tell me which rom are you using, maybe you can try to manually put the files in /system/app and set permissions to 0 , 0 then r-w, r, r,
Did the install with CWM say it was sucessful or not?
xxx posts, still does not work..
Cyanogenmod 9, also setted permissions..
Try here dude,it's a GSIII's weather widget and it works on my GS
http://forum.xda-developers.com/showthread.php?t=1689520
Hi OP, sorry I haven't posted sooner, but it works fine.
Manually copied the two apk with rootexplorer + perms + reboot
Btw, I use Nova Launcher.
Thanks !
work`s on jw4?
saphirrot said:
xxx posts, still does not work..
Cyanogenmod 9, also setted permissions..
Click to expand...
Click to collapse
Haha! I wasn't implying that it wasn't working for santosxen because he has only made one post! that just silly!
I was only welcoming him to this great forum full of helpful people!
I forgot to mention after setting the permissions correctly (to 0 , 0 then r-w, r, r,) that you need to reboot and then it will work.
filou75 said:
Hi OP, sorry I haven't posted sooner, but it works fine.
Manually copied the two apk with rootexplorer + perms + reboot
Btw, I use Nova Launcher.
Thanks !
Click to expand...
Click to collapse
Excellent, thanks for the feedback! It is working fine on Apex launcher too.
norocosul3 said:
work`s on jw4?
Click to expand...
Click to collapse
Yes it should work fine on JW4.
However as you are on a Touchwiz based rom you might be able to get the real sgs3 widget to work from Twics latest 1.5.1 update see here it is a big pack which adds on a lot of content to your phone and changes icons etc. if you dont want all that stuff I can edit his CWM package if you want so it just includes the widgets...
Here is the link, http://www.mediafire.com/download.php?4dwy7yvy5ekhj7i
I edited out all the other stuff and you just have the new touchwiz launcher and the sgs3 widgets. Just put the file on your phone and flash with CWM, I can't guarantee it will work, but if you are on a samsung rom your chances are better than the rest of us I think, let me know how it goes.
New zip added to OP for those of you who are using CM roms, sorry the last zip seems to have only worked for some people, this one should work for everyone fingers crossed.
Haha! I wasn't implying that it wasn't working for santosxen because he has only made one post! that just silly!
I was only welcoming him to this great forum full of helpful people!
I forgot to mention after setting the permissions correctly (to 0 , 0 then r-w, r, r,) that you need to reboot and then it will work.
Click to expand...
Click to collapse
doesnt meant it bad too bro, but it still does not work. Please try your mod with this launcher :
http://forum.xda-developers.com/showthread.php?t=1571527
It wont work :/
sorry it's not working for you
thanks for the heads up with this link, I'll try it out
Yeah but... Touchwiz is... just touchwiz ^^'
It's atm not working for me too. I manually copied these two .apk Files to the /system/app Folder. After that i have wanted to change the permissions but i guess i failed that way...the permissions seem to be basically accurate... Help me guys please
I have just updated the file in the OP, version 1.2
now includes added touchwiz permission xml files and some lib files to system.
Hopefully with these added files it will work for everyone.
Let me know if it works
santosxen said:
It's atm not working for me too. I manually copied these two .apk Files to the /system/app Folder. After that i have wanted to change the permissions but i guess i failed that way...the permissions seem to be basically accurate... Help me guys please
Click to expand...
Click to collapse
I use an app from the market called 'super manager' download that and go into the 4th tab to the file manager, once you are in the file manager choose 'back up level folder' up the top of the list, choose this until it takes you back to / (which is root) up the top you should see '/ (r/o)' then go to system, (when going into system it will ask you if you want to modify the file system, it will give you three options 1. do nothing 2. read only, and 3. r/w choose R/W. Now you are in the system folder of your phone, but be careful here because if you change something without knowing what you are doing you could have big problems.. ok now go into app folder and find your file, it will be near the bottom, it is called accuweather.com and under that it will say 'samsungwidget_weatherclock.apk'.
Once you have found the file choose the tick box next to it, now down the bottom of the screen you will see a list of icons; home, copy, cut, paste etc. now slide across to the right and you will see 'attribute' the icon has 777 on it.
Ok now where it says owner: set this number to 0
and where it says group: set this number to 0 as well.
under that you will have your permissions.
you can set owner to read, write, and execute
you can set group to read, write, and execute as well
and you can set other to read, write, and execute as well
it will also work if you just have owner as r-w-- group as r---- and other as r---- but try the above settings first to see if that works for you.
Now you just have to reboot and your widget should install properly
I will assume that you are on a rooted rom though?
And please try the new version 1.2 in the opening post too
Let me know if you have any troubles
1.2 doesnt work -> signature verification failed
Sent from my GT-I9000 using XDA
I fixed the permissions, still wont work: (
Sent from my GT-I9000 using XDA
Sorry about that... new link uploaded....
v1.2.1
this time I tested it and it is working for me (sorry I didn't test that last one v1.2, must have been a problem with the zip file)
1.2.1 -> sugnature verification failed
Sent from my GT-I9000 using XDA
santosxen said:
1.2.1 -> sugnature verification failed
Sent from my GT-I9000 using XDA
Click to expand...
Click to collapse
You don't need a signed zip if you use a cwm recovery
Witch kernel do you have on your gs ?

AOSP browser without root (yes you read that right) 4.3

I have a method to install the aosp browser without any root privileges at all and no modifications of the system partition. Just involves installing 2 or 3 apks (depending if you want bookmark syncing). This should work on any of the other nexus devices that came without stock browser. This is also an improvement over the root method as it does not break OTA updates even on rooted devices.
Please don't repost this yet. I want to add in the other languages to browser.apk for the "find on page" button in the menu. I fixed English. The stock nexus roms don't have the string in framework-res for this one button.
Download zip (this is not a cwm package/just extract it or open the files from inside)
http://www.mediafire.com/download/sp3778itcps5iq1/aospbrowser-noroot-blackhand1001.zip
Steps:
1. Use es file manager to browse to system/app and install browserproviderproxy (it will say app not installed, don't worry it worked)
2. Reboot (it will not work without rebooting first)
3. Install Browser4.3_blackhand1001.apk
4. Install ChromeBookmarksSyncAdapter_blackhand1001.apk (this will give you bookmark syncing)
Video Tutorial (thanks XDA)
Reserved for future updates...
There is no document in this link...
Sent from my One using xda premium
heartsaver1859 said:
There is no document in this link...
Sent from my One using xda premium
Click to expand...
Click to collapse
I fixed the link sorry about that.
Modified the procedure to work with this device properly. Turns out the signatures on the one file differ between devices.
blackhand1001 said:
I fixed the link sorry about that.
Click to expand...
Click to collapse
Thanks for this. Works very well on my devices.
Updated it so the autocomplete dropdown no longer has the blue line glitch. The style definition for the dropdown is missing on the stock nexus 7 rom so I copied it and put it in the browser itself and pointed to it there.
Added User agent selection in advanced preferences.
Full screen option in labs.
when u say install browserproviderproxy in system/app, do you mean install the one found in the nexus7 directory, or the one in your zip file?
AndyGnex said:
when u say install browserproviderproxy in system/app, do you mean install the one found in the nexus7 directory, or the one in your zip file?
Click to expand...
Click to collapse
The one on the nexus 7 directory. I updated the download link. It now has user agent selection and a fullscreen mode in the labs menu. The link was pointing to an older version that still had the browserproxyprovider file in the zip. You need to use the one on the device already.
blackhand1001 said:
The one on the nexus 7 directory. I updated the download link. It now has user agent selection and a fullscreen mode in the labs menu. The link was pointing to an older version that still had the browserproxyprovider file in the zip. You need to use the one on the device already.
Click to expand...
Click to collapse
Works like a charm
Perfect on new Nexus 7
THANK YOU. This worked PERFECTLY on my new nexus 7. I love the tablet but for me Chrome is nowhere near as good and useful as this stock browser, so thanks a lot.
megafrij0l said:
THANK YOU. This worked PERFECTLY on my new nexus 7. I love the tablet but for me Chrome is nowhere near as good and useful as this stock browser, so thanks a lot.
Click to expand...
Click to collapse
Doesn't work for me.
1. Run install browserproviderproxy.apk in system/app directory which fails - check
2. Reboot - checl
3. Install signedBrowser-blackhand1001.apk - FAILS (X App not installed)
andTab said:
Doesn't work for me.
1. Run install browserproviderproxy.apk in system/app directory which fails - check
2. Reboot - checl
3. Install signedBrowser-blackhand1001.apk - FAILS (X App not installed)
Click to expand...
Click to collapse
Since I was rooted anyhow, I ended up using the root AOSP Browser installation app from the market.
We will see if the bookmark sync works with that (it's supposed to)
Working on my HTC One - ARHD 4.1 Google Edition with this method !!!!!
For Android 4.4
Supporting root device
not work new incognito tab
Derived from the last sdk
http://www.mediafire.com/download/6uaeiyu2b92h88u/Browser.zip
Just updated to 4.4 and browser didn't work so I uninstalled..... Wot do I do now?
All stock nexus 4
Sent from my Nexus 4 using xda app-developers app
chaosfoevr said:
Just updated to 4.4 and browser didn't work so I uninstalled..... Wot do I do now?
All stock nexus 4
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
delete BrowserProviderProxy.apk
system/app/ BrowserProviderProxy.apk
Tried to delete that file and it says cannot delete it... Not rooted running 4.4 on nexus 2012....

Wanted : Huawei emui 7 Music apk english version

Could someone make a copy of the music apk that is on noughat for any L29 mate 8 model . ?? Thanks
hey buddy, you should go to the play store and check out the following app: All Mobile´s Stock Applications
it contains all stock huawei apps from EMUI 4.0, 4.1 and 5.0 i.e. Nougat
jbmc83 said:
hey buddy, you should go to the play store and check out the following app: All Mobile´s Stock Applications
it contains all stock huawei apps from EMUI 4.0, 4.1 and 5.0 i.e. Nougat
Click to expand...
Click to collapse
Thanks. But how to install them. For example i tried "hw music.apk", it fails. I tried to change hw music.apk with this in system directory, but i didnt find it.
Can you give the ways how to install these apks.
mayrincir said:
Thanks. But how to install them. For example i tried "hw music.apk", it fails. I tried to change hw music.apk with this in system directory, but i didnt find it.
Can you give the ways how to install these apks.
Click to expand...
Click to collapse
you downloaded the apk file and tried to install? what exactly did it say during installation? make sure that you have allowed to install from unknown sources in - settings/advanced settings/security/install apps from unknown sources
Sent from my HUAWEI NXT-AL10 using Tapatalk
That music apk is not the l29 version so its half chihinese
jbmc83 said:
you downloaded the apk file and tried to install? what exactly did it say during installation? make sure that you have allowed to install from unknown sources in - settings/advanced settings/security/install apps from unknown sources
Sent from my HUAWEI NXT-AL10 using Tapatalk
Click to expand...
Click to collapse
Thanks for your reply.
Of course unknown source is enabled. when installing "Hw Music.apk", installer said "Goole Play Music" is installing. install failed. Reason for failure: The parser did not find any certificates in the installation package.
mayrincir said:
Thanks for your reply.
Of course unknown source is enabled. when installing "Hw Music.apk", installer said "Goole Play Music" is installing. install failed. Reason for failure: The parser did not find any certificates in the installation package.
Click to expand...
Click to collapse
Is your rom already rooted?if you're rooted then you can use root explorer method
I already uploaded into my google drive. Link --> https://drive.google.com/open?id=0B_BPAE

Question Twin Apps Not Working

Hi, I can't speak English, so I'm using Google translator. Sorry if there are any wrong words.
My Rog 6 is the tencent version with the Global room, it came with version WW-32.2810.2206.95 since then the Twin Apps never worked, I updated the device to version WW-32.2810.2206.97 and it still didn't get the app. I updated to version WW-32.2810.2207.134 and it still doesn't work.
Does anyone have a solution for this problem?
Try this solution - works (tried & tested) for ROG phone 3:
Regarding ZenUI's Twin App
Is there a way to add custom apps into it? The app they have that are available for Twin Apps is really limited, I would like to add my own:)
forum.xda-developers.com
elmor0 said:
Try this solution - works (tried & tested) for ROG phone 3:
Regarding ZenUI's Twin App
Is there a way to add custom apps into it? The app they have that are available for Twin Apps is really limited, I would like to add my own:)
forum.xda-developers.com
Click to expand...
Click to collapse
I tried this solution, but I was not successful. I just wish I could duplicate whatsapp...
Are you sure you followed all the steps?
Pasted from the link: (essentially, just modify your existing twinapps. xml file)
1.Download file twinapps_required_apps.xml
給 ZenUI 4.0 之後應用分身使用的 app 支援設定檔
給 ZenUI 4.0 之後應用分身使用的 app 支援設定檔. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
Remember, you must download the file from right corner "Raw" button, do not press "download zip" to download or copy and paste the strings from the link
2.Find out the app package name that you want to add , As the example from the tutorial, they choose "GoShare" as an example, you can check its package name from the website version Google play, the hyperlink after "id=" is its' package name.
For Example "https://play.google.com/store/apps/details?id=com.gogoro.goshare"
"com.gogoro.goshare" is the package name.
3.Edit the downloaded twinapps.xml. Find out this string from the file "<string-array name="twinapps_required_apps">" (for apps)
or <string-array name="twinapps_required_apps_games">(for games). Added <item></item> in the front and after the package name. For example if you want to add "Goshare" in the app list, it should be<item>com.gogoro.goshare</item>. Add it after <item>com.imo.android.imoim|imo free video calls and chat</item>. And Save the file.
4 Connect your phone to your pc and use adb to push the edited twinapps.xml into your phone adb push twinapps.xml /sdcard/.
5 After pushed the xml file to your file, use this command to update the twinapps list
adb shell am startservice -a "asus.intent.action.TWINAPPS_CDN_FILE_UPDATE" -d "file:///sdcard/twinapps.xml" --ei "ACTION" 1 com.asus.twinapps/.TwinAppsService.
elmor0 said:
Are you sure you followed all the steps?
Pasted from the link: (essentially, just modify your existing twinapps. xml file)
1.Download file twinapps_required_apps.xml
給 ZenUI 4.0 之後應用分身使用的 app 支援設定檔
給 ZenUI 4.0 之後應用分身使用的 app 支援設定檔. GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
Remember, you must download the file from right corner "Raw" button, do not press "download zip" to download or copy and paste the strings from the link
2.Find out the app package name that you want to add , As the example from the tutorial, they choose "GoShare" as an example, you can check its package name from the website version Google play, the hyperlink after "id=" is its' package name.
For Example "https://play.google.com/store/apps/details?id=com.gogoro.goshare"
"com.gogoro.goshare" is the package name.
3.Edit the downloaded twinapps.xml. Find out this string from the file "<string-array name="twinapps_required_apps">" (for apps)
or <string-array name="twinapps_required_apps_games">(for games). Added <item></item> in the front and after the package name. For example if you want to add "Goshare" in the app list, it should be<item>com.gogoro.goshare</item>. Add it after <item>com.imo.android.imoim|imo free video calls and chat</item>. And Save the file.
4 Connect your phone to your pc and use adb to push the edited twinapps.xml into your phone adb push twinapps.xml /sdcard/.
5 After pushed the xml file to your file, use this command to update the twinapps list
adb shell am startservice -a "asus.intent.action.TWINAPPS_CDN_FILE_UPDATE" -d "file:///sdcard/twinapps.xml" --ei "ACTION" 1 com.asus.twinapps/.TwinAppsService.
Click to expand...
Click to collapse
Yes, I followed all the steps. I downloaded the file, edited it, passed the cmd to the cell phone and gave the update command. Apparently the update command worked, but still nothing appears in Twin Apps.
Reboot & check.....
elmor0 said:
Reboot & check.....
Click to expand...
Click to collapse
I already did that too, it didn't work. Did you get to test it?
It works for me on ROG 3 - I don't have ROG 6 yet, sorry.
Do you have any Apps successfully "Twinned"?
If yes, can you view/ edit the relevant .xml file. Where is it located?
elmor0 said:
It works for me on ROG 3 - I don't have ROG 6 yet, sorry.
Do you have any Apps successfully "Twinned"?
If yes, can you view/ edit the relevant .xml file. Where is it located?
Click to expand...
Click to collapse
I do not have any. As I showed in the image of my first message. No apps appear available. Yeah, I didn't even want many Apps, just WhatsApp.
Danillo06 said:
Hi, I can't speak English, so I'm using Google translator. Sorry if there are any wrong words.
My Rog 6 is the tencent version with the Global room, it came with version WW-32.2810.2206.95 since then the Twin Apps never worked, I updated the device to version WW-32.2810.2206.97 and it still didn't get the app. I updated to version WW-32.2810.2207.134 and it still doesn't work.
Does anyone have a solution for this problem?
Click to expand...
Click to collapse
hello bro can you teach me how to update rog 6 like you did, because when i wanted to update manually it failed
and i downloaded the firmware from asus
Looks like working.
udar_molota said:
Looks like working.
Click to expand...
Click to collapse
Yes, I installed the version that the seller of aliexpress sent me and updated it on my cell phone to the latest version released on the Asus website, and now it's working normally.
Danillo06 said:
Yes, I installed the version that the seller of aliexpress sent me and updated it on my cell phone to the latest version released on the Asus website, and now it's working normally.
Click to expand...
Click to collapse
hi bro
what seller on aliexpress you got your phone from ?
and can you now download updates WW from Asus website and install it normally ?
faisalll9666 said:
hi bro
what seller on aliexpress you got your phone from ?
and can you now download updates WW from Asus website and install it normally ?
Click to expand...
Click to collapse
Hi, I bought from the Super GLX STORE and after I installed the room he sent, I can download and install the rooms from the asus website normally
Danillo06 said:
Hi, I bought from the Super GLX STORE and after I installed the room he sent, I can download and install the rooms from the asus website normally
Click to expand...
Click to collapse
so is it converted 100% to WW now ?
everything works great after the version that the seller of aliexpress sent you?
do you have any issues so far and all apps notifications works ?
I'm really hesitating to get this one
It is still working on Android 12 of Asus Rog phone 3

Categories

Resources