[GUIDE] How to backup stock rom , twrp recovery , root and custom rom for Lenovo A328 - Lenovo A328 Guides, News, & Discussion

Hi , to all users of Lenovo A328 .
I own this phone just 10 days and i will describe in few words , how to take a backup , install twrp and install a custom rom on Lenovo A328.
1. THE MOST BASIC
The most basic of all is to know that you have an mtk device.
This means , that you must first of all , install MTK DROID TOOLS .. http://forum.xda-developers.com/showthread.php?t=2160490 , SP FLASH TOOL ... http://forum.xda-developers.com/showthread.php?t=2650125 and VCOM drivers ... http://forum.innjoo.com/forum.php?mod=viewthread&tid=3853 , to your pc.
There are a lot of guides out there , some of them below...
http://www.arykblog.info/2014/10/mtk-droid-tools-root-backup-and-recover.html
http://forum.xda-developers.com/showthread.php?t=1982587
2. HOW TO TAKE A BACKUP WITH MTK DROID TOOLS
To take a backup with Mtk droid tools it's very easy , BUT there is a little different than on other phones.
You must firstly flash a modiffied ( unsecured ) boot.img because with the stock boot.img MTK droid tools don't let you to take a backup.
So you must download first , this boot.img ... http://d-h.st/jkoe
Then add this boot.img to MTK droid tools folder.
Connect your phone with usb debbuging ON , and start MTK droid tools , in few seconds the program will recognize your phone.
Then hit , blocks map button and in the new window hit , create scatter file button and you will be fine.
Then open SP flash tool and hit the , scatter loading button.
Tick only the boot.img in the new window , then double click the boot.img's line and choose the boot.img which you download before.
That's it , TURN OFF your phone and disconnect it.
Then hit download button on SP flash tool and connect your phone with usb without turn it on.
That's it , in few seconds will be completed , the boot.img is allready installed on your phone .
Now you are ready to backup you rom with MTK droid tools.
Turn your phone on , and connect it with usb debugging on and open MTK droid tools.
Now hit , root backup recovery , button and hit the backup button.
That's it , after some hour your backup will be ready.
3. HOW TO TAKE A BACKUP WITH TWRP
You can also take a backup of your stock rom with TWRP recovery.
Download TWRP recovery 2.8.1.0 from here .... http://lenovo-forums.ru/topic/8754-lenovo-a328-кастомное-recovery-twrp-root-root-shell/ , give thanks to savyol for this.
Then follow the same steps as in section 2 , but you must flash with SP flash tool , the TWRP recovery ( recovery.img ) now , instead of boot.img.
After you finished with flashing TWRP , then you can enter TWRP recovery by holding BOTH volume buttons and power on for 10 seconds , then release power button and continue to hold volume buttons , in few seconds lenovo logo will appear and phone will enter in TWRP recovery , release volume buttons.
Choose the backup and restore button and then choose , backup.
That's it , wait until backup finish and you are ready with your backup.
Save your backup to pc and you will be just fine.
4. HOW TO ROOT YOUR DEVICE
Download the zip for CWM,TWRP.. from here ... http://forum.xda-developers.com/showthread.php?t=1538053 , and give thanks to chainfire.
Put the zip in your sdcard , install it with TWRP , reboot your phone and you'll be fine.
For unrooted phones you can also root your phone with MTK droid tools by choosing the root button.
There are also apps that you can root your phone , like dingdong root , kingroot etc.
5. HOW TO FLASH A CUSTOM ROM
Download the rom.zip FOR YOUR DEVICE and put it in sdcard.
Enter into TWRP recovery.
Choose wipe , and do a factory reset.
Then choose , install , choose the rom.zip and flash it.
Wait for installation to finish.
Then choose wipe cache and dalvik.
Then choose reboot system and wait for rom to boot ...
Enjoy your new rom !!!
THANKS and GREDITS
we must give gredits and thanks to Savyol for TWRP , i can say that he save me some time with this and i would like to give him , my big THANK !!!
KAJUS KAJUSEVIC , for below guide.
GUIDE from Kajus Kajusevic for Linux users.
There's easier way to backup your stock rom and flash twrp recovery, especially if you are a linux user:
1. Root your phone - kingoroot works nice
2. Enable developer options (Settings>About phone, tap several times on Build Number, then enable USB debugging in newly added developer menu)
3. Backup your stock recovery with adb:
Code:
adb shell
su
dd if=/dev/recovery of=/sdcard/recovery.img bs=1024 count=10240
exit
exit
adb pull /sdcard/recovery.img
4. Download twrp image from russian forum (as a new user, I can't share the link, it's the same file you would use with SP Flash Tool)
5. Push recovery.img to device
Code:
adb push recovery_A328_KK.img /sdcard/recovery.img
6. flash it
Code:
adb shell
su
dd if=/sdcard/recovery.img of=/dev/recovery
exit
exit
7. And reboot to your new recovery!
Code:
adb reboot recovery

Have you got the twrp 2.8.7.0 for a328?
Gửi từ A328 của tôi bằng cách sử dụng Tapatalk

truongvip said:
Have you got the twrp 2.8.7.0 for a328?
Gửi từ A328 của tôi bằng cách sử dụng Tapatalk
Click to expand...
Click to collapse
I'm sorry but i didn't have it.
Personally i use twrp 2.8.0.0 , i never change recovery , i'm ok with 2.8.0.0 version , my backup is working , i can flash roms , so i don't want anything else from a recovery.
For me recovery is not a big deal , i can do my job with 2.8.0.0 and i don't want anything else.
Maybe some of Russian users can help you or they can upload twrp 2.8.7.0
Στάλθηκε από το Lenovo A328 μου χρησιμοποιώντας Tapatalk

Hi,
Sadly, I'm not capable of being decent enough in Android, so I have a question.
Does flashing TWRP reset the device? (Storage and apps)
Also, are MTK Droid Tools important for my A328 if I want to install the custom ROM (Flight A328)?
And an unimportant (and stupid) question: is Reved's storage swap mod available somewhere on XDA?
Cheers

