[-]
Who's Online
There are currently no members online.

[-]
Latest Threads
ZH960 Tablet Bricked
Last Post: luis mar que
2024-03-20 19:52
» Replies: 15
» Views: 9690
User What is the effect of food intake o...
Last Post: fildena150as
2024-03-13 16:37
» Replies: 0
» Views: 23
Thanks, I've been looking for this for a...
Last Post: StevenRip
2024-02-25 05:00
» Replies: 0
» Views: 16
[SOLVED] Need ROM for ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:59
» Replies: 0
» Views: 77
NEED ROM ZH960-MB-V4.1
Last Post: ery1988
2024-02-21 08:53
» Replies: 18
» Views: 13534
Budget phone choice help needed
Last Post: sabir7272
2024-02-10 06:52
» Replies: 4
» Views: 4184
ZH960-MB-V3.1 SOLVE
Last Post: Pranav1
2023-12-20 20:22
» Replies: 77
» Views: 33573
Need ROM for SONIM XP7S Android 5.1.1
Last Post: Alpa
2023-11-29 22:17
» Replies: 0
» Views: 69
Need rom for X101 Mt6592
Last Post: carencell
2023-11-24 21:30
» Replies: 3
» Views: 2038
Gizbeat 101: Get your MTK6589 MTK6577 MT...
Last Post: Alexia78
2023-11-13 11:28
» Replies: 8
» Views: 22263
ZH960-MB-V3.1
Last Post: Giankyworld81
2023-11-01 19:35
» Replies: 21
» Views: 15358
Need rom for a tablet with board id "K10...
Last Post: oliver2
2023-10-24 20:23
» Replies: 6
» Views: 5130
How to Connect open public wifi
Last Post: oliverben45
2023-10-24 16:03
» Replies: 11
» Views: 8788
I NEED FILE FOR ITEL MOBILE PHONE AND TO...
Last Post: Meghnad45
2023-10-22 02:38
» Replies: 1
» Views: 1375
NEED Help Bricked my phone.
Last Post: Meghnad45
2023-10-22 02:36
» Replies: 4
» Views: 4784
Introduction
Last Post: ezrahidaya
2023-10-14 14:38
» Replies: 3
» Views: 1294
Needs help to root a china tablet brand ...
Last Post: ezrahidaya
2023-10-14 14:37
» Replies: 1
» Views: 166
Any tips to stay awake?
Last Post: ezrahidaya
2023-10-14 14:35
» Replies: 6
» Views: 4868
Need ROM for china TAb MT6797
Last Post: ezrahidaya
2023-10-14 14:34
» Replies: 1
» Views: 309
need this stock firmware for my tablet M...
Last Post: ramzii888
2023-10-14 02:20
» Replies: 4
» Views: 4449
Encryption Unsuccessful - Reset Android
Last Post: Aakriti
2023-10-13 16:51
» Replies: 3
» Views: 12374
betools
Last Post: egdeim
2023-09-21 12:41
» Replies: 4
» Views: 5018
[Movie Suggestion] Automata with Antonio...
Last Post: GottaGetX
2023-09-07 09:19
» Replies: 3
» Views: 4087





Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HOW TO ADAPT MIRACLE BOX SCATTER FOR SP FLASH TOOL
#1
Given the fact that my smart phone manufacturer (ALLWIEW) refuse to release the ROMs for their MT67xx chipset devices, I turn to you for some help in order to prepare the rom for SP Flash Tool.

Smart Phone Specifications:
- Brand: ALLVIEW
- Model: X3 Soul Style
- O.S: Android 6.0 (Marshmallow)
- Chipset: Mediatek MT6753
- CPU: Octa-core 1.3 GHz Cortex-A53
- GPU: Mali-T720
- RAM: 3 GB
- Internal memory: 32 GB
- Card slot: microSD, up to 256 GB (uses SIM 2 slot)

I managed to read the rom in Miracle Box and saved it as a scatter file, as follows:

Code:
############################################################################################################
#
#  General Setting
#
############################################################################################################
- general: MTK_PLATFORM_CFG
  info:
    - config_version: V1.1.1
      platform: MT6753
      project: mtk_android
      storage: EMMC
      boot_channel: MSDC_0
      block_size: 0x20000
