remarkable-hacks
remarkable-hacks copied to clipboard
VERSION 2.13.0.758-PATCH_25.2.01-G-G6BE1F40
VERSION 2.13.0.758-PATCH_25.2.01-G-G6BE1F40 I am using
I can't put in a new PDF file because I can't roll back and it doesn't sync.
No rollback, no version upgrade
Is there any way?
/home/rmhacks/patch.sh
Even if I delete the folder, the update does not work;

It looks like you aren't connected to the internet, which would be why none of that works.
It looks like you aren't connected to the internet, which would be why none of that works.
It doesn't seem to be an internet problem. The remarkable thing is that it is well connected to the Internet, and the computer is also the same. In this case, I uninstalled the hack and proceeded with the update, and then installed hack again, but now the hack is not deleted.
It looks like you aren't connected to the internet, which would be why none of that works.
It doesn't seem to be an internet problem. The remarkable thing is that it is well connected to the Internet, and the computer is also the same. In this case, I uninstalled the hack and proceeded with the update, and then installed hack again, but now the hack is not deleted.
Alright, well the current error you are encountering when trying to remove the hacks is due to network connectivity.


So you are connected to wifi, but unable to connect to the wider internet, You have a couple options:
- Try to resolve your network connectivity issue
- Copy the patch.sh script to your device manually and run it
As you said, it is possible that the internet is the problem.
The Wi-Fi appears to be connected, but I think that it may not actually be connected.
How do I manually apply a new patch?
To uninstall, copy the patch.sh script to your device and run it as per the instructions in the readme. There may already be a copy on the device based on the path mentioned in the readme for the offline step.
How about connecting to another wifi like a hotspot from a mobile phone to check if that helps with the network issue? Or rebooting the router - I recently had the stranges issues with network printer, and turned out the router had a hick up of some sort, and a restart resolved the issues.
How about connecting to another wifi like a hotspot from a mobile phone to check if that helps with the network issue? Or rebooting the router - I recently had the stranges issues with network printer, and turned out the router had a hick up of some sort, and a restart resolved the issues.
I've tried tethering, but it's still the same
How about connecting to another wifi like a hotspot from a mobile phone to check if that helps with the network issue? Or rebooting the router - I recently had the stranges issues with network printer, and turned out the router had a hick up of some sort, and a restart resolved the issues.
I've tried tethering, but it's still the same
Tethering your tablet? It doesn't support tethering. Unless you mean using your phone as a hotspot?
How about connecting to another wifi like a hotspot from a mobile phone to check if that helps with the network issue? Or rebooting the router - I recently had the stranges issues with network printer, and turned out the router had a hick up of some sort, and a restart resolved the issues.
I've tried tethering, but it's still the same
Tethering your tablet? It doesn't support tethering. Unless you mean using your phone as a hotspot?
I tried connecting to the hotspot of my phone, but it didn't work. Try connecting to your company's Wi-Fi I've tried connecting from home, but it still doesn't seem to work.
Very odd. Have you tried running the uninstall offline yet? If you have and you still don't have network access, I'd recommend jumping on the community discord and asking for help fixing the network connection issue.
Very odd. Have you tried running the uninstall offline yet? If you have and you still don't have network access, I'd recommend jumping on the community discord and asking for help fixing the network connection issue.
I know how to use only automagic codes
I don't know which one to delete offline.
I uninstalled /home/rmhacks/patch.sh using Filezilla and restarted it, but still no upgrade.
So you've removed the hacks and it's still not connecting to the internet?
So you've removed the hacks and it's still not connecting to the internet? Ames Thank you for your many replies.
I don't know much about this, so I don't seem to be able to execute it properly as you said.
- I don't know how to remove hack offline. I tried forcibly removing the /home/rmhacks/patch.sh folder. I wonder if this method is a way to remove nuclei.
- The current situation is as follows. I'm connected to wifi, but it doesn't seem to connect as you said. Can't connect to email or cloud and can't sync. I logged out of my account and tried to connect again, but that doesn't work anymore.


It's good that it doesn't update
There is a problem with synchronization or no internet.
I would rather start off by fixing the internet problem on your remarkable. Do it at home where no Firewall could hinder you. Try to ping your router IP, 1.1.1.1 and google.com from the device in your SSH session. I got the feeling you have DNS problems on the device. Are you sure you did not tamper with any configurations on the device?
To solve the permission problem, you should give yourself execute permissions to the patch.sh before running it:
chmod +x /home/rmhacks/patch.sh
/home/rmhacks contains the backup of the unlatched version of xochitl. Do not delete it. As @martin-braun said, you need to make it executable in order to run it, which is something missing from the readme.
right?
Yes, now you can run it: /home/rmhacks/patch.sh purge
Yes, now you can run it:
/home/rmhacks/patch.sh purge
Since the laptop and the Remarkable are in the same Wi-Fi environment, it does not mean that the Internet is not available.
Yes, now you can run it:
/home/rmhacks/patch.sh purge
There is still something wrong.
Yes, now you can run it:
/home/rmhacks/patch.sh purgeThere is still something wrong.
Could you clarify?
Since the laptop and the Remarkable are in the same Wi-Fi environment, it does not mean that the Internet is not available.
Your device is unable to connect to the internet, which wifi network it's connected to doesn't seem to be a factor here since you tried using your phone as a hotspot. Likely this is an issue with configuration on the device itself.

seems to have been resolved
I don't know how it was solved.
You have no free space on your root partition, this explains why the device can't connect to the network. See if the following helps:
journalctl --vacuum-size 1
If not, we'll need to sort out how to free up a little more space.
See #420 for some more information.
You have no free space on your root partition, this explains why the device can't connect to the network. See if the following helps:
journalctl --vacuum-size 1If not, we'll need to sort out how to free up a little more space.
See #420 for some more information.
- chmod +x /home/rmhacks/patch.sh this helped
2.patch.sh seems to have a problem.
It seems to have happened because I did a purge using the previous patch.sh.
The current situation is this:

patch.sh didn't have a problem, it saw that there still wasn't enough space and stopped. you need at least 3MB of free space for it to run. You can check how much space is free by running df -h /. It looks like there wasn't any extra space cleared. You might want to reboot to make sure that the filesystem synced properly. If df -h / says that there is at least 3MB of space, you can run patch.sh purge again.
patch.sh didn't have a problem, it saw that there still wasn't enough space and stopped. you need at least 3MB of free space for it to run. You can check how much space is free by running
df -h /. It looks like there wasn't any extra space cleared. You might want to reboot to make sure that the filesystem synced properly. Ifdf -h /says that there is at least 3MB of space, you can run patch.sh purge again.
Thank you so much for your help.
People who have the same problem as me, please refer to it and solve it.
Thank you so much for your interest and finding a solution.
patch.sh didn't have a problem, it saw that there still wasn't enough space and stopped. you need at least 3MB of free space for it to run. You can check how much space is free by running
df -h /. It looks like there wasn't any extra space cleared. You might want to reboot to make sure that the filesystem synced properly. Ifdf -h /says that there is at least 3MB of space, you can run patch.sh purge again.
고마워요 친구~ thank you friend