deleted - Android Q&A, Help & Troubleshooting

deleted

Login terminal with root and install package list ...... enter command apt-get update or go package manager update it or also ezy way get package list goto software update check for update u ubuntu updating package list...
.
Sent from my GT-S6102 using xda premium

Type this:
sudo su -l
apt-get update
apt-get upgrade
apt-get update
And then try again.
Sent from my Galaxy Nexus using Tapatalk 2

Upgrade to 12
Sent from my SPH-D710 using xda premium

And if it's java that's causing the issue you'll never get that to work. You'll either have to use OpenJDK(Which is only sorta supported), or download the .BIN and install manually.

Related

MTP files transfer on LinuxMint / Ubuntu quick how to

Hi,
I always had problem with mtp and GB on linux. With the ICS update I couldn't even find my device listed by nautilus. I'm a little bit tired of using Airdroid, wich seems to be slower now and I never liked to download the pictures from it as a zip file.
for those who like to MTP transfer from xperia NXT series on Mint or Ubuntu:
add this repository Olci PPA launchpad.net/~olci/+archive/ppa1
it contains the new libmtp library, the new mtpfs and gmtp
with this command: sudo add-apt-repository ppalci/ppa1
then update & upgrade if already installed
or
update and install libmtp libmtpfs gmtp
from terminal launch gmtp
wait for a little bit (it takes a while)
once in gmtp go to preferences and set your directories for upload download
and there you go
finally can control and backup everything in your sd to your linux system
there is a smile on the command
sudo add-apt-repository ppalci/ppa1
how can I remove it?
Damn that's my ppa if anyone got questions or issues on that ppa
I can help
Sent from my haida
Thank you so much for the ppa and your job, a friend sms that to me today as we were searching for mtp on mint. I tried it worked and i wanted to share it.
Sent from my ST25a using xda app-developers app
Or you could use Airdroid for file transfers. It's what I use on my Linux laptop.
uao said:
there is a smile on the command
how can I remove it?
Click to expand...
Click to collapse
Code:
sudo add-apt-repository ppa:olci/ppa1
damn can't fix
Sent from my haida
@ The Alpha Gamer
As I wrote I already use airdroid and I'm tired of it. Still it's out topics.
This thread is about xperias, MTP and linux which are working thanks to that ppa
Sent from my ST25a using xda app-developers app

Mtp on ubuntu?

Can anyone have the solution for working mtp on ubuntu 12.04 ...
I already install mtp library and doesn't work...
I used jb aokp build 4 and dorimanx kernel 5.86b4..
Thank you for your help
Sent from my GT-I9100 using xda premium
arief347 said:
Can anyone have the solution for working mtp on ubuntu 12.04 ...
I already install mtp library and doesn't work...
I used jb aokp build 4 and dorimanx kernel 5.86b4..
Thank you for your help
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
I dunno whether it works on build 4, but if you have exTweaks, you can enable the mtp option from there. That works with 12.04
HAXTREME said:
I dunno whether it works on build 4, but if you have exTweaks, you can enable the mtp option from there. That works with 12.04
Click to expand...
Click to collapse
Thank you, gonna try soon
Sent from my GT-I9100 using xda premium
Still not work mtp on ubuntu...any other advice?
Sent from my GT-I9100 using xda premium
Easy solutions
arief347 said:
Still not work mtp on ubuntu...any other advice?
Sent from my GT-I9100 using xda premium
Click to expand...
Click to collapse
There are solutions available, that I am using on a daily basis:
1. first thing: ADB via Terminal
The Android SDK includes a few comandline tools. One of these is adb (Android Debug bridge) which has a few commands included,
Just to name a few: push (sent), pull (copy from device to pc/laptop), backup (user data with or without sdcard) and a few more like shell = remote terminal access to device.
Install it by: (without "")
"sudo apt-get install android-tools-adb"
then: "adb devices" and you should see your device as something like "09A48348HHHF1"
then sent (push) or copy (pull) files with "adb push /home/USER/downloads/1.avi /sdcard" or adb pull /sdcard/movie.avi /home/USER/downloads"
to see the files included in a folder type : "ls" or "ls- la"
2. Use ADB via Graphical frontend: e.g. the ADBfileexplorer by DareT0Be (THX a lot and all credits to you)
http://forum.xda-developers.com/showthread.php?t=1821601
It's written in JAVA and can be executed on every device running java theoretically (Ubuntu, Windows, MacOSx,....)
A little trick is written at the end of the first page to execute it. I wrote a script to run it easily:
#!/bin/bash
DIRECTORY=/home/USER/Downloads
$1 cd $DIRECTORY
$2 java -Xmx512m -jar adbfileexplorer.jar
echo $1
echo $2
Save it: Once again via terminal: "gedit SCRIPTNAME.sh" copy and paste it, change Directory to the directory of adbfileexplorer. save it.
Make it executable: sudo chmod 771 adbfileexplorer.sh
Create an alias at your desktop or where ever to easily open it.
3. USE google to find the MTP scripts and mounting solutions - Which I don't use.
If that helped YOU hit the thanks button.