############################################################################################################
#
#  Layout Setting
#
############################################################################################################
- partition_index: SYS0
  partition_name: PRELOADER
  file_name: preloader.bin
  is_download: true
  type: SV5_BL_BIN
  linear_start_addr: 0x0
  physical_start_addr: 0x0
  partition_size: 0x400000
  region: EMMC_BOOT_1
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: BOOTLOADER
  reserve: 0x00

- partition_index: SYS1
  partition_name: PGPT
  file_name: pgpt.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x0
  physical_start_addr: 0x0
  partition_size: 0x80000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS2
  partition_name: PROINFO
  file_name: proinfo.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x80000
  physical_start_addr: 0x80000
  partition_size: 0x300000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS3
  partition_name: NVRAM
  file_name: nvram.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x380000
  physical_start_addr: 0x380000
  partition_size: 0x500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS4
  partition_name: PROTECT1
  file_name: protect1.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x880000
  physical_start_addr: 0x880000
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS5
  partition_name: PROTECT2
  file_name: protect2.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x1280000
  physical_start_addr: 0x1280000
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS6
  partition_name: LK
  file_name: lk.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x1C80000
  physical_start_addr: 0x1C80000
  partition_size: 0x80000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS7
  partition_name: PARA
  file_name: para.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x1D00000
  physical_start_addr: 0x1D00000
  partition_size: 0x80000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS8
  partition_name: BOOT
  file_name: boot.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x1D80000
  physical_start_addr: 0x1D80000
  partition_size: 0x1000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS9
  partition_name: RECOVERY
  file_name: recovery.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x2D80000
  physical_start_addr: 0x2D80000
  partition_size: 0x1000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS10
  partition_name: LOGO
  file_name: logo.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x3D80000
  physical_start_addr: 0x3D80000
  partition_size: 0x800000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS11
  partition_name: EXPDB
  file_name: expdb.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x4580000
  physical_start_addr: 0x4580000
  partition_size: 0xA00000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS12
  partition_name: SECCFG
  file_name: seccfg.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x4F80000
  physical_start_addr: 0x4F80000
  partition_size: 0x80000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS13
  partition_name: OEMKEYSTORE
  file_name: oemkeystore.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x5000000
  physical_start_addr: 0x5000000
  partition_size: 0x200000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS14
  partition_name: SECRO
  file_name: secro.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x5200000
  physical_start_addr: 0x5200000
  partition_size: 0x600000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS15
  partition_name: KEYSTORE
  file_name: keystore.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x5800000
  physical_start_addr: 0x5800000
  partition_size: 0x800000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS16
  partition_name: TEE1
  file_name: tee1.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x6000000
  physical_start_addr: 0x6000000
  partition_size: 0x500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS17
  partition_name: TEE2
  file_name: tee2.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x6500000
  physical_start_addr: 0x6500000
  partition_size: 0x500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS18
  partition_name: FRP
  file_name: frp.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x6A00000
  physical_start_addr: 0x6A00000
  partition_size: 0x100000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS19
  partition_name: NVDATA
  file_name: nvdata.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x6B00000
  physical_start_addr: 0x6B00000
  partition_size: 0x2000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS20
  partition_name: METADATA
  file_name: metadata.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x8B00000
  physical_start_addr: 0x8B00000
  partition_size: 0x2500000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS21
  partition_name: SYSTEM
  file_name: system.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0xB000000
  physical_start_addr: 0xB000000
  partition_size: 0x10C000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS22
  partition_name: CACHE
  file_name: cache.bin
  is_download: true
  type: YAFFS_IMG
  linear_start_addr: 0x117000000
  physical_start_addr: 0x117000000
  partition_size: 0x19000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS23
  partition_name: USERDATA
  file_name: userdata.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x130000000
  physical_start_addr: 0x130000000
  partition_size: 0x616B80000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: true
  is_reserved: false
  operation_type: UPDATE
  reserve: 0x00

