What's new

Closed Need help sa mga android phone pasok

Status
Not open for further replies.
bootloader ay parang BIOS sa PC/Laptop, eto ang nag-kokontrol/assigned ng partition's /blocks/sizes ng system,kernel,data,.etc... your whole mobile device.
pag-nag-corrupt ang partition table ng bootloader, mahihirapan ka mag-repair, kundi dalhin mo na yan sa shop na may mga proper devices to unbrick your dead phone..
pag-power-on ng mobile phone mo nag execute unang-una ang bootloader to read your devices partition tree, then pag-load sya fully, it will proceed to load your kernel then system, data and so on...
Haha lipat nako sa ibang topics ayoko na haha.. Dami palang gagawin ..
 
Oo paps..
Hehhe.. eto lang magagawa mo sa bootloader...
pero depende pa rin sa model/brand na gamit mo..
ang samsung walang bootloader kundi Download Mode meron sya..
eto ang sample pag nasa bootloader ka;

Code:
C:\Users\*****>adb devices
List of devices attached
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
SOFM85YL99999999        device


C:\Users\*****>adb reboot-bootloader

C:\Users\*****>fastboot devices

SOFM85YL99999999        fastboot

C:\adb>fastboot --h
usage: fastboot [ <option> ] <command>

commands:
  update <filename>                        Reflash device from update.zip.
                                           Sets the flashed slot as active.
  flashall                                 Flash boot, system, vendor, and --
                                           if found -- recovery. If the device
                                           supports slots, the slot that has
                                           been flashed to is set as active.
                                           Secondary images may be flashed to
                                           an inactive slot.
  flash <partition> [ <filename> ]         Write a file to a flash partition.
  flashing lock                            Locks the device. Prevents flashing
  flashing unlock                          Unlocks the device. Allows flashing
                                           any partition except
                                           bootloader-related partitions.
  flashing lock_critical                   Prevents flashing bootloader-relate
                                           partitions.
  flashing unlock_critical                 Enables flashing bootloader-related
                                           partitions.
  flashing get_unlock_ability              Queries bootloader to see if the
                                           device is unlocked.
  flashing get_unlock_bootloader_nonce     Queries the bootloader to get the
                                           unlock nonce.
  flashing unlock_bootloader <request>     Issue unlock bootloader using reque
.
  flashing lock_bootloader                 Locks the bootloader to prevent
                                           bootloader version rollback.
  erase <partition>                        Erase a flash partition.
  format[:[<fs type>][:[<size>]] <partition>
                                           Format a flash partition. Can
                                           override the fs type and/or size
                                           the bootloader reports.
  getvar <variable>                        Display a bootloader variable.
  set_active <slot>                        Sets the active slot. If slots are
                                           not supported, this does nothing.
  boot <kernel> [ <ramdisk> [ <second> ] ] Download and boot kernel.
  flash:raw boot <kernel> [ <ramdisk> [ <second> ] ]
                                           Create bootimage and flash it.
  devices [-l]                             List all connected devices [with
                                           device paths].
  continue                                 Continue with autoboot.
  reboot [bootloader]                      Reboot device [into bootloader].
  reboot-bootloader                        Reboot device into bootloader.
  help                                     Show this help message.
 
pano po ayusin ulit yung stock logo na samsung. mdyo nalito ako. ..stepby step sana..di ako techy..unaba yung punta sa recovery tas wipecache muna??
 
Status
Not open for further replies.
Back
Top