screeshoot and liverecord fails : limited storage place - BLISS ROMS Q&A

Hi, just after I installed Bliss rom, I can’t take any screenshoot anymore, I have : " coundn’t save screenshot , can’t save screenshot due to limited storage space" Does anyone saw that before?
I tried to change the directory picture/screenshot name , and screenrecord seems to no works too
thx for your help
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
in log:
Unable to start service Intent { act=android.service.contentcapture.ContentCaptureS ervice cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiConte ntCaptureService } U=0: not found
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): unable to save screenshot
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): java.lang.IllegalArgumentException: Unknown URL content://media/external/images/media
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at android.content.ContentResolver.insert(ContentReso lver.java:1827)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at android.provider.MediaStore.createPending(MediaSto re.java:616)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at com.android.systemui.screenshot.SaveImageInBackgro undTask.doInBackground(GlobalScreenshot.java:394)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at com.android.systemui.screenshot.SaveImageInBackgro undTask.doInBackground(GlobalScreenshot.java:161)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at android.os.AsyncTask$3.call(AsyncTask.java:378)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at java.util.concurrent.FutureTask.run(FutureTask.jav a:266)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTas k.java:289)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1167)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:641)
09-11 21:20:03.984 E/SaveImageInBackgroundTask(15615): at java.lang.Thread.run(Thread.java:919)

Related

[Q] Socket programming??

All I need to do is connect to a computer on the local network (192.168.1.40) on port 13000 and write a few bytes. And for some reason it isn't working.
"PP" would be interpreted as a command to pause/play music on the remote computer(I have the server software running fine).
AndroidManifest.XML has all appropriate permissions and no exceptions are thrown. It just doesn't connect and it is frustrating me!!! Can anyone help with the code?
Code:
public void run3()
{
new Thread(new Runnable() { public void run() {
Socket socket;
try
{
socket = new Socket("192.168.1.40", 13000);
//socket.connect();
DataOutputStream out = new DataOutputStream(socket.getOutputStream());
out.writeBytes("PP");
//PrintWriter out = new PrintWriter(new BufferedWriter(new OutputStreamWriter(socket.getOutputStream())), true);
//out.println("PP");
out.close();
socket.close();
}
catch (Exception e)
{
tv.setText(e.toString());
//setContentView(R.layout.main);
}
}
} ).start();
}
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I have a breakpoint set in my server code so even if it made a connection(any attempt to connect) I would be notified. But nothing happens.
I fired up wireshark and it turns out I am getting the packets from my Android app. So why isn't my C# code receiving the connection? UGH... I refuse to write my server app in Java. TCP is TCP, it should register the connection

[APP] VideoReg [6.0s/6.1b13]

VideoReg - the best way to use your Android device as a Car Blackbox.
Developer: RubberBigPepper (Google Play)
Site: http://rubberbigpepper.com/en/apps/videoreg
Google Play
All updates: http://rubberbigpepper.com/en/videoreg-updates
Subscribe to updates: email, RSS
Free and paid support project
Two ways to support project
1. Free. Just click on any advertisement on the page of the application: http://rubberbigpepper.com/en/apps/videoreg
OR
2. You can help by money through PayPal: http://rubberbigpepper.com/en/donation
Intents to work with Tasker:
"rubberbigpepper.VideoReg.StartRecord" - start recording
"rubberbigpepper.VideoReg.StopRecord" - stop recording
"rubberbigpepper.VideoReg.RescueVideo" -save important video
"rubberbigpepper.VideoReg.CapturePhoto" - photo capturing
"rubberbigpepper.VideoReg.ShowMainWindow" - showing the main window
"rubberbigpepper.VideoReg.HideMainWindow" - hide the main window
"rubberbigpepper.VideoReg.Exit" - exit the program
"rubberbigpepper.VideoReg.ImportSettings" - import settings, when used with the Extra option "File name" the file name with path, import would be out of it
"rubberbigpepper.VideoReg.ExportSettings" - export settings, when used with the Extra option "File name" the file name with path, it will be exported
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

[BootAnimation] Minions HTC ONE M8

