[Tutorial] Installing Android 5.1.1 (CM12.1) on Samsung Gear S - Samsung Gear S

One of our xda member, biktor_gj successfully ported Android 5.1.1 on Gear S!
As many of you requested, I wanted to show you guys how to install it step-by-step.
Here is the tutorial links to my Youtube video.
----------------------------------------------------------------------------------------------------------------
https://youtu.be/Ha5cHUC_JS4
----------------------------------------------------------------------------------------------------------------
REQUIRED TO DOWNLOAD:
- Recovery (EXTRACT NEEDED)
http://bit.ly/1OA4tnS
-CM12.1 (EXTRACT NEEDED)
http://bit.ly/1MP6dUp
- Tizen image (EXTRACT NEEDED)
http://bit.ly/1OYWmR5
- ADB driver
http://bit.ly/1LGd2Me
- adb.zip (EXTRACT NEEDED)
http://bit.ly/1MwRr7n
- Kernel w/ Bluetooth (IF NEEDED)
http://bit.ly/1Vk9Zdo
----------------------------------------------------------------------------------------------------------------
COMMANDS:
1. adb shell
2. mount /dev/block/mmcblk0p24 /data
3. dd if=/dev/block/mmcblk0p23 of=/data/system-data.img
4. cd data
5. tar cf sysdata.tar system-data.img
6. exit
7. adb pull /data/sysdata.tar
----------------------------------------------------------------------------------------------------------------

Here is how to get back Tizen from Android tutorial
https://youtu.be/Yo_o7cv6lxY

Will this make the gear hot faster?? How about the battery?? just asking... Btw Thank you...

Do all the apps function, and can you install android apps?
Sent from my SAMSUNG-SM-N910A using Tapatalk

This is awesome, if only BT worked...

Hitsouka said:
Will this make the gear hot faster?? How about the battery?? just asking... Btw Thank you...
Click to expand...
Click to collapse
It is around 6hours.
But, before you wear..
You have to register a wrist insurance first [emoji6]
Sent from my LG-VS985 using Tapatalk

kevinthemilkdud said:
Do all the apps function, and can you install android apps?
Sent from my SAMSUNG-SM-N910A using Tapatalk
Click to expand...
Click to collapse
Yes, you can either use ADB or Playstore.
Sent from my LG-VS985 using Tapatalk

raineyland said:
This is awesome, if only BT worked...
Click to expand...
Click to collapse
Bluetooth actually works. You have to flash a kernel to fix BT.
Sent from my LG-VS985 using Tapatalk

Hi Mate,
First of all amazing work this is amazing!
are you able to provide the kernel?
Thanks!

2727alex2727 said:
Hi Mate,
First of all amazing work this is amazing!
are you able to provide the kernel?
Thanks!
Click to expand...
Click to collapse
That was my question, what kernel, and where to find it?

2727alex2727 said:
Hi Mate,
First of all amazing work this is amazing!
are you able to provide the kernel?
Thanks!
Click to expand...
Click to collapse
Android On Gear S w/ Bluetooth.
Downloads:
CM12.1: http://bit.ly/1iUY4XN
Kernel: http://bit.ly/1Vk9Zdo
Flash those via Odin.

minjoon0312 said:
Android On Gear S w/ Bluetooth.
Downloads:
CM12.1: http://bit.ly/1iUY4XN
Kernel: http://bit.ly/1Vk9Zdo
Flash those via Odin.
Click to expand...
Click to collapse
Thanks, yo! Going to try it now! Will report.

raineyland said:
Thanks, yo! Going to try it now! Will report.
Click to expand...
Click to collapse
Make sure that you must back up the data partition through ADB. Watch the tutorial. If you don't make a backup, it might be hard to go back Tizen.
Sent from my iPad using Tapatalk