- partition_index: SYS24
  partition_name: FLASHINFO
  file_name: flashinfo.bin
  is_download: true
  type: NORMAL_ROM
  linear_start_addr: 0x746B80000
  physical_start_addr: 0x746B80000
  partition_size: 0x1000000
  region: EMMC_USER
  storage: HW_STORAGE_EMMC
  boundary_check: false
  is_reserved: true
  operation_type: UPDATE
  reserve: 0x00

As you can see, all the files are in bin format, with file names defined on the file_name line, the type line is NORMAL ROM and the operation_type line is UPDATE.
Now, if I want to use this scatter file in SP Flash Tool what changes shoul be made to the scatter file and files extensions in order to be compliant for flashing?
I think we should make the following changes:
  • Keep the following files in bin format: preloader, lk, logo, tee1 and tee2
  • Change the extensions from bin to img for the following files: boot, recovery, secro, system, cache and userdata. Change the file_name line in the scatter file for these files accordingly.
  • Remove the bin extensions for the following files: pgpt, proinfo, nvram, protect1, protect2, para, expdb, seccfg, oemkeystore, keystore, frp, nvdata, metadata, flashinfo. Change the file_name line in the scatter file for these files to NONE.
If you think that the following scatter file lines should be changed to something else, feel free to make suggestions.
  • type: NORMAL ROM
  • operation_type: UPDATE
Thank you!
GizBeat likes this post
See No Evil, Hear No Evil, Speak No Evil
Reply
#2
Allview X3 firmware :

[Only registered and activated users can see links Click here to register]

I have a question to ask you :

Are you Cosmin ?
You like this post
Reply
#3
(2016-10-07, 21:23)Cleopatra Wrote: [Only registered and activated users can see links Click here to register]

I have a question to ask you :

Are you Cosmin ?

Can you post only the scatter file, please, so i can take a look at it?
No, I am not Cristi.
My name is Valentin.
You like this post
See No Evil, Hear No Evil, Speak No Evil
Reply
#4
(2016-10-07, 22:20)djtetei Wrote: [Only registered and activated users can see links Click here to register]

I have a question to ask you :

Are you Cosmin ?

Can you post only the scatter file, please, so i can take a look at it?
No, I am not Cristi.
My name is Valentin.
Allview X3 scatter file :

[Only registered and activated users can see links Click here to register]

It might be an idea to post here all the firmwares about Allview phones absent on the net.
What do you think about it ?
Is it an insane idea ?
Or is it a feasible idea ?
djtetei likes this post
Reply
#5
(2016-10-07, 22:39)Cleopatra Wrote: [Only registered and activated users can see links Click here to register]

I have a question to ask you :

Are you Cosmin ?

Can you post only the scatter file, please, so i can take a look at it?
No, I am not Cristi.
My name is Valentin.
Allview X3 scatter file :

[Only registered and activated users can see links Click here to register]

It might be an idea to post here all the firmwares about Allview phones absent on the net.
What do you think about it ?
Is it an insane idea ?
Or is it a feasible idea ?
It is quite all right and a nice gesture if you cold do it.
All Allview user could benefit from this.
Maybe the Allview support department would learn something from this.

(2016-10-07, 22:39)Cleopatra Wrote: [Only registered and activated users can see links Click here to register]

I have a question to ask you :

Are you Cosmin ?

Can you post only the scatter file, please, so i can take a look at it?
No, I am not Cristi.
My name is Valentin.
Allview X3 scatter file :

[Only registered and activated users can see links Click here to register]

It might be an idea to post here all the firmwares about Allview phones absent on the net.
What do you think about it ?
Is it an insane idea ?
Or is it a feasible idea ?
It seems that the scatter file comes from GIONEE, the other brother of ALLVIEW, but the partitions should be the same, the only differencies being the special configurations for europe.
See No Evil, Hear No Evil, Speak No Evil
Reply
#6
It looks like someone else got to us first :

[Only registered and activated users can see links Click here to register]

It would be nice to ask to Cosmin about the Allview latest firmwares Smiling
Reply
#7
Hello, djtetei and ciao Cleopatra

I did the same with my phone with the Miracle Box and now I have all the files in BIN format and the scatter file generated .

Do I have to follow all the instructions suggested in post I ????

I want to modify the scatter file so it can be used in flash tools and I want to learn to port the stock recovery to get a working twrp for my phone.

