Wednesday, November 23, 2022

How to fix locked diggi etc locks of Ola S1 pro?

After my first drive of Ola S1 pro electric scooter i encountered issue of locked diggi. The screen of scooter was showing unlocked diggi but the seat was actually locked. The solution was simple. Restart the scooter Move OS.

Lock the scooter and turn off. Now press Red power button + R reverse button for 10-15 seconds. This will cause front side indicators to blink and some sound. Then Ola Scooter OS will reboot. After reboot the false flags set will be removed. Now scooter will behave normal.


Saturday, October 29, 2022

Best VR player for Android (VLC based)

I tried many SBS video players for my VR headset but none seems to provide satisfactory experience. Most players on PlayStore are not satisfactory so i stopped looking for them on PlayStore. I tried to search forums and the search finally ended. Someone has made a vr player which satisfied my requirement and also the player is robust because its derived from VLC player.

The player is open source and available here https://github.com/autoandshare/HeadVR


The player has been published on playstore





Features (excerpt from website):


- Support touch control, bluetooth controller and head control

- Controlled by head motion, e.g., nod to play/pause. (Gyroscope sensor is necessary)

- Support playlist, viewing all the video's without taking off headset.

- Support most multimedia files with underlying libvlc.

- Local and network resources.

- Rich settings to make video comfortable to eyes.

- Force2D mode for stressful 3D video's.

- Support audio and subtitle selection.


I tried the this player and it simply shows the video in sbs etc formats instead of asking for cardboard etc settings. SBS can be customised and all we need is to align the lenses and the visuals are according to our needs. Side By Side is simple format and it should be flexible to move center, left right frames, shape and size of video. Every person has different head, eyes, nose etc and they must be able to adjust the video instead of using a prefixed setup. This simple thing is hard to find but this player does it well. However settings are very irritating because the settings UI is not available within the player screen. Every change in setting requires stopping of video and returning to settings window.

Anyone with coding skills can modify source and adjust the player for personal needs.




Wednesday, October 5, 2022

Remove pattern lock or pin from Motorola etc Androids.

My phone was locked by a kid who forgot the password and i was not able to log into device. I was stuck at pin input screen. The recovery mode was also showing empty with a dead robot and "no command" screen.


IMPORTANT:

This is not the only way to remove pin, pattern lock. It only shows information for those who understand fastboot, adb etc stuff. Below is only required when OEM unlock is not set from developer options. This also removes all user data. However ways to keep user data exist and still remove password but that is not intention of this article.

 

Before reading further you must read following subjects/methods to understand any further. Its not useful to re-write existing things again and again.

 

- Install adb on you OS.

- How to boot into fastboot mode on your device.

- Knowing more about your device.


Th device was secured using google account and "OEM Unlock" option was also not set from developers options!. While doing ./fastboot getvar all from shell returned following info. [I_REMOVED_IT] shows text i have removed to prevent showing personal IDs.


./fastboot getvar all > info.txt
(bootloader) version: 0.5
(bootloader) version-bootloader: (removed)
(bootloader) product: sanders
(bootloader) board: sanders
(bootloader) secure: yes
(bootloader) hwrev: P4
(bootloader) radio: 2
(bootloader) storage-type: emmc
(bootloader) emmc: 64GB SAMSUNG RC14MB RV=08 PV=07 FV=0000000000000007
(bootloader) ram: 4GB SAMSUNG LP3 DIE=8Gb M5=01 M6=05 M7=00 M8=5F
(bootloader) cpu: MSM8953
(bootloader) serialno: [I_REMOVED_IT]
(bootloader) cid: 0x0032
(bootloader) channelid: 0xc0
(bootloader) uid:[I_REMOVED_IT]
(bootloader) securestate: oem_locked
(bootloader) iswarrantyvoid: no
(bootloader) max-download-size: 534773760
(bootloader) reason: Reboot mode set to fastboot
(bootloader) imei: [I_REMOVED_IT]
(bootloader) meid:
(bootloader) date: 11-16-2017
(bootloader) sku: (removed)
(bootloader) carrier_sku:
(bootloader) battid: [I_REMOVED_IT]
(bootloader) iccid:
(bootloader) cust_md5:
(bootloader) max-sparse-size: 268435456
(bootloader) current-time: "Thu Jan  1  2:36:19 UTC 1970"
(bootloader) ro.build.fingerprint[0]: motorola/sanders_n/sanders_n:8.1.0
(bootloader) ro.build.fingerprint[1]: (removed)
(bootloader) ro.build.fingerprint[2]: -keys
(bootloader) poweroffalarm: 0
(bootloader) ro.build.version.full[0]: Blur_Version.2*****.12.sanders.re
(bootloader) ro.build.version.full[1]: tail.en.US
(bootloader) ro.build.version.qcom: ******removed*******
(bootloader) version-baseband: M8953_52.61.07.98R SANDERS_INDIADSDS_CUST
(bootloader) kernel.version[0]: Linux version 3.18.71-perf (hud
(bootloader) kernel.version[1]: soncm@ilclbld57) (gcc version 4.9.x 2015
(bootloader) kernel.version[2]: 0123 (prerelease) (GCC) ) #1 SMP PREEMPT
(bootloader) kernel.version[3]:  Tue Aug 13 15:23:08 CDT 2019
(bootloader) sbl1.git: git=MBM-NG-VC2.12-0-g698fb2f
(bootloader) rpm.git: git=92e5e21-dirty
(bootloader) tz.git: git=d95e83f
(bootloader) devcfg.git: git=d95e83f
(bootloader) keymaster.git: git=d95e83f
(bootloader) cmnlib.git: git=d95e83f
(bootloader) cmnlib64.git: git=d95e83f
(bootloader) prov.git: git=d95e83f
(bootloader) aboot.git: git=MBM-NG-VC2.12-0-g07ff23c
(bootloader) frp-state: protected (144)
(bootloader) ro.carrier: retin
(bootloader) current-slot:
(bootloader) slot-suffixes: _a
(bootloader) slot-count: 1
(bootloader) slot-successful:_a: INVALID
(bootloader) slot-successful:_b: INVALID
(bootloader) slot-bootable:_a: INVALID
(bootloader) slot-bootable:_b: INVALID
(bootloader) slot-retry-count:_a: unknown
(bootloader) slot-retry-count:_b: unknown