Hablmet,
1) no.
2) you can install that custom rom without using mtkdroid tools. just follow instructions provided there.
3) dunno.

Can anyone reupload the modified boot.img? The Dev Host link is broken it seems

gkalen said:
Hi , to all users of Lenovo A328 .
I own this phone just 10 days and i will describe in few words , how to take a backup , install twrp and install a custom rom on Lenovo A328.
1. THE MOST BASIC
The most basic of all is to know that you have an mtk device.
This means , that you must first of all , install MTK DROID TOOLS .. http://forum.xda-developers.com/showthread.php?t=2160490 , SP FLASH TOOL ... https://sauditourguide.com
and VCOM drivers ... https://sites.google.com/site/alfahedclean/detect-water-leaks-north-of-riyadh-company , to your pc.
There are a lot of guides out there , some of them below...
https://sites.google.com/site/alfahedclean/detect-water-leaks-in-riyadh-workers-filipina
https://sauditourguide.com/شركة-تنظيف-منازل-بالرياض/
2. HOW TO TAKE A BACKUP WITH MTK DROID TOOLS
To take a backup with Mtk droid tools it's very easy , BUT there is a little different than on other phones.
You must firstly flash a modiffied ( unsecured ) boot.img because with the stock boot.img MTK droid tools don't let you to take a backup.
So you must download first , this boot.img ... https://sauditourguide.com/افضل-شركة-نقل-اثاث-برابغ/jkoe
Then add this boot.img to MTK droid tools folder.
Connect your phone with usb debbuging ON , and start MTK droid tools , in few seconds the program will recognize your phone.
Then hit , blocks map button and in the new window hit , create scatter file button and you will be fine.
Then open SP flash tool and hit the , scatter loading button.
Tick only the boot.img in the new window , then double click the boot.img's line and choose the boot.img which you download before.
That's it , TURN OFF your phone and disconnect it.
Then hit download button on SP flash tool and connect your phone with usb without turn it on.
That's it , in few seconds will be completed , the boot.img is allready installed on your phone .
Now you are ready to backup you rom with MTK droid tools.
Turn your phone on , and connect it with usb debugging on and open MTK droid tools.
Now hit , root backup recovery , button and hit the backup button.
That's it , after some hour your backup will be ready.
3. HOW TO TAKE A BACKUP WITH TWRP
You can also take a backup of your stock rom with TWRP recovery.
Download TWRP recovery 2.8.1.0 from here .... https://sauditourguide.com/افضل-شركة-نقل-اثاث-بالرياض/ , give thanks to savyol for this.
Then follow the same steps as in section 2 , but you must flash with SP flash tool , the TWRP recovery ( recovery.img ) now , instead of boot.img.
After you finished with flashing TWRP , then you can enter TWRP recovery by holding BOTH volume buttons and power on for 10 seconds , then release power button and continue to hold volume buttons , in few seconds lenovo logo will appear and phone will enter in TWRP recovery , release volume buttons.
Choose the backup and restore button and then choose , backup.
That's it , wait until backup finish and you are ready with your backup.
Save your backup to pc and you will be just fine.
4. HOW TO ROOT YOUR DEVICE
Download the zip for CWM,TWRP.. from here ... https://sauditourguide.com/افضل-شركة-تنظيف-فلل-بالرياض/ , and give thanks to chainfire.
Put the zip in your sdcard , install it with TWRP , reboot your phone and you'll be fine.
For unrooted phones you can also root your phone with MTK droid tools by choosing the root button.
There are also apps that you can root your phone , like dingdong root , kingroot etc.
5. HOW TO FLASH A CUSTOM ROM
Download the rom.zip FOR YOUR DEVICE and put it in sdcard.
Enter into TWRP recovery.
Choose wipe , and do a factory reset.
Then choose , install , choose the rom.zip and flash it.
Wait for installation to finish.
Then choose wipe cache and dalvik.
Then choose reboot system and wait for rom to boot ...
Enjoy your new rom !!!
THANKS and GREDITS
we must give gredits and thanks to Savyol for TWRP , i can say that he save me some time with this and i would like to give him , my big THANK !!!
KAJUS KAJUSEVIC , for below guide.
GUIDE from Kajus Kajusevic for Linux users.
There's easier way to backup your stock rom and flash twrp recovery, especially if you are a linux user:
1. Root your phone - kingoroot works nice
2. Enable developer options (Settings>About phone, tap several times on Build Number, then enable USB debugging in newly added developer menu)
3. Backup your stock recovery with adb:
Code:
adb shell
su
dd if=/dev/recovery of=/sdcard/recovery.img bs=1024 count=10240
exit
exit
adb pull /sdcard/recovery.img
4. Download twrp image from russian forum (as a new user, I can't share the link, it's the same file you would use with SP Flash Tool)
5. Push recovery.img to device
Code:
adb push recovery_A328_KK.img /sdcard/recovery.img
6. flash it
Code:
adb shell
su
dd if=/sdcard/recovery.img of=/dev/recovery
exit
exit
7. And reboot to your new recovery!
Code:
adb reboot recovery
Click to expand...
Click to collapse
Also, are MTK Droid Tools important for my A328 if I want to install the custom ROM (Flight A328)?

شركة الركن المعتمد هي أفضل شركة تقدم الخدمات المنازلية بأفضل الأدوات والمعدات الحديثة والمطورة ولحل جميع المشاكل في منزلك وكشف تسربات المياه وكشف تسربات الحمامات وعزل الاسطح وعزل الخزانات وتنظيف المسابح وتنظيف الخزانات وترميم الفلل والشقق والقصور .
شركة الركن المعتمد
شركة كشف تسربات المياة
شركة عزل الأسطح
شركة رش مبيدات
شركة ترميم المنازل
شركة تسليك مجاري
شركة نقل عفش
شركة تنظيف خزانات
شركة تنظيف منازل 