I made this just for fun, like this minions a lot!! Its large, but smooth.
BOOTANIMATION:
GIF ANIMATED:
https://www.4shared.com/photo/vyk6JwXuba/bootanimationminion.html
https://mega.co.nz/#!pIwXjT5Q!NAV4-2s9mGd4kA1XlLK8mvI9i7_FY3o4k7OnYwiSXgI
The gif animated show partial animation, it´s only an example of the complete bootanimation.
IMAGES:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
DOWNLOAD:
https://www.4shared.com/zip/XxiDcgQmba/bootanimationMinions.html
https://mega.co.nz/#!NVoF2KSK!7m5bUJ9fJXihpNKBjKk0cm1c11x6mOISF_xWtPHMPWs
In Sense Rom, rename this file to "hTC_bootup_one.zip" and put in "/system/customize/resource".
Set file permission to rw-r-r-
DOWNLOAD SOUND:
https://www.4shared.com/mp3/n3HDymkYce/minions.html
https://mega.co.nz/#!IFACDJJK!Ss-dsOTgdBapaSJ7HQuQmXkNR0ynJcd6XF9KdA4nm94
In Sense Rom, rename this file to "HTC_Sense5_Boot.mp3" and put in "/system/customize/resource"
Set file permission to rw-r-r-
DOWNANIMATION:
GIF ANIMATED:
https://www.4shared.com/photo/hYvqnOdVba/downanimationminion.html
https://mega.co.nz/#!lVYEiTbR!WEEcJK_c74E-4bHjWNFbo-HV3cOQR-TBOs43G55T6c0
IMAGES:
View attachment 3339413
View attachment 3339415
DOWNLOAD:
https://www.4shared.com/zip/SL15kaEUce/downanimationMinions.html
https://mega.co.nz/#!FIJ2DDwS!ufMgRN4_prpoVpugmX9tcOE0fsCS94iyNg3WuceKwFU
In Sense Rom, rename this file to "hTC_downanimation.zip" and put in "/system/customize/resource".
Set file permission to rw-r-r-
DOWNLOAD SOUND:
https://www.4shared.com/mp3/nROk7mI6ba/minionsdown.html
https://mega.co.nz/#!JUJjGbyT!Jj_31F4p0NMb1DSrt8fxjnxV7XS2lQCGXRqx-x1AzRI
In Sense Rom, rename this file to "shutdown.mp3" and put in "/system/customize/resource"
Set file permission to rw-r-r-
Add this to default.xml file in "/system/customize/CID"
<ShutdownConfiguration>
<ShutdownAnimation image_png="/system/customize/resource/hTC_downanimation.zip" audio="/system/customize/resource/shutdown.mp3" useAudio="1" image="" fps="10" />
</ShutdownConfiguration>
*******************************************************************

[APP][4.1+][Lebanon] Two is the New Zero - Transform 01 Numbers to 21

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The Lebanese Government and Ogero have decided to switch landline phone numbers as follows:
- 01-XXX XXX to 21-XXX XXX
- 04-XXX XXX to 24-XXX XXX
- 05-XXX XXX to 25-XXX XXX
- 06-XXX XXX to 26-XXX XXX
- 07-XXX XXX to 27-XXX XXX
- 08-XXX XXX to 28-XXX XXX
- 09-XXX XXX to 29-XXX XXX
This app will help you migrate your contacts to the new format, and replace the 0 by 2
You can either select specific contacts to migrate or select all contacts
You can also revert migrated numbers to the old format which starts with 0, in case you migrated some contacts by mistake.
This application is ad-supported, and all ad revenue will be donated to SOS Children's Village.
Supported Languages: *English & Arabic*
Developed by: FredericTech
GitHub Link
Play Store Link
**Reserving This Panel**

Bixby Vision ( J7 PRO / 2017 ) ANDROID 9 NO ROOT JUST INSTALL

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
HELLO EVERYBODY
Bixby vision for J7 2017 /PRO
Just install 2 apks and clear camera data
مرحبا جميعا , تطبيق بيكسبي فيجين يعمل بشكل ممتاز فقط عليك تثبيت حزم التثبيت ومسح بيانات الكميرا
ملاحظة : يعمل ومستقر على الروم الرسمي اصدار اندرويد 9
bixby vision fr
bixby vision fr
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
bixby vision
bixby vision
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com

Categories

Resources