In this result securestate: oem_locked shows oem is locked. Bootloader was locked and to unlock it i created motorola id and requested UNLOCK KEY. However the unlock key was also not enough. After getting unlock key i tried to unlock -


fastboot oem unlock [MY_UNLOCK_KEY]
(bootloader) WARNING: This command erases all user data.
(bootloader) Please re-run this command to continue.
OKAY [  0.000s]
Finished. Total time: 0.000s

fastboot oem unlock [MY_UNLOCK_KEY]
(bootloader) Check 'Allow OEM Unlock' in Android Settings > Developer
(bootloader) Options
OKAY [  0.016s]
Finished. Total time: 0.016s


"(bootloader) Check 'Allow OEM Unlock' in Android Settings". One simple solution to this is erase user data. WARNING: It will wipe out all data. 


Run following commands to erase user data when recovery mode doesn't  show any options.


fastboot oem fb_mode_set

fastboot erase cache

fastboot erase userdata        [THIS PART DELETES USER DATA]

fastboot oem fb_mode_clear


reboot. More data can be erased above or simply find the relevant file to erase the PIN or PATTERN lock related information.

 

The device will be reset and if it was protected using Google account then SAME account will be required to login again otherwise device won't start for new users. Internet is NEEDED after reboot.

Sunday, September 18, 2022

Xiaomi or Redmi phone too much slow after update? try this fix

I was using Redmi 7 with stock rom of Android 9. It was all rounder with good battery backup. Everything was well until i updated it to Android 10. Now the phone is slow like 1990s device. Just wanteyto rollback to Android 9 but before that i tried some settings which worked and now device is usable if not worse.

Solution is to disable MIUI optimizations. Follow below steps to achieve the same -

- Enable developer mode. Go to settings -> About Phone -> All specs -> tap on MIUI version 5+ times. This will enable developer mode.

- Go to Settings -> Additional Settings -> Developer options -> almost at bottom -> Disable MIUI optimizations.

- Or search MIUI in settings. It will show the entry from there.

Its recommended to enable OEM unlocking option because it comes critically helpful to recover device. Example forgetting lock pattern, pin, password, upgrade/downgrade or manually update rom etc.

Sunday, June 19, 2022

Sin Episodes : emergence Radek hanged/stuck cutscene fix

Sin episodes episode 1 is a very good game but there is a bug when Radek gets stuck during cutscene in U4 lab.

I found the solution in neoseeker website and posting it here.

Save the game before the buggy cutscene. Open console with ~ tilde key. Enter

ai_norebuildgraph "0"

Return to game and the game will continue. If fails retry again as it worked 2nd time in my case.

This is probably due to some animation related event and something in the script of Radek model. Valve engine generates path from where a model will move and may be this is where the bug is.

More information is available here -

Wednesday, June 15, 2022

Why privacy is almost a hoax in internet world

If you use 20 apps and 19 of them do not show ads and only 1 shows ads. That 1 app itself is enough to give your device information to the ads network. The privacy thing is kind of hoax. However the data like photos etc which some app handles has its own privacy policy. If they keep little thumbs of the pics in their server they must tell the users. Lots of companies do not do that. This is hidden reality. An example https://www.upguard.com/blog/biggest-data-breaches.


Many times server getting hacked is an internal job and the data is sold on dark web etc places. This is old technique to sell user data and make cash. However the subject of this post is about how much privacy is there even if companies have strict policies. As example below tells why device info is shared due to just 1 app. Even if no app shares device info just browsing internet does it. The websites collect data and they do fingerprinting, cookies etc techniques to identify unique systems. The threat of data being shared for misused is not from small apps but big companies which make such apps.


Take example of apps like Truecaller. How did they collect so much information about phone numbers? Did they release the app without any beginning database?

Privacy is hoax and the best way to deal with this rampant user data misuse is providing false information. Sincere users provide their details to social media sites and sites breach the trust and sell the data.


Many users have myth of using VPN apps for privacy. VPN apps are the very first place to loose your private data. A VPN app opens a HTTPS site in proxy and can see what it is then sending it to end user. Where is privacy? Can you really trust VPN for sharing private data like password etc. 



TIPs:


- Sometimes people share their login id and password at same place. Like sharing both in a chat. This is highly unsafe. Share ID by mail, share password by message. Split the information. Many think this level of security is too much or time waste until some loss occurs.

- Use personal encryption utilities. Share data in encrypted form and end person gets the data and decrypts it. Do not rely on the encryption of the service provider.

- Many users click banking related images in phone. Phones are highly sensitive than PCs regarding privacy. Having saved bank details in images, text files in storage. Its better to use sandboxed/encrypted folders, personally customized apps if possible etc.

 - Keep extra accounts for not so important things like entertainment services etc. Do not use main/primary email, phone for registering to these types of services. use personal/primary accounts for banking only.


