GSM Shop GSM Shop
GSM-Forum  

Welcome to the GSM-Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features.
Only registered members may post questions, contact other members or search our database of over 8 million posts.

Registration is fast, simple and absolutely free so please - Click to REGISTER!

If you have any problems with the registration process or your account login, please contact contact us .

Go Back   GSM-Forum > Product Support Sections > Hard/Software Products (official support) > Saras Boxes > UFST


Reply
 
LinkBack Thread Tools Display Modes
Old 05-23-2017, 12:25   #1 (permalink)
Freak Poster
 
bouali2009's Avatar
 
Join Date: Jun 2007
Location: Tunisia
Posts: 268
Member: 520537
Status: Offline
Thanks Meter: 230
Thumbs up How to know the bot version of HUAWEI LUA-U22


How to know the boot version of HUAWEI LUA-U22 with ufst




Last edited by MyGSM World; 05-23-2017 at 14:31. Reason: Website Link Removed.
  Reply With Quote
The Following 2 Users Say Thank You to bouali2009 For This Useful Post:
Old 05-23-2017, 12:58   #2 (permalink)
Sha
Product Supporter
 
Sha's Avatar
 
Join Date: Nov 2002
Location: usd
Age: 64
Posts: 1,152
Member: 17804
Status: Offline
Sonork: 100.27310
Thanks Meter: 1,075
can use also [Send ADB] with default 'getprop'
  Reply With Quote
The Following User Says Thank You to Sha For This Useful Post:
Old 05-23-2017, 13:04   #3 (permalink)
Sha
Product Supporter
 
Sha's Avatar
 
Join Date: Nov 2002
Location: usd
Age: 64
Posts: 1,152
Member: 17804
Status: Offline
Sonork: 100.27310
Thanks Meter: 1,075
All ADB 'Visual' commands can be done using [Send ADB]
and File, partition transfers can be done using [Read Part.]
here can use all ADB modifiers,: block=, count=, ...
also specify file instad of partition, because it do DD command in fact
  Reply With Quote
The Following 2 Users Say Thank You to Sha For This Useful Post:
Old 05-23-2017, 13:06   #4 (permalink)
Sha
Product Supporter
 
Sha's Avatar
 
Join Date: Nov 2002
Location: usd
Age: 64
Posts: 1,152
Member: 17804
Status: Offline
Sonork: 100.27310
Thanks Meter: 1,075
dd if='line from pop-up' of=data/local/tmp/blabla
and after pull to PC
  Reply With Quote
The Following User Says Thank You to Sha For This Useful Post:
Old 05-23-2017, 13:21   #5 (permalink)
Sha
Product Supporter
 
Sha's Avatar
 
Join Date: Nov 2002
Location: usd
Age: 64
Posts: 1,152
Member: 17804
Status: Offline
Sonork: 100.27310
Thanks Meter: 1,075
as dd accepts modifier switches in any location of command string so we can use:
dev/block/mmcblk0 count=34
to read out a emmc GPT entry, which is located at emmc very first block

Superuser Permissions Granted (SU)
Reading Partition: dev/block/mmcblk0 count=34
Transfered: 679 KB/s (17408 bytes in 0.025s)
Saved as: XXXX_SM-N9005_d0eab6df_PT_mmcblk0 count=34 [2017_05_23_15_17_23].bin
Path: C:\Program Files (x86)\SarasSoft\ANDROID_UFS_1053_Test24\nnnn\PART\
Read Part. Done in: 00:06.530

so not need to masturbate with normal ADB command strings
and think how to pull data out
  Reply With Quote
The Following User Says Thank You to Sha For This Useful Post:
Old 05-23-2017, 13:48   #6 (permalink)
Freak Poster
 
bouali2009's Avatar
 
Join Date: Jun 2007
Location: Tunisia
Posts: 268
Member: 520537
Status: Offline
Thanks Meter: 230
Quote:
Originally Posted by Sha View Post
as dd accepts modifier switches in any location of command string so we can use:
dev/block/mmcblk0 count=34
to read out a emmc GPT entry, which is located at emmc very first block

Superuser Permissions Granted (SU)
Reading Partition: dev/block/mmcblk0 count=34
Transfered: 679 KB/s (17408 bytes in 0.025s)
Saved as: XXXX_SM-N9005_d0eab6df_PT_mmcblk0 count=34 [2017_05_23_15_17_23].bin
Path: C:\Program Files (x86)\SarasSoft\ANDROID_UFS_1053_Test24\nnnn\PART\
Read Part. Done in: 00:06.530

so not need to masturbate with normal ADB command strings
and think how to pull data out

to read out a emmc GPT entry, which is located at emmc very first block






  Reply With Quote
The Following User Says Thank You to bouali2009 For This Useful Post:
Old 05-23-2017, 13:52   #7 (permalink)
Freak Poster
 
bouali2009's Avatar
 
Join Date: Jun 2007
Location: Tunisia
Posts: 268
Member: 520537
Status: Offline
Thanks Meter: 230
Sha //// You can explain the operation of this file

( emmc GPT entry )

MT6572_EverGlowD35_0123456789ABCDEF_PT_mmcblk0 count=34 [2017_05_23_13_42_22]

  Reply With Quote
Old 05-23-2017, 13:56   #8 (permalink)
Freak Poster
 
bouali2009's Avatar
 
Join Date: Jun 2007
Location: Tunisia
Posts: 268
Member: 520537
Status: Offline
Thanks Meter: 230
Are there any other ADB command ????
And their operation ?????
  Reply With Quote
Old 05-23-2017, 13:58   #9 (permalink)
Sha
Product Supporter
 
Sha's Avatar
 
Join Date: Nov 2002
Location: usd
Age: 64
Posts: 1,152
Member: 17804
Status: Offline
Sonork: 100.27310
Thanks Meter: 1,075
MT6572 is using an medievial EBR partition mapping (like DOS),
but if try some MT6580 or MT67xx will see all beauty of GPT ...
  Reply With Quote
The Following User Says Thank You to Sha For This Useful Post:
Old 05-23-2017, 14:04   #10 (permalink)
Sha
Product Supporter
 
Sha's Avatar
 
Join Date: Nov 2002
Location: usd
Age: 64
Posts: 1,152
Member: 17804
Status: Offline
Sonork: 100.27310
Thanks Meter: 1,075
can use any ADB commands in [Send ADB]
for example:

ls -l -a

drwxr-xr-x root root 2014-02-24 04:46 acct
drwxrwx--- system cache 2014-03-11 23:51 cache
dr-x------ root root 2014-02-24 04:46 config
lrwxrwxrwx root root 2014-02-24 04:46 d -> /sys/kernel/debug
drwxrwx--x system system 2017-05-23 16:01 data
-rw-r--r-- root root 474 1970-01-01 03:00 default.prop
drwxr-xr-x root root 2017-05-18 06:58 dev
drwxrwx--x system radio 2015-04-10 02:04 efs
.........
  Reply With Quote
The Following User Says Thank You to Sha For This Useful Post:
Old 05-25-2017, 07:09   #11 (permalink)
Insane Poster
 
Join Date: Nov 2015
Posts: 75
Member: 2487681
Status: Offline
Thanks Meter: 6
Quote:
Originally Posted by bouali2009 View Post
How to know the boot version of HUAWEI LUA-U22 with ufst



You need firmware if you need it i have it can i help U

تم الإرسال من MHA-L29 باستخدام Tapatalk
  Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 



All times are GMT +1. The time now is 06:46.



Powered by Searchlight © 2024 Axivo Inc.
vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -
Page generated in 0.16626 seconds with 8 queries

SEO by vBSEO