شركة الركن المعتمد هي أفضل شركة تقدم الخدمات المنازلية بأفضل الأدوات والمعدات الحديثة والمطورة ولحل جميع المشاكل في منزلك وكشف تسربات المياه وكشف تسربات الحمامات وعزل الاسطح وعزل الخزانات وتنظيف المسابح وتنظيف الخزانات وترميم الفلل والشقق والقصور .
شركة الركن المعتمد
شركة كشف تسربات المياة
شركة عزل الأسطح
شركة رش مبيدات
شركة ترميم المنازل
شركة تسليك مجاري
شركة نقل عفش
شركة تنظيف خزانات
شركة تنظيف منازل 

شركة الركن المعتمد هي أفضل شركة تقدم الخدمات المنازلية بأفضل الأدوات والمعدات الحديثة والمطورة ولحل جميع المشاكل في منزلك وكشف تسربات المياه وكشف تسربات الحمامات وعزل الاسطح وعزل الخزانات وتنظيف المسابح وتنظيف الخزانات وترميم الفلل والشقق والقصور .
شركة الركن المعتمد
شركة كشف تسربات المياة بالرياض
شركة عزل الأسطح بالرياض
شركة رش مبيدات بالرياض
شركة ترميم المنازل بالرياض
شركة تسليك مجاري بالرياض
شركة نقل عفش بالرياض
شركة تنظيف خزانات بالرياض
شركة تنظيف منازل بلرياض 

شركة الركن المعتمد هي أفضل شركة تقدم الخدمات المنازلية بأفضل الأدوات والمعدات الحديثة والمطورة ولحل جميع المشاكل في منزلك وكشف تسربات المياه وكشف تسربات الحمامات وعزل الاسطح وعزل الخزانات وتنظيف المسابح وتنظيف الخزانات وترميم الفلل والشقق والقصور .
شركة الركن المعتمد
شركة كشف تسربات المياة بالرياض
شركة نقل وتخزين عفش بالرياض
شركة عزل الأسطح بالرياض
شركة نقل عفش بالرياض
شركة رش مبيدات بالرياض
شركة تنظيف خزانات بالرياض
شركة تسليك مجاري بالرياض
شركة تنظيف منازل بالرياض
شركة ترميم فلل بالرياض

شركة الركن المعتمد هي أفضل شركة تقدم الخدمات المنازلية بأفضل الأدوات والمعدات الحديثة والمطورة ولحل جميع المشاكل في منزلك وكشف تسربات المياه وكشف تسربات الحمامات وعزل الاسطح وعزل الخزانات وتنظيف المسابح وتنظيف الخزانات وترميم الفلل والشقق والقصور .
شركة الركن المعتمد
شركة كشف تسربات المياة بالرياض
شركة نقل وتخزين عفش بالرياض
شركة عزل الأسطح بالرياض
شركة نقل عفش بالرياض
شركة رش مبيدات بالرياض
شركة تنظيف خزانات بالرياض
شركة تسليك مجاري بالرياض
شركة تنظيف منازل بالرياض
شركة ترميم فلل بالرياض

شركة الركن المعتمد هي أفضل شركة تقدم الخدمات المنازلية بأفضل الأدوات والمعدات الحديثة والمطورة ولحل جميع المشاكل في منزلك وكشف تسربات المياه وكشف تسربات الحمامات وعزل الاسطح وعزل الخزانات وتنظيف المسابح وتنظيف الخزانات وترميم الفلل والشقق والقصور .
شركة الركن المعتمد
شركة كشف تسربات المياة بالرياض
شركة نقل وتخزين عفش بالرياض
شركة عزل الأسطح بالرياض
شركة نقل عفش بالرياض
شركة رش مبيدات بالرياض
شركة تنظيف خزانات بالرياض
شركة تسليك مجاري بالرياض
شركة تنظيف منازل بالرياض
شركة ترميم فلل بالرياض