Quitting Android development and almost stopping publishing to PlayStore.

From 2012 i started Android development and no single year has passed i felt comfortable with APIs or its user interface. I was making  innovative or rare hard to find apps like below.

- NGGallery (quit): which allowed slideshow of gallery images which speak their own information previously recorded by whoever clicked the pic.

- Binaural Sound Recorder (quit): Records stereo or binaural using 2 devices.

- BVH viewer (quit): bvh animated model viewer + BVH modifier (was WIP).

- Freeform Optics (quit): Makes complex lens and test how rays travel.

- Sacred Sound Visualizer (quit): Make cool flower like art from voice. Can also be used for various purposes.

- Image Size Reducer (nearly quit, just keeping updated to new Androids):  Select a region of image and just tell the KB size for it and app will take it out for you in fraction of time. Or reduce the size of whole image to desired size without loosing noticeable image quality. Does not work for already low quality images.

- Various apps like Sound Effect makers using wave painting, Voice to instrument sound generation etc. I have built both these apps and are sleeping in my disk not uploaded anywhere. I am now keeping only very simple apps and the ones which are very useful. I don't even care for updating them or investing more time to them. Some of them are SoundFont-MIDI-Player which offers low latency playback and piano for SF2 samples, Image Size Reducer & image converter.



Back to the topic. Android has massive issues for developers and i have removed all tech details posted here previously. I am sharing only the most critical ones which non tech end users can understand.


Reason #1:

PlayStore itself has become the reason to not publish on playstore. If you publish an app and your cannot find that app by searching the exact name of it what do your think it means?

PlayStore just sells the top 3 ranks! Imagine a sports competition where top 3 are paid winners. Below is an example where 50% of screen from top is just ads.




I searched games and the result shows top 3 with Ad text. Most users don't know they are ads. They think they are top ranking apps. Why so shy clearly highlighting the apps as ads? Using a little "Ad" which most cannot see or notice.


Every fall in rank almost reduces the download by ~30-50%. Some of my apps come to top 3 ranks since 2016. Daily downloads were minimum 1500+. Now after 3 ads the actual rank become 5+ and download fell to 300-450. Similar times loss in earnings. Post covid life of many people has changed. Now it has become impossible to have any interest in working anymore. Google will kill many developers and ultimately itself.


Google is obviously feeling the heat of falling economy and earnings but that means you just keep increasing ads? There might be other ways to experiment.


These things will only become worse by time. Whether its YouTube or something else. Everyone will witness the fall of internet world. Crazy, nonsensical things rising and huge compromise in ethics. The compitition where money wins doesn't promote hard work but economic unethical practitioners. But ultimately Its the people themselves who are responsible for this.


Reason #2:

Google terminated my YouTube account for something i was not responsible. Google updated their policy and said an app on playstore which shows a demo video which comes from youtube account MUST not have ads enabled in that video. What i did was i unpublished 10+ of my apps due to lack of maintenance and time etc issues. Google bots are oversmart. They scan even the unpublished apps and found a YouTube video link with monetization enabled. They terminated the YouTube account. I just used that account to make few videos about app demos and it had nothing which violates youtube policies. YouTube deleted the account in spamming violation.


Google Play Store applied policy violation on dead/unpublished apps. This is beyond understandable...


This motivated me so much i deleted 2nd account of YouTube myself. Now i use YouTube without account and its more fun than before.


Technical reasons:

Android development is hell in itself. I will describe it using analogy. Suppose you are learning painting on a painting app. Everytime you learn a feature and UI layout it's removed next year. Most new things become obsolete and suddenly some features return after some time. Your spend 10yrs learning the app and its UI but learned nothing about painting itself.


The file management SAF (document API) in Android is most crappiest thing i have seen in years of development. Just trying to check if some files exists can takes seconds which even 90s era computer will not. In name of security and generics the core has been compromised. If you don't want to allow an app to read other app's data then just use an encryption filter. Every app has its own encryption. Use intents to allow decrypted reading. I am thinking what makes Android more secure than Linux? Even after so much security user data is still being theft. Because the data itself has got no security. Only Android infrastructure has become secure the user data remains in same fate.


Android has definitely become much better and the changes were critical in need and also had great intention. But if it makes experience of both end user and developers bad the result is bad. 


I loved Android where i could listen to chiptunes, make awesome experimental apps, do innovation, playing with sensors etc.


Android has become IPhone. A well maintained jail with cool hardware that cannot be used for emulation, experimental apps etc like it was before. I cannot even enjoy using terminal shell.

 

Time has come for the innovative developers to say Android is dead or its not something to work for. Pure Linux must come to phone and it should not do what Android has done.


Monday, June 13, 2022

How to fill Data Safety form in App Content section in Play Console when using AdMob only?

PlayStore requires Data safety form submission for all apps and violation of it can cause problem. Below is example of what to fill in the form when you use only Admob. This setting is because i use it in my apps and i only use AdMob SDK for ads.


Open Play console & login.

 

All Apps -> Select an app -> Policy  -> App Content -> Data Safety


Does your app collect or share any of the required user data types?
Yes

Is all of the user data collected by your app encrypted in transit?
Yes 

Do you provide a way for users to request that their data is deleted?
Yes


More information can be found at this link https://developers.google.com/admob/android/play-data-disclosure


Data Collected settings

