[ Новые сообщения · Участники · Правила форума · Поиск · Подписки ]
Результаты поиска
pvc1 Дата: Вт, 21 Май 2013, 09:13 | Сообщение #4421 | Тема: Simple PS3Updates [1.6 build 8]
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
Simple PS3Updates v1.6 Build 2 Final
Цитата
v1.6 Build 2 Final

Added: Backup
Added: Cover Path - Single click Preview panel
Added: Search Options on Search form
Added: Multi Cover Download Urls - Settings / Covers
Added: Right Click Menu - Covers / Path, Google search / Url Server/'s (Multiple - Settings/Covers)
Added: Right Click Menu - PicPreview - Default Viewer, Explore Dir, Open Dir
Added: Message Box's to the Add funtion
Moved: Link search results from Main to List>Text form
Tweaked: Form Displays - Search, Settings
Removed: Maximize - System tray menu
Fixed: System tray menu - Close Alt+F4 - Hard Closing
Fixed: List Resize Display
Fixed: Dupes for Save Links
Fixed: Save Links Not recording Game ID's, Game Names
Notes: Use the search with Links and do a blank search. Find the GameID in the url and re-Fetch Or, Simply re-Fetch all your games.





 

pvc1 Дата: Вт, 21 Май 2013, 13:55 | Сообщение #4422 | Тема: Сломалась консоль PlayStation 3
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
а я пару лет назад так свою толстушку на запчасти сдал, а сейчас мог бы починить




 
pvc1 Дата: Вт, 21 Май 2013, 13:56 | Сообщение #4423 | Тема: Помогите нубу разобраться что к чему)
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
спаять точно ничего не получится, не ты первый таким вопросом задаешься




 
pvc1 Дата: Ср, 22 Май 2013, 09:02 | Сообщение #4424 | Тема: MiralaTijera Firmware [4.50]
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
MiralaTijera CFW 4.40 Updated with System Manager 1.1
Цитата
First of all, Miralatijera me that if they "saw" made ​​public the Core in its name and the rest is of my own by collaborating

On the other hand, the uniqueness of this, is that just your CFW offers the ability to launch applications in the background and these things, show that when the CFW provide useful ideas and instead locked away, are offered the possibility the dev, they can do things and are more likely to do so. In contrast, others, think that by taking out a CFW automatically have to give support... it will be no [poraki]

You try hard enough and you provide the info or you worry your porting (I mean Iris Manager), as did Miralatijera (in 4.31 gave us all the information he could and at 4.40, made the port it, and I then managed some little things: well if you do things), because if not directly rule and I stand so quiet [burla2].

And with that, let the matter:

The Core

The core novelty presents how the possibility of launching an application in the background, which is called "sm.self" and installed in root / dev_flash, which has advantages and disadvantages:

Disadvantages:
If the application in the background hangs the system, obviously, the system will not advance from that point. So the flag is provided removes, but obviously, if someone puts nosearch flag, the result would be a semibrick (have to reinstall CFW). So careful with this.
Access to the system is limited to exports of syscalls and basically liblv2.
That the application is in the background, does not mean you do not eat resources, obviously

Advantages:
The ability to control the temperature and fan without affecting other processes directly or maintaining "awake" USB devices tend to fall asleep, it seems a good start. The application runs on a separate plane to vsh.self, PSX emulator or PS3 game (obviously on the PS2 emulator, at least natively on the FATs, the LV2 ceases to exist and our application dies) and processes not stop LV2 how true alternatives.

The System Manager

The System Manager is how I called the application that will run in the background, basically consists of three separate parts:

1) The main: The main loop is enclosed in a 1 ms in duration to receive commands via address 0x450 of LV2 with which to configure the application (you can set the thread priorities, changing temperature tables, and mode time device activation and get some additional information)

2) FanCtrl_Thread: basically, this thread does the same as the payload that I developed for Fan Control Utility (Incidentally, the application has been updated to the 1.5 to work with this without problems)

https://www.ps3news.com/ps3-hac....arrives

The advantage is that unlike the payload, this does not affect directly the processes, so that should not happen reporting problems some users of the application. Basically, this is how I would have liked me to do from the beginning, but until now, there was no way.

Added a small payload that is housed in the direction of LV2 0xF70, like Fan Control Utility, but only to protect the syscalls sm_shutdown and provide compatibility with the previous system, so that it can be integrated in Iris Manager support.