شركة خدمات المملكة هي إحدى الشركات الرائدة في مجال صيانة مكيفات الهواء في المملكة العربية السعودية. توفر الشركة خدمات متميزة وعالية الكفاءة لصيانة جميع أنواع المكيفات، بما في ذلك مكيفات السبليت والمكيفات المركزية.
تعمل شركة خدمات المملكة على تقديم خدمات شاملة لصيانة المكيفات، وتشمل ذلك تنظيف المكيفات وإصلاح الأعطال وتشغيل المكيفات بكفاءة عالية. كما توفر الشركة عقود صيانة شاملة لعملائها لضمان حصولهم على خدمات مميزة ومستمرة.
علاوة على ذلك، توفر شركة خدمات المملكة خدمة تنظيف المكيفات في جميع مناطق المملكة العربية السعودية، بما في ذلك جدة ومكة المكرمة وجازان والدمام. وتعتبر هذه الخدمات أساسية لتعزيز أداء المكيفات وتوفير فترات صيانة دورية ومنتظمة لها.
بشكل عام، تعتبر شركتنا خياراً مناسباً للعملاء الذين يبحثون عن خدمات تنظيف وصيانة المكيفات عالية الجودة وشاملة. ويمكن للعملاء الاستفادة من الخدمات العالية في أي وقت وبأسعار تنافسية.
شركة تنظيف وصيانة مكيفات بالدمام
هي شركة متخصصة في خدمات تنظيف وصيانة مكيفات الهواء في المنطقة. توفر الشركة خدمات متنوعة من تنظيف الفلاتر والمبادلات الحرارية وتنظيف الوحدات الداخلية والخارجية. كما تعمل الشركة على صيانة وإصلاح الأعطال في المكيفات وتبديل الأجزاء المعطوبة إذا لزم الأمر. تستخدم الشركة معدات حديثة ومنتجات آمنة لتنظيف وصيانة المكيفات وتوفير بيئة صحية ونظيفة للعملاء.
شركة تنظيف مكيفات بمكة
هي شركة تخدم سكان مكة المكرمة والمناطق المجاورة. وتعمل الشركة على تقديم خدمات متنوعة وشاملة لتنظيف وصيانة المكيفات الهوائية. وتشمل الخدمات التي تقدمها الشركة تنظيف الفلاتر والمذبذبات والوحدات الداخلية والخارجية للمكيفات، وصيانة الأعطال وتبديل الأجزاء المعطوبة. تستخدم الشركة معدات حديثة ومنتجات آمنة لتنظيف وصيانة المكيفات وتزويد العملاء ببيئة صحية ونظيفة.
تقدم خدمات متنوعة لتنظيف وصيانة جميع أنواع المكيفات بأعلى جودة وأحدث الأجهزة. تعتمد الشركة على فريق عمل متخصص ومدرب لتوفير خدمات إزالة الأوساخ والروائح الكريهة من المكيفات بطريقة فعالة وسريعة.
إذا كنت تعيش في مدينة مكة، فسيسعدنا أن نخبرك بأن هناك شركة تنظيف مكيفات بمكة توفر خدمات تنظيف شاملة لمكيفات الهواء لتحافظ على جودة الهواء الذي تتنفسه في منزلك.
شركة تنظيف مكيفات بمكة هي شركة متخصصة في تنظيف وصيانة المكيفات بجميع أنواعها وماركاتها. توفر الشركة خدماتها للمباني السكنية والتجارية والصناعية، وتضمن الشركة دائمًا جودة الخدمة ورضا العملاء.
شركة تنظيف مكيفات بجازان
تعمل على تنظيم وتنظيف المكيفات الهوائية في جازان والمناطق المحيطة بها. توفر الشركة خدمات متنوعة لتنظيف الفلاتر والمبادلات الحرارية والوحدات الداخلية والخارجية للمكيفات، وإذا لزم الأمر، يتم صيانة وإصلاح الأعطال في المكيفات واستبدال الأجزاء المعطوبة. تستخدم الشركة معدات حديثة ومنتجات آمنة لتنظيف وصيانة المكيفات وضمان بيئة صحية ونظيفة للعملاء.
شركة تنظيف مكيفات بجازان هي شركة متخصصة في تنظيف وصيانة المكيفات بجميع أنواعها وأحجامها. توفر الشركة خدماتها للمنازل السكنية والمكاتب والمستشفيات والفنادق والمؤسسات الأخرى. تعمل الشركة بأساليب وتقنيات مبتكرة لتوفير أحسن جودة بأسعار مناسبة.
شركة تنظيف مكيفات بالمدينة المنورة
تقدم خدمات تنظيف وصيانة المكيفات الهوائية في المدينة المنورة والمناطق المجاورة. وتشمل الخدمات التي توفرها الشركة تنظيف الفلاتر والمذبذبات والوحدات الداخلية والخارجية للمكيفات، وإذا لزم الأمر، يتم صيانة وإصلاح الأعطال في المكيفات واستبدال الأجزاء المعطوبة. تستخدم الشركة معدات حديثة ومنتجات آمنة لتنظيف وصيانة المكيفات وضمان بيئة صحية ونظيفة للعملاء.
شركة تنظيف مكيفات بجدة
تقدم خدمات تنظيف وصيانة المكيفات الهوائية في جدة والمناطق المحيطة بها. وتشمل الخدمات التي توفرها الشركة تنظيف الفلاتر والمذبذبات والوحدات الداخلية والخارجية للمكيفات وإذا لزم الأمر يتم صيانة وإصلاح الأعطال في المكيفات واستبدال الأجزاء المعطوبة. تستخدم الشركة معدات حديثة ومنتجات آمنة لتنظيف وصيانة المكيفات وضمان بيئة صحية ونظيفة للعملاء.
تعتبر شركة تنظيف مكيفات بجدة خيارًا مثاليًا للأشخاص الذين يريدون الحصول على خدمات تنظيف المكيفات الفعالة والمفيدة. تساعد الشركة في الحفاظ على جودة الهواء داخل المنزل وتأكد من عدم وجود أي أوساخ أو ملوثات ضارة تؤثر على صحة الجسم.
إذا كنت تبحث عن شركة تنظيف مكيفات بجدة، فإن شركة تنظيف مكيفات بجدة سوف تجعلك راضياً وتأكد من أن تنظيف مكيفاتك يتم بشكل صحيح وبأفضل طريقة ممكنة.
شركة صيانة مكيفات بالرياض
يقوم فريق عمل خبير من شركة صيانة مكيفات بالرياض بتقديم خدمات تنظيف وصيانة منتظمة لأنظمة المكيفات الهوائية في المكاتب والمنازل والمجمعات التجارية. يتم تنظيف الفلاتر والمذبذبات والوحدات الداخلية والخارجية للمكيفات باستخدام معدات حديثة ومنتجات آمنة للبيئة. كما تقوم الشركة بصيانة وإصلاح الأعطال في المكيفات وتوفير أجزاء الاستبدال عند الحاجة.
شركة تنظيف مكيفات مركزية بالرياض تتخصص شركة تنظيف مكيفات مركزية بالرياض في خدمات تنظيف وصيانة الأنظمة المركزية للمكيفات الهوائية في المباني والمجمعات الكبيرة. يتم تنظيف مراوح الهواء والمكثفات والمكثفات العمودية والمروحيات باستخدام معدات حديثة ومنتجات آمنة للبيئة. كما تقوم الشركة بصيانة وإصلاح الأعطال في النظام المركزي وتوفير أجزاء الاستبدال عند الحاجة.
شركة تنظيف مكيفات السبلت بالرياض
تقدم شركة تنظيف مكيفات السبلت بالرياض خدمات تنظيف وصيانة المكيفات المنزلية والتجارية في الرياض. وتشمل الخدمات التي توفرها الشركة تنظيف الفلاتر والمبادلات الحرارية والوحدات الداخلية والخارجية للمكيفات، وإذا لزم الأمر، يتم صيانة وإصلاح الأعطال في المكيفات واستبدال الأجزاء المعطوبة. تستخدم الشركة معدات حديثة ومنتجات آمنة لتنظيف وصيانة المكيفات وضمان بيئة صحية ونظيفة للعملاء.
وهي شركة متخصصة في تنظيف وصيانة المكيفات السبلت بجميع أنواعها وأحجامها. تقدم الشركة خدماتها بأسعار معقولة وجودة عالية للمنازل والمكاتب والمؤسسات الأخرى.
وكيل مكيفات فوجي
يقدم وكيل مكيفات فوجي خدمات تركيب وصيانة المكيفات الهوائية في السعودية. تتضمن نطاق خدمات شركة وكيل مكيفات فوجي تركيب مكيفات الهواء في المنازل والمجمعات التجارية والمستشفيات والمدارس، وكذلك خدمات الصيانة المتنوعة التي تتضمن تنظيف الفلاتر والمبادلات الحرارية والوحدات الداخلية والخارجية للمكيفات، وإصلاح الأعطال وتبديل الأجزاء المعطوبة. تعتمد الشركة على فريق عمل محترف وواسع الخبرة في هذا المجال.
في الرياض، توفر خدمات المملكة خدمات متنوعة لتنظيف المكيفات، بما في ذلك شركة تنظيف مكيفات بالرياض وتنظيف مكيفات مركزية بالرياض وتنظيف مكيفات السبلت بالرياض. تستخدم الشركات أحدث التقنيات والأدوات لتنظيف المكيفات بشكل صحيح.
شركة صيانة مكيفات فوجي بالرياض
هي شركة تتخصص في صيانة مكيفات فوجي بالمملكة العربية السعودية. تتميز الشركة بجودة المنتجات والخدمة الممتازة بأسعار تنافسية.
أخيرًا، يمكن للأشخاص الذين يستخدمون مكيفات فوجي الاعتماد على وكيل مكيفات فوجي للحصول على خدمات خاصة بصيانة وتنظيف هذه المكيفات بجودة عالية.
تنظيف مكيفات بالرياض هي خدمة تقدمها العديد من الشركات في الرياض لتنظيف وصيانة المكيفات. تستخدم هذه الشركات أحدث الأساليب والتقنيات لتنظيف المكيفات وتصليح أي أعطال فيها.
شركة تنظيف مكيفات مركزية بالرياض هي شركة متخصصة في تنظيف وصيانة المكيفات المركزية بجميع أنواعها. يتميز فريق الشركة بالمهارة والخبرة في التعامل مع هذا النوع من المكيفات وتوفير الخدمة بأسعار مناسبة.
شركة تنظيف مكيفات بالرياض
شركة خدمات المملكة هي شركة متخصصة في تنظيف وصيانة المكيفات بجميع أنواعها وماركاتها. تعتمد الشركة على فريق عمل مؤهل ومدرب على أحدث التقنيات والأساليب لتقديم الخدمة بأفضل شكل.