- No, this collected data is not processed ephemerally
- Data collection is required (users can't turn off this data collection)
- Collected for Advertising or marketing


Data Sharing settings

Location -> Approximate location
Collected & Shared -> Advertising or marketing

 

App info and performance -> Crash logs, Diagnostics
Collected & Shared -> Advertising or marketing


App info and performance -> Diagnostics
Collected & Shared -> Advertising or marketing

 

App activity -> App interactions
Collected & Shared -> Advertising or marketing

 

Device or other IDs -> Device or other IDs
Shared -> Advertising or marketing



The user data can be deleted or prevented from targeted sharing from Android device system settings.


Got to system settings -> Google (Services & preferences) -> Ads -> Reset ad ID & opt out of Ads personalization.





Sunday, April 17, 2022

There was no dowry system in Hinduism, actually it was opposite



This snapshot is from Agni puran. It clearly says the groom offers a cow and a bull to the bride family. When woman if married by taking money (kind of selling) etc is called Asur-Vivah and was considered demonic or adharmic marriage.

Today most of hindu culture is not what is used to be. 4 caste were not exactly birth based but karma based. Here this one example shows how today's marriage are simply a corrupt form of marriage and difficult for parents giving their only daughter(s). Hindus must look at themselves and time to dump the wrong things we picked up during 2000yrs of invasion. Our culture got corrupted after invasion but we must fix this if we want to progress like it happened in ancient time.

Tuesday, April 12, 2022

Smaller size PDF of Puranas from Gita Press Gorakhpur (WIP).

Gita Press Gorakhpur has published their books in PDF, digitized scan images in Public Domain. The problem I faced was they are huge in size. You can get those books from here https://archive.org/   search Gita press in the search option. It will show various files. Some are old and some are new. New scanned images are very high in size. e.g. https://archive.org/download/brahma-puran-gita-press-gorakhpur


The PDF is 1GB and _jp2.zip file is 561MB. I downloaded this zip and converted jp2 to jpg files and made PDF 72MB in size. Its good quality and has small size. I will slowly build other PDFs and upload them for others to download. Since the work is still in progress not all PDF are ready to download at present.


Original Purans are available here:

https://archive.org/details/@gitapress_gorakhpur


Files created by me are available here:

https://archive.org/details/@bindesh


List of files -


Agni Puran, 144MB (original 2GB)

https://archive.org/details/agni-puran-gita-press-gorakhpur_202204

Original: https://archive.org/details/agni-puran-gita-press-gorakhpur



Bhavishya Puran, 105MB (original 1.4GB)

https://archive.org/details/bhavishya-puran-gita-press-gorakhpur_202204

Original: https://archive.org/details/bhavishya-puran-gita-press-gorakhpur



Brahm Puran 72MB (original 1GB)

https://archive.org/details/brahma-puran-gita-press-gorakhpur_202204

Original: https://archive.org/details/brahma-puran-gita-press-gorakhpur



Brahma Vaivarta Puran, 136MB (original 1.8GB)

https://archive.org/details/brahma-vaivarta-puran_202204

Original: https://archive.org/download/brahma-vaivarta-puran-gita-press-gorakhpur



Garuda Puran, 104MB (original 1.5GB)

https://archive.org/details/garuda-puran_202204

Original: https://archive.org/download/garuda-puran-gita-press-gorakhpur



Kurm Puran, 73MB (original 1.1GB)

https://archive.org/details/kurma-puran

Original: https://archive.org/details/kurma-puran-illustrated-with-hindi-translations-gita-press-gorakhpur



Matsya Puran, 165MB (original 2.4GB)

https://archive.org/details/matsya-puran

Original: https://archive.org/download/matsya-puran-gita-press-gorakhpur



Narad Puran, 132MB (original 2.1GB)

https://archive.org/details/narada-puran

Original: https://archive.org/download/narada-puran-gita-press-gorakhpur



Narasimha Puran, 45.5MB (original 650MB)

https://archive.org/details/narasimha-puran_202204

Original: https://archive.org/download/narasimha-puran-illustrated-with-hindi-translations-gita-press-gorakhpur



Skand Puran, 246MB (original 3.3GB)

https://archive.org/details/skanda-puran_202204

Original: https://archive.org/download/skanda-puran-gita-press-gorakhpur



Vaman Puran, 71.9MB (original 1GB)

https://archive.org/details/vaman-puran

Original: https://archive.org/download/vaman-puran-illustrated-with-hindi-translations-gita-press-gorakhpur




Varah Puran, 63.5MB (original 890MB)

https://archive.org/details/varaha-puran

Original: https://archive.org/download/varaha-puran-illustrated-with-hindi-translations-gita-press-gorakhpur



Vishnu Puran, 81.7MB (original 1.1GB)

https://archive.org/details/vishnu-puran_202204

Original: https://archive.org/download/vishnu-puran-illustrated-with-hindi-translations-gita-press-gorakhpur



Here is link to how to make your own pdf like I did

https://ourinnovativemind.blogspot.com/2022/04/convert-images-in-batch-using-free.html

Convert images in batch using free tools then make PDF from them.

I was trying to collect public domain PDFs published by Gita Press Gorakhpur from archive.org but the sizes of pdfs are huge. They are unnecessarily high in size. Instead of pdf I downloaded JP2 files and batch converted them to jpg in lower quality setting without loosing any readability. Using this saved me huge space. If published PDF was of 2GB mine was <100MB and perfectly readable.


Above was an example to convert images in batch using free tools. Below are steps to do the same.


- Download ImageMagick-7.1.0-29-Q16-x64-static.exe from https://imagemagick.org/script/download.php

- Install it and try to run magick.exe from cmd.exe. cmd can be run from search box in windows 10.

- Put all images in some folder for example IMAGES. Open cmd.exe and change directory to the IMAGES folder. To do this copy address of this folder from file properties or address bar of windows file explorer. Go to cmd and type cd CTRL+V. Now type drive letter with colon. Example cd D:\folder1\folder2\IMAGES and then D:. This will move us inside the IMAGES folder.

- Type dir command and it should list all images. This shows we are inside the IMAGES folder.


Commands to convert images. Suppose images are jp2 files downloaded from archive.org and we want to convert them to jpg format inside JPG folder in IMAGES. Create JPG folder and run below command.


magick.exe mogrify -path JPG -quality 25% -resize 1500x1500 -format jpg *.jp2


quality option can be removed if not required. I needed it to reduce jpg size. Now it will take time and convert images to jpg format in JPG folder. Now convert these all JPGs to PDF with this command. Change directory to JPG folder using command cd JPG.


magick convert *.jpg -quality 25% 1.pdf


quality option can be removed. I just kept it in case various size PDF are to be tested.


To automate the process make a text file batch_convert.bat and paste below text into it.


mkdir jpg

magick.exe mogrify -path jpg -quality 25% -resize 1500x1500 -format jpg *.jp2

cd jpg

magick.exe convert *.jpg 1.pdf


Copy this file into folder which contains all jp2 files. Run this file double clicking it. When everything works fine it creates a PDF file 1.pdf. All jp2 and jpg files can be deleted later if not needed. To change quality of pdf -quality % value in bat file can be increased. If not sure just use 90%. Its default in most of JPG files.


Instead of using image magick we can also use Fast Stone Image viewer from https://www.faststone.org/FSView.erDetail.htm. This is really good image viewer and has batch conversion, rename tools. Go to Tools - Batch convert images to convert images in batch if you don't like ImageMagick. However ImageMagick is fast and has lots of options and works on Linux, Mac, Android etc. Learning to work with it will make you familiar with multiple OSes.



Sunday, March 6, 2022

Hair growing herbs mentioned in Atharvaveda. Secret hair loss cure in veda.



Atharvaveda mentions "Shami" plant which is hair health booster and helps grow new hairs (Keshotpaddak). Mantras in screenshot talk about shami of bigger leaf size. This plant is also called Shani plant which is grown by Indians in their garden or pots. It has high religious significance and sacred value. Same emotion reflects in the mantra i.e. "we cut other plants except you".


NOTE:
Mantras in screenshot don't mention which part of shami plant but mostly its leaves are used and they are safe. Please refer to bottom EDIT section for shami fruit warning (hair destroyer).


Anyone can make oil of shami using some base oil like coconut oil. This method makes oil of leaves. First heat coconut oil and put some leaves and cook it until leaves become dark brown. Now filter the oil when it cools. You can try this oil for head massage in tiny amount on day 1. Test very small amount in beginning to check how it affects you. Its safe but just to be more careful i am saying this. Instead of cooking fresh leaves can be made into paste and applied on head in tiny amount. Nature based cure requires patience!. It requires 1-2 months at minimum to start delivering some results. Most people give up soon due to bad habits of expecting quick results created by modern medicines.

There are many other rare hair gain herbs or herbal medicine. Rasaut is also another example. Atharvaveda has lots of medicines, herbs etc mentioned which cure even genetic diseases!. Will cover that in other article.

Edit:

Ashtang Hridayam gives property of shami fruit as hair destroyer (keshnashak). This means fruit of this plant shouldn't be used on hairs.



More help regarding hair gain (part of my answer to quora platform)

I have prepared various hair oils by myself and they have helped on curing various issues like chronic dandruff. The oil making formula comes from ayurveda. You can make hair oil at home using any base oil like coconut, sesame (til tail) etc. Below herbs, things, activities help a lot for hair gain.

  • Shami plant leaves for hair gain as mentioned in Atharveda.
  • Banyan leaves (+ other parts too) based oil.
  • Jaborandi oil e.g. wheezal jaborandi oil.
  • Rasaut with coconut oil. Its a rare information and only patanjali uses this ingredient in their hair oil. But their oil has low concentration of it.
  • Shirshasan yoga (inverted pose i.e. standing on head legs upside). Its called king of all asanas and also great for brain. Ensures lots of blood flow to head. Doing this has immense benefits but check if this is ok to do. No high BP issues, neck, head etc injury are there.
  • You can also use derma roller on head skin.
  • I have some more methods which are rare and found them working but i hesitate how they will be taken into consideration by any reader. Like take tooth brush and put oil on head then stroke or press lightly on head skin with the bristles. This is to be taken experimental in nature and done very softly. Just like we break the trunk of tree and it grows new branches body also responds and builds new cells when we apply some hacks. This last point is done with own consent. Don't hurt or damage skin!. Don't want to write anything more about this method. This should be ignored completely if it feels like pseudoscience or stupid.

Most important thing is patience. Most critical things either bad or good are always slow in process and take long time. Body will trigger some genes, then new cellular development will start. It takes months to show noticeable results or may be more than year to show desired results.


Full answer is here :

https://www.quora.com/Do-Vedas-have-remedies-for-hair-loss-If-yes-can-you-tell-me-I-am-suffering-from-hair-loss-and-I-am-an-18-year-old-male-I-almost-lost-my-temples-hair-What-can-be-done-to-regrow-them/answer/Bindesh-Kumar-Singh




Tags, search strings:
Atharveda hair loss cure
Hair loss cure in Vedas
Secret hair gain method in Vedas, Atharvaveda.




Wednesday, February 23, 2022

Very advanced technology/words mentioned in Vedas


Vedas are flooded with space topic and other such things. Vedas are filled with mantras where they do yagya and make som ras a kind of anti-aging juice, elixir etc.

The rishis are making somras and offering them to devas to come down from sky or other worlds. Devas then come to consume the somras and in return give various valuable resources to humans. From gold to technology etc.

Vedas clearly and in multiple mantras speak of Devas making Planet Earth habitable. However the biggest problem is they use common words for multiple things. For example they use word Indra for Sun, cow for planet. Top part in screenshot it talks about how sun gives light to all planets, holds them with gravitation. Then indra word is also used for devas who have duty to manage human life. Indra finds cow (planet) hiding in dark caves (dark space) and makes it habitable. Vedas give us idea how devas manage life in a solar system and rakshas or asuras trying to ruin life on a planet.


48 mantra in screenshot tells about people doing yagya and making somras for Indra. When offered to Indra he comes down with a sound of a bull. Word horse is used here for spacecraft, bull sound for the sound it generates. Various bright lights are also mentioned in the horse!. Do horses have lights?. While offering somras people could go to heaven as reward.


23 mantra - The Ashwini Kumars have 3 chakra rath which means some kind of craft or vimana. This vimana is invisible.

There are many references to such flying things, heaven, super sonic speed etc. I will continue in next articles.

Tuesday, February 22, 2022

Earth has entered into Yugant Kaal the most chaotic time and end of kaliyug as per puranas.







The images are from Brahm puran, brahm vaivarta puran etc.


I have read many predictions in various Hindu texts but i couldn't figure out what time frame it matches. Finally i figured it out the end of kaliyuga is near. Various puranas tell about the kaliyug and what will happen in it. The predictions are fragmented and dispersed in various Hindu texts. The predictions are of different stage of kaliyuga. In brahm puran i found prediction of Yugant kaal i.e. the end of kaliyuga.

I figured out current time is the time puranas have mentioned and predicted the events for it.

The shishyas ask Vyas ji about kaliyuga. He starts saying we have come to the time when even small good karma will give big boons but this time is very chaotic. Kaliyuga is the time of adharma i.e. bad karma. Bad karma is the dharma of this yuga. It means good karma will suffer in this time but this suffering will give boon for afterlife. Below are the signs which prove yugant kaal had started.

- Stars will faint. It means the light of stars will diminish. This has already happened and we know in cities stars are barely visible due to multiple types of pollution.

- Among domestic animals number of cow will reduce and omnivorous will rise. We know people have more dogs etc in home than rural average in past times. However even in times of low resources Indians had culture to give food to both dogs and cow. 1st chapati to cow & last one to dog.

- Chandaal people will live in cities and wise people will live away from the cities. Chandaal are the people who have no understanding of what to eat and don't have any good skills. They eat anything from dogs to other weird things.

- 2yr old cattles will be exploited for work etc. This is about animal abuse and cruelty by humans for maximum possible benefits. We can see this happening in slaughter houses etc businesses.

- Skand puran says actors/(नट) will be more valuable to humans than real activists.

- People will be ok with who are 99% bad but 1% good but will hate 99% good but only 1% bad. Unforgiving attitude i.e. no acceptance of fact that nothing is perfect meanwhile accepting the worse as normal!. (Read this probably in Ling puran. Can't remember right now).

- Climate will get disturbed and rain will be irregular. Some places will face extreme cold and some places will face extreme hot. Stones (heavy ice pieces?) will fall from rain.

- "Prithvi vasundharaheen ho jaegi". Earth will become severely polluted/damaged, will have reduced life quality. This will make creatures on Planet very weak in strength. I think the vayu balance will also get damaged. Vayu balance means the balance of various energy fields like magnetic field, electric field, gravitation field etc.

- Humans will be adharmic in nature and will easily tend towards bad karma and compromise.

- Most people will be money minded. Will think of business everywhere even if business is not their skill or interest. One such example is buying selling lands, house etc.

- Health and beauty will fall. Females will be having hairs as only good quality body part. It means skin quality will fall early-stage in life than what it had remained in past 1000+ years.

- "Naari maya rachne wali hongi" - women will use too much beautification. 

- Only wife will remain as someone to trust, care etc. Means relationship will degrade and only few people will be worthy of bondage and care.

- Special sign of yugant kaal is more women than men. I don't know if it means actual population ratio or ratio of men women in workplace etc. If this is about population then birth rate of females will increase and death rate of males will increase.

- Pooja path, rituals which are not mentioned anywhere in dharma will be done every home.

- People will think of themselves highly knowledged and will act according to it.

- Even very little achievement will make humans egotistic.

- Brahmins will eat what shouldn't be eaten and will to rituals for the non deserving adharmic people just for money.

- The teertha sthals (pilgrimage) will indulge in business and just money making.

- Age of humans will reduce to 30. They will become very weak due to various illness.

- Many people will be autistic or mentally weak. Lots of humans will posses wasteful stuff and will have worse mentality and will die in short time.

- Even hard to understand topics will become easily understandable in kaliyuga. Or hard to get knowledge will be easily accessible. Computer, Simulation, internet etc?

- None will study or learn for knowledge.

- All the 10 directions(4 directions + 4 cross directions + up + down) will be flipped. I think they are talking about shifting/flipping of Earth's energy fields like magnetic field etc or Earth having shakes, tremors etc which can be assumed to feel like directions have lost their meanings.

- People will excessively think and desire of sex etc.

- Bad people, kings (or countries) will destroy each other.

- Extreme weather and big wars will happen.

- Tonned milk (fat extracted milk) will be the standard.

- Cow's ability to produce milk will fall. Due to illness, no food etc reasons.

- Even those living in the forest will suffer from heavy taxes.

- Most people will loose almost all of their wealth just in construction of house.

- More such predictions about fall of humanity are there. More prediction of portable packaged food etc is mentioned in many other purans.

- Skand puran also says most of world will be "Left" (communism?) doninated.

- Women will abandon men who lack money. After this phase kaliyug will proceed further and will cause health issues to women. By this time men will abandon Women with poor health and probably beauty also.

- When end of yugantkaal will reach situation will become so worse that most humans will die, fall ill and would be in bad situation to even eat barely fresh food. They will be forced to eat raw kandmool.

- Lots are also mentioned but i haven't collected screenshots of most.

 It simply means what humans have forced upon animals will be their state. Drink polluted, eat polluted, hurt each other at scale of insanity. Lust of money etc will reach maximum. But this is the nature of life. Everything has to die, become ugly at end. Same is the fate of life on Earth. But after this the new flipped Yuga cycle will begin. Means Earth will move towards dwapar yuga and things will become good the way they become bad.

Clean energy will rise, spirituality will rise. Humans will come to know death is not the end and life exists beyond Earth and this whole universes is full of life and like a family. Intergalactic civilization is already in existence however not everyone can know it easily.

More is there to write but after edits or in new articles.



Some more articles -

"The End Of The Kali Yuga In 2025: Unraveling The Mysteries Of The Yuga Cycle"




Universe creation in vedas (Hinduism), beyond Bing Bang theory, beyond string theory.


Image is from Paingalopanishad (1.4)

Due to lack of words in English the translation of sanskrit is prone to errors but i will try to write as understandable as possible. The article doesn't write full description of creation because it will require whole book. Below is information how everything started to come into existence.

Vedas say everything comes from brahm. Closest word for it is singleton. Brahm cannot be described and its the only definition of it. It can only be experienced when we become brahm. Its like river merges into ocean and becomes ocean. Suppose there is just an apple in whole space. Can the apple see itself? No it cannot. It only feels itself. Same way this existence is. Before starting about what above image says i will give analogies to make things easier to understand.

Suppose this universe is an ocean and there is nothing else except water. But there exists energy which creates waves in ocean. Waves superimposed and created various nodes/anti nodes or standing waves. Now consider these standing waves as a body which consciousness binds and can feel itself as living entity. The life span of these standing waves is life span of the entity. Another way to understand is energy causes ocean water to solidify at various parts. Like some ice blocks are created and some places gas is created. Ocean becomes filled with bubbles, ice etc. These ice etc cannot see water from which themselves are made. This creates illusion that they are something i.e. "self" an illusion of identity appears. Its the ocean waves which govern the motion of ice gas etc but ice gas etc think they are having some will and move by themselves. This is the reason there is no existence of free will and future is fixed. Freedom is also hoax. The only thing which is free is the consciousness itself that bound itself with the ocean objects. Similar is the idea in reality. This body is just like that ice etc but the level of complexity is beyond understandable.

Above describes the below in easier form. Let's begin with what is written in vedas.

Video which gives better visualization of the above :


https://www.youtube.com/watch?v=Pmsfuj1Rk9c




Translation of above screenshot -

From brahm (omnipresent, singleton, indescribable...) comes prakriti. Prakriti appeared from Brahm just like water is seen in desert. It means prakriti is nothing in itself but illusion of existence. A reflection of this prakriti also appeared (creation of pair or two opposite things from nothingness). This reflection was called consciousness which has ability to witness.

The prakriti gets some imperfections/modifications and as result gets superimposition ability. The reflection of this ability also appeared and it was called "Ishwar chaitanya" (godly consciousness).

This ishwar chaitanya controls the maya. Maya is the illusion power of prakriti which creates this real looking illusion world.

Ishwar chaitanya controls the life cycle of whole existence or world or universe. It is the root of universe and beyond that can be perceived or witnessed. Ishwar chaitanya contains into itself the whole existence. It expands the world and withdraws into itself just like folded cloths are wore and then folded back. Translation part ends here.


The actual description has more sanskrit words which don't have English alternative. The concept is nothingness creates this illusion world using its superimposition abilities.

The mathematical way is

0 => 1 - 1

Here 0 is creating 2 things opposite in nature. This way infinite creations can happen. World is maths and consciousness is separate from it. 1 - 1 = 0.5 + 0.5 - 1
This equation derivation is evolution of life. Infinite ways are possible and infinite life are possible. Everything merges back to become 0. To protect the 2 opposites from becoming 0 some preservation force is created by nature and this causes equation derivation. That's why in Hinduism there are 3 devas with creation, preservation and transformation duties. They are the controllers of universe. Their reflection i.e. devis also exist.

World is created through AUM. Everything is AUM. The three sounds or 3 states. It actually has 4 states of which 4th state is hidden. Aaaa + Uuuu + mmmm + silence. This is the universal sequence and exists everywhere. Creation -> preservation -> transformation/destruction -> nothingness. Tridevas i.e. 3 devas are AUM. Breathing is AUM i.e. inhale, hold, exhale, 4th state of hold which shows end of cycle.

In this article superimposition means something affects itself to create something. Its like wave superimposes to create nodes antinodes. Universe therefore is nothing but wave and this wave starts by sound AUM. This is the reason ancient civilizations were so much involved into sound/waves mantras etc. They knew waves alone could do anything. One who can create waves of desired behaviour can achieve desired results. If i oscillate my hand at frequency of light my hand will start emitting light because our eyes will start perceiving the waves created by hand. This topic is huge and needs more time to write. I will continue in next articles.

Monday, February 21, 2022

Example that proves ancient Indians knew Moon doesn't produced light and knew a lot about astronomy

Ancient Indian texts are flooded with knowledge that proves ancient people were much more advanced than what mainstream history, archeology has established as facts.

I am sharing one such example from ved which proves ancient people knew a lot more than what we think they knew.

Above image says -

"The shine of moon is due to sun light. (3)
Earth gets rain due to sun (sun influences wind)"

It clearly shows they knew about astronomy enough to know Moon doesn't has its own light. Vedas were written in text form for almost 5000 years ago and were present in oral tradition for unknown time.


"Teerth" as portal for heaven or space travel (Hindu Purans about space travel)

Puranas are hindu texts containing history. It contains information about maths, linguistics, farming, astrology, yoga, diseases etc. One has to very carefully read purans because sometimes it gives short information with a hint of rare strange things. One such example i am sharing here is strange information of "teerth". Most hindus know teerth as religious pilgrimage site. But what i read is totally different aspect of teerth.

Above image says -

"people take bath and then sit on advance vimanas (spaceships) and go to heaven. Due to this many humans were going to heaven and started over populating it."

This overpopulation of humans in heaven disturbed the devas (species highly advanced than humans). As per hinduism devas have duty to manage humans on Earth. They help humans advance and live good life. They also take care of asuras trying to damage planet Earth. Hindu texts are flooded with highly advanced topics of space etc.

As i am doing blogging via mobile devices i will write short articles. I will continue on next article.

Randomly moving bright orbs in Vedas. Bright orbs in Hinduism.


While reading Atharvaved i found something about bright obs. Atharvaved mentions bright orbs (as written in pic) -

"Pishachas shining like sun using their illusion powers and wander around rivers, mountains, lands etc. May we (humans) know about their presence using our animals etc."

Here Atharvaved mentions about beight orbs as pishachas. Pischas are supernatural entities with illusion etc powers. Other part in pic i attached news of orbs like things captured manytimes by people around the world. They fly near the surface and move fast and can behave unexpected or abnormal in physics.

In ancient time such things are said to have very frequent encounter with humans. People used to warn humans of such things.

More about pishachas


I am reading puranas, vedas, Upanishads from past few years and have finally decided to write small articles about vimanas, aliens, space etc. I have spent many years on technology and recently hindu ancient texts. I am amazed to know the so called stone age was far more advanced than even today's technology. It surely was era of clean energy and people had full understanding of nature beyond physical plane.

Will continue in next articles...

#bright #Orbs in #vedas

Tuesday, February 8, 2022

What is causing "Network not available. Default Remote config activated" toast message?

I started getting "Network not available. Default Remote config activated" toast randomly and i wasn't able to find what caused it. Its sure some app was doing it do I installed toast tracking app "Toast Source" from playstore.

It was zee5 app that was causing the toast. 

Toast Source app link is below

Wednesday, February 2, 2022

Facebook's fraudulent trick to steal users phone number?

If your Facebook account got disabled with reason of not following community standards then you probably got into the Facebook cheap trick to get users phone numbers.

This claim can be easily tested.

Create a new account and wait for violation after around weeks. Even if you followed every standards your account will be disabled. Surely Facebook has fallen in standards. They are desperate to get numbers and who knows what's their future plan. One thing is clear they need phone numbers because that is one of the most important user data.

I deleted Facebook years ago but was testing it months ago. I got violation 2 times on 2 different accounts without doing anything wrong. Then people around me told same thing and it was clear its fraudulent activity in shadow of community standards. Now one must think how much rules these tech giants follow and how they treat users.

Tuesday, February 1, 2022

How to play Ubersoldier 1 on windows 10 without crash.

When i tried to run Ubersoldier 1 on Windows 10 it crashed in the loading screen. Intro video also didn't played. Only logo was shown. Game folder has a config file config.ini which can be used to change settings before game starts. In windowed mode the intro video played correctly.


We can check the logs for problems of crash etc. Its inside the bugreport folder. I looked at the bug report which contained below lines in file runtime.log -


SERVER Module information:

SERVER D:\Games\UberSoldier\xtend.exe : base 00400000 offset to crash: 048AD00A

SERVER D:\Games\UberSoldier\platforms\3DNow_SSE\sv.dll : base 04A30000 offset to crash: 0027D00A

SERVER D:\Games\UberSoldier\platforms\3DNow_SSE\cl.dll : base 11000000 offset to crash: N/A

SERVER D:\Games\UberSoldier\platforms\3DNow_SSE\xtend3d.dll : base 052A0000 offset to crash: N/A

SERVER Faulty module: D:\Games\UberSoldier\platforms\3DNow_SSE\sv.dll

SERVER Function offset in map file: 0027C00A


The problem is with the accelerated modules. Todays CPUs are fast and can run well even without 3DNow etc. I removed the 3DNow_SSE folder from platforms folder. Game worked!.


The solution is -

1. Run game in windows XP compatibility mode.

2. Go to <Game installation>/platforms/ folder. Make backups of 3DNow_SSE & SSE2 folders somewhere and delete original ones. Just keep the common folder untouched. Common folder has generic CPU code and runs on most platforms. Now game can run without crash.