3) UsbWakeup_Thread: This thread has 3 running modes and basically deals with "wake up" USB devices that tend to "sleep" for lack of use, causing problems in games.

The wake mode is to write in a file called "nosleep" we can create in root of the device (no matter that has length 0, just exists or not) for the SM know or not to use units. By default, it does every minute, but you can program steps of 10 seconds (2560 seconds maximum, to which we must add two seconds for the indicator).

USB storage devices, can be divided into hard drives and flash memory devices that are not as convenient to be writing all the time. This is the reason that is delegated to the user to create "nosleep". Indeed, in some games, you must set BD Emu and that makes the USB pass renamed as / dev_bdvd, which also supported.

The three modes are: 0 -> disabled, 1 -> enabled for a single device and 2 -> enabled for all devices (this is the default)

Default operation (autonomous)

Just load the SM, the settings are:
Temperature control / fan Fan Control Utility equivalent asset.
Wakeup writing on all devices, including / dev_bdvd (if a USB device allow writing) on, proceeding to write 1 time every minute or so. Obviously, writing only affects those devices with the file "nosleep" (elsewhere, could detect read access as much)

The LEDs indicate the following:
Yellow Led Fixed: temperature below 70 degrees
Led yellow / green flashing temperature above or equal to 70 degrees
Led red / yellow / green flashing temperature above or equal to 75 degrees
Green LED remained two seconds every 10: led activity
Leds off for two seconds: indicate a write access to USB device. This is important to know, because we should not unplug a USB device in a deed, obviously (we wait for the LED to turn off and unplug a few seconds later)

External Control Support

Fan Control Utility 1.5: https://www.ps3news.com/ps3-hac....eleased

And soon, Iris Manager: https://www.ps3news.com/ps3-cfw....estwald

Installation and Use
If you have the flag "nosearch" active, unset. Copy the Core (sys_init_osd.self) and root sm.self in a pendrive and expects the restarts (for many, to install the core and then to install the system manager)
If you want to uninstall sm.self then adds the flag "removesm"
If you want to prevent a USB device "sleep" create a file "nosleep" in root of the device (whether measured 0 bytes)

Download

Core 3.3.0: https://mods.elotrolado.net/~hermes/ps3/core_3.2.0.rar

System Manager v1.0: https://mods.elotrolado.net/~hermes/ps3/SM_CFW4.40_v1.0.rar

(Includes source code for compilation under PSL1GHT)

UPDATE 4: another update from Estwald

What's new:
There have been some corrections of time to avoid excessive delays when changing the mode of operation for the Fan and USB Wakeup.
Priorities have been reduced to a minimum to try and stop the System Manager as little as possible to other processes running and only use their downtime.
Added the ability to change a priority and update time main () (this used to be able to tinker with things, if necessary, but in principle it should count as is)

Download

https://mods.elotrolado.net/~hermes/ps3/SM_CFW4.40_v1.1.rar

Installation:
If you already have the previous version, simply copy sm.self in USB root, put it in USB000 (closest to the reader) and reboot.
If you have the core 3.2.0 then go here (elotrolado.net/hilo_update3-cfw-4-40-miralatijera-100-core-3-2-0-integrado-qaflag_1880798) and following the instructions, replaces the old sm.self by the new.

Uninstalling:
Copy the folder "flags" is inside the RAR to the device and restart with it plugged in USB000

USB Wakeup:
Create a file called "nosleep" (no extension, which I already see it coming XD ) In root of the device you wish that every so often, are accessed by writing to keep alert

Psmaniaco wrote: Estwald a question, in your Iris Manager I think you added the temperatures of Cell and RSX right? Are the temperatures of the sensors you mentioned further back? A greeting.

If put another application in the background... Yes and no. For starters, you can only be accessed through syscalls or liblv2 exportable functions in PSL1GHT. Make them the idea that this is pre-vsh.self and operates completely autonomously. Also, you need a series of special construction flags or not work (which I include in the Makefile to scetool).

If not done well, the best thing you can get, is to ignore your application By the way and for that matter, if you delete the sm.self you can do it directly (root is / dev_flash and just mount it in writing) or otherwise, add the flag "removesm" to do it for the core you: no need to remove the core.