Related

Support for flash drives or memory cards at USB host Diamond 1

I want one so I could flash or Memory Diamond hundred I'm connected through buttonhole into USB and mini USB drive so how do I install? Mobile flash attached to the end I do not read anything I want to act like a host computer as I'm s drive I have?
من ایرانی هستم خوب انگلیسی حرف نمی زنم ببخشید
Iranian, I am sorry do not speak good English
سلام من می خواهم رو دایموند ۱ بتوانم فلش یا مموری صد رو وصل کنم از طریق تبدیل یو اس بی مادگی و مینی یو اس بی چه درایو رو نصب کنم؟ آخر به موبایل من فلش وصل می کنم هیچی نمی خواند میخواهم مثل کامپیوتر به عنوان هاست عمل کنه درایو رو میشه رو بدهید؟؟
Who does not answer?
Alooooooooooooooooooooooooooooo
Oh why does no one answer?
First learn English, it's goddamn hard to understand you.
It is possible(in theory) but no one succeded to do so.
Short answer: NO
No you cant do that..
Diamond doesnt support USB OTG (on the go)

[xap] Unique Proxy Client

Hi to every body
this is proxy client for windows phone 7 that you can use your own proxy server on it
This application need full unlock Rom to work!!!
this app support https and https+ protocol
i know every body know what is https proxy but https+ is a new protocol that base on https but with slightly change in packet for prevention from sniffing in internet and has a special use. this is only for Iranian people for open facebook and youtube and twitter
for using this app after run and fill all text box click on connect button if every thing is ok the program show you success message and tel you if can config proxy on wifi and gprs if one of them lost you must config it manually.
for do this the program show you server and port number set this on proxy for your wifi or gprs
in must of time the program set proxy automatically and don't need that but we have a problem in gprs when config it by your self
سخنی با کاربران ایرانی نرم افزار
همین اول کار بگم که این نرم افزار فقط برای باز کردن سایت های فیسبوک و یوتیوب ساخته شده و هر گونه سوه استفاده دیگر برای باز کردن سایت های غیر اخلاقی شرعا بر عهده ی بنده نبوده و مسئولیتش با خودتونه و من هیچ چیزی رو گردن نمی گیرم و در ضمن چون سرور های این برنامه در دست خود بنده هست در صورت مشاهده این گونه سایت ها اکانت شما بدون اطلاع قبلی از سرور حذف می شه و شما حق هیچ اعتراضی رو نخواهید داشت
این نکته رو بگم که این کار بدون دخالت دست انجام میشه و برنامه ی سمت سرور هوشمند عمل می کنه
همون طور که می دانید با پروکسی معمولی نمی تونید سایت های فیسبوک و یوتیوب رو بیارید به همین دلیل من پروتکل
https+
رو نوشتم که این مشکل رو حل کنم تنها جایی هم که این سرویس رو ارائه می دن هم فقط سایت
khcity.asia
هست و شما از جای دیگه ای نمی تونید این اکانت رو تهیه کنید
پس برای تهیه ی اکانت فقط از طریق سایت بالا اقدام کنید
این برنامه روی تمامیه برنامه هایی که به اینترنت می خوان وصل شن می شینه پس بنابر این قسمت
people
گوشی و تمامیه برنامه های فیسبوک و یوتیوب براحتی کار می کنن
برای تنظیم این پروتکل مشخصات رو به صورت زیر تنظیم کنید
Host : uk.khcity.biz یا fr.khcity.biz یا us.khcity.biz
port : 1119
یوزر و پسورد هم که موقه ی ثبت نام در سایت ازتون می خواد
این برنامه فقط در اینجا معرفی شده و جای دیگه به دلیل مشکل فیلترینگ که ممکنه برای سایتا پیش بیاد معرفی نمی شه
bug:
we have some packet lasting for loading pictures i try to fix it but i cannt i thing this problem is in windows phone because i write this app in PC with this code and this is work fine. i still work on it but no primes to fix this and please dont ask for it
when proxy run you cannt download from market and i dont know why
Important Note:
This application need full unlock rom to work!!!
I don't have any responsible for any damage from this app to your device so use this app in your own risk.
Thanks to:
Heathcliff74 for the wonderful WP7 Root Tools SDK
My laptop to allow me to write this app in it
and MS for great windows
works like charm!
thanks a lot man, but does it mean that we'll be waitin for your VPN client??
Meivoon said:
works like charm!
thanks a lot man, but does it mean that we'll be waitin for your VPN client??
Click to expand...
Click to collapse
thanks but vpn client is very different from this and without driver we cant write it
That's just great man, Thanks forhard work, will test it soon.
like always..... great
:good:
great app.........
فدای هرچی ایرانیه :دی
اینجا که همش هندی میبینیم :دی
آقا محشن دستت درد نکنه ممنون ، آیا فکری هم واسه وینفون 8 کردی؟؟؟