The bin files can be renamed to img files just like that or they have been converted ????

Can you please help me ???? I want to LEARN how to do the things.

Thank you so much.
Reply
#8
(2016-10-14, 01:02)amhonra Wrote: Hello, djtetei and ciao Cleopatra

I did the same with my phone with the Miracle Box and now I have all the files in BIN format and the scatter file generated .

Do I have to follow all the instructions suggested in post I ????

I want to modify the scatter file so it can be used in flash tools and I want to learn to port the stock recovery to get a working twrp for my phone.

The bin files can be renamed to img files just like that or they have been converted ????

Can you please help me ???? I want to LEARN how to do the things.

Thank you so much.

You can follow the first post.
Alternatively, if you allready have the scatter made by miracle bix, you can modify it so you can load it in SP Flash Tool to read back the rom, partition by partition, and not as a whole, because you can not process the resulting rom file in MTKDroidTools.
You like this post
See No Evil, Hear No Evil, Speak No Evil
Reply
#9
To get a working TWRP for your phone, please follow the next tutorial :

[Only registered and activated users can see links Click here to register]
Reply
#10
(2016-10-14, 01:15)djtetei Wrote: [Only registered and activated users can see links Click here to register]


Thank you, Always a pleasure Cleopatra

I will let you know both, for good, bad or worst, LOL

Greetings from mexico
You like this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  root mtk 6737 should i use miracle box? mako 2 2,809 2019-05-24, 09:51
Last Post: mako
  [Question] Coolpad 8675 flash issues adex100 0 1,503 2018-08-28, 11:15
Last Post: adex100
  [Question] Masstel Tab 720i MT6582 SP Flash Tool flash All Done Black screen hoanglongvu 0 2,103 2017-11-01, 15:02
Last Post: hoanglongvu
  flashtool scatter file problem pax 6 14,771 2017-07-12, 03:33
Last Post: uldima
  [Question] Vivo Y28 Not Switched ON after Flash ROM karthik.jagan 6 7,027 2017-05-16, 13:01