And by the way, a recommendation mine: NEVER put no root any files that could be copied by the core unless it is that what you want: if you put a vsh.self in root, for example, automatically copies and going to care if it's a different version. So very careful with that, it can cause a semibrick





 
pvc1 Дата: Ср, 22 Май 2013, 09:02 | Сообщение #4425 | Тема: MiralaTijera Firmware [4.50]
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
MiralaTijera's CFW 4.50

Цитата
*reActPSN activated.
*Screenshots anywhere activated.
*Core 3.3.0 with System Manager ported to 4.50.
*BD check off (in the next core bdemu flag will be available).
*WiFi/ BT check off (you can upgrade to this cfw if you have the wifi or bt broken).

This time I took what I most liked from other cfw's and I added my things.

To install the SM.SELF put it in the root of a pendrive formated in fat32. Then connect to the usb port closest to the BD Drive and turn on the console, will be installed.

For nosearch flag is still as old cfw's. The flags: nordump, flashdump, fullramdump, lv1dump, etc.. ported to 4.50, except bdemu (coming soon, tomorrow)


Скачать: MiralaTijera's CFW 4.50

PUP HASH:
CRC32: F37BDA8D
MD5: E32F7F25D2B25504ECC9884927B8609C
SHA-1: F6B3B36FB22E3BAE5A96B90E2A77DF8DE2EA4844





 

pvc1 Дата: Ср, 22 Май 2013, 13:26 | Сообщение #4426 | Тема: Universal Media Server v14.13.0
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
UMSBuilder 1.5 is released - утилита для сборки медиасервера под линукс и Windows
Цитата
UMSBuilder automatically builds the latest revision of UMS for Windows and Linux.
To use it, simply unzip UMSBuilder and run (double-click) Build.bat.

Note: This will build the program from potentially untested code, so while it should usually be OK there are no guarantees.
If you want stability, download the latest official release from our front page.

You can download it here

Changes since 1.4:

Updated Maven to 3.0.5, which:
Improves SSL support
Fixes build failure with JDK 1.7

Updated Java to 1.7.21, which:
Improves security





 
pvc1 Дата: Чт, 23 Май 2013, 09:03 | Сообщение #4427 | Тема: Movian M7 v7.0.157
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
бета 4.3.222
Цитата
- js: Add missing call to js_hook_init()
- rpi: Fix build break
- ps3: New toolchain
- Minor fixes to gme player
- Add a bandwidth limiter for file handles
- osx: Fix problems causing no text to be rendered sometimes
- Add sleep timer





 
pvc1 Дата: Чт, 23 Май 2013, 22:07 | Сообщение #4428 | Тема: Поздравления
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
у NVS днюха ? Поздравляю !




 
pvc1 Дата: Пт, 24 Май 2013, 13:44 | Сообщение #4429 | Тема: PS3 CFW Rogero [4.55 v1.00/4.46 Cobra 7.0]
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
я так понимаю через рекавери восстановление пробовали ?




 

pvc1 Дата: Пт, 24 Май 2013, 16:59 | Сообщение #4430 | Тема: PS3 CFW Rogero [4.55 v1.00/4.46 Cobra 7.0]
Высшая материя
Сообщений: 11211
Награды: 2  +
Замечания:  ±
попробуй из рекавери еще раз - Восстановление файловой системы, Восстановление базы данных и ВОССТАНОВЛЕНИЕ СИСТЕМЫ PS3




 
Поиск:

Новости сайта
25 Июн 2025

11 Июн 2025

02 Июн 2025

03 Май 2025

29 Апр 2025

26 Апр 2025

11 Апр 2025

11 Апр 2025

09 Апр 2025

25 Мар 2025

25 Мар 2025

09 Мар 2025

07 Мар 2025

05 Мар 2025

30 Янв 2025

23 Янв 2025

21 Янв 2025

05 Янв 2025

20 Дек 2024

14 Дек 2024

04 Дек 2024

25 Ноя 2024

14 Ноя 2024

03 Ноя 2024

23 Окт 2024

21 Сен 2024

12 Сен 2024

12 Сен 2024

01 Сен 2024

11 Авг 2024

11 Авг 2024

23 Июл 2024

18 Июл 2024

04 Июл 2024

04 Июл 2024

13 Июн 2024

06 Июн 2024

04 Июн 2024

14 Май 2024

24 Апр 2024

03 Апр 2024

02 Апр 2024