minjoon0312 said:
Make sure that you must back up the data partition through ADB. Watch the tutorial. If you don't make a backup, it might be hard to go back Tizen.
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
Will do. Am starting now.
---------- Post added at 02:32 AM ---------- Previous post was at 01:53 AM ----------
minjoon0312 said:
Make sure that you must back up the data partition through ADB. Watch the tutorial. If you don't make a backup, it might be hard to go back Tizen.
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
raineyland said:
Will do. Am starting now.
Click to expand...
Click to collapse
Ok, TWRP in stalled fine. ADB Setup and drivers went fine. When I start typing in commands, this happens...
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
error: device not found
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>mount /dev/block/mmcblk0p24 /data
'mount' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>
---------- Post added at 02:57 AM ---------- Previous post was at 02:32 AM ----------
raineyland said:
Will do. Am starting now.
---------- Post added at 02:32 AM ---------- Previous post was at 01:53 AM ----------
Ok, TWRP in stalled fine. ADB Setup and drivers went fine. When I start typing in commands, this happens...
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
error: device not found
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>mount /dev/block/mmcblk0p24 /data
'mount' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>
Click to expand...
Click to collapse
I'm going to Odin back to stock and try again. I was already rooted when I started, maybe that was the issue...
---------- Post added at 02:58 AM ---------- Previous post was at 02:57 AM ----------
minjoon0312 said:
Android On Gear S w/ Bluetooth.
Downloads:
CM12.1: http://bit.ly/1iUY4XN
Kernel: http://bit.ly/1Vk9Zdo
Flash those via Odin.
Click to expand...
Click to collapse
Did you mean flash these through twrp?

raineyland said:
Will do. Am starting now.
---------- Post added at 02:32 AM ---------- Previous post was at 01:53 AM ----------
Ok, TWRP in stalled fine. ADB Setup and drivers went fine. When I start typing in commands, this happens...
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>adb shell
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: device not found
error: device not found
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>mount /dev/block/mmcblk0p24 /data
'mount' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\raine\Downloads\Root\Gear\adb-tools-1.0.31>
---------- Post added at 02:57 AM ---------- Previous post was at 02:32 AM ----------
I'm going to Odin back to stock and try again. I was already rooted when I started, maybe that was the issue...
---------- Post added at 02:58 AM ---------- Previous post was at 02:57 AM ----------
Did you mean flash these through twrp?
Click to expand...
Click to collapse
Odin.
Sent from my iPad using Tapatalk

What about the adb issues? Any thoughts?
---------- Post added at 03:47 AM ---------- Previous post was at 02:59 AM ----------
minjoon0312 said:
Make sure that you must back up the data partition through ADB. Watch the tutorial. If you don't make a backup, it might be hard to go back Tizen.
Sent from my iPad using Tapatalk
Click to expand...
Click to collapse
So, I went back to stock and now Odin won't flash twrp..
.I got twrp back but adb shell command isn't working...

This is what's happening...

raineyland said:
This is what's happening...
Click to expand...
Click to collapse
That is totally normal, just go on to the next command.[emoji6]
Sent from my LG-VS985 using Tapatalk

minjoon0312 said:
That is totally normal, just go on to the next command.[emoji6]
Sent from my LG-VS985 using Tapatalk
Click to expand...
Click to collapse
Thanks for the reply and the help. When I go to command number 2, it says mount is recognized. (see above) Thanks again!

raineyland said:
Thanks for the reply and the help. When I go to command number 2, it says mount is recognized. (see above) Thanks again!
Click to expand...
Click to collapse
Not sure why isn't working. Try: adb devices
Sent from my LG-VS985 using Tapatalk

Related

[TOOL] Clean Tool for Mac OSX