[Q] recover from custom to official ROM for huawei P6

Dears
I need youd help to recover my huawei P6-U06, I've installed [ROM][4.4.4][ Unofficial ParanoidAndroid 4.45 ][ 29/07/2014 ] on my device and I like to reinstall the official rom B510 or B512, B513.
thanks a lot.
اخي ..قم باعادة الريكوفري الاصلي عن طريق برنامج سوف اضع لك الرابط قم بتنصيبه على الكمبيوتر وسوف تجد الشرح مع البرنامج .وهو سهل وبسيط جدا .وبعد استعادة الريكوفري الاصلي قم بتحميل الروم الاصلي سواء كان b510 ..b511..b512 وضعه في الذاكرة الخارجية في ملف dload وقم باغلاق الهاتف وقم بالضغط على زر الباور والصوت في نفس الوقت لكدة عشر ثواني وهو سيقوم بالباقي.. http://forum.xda-developers.com/showthread.php?p=54906164
ali5.11 said:
اخي ..قم باعادة الريكوفري الاصلي عن طريق برنامج سوف اضع لك الرابط قم بتنصيبه على الكمبيوتر وسوف تجد الشرح مع البرنامج .وهو سهل وبسيط جدا .وبعد استعادة الريكوفري الاصلي قم بتحميل الروم الاصلي سواء كان b510 ..b511..b512 وضعه في الذاكرة الخارجية في ملف dload وقم باغلاق الهاتف وقم بالضغط على زر الباور والصوت في نفس الوقت لكدة عشر ثواني وهو سيقوم بالباقي.. http://forum.xda-developers.com/showthread.php?p=54906164
Click to expand...
Click to collapse
thanxs a lot brother, it works well.
saidsaidalgeria said:
thanxs a lot brother, it works well.
Click to expand...
Click to collapse
Can you write this in English ?

روت Galaxy J2)J200H ( فقط

السلام عليكم ورحمة الله وبركاته
طريقة روت Galaxy J2)J200H ( فقط
اسم الجهاز Galaxy J200H
اصدار الاندرويد 5.1.1
الطريقة هي عن طريق تنصيب رومة مروتة جاهز عن طريق الأودين ولكن لن يحذف شيئ من الجهاز قط
الروابط أسفل الفيديو ..
بعد تنزيل الملفات ثبت تعاريف السامسونغ كخطوة اولى
اوصل الجهاز بالكمبيوتر ثم افتح الاودين
تابع الشرح بالفيديو
ملاحظة :الروت شغال 100% ولكن بعد تنصيب الروت قد يتوقف برنامج Google + عن العمل والحل هو ان تقوم بتحديثه فيعمل
كلمة شكر تكفي
الروابط في الفيديو
Mustafa.Sakka.1 said:
السلام عليكم ورحمة الله وبركاته
طريقة روت Galaxy J2)J200H ( فقط
اسم الجهاز Galaxy J200H
اصدار الاندرويد 5.1.1
الطريقة هي عن طريق تنصيب رومة مروتة جاهز عن طريق الأودين ولكن لن يحذف شيئ من الجهاز قط
الروابط أسفل الفيديو ..
بعد تنزيل الملفات ثبت تعاريف السامسونغ كخطوة اولى
اوصل الجهاز بالكمبيوتر ثم افتح الاودين
تابع الشرح بالفيديو
ملاحظة :الروت شغال 100% ولكن بعد تنصيب الروت قد يتوقف برنامج Google + عن العمل والحل هو ان تقوم بتحديثه فيعمل
كلمة شكر تكفي
الروابط في الفيديو
Click to expand...
Click to collapse
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature).

no sim card galaxy A50 problem