16 Мар 2024

13 Мар 2024

13 Мар 2024

28 Фев 2024

27 Фев 2024

27 Янв 2024

25 Янв 2024

08 Янв 2024

Новое на форуме
Прошивки и программы для PlayStation Vita
[pvc1 в 19:38|27 Июн 2025] 
 
Приложения для PlayStation 5
[pvc1 в 19:32|27 Июн 2025] 
 
Приложения для PlayStation 5
[pvc1 в 19:31|27 Июн 2025] 
 
Приложения для PlayStation 5
[pvc1 в 08:13|27 Июн 2025] 
 
Общая дискуссия по PlayStation 5
[pvc1 в 21:10|25 Июн 2025] 
 
Общая дискуссия по PS Portal
[pvc1 в 21:01|25 Июн 2025] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 14:51|25 Июн 2025] 
 
Приложения для PlayStation 5
[pvc1 в 21:32|23 Июн 2025] 
 
Приложения для PlayStation 5
[pvc1 в 21:22|23 Июн 2025] 
 
Эмуляторы для PlayStation Vita
[pvc1 в 21:10|23 Июн 2025] 
 
Приложения для PlayStation 5
[pvc1 в 08:47|23 Июн 2025] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 21:08|21 Июн 2025] 
 
Приложения для PlayStation 4
[pvc1 в 20:58|21 Июн 2025] 
 
ПК софт для PlayStation 4
[pvc1 в 22:18|19 Июн 2025] 
 
Железные вопросы PlayStation 2
[karenjan99 в 16:03|18 Июн 2025] 
 
Приложения для PlayStation 2
[pvc1 в 07:47|18 Июн 2025] 
 
ПК программы для PlayStation 2
[archicharmer в 11:24|17 Июн 2025] 
 
Мобильные приложения
[pvc1 в 09:22|16 Июн 2025] 
 
Программы и Приложения для PlayStation Portable
[pvc1 в 09:21|16 Июн 2025] 
 
Приложения для PlayStation 2
[xxxx в 13:11|15 Июн 2025] 
 
ПК софт для PlayStation 4
[pvc1 в 18:38|12 Июн 2025] 
 
ПК программы для PlayStation 3
[pvc1 в 18:28|12 Июн 2025] 
 
Приложения для PlayStation 5
[pvc1 в 09:59|11 Июн 2025] 
 
Общая дискуссия по PlayStation 5
[pvc1 в 09:44|11 Июн 2025] 
 
Эмуляторы для PlayStation Vita
[pvc1 в 22:15|07 Июн 2025] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 22:24|06 Июн 2025] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 08:37|03 Июн 2025] 
 
Мобильные приложения
[pvc1 в 08:59|02 Июн 2025] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 08:56|02 Июн 2025] 
 
ПК программы для PlayStation 3
[pvc1 в 14:34|01 Июн 2025] 
 
ПК софт для PlayStation 5
[pvc1 в 19:25|29 Май 2025] 
 
ПК софт для PlayStation 4
[pvc1 в 10:09|25 Май 2025] 
 
Приложения для PlayStation 4
[pvc1 в 22:18|15 Май 2025] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 10:39|11 Май 2025] 
 
Об играх PlayStation 3
[archicharmer в 15:06|08 Май 2025] 
 
Железные вопросы PlayStation 3
[karenjan99 в 17:43|06 Май 2025] 
 
Приложения для PlayStation 4
[pvc1 в 15:43|30 Апр 2025] 
 
Приложения для PlayStation 2
[pvc1 в 10:36|29 Апр 2025] 
 
Программы и Приложения для PlayStation Portable
[pvc1 в 10:35|29 Апр 2025] 
 
Эмуляторы для PlayStation Vita
[pvc1 в 10:32|29 Апр 2025] 
 
Программы и Приложения для PlayStation Portable
[pvc1 в 18:04|24 Апр 2025] 
 
ПК софт для PlayStation 5
[pvc1 в 14:04|21 Апр 2025] 
 
Приложения для PlayStation 2
[pvc1 в 20:09|20 Апр 2025] 
 
Прошивки и приложения для PlayStation 3
[pvc1 в 19:27|12 Апр 2025] 
 
Приложения для PlayStation 2
[vitas155 в 11:25|04 Апр 2025] 
 