All credits go to Scrosler, Nils, MrSmith, and everyone else. I took the Linux version of this tool and modified it to work on Mac OSX. The Linux version did not work for me, so I decided to fix up a Mac version and upload. It also has a special WiFi Tether install script I whipped up.
INSTALL THE MAC OSX ANDROID SDK BEFORE USING THIS!
Here are some links to get you started with the SDK.
http://developer.android.com/sdk/index.html
http://www.talkandroid.com/guides/de.../#.TuaS3lxjgSM
So now that you have the SDK installed...
1) Unzip Cleantool_Mac.zip
2) Open a command window, change directory into your Cleantool_Mac directory
3) Run ./cleantool.sh
Have fun
Cool! Good Job!
What exactly does this remove?
McFroger3 said:
What exactly does this remove?
Click to expand...
Click to collapse
Well, you can Temp Root, and then you are given the option to remove some bloat, all bloat, or VZW bloat, and you can also desense
dmeadows013 said:
http://www.talkandroid.com/guides/de.../#.TuaS3lxjgSM
Click to expand...
Click to collapse
Just to let you know this link redirects to
http://www.talkandroid.com/73163-dead-on-arrival-makes-its-way-to-the-android-market/#.TuaS3lxjgSM
McFroger3 said:
Just to let you know this link redirects to
http://www.talkandroid.com/73163-dead-on-arrival-makes-its-way-to-the-android-market/#.TuaS3lxjgSM
Click to expand...
Click to collapse
The link you quoted and in the OP goes to guides as I would assume were intended. Don't know how/why you would get to somewhere completely different.
MrSmith317 said:
The link you quoted and in the OP goes to guides as I would assume were intended. Don't know how/why you would get to somewhere completely different.
Click to expand...
Click to collapse
Worked fine for me too!
cant seem to get the command screen to accept my commands. Pretty much a nube when it comes to command screens and code, but if anyone could help lead me in the right direction, i'd appreciate it. I already have sdk installed and the cleantool zip unzipped. Just not sure where to go from here, as everything i've tried on the command screen has come back permission denied, or no such directory. Thanks in advance...
In terminal I get to a Password prompt?
Edit: Nevermind, just hit Enter. Doh!
---------- Post added at 03:04 PM ---------- Previous post was at 02:55 PM ----------
Do you have it for permanent root?
---------- Post added at 03:14 PM ---------- Previous post was at 03:04 PM ----------
How do we get permanent root on a mac?
Sorry, I just saw I somehow wrote that on my post above.
---------- Post added at 03:22 PM ---------- Previous post was at 03:14 PM ----------
jdaniels31 said:
cant seem to get the command screen to accept my commands. Pretty much a nube when it comes to command screens and code, but if anyone could help lead me in the right direction, i'd appreciate it. I already have sdk installed and the cleantool zip unzipped. Just not sure where to go from here, as everything i've tried on the command screen has come back permission denied, or no such directory. Thanks in advance...
Click to expand...
Click to collapse
1. In the Terminal app ( /Applications/Utilities )
type: cd (path to Cleantool_Mac folder - Easiest way to do this is to open a Finder window next to the Terminal window, navigate to the Clean folder in the Finder window and then drag the folder into the Terminal window. Make sure it has a space between the cd and the path.)
Example: cd /Users/username/Desktop/Clean_Mac
Hit Return or Enter
2. At the next prompt: Type: ./cleantool.sh
3. Select the Temp Root option then let it do it's thang and then select the Exit option.
Hope that helps.

Cannot Copy Item