Last Post: karthik.jagan

Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Tech & Science
[Sci-Am] Wegovy Is First Weight-Loss Drug Approved for Heart...
Last Post: Scientific American
Today 12:44
» Replies: 0
» Views: 9
[Harvard] Herbaria’s use and importance grows with climate c...
Last Post: Harvard
Today 12:44
» Replies: 0
» Views: 11
[Sci-Am] Contributors to Scientific American’s April 2024 Is...
Last Post: Scientific American
Yesterday 22:49
» Replies: 0
» Views: 4
[Sci-Am] Cannibal Cells Inspire Cancer Treatment Improvement
Last Post: Scientific American
Yesterday 09:07
» Replies: 0
» Views: 1
[Harvard] Harvard physicists create a new phase of matter
Last Post: Harvard
Yesterday 09:07
» Replies: 0
» Views: 3
[Sci-Am] Readers Respond to the December 2023 Issue
Last Post: Scientific American
2024-03-26 19:41
» Replies: 0
» Views: 5
[Sci-Am] Inside the AI Competition That Decoded an Ancient H...
Last Post: Scientific American
2024-03-25 16:06
» Replies: 0
» Views: 34
[Sci-Am] See Every Bit of Outer Space We’ve Brought Back to ...
Last Post: Scientific American
2024-03-25 01:40
» Replies: 0
» Views: 36
[Sci-Am] Poem: ‘SnapShot, 1968’
Last Post: Scientific American
2024-03-24 10:31
» Replies: 0
» Views: 10
[Sci-Am] Your Next Flight's Fuel Could Be Made By Microbes
Last Post: Scientific American
2024-03-23 19:46
» Replies: 0
» Views: 28
[Sci-Am] Florida’s Surgeon General Shows the Danger of Polit...
Last Post: Scientific American
2024-03-23 05:30
» Replies: 0
» Views: 41
[Sci-Am] The Science behind Humpback Whales’ Eerie Songs
Last Post: Scientific American
2024-03-22 15:51
» Replies: 0
» Views: 51
[Sci-Am] Astronomers Are Snapping Baby Pictures of Planets b...
Last Post: Scientific American
2024-03-22 01:50
» Replies: 0
» Views: 56
[Sci-Am] A ‘Havana Syndrome’ Investigation in Congress Rests...
Last Post: Scientific American
2024-03-20 22:36
» Replies: 0
» Views: 70
[Sci-Am] What’s behind NASA’s Commercial Lunar Hits and Miss...
Last Post: Scientific American
2024-03-20 09:11
» Replies: 0
» Views: 57
[Sci-Am] Microplastics Linked to Heart Attack, Stroke and De...
Last Post: Scientific American
2024-03-19 18:34
» Replies: 0
» Views: 32
[Sci-Am] How the Seven Bridges of Königsberg Spawned New Mat...
Last Post: Scientific American
2024-03-19 04:51
» Replies: 0
» Views: 28
[Sci-Am] Biden’s State of the Union Promises Big Job Gains f...
Last Post: Scientific American
2024-03-18 14:15
» Replies: 0
» Views: 24
[Sci-Am] Paying Attention to Sensations Can Help Reset the M...
Last Post: Scientific American
2024-03-18 00:26
» Replies: 0
» Views: 28
[Sci-Am] How Arguments that Embryos Are People Pose a Threat...
Last Post: Scientific American
2024-03-17 10:12
» Replies: 0
» Views: 34
[Sci-Am] NASA’s Hopes for Space Solar Power Are Looking Dim
Last Post: Scientific American
2024-03-16 19:58
» Replies: 0
» Views: 33
[Sci-Am] Deepwater Sharks Are Threatened by Demand for Liver...
Last Post: Scientific American
2024-03-16 06:21
» Replies: 0
» Views: 35
[Sci-Am] The Amazing Aerial Adventures of the 'Flying Femini...
Last Post: Scientific American
2024-03-15 16:28
» Replies: 0
» Views: 45
[Sci-Am] We Need Small Astronomy as Much as Big Astronomy
Last Post: Scientific American
2024-03-15 02:13
» Replies: 0
» Views: 39
[Sci-Am] Two Giant U.S. Telescopes Are Threatened by Federal...
Last Post: Scientific American
2024-03-14 11:57
» Replies: 0
» Views: 12
[Harvard] Did fermented foods fuel brain growth?
Last Post: Harvard
2024-03-14 11:57
» Replies: 0
» Views: 23
[Sci-Am] What Are the Benefits of Sleeping Alone?
Last Post: Scientific American
2024-03-13 22:27
» Replies: 0
» Views: 8
[Sci-Am] Is Raw Milk Cheese Safe to Eat?
Last Post: Scientific American
2024-03-13 08:41
» Replies: 0
» Views: 5
[Sci-Am] Why Do So Many Mental Illnesses Overlap?
Last Post: Scientific American
2024-03-12 17:56
» Replies: 0
» Views: 6
[Sci-Am] Sora Is OpenAI’s New Text-to-Video Generator. Here’...
Last Post: Scientific American
2024-03-12 03:40
» Replies: 0
» Views: 10
[Sci-Am] Is This the Earliest Evidence of Human Cannibalism?
Last Post: Scientific American
2024-03-11 13:29
» Replies: 0
» Views: 13
[Sci-Am] This New Antivenom Defangs the Toxins of Cobras, Bl...
Last Post: Scientific American
2024-03-10 09:19
» Replies: 0
» Views: 21
[Sci-Am] Florida Surgeon General Risks Making a Dangerous Me...
Last Post: Scientific American
2024-03-09 19:15
» Replies: 0
» Views: 20
[Sci-Am] A Sexbot Gains Sentience in an Eerie New Novel
Last Post: Scientific American
2024-03-08 16:14
» Replies: 0
» Views: 36
[Sci-Am] A Solar Eclipse, Cancer Treatments and Robots with ...
Last Post: Scientific American
2024-03-08 01:32
» Replies: 0
» Views: 51
[Sci-Am] By Preserving Resources, We’re Protecting People, T...
Last Post: Scientific American
2024-03-07 10:49
» Replies: 0
» Views: 44
[Sci-Am] Even 'Twilight Zone' Coral Reefs Aren't Safe from B...
Last Post: Scientific American
2024-03-06 20:41
» Replies: 0
» Views: 52