Hi Guys
my rom build was A505FDDS4ATC1 - android 9 - and my phone get an ~600mb security update after install and restart i have error no sim card
so download latest 4 file official rom android 10 build A505FDDS4BTD2 flash with oddin after install still have no sim card problem and get 22 may security update but still no sim card
use another sim card..... no sim
test *#06# and *#0011# and no imei problem
please help me:crying::crying:
ali.phd71 said:
Hi Guys
my rom build was A505FDDS4ATC1 - android 9 - and my phone get an ~600mb security update after install and restart i have error no sim card
so download latest 4 file official rom android 10 build A505FDDS4BTD2 flash with oddin after install still have no sim card problem and get 22 may security update but still no sim card
use another sim card..... no sim
test *#06# and *#0011# and no imei problem
please help me:crying::crying:
Click to expand...
Click to collapse
Are you the same guy who posted this problem on mobile.ir?
If there is no imei problem then you should try changing the SIM card tray and see if it is solved.
Also, clean the tray and make sure something liquid like water has not got inside.
---------- Post added at 07:17 AM ---------- Previous post was at 07:16 AM ----------
خشاب سیم کارت رو بررسی کن که سالم باشه. آب که داخلش نرفته؟
اگه بعد فلش هم حل نشد ممکنه سخت افزاری باشه
alijjasghar said:
are you the same guy who posted this problem on mobile.ir?
If there is no imei problem then you should try changing the sim card tray and see if it is solved.
Also, clean the tray and make sure something liquid like water has not got inside.
---------- post added at 07:17 am ---------- previous post was at 07:16 am ----------
خشاب سیم کارت رو بررسی کن که سالم باشه. آب که داخلش نرفته؟
اگه بعد فلش هم حل نشد ممکنه سخت افزاری باشه
Click to expand...
Click to collapse
سلام
اره همونم
نه والا اب نرفته داخلش
فلش هم که زدم
Hello
Yes, that's right
No, the water didn't go inside
I also flashed
ali.phd71 said:
سلام
اره همونم
نه والا اب نرفته داخلش
فلش هم که زدم
Click to expand...
Click to collapse
میدونی الان با چی حال میکنم؟
با اینکه هیشکی نمیفهمه ما داریم چی میگیم!!!
راستی رم شناسایی میکنه؟
Do you know what I'm doing now?
Although no one understands what we are saying !!!
Does Rome Really Identify?
alijjasghar said:
میدونی الان با چی حال میکنم؟
با اینکه هیشکی نمیفهمه ما داریم چی میگیم!!!
راستی رم شناسایی میکنه؟
Click to expand...
Click to collapse
:d
دمت گرم راهنمایی میکنی قبلا انجمن های موبایلستان و اندروید و... خیل خوب و فعال بودن بقیه کمک میکردن الان همشون خلوت و سوت کور شدن
الان تست کردم مموری کارد رو شناسایی کرد
یه چیز دیگه هر چند ثانیه ایکون airplane
ابی کمرنگ میشه بعد خاموش
: d
I would like to thank you for guiding me. Previously, mobile and Android forums, etc., were very good and active. The others were helping.
I tested it now and it detected the memory card
One more thing, every few seconds, Icon airplane
The blue fades and then goes out
ali.phd71 said:
:d
دمت گرم راهنمایی میکنی قبلا انجمن های موبایلستان و اندروید و... خیل خوب و فعال بودن بقیه کمک میکردن الان همشون خلوت و سوت کور شدن
الان تست کردم مموری کارد رو شناسایی کرد
یه چیز دیگه هر چند ثانیه ایکون airplane
ابی کمرنگ میشه بعد خاموش
Click to expand...
Click to collapse
راستی اون جایی که اسم،سیم کارت ها رو میزنه چی نوشته؟
منظورم تو همون نوار نوتیفیکیشن هستش
Really, what did he write where the name says the SIM cards?
I mean in the same notification bar
alijjasghar said:
راستی اون جایی که اسم،سیم کارت ها رو میزنه چی نوشته؟
منظورم تو همون نوار نوتیفیکیشن هستش
Click to expand...
Click to collapse
سیم کارت وجود ندارد - اتصال شبکه وجود ندارد
توی رام قبلی که با اپدیت انتن پرید مثلا سیم کارت میذاشتی توی تنظیمات یه لحظه شناسایی میشد مثلا همراه اول ایرانسل حتی میشد روی یه سری تنظیمات نوع شبکه کلیک کرد بعد هر دقه یه صدای میداد شبکه در دسترس نیست
میگم منطقه گوشیش نپریده
چون الان یه سیم دیگه بذاری کوچیک ترین تغییر توی تنظیمات سیم کارت نمیبینی که بشه گفت تشخیص میده وارد شده
الان میزنه در حال بررسی
توی اپراتور انتخاب دستی بزنی هم میگه مشکل حین بررسی
There is no SIM card - no network connection
In the previous ROM, which jumped with the antenna update, for example, you put a SIM card, it was detected in the settings for a moment.
I say don't scratch his ear
Because now you put another wire, you don't see the slightest change in the SIM card settings, so it can be said that it recognizes that it has been entered.
He is now investigating
In the operator, selecting manually also says the problem while checking
حالا نمیدونم خودم میتونم درستش کنم یا بدم تعمیرکار درستش کنه
گارانتی هم داره هنوز ولی خوب اگه نرم افزاری باشه همینجا راحت تر درست میشه گارانتی دسترسی بهش سخته بخواد با پست براشون ارسال کرد و......
بدبختی شهر ما منطقه قرمز مغازه هام بستس
Now I don't know if I can fix it myself or give it to a repairman
It still has a warranty, but if it's software, it's easier to fix it here.
The misery of our city closed the red area of my shop
Alijjasghar said:
راستی اون جایی که اسم،سیم کارت ها رو میزنه چی نوشته؟
منظورم تو همون نوار نوتیفیکیشن هستش
Click to expand...
Click to collapse
امیدی هست؟
There is hope?
ببین یه بار رام قبلی رو که سیم شناسایی میکرد رو دان کن
همه اش رو فلش نزن
Cp فقط فایل
اونو وارد کن تو بخش خودش تو اودین
بعدش بزار بقیه بخش ها خالی باشه و تک همون فایل فلش شه
ببین درست میشه؟؟
Take a look at the previous ROM that identified the wire
Don't flash it all
Cp just file
Enter it in its own section in Odin
Then leave the rest blank and flash the same file
See it right?
Alijjasghar said:
ببین یه بار رام قبلی رو که سیم شناسایی میکرد رو دان کن
همه اش رو فلش نزن
Cp فقط فایل
اونو وارد کن تو بخش خودش تو اودین
بعدش بزار بقیه بخش ها خالی باشه و تک همون فایل فلش شه
ببین درست میشه؟؟
Click to expand...
Click to collapse
رام قبلی اندروید 9 بوده مشکلی پیش نمیاد؟
The previous ROM was Android 9, isn't there a problem?
نه
چون فقط داری فایل مودم رو فلش میکنی
نیازی به نگرانی نیست
No
Because you're just flashing the modem file
No need to worry
alijjasghar said:
نه
چون فقط داری فایل مودم رو فلش میکنی
نیازی به نگرانی نیست
Click to expand...
Click to collapse
تروخدا ببخشی همش مزاحم میشم هی سوال میپرسم
این بیلد رام قبلی a505fdds4atc1
نسخه ویتنام و ایران داره کدومو بگیرم
اندروید 10 رو ایران نصب کردم
اینم بگم که توی همون رام قبلی هم انتن پرید ک اومدم فلش کردم
God bless me, I'm all annoyed, I'm asking questions
This is the previous build 5050fdds4atc1
Which version should I get for Vietnam and Iran?
I installed Android 10 in Iran
I have to say that in the same previous ROM, the antenna jumped and when I came, it flashed
ali.phd71 said:
تروخدا ببخشی همش مزاحم میشم هی سوال میپرسم
این بیلد رام قبلی a505fdds4atc1
نسخه ویتنام و ایران داره کدومو بگیرم
اندروید 10 رو ایران نصب کردم
اینم بگم که توی همون رام قبلی هم انتن پرید ک اومدم فلش کردم
Click to expand...
Click to collapse
نه بابا چه مزاحمی
اکانتو دکور نساختم که...
شما همون نسخه قبل از آپدیت مشکل دار رو دان کن. همون منطقه ای که قبلا بود. یعنی رامی که اون آپدیت رو نداشته باشه
What a nuisance, Dad
I didn't make an decor decor that ...
You know the same version before the problem update. The same area as before. That is, a ROM that does not have that update
Alijjasghar said:
نه بابا چه مزاحمی
اکانتو دکور نساختم که...
شما همون نسخه قبل از آپدیت مشکل دار رو دان کن. همون منطقه ای که قبلا بود. یعنی رامی که اون آپدیت رو نداشته باشه
Click to expand...
Click to collapse
نصب کردم همون ارور
سیم کارت وجود ندارد فقط تماس های اضطراری:crying:
I made the same mistake
There are no SIM cards, only emergency calls
الان روی مدیر سیم کارت میزنم ارور میده
یک خطای ناشناخته اگر ادامه داشت دوباره راه اندازی کنید
ایکون هوایپما هم یه تیکه ابی کم رنگ شده
Now I hit the SIM card manager, it gives an error
Set up an unknown error if it continues
Icon Hypima also faded into a piece of blue
Alijjasghar said:
نه بابا چه مزاحمی
اکانتو دکور نساختم که...
شما همون نسخه قبل از آپدیت مشکل دار رو دان کن. همون منطقه ای که قبلا بود. یعنی رامی که اون آپدیت رو نداشته باشه
Click to expand...
Click to collapse
الان یه چیزی رو چک کردم منطقه گوشی xid /ksa
که میشه اندونزی
بنظرم بخاطر همینه
بعد تعویض رام هم موقع شروع زبان اندونزی بود
خود گوشی هم نسخه هنده
رام هم از ایران موبایل گرفتم همیشه نسخه 4 فایله رسمی از اینجا میگیرم
حالا رام قبلی چی بود رو من نمیدونم بنظرت داستان چیه
Now I checked something in the xid / ksa phone area
Which becomes Indonesia
I think that's why
Then the ROM was replaced when the Indonesian language started
The phone itself is also a version
I also got a mobile phone from Iran, I always get the 4th version of the official file from here
Now, I don't know what the previous ROM was
ali.phd71 said:
الان یه چیزی رو چک کردم منطقه گوشی xid /ksa
که میشه اندونزی
بنظرم بخاطر همینه
بعد تعویض رام هم موقع شروع زبان اندونزی بود
خود گوشی هم نسخه هنده
رام هم از ایران موبایل گرفتم همیشه نسخه 4 فایله رسمی از اینجا میگیرم
حالا رام قبلی چی بود رو من نمیدونم بنظرت داستان چیه
Click to expand...
Click to collapse
ویتنام بزن ببین درست میشه؟
Click Vietnam to see if it works.
alijjasghar said:
ویتنام بزن ببین درست میشه؟
Click to expand...
Click to collapse
همون اندونزی 10 ش رو نگیرم؟
چون اندروید 10 ش هم توی ایران موبایل هست 4 فایله
هرچی گشتم یه نفر ندیدم منطقه گوشیش انونزی باشه همه منطقه گوشیشیون از کشورای خاورمیانه بودم خودمم تا الان اصلا ندیده بدم حتی متوجه نشدم
Shouldn't I get the same Indonesian 10?
Because Android 10 is also mobile in Iran, there are 4 files
No matter what I looked for, I didn't see anyone in the area of Gonesh.
Alijjasghar said:
ویتنام بزن ببین درست میشه؟
Click to expand...
Click to collapse
من اول اومدم همون رام اندونزی رو گرفتم ولی اصلا ارور داد نصب نشد
الان دارم ویتنام دانلود میکنم
{
"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 came first and got the same Indonesian ROM, but the error did not install at all
I'm downloading Vietnam now

Categories

Resources