Hi,
I'm having problems with my S3. I'm trying to copy a ROM over to the internal storage via USB. It's connected and I can view all the files and directories. However, when I go to copy the ROM over, I get this error:
Cannot copy item
The device has either stopped responding or has been disconnected.
I did have it rooted with CWM and custom ROMs, but I flashed the leaked official JB and have had this problem since. I've flashed back to stock ICS and still no luck...
I have the same problem! Bump
---------- Post added at 10:18 PM ---------- Previous post was at 09:56 PM ----------
OOooh I think I found the solution!!!!!!
"MTP Device Cannot Start code 10" error message
I get an "MTP Device Cannot Start, error code 10" error message when I connect my Sansa player to a PC running Windows XP. What can I do?
1. Make sure you are logged in as an administrator
2. If connected, disconnect your player from the PC
3. Open your command prompt, click Start select Run
4. Type cmd then press Enter
5. Type the following after the prompt: Net localgroup Administrators local service /add then press Enter
NOTE: A "The command completed successfully" message should appear.
6. Close the command prompt and reconnect the Sansa player.
-Just CMD on start menu, right click and run as administrator and do as it says here
---------- Post added at 10:21 PM ---------- Previous post was at 10:18 PM ----------
Edit: Didn't work Well, it worked on installing drivers that failed, but still I can't copy files.. I still get that message..... Hmmmmmmmmmmmmmmmmmmm
---------- Post added at 10:24 PM ---------- Previous post was at 10:21 PM ----------
Another edit: I think it's because your file is corrupt.. I now noticed that I can copy other files than the gapps.zip I was trying on....
keem85 said:
I have the same problem! Bump
---------- Post added at 10:18 PM ---------- Previous post was at 09:56 PM ----------
OOooh I think I found the solution!!!!!!
"MTP Device Cannot Start code 10" error message
I get an "MTP Device Cannot Start, error code 10" error message when I connect my Sansa player to a PC running Windows XP. What can I do?
1. Make sure you are logged in as an administrator
2. If connected, disconnect your player from the PC
3. Open your command prompt, click Start select Run
4. Type cmd then press Enter
5. Type the following after the prompt: Net localgroup Administrators local service /add then press Enter
NOTE: A "The command completed successfully" message should appear.
6. Close the command prompt and reconnect the Sansa player.
-Just CMD on start menu, right click and run as administrator and do as it says here
---------- Post added at 10:21 PM ---------- Previous post was at 10:18 PM ----------
Edit: Didn't work Well, it worked on installing drivers that failed, but still I can't copy files.. I still get that message..... Hmmmmmmmmmmmmmmmmmmm
---------- Post added at 10:24 PM ---------- Previous post was at 10:21 PM ----------
Another edit: I think it's because your file is corrupt.. I now noticed that I can copy other files than the gapps.zip I was trying on....
Click to expand...
Click to collapse
I'm having the same copy issue. I've tried downloading multiple different ROMs and copying them over to the internal storage and it seems like it's a crap shoot whether they work or I get the "cannot copy" error. Of course the ROMs I want to flash are the ones that won't work. I'm on a newly flashed Galaxy Nexus running 4.2.
I had the same challenge with 4.1.2 at the beginning. I found out that somehow my kernel (Siyah RC1) was the issue, after installing RC3 and also now with 1.7 it works fine.
chrismast said:
I had the same challenge with 4.1.2 at the beginning. I found out that somehow my kernel (Siyah RC1) was the issue, after installing RC3 and also now with 1.7 it works fine.
Click to expand...
Click to collapse
I flashed back to my original jr03o build and I'm still having the issue. Specifically I'm trying to copy the new 4.2 ROM from MMuzzy to internal storage but still no dice.
Have same issue with galaxy note. was working fine, then data reset and installed CWM + recovery, tehn all of a sudden I cant copy ROMs over. Although I can make and delte folders on the phones storage from the PC.
still nothing
gcappa said:
Have same issue with galaxy note. was working fine, then data reset and installed CWM + recovery, tehn all of a sudden I cant copy ROMs over. Although I can make and delte folders on the phones storage from the PC.
Click to expand...
Click to collapse
I have galaxy S3 int with many roms in my extcard..
i dont know what to do..!! pls help guys
i ve done everything above and still nothing..
I had this problem too not sure how to fix it but a nice work around is using airdroid from Google Play its free and works a charm.
I cant post a link as I'm a newbie
+1
From time to time im experiencing the same problem.
Try
Right-click on the ROM > Click Properties > Click Unblock
Had this problem and this fixed it.
had this problem, spent one hour doing research online trying to solve it.
here is the solution:
Your file is corrupted, download it again!!!
lol
jcsawyer said:
Hi,
I'm having problems with my S3. I'm trying to copy a ROM over to the internal storage via USB. It's connected and I can view all the files and directories. However, when I go to copy the ROM over, I get this error:
Cannot copy item
The device has either stopped responding or has been disconnected.
I did have it rooted with CWM and custom ROMs, but I flashed the leaked official JB and have had this problem since. I've flashed back to stock ICS and still no luck...
Click to expand...
Click to collapse
Do you tick USB debugging in developer option, if YES, do you disable media storage from startup, if No, my answer is try other USB, OTG cable. Goodluck!
Cannot copy item
Hi.... was having the same problem...:crying:
After a day long research, I found the solution.....:victory:
connected my phone with another PC and it worked there...means having problem with my PC not in S3 I9300...
Thanks.
Thanks!
david0916 said:
had this problem, spent one hour doing research online trying to solve it.
here is the solution:
Your file is corrupted, download it again!!!
lol
Click to expand...
Click to collapse
Hahahaha thank you!
Worked for me!
Hi,for Galaxy S4 just download USB MASS Storage Enabler and run it ,you will have no problems copying after that!
most of the copy problem like this mainly caused by the USB line or the USB port...
especially when problem happens when copy big files
quato79 said:
Hi,for Galaxy S4 just download USB MASS Storage Enabler and run it ,you will have no problems copying after that!
Click to expand...
Click to collapse
Worked a charm on the S3 aswell, Thanks
treklos said:
Try
Right-click on the ROM > Click Properties > Click Unblock
Had this problem and this fixed it.
Click to expand...
Click to collapse
This did not work for me. For me the issue was that the download in chrome of the rom was "complete", but it was not. IT was only 120mb in stead of 200+, so the file was corrupt. This is why I could not copy it.
Redownloaded, worked.
Maybe Kies Service is running in the background? You can reinstall the Samsung USB Device Driver on your machine. You also can uninstall the device driver installed by the system when you plug in the device the first time. Maybe this helps.
Hi! What I did was I put whatever I wanted to copy into a folder (in my case it was a ROM i.e. a zip file) and then tried to copy and it worked.
TRY THIS
if not copy, try cutting (you can copy it back later)