ПК программы для PlayStation 2
[pvc1 в 06:47|01 Апр 2025] 
 
Прошивки и программы для PlayStation Vita
[pvc1 в 21:53|29 Мар 2025] 
 
Приложения для PlayStation 4
[pvc1 в 14:04|29 Мар 2025] 
 
Общая дискуссия по PlayStation 2
[denben0487 в 23:19|26 Мар 2025] 
 
Прошивки для PlayStation 4
[pvc1 в 19:09|25 Мар 2025] 
 
Топ 50 файлов
150037-загрузок

81095-загрузок

72434-загрузок

65004-загрузок

56560-загрузок

50432-загрузок

43008-загрузок

37862-загрузок

37538-загрузок

28483-загрузок

27546-загрузок

25576-загрузок

22850-загрузок

22075-загрузок

20573-загрузок

20116-загрузок

18875-загрузок

18666-загрузок

18096-загрузок

17782-загрузок

16225-загрузок

15159-загрузок

14966-загрузок

14892-загрузок

14406-загрузок

14373-загрузок

14039-загрузок

13843-загрузок

13717-загрузок

13151-загрузок

13007-загрузок

12263-загрузок

12059-загрузок

12038-загрузок

11679-загрузок

11497-загрузок

11204-загрузок

10993-загрузок

10916-загрузок

10814-загрузок

10446-загрузок

10332-загрузок

10145-загрузок

9996-загрузок

9520-загрузок

9456-загрузок

9391-загрузок

9268-загрузок

9038-загрузок

8928-загрузок

Топ 100 пользователей
  • pvc1 - 11211
  • dw_tn - 4823
  • karenjan99 - 2508
  • NVS - 2057
  • vitas155 - 1750
  • Retro¥GAMER - 1736
  • Dead - 1713
  • DaeMan - 1620
  • archicharmer - 1592
  • Kastl - 1521
  • denben0487 - 1484
  • DruchaPucha - 1321
  • dimm - 1102
  • kolan - 924
  • Izotov - 889
  • mishail12 - 699
  • sdaf13 - 689
  • WOLF - 559
  • ShellShocked - 504
  • tupik - 496
  • The_REAL - 467
  • vladvlad162 - 459
  • xbox-ua - 445
  • wallace - 429
  • Mr2 - 404
  • aklakan - 394
  • LinuxFun - 381
  • Игорь - 378
  • zoyt - 357
  • reptail - 354
  • almaz - 344
  • NeahNEET - 343
  • tic0007 - 341
  • Dyons - 335
  • Mordoc - 320
  • pvo51 - 312
  • xxxx - 301
  • FreddyFreed - 293
  • Rion - 289
  • BoSonOfPirate - 275
  • DecK - 257
  • doom-ex - 249
  • ZimZum - 227
  • LyNX - 209
  • DarkDrem - 207
  • KOSMOS - 190
  • 1oleg1 - 186
  • AKuHAK - 181
  • alexsx06 - 180
  • YAGAMI55 - 171
  • Kozinenko - 170
  • warezhunter_ - 161
  • DarkTima - 160
  • vincent - 160
  • Conker - 159
  • Random - 155
  • ROBOCOP - 155
  • duk - 154
  • in1975 - 151
  • Dr_Quake - 144
  • fox1918 - 141
  • Rikki-tikki-tavi - 138
  • tleon - 136
  • MAK_roS - 136
  • adamdead - 132
  • Buddda - 131
  • Ensight - 131
  • Virtua - 129
  • Fury - 128
  • Gizmondo88 - 126
  • PS3Evil - 125
  • M@ri0 - 121
  • CutToSleep - 121
  • turuta7 - 112
  • MaNeR - 106
  • gladeshawn - 105
  • tim_cat - 103
  • shurup - 103
  • ixx - 102
  • matich - 100
  • elvo - 100
  • Bethoven1945 - 97
  • aumihta24 - 97
  • belforrrr - 96
  • nikkomp - 94
  • serjlab - 94
  • bishop - 93
  • Prosmart - 93
  • hebroid - 92
  • Дмитрий_У - 91
  • JEKAN - 91
  • NITROUIH - 91
  • Dart_Mol - 90
  • doomer - 88
  • Henry - 86
  • butt-head - 85
  • RUSKos - 84
  • rodan_lewarx - 83
  • Payol - 83
  • FrodoSumkin - 82