Update = daily build?

Hello!
I wanted to know if it has the same effect updating Ubuntu Touch via Terminal or is it better to flash the daily build without wiping to keep updated?
Updating Ubuntu via Terminal: sudo apt-get update && sudo apt-get upgrade
via computer: phablet-flash -l
In my opinion it does the same but I'm not 100% sure.
Apt-get just updates the packages. For some updates it requires a full image upgrade. Which Canonical will implement to be done within Ubuntu Touch by the end of august.
Sent from my LG-LS970 using xda app-developers app
blmvxer said:
Apt-get just updates the packages. For some updates it requires a full image upgrade. Which Canonical will implement to be done within Ubuntu Touch by the end of august.
Sent from my LG-LS970 using xda app-developers app
Click to expand...
Click to collapse
I've figured out, you can add a repo to update the whole system (except some system packages like the kernel) as well.
I've written this down in my tutorial thread.

[Q] How to get the installed package from ubuntu

please anyone tell me how to get the installed applications from ubuntu
i mean how to get their installers from ubuntu to use them in another pc
for eg i installed vlc player from internet by apt-get command
and i need its installer ,from which directory i get it
reply me iam new to ubuntu but familar with windows
roshan77ss said:
please anyone tell me how to get the installed applications from ubuntu
i mean how to get their installers from ubuntu to use them in another pc
for eg i installed vlc player from internet by apt-get command
and i need its installer ,from which directory i get it
reply me iam new to ubuntu but familar with windows
Click to expand...
Click to collapse
Well, you can just use apt-get on the other PC?
Apt-get downloads .deb packages including all dependencies. Any system that can install .deb files should also support apt-get, or is there a reason you can't use that?
If you download and manually install a .deb file, you have to download and install all dependencies too.
Sent from my TF300T using Tapatalk
offline installer
f69m said:
Well, you can just use apt-get on the other PC?
Apt-get downloads .deb packages including all dependencies. Any system that can install .deb files should also support apt-get, or is there a reason you can't use that?
If you download and manually install a .deb file, you have to download and install all dependencies too.
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
i need offline installer of applications,so that i will use it later on another freshly installed ubuntu
is there any way to get offline installer like in windows?
roshan77ss said:
i need offline installer of applications,so that i will use it later on another freshly installed ubuntu
is there any way to get offline installer like in windows?
Click to expand...
Click to collapse
No, there is not a single installer for most applications. Instead there are lots of separate .deb packages and installing one application typically requires installing several of those .deb packages.
That's where apt-get comes in: it figures out all the .deb packages needed for your application, checks what is already installed and then downloads and installs the rest. Doing this manually is far from easy, especially as the list of packages previously installed may differ from PC to PC.
That said, you can find the .deb packages recently downloaded in:
/var/cache/apt/archives/
Sent from my TF300T using Tapatalk
any way to bind
f69m said:
No, there is not a single installer for most applications. Instead there are lots of separate .deb packages and installing one application typically requires installing several of those .deb packages.
That's where apt-get comes in: it figures out all the .deb packages needed for your application, checks what is already installed and then downloads and installs the rest. Doing this manually is far from easy, especially as the list of packages previously installed may differ from PC to PC.
That said, you can find the .deb packages recently downloaded in:
/var/cache/apt/archives/
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
thanks for reply but is there any way to pack those .deb packages in a single file
so that it works as installer
roshan77ss said:
thanks for reply but is there any way to pack those .deb packages in a single file
so that it works as installer
Click to expand...
Click to collapse
I guess you could ZIP them up and add a shell script that runs dpkg -i for each of them, but I don't recommend it. The other PC might need additional .debs or have some of them already installed.
Sent from my TF300T using Tapatalk
Thanks
f69m said:
I guess you could ZIP them up and add a shell script that runs dpkg -i for each of them, but I don't recommend it. The other PC might need additional .debs or have some of them already installed.
Sent from my TF300T using Tapatalk
Click to expand...
Click to collapse
okay i understand now it is difficult to run ubuntu without internet
thanks for reply it help me alot.
roshan77ss said:
okay i understand now it is difficult to run ubuntu without internet
thanks for reply it help me alot.
Click to expand...
Click to collapse
Well, it is hard to use without a package repository. You can burn one on DVD and use it with apt-get or use a mirror in your LAN. Internet is not really needed, but by far the easiest.
Sent from my TF300T using Tapatalk

Deleted weather - want it back