Ext to internal mod problem

I have been using the mod for a few weeks perfectly No problems but now it's not working I have tried removing it and installing it again. This is the message that I get when trying to run it manually
Sent from my GT-I9300 using xda premium
Its in init.d so its running at boot. Running in SM may not work because you're trying to mount and umount things that are already mounted and being used.
Sent from my GT-I9300 using Tapatalk 2
---------- Post added at 12:55 PM ---------- Previous post was at 12:53 PM ----------
What you should really do, is not run it manually. Let the device boot and run the command "mount" from terminal. Supply the output to your script dev
Sent from my GT-I9300 using Tapatalk 2
rootSU said:
Its in init.d so its running at boot. Running in SM may not work because you're trying to mount and umount things that are already mounted and being used.
Sent from my GT-I9300 using Tapatalk 2
---------- Post added at 12:55 PM ---------- Previous post was at 12:53 PM ----------
What you should really do, is not run it manually. Let the device boot and run the command "mount" from terminal. Supply the output to your script dev
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
What should I do then?
Sent from my GT-I9300 using xda premium
faddys123 said:
What should I do then?
Click to expand...
Click to collapse
----------
rootSU said:
What you should really do, is not run it manually. Let the device boot and run the command "mount" from terminal. Supply the output to your script dev
Click to expand...
Click to collapse
It has been working normally at boot and everything but suddenly it stopped working so I tried to run it manually and that was the problem
Sent from my GT-I9300 using xda premium
The fact you can't run it manually means nothing.
The script needs to run at boot. Running it manually is AFTER boot, which is why the error you get when running it manually is irrelevant.
If you want it resolved, give the developer the output of the "mount" command after a reboot, like I said.

[Q] HUAWEI MediaPad 10 / s10-201L error. Asking for quick help!

Hey guys. Some time ago my gf start getting strage errors and today MediaPad stop working at all.
When im trying to unlock device, it shows me "Integrated Test stop working", even if im pressing ok, like second after it pops again and again. So i cant even reset it via settings. I was trying to get in to recovery menu, but it doest work also. Shows me some strage error about sdcard. "sdcard update failed". Not sure why it is like that.
MediaPad is not rooted. Im looking for some solution how to make that "integrated test stop working" error dissapear.
Im sorry for language, hope you understand.
look if you have on SD Card some update files (zip with some other rom, folder "dload" with update.app in, etc..) if yes, delete it and try to reboot your device.
If this not help, try to find via searchbar on official huawei sites for "s10-201l firmware" ... not sure why, but its not listed directly in downloads for this device... C232B003
Download and unpack it to sdcard (whole Dload folder) and restart device... it should to flash stock rom... (i'm curently trying to edit this rom with cyanogen )
ententeak said:
look if you have on SD Card some update files (zip with some other rom, folder "dload" with update.app in, etc..) if yes, delete it and try to reboot your device.
If this not help, try to find via searchbar on official huawei sites for "s10-201l firmware" ... not sure why, but its not listed directly in downloads for this device... C232B003
Download and unpack it to sdcard (whole Dload folder) and restart device... it should to flash stock rom... (i'm curently trying to edit this rom with cyanogen )
Click to expand...
Click to collapse
thanks mate, done
stelburger said:
thanks mate, done
Click to expand...
Click to collapse
i'm glad to help, because this can help with my "hacking" experiments...
---------- Post added at 09:22 PM ---------- Previous post was at 08:29 PM ----------
Can i ask you for one favour?
I need to check if i have only driver mismatch (samsung vs huawei) or its just mediapad 10 problem
When i run adb and look for devices, i see "alphabetical order" fingerprint "0123456789ABCDEF device"
Can you check your adb devices fingerprint if its too alphabetical or "random" please?
Thank you.
ententeak said:
i'm glad to help, because this can help with my "hacking" experiments...
---------- Post added at 09:22 PM ---------- Previous post was at 08:29 PM ----------
Can i ask you for one favour?
I need to check if i have only driver mismatch (samsung vs huawei) or its just mediapad 10 problem
When i run adb and look for devices, i see "alphabetical order" fingerprint "0123456789ABCDEF device"
Can you check your adb devices fingerprint if its too alphabetical or "random" please?
Thank you.
Click to expand...
Click to collapse
To answer this question, My device also appears as above
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
0123456789ABCDEF device
Click to expand...
Click to collapse
This value is set by the init."device".rc using the ro.serialno variable. This is sometimes set via the kernel command line , other will read from another value and place value in this variable
look for
write /sys/class/android_usb/android0/iSerial ${ro.serialno}
Click to expand...
Click to collapse
Hope that helps others looking for the same.
darkspr1te

Calender Storage

Hi, I Sold my OP7 pro because I got a Business Smartphone. The 20 Pro is my First Android ever without Root (should not Root the Business Service), so I started debloating via ADB. Unfortunately i deinstalled calender Storage. Ist there any was to get it Back? Can someone extract the apk and send it to me? YAL-L41 and UI 2.1.0. Will maybe the upcoming Update to UI 3.0 bring calender storage Back?
6nchris said:
Hi, I Sold my OP7 pro because I got a Business Smartphone. The 20 Pro is my First Android ever without Root (should not Root the Business Service), so I started debloating via ADB. Unfortunately i deinstalled calender Storage. Ist there any was to get it Back? Can someone extract the apk and send it to me? YAL-L41 and UI 2.1.0. Will maybe the upcoming Update to UI 3.0 bring calender storage Back?
Click to expand...
Click to collapse
You can activated again the deleted or uninstalled Package via ADB.
To enable use:
pm enable <package_to_enable>
package name for calender Storage:com.android.providers.calendar
I hope this help.
Error: Unable to open file: com.android.providers.calendar
Consider using a file under /data/local/tmp/
Error: Can't open file: com.android.providers.calendar
Exception occurred while executing:
java.lang.IllegalArgumentException: Error: Can't open file: com.android.providers.calendar
at com.android.server.pm.PackageManagerShellCommand.setParamsSize(PackageManagerShellCommand.java:350)
at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:929)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:166)
at android.os.ShellCommand.exec(ShellCommand.java:103)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:23673)
at android.os.Binder.shellCommand(Binder.java:642)
at android.os.Binder.onTransact(Binder.java:540)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:2804)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4433)
at com.android.server.pm.HwPackageManagerService.onTransact(HwPackageManagerService.java:432)
at android.os.Binder.execTransact(Binder.java:739)
unfortunately, this is what i got
6nchris said:
Error: Unable to open file: com.android.providers.calendar
Consider using a file under /data/local/tmp/
Error: Can't open file: com.android.providers.calendar
Exception occurred while executing:
java.lang.IllegalArgumentException: Error: Can't open file: com.android.providers.calendar
at com.android.server.pm.PackageManagerShellCommand.setParamsSize(PackageManagerShellCommand.java:350)
at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:929)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:166)
at android.os.ShellCommand.exec(ShellCommand.java:103)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:23673)
at android.os.Binder.shellCommand(Binder.java:642)
at android.os.Binder.onTransact(Binder.java:540)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:2804)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:4433)
at com.android.server.pm.HwPackageManagerService.onTransact(HwPackageManagerService.java:432)
at android.os.Binder.execTransact(Binder.java:739)
unfortunately, this is what i got
Click to expand...
Click to collapse
Maybe the apk will help in Attachment
letschky said:
Maybe the apk will help in Attachment
Click to expand...
Click to collapse
I tried that one before, could Not be installed
Now i Hope for Android 10, maybe the Update is a füll Rom including the calenderstorage.
6nchris said:
I tried that one before, could Not be installed
Now i Hope for Android 10, maybe the Update is a füll Rom including the calenderstorage.
Click to expand...
Click to collapse
The only thing that works safely is a factory reset
---------- Post added at 06:25 PM ---------- Previous post was at 06:18 PM ----------
Use ADB with adb shell?
adb shell
pm enable com.android.providers.calendar
if I use it says: enabled
letschky said:
The only thing that works safely is a factory reset
---------- Post added at 06:25 PM ---------- Previous post was at 06:18 PM ----------
Use ADB with adb shell?
adb shell
pm enable com.android.providers.calendar
if I use it says: enabled
Click to expand...
Click to collapse
Yes i did this as Well and it Said enabled. But there ist still No storage
6nchris said:
Yes i did this as Well and it Said enabled. But there ist still No storage
Click to expand...
Click to collapse
strange,
for what is the app exactly?
letschky said:
strange,
for what is the app exactly?
Click to expand...
Click to collapse
It is a system app. You can't User a calender App that needs to be syncronised without it.
I think only Factory Reset bring the app back.

Categories

Resources