I am with last software version.Accidentally deleted the original weather app and now cant install it again.In Huawei app gallery and Play store i cant find it.One member of this forum with last version too, send me his weather app but when im triying to install it it gives me Signature Fail. I tried everything but without success. Give some advices without Factory reset. Thanks and happy holidays
marto777 said:
I am with last software version.Accidentally deleted the original weather app and now cant install it again.In Huawei app gallery and Play store i cant find it.One member of this forum with last version too, send me his weather app but when im triying to install it it gives me Signature Fail. I tried everything but without success. Give some advices without Factory reset. Thanks and happy holidays
Click to expand...
Click to collapse
Did you delete it via ADB? If its a system app I'm guessing you may need root. Have you tried installing via ADB? I'm not an expert when it comes to this.
Sent from my [device_name] using XDA-Developers Legacy app
jadaress1 said:
Did you delete it via ADB? If its a system app I'm guessing you may need root. Have you tried installing via ADB? I'm not an expert when it comes to this.
Sent from my [device_name] using XDA-Developers Legacy app
Click to expand...
Click to collapse
Uninstalled the app from HiSuite software on my PC. I dont have root. Tried to install it with ADB but even there i have Signature fail message
marto777 said:
Uninstalled the app from HiSuite software on my PC. I dont have root. Tried to install it with ADB but even there i have Signature fail message
Click to expand...
Click to collapse
I dunno then, maybe someone more experienced than me (which ain't hard) [emoji6] can give u some advice.
Sent from my [device_name] using XDA-Developers Legacy app
There is a Huawei weather 5.1.83 from Dec 2017 on apkmirror, is it possible to install that then perhaps it might update to the latest version after the installation?
Sent from my HUAWEI LYA-L09 using XDA Labs
Installed this but its not same that i have.Cant update it and widget dont even work
https://drive.google.com/file/d/1slOzj_GyZqmMElW38hbHJswbe486jwzK/view?usp=drivesdk
I have extracted mine with a APK extractor see if this works without a signature
Sent from my HUAWEI LYA-L09 using XDA Labs
Darkat70 said:
https://drive.google.com/file/d/1slOzj_GyZqmMElW38hbHJswbe486jwzK/view?usp=drivesdk
I have extracted mine with a APK extractor see if this works without a signature
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
No
Have you tried finding it in huawei's appgallery?
Is very good alternative is 'Today Weather'. Very functional and simple material designed. Free with minimal ads. 2 dollar for permanent ad removal.
How exactly does this weather widget work, I don't see any weather widgets available to put on my home screen.
Sent from my HUAWEI LYA-L09 using XDA Labs
marto777 said:
Installed this but its not same that i have.Cant update it and widget dont even work
Click to expand...
Click to collapse
Did you manage to get it back on your phone?
marto777 said:
I am with last software version.Accidentally deleted the original weather app and now cant install it again.In Huawei app gallery and Play store i cant find it.One member of this forum with last version too, send me his weather app but when im triying to install it it gives me Signature Fail. I tried everything but without success. Give some advices without Factory reset. Thanks and happy holidays
Click to expand...
Click to collapse
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Mate 20 RS
Darkat70 said:
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
Hi!
I have the same weather problem on my Mate 20 RS (porsche design).
Could you, please, explain the steps for ADB shell cmd package using.
Thanks in advance!
Mate 20 RS
Darkat70 said:
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
Hi Darkat70!
Could you, please, type the full command line in ADB shell cmd in order to solve the weather problem?
Thanks a lot!
arapa said:
Hi Darkat70!
Could you, please, type the full command line in ADB shell cmd in order to solve the weather problem?
Thanks a lot!
Click to expand...
Click to collapse
That what is above is the command. You just run from the CMD prompt on the PC
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Darkat70 said:
That what is above is the command. You just run from the CMD prompt on the PC
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
Thanks!
But do you mean in CMD:
C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools\ADB shell cmd package install-existing com.huawei.android.totemweather
(the above I tryed but nothing happened)
or:
C:\ADB shell cmd package install-existing com.huawei.android.totemweather
Please, instruct in more details.
Thanks in advance!
arapa said:
Thanks!
But do you mean in CMD:
C:\Users\USERNAME\AppData\Local\Android\sdk\platform-tools\ADB shell cmd package install-existing com.huawei.android.totemweather
(the above I tryed but nothing happened)
or:
C:\ADB shell cmd package install-existing com.huawei.android.totemweather
Please, instruct in more details.
Thanks in advance!
Click to expand...
Click to collapse
It depends upon if you installed ADB as a global wide command.
You can use the
adb shell pm list packages
This will list all package names, you can check to see if weather package is there or listed as a different name.
Sent from my HUAWEI LYA-L09 using XDA Labs
Hi,
i have same problem and i hard reset my M20P.
I manage to extract apk.
If you want you can download it here :
https://drive.google.com/open?id=1MHbObMh3Yg_yNZKcXVzo7FIf9iHnDjua
Tell me if it works.
I did the same by mistake and found a solution:
Open the AppGallery and go to Manager, then select Installation manager and look for the Weather app there and install it.
Worked for me!
Darkat70 said:
Did you manage to get it back you can use ADB command
ADB shell cmd package install-existing com.huawei.android.totemweather
Sent from my HUAWEI LYA-L09 using XDA Labs
Click to expand...
Click to collapse
I did that command and shows "Package com.huawei.android.totemweather installed for user: 0" but i can't see the app , and when i use the other command "adb shell pm list packages" it shows the package
I use a P20 lite - ANE-LX3

